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 2017/12/04 22:06:00 UTC

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

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

Changes:

[peter.w.ryder] Initial commit of open source anonymous ip blocking

[peter.w.ryder] Added suppress warnings to http route

[peter.w.ryder] Updated with redirectURL

------------------------------------------
GitHub pull request #736 of commit 71e05d6fcb2c25bdcd3b26c59f5de4f3689ca785, no merge conflicts.
Setting status of 71e05d6fcb2c25bdcd3b26c59f5de4f3689ca785 to PENDING with url https://builds.apache.org/job/incubator-trafficcontrol-PR/727/ and message: 'Build started sha1 is merged.'
Using context: default
[EnvInject] - Loading node environment variables.
Building remotely on H23 (ubuntu xenial) in workspace <https://builds.apache.org/job/incubator-trafficcontrol-PR/ws/>
Cloning the remote Git repository
Cloning repository git://github.com/apache/incubator-trafficcontrol.git
 > git init <https://builds.apache.org/job/incubator-trafficcontrol-PR/ws/> # timeout=10
Fetching upstream changes from git://github.com/apache/incubator-trafficcontrol.git
 > git --version # timeout=10
using GIT_SSH to set credentials 
 > git fetch --tags --progress git://github.com/apache/incubator-trafficcontrol.git +refs/heads/*:refs/remotes/origin/*
 > git config remote.origin.url git://github.com/apache/incubator-trafficcontrol.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url git://github.com/apache/incubator-trafficcontrol.git # timeout=10
Fetching upstream changes from git://github.com/apache/incubator-trafficcontrol.git
using GIT_SSH to set credentials 
 > git fetch --tags --progress git://github.com/apache/incubator-trafficcontrol.git +refs/pull/*:refs/remotes/origin/pr/*
 > git rev-parse 71e05d6fcb2c25bdcd3b26c59f5de4f3689ca785^{commit} # timeout=10
Checking out Revision 71e05d6fcb2c25bdcd3b26c59f5de4f3689ca785 (detached)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 71e05d6fcb2c25bdcd3b26c59f5de4f3689ca785
Commit message: "Updated with redirectURL"
 > git rev-list f94875e4575d08d3e1f836e9adcedcad2c70c473 # timeout=10
[incubator-trafficcontrol-PR] $ /bin/bash /tmp/jenkins4081222003618518200.sh
+ '[' '!' -x bin/docker-compose ']'
+ mkdir bin
++ uname -s
++ uname -m
+ curl -L https://github.com/docker/compose/releases/download/1.13.0/docker-compose-Linux-x86_64
  % 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 --:--:-- --:--:-- --:--:--     0100   617    0   617    0     0   1874      0 --:--:-- --:--:-- --:--:--  1875
  2 8079k    2  236k    0     0   186k      0  0:00:43  0:00:01  0:00:42  186k 75 8079k   75 6129k    0     0  2696k      0  0:00:02  0:00:02 --:--:-- 5886k100 8079k  100 8079k    0     0  3244k      0  0:00:02  0:00:02 --:--:-- 6439k
+ chmod +x ./bin/docker-compose
+ docker version
Client:
 Version:      17.05.0-ce
 API version:  1.29
 Go version:   go1.7.5
 Git commit:   89658be
 Built:        Thu May  4 22:10:54 2017
 OS/Arch:      linux/amd64

Server:
 Version:      17.05.0-ce
 API version:  1.29 (minimum version 1.12)
 Go version:   go1.7.5
 Git commit:   89658be
 Built:        Thu May  4 22:10:54 2017
 OS/Arch:      linux/amd64
 Experimental: false
+ rm -rf dist
+ export COMPOSE_HTTP_TIMEOUT=120
+ COMPOSE_HTTP_TIMEOUT=120
+ ./bin/docker-compose -p jenkins-incubator-trafficcontrol-PR-727 -f infrastructure/docker/build/docker-compose.yml up --build
WARNING: Dependency conflict: an older version of the 'docker-py' package may be polluting the namespace. If you're experiencing crashes, run the following command to remedy the issue:
pip uninstall docker-py; pip uninstall docker; pip install docker
Creating network "jenkinsincubatortrafficcontrolpr727_default" with the default driver
Building traffic_portal_build
Step 1/10 : FROM centos:7
 ---> 3fa822599e10
Step 2/10 : MAINTAINER Dan Kirkwood
 ---> Using cache
 ---> 752cf02c7c3d
Step 3/10 : VOLUME /trafficcontrol
 ---> Using cache
 ---> 3b17eb7a5fd6
Step 4/10 : RUN yum -y install 		epel-release 		git 		rpm-build && 	yum -y clean all
 ---> Using cache
 ---> 65a608ab7c48
Step 5/10 : RUN yum -y install 		gcc 		libffi-devel 		make 		nodejs 		npm 		ruby-devel 		rubygems
 ---> Using cache
 ---> 5411785d00bd
Step 6/10 : RUN gem install compass
 ---> Using cache
 ---> 4c6f81511774
Step 7/10 : RUN npm -g install bower grunt-cli
 ---> Using cache
 ---> a7417e64f3d8
Step 8/10 : RUN echo '{ "allow_root": true }' > /root/.bowerrc
 ---> Using cache
 ---> 00578f79d939
Step 9/10 : ADD infrastructure/docker/build/clean_build.sh /
 ---> Using cache
 ---> f63c502c77ba
Step 10/10 : CMD /clean_build.sh traffic_portal
 ---> Using cache
 ---> 7deb20198330
Successfully built 7deb20198330
Successfully tagged traffic_portal_builder:latest
Building traffic_router_build
Step 1/11 : FROM centos:7
 ---> 3fa822599e10
Step 2/11 : MAINTAINER Dan Kirkwood
 ---> Using cache
 ---> 752cf02c7c3d
Step 3/11 : VOLUME /trafficcontrol
 ---> Using cache
 ---> 3b17eb7a5fd6
Step 4/11 : RUN yum -y install 		epel-release 		git 		rpm-build && 	yum -y clean all
 ---> Using cache
 ---> 65a608ab7c48
Step 5/11 : RUN yum -y install 		which
 ---> Using cache
 ---> 619c6a0daadb
Step 6/11 : WORKDIR /opt
 ---> Using cache
 ---> fca0881380eb
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 http://mirror.nexcess.net/apache/maven/maven-3/3.3.9/binaries/apache-maven-3.3.9-bin.tar.gz | tar xzf -
 ---> Running in c58f944f65d5
  % 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   1339      0 --:--:-- --:--:-- --:--:--  5589
  7  176M    7 13.0M    0     0  10.1M      0  0:00:17  0:00:01  0:00:16 10.1M 17  176M   17 30.3M    0     0  13.3M      0  0:00:13  0:00:02  0:00:11 17.5M 22  176M   22 40.0M    0     0  11.9M      0  0:00:14  0:00:03  0:00:11 13.1M 32  176M   32 58.0M    0     0  13.5M      0  0:00:13  0:00:04  0:00:09 14.9M 43  176M   43 77.3M    0     0  14.6M      0  0:00:12  0:00:05  0:00:07 16.1M 52  176M   52 93.3M    0     0  14.8M      0  0:00:11  0:00:06  0:00:05 16.0M 62  176M   62  109M    0     0  15.1M      0  0:00:11  0:00:07  0:00:04 15.9M 68  176M   68  120M    0     0  14.6M      0  0:00:12  0:00:08  0:00:04 16.3M 77  176M   77  138M    0     0  14.8M      0  0:00:11  0:00:09  0:00:02 15.9M 88  176M   88  156M    0     0  15.2M      0  0:00:11  0:00:10  0:00:01 15.7M 98  176M   98  174M    0     0  15.5M      0  0:00:11  0:00:11 --:--:-- 16.3M100  176M  100  176M    0     0  15.5M      0  0:00:11  0:00:11 --:--:-- 16.2M
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0100   185  100   185    0     0   1019      0 --:--:-- --:--:-- --:--:--  1022
100   169  100   169    0     0    273      0 --:--:-- --:--:-- --:--:--   273

gzip: stdin: not in gzip format
tar: Child returned status 1
tar: Error is not recoverable: exiting now
Service 'traffic_router_build' failed to build: The command '/bin/sh -c 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 http://mirror.nexcess.net/apache/maven/maven-3/3.3.9/binaries/apache-maven-3.3.9-bin.tar.gz | tar xzf -' returned a non-zero code: 2
+ 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/jenkins2577821003914909918.sh
+ export COMPOSE_HTTP_TIMEOUT=120
+ COMPOSE_HTTP_TIMEOUT=120
+ ./bin/docker-compose -p jenkins-incubator-trafficcontrol-PR-727 -f infrastructure/docker/build/docker-compose.yml down -v
WARNING: Dependency conflict: an older version of the 'docker-py' package may be polluting the namespace. If you're experiencing crashes, run the following command to remedy the issue:
pip uninstall docker-py; pip uninstall docker; pip install docker
Removing network jenkinsincubatortrafficcontrolpr727_default
POST BUILD TASK : SUCCESS
END OF POST BUILD TASK : 0

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

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