See <https://builds.apache.org/job/trafficcontrol-PR/2577/display/redirect?page=changes>
Changes: [ocket8888] finished adding 1.3 routes [ocket8888] updated an api route [ocket8888] More API updates [ocket8888] Fixed favicon and logo not linked [ocket8888] No, seriously, what's with the arrow? [ocket8888] added logo to LaTeX output [ocket8888] Formatting consitency [ocket8888] formatting consistency [ocket8888] Moved non-static files out of _static [ocket8888] Formatting changes, links between anonymous blocking rtype and tr logs [ocket8888] added DNS response parser [ocket8888] Title level consistency [ocket8888] Formatting [ocket8888] trivial whitespace change [ocket8888] Formatting [ocket8888] added admonition advising that a database is not provided [ocket8888] Added links to RGB docs [ocket8888] formatting and consistency [ocket8888] Title level consistency [ocket8888] Replaced a text diagram with an image and formatting overhaul [ocket8888] Formatting consistency [ocket8888] List format consistency, adding to directory listing [ocket8888] Added missing commands/correcting existing commands for `admin.pl` docs [ocket8888] Finished test case and example fixups [ocket8888] Fixed missing reference [ocket8888] Moving Extension documentation to one place [ocket8888] Transformed some diagrams from ASCII -> SVG/PNG pairs [ocket8888] Replaced Remaining ASCII diagrams [ocket8888] Converted decorated lists to definition lists [ocket8888] Removed unnecessary `ref` roles on local section headings [ocket8888] Fixed broken logo spec/switched to new, *real* SVG logo for HTML [ocket8888] Converting examples to syntax-highlighted examples [ocket8888] Formatting overhaul to TM API docs [github] Fixed incompatibility with Python 2 ------------------------------------------ GitHub pull request #2898 of commit 3e330606ff297e66f85c123436cf5e34d19ca701, no merge conflicts. Setting status of 3e330606ff297e66f85c123436cf5e34d19ca701 to PENDING with url https://builds.apache.org/job/trafficcontrol-PR/2577/ and message: 'Build started for merge commit.' Using context: default [EnvInject] - Loading node environment variables. Building remotely on H20 (ubuntu xenial) in workspace <https://builds.apache.org/job/trafficcontrol-PR/ws/> [WS-CLEANUP] Deleting project workspace... 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 3e330606ff297e66f85c123436cf5e34d19ca701^{commit} # timeout=10 Checking out Revision 3e330606ff297e66f85c123436cf5e34d19ca701 (detached) > git config core.sparsecheckout # timeout=10 > git checkout -f 3e330606ff297e66f85c123436cf5e34d19ca701 Commit message: "Fixed incompatibility with Python 2" > git rev-list --no-walk 0f0cd0df680111d73e96c6d6060aa727064b35c8 # timeout=10 [trafficcontrol-PR] $ /bin/bash /tmp/jenkins9132388528076137879.sh ++ echo jenkins-trafficcontrol-PR-2577 ++ sed s/jenkins// ++ sed s/-//g + proj=trafficcontrolPR2577 + yml=infrastructure/docker/build/docker-compose.yml ++ mktemp /tmp/docker-compose-XXXX + dc=/tmp/docker-compose-wH1m ++ mktemp /tmp/tc-status-XXXX + st=/tmp/tc-status-5jBy + trap finish EXIT ++ uname -s ++ uname -m + curl -o /tmp/docker-compose-wH1m -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 1011 0 --:--:-- --:--:-- --:--:-- 1009 0 8079k 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0100 8079k 100 8079k 0 0 4451k 0 0:00:01 0:00:01 --:--:-- 11.6M + chmod +x /tmp/docker-compose-wH1m + rm -rf dist + /tmp/docker-compose-wH1m -f infrastructure/docker/build/docker-compose.yml -p trafficcontrolPR2577 up Creating network "trafficcontrolpr2577_default" with the default driver Building docs Step 1/8 : FROM centos:7 ---> 5182e96772bf Step 2/8 : MAINTAINER Jonathan Gray ---> Using cache ---> 25f89c515a52 Step 3/8 : VOLUME /trafficcontrol ---> Using cache ---> d21e86571dae Step 4/8 : RUN yum -y install epel-release git rpm-build && yum -y clean all ---> Using cache ---> 5072c7339c22 Step 5/8 : ADD docs/source/requirements.txt /docs.requirements.txt ---> Using cache ---> eb64dac11a6a Step 6/8 : RUN yum -y install python-pip make && yum -y clean all && pip install -r /docs.requirements.txt ---> Running in d9f15e43c32a Loaded plugins: fastestmirror, ovl Determining fastest mirrors * base: centos.eecs.wsu.edu * epel: mirrors.cat.pdx.edu * extras: repos.lax.quadranet.com * updates: mirror.fileplanet.com Resolving Dependencies --> Running transaction check ---> Package make.x86_64 1:3.82-23.el7 will be installed ---> Package python2-pip.noarch 0:8.1.2-6.el7 will be installed --> Processing Dependency: python-setuptools for package: python2-pip-8.1.2-6.el7.noarch --> Running transaction check ---> Package python-setuptools.noarch 0:0.9.8-7.el7 will be installed --> Processing Dependency: python-backports-ssl_match_hostname for package: python-setuptools-0.9.8-7.el7.noarch --> Running transaction check ---> Package python-backports-ssl_match_hostname.noarch 0:3.5.0.1-1.el7 will be installed --> Processing Dependency: python-ipaddress for package: python-backports-ssl_match_hostname-3.5.0.1-1.el7.noarch --> Processing Dependency: python-backports for package: python-backports-ssl_match_hostname-3.5.0.1-1.el7.noarch --> Running transaction check ---> Package python-backports.x86_64 0:1.0-8.el7 will be installed ---> Package python-ipaddress.noarch 0:1.0.16-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 python2-pip noarch 8.1.2-6.el7 epel 1.7 M Installing for dependencies: python-backports x86_64 1.0-8.el7 base 5.8 k python-backports-ssl_match_hostname noarch 3.5.0.1-1.el7 base 13 k python-ipaddress noarch 1.0.16-2.el7 base 34 k python-setuptools noarch 0.9.8-7.el7 base 397 k Transaction Summary ================================================================================ Install 2 Packages (+4 Dependent packages) Total download size: 2.5 M Installed size: 10 M Downloading packages: warning: /var/cache/yum/x86_64/7/epel/packages/python2-pip-8.1.2-6.el7.noarch.rpm: Header V3 RSA/SHA256 Signature, key ID 352c64e5: NOKEY Public key for python2-pip-8.1.2-6.el7.noarch.rpm is not installed -------------------------------------------------------------------------------- Total 2.7 MB/s | 2.5 MB 00:00 Retrieving key from file:///etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL-7 Importing GPG key 0x352C64E5: Userid : "Fedora EPEL (7) <[email protected]>" 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 : python-ipaddress-1.0.16-2.el7.noarch 1/6 Installing : python-backports-1.0-8.el7.x86_64 2/6 Installing : python-backports-ssl_match_hostname-3.5.0.1-1.el7.noarch 3/6 Installing : python-setuptools-0.9.8-7.el7.noarch 4/6 Installing : python2-pip-8.1.2-6.el7.noarch 5/6 Installing : 1:make-3.82-23.el7.x86_64 6/6 Verifying : python-backports-ssl_match_hostname-3.5.0.1-1.el7.noarch 1/6 Verifying : python-backports-1.0-8.el7.x86_64 2/6 Verifying : python-ipaddress-1.0.16-2.el7.noarch 3/6 Verifying : 1:make-3.82-23.el7.x86_64 4/6 Verifying : python-setuptools-0.9.8-7.el7.noarch 5/6 Verifying : python2-pip-8.1.2-6.el7.noarch 6/6 Installed: make.x86_64 1:3.82-23.el7 python2-pip.noarch 0:8.1.2-6.el7 Dependency Installed: python-backports.x86_64 0:1.0-8.el7 python-backports-ssl_match_hostname.noarch 0:3.5.0.1-1.el7 python-ipaddress.noarch 0:1.0.16-2.el7 python-setuptools.noarch 0:0.9.8-7.el7 Complete! Loaded plugins: fastestmirror, ovl Cleaning repos: base epel extras updates Cleaning up everything Maybe you want: rm -rf /var/cache/yum, to also free up space taken by orphaned data from disabled or removed repos Cleaning up list of fastest mirrors Collecting Sphinx>=1.4.3 (from -r /docs.requirements.txt (line 15)) Downloading https://files.pythonhosted.org/packages/35/e0/e9e83b244eaa382ba21896dda6172617e47aff0be225eb72782cca105d3c/Sphinx-1.8.1-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/87/30/7460f7b77b6e8a080dd3688f750fe5d5666c49358f8941449c5b128fa97d/sphinx_rtd_theme-0.4.1-py2.py3-none-any.whl (5.4MB) Collecting sphinx_autodoc_typehints>=1.3.0 (from -r /docs.requirements.txt (line 17)) Downloading https://files.pythonhosted.org/packages/96/f2/194721797bb0d96df240030dd513b41d47fe0640bbbd6a6978f0b488f847/sphinx-autodoc-typehints-1.3.0.tar.gz Complete output from command python setup.py egg_info: Traceback (most recent call last): File "<string>", line 1, in <module> File "/tmp/pip-build-dMA5zH/sphinx-autodoc-typehints/setup.py", line 7, in <module> 'setuptools >= 36.2.7' File "/usr/lib64/python2.7/distutils/core.py", line 112, in setup _setup_distribution = dist = klass(attrs) File "/usr/lib/python2.7/site-packages/setuptools/dist.py", line 265, in __init__ self.fetch_build_eggs(attrs.pop('setup_requires')) File "/usr/lib/python2.7/site-packages/setuptools/dist.py", line 289, in fetch_build_eggs parse_requirements(requires), installer=self.fetch_build_egg File "/usr/lib/python2.7/site-packages/pkg_resources.py", line 630, in resolve raise VersionConflict(dist,req) # XXX put more info here pkg_resources.VersionConflict: (setuptools 0.9.8 (/usr/lib/python2.7/site-packages), Requirement.parse('setuptools>=36.2.7')) ---------------------------------------- Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-build-dMA5zH/sphinx-autodoc-typehints/ You are using pip version 8.1.2, however version 18.0 is available. You should consider upgrading via the 'pip install --upgrade pip' command. Service 'docs' failed to build: The command '/bin/sh -c yum -y install python-pip make && yum -y clean all && pip install -r /docs.requirements.txt' returned a non-zero code: 1 + exit 1 + finish + /tmp/docker-compose-wH1m -f infrastructure/docker/build/docker-compose.yml -p trafficcontrolPR2577 down -v Removing network trafficcontrolpr2577_default + /tmp/docker-compose-wH1m -f infrastructure/docker/build/docker-compose.yml -p trafficcontrolPR2577 rm -v -f No stopped containers + rm -f /tmp/docker-compose-wH1m Build step 'Execute shell' marked build as failure Skipped archiving because build is not successful
