You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafficcontrol.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2018/01/18 19:12:04 UTC

Build failed in Jenkins: incubator-trafficcontrol-PR #899

See <https://builds.apache.org/job/incubator-trafficcontrol-PR/899/display/redirect?page=changes>

Changes:

[dewrich] removed the nullable refs and made the ds nullable struct the default

[dewrich] added nil check for XMLID

------------------------------------------
[...truncated 47.74 KB...]
  libgomp.x86_64 0:4.8.5-16.el7_4.1                                             
  libicu.x86_64 0:50.1.2-15.el7                                                 
  libmpc.x86_64 0:1.0.1-3.el7                                                   
  libuv.x86_64 1:1.10.2-1.el7                                                   
  libyaml.x86_64 0:0.1.4-11.el7_0                                               
  mpfr.x86_64 0:3.1.1-4.el7                                                     
  ruby.x86_64 0:2.0.0.648-30.el7                                                
  ruby-irb.noarch 0:2.0.0.648-30.el7                                            
  ruby-libs.x86_64 0:2.0.0.648-30.el7                                           
  rubygem-bigdecimal.x86_64 0:1.2.0-30.el7                                      
  rubygem-io-console.x86_64 0:0.4.2-30.el7                                      
  rubygem-json.x86_64 0:1.7.7-30.el7                                            
  rubygem-psych.x86_64 0:2.0.0-30.el7                                           
  rubygem-rdoc.noarch 0:4.0.0-30.el7                                            

Complete!
 ---> 60b2159abfbd
Removing intermediate container 9698d106ed41
Step 6/10 : RUN gem install compass
 ---> Running in 6597aaccba84
Successfully installed sass-3.4.25
Successfully installed multi_json-1.13.1
Successfully installed compass-core-1.0.3
Successfully installed compass-import-once-1.0.5
Successfully installed chunky_png-1.3.8
Successfully installed rb-fsevent-0.10.2
Building native extensions.  This could take a while...
Successfully installed ffi-1.9.18
Successfully installed rb-inotify-0.9.10
    Compass is charityware. If you love it, please donate on our behalf at http://umdf.org/compass Thanks!
Successfully installed compass-1.0.3
Parsing documentation for sass-3.4.25
Installing ri documentation for sass-3.4.25
Parsing documentation for multi_json-1.13.1
Installing ri documentation for multi_json-1.13.1
Parsing documentation for compass-core-1.0.3
Installing ri documentation for compass-core-1.0.3
Parsing documentation for compass-import-once-1.0.5
Installing ri documentation for compass-import-once-1.0.5
Parsing documentation for chunky_png-1.3.8
Installing ri documentation for chunky_png-1.3.8
Parsing documentation for rb-fsevent-0.10.2
Installing ri documentation for rb-fsevent-0.10.2
Parsing documentation for ffi-1.9.18
Installing ri documentation for ffi-1.9.18
Parsing documentation for rb-inotify-0.9.10
Installing ri documentation for rb-inotify-0.9.10
Parsing documentation for compass-1.0.3
Installing ri documentation for compass-1.0.3
9 gems installed
 ---> a9ed7b5d877a
Removing intermediate container 6597aaccba84
Step 7/10 : RUN npm -g install bower grunt-cli
 ---> Running in 2553ad476a13
npm WARN deprecated bower@1.8.2: ...psst! Your project can stop working at any moment because its dependencies can change. Prevent this by migrating to Yarn: https://bower.io/blog/2017/how-to-migrate-away-from-bower/
/usr/bin/bower -> /usr/lib/node_modules/bower/bin/bower
/usr/bin/grunt -> /usr/lib/node_modules/grunt-cli/bin/grunt
/usr/lib
+-- bower@1.8.2 
`-- grunt-cli@1.2.0 
  +-- findup-sync@0.3.0 
  | `-- glob@5.0.15 
  |   +-- inflight@1.0.6 
  |   | `-- wrappy@1.0.2 
  |   +-- inherits@2.0.3 
  |   +-- minimatch@3.0.4 
  |   | `-- brace-expansion@1.1.8 
  |   |   +-- balanced-match@1.0.0 
  |   |   `-- concat-map@0.0.1 
  |   +-- once@1.4.0 
  |   `-- path-is-absolute@1.0.1 
  +-- grunt-known-options@1.1.0 
  +-- nopt@3.0.6 
  | `-- abbrev@1.1.1 
  `-- resolve@1.1.7 

 ---> f688691e3699
Removing intermediate container 2553ad476a13
Step 8/10 : RUN echo '{ "allow_root": true }' > /root/.bowerrc
 ---> Running in 75547e98f401
 ---> aacaf9c480c1
Removing intermediate container 75547e98f401
Step 9/10 : ADD infrastructure/docker/build/clean_build.sh /
 ---> e00740068582
Removing intermediate container 1813ddc63392
Step 10/10 : CMD /clean_build.sh traffic_portal
 ---> Running in 1bd0715792a8
 ---> 3978f6c8a521
Removing intermediate container 1bd0715792a8
Successfully built 3978f6c8a521
Successfully tagged traffic_portal_builder:latest
Building traffic_router_build
Step 1/11 : FROM centos:7
 ---> ff426288ea90
Step 2/11 : MAINTAINER Dan Kirkwood
 ---> Using cache
 ---> 6106cb256dfd
Step 3/11 : VOLUME /trafficcontrol
 ---> Using cache
 ---> db768096df8f
Step 4/11 : RUN yum -y install 		epel-release 		git 		rpm-build && 	yum -y clean all
 ---> Using cache
 ---> 65f9152058de
Step 5/11 : RUN yum -y install 		which && 	yum -y clean all
 ---> Running in 9bb17f92c64c
Loaded plugins: fastestmirror, ovl
Determining fastest mirrors
 * base: mirrors.syringanetworks.net
 * epel: mirrors.cat.pdx.edu
 * extras: mirrors.syringanetworks.net
 * updates: mirrors.cat.pdx.edu
Resolving Dependencies
--> Running transaction check
---> Package which.x86_64 0:2.20-7.el7 will be installed
--> Finished Dependency Resolution

Dependencies Resolved

================================================================================
 Package          Arch              Version               Repository       Size
================================================================================
Installing:
 which            x86_64            2.20-7.el7            base             41 k

Transaction Summary
================================================================================
Install  1 Package

Total download size: 41 k
Installed size: 75 k
Downloading packages:
Running transaction check
Running transaction test
Transaction test succeeded
Running transaction
  Installing : which-2.20-7.el7.x86_64                                      1/1 
install-info: No such file or directory for /usr/share/info/which.info.gz
  Verifying  : which-2.20-7.el7.x86_64                                      1/1 

Installed:
  which.x86_64 0:2.20-7.el7                                                     

Complete!
Loaded plugins: fastestmirror, ovl
Cleaning repos: base epel extras updates
Cleaning up everything
Maybe you want: rm -rf /var/cache/yum, to also free up space taken by orphaned data from disabled or removed repos
Cleaning up list of fastest mirrors
 ---> 4b1eec9d31f4
Removing intermediate container 9bb17f92c64c
Step 6/11 : WORKDIR /opt
 ---> e183b396c5ac
Removing intermediate container 8c00ec39a211
Step 7/11 : RUN curl -L -b "oraclelicense=a" http://download.oracle.com/otn-pub/java/jdk/8u131-b11/d54c1d3a095b4ff2b6607d096fa80163/jdk-8u131-linux-x64.tar.gz | tar xzf - &&     curl -L https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.3.9/apache-maven-3.3.9-bin.tar.gz | tar xzf -
 ---> Running in 2ae5ef2ae223
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0100   531  100   531    0     0   1243      0 --:--:-- --:--:-- --:--:--  3087
  3  176M    3 6928k    0     0  5955k      0  0:00:30  0:00:01  0:00:29 5955k 12  176M   12 22.1M    0     0  10.2M      0  0:00:17  0:00:02  0:00:15 15.3M 21  176M   21 37.7M    0     0  11.9M      0  0:00:14  0:00:03  0:00:11 15.4M 30  176M   30 54.7M    0     0  13.1M      0  0:00:13  0:00:04  0:00:09 15.9M 40  176M   40 71.5M    0     0  13.8M      0  0:00:12  0:00:05  0:00:07 16.1M 49  176M   49 88.0M    0     0  14.1M      0  0:00:12  0:00:06  0:00:06 16.0M 57  176M   57  101M    0     0  14.2M      0  0:00:12  0:00:07  0:00:05 15.9M 66  176M   66  116M    0     0  14.3M      0  0:00:12  0:00:08  0:00:04 15.8M 74  176M   74  131M    0     0  14.3M      0  0:00:12  0:00:09  0:00:03 15.3M 82  176M   82  145M    0     0  14.3M      0  0:00:12  0:00:10  0:00:02 14.8M 89  176M   89  159M    0     0  14.2M      0  0:00:12  0:00:11  0:00:01 14.4M 97  176M   97  173M    0     0  14.2M      0  0:00:12  0:00:12 --:--:-- 14.3M100  176M  100  176M    0     0  14.2M      0  0:00:12  0:00:12 --:--:-- 14.0M
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0100 8292k  100 8292k    0     0  14.0M      0 --:--:-- --:--:-- --:--:-- 14.1M
 ---> 77dec08a55ab
Removing intermediate container 2ae5ef2ae223
Step 8/11 : RUN ln -s jdk* java && ln -s apache-maven* maven
 ---> Running in 73206a530768
 ---> 2904a3d0b87b
Removing intermediate container 73206a530768
Step 9/11 : RUN alternatives --install /usr/bin/java java /opt/java/bin/java 2 &&     alternatives --install /usr/bin/jar jar /opt/java/bin/jar 2 &&     alternatives --install /usr/bin/javac javac /opt/java/bin/javac 2 &&     alternatives --set java /opt/java/bin/java &&     alternatives --set jar /opt/java/bin/jar &&     alternatives --set javac /opt/java/bin/javac &&     alternatives --install /usr/bin/mvn mvn /opt/maven/bin/mvn 1
 ---> Running in 083d1c09e152
 ---> d6354b0fd0ba
Removing intermediate container 083d1c09e152
Step 10/11 : ADD infrastructure/docker/build/clean_build.sh /
 ---> a64a6a6a39d6
Removing intermediate container c53dac168fa8
Step 11/11 : CMD /clean_build.sh traffic_router
 ---> Running in b1eb9ecd7ec2
 ---> 154729f52cf2
Removing intermediate container b1eb9ecd7ec2
Successfully built 154729f52cf2
Successfully tagged traffic_router_builder:latest
Building traffic_monitor_build
Step 1/7 : FROM centos:7
 ---> ff426288ea90
Step 2/7 : MAINTAINER Dan Kirkwood
 ---> Using cache
 ---> 6106cb256dfd
Step 3/7 : VOLUME /trafficcontrol
 ---> Using cache
 ---> db768096df8f
Step 4/7 : RUN yum -y install 		epel-release 		git 		rpm-build && 	yum -y clean all
 ---> Using cache
 ---> 65f9152058de
Step 5/7 : RUN yum -y install 		golang && 	yum -y clean all
 ---> Running in 9effb157708b
Loaded plugins: fastestmirror, ovl


 One of the configured repositories failed (Unknown),
 and yum doesn't have enough cached data to continue. At this point the only
 safe thing yum can do is fail. There are a few ways to work "fix" this:

     1. Contact the upstream for the repository and get them to fix the problem.

     2. Reconfigure the baseurl/etc. for the repository, to point to a working
        upstream. This is most often useful if you are using a newer
        distribution release than is supported by the repository (and the
        packages for the previous distribution release still work).

     3. Run the command with the repository temporarily disabled
            yum --disablerepo=<repoid> ...

     4. Disable the repository permanently, so yum won't use it by default. Yum
        will then just ignore the repository until you permanently enable it
        again or use --enablerepo for temporary usage:

            yum-config-manager --disable <repoid>
        or
            subscription-manager repos --disable=<repoid>

     5. Configure the failing repository to be skipped, if it is unavailable.
        Note that yum will try to contact the repo. when it runs most commands,
        so will have to try and fail each time (and thus. yum will be be much
        slower). If it is a very temporary problem though, this is often a nice
        compromise:

            yum-config-manager --save --setopt=<repoid>.skip_if_unavailable=true

Cannot find a valid baseurl for repo: base/7/x86_64
Could not retrieve mirrorlist http://mirrorlist.centos.org/?release=7&arch=x86_64&repo=os&infra=container error was
14: curl#7 - "Failed to connect to 2604:1580:fe02:2::10: Cannot assign requested address"
Service 'traffic_monitor_build' failed to build: The command '/bin/sh -c yum -y install 		golang && 	yum -y clean all' returned a non-zero code: 1
+ find ./dist -type f -ls
find: './dist': No such file or directory
Build step 'Execute shell' marked build as failure
Archiving artifacts
Performing Post build task...
Match found for : : True
Logical operation result is TRUE
Running script  : export COMPOSE_HTTP_TIMEOUT=120
./bin/docker-compose -p "${BUILD_TAG}" -f infrastructure/docker/build/docker-compose.yml down -v
[incubator-trafficcontrol-PR] $ /bin/bash -xe /tmp/jenkins3043961351560396966.sh
+ export COMPOSE_HTTP_TIMEOUT=120
+ COMPOSE_HTTP_TIMEOUT=120
+ ./bin/docker-compose -p jenkins-incubator-trafficcontrol-PR-899 -f infrastructure/docker/build/docker-compose.yml down -v
Removing network jenkinsincubatortrafficcontrolpr899_default
POST BUILD TASK : SUCCESS
END OF POST BUILD TASK : 0

Jenkins build is back to normal : incubator-trafficcontrol-PR #900

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/incubator-trafficcontrol-PR/900/display/redirect?page=changes>