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

Changes:

[Dylan_Volz] properly license and exclude from rat vendored ldap and asn1-ber

------------------------------------------
GitHub pull request #2010 of commit 51d8119762f2f832c1d31677221afbef32d93cee, 
no merge conflicts.
Setting status of 51d8119762f2f832c1d31677221afbef32d93cee to PENDING with url 
https://builds.apache.org/job/incubator-trafficcontrol-PR/1297/ and message: 
'Build started sha1 is merged.'
Using context: default
[EnvInject] - Loading node environment variables.
Building remotely on H34 (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 51d8119762f2f832c1d31677221afbef32d93cee^{commit} # timeout=10
Checking out Revision 51d8119762f2f832c1d31677221afbef32d93cee (detached)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 51d8119762f2f832c1d31677221afbef32d93cee
Commit message: "properly license and exclude from rat vendored ldap and 
asn1-ber dependencies"
 > git rev-list --no-walk 383426c3db6225f14a44f156b435a95dc076ec53 # timeout=10
[incubator-trafficcontrol-PR] $ /bin/bash /tmp/jenkins5600391989044428252.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 --:--:--  0:00:02 --:--:--     0100 
  617    0   617    0     0    217      0 --:--:--  0:00:02 --:--:--   217
  0     0    0     0    0     0      0      0 --:--:--  0:00:03 --:--:--     0  
6 8079k    6  509k    0     0   125k      0  0:01:04  0:00:04  0:01:00  500k 57 
8079k   57 4674k    0     0   926k      0  0:00:08  0:00:05  0:00:03 2346k100 
8079k  100 8079k    0     0  1497k      0  0:00:05  0:00:05 --:--:-- 3452k
+ 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-1297 -f 
infrastructure/docker/build/docker-compose.yml up --build
Creating network "jenkinsincubatortrafficcontrolpr1297_default" with the 
default driver
Building traffic_portal_build
Step 1/10 : FROM centos:7
 ---> 2d194b392dd1
Step 2/10 : MAINTAINER Dan Kirkwood
 ---> Using cache
 ---> 2becfb53fac4
Step 3/10 : VOLUME /trafficcontrol
 ---> Using cache
 ---> 651e320d3490
Step 4/10 : RUN yum -y install          epel-release            git             
rpm-build &&    yum -y clean all
 ---> Using cache
 ---> c1e7b295d5ed
Step 5/10 : RUN rpm -ivh 
https://kojipkgs.fedoraproject.org//packages/http-parser/2.7.1/3.el7/x86_64/http-parser-2.7.1-3.el7.x86_64.rpm
 &&      yum -y install          gcc             libffi-devel            make   
         nodejs          npm             ruby-devel              rubygems
 ---> Using cache
 ---> 07f3f691646e
Step 6/10 : RUN gem install compass
 ---> Using cache
 ---> ac0674fa62f9
Step 7/10 : RUN npm -g install bower grunt-cli
 ---> Using cache
 ---> ea38987e19b0
Step 8/10 : RUN echo '{ "allow_root": true }' > /root/.bowerrc
 ---> Using cache
 ---> 04cd933ad334
Step 9/10 : ADD infrastructure/docker/build/clean_build.sh /
 ---> Using cache
 ---> c61469cdfd3a
Step 10/10 : CMD /clean_build.sh traffic_portal
 ---> Using cache
 ---> 84983748f2b5
Successfully built 84983748f2b5
Successfully tagged traffic_portal_builder:latest
Building traffic_router_build
Step 1/11 : FROM centos:7
 ---> 2d194b392dd1
Step 2/11 : MAINTAINER Dan Kirkwood
 ---> Using cache
 ---> 2becfb53fac4
Step 3/11 : VOLUME /trafficcontrol
 ---> Using cache
 ---> 651e320d3490
Step 4/11 : RUN yum -y install          epel-release            git             
rpm-build &&    yum -y clean all
 ---> Using cache
 ---> c1e7b295d5ed
Step 5/11 : RUN yum -y install          which &&        yum -y clean all
 ---> Using cache
 ---> 6f0e82854d77
Step 6/11 : WORKDIR /opt
 ---> Using cache
 ---> 8ecaac503b7c
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 -
 ---> Using cache
 ---> 79e4eb2e503d
Step 8/11 : RUN ln -s jdk* java && ln -s apache-maven* maven
 ---> Using cache
 ---> b30b87f9a4dc
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
 ---> Using cache
 ---> 5f9e91d191d9
Step 10/11 : ADD infrastructure/docker/build/clean_build.sh /
 ---> Using cache
 ---> c2c9e370a6df
Step 11/11 : CMD /clean_build.sh traffic_router
 ---> Using cache
 ---> 4e11dd0635ec
Successfully built 4e11dd0635ec
Successfully tagged traffic_router_builder:latest
Building traffic_monitor_build
Step 1/7 : FROM centos:7
 ---> 2d194b392dd1
Step 2/7 : MAINTAINER Dan Kirkwood
Service 'traffic_monitor_build' failed to build: unable to find image 
"sha256:567331fa274aafddd3d13f69fc2801943a180e80e0524554d6ebfecc64034f48"
+ 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/jenkins8153343479881958000.sh
+ export COMPOSE_HTTP_TIMEOUT=120
+ COMPOSE_HTTP_TIMEOUT=120
+ ./bin/docker-compose -p jenkins-incubator-trafficcontrol-PR-1297 -f 
infrastructure/docker/build/docker-compose.yml down -v
Removing network jenkinsincubatortrafficcontrolpr1297_default
Network jenkinsincubatortrafficcontrolpr1297_default not found.
POST BUILD TASK : SUCCESS
END OF POST BUILD TASK : 0

Reply via email to