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 2019/04/08 20:17:27 UTC

Build failed in Jenkins: trafficcontrol-PR #3490

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

Changes:

[mitchell852] adds change log entry for TP context menu

------------------------------------------
GitHub pull request #3415 of commit cb17b1fc865364218948fedcffbd12f4bfca8557, no merge conflicts.
Setting status of cb17b1fc865364218948fedcffbd12f4bfca8557 to PENDING with url https://builds.apache.org/job/trafficcontrol-PR/3490/ and message: 'Build started for merge commit.'
Using context: default
[EnvInject] - Loading node environment variables.
Building remotely on H37 (ubuntu xenial) in workspace <https://builds.apache.org/job/trafficcontrol-PR/ws/>
[WS-CLEANUP] Deleting project workspace...
[WS-CLEANUP] Deferred wipeout is used...
using credential b205a645-1ea7-4dfd-973d-c14ac43cab07
Cloning the remote Git repository
Cloning repository git://github.com/apache/trafficcontrol.git
 > git init <https://builds.apache.org/job/trafficcontrol-PR/ws/> # timeout=10
Fetching upstream changes from git://github.com/apache/trafficcontrol.git
 > git --version # timeout=10
using GIT_SSH to set credentials 
 > git fetch --tags --progress git://github.com/apache/trafficcontrol.git +refs/heads/*:refs/remotes/origin/*
 > git config remote.origin.url git://github.com/apache/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/trafficcontrol.git # timeout=10
Fetching upstream changes from git://github.com/apache/trafficcontrol.git
using GIT_SSH to set credentials 
 > git fetch --tags --progress git://github.com/apache/trafficcontrol.git +refs/pull/*:refs/remotes/origin/pr/*
 > git rev-parse cb17b1fc865364218948fedcffbd12f4bfca8557^{commit} # timeout=10
Checking out Revision cb17b1fc865364218948fedcffbd12f4bfca8557 (detached)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f cb17b1fc865364218948fedcffbd12f4bfca8557
Commit message: "adds change log entry for TP context menu"
 > git rev-list --no-walk abf0fb7bd5d717cedf9c5b392cb2666250257c65 # timeout=10
[trafficcontrol-PR] $ /bin/bash /tmp/jenkins2193152356979511.sh
++ echo jenkins-trafficcontrol-PR-3490
++ sed s/-//g
++ sed s/jenkins//
+ proj=trafficcontrolPR3490
+ yml=infrastructure/docker/build/docker-compose.yml
++ mktemp /tmp/docker-compose-XXXX
+ dc=/tmp/docker-compose-0hEL
++ mktemp /tmp/tc-status-XXXX
+ st=/tmp/tc-status-vwdH
+ trap finish EXIT
++ uname -s
++ uname -m
+ curl -o /tmp/docker-compose-0hEL -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   1062      0 --:--:-- --:--:-- --:--:--  1061
  0 8079k    0 50730    0     0  41693      0  0:03:18  0:00:01  0:03:17 41693100 8079k  100 8079k    0     0  4777k      0  0:00:01  0:00:01 --:--:-- 16.5M
+ chmod +x /tmp/docker-compose-0hEL
+ rm -rf dist
+ /tmp/docker-compose-0hEL -f infrastructure/docker/build/docker-compose.yml -p trafficcontrolPR3490 up
Creating network "trafficcontrolpr3490_default" with the default driver
Building docs
Step 1/8 : FROM centos:7
7: Pulling from library/centos
Digest: sha256:8d487d68857f5bc9595793279b33d082b03713341ddec91054382641d14db861
Status: Downloaded newer image for centos:7
 ---> 9f38484d220f
Step 2/8 : MAINTAINER Jonathan Gray
 ---> Using cache
 ---> 9aee46b4be90
Step 3/8 : VOLUME /trafficcontrol
 ---> Using cache
 ---> 1673040edb51
Step 4/8 : RUN rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7 && 	yum -y update ca-certificates && 	yum -y install 		epel-release 		git 		rpm-build && 	yum -y clean all
 ---> Using cache
 ---> a853bd7e0f64
Step 5/8 : ADD docs/source/requirements.txt /docs.requirements.txt
 ---> Using cache
 ---> 6a8298c2e0d4
Step 6/8 : RUN yum -y install 		python34 		python34-pip         python34-psutil 		make && 	yum -y clean all && 	python3 -m pip install --upgrade setuptools && 	python3 -m pip install -r /docs.requirements.txt
 ---> Running in 8fcff6afecd6
Loaded plugins: fastestmirror, ovl
Determining fastest mirrors
 * base: centos-distro.1gservers.com
 * epel: mirrors.cat.pdx.edu
 * extras: mirrors.xtom.com
 * updates: mirror.web-ster.com
Resolving Dependencies
--> Running transaction check
---> Package make.x86_64 1:3.82-23.el7 will be installed
---> Package python34.x86_64 0:3.4.9-3.el7 will be installed
--> Processing Dependency: python34-libs(x86-64) = 3.4.9-3.el7 for package: python34-3.4.9-3.el7.x86_64
--> Processing Dependency: libpython3.4m.so.1.0()(64bit) for package: python34-3.4.9-3.el7.x86_64
---> Package python34-pip.noarch 0:8.1.2-8.el7 will be installed
--> Processing Dependency: python34-setuptools for package: python34-pip-8.1.2-8.el7.noarch
---> Package python34-psutil.x86_64 0:2.2.1-5.el7 will be installed
--> Running transaction check
---> Package python34-libs.x86_64 0:3.4.9-3.el7 will be installed
---> Package python34-setuptools.noarch 0:39.2.0-3.el7 will be installed
--> Finished Dependency Resolution

Dependencies Resolved

================================================================================
 Package                   Arch         Version                Repository  Size
================================================================================
Installing:
 make                      x86_64       1:3.82-23.el7          base       420 k
 python34                  x86_64       3.4.9-3.el7            epel        51 k
 python34-pip              noarch       8.1.2-8.el7            epel       1.7 M
 python34-psutil           x86_64       2.2.1-5.el7            epel       118 k
Installing for dependencies:
 python34-libs             x86_64       3.4.9-3.el7            epel       8.3 M
 python34-setuptools       noarch       39.2.0-3.el7           epel       640 k

Transaction Summary
================================================================================
Install  4 Packages (+2 Dependent packages)

Total download size: 11 M
Installed size: 41 M
Downloading packages:
warning: /var/cache/yum/x86_64/7/epel/packages/python34-3.4.9-3.el7.x86_64.rpm: Header V3 RSA/SHA256 Signature, key ID 352c64e5: NOKEY
Public key for python34-3.4.9-3.el7.x86_64.rpm is not installed
--------------------------------------------------------------------------------
Total                                               11 MB/s |  11 MB  00:01     
Retrieving key from file:///etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL-7
Importing GPG key 0x352C64E5:
 Userid     : "Fedora EPEL (7) <ep...@fedoraproject.org>"
 Fingerprint: 91e9 7d7c 4a5e 96f1 7f3e 888f 6a2f aea2 352c 64e5
 Package    : epel-release-7-11.noarch (@extras)
 From       : /etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL-7
Running transaction check
Running transaction test
Transaction test succeeded
Running transaction
  Installing : python34-3.4.9-3.el7.x86_64                                  1/6 
  Installing : python34-libs-3.4.9-3.el7.x86_64                             2/6 
  Installing : python34-setuptools-39.2.0-3.el7.noarch                      3/6 
  Installing : python34-pip-8.1.2-8.el7.noarch                              4/6 
  Installing : python34-psutil-2.2.1-5.el7.x86_64                           5/6 
  Installing : 1:make-3.82-23.el7.x86_64                                    6/6 
  Verifying  : python34-pip-8.1.2-8.el7.noarch                              1/6 
  Verifying  : python34-psutil-2.2.1-5.el7.x86_64                           2/6 
  Verifying  : python34-libs-3.4.9-3.el7.x86_64                             3/6 
  Verifying  : python34-3.4.9-3.el7.x86_64                                  4/6 
  Verifying  : 1:make-3.82-23.el7.x86_64                                    5/6 
  Verifying  : python34-setuptools-39.2.0-3.el7.noarch                      6/6 

Installed:
  make.x86_64 1:3.82-23.el7             python34.x86_64 0:3.4.9-3.el7           
  python34-pip.noarch 0:8.1.2-8.el7     python34-psutil.x86_64 0:2.2.1-5.el7    

Dependency Installed:
  python34-libs.x86_64 0:3.4.9-3.el7  python34-setuptools.noarch 0:39.2.0-3.el7 

Complete!
Loaded plugins: fastestmirror, ovl
Cleaning repos: base epel extras updates
Cleaning up list of fastest mirrors
/bin/sh: python3: command not found
Service 'docs' failed to build: The command '/bin/sh -c yum -y install 		python34 		python34-pip         python34-psutil 		make && 	yum -y clean all && 	python3 -m pip install --upgrade setuptools && 	python3 -m pip install -r /docs.requirements.txt' returned a non-zero code: 127
+ exit 1
+ finish
+ /tmp/docker-compose-0hEL -f infrastructure/docker/build/docker-compose.yml -p trafficcontrolPR3490 down -v
Removing network trafficcontrolpr3490_default
+ /tmp/docker-compose-0hEL -f infrastructure/docker/build/docker-compose.yml -p trafficcontrolPR3490 rm -v -f
No stopped containers
+ rm -f /tmp/docker-compose-0hEL
Build step 'Execute shell' marked build as failure
Skipped archiving because build is not successful

Jenkins build is back to normal : trafficcontrol-PR #3491

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