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/06/20 14:13:28 UTC

Build failed in Jenkins: trafficcontrol-test-master-build #3

See <https://builds.apache.org/job/trafficcontrol-test-master-build/3/display/redirect>

------------------------------------------
[...truncated 1.52 KB...]
 > git fetch --tags --progress git://github.com/apache/trafficcontrol.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10
 > git rev-parse refs/remotes/origin/origin/master^{commit} # timeout=10
Checking out Revision 75d6735362fa79c8fe4e0e4cd17849c2683680b9 (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 75d6735362fa79c8fe4e0e4cd17849c2683680b9
Commit message: "Fix DSR Origin resolution"
 > git rev-list --no-walk 75d6735362fa79c8fe4e0e4cd17849c2683680b9 # timeout=10
[trafficcontrol-test-master-build] $ /bin/bash /tmp/jenkins4213718024455116425.sh
+ proj=tc18518
+ cd infrastructure/docker/build
++ uname -s
++ uname -m
+ curl -o ./docker-compose -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 --:--:-- --:--:-- --:--:--     0100   617    0   617    0     0   1887      0 --:--:-- --:--:-- --:--:--  1892
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0  5 8079k    5  423k    0     0   272k      0  0:00:29  0:00:01  0:00:28  418k100 8079k  100 8079k    0     0  3243k      0  0:00:02  0:00:02 --:--:-- 4143k
+ chmod +x ./docker-compose
+ ./docker-compose -p tc18518 build
Building traffic_stats_build
Step 1/7 : FROM centos:7
 ---> 49f7960eb7e4
Step 2/7 : MAINTAINER Dan Kirkwood
 ---> Using cache
 ---> 87511d9d316e
Step 3/7 : VOLUME /trafficcontrol
 ---> Using cache
 ---> 49121bf5debf
Step 4/7 : RUN yum -y install 		epel-release 		git 		rpm-build && 	yum -y clean all
 ---> Using cache
 ---> 3070f0ac53b7
Step 5/7 : RUN yum -y install 		golang && 	yum -y clean all
 ---> Using cache
 ---> 93a4d0682593
Step 6/7 : ADD infrastructure/docker/build/clean_build.sh /
 ---> Using cache
 ---> 125f4b11841a
Step 7/7 : CMD /clean_build.sh traffic_stats
 ---> Using cache
 ---> fd878fb55396
Successfully built fd878fb55396
Successfully tagged traffic_stats_builder:latest
Building traffic_router_build
Step 1/11 : FROM centos:7
 ---> 49f7960eb7e4
Step 2/11 : MAINTAINER Dan Kirkwood
 ---> Using cache
 ---> 87511d9d316e
Step 3/11 : VOLUME /trafficcontrol
 ---> Using cache
 ---> 49121bf5debf
Step 4/11 : RUN yum -y install 		epel-release 		git 		rpm-build && 	yum -y clean all
 ---> Using cache
 ---> 3070f0ac53b7
Step 5/11 : RUN yum -y install 		which && 	yum -y clean all
 ---> Using cache
 ---> 09338ba6c93f
Step 6/11 : WORKDIR /opt
 ---> Using cache
 ---> af15e66721b4
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
 ---> fae358c03c88
Step 8/11 : RUN ln -s jdk* java && ln -s apache-maven* maven
 ---> Using cache
 ---> b43b574f5555
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
 ---> a19af87381a9
Step 10/11 : ADD infrastructure/docker/build/clean_build.sh /
 ---> Using cache
 ---> 99bc89710274
Step 11/11 : CMD /clean_build.sh traffic_router
 ---> Using cache
 ---> 37cb2b729776
Successfully built 37cb2b729776
Successfully tagged traffic_router_builder:latest
Building traffic_monitor_build
Step 1/7 : FROM centos:7
 ---> 49f7960eb7e4
Step 2/7 : MAINTAINER Dan Kirkwood
 ---> Using cache
 ---> 87511d9d316e
Step 3/7 : VOLUME /trafficcontrol
 ---> Using cache
 ---> 49121bf5debf
Step 4/7 : RUN yum -y install 		epel-release 		git 		rpm-build && 	yum -y clean all
 ---> Using cache
 ---> 3070f0ac53b7
Step 5/7 : RUN yum -y install 		golang && 	yum -y clean all
 ---> Using cache
 ---> 93a4d0682593
Step 6/7 : ADD infrastructure/docker/build/clean_build.sh /
 ---> Using cache
 ---> 125f4b11841a
Step 7/7 : CMD /clean_build.sh traffic_monitor
 ---> Using cache
 ---> e7a90c05ecd4
Successfully built e7a90c05ecd4
Successfully tagged traffic_monitor_builder:latest
Building source
Step 1/6 : FROM centos:7
 ---> 49f7960eb7e4
Step 2/6 : MAINTAINER Dan Kirkwood
 ---> Using cache
 ---> 87511d9d316e
Step 3/6 : VOLUME /trafficcontrol
 ---> Using cache
 ---> 49121bf5debf
Step 4/6 : RUN yum -y install 		git && 	yum -y clean all
 ---> Using cache
 ---> 08e5505f8e31
Step 5/6 : WORKDIR /trafficcontrol
 ---> Using cache
 ---> a970fd38ce53
Step 6/6 : CMD ./build/build.sh tarball
 ---> Using cache
 ---> 392ce6facccc
Successfully built 392ce6facccc
Successfully tagged trafficcontrol_tarball:latest
Building grove_build
Step 1/10 : FROM centos:7
 ---> 49f7960eb7e4
Step 2/10 : MAINTAINER Chris Lemmons
 ---> Using cache
 ---> 1fd6fdf16597
Step 3/10 : VOLUME /trafficcontrol
 ---> Using cache
 ---> 03d2389eb16e
Step 4/10 : RUN yum -y install 		epel-release && 	yum -y clean all
 ---> Using cache
 ---> 948512a3ed04
Step 5/10 : RUN yum -y install 		git 		rpm-build && 	yum -y clean all
 ---> Using cache
 ---> 9371a2af6d30
Step 6/10 : RUN yum -y install 		golang && 	yum -y clean all
 ---> Using cache
 ---> 9ab6c3410f7a
Step 7/10 : ADD infrastructure/docker/build/clean_build.sh /
 ---> Using cache
 ---> 9597ace06947
Step 8/10 : ENV GOPATH /go
 ---> Using cache
 ---> 13219fdc1418
Step 9/10 : RUN mkdir -p /go/src/github.com/apache && ln -s /tmp/trafficcontrol /go/src/github.com/apache/trafficcontrol
 ---> Running in a9fc353ac72d
 ---> ae79154e9a13
Removing intermediate container a9fc353ac72d
Step 10/10 : CMD /clean_build.sh grove
 ---> Running in 14275acfbe97
 ---> 0236d8ae0a02
Removing intermediate container 14275acfbe97
Successfully built 0236d8ae0a02
Successfully tagged grove_builder:latest
weasel uses an image, skipping
Building traffic_ops_build
Step 1/9 : FROM centos:7
 ---> 49f7960eb7e4
Step 2/9 : MAINTAINER Dan Kirkwood
 ---> Using cache
 ---> 87511d9d316e
Step 3/9 : VOLUME /trafficcontrol
 ---> Using cache
 ---> 49121bf5debf
Step 4/9 : RUN yum -y install 		epel-release 		git 		rpm-build && 	yum -y clean all
 ---> Using cache
 ---> 3070f0ac53b7
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
 ---> 76a78b113531
Step 6/9 : ADD traffic_ops/install/bin/install_go.sh /
 ---> Using cache
 ---> 21822ca59be2
Step 7/9 : RUN /install_go.sh
 ---> Using cache
 ---> b8c086db0f78
Step 8/9 : ADD infrastructure/docker/build/clean_build.sh /
 ---> Using cache
 ---> 73f2c0e1e6db
Step 9/9 : CMD /clean_build.sh traffic_ops
 ---> Using cache
 ---> a89ca4a158e3
Successfully built a89ca4a158e3
Successfully tagged traffic_ops_builder:latest
Building traffic_portal_build
Step 1/10 : FROM centos:7
 ---> 49f7960eb7e4
Step 2/10 : MAINTAINER Dan Kirkwood
 ---> Using cache
 ---> 87511d9d316e
Step 3/10 : VOLUME /trafficcontrol
 ---> Using cache
 ---> 49121bf5debf
Step 4/10 : RUN yum -y install 		epel-release 		git 		rpm-build && 	yum -y clean all
 ---> Using cache
 ---> 3070f0ac53b7
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
 ---> 64bbd7f0ecbf
Step 6/10 : RUN gem install compass
 ---> Using cache
 ---> 2d9659c09a8c
Step 7/10 : RUN npm -g install bower grunt-cli
 ---> Using cache
 ---> 040f322d3340
Step 8/10 : RUN echo '{ "allow_root": true }' > /root/.bowerrc
 ---> Using cache
 ---> 054ae6ca94dd
Step 9/10 : ADD infrastructure/docker/build/clean_build.sh /
 ---> Using cache
 ---> 647222fc5331
Step 10/10 : CMD /clean_build.sh traffic_portal
 ---> Using cache
 ---> 21527f673f76
Successfully built 21527f673f76
Successfully tagged traffic_portal_builder:latest
+ ./docker-compose -p tc18518 run
Run a one-off command on a service.

For example:

    $ docker-compose run web python manage.py shell

By default, linked services will be started, unless they are already
running. If you do not want to start linked services, use
`docker-compose run --no-deps SERVICE COMMAND [ARGS...]`.

Usage: run [options] [-v VOLUME...] [-p PORT...] [-e KEY=VAL...] SERVICE [COMMAND] [ARGS...]

Options:
    -d                    Detached mode: Run container in the background, print
                          new container name.
    --name NAME           Assign a name to the container
    --entrypoint CMD      Override the entrypoint of the image.
    -e KEY=VAL            Set an environment variable (can be used multiple times)
    -u, --user=""         Run as specified username or uid
    --no-deps             Don't start linked services.
    --rm                  Remove container after run. Ignored in detached mode.
    -p, --publish=[]      Publish a container's port(s) to the host
    --service-ports       Run command with the service's ports enabled and mapped
                          to the host.
    -v, --volume=[]       Bind mount a volume (default [])
    -T                    Disable pseudo-tty allocation. By default `docker-compose run`
                          allocates a TTY.
    -w, --workdir=""      Working directory inside the container
+ exit 1
Build step 'Execute shell' marked build as failure
Archiving artifacts