See <https://builds.apache.org/job/incubator-trafficcontrol-PR/1124/display/redirect?page=changes>
Changes: [root] Changes for Backup Edge Cache Group [root] Addressed the following review comments: 1. Added documentation 2. [vijayanand.jayamanian] Addressed review comments. Commit using proper Author fields. [vijayanand.jayamanian] Addressed Rawlin's comments [vijayanand.jayamanian] Fixing Note's section as per Rawlin's comment. ------------------------------------------ [...truncated 2.64 KB...] + 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-1124 -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 "jenkinsincubatortrafficcontrolpr1124_default" with the default driver Building traffic_portal_build Step 1/10 : FROM centos:7 ---> ff426288ea90 Step 2/10 : MAINTAINER Dan Kirkwood ---> Using cache ---> 98ca307a11a6 Step 3/10 : VOLUME /trafficcontrol ---> Using cache ---> a54de7b0e45e Step 4/10 : RUN yum -y install epel-release git rpm-build && yum -y clean all ---> Using cache ---> 521cd13c27e1 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 ---> 326e47cf34f7 Step 6/10 : RUN gem install compass ---> Using cache ---> 9e7f0ca8a693 Step 7/10 : RUN npm -g install bower grunt-cli ---> Using cache ---> 2746696a4b42 Step 8/10 : RUN echo '{ "allow_root": true }' > /root/.bowerrc ---> Using cache ---> 2234ce1347d2 Step 9/10 : ADD infrastructure/docker/build/clean_build.sh / ---> Using cache ---> 66e705bc1340 Step 10/10 : CMD /clean_build.sh traffic_portal ---> Using cache ---> e8587dda5e8b Successfully built e8587dda5e8b 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 ---> 98ca307a11a6 Step 3/11 : VOLUME /trafficcontrol ---> Using cache ---> a54de7b0e45e Step 4/11 : RUN yum -y install epel-release git rpm-build && yum -y clean all ---> Using cache ---> 521cd13c27e1 Step 5/11 : RUN yum -y install which && yum -y clean all ---> Using cache ---> 927b4638167d Step 6/11 : WORKDIR /opt ---> Using cache ---> 0c1c10cbae58 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 ---> a058cf0c4bc1 Step 8/11 : RUN ln -s jdk* java && ln -s apache-maven* maven ---> Using cache ---> 0cd366efd912 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 ---> 6c43a6ce8a9c Step 10/11 : ADD infrastructure/docker/build/clean_build.sh / ---> Using cache ---> 908ff87ec5ac Step 11/11 : CMD /clean_build.sh traffic_router ---> Using cache ---> aee60d9d8931 Successfully built aee60d9d8931 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 ---> 98ca307a11a6 Step 3/7 : VOLUME /trafficcontrol ---> Using cache ---> a54de7b0e45e Step 4/7 : RUN yum -y install epel-release git rpm-build && yum -y clean all ---> Using cache ---> 521cd13c27e1 Step 5/7 : RUN yum -y install golang && yum -y clean all ---> Using cache ---> beb80128941c Step 6/7 : ADD infrastructure/docker/build/clean_build.sh / ---> Using cache ---> c590bec7aa8a Step 7/7 : CMD /clean_build.sh traffic_monitor ---> Using cache ---> f0e4333a05b7 Successfully built f0e4333a05b7 Successfully tagged traffic_monitor_builder:latest Building source Step 1/6 : FROM centos:7 ---> ff426288ea90 Step 2/6 : MAINTAINER Dan Kirkwood ---> Using cache ---> 98ca307a11a6 Step 3/6 : VOLUME /trafficcontrol ---> Using cache ---> a54de7b0e45e Step 4/6 : RUN yum -y install git && yum -y clean all ---> Using cache ---> 34fa15be0556 Step 5/6 : WORKDIR /trafficcontrol ---> Using cache ---> c8713ffcec46 Step 6/6 : CMD ./build/build.sh tarball ---> Using cache ---> 1fedfc6ca3ef Successfully built 1fedfc6ca3ef Successfully tagged trafficcontrol_tarball:latest Building traffic_ops_build Step 1/9 : FROM centos:7 ---> ff426288ea90 Step 2/9 : MAINTAINER Dan Kirkwood ---> Using cache ---> 98ca307a11a6 Step 3/9 : VOLUME /trafficcontrol ---> Using cache ---> a54de7b0e45e Step 4/9 : RUN yum -y install epel-release git rpm-build && yum -y clean all ---> Using cache ---> 521cd13c27e1 Step 5/9 : RUN yum -y install expat-devel gcc libcurl-devel make openssl-devel perl-ExtUtils-MakeMaker tar && yum -y clean all ---> Using cache ---> 169ea7de5438 Step 6/9 : ADD traffic_ops/install/bin/install_go.sh / ---> Using cache ---> c4724fe7dbeb Step 7/9 : RUN /install_go.sh ---> Using cache ---> d6ad1550c20e Step 8/9 : ADD infrastructure/docker/build/clean_build.sh / ---> Using cache ---> cc9cb79bb115 Step 9/9 : CMD /clean_build.sh traffic_ops ---> Using cache ---> 6b086ad22ea0 Successfully built 6b086ad22ea0 Successfully tagged traffic_ops_builder:latest Building traffic_stats_build Step 1/7 : FROM centos:7 ---> ff426288ea90 Step 2/7 : MAINTAINER Dan Kirkwood ---> Using cache ---> 98ca307a11a6 Step 3/7 : VOLUME /trafficcontrol ---> Using cache ---> a54de7b0e45e Step 4/7 : RUN yum -y install epel-release git rpm-build && yum -y clean all ---> Using cache ---> 521cd13c27e1 Step 5/7 : RUN yum -y install golang && yum -y clean all ---> Using cache ---> beb80128941c Step 6/7 : ADD infrastructure/docker/build/clean_build.sh / ---> Using cache ---> c590bec7aa8a Step 7/7 : CMD /clean_build.sh traffic_stats ---> Using cache ---> 9b0bb99fff23 Successfully built 9b0bb99fff23 Successfully tagged traffic_stats_builder:latest Creating jenkinsincubatortrafficcontrolpr1124_traffic_portal_build_1 ... Creating jenkinsincubatortrafficcontrolpr1124_source_1 ... Creating jenkinsincubatortrafficcontrolpr1124_traffic_ops_build_1 ... Creating jenkinsincubatortrafficcontrolpr1124_traffic_router_build_1 ... Creating jenkinsincubatortrafficcontrolpr1124_traffic_portal_build_1 Creating jenkinsincubatortrafficcontrolpr1124_traffic_stats_build_1 ... Creating jenkinsincubatortrafficcontrolpr1124_traffic_monitor_build_1 ... Creating jenkinsincubatortrafficcontrolpr1124_source_1 Creating jenkinsincubatortrafficcontrolpr1124_traffic_ops_build_1 Creating jenkinsincubatortrafficcontrolpr1124_traffic_router_build_1 Creating jenkinsincubatortrafficcontrolpr1124_traffic_stats_build_1 Creating jenkinsincubatortrafficcontrolpr1124_traffic_monitor_build_1 Creating jenkinsincubatortrafficcontrolpr1124_traffic_portal_build_1 ... error ERROR: for jenkinsincubatortrafficcontrolpr1124_traffic_portal_build_1 Cannot start service traffic_portal_build: network jenkinsincubatortrafficcontrolpr1124_default not found Creating jenkinsincubatortrafficcontrolpr1124_source_1 ... error ERROR: for jenkinsincubatortrafficcontrolpr1124_source_1 Cannot start service source: network jenkinsincubatortrafficcontrolpr1124_default not found Creating jenkinsincubatortrafficcontrolpr1124_traffic_ops_build_1 ... error ERROR: for jenkinsincubatortrafficcontrolpr1124_traffic_ops_build_1 Cannot start service traffic_ops_build: network jenkinsincubatortrafficcontrolpr1124_default not found Creating jenkinsincubatortrafficcontrolpr1124_traffic_router_build_1 ... error ERROR: for jenkinsincubatortrafficcontrolpr1124_traffic_router_build_1 Cannot start service traffic_router_build: network jenkinsincubatortrafficcontrolpr1124_default not found Creating jenkinsincubatortrafficcontrolpr1124_traffic_stats_build_1 ... error ERROR: for jenkinsincubatortrafficcontrolpr1124_traffic_stats_build_1 Cannot start service traffic_stats_build: network jenkinsincubatortrafficcontrolpr1124_default not found Creating jenkinsincubatortrafficcontrolpr1124_traffic_monitor_build_1 ... error ERROR: for jenkinsincubatortrafficcontrolpr1124_traffic_monitor_build_1 Cannot start service traffic_monitor_build: network jenkinsincubatortrafficcontrolpr1124_default not found ERROR: for traffic_portal_build Cannot start service traffic_portal_build: network jenkinsincubatortrafficcontrolpr1124_default not found ERROR: for traffic_router_build Cannot start service traffic_router_build: network jenkinsincubatortrafficcontrolpr1124_default not found ERROR: for traffic_monitor_build Cannot start service traffic_monitor_build: network jenkinsincubatortrafficcontrolpr1124_default not found ERROR: for source Cannot start service source: network jenkinsincubatortrafficcontrolpr1124_default not found ERROR: for traffic_ops_build Cannot start service traffic_ops_build: network jenkinsincubatortrafficcontrolpr1124_default not found ERROR: for traffic_stats_build Cannot start service traffic_stats_build: network jenkinsincubatortrafficcontrolpr1124_default not found Encountered errors while bringing up the project. + 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/jenkins683087333695530901.sh + export COMPOSE_HTTP_TIMEOUT=120 + COMPOSE_HTTP_TIMEOUT=120 + ./bin/docker-compose -p jenkins-incubator-trafficcontrol-PR-1124 -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 jenkinsincubatortrafficcontrolpr1124_traffic_monitor_build_1 ... Removing jenkinsincubatortrafficcontrolpr1124_traffic_stats_build_1 ... Removing jenkinsincubatortrafficcontrolpr1124_traffic_router_build_1 ... Removing jenkinsincubatortrafficcontrolpr1124_traffic_ops_build_1 ... Removing jenkinsincubatortrafficcontrolpr1124_source_1 ... Removing jenkinsincubatortrafficcontrolpr1124_traffic_portal_build_1 ... Removing jenkinsincubatortrafficcontrolpr1124_source_1 ... doneRemoving jenkinsincubatortrafficcontrolpr1124_traffic_stats_build_1 ... doneRemoving jenkinsincubatortrafficcontrolpr1124_traffic_monitor_build_1 ... doneRemoving jenkinsincubatortrafficcontrolpr1124_traffic_router_build_1 ... doneRemoving jenkinsincubatortrafficcontrolpr1124_traffic_ops_build_1 ... doneRemoving jenkinsincubatortrafficcontrolpr1124_traffic_portal_build_1 ... doneRemoving network jenkinsincubatortrafficcontrolpr1124_default Network jenkinsincubatortrafficcontrolpr1124_default not found. POST BUILD TASK : SUCCESS END OF POST BUILD TASK : 0
