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/03/21 20:07:27 UTC

Build failed in Jenkins: trafficcontrol-PR #3392

See <https://builds.apache.org/job/trafficcontrol-PR/3392/display/redirect>

------------------------------------------
[...truncated 106.60 KB...]
  perl-threads.x86_64 0:1.87-4.el7                                              
  perl-threads-shared.x86_64 0:1.43-6.el7                                       
  redhat-rpm-config.noarch 0:9.1.0-87.el7.centos                                
  rsync.x86_64 0:3.1.2-4.el7                                                    
  unzip.x86_64 0:6.0-19.el7                                                     
  zip.x86_64 0:3.0-11.el7                                                       

Complete!
Loaded plugins: fastestmirror, ovl
Cleaning repos: base epel extras updates
Cleaning up list of fastest mirrors
 ---> 428f0c0da6d4
Removing intermediate container 14f7e8f4fd78
Step 5/8 : ADD docs/source/requirements.txt /docs.requirements.txt
 ---> 2d83af9853fc
Removing intermediate container 404da335cd13
Step 6/8 : RUN yum -y install 		python34 		python34-pip 		make && 	yum -y clean all && 	python3 -m pip install --upgrade setuptools && 	python3 -m pip install -r /docs.requirements.txt
 ---> Running in 705842b88c8c
Loaded plugins: fastestmirror, ovl
Determining fastest mirrors
 * base: mirror.fileplanet.com
 * epel: mirrors.cat.pdx.edu
 * extras: repo1.sea.innoscale.net
 * 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-2.el7 will be installed
--> Processing Dependency: python34-libs(x86-64) = 3.4.9-2.el7 for package: python34-3.4.9-2.el7.x86_64
--> Processing Dependency: libpython3.4m.so.1.0()(64bit) for package: python34-3.4.9-2.el7.x86_64
---> Package python34-pip.noarch 0:8.1.2-7.el7 will be installed
--> Processing Dependency: python34-setuptools for package: python34-pip-8.1.2-7.el7.noarch
--> Running transaction check
---> Package python34-libs.x86_64 0:3.4.9-2.el7 will be installed
---> Package python34-setuptools.noarch 0:39.2.0-2.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-2.el7            epel        51 k
 python34-pip              noarch       8.1.2-7.el7            epel       1.7 M
Installing for dependencies:
 python34-libs             x86_64       3.4.9-2.el7            epel       8.3 M
 python34-setuptools       noarch       39.2.0-2.el7           epel       640 k

Transaction Summary
================================================================================
Install  3 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-libs-3.4.9-2.el7.x86_64.rpm: Header V3 RSA/SHA256 Signature, key ID 352c64e5: NOKEY
Public key for python34-libs-3.4.9-2.el7.x86_64.rpm is not installed
--------------------------------------------------------------------------------
Total                                               17 MB/s |  11 MB  00:00     
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-2.el7.x86_64                                  1/5 
  Installing : python34-libs-3.4.9-2.el7.x86_64                             2/5 
  Installing : python34-setuptools-39.2.0-2.el7.noarch                      3/5 
  Installing : python34-pip-8.1.2-7.el7.noarch                              4/5 
  Installing : 1:make-3.82-23.el7.x86_64                                    5/5 
  Verifying  : python34-pip-8.1.2-7.el7.noarch                              1/5 
  Verifying  : python34-libs-3.4.9-2.el7.x86_64                             2/5 
  Verifying  : 1:make-3.82-23.el7.x86_64                                    3/5 
  Verifying  : python34-3.4.9-2.el7.x86_64                                  4/5 
  Verifying  : python34-setuptools-39.2.0-2.el7.noarch                      5/5 

Installed:
  make.x86_64 1:3.82-23.el7                python34.x86_64 0:3.4.9-2.el7       
  python34-pip.noarch 0:8.1.2-7.el7       

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

Complete!
Loaded plugins: fastestmirror, ovl
Cleaning repos: base epel extras updates
Cleaning up list of fastest mirrors
Collecting setuptools
  Downloading https://files.pythonhosted.org/packages/d1/6a/4b2fcefd2ea0868810e92d519dacac1ddc64a2e53ba9e3422c3b62b378a6/setuptools-40.8.0-py2.py3-none-any.whl (575kB)
Installing collected packages: setuptools
  Found existing installation: setuptools 39.2.0
    Uninstalling setuptools-39.2.0:
      Successfully uninstalled setuptools-39.2.0
Successfully installed setuptools-40.8.0
You are using pip version 8.1.2, however version 19.0.3 is available.
You should consider upgrading via the 'pip install --upgrade pip' command.
Collecting Sphinx>=1.4.3 (from -r /docs.requirements.txt (line 15))
  Downloading https://files.pythonhosted.org/packages/7d/66/a4af242b4348b729b9d46ce5db23943ce9bca7da9bbe2ece60dc27f26420/Sphinx-1.8.5-py2.py3-none-any.whl (3.1MB)
Collecting sphinx_rtd_theme>=0.4.0 (from -r /docs.requirements.txt (line 16))
  Downloading https://files.pythonhosted.org/packages/60/b4/4df37087a1d36755e3a3bfd2a30263f358d2dea21938240fa02313d45f51/sphinx_rtd_theme-0.4.3-py2.py3-none-any.whl (6.4MB)
Collecting sphinx_autodoc_typehints>=1.3.0 (from -r /docs.requirements.txt (line 17))
  Downloading https://files.pythonhosted.org/packages/de/57/e90dba6e31db7b5c4cc9eaab69a56f2c93a498febd188d35c8216da18b6f/sphinx_autodoc_typehints-1.6.0-py3-none-any.whl
Collecting six>=1.5 (from Sphinx>=1.4.3->-r /docs.requirements.txt (line 15))
  Downloading https://files.pythonhosted.org/packages/73/fb/00a976f728d0d1fecfe898238ce23f502a721c0ac0ecfedb80e0d88c64e9/six-1.12.0-py2.py3-none-any.whl
Collecting typing; python_version < "3.5" (from Sphinx>=1.4.3->-r /docs.requirements.txt (line 15))
  Downloading https://files.pythonhosted.org/packages/4a/bd/eee1157fc2d8514970b345d69cb9975dcd1e42cd7e61146ed841f6e68309/typing-3.6.6-py3-none-any.whl
Collecting alabaster<0.8,>=0.7 (from Sphinx>=1.4.3->-r /docs.requirements.txt (line 15))
  Downloading https://files.pythonhosted.org/packages/10/ad/00b090d23a222943eb0eda509720a404f531a439e803f6538f35136cae9e/alabaster-0.7.12-py2.py3-none-any.whl
Collecting snowballstemmer>=1.1 (from Sphinx>=1.4.3->-r /docs.requirements.txt (line 15))
  Downloading https://files.pythonhosted.org/packages/d4/6c/8a935e2c7b54a37714656d753e4187ee0631988184ed50c0cf6476858566/snowballstemmer-1.2.1-py2.py3-none-any.whl (64kB)
Collecting requests>=2.0.0 (from Sphinx>=1.4.3->-r /docs.requirements.txt (line 15))
  Downloading https://files.pythonhosted.org/packages/7d/e3/20f3d364d6c8e5d2353c72a67778eb189176f08e873c9900e10c0287b84b/requests-2.21.0-py2.py3-none-any.whl (57kB)
Collecting Jinja2>=2.3 (from Sphinx>=1.4.3->-r /docs.requirements.txt (line 15))
  Downloading https://files.pythonhosted.org/packages/7f/ff/ae64bacdfc95f27a016a7bed8e8686763ba4d277a78ca76f32659220a731/Jinja2-2.10-py2.py3-none-any.whl (126kB)
Collecting packaging (from Sphinx>=1.4.3->-r /docs.requirements.txt (line 15))
  Downloading https://files.pythonhosted.org/packages/91/32/58bc30e646e55eab8b21abf89e353f59c0cc02c417e42929f4a9546e1b1d/packaging-19.0-py2.py3-none-any.whl
Collecting babel!=2.0,>=1.3 (from Sphinx>=1.4.3->-r /docs.requirements.txt (line 15))
  Downloading https://files.pythonhosted.org/packages/b8/ad/c6f60602d3ee3d92fbed87675b6fb6a6f9a38c223343ababdb44ba201f10/Babel-2.6.0-py2.py3-none-any.whl (8.1MB)
Collecting Pygments>=2.0 (from Sphinx>=1.4.3->-r /docs.requirements.txt (line 15))
  Downloading https://files.pythonhosted.org/packages/13/e5/6d710c9cf96c31ac82657bcfb441df328b22df8564d58d0c4cd62612674c/Pygments-2.3.1-py2.py3-none-any.whl (849kB)
Collecting imagesize (from Sphinx>=1.4.3->-r /docs.requirements.txt (line 15))
  Downloading https://files.pythonhosted.org/packages/fc/b6/aef66b4c52a6ad6ac18cf6ebc5731ed06d8c9ae4d3b2d9951f261150be67/imagesize-1.1.0-py2.py3-none-any.whl
Requirement already satisfied (use --upgrade to upgrade): setuptools in /usr/lib/python3.4/site-packages (from Sphinx>=1.4.3->-r /docs.requirements.txt (line 15))
Collecting docutils>=0.11 (from Sphinx>=1.4.3->-r /docs.requirements.txt (line 15))
  Downloading https://files.pythonhosted.org/packages/36/fa/08e9e6e0e3cbd1d362c3bbee8d01d0aedb2155c4ac112b19ef3cae8eed8d/docutils-0.14-py3-none-any.whl (543kB)
Collecting sphinxcontrib-websupport (from Sphinx>=1.4.3->-r /docs.requirements.txt (line 15))
  Downloading https://files.pythonhosted.org/packages/52/69/3c2fbdc3702358c5b34ee25e387b24838597ef099761fc9a42c166796e8f/sphinxcontrib_websupport-1.1.0-py2.py3-none-any.whl
Collecting urllib3<1.25,>=1.21.1 (from requests>=2.0.0->Sphinx>=1.4.3->-r /docs.requirements.txt (line 15))
  Downloading https://files.pythonhosted.org/packages/62/00/ee1d7de624db8ba7090d1226aebefab96a2c71cd5cfa7629d6ad3f61b79e/urllib3-1.24.1-py2.py3-none-any.whl (118kB)
Collecting chardet<3.1.0,>=3.0.2 (from requests>=2.0.0->Sphinx>=1.4.3->-r /docs.requirements.txt (line 15))
  Downloading https://files.pythonhosted.org/packages/bc/a9/01ffebfb562e4274b6487b4bb1ddec7ca55ec7510b22e4c51f14098443b8/chardet-3.0.4-py2.py3-none-any.whl (133kB)
Collecting idna<2.9,>=2.5 (from requests>=2.0.0->Sphinx>=1.4.3->-r /docs.requirements.txt (line 15))
  Downloading https://files.pythonhosted.org/packages/14/2c/cd551d81dbe15200be1cf41cd03869a46fe7226e7450af7a6545bfc474c9/idna-2.8-py2.py3-none-any.whl (58kB)
Collecting certifi>=2017.4.17 (from requests>=2.0.0->Sphinx>=1.4.3->-r /docs.requirements.txt (line 15))
  Downloading https://files.pythonhosted.org/packages/60/75/f692a584e85b7eaba0e03827b3d51f45f571c2e793dd731e598828d380aa/certifi-2019.3.9-py2.py3-none-any.whl (158kB)
Collecting MarkupSafe>=0.23 (from Jinja2>=2.3->Sphinx>=1.4.3->-r /docs.requirements.txt (line 15))
  Downloading https://files.pythonhosted.org/packages/99/c9/5d5dcf2aa90f1d4500e92467a04f63b3708ee6e5764b40b2445e767ab8dc/MarkupSafe-1.1.1-cp34-cp34m-manylinux1_x86_64.whl
Collecting pyparsing>=2.0.2 (from packaging->Sphinx>=1.4.3->-r /docs.requirements.txt (line 15))
  Downloading https://files.pythonhosted.org/packages/de/0a/001be530836743d8be6c2d85069f46fecf84ac6c18c7f5fb8125ee11d854/pyparsing-2.3.1-py2.py3-none-any.whl (61kB)
Collecting pytz>=0a (from babel!=2.0,>=1.3->Sphinx>=1.4.3->-r /docs.requirements.txt (line 15))
  Downloading https://files.pythonhosted.org/packages/61/28/1d3920e4d1d50b19bc5d24398a7cd85cc7b9a75a490570d5a30c57622d34/pytz-2018.9-py2.py3-none-any.whl (510kB)
Installing collected packages: six, typing, alabaster, snowballstemmer, urllib3, chardet, idna, certifi, requests, MarkupSafe, Jinja2, pyparsing, packaging, pytz, babel, Pygments, imagesize, docutils, sphinxcontrib-websupport, Sphinx, sphinx-rtd-theme, sphinx-autodoc-typehints
Successfully installed Jinja2-2.10 MarkupSafe-1.1.1 Pygments-2.3.1 Sphinx-1.8.5 alabaster-0.7.12 babel-2.6.0 certifi-2019.3.9 chardet-3.0.4 docutils-0.14 idna-2.8 imagesize-1.1.0 packaging-19.0 pyparsing-2.3.1 pytz-2018.9 requests-2.21.0 six-1.12.0 snowballstemmer-1.2.1 sphinx-autodoc-typehints-1.6.0 sphinx-rtd-theme-0.4.3 sphinxcontrib-websupport-1.1.0 typing-3.6.6 urllib3-1.24.1
You are using pip version 8.1.2, however version 19.0.3 is available.
You should consider upgrading via the 'pip install --upgrade pip' command.
 ---> 3d5cdf945d9e
Removing intermediate container 705842b88c8c
Step 7/8 : ADD infrastructure/docker/build/clean_build.sh /
 ---> d1200356a05c
Removing intermediate container c242a6bb53f1
Step 8/8 : CMD /clean_build.sh docs
 ---> Running in 0ad26dce400b
 ---> 2d52cb6c255f
Removing intermediate container 0ad26dce400b
Successfully built 2d52cb6c255f
Successfully tagged docs_builder:latest
Image for service docs was built because it did not already exist. To rebuild this image you must use `docker-compose build` or `docker-compose up --build`.
Building traffic_monitor_build
Step 1/7 : FROM centos:7
7: Pulling from library/centos
Digest: sha256:8d487d68857f5bc9595793279b33d082b03713341ddec91054382641d14db861
Status: Downloaded newer image for centos:7
 ---> 9f38484d220f
Step 2/7 : MAINTAINER Dan Kirkwood
 ---> Using cache
 ---> 8c7baa9e2cfe
Step 3/7 : VOLUME /trafficcontrol
 ---> Using cache
 ---> ff9e3be95c40
Step 4/7 : 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
 ---> 06c7039b4b26
Step 5/7 : RUN yum-config-manager --add-repo 'http://vault.centos.org/7.5.1804/os/x86_64/' &&         yum -y install --enablerepo=vault* golang-1.9.4 && 	yum -y clean all
 ---> Using cache
 ---> 41a2904d9e25
Step 6/7 : ADD infrastructure/docker/build/clean_build.sh /
 ---> Using cache
 ---> 00edee235d82
Step 7/7 : CMD /clean_build.sh traffic_monitor
 ---> Running in 280daaa4ebf8
 ---> f2f92dd5d35c
Removing intermediate container 280daaa4ebf8
Successfully built f2f92dd5d35c
Successfully tagged traffic_monitor_builder:latest
Image for service traffic_monitor_build was built because it did not already exist. To rebuild this image you must use `docker-compose build` or `docker-compose up --build`.
Building source
Step 1/6 : FROM centos:7
 ---> 9f38484d220f
Step 2/6 : MAINTAINER Dan Kirkwood
 ---> Using cache
 ---> 8c7baa9e2cfe
Step 3/6 : VOLUME /trafficcontrol
 ---> Using cache
 ---> ff9e3be95c40
Step 4/6 : RUN rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7 && 	yum -y update ca-certificates && 	yum -y install 		git && 	yum -y clean all
 ---> Running in f7ad94c582a9
Loaded plugins: fastestmirror, ovl
Determining fastest mirrors


 One of the configured repositories failed (Unknown),
 and yum doesn't have enough cached data to continue. At this point the only
 safe thing yum can do is fail. There are a few ways to work "fix" this:

     1. Contact the upstream for the repository and get them to fix the problem.

     2. Reconfigure the baseurl/etc. for the repository, to point to a working
        upstream. This is most often useful if you are using a newer
        distribution release than is supported by the repository (and the
        packages for the previous distribution release still work).

     3. Run the command with the repository temporarily disabled
            yum --disablerepo=<repoid> ...

     4. Disable the repository permanently, so yum won't use it by default. Yum
        will then just ignore the repository until you permanently enable it
        again or use --enablerepo for temporary usage:

            yum-config-manager --disable <repoid>
        or
            subscription-manager repos --disable=<repoid>

     5. Configure the failing repository to be skipped, if it is unavailable.
        Note that yum will try to contact the repo. when it runs most commands,
        so will have to try and fail each time (and thus. yum will be be much
        slower). If it is a very temporary problem though, this is often a nice
        compromise:

            yum-config-manager --save --setopt=<repoid>.skip_if_unavailable=true

Cannot find a valid baseurl for repo: base/7/x86_64
Could not retrieve mirrorlist http://mirrorlist.centos.org/?release=7&arch=x86_64&repo=os&infra=container error was
12: Timeout on http://mirrorlist.centos.org/?release=7&arch=x86_64&repo=os&infra=container: (28, 'Operation too slow. Less than 1000 bytes/sec transferred the last 30 seconds')
Service 'source' failed to build: The command '/bin/sh -c rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7 && 	yum -y update ca-certificates && 	yum -y install 		git && 	yum -y clean all' returned a non-zero code: 1
+ exit 1
+ finish
+ /tmp/docker-compose-LPBF -f infrastructure/docker/build/docker-compose.yml -p trafficcontrolPR3392 down -v
Removing network trafficcontrolpr3392_default
+ /tmp/docker-compose-LPBF -f infrastructure/docker/build/docker-compose.yml -p trafficcontrolPR3392 rm -v -f
No stopped containers
+ rm -f /tmp/docker-compose-LPBF
Build step 'Execute shell' marked build as failure
Skipped archiving because build is not successful

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

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/trafficcontrol-PR/3393/display/redirect>