Mock Version: 1.3.3 Mock Version: 1.3.3 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target noarch --nodeps /builddir/build/SPECS/python-pyvo.spec'], chrootPath='/var/lib/mock/f26-build-7582029-693811/root'printOutput=Falselogger=uid=1000user='mockbuild'shell=Falsegid=425env={'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'HOME': '/builddir', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'en_US.UTF-8', 'PS1': ' \\s-\\v\\$ ', 'HOSTNAME': 'mock'}timeout=172800) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target noarch --nodeps /builddir/build/SPECS/python-pyvo.spec'] with env {'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'HOME': '/builddir', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'en_US.UTF-8', 'PS1': ' \\s-\\v\\$ ', 'HOSTNAME': 'mock'} and shell False Building target platforms: noarch Building for target noarch Wrote: /builddir/build/SRPMS/python-pyvo-0.5.2-1.fc26.src.rpm Child return code was: 0 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target noarch --nodeps /builddir/build/SPECS/python-pyvo.spec'], chrootPath='/var/lib/mock/f26-build-7582029-693811/root'printOutput=Falsegid=425uid=1000user='mockbuild'private_network=Trueshell=Falselogger=env={'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'HOME': '/builddir', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'en_US.UTF-8', 'PS1': ' \\s-\\v\\$ ', 'HOSTNAME': 'mock'}timeout=172800) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target noarch --nodeps /builddir/build/SPECS/python-pyvo.spec'] with env {'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'HOME': '/builddir', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'en_US.UTF-8', 'PS1': ' \\s-\\v\\$ ', 'HOSTNAME': 'mock'} and shell False Building target platforms: noarch Building for target noarch Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.CwGTjr + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf pyvo-0.5.2 + /usr/bin/gzip -dc /builddir/build/SOURCES/pyvo-0.5.2.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd pyvo-0.5.2 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + /usr/bin/cat /builddir/build/SOURCES/python-pyvo-removes-python-scripts.patch + /usr/bin/patch -p1 -s --fuzz=0 --no-backup-if-mismatch + /usr/bin/cat /builddir/build/SOURCES/python-pyvo-use_system_astropy_helpers.patch + /usr/bin/patch -p1 -s --fuzz=0 --no-backup-if-mismatch + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.psxQm7 + umask 022 + cd /builddir/build/BUILD + cd pyvo-0.5.2 + CFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic' + /usr/bin/python2 setup.py build '--executable=/usr/bin/python2 -s' pyvo/dal/tests/setup_package.py:2: RuntimeWarning: Parent module 'pyvo.dal.tests' not found while handling absolute import import os pyvo/nameresolver/tests/setup_package.py:2: RuntimeWarning: Parent module 'pyvo.nameresolver.tests' not found while handling absolute import import os pyvo/registry/tests/setup_package.py:2: RuntimeWarning: Parent module 'pyvo.registry.tests' not found while handling absolute import import os /usr/lib/python2.7/site-packages/astropy_helpers/setup_helpers.py:100: AstropyDeprecationWarning: Direct use of the adjust_compiler function in setup.py is deprecated and can be removed from your setup.py. This functionality is now incorporated directly into the build_ext command. 'command.', AstropyDeprecationWarning) Freezing version number to pyvo/version.py running build running build_py creating build creating build/lib.linux-x86_64-2.7 creating build/lib.linux-x86_64-2.7/pyvo copying pyvo/version.py -> build/lib.linux-x86_64-2.7/pyvo copying pyvo/conftest.py -> build/lib.linux-x86_64-2.7/pyvo copying pyvo/__init__.py -> build/lib.linux-x86_64-2.7/pyvo creating build/lib.linux-x86_64-2.7/pyvo/tests copying pyvo/tests/__init__.py -> build/lib.linux-x86_64-2.7/pyvo/tests creating build/lib.linux-x86_64-2.7/pyvo/dal copying pyvo/dal/scs.py -> build/lib.linux-x86_64-2.7/pyvo/dal copying pyvo/dal/sia.py -> build/lib.linux-x86_64-2.7/pyvo/dal copying pyvo/dal/query.py -> build/lib.linux-x86_64-2.7/pyvo/dal copying pyvo/dal/ssa.py -> build/lib.linux-x86_64-2.7/pyvo/dal copying pyvo/dal/__init__.py -> build/lib.linux-x86_64-2.7/pyvo/dal copying pyvo/dal/tap.py -> build/lib.linux-x86_64-2.7/pyvo/dal copying pyvo/dal/sla.py -> build/lib.linux-x86_64-2.7/pyvo/dal copying pyvo/dal/dbapi2.py -> build/lib.linux-x86_64-2.7/pyvo/dal creating build/lib.linux-x86_64-2.7/pyvo/nameresolver copying pyvo/nameresolver/sesame.py -> build/lib.linux-x86_64-2.7/pyvo/nameresolver copying pyvo/nameresolver/__init__.py -> build/lib.linux-x86_64-2.7/pyvo/nameresolver creating build/lib.linux-x86_64-2.7/pyvo/tools copying pyvo/tools/plainxml.py -> build/lib.linux-x86_64-2.7/pyvo/tools copying pyvo/tools/uws.py -> build/lib.linux-x86_64-2.7/pyvo/tools copying pyvo/tools/vosi.py -> build/lib.linux-x86_64-2.7/pyvo/tools copying pyvo/tools/__init__.py -> build/lib.linux-x86_64-2.7/pyvo/tools creating build/lib.linux-x86_64-2.7/pyvo/registry copying pyvo/registry/vao.py -> build/lib.linux-x86_64-2.7/pyvo/registry copying pyvo/registry/regtap.py -> build/lib.linux-x86_64-2.7/pyvo/registry copying pyvo/registry/__init__.py -> build/lib.linux-x86_64-2.7/pyvo/registry creating build/lib.linux-x86_64-2.7/pyvo/dal/tests copying pyvo/dal/tests/test_SIA.py -> build/lib.linux-x86_64-2.7/pyvo/dal/tests copying pyvo/dal/tests/test_SLA.py -> build/lib.linux-x86_64-2.7/pyvo/dal/tests copying pyvo/dal/tests/test_SSA.py -> build/lib.linux-x86_64-2.7/pyvo/dal/tests copying pyvo/dal/tests/aTestDALServer.py -> build/lib.linux-x86_64-2.7/pyvo/dal/tests copying pyvo/dal/tests/test_CS.py -> build/lib.linux-x86_64-2.7/pyvo/dal/tests copying pyvo/dal/tests/test_SIANeedsNet.py -> build/lib.linux-x86_64-2.7/pyvo/dal/tests copying pyvo/dal/tests/__init__.py -> build/lib.linux-x86_64-2.7/pyvo/dal/tests copying pyvo/dal/tests/test_QueryNoNet.py -> build/lib.linux-x86_64-2.7/pyvo/dal/tests copying pyvo/dal/tests/test_TAP.py -> build/lib.linux-x86_64-2.7/pyvo/dal/tests copying pyvo/dal/tests/setup_package.py -> build/lib.linux-x86_64-2.7/pyvo/dal/tests creating build/lib.linux-x86_64-2.7/pyvo/nameresolver/tests copying pyvo/nameresolver/tests/test_SesameNeedsNet.py -> build/lib.linux-x86_64-2.7/pyvo/nameresolver/tests copying pyvo/nameresolver/tests/__init__.py -> build/lib.linux-x86_64-2.7/pyvo/nameresolver/tests copying pyvo/nameresolver/tests/test_SesameNoNet.py -> build/lib.linux-x86_64-2.7/pyvo/nameresolver/tests copying pyvo/nameresolver/tests/setup_package.py -> build/lib.linux-x86_64-2.7/pyvo/nameresolver/tests creating build/lib.linux-x86_64-2.7/pyvo/registry/tests copying pyvo/registry/tests/test_VaoReg.py -> build/lib.linux-x86_64-2.7/pyvo/registry/tests copying pyvo/registry/tests/__init__.py -> build/lib.linux-x86_64-2.7/pyvo/registry/tests copying pyvo/registry/tests/test_VaoRegNeedsNet.py -> build/lib.linux-x86_64-2.7/pyvo/registry/tests copying pyvo/registry/tests/setup_package.py -> build/lib.linux-x86_64-2.7/pyvo/registry/tests creating build/lib.linux-x86_64-2.7/pyvo/data copying pyvo/data/README.rst -> build/lib.linux-x86_64-2.7/pyvo/data creating build/lib.linux-x86_64-2.7/pyvo/dal/tests/data copying pyvo/dal/tests/data/jhu-ssa.xml -> build/lib.linux-x86_64-2.7/pyvo/dal/tests/data copying pyvo/dal/tests/data/error-cs.xml -> build/lib.linux-x86_64-2.7/pyvo/dal/tests/data copying pyvo/dal/tests/data/neat-sia.xml -> build/lib.linux-x86_64-2.7/pyvo/dal/tests/data copying pyvo/dal/tests/data/error-sla.xml -> build/lib.linux-x86_64-2.7/pyvo/dal/tests/data copying pyvo/dal/tests/data/arihip-tap-async-get.xml -> build/lib.linux-x86_64-2.7/pyvo/dal/tests/data copying pyvo/dal/tests/data/error2-sia.xml -> build/lib.linux-x86_64-2.7/pyvo/dal/tests/data copying pyvo/dal/tests/data/error-ssa.xml -> build/lib.linux-x86_64-2.7/pyvo/dal/tests/data copying pyvo/dal/tests/data/arihip-tap-async.xml -> build/lib.linux-x86_64-2.7/pyvo/dal/tests/data copying pyvo/dal/tests/data/error4-cs.xml -> build/lib.linux-x86_64-2.7/pyvo/dal/tests/data copying pyvo/dal/tests/data/twomass-cs.xml -> build/lib.linux-x86_64-2.7/pyvo/dal/tests/data copying pyvo/dal/tests/data/error3-cs.xml -> build/lib.linux-x86_64-2.7/pyvo/dal/tests/data copying pyvo/dal/tests/data/error-sia.xml -> build/lib.linux-x86_64-2.7/pyvo/dal/tests/data copying pyvo/dal/tests/data/error2-cs.xml -> build/lib.linux-x86_64-2.7/pyvo/dal/tests/data copying pyvo/dal/tests/data/arihip-tap-async-result.xml -> build/lib.linux-x86_64-2.7/pyvo/dal/tests/data copying pyvo/dal/tests/data/nrao-sla.xml -> build/lib.linux-x86_64-2.7/pyvo/dal/tests/data copying pyvo/dal/tests/data/arihip-tap.xml -> build/lib.linux-x86_64-2.7/pyvo/dal/tests/data creating build/lib.linux-x86_64-2.7/pyvo/nameresolver/tests/data copying pyvo/nameresolver/tests/data/sesame.xml -> build/lib.linux-x86_64-2.7/pyvo/nameresolver/tests/data creating build/lib.linux-x86_64-2.7/pyvo/registry/tests/data copying pyvo/registry/tests/data/reg-short.xml -> build/lib.linux-x86_64-2.7/pyvo/registry/tests/data copying pyvo/registry/tests/data/reg-kw-galaxy.xml -> build/lib.linux-x86_64-2.7/pyvo/registry/tests/data + sleep 1 + CFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic' + /usr/bin/python3 setup.py build '--executable=/usr/bin/python3 -s' running build running build_py creating build/lib.linux-x86_64-3.6 creating build/lib.linux-x86_64-3.6/pyvo copying pyvo/version.py -> build/lib.linux-x86_64-3.6/pyvo copying pyvo/conftest.py -> build/lib.linux-x86_64-3.6/pyvo copying pyvo/__init__.py -> build/lib.linux-x86_64-3.6/pyvo creating build/lib.linux-x86_64-3.6/pyvo/tests copying pyvo/tests/__init__.py -> build/lib.linux-x86_64-3.6/pyvo/tests creating build/lib.linux-x86_64-3.6/pyvo/dal copying pyvo/dal/scs.py -> build/lib.linux-x86_64-3.6/pyvo/dal copying pyvo/dal/sia.py -> build/lib.linux-x86_64-3.6/pyvo/dal copying pyvo/dal/query.py -> build/lib.linux-x86_64-3.6/pyvo/dal copying pyvo/dal/ssa.py -> build/lib.linux-x86_64-3.6/pyvo/dal copying pyvo/dal/__init__.py -> build/lib.linux-x86_64-3.6/pyvo/dal copying pyvo/dal/tap.py -> build/lib.linux-x86_64-3.6/pyvo/dal copying pyvo/dal/sla.py -> build/lib.linux-x86_64-3.6/pyvo/dal copying pyvo/dal/dbapi2.py -> build/lib.linux-x86_64-3.6/pyvo/dal creating build/lib.linux-x86_64-3.6/pyvo/nameresolver copying pyvo/nameresolver/sesame.py -> build/lib.linux-x86_64-3.6/pyvo/nameresolver copying pyvo/nameresolver/__init__.py -> build/lib.linux-x86_64-3.6/pyvo/nameresolver creating build/lib.linux-x86_64-3.6/pyvo/tools copying pyvo/tools/plainxml.py -> build/lib.linux-x86_64-3.6/pyvo/tools copying pyvo/tools/uws.py -> build/lib.linux-x86_64-3.6/pyvo/tools copying pyvo/tools/vosi.py -> build/lib.linux-x86_64-3.6/pyvo/tools copying pyvo/tools/__init__.py -> build/lib.linux-x86_64-3.6/pyvo/tools creating build/lib.linux-x86_64-3.6/pyvo/registry copying pyvo/registry/vao.py -> build/lib.linux-x86_64-3.6/pyvo/registry copying pyvo/registry/regtap.py -> build/lib.linux-x86_64-3.6/pyvo/registry copying pyvo/registry/__init__.py -> build/lib.linux-x86_64-3.6/pyvo/registry creating build/lib.linux-x86_64-3.6/pyvo/dal/tests copying pyvo/dal/tests/test_SIA.py -> build/lib.linux-x86_64-3.6/pyvo/dal/tests copying pyvo/dal/tests/test_SLA.py -> build/lib.linux-x86_64-3.6/pyvo/dal/tests copying pyvo/dal/tests/test_SSA.py -> build/lib.linux-x86_64-3.6/pyvo/dal/tests copying pyvo/dal/tests/aTestDALServer.py -> build/lib.linux-x86_64-3.6/pyvo/dal/tests copying pyvo/dal/tests/test_CS.py -> build/lib.linux-x86_64-3.6/pyvo/dal/tests copying pyvo/dal/tests/test_SIANeedsNet.py -> build/lib.linux-x86_64-3.6/pyvo/dal/tests copying pyvo/dal/tests/__init__.py -> build/lib.linux-x86_64-3.6/pyvo/dal/tests copying pyvo/dal/tests/test_QueryNoNet.py -> build/lib.linux-x86_64-3.6/pyvo/dal/tests copying pyvo/dal/tests/test_TAP.py -> build/lib.linux-x86_64-3.6/pyvo/dal/tests copying pyvo/dal/tests/setup_package.py -> build/lib.linux-x86_64-3.6/pyvo/dal/tests creating build/lib.linux-x86_64-3.6/pyvo/nameresolver/tests copying pyvo/nameresolver/tests/test_SesameNeedsNet.py -> build/lib.linux-x86_64-3.6/pyvo/nameresolver/tests copying pyvo/nameresolver/tests/__init__.py -> build/lib.linux-x86_64-3.6/pyvo/nameresolver/tests copying pyvo/nameresolver/tests/test_SesameNoNet.py -> build/lib.linux-x86_64-3.6/pyvo/nameresolver/tests copying pyvo/nameresolver/tests/setup_package.py -> build/lib.linux-x86_64-3.6/pyvo/nameresolver/tests creating build/lib.linux-x86_64-3.6/pyvo/registry/tests copying pyvo/registry/tests/test_VaoReg.py -> build/lib.linux-x86_64-3.6/pyvo/registry/tests copying pyvo/registry/tests/__init__.py -> build/lib.linux-x86_64-3.6/pyvo/registry/tests copying pyvo/registry/tests/test_VaoRegNeedsNet.py -> build/lib.linux-x86_64-3.6/pyvo/registry/tests copying pyvo/registry/tests/setup_package.py -> build/lib.linux-x86_64-3.6/pyvo/registry/tests creating build/lib.linux-x86_64-3.6/pyvo/data copying pyvo/data/README.rst -> build/lib.linux-x86_64-3.6/pyvo/data creating build/lib.linux-x86_64-3.6/pyvo/dal/tests/data copying pyvo/dal/tests/data/jhu-ssa.xml -> build/lib.linux-x86_64-3.6/pyvo/dal/tests/data copying pyvo/dal/tests/data/error-cs.xml -> build/lib.linux-x86_64-3.6/pyvo/dal/tests/data copying pyvo/dal/tests/data/neat-sia.xml -> build/lib.linux-x86_64-3.6/pyvo/dal/tests/data copying pyvo/dal/tests/data/error-sla.xml -> build/lib.linux-x86_64-3.6/pyvo/dal/tests/data copying pyvo/dal/tests/data/arihip-tap-async-get.xml -> build/lib.linux-x86_64-3.6/pyvo/dal/tests/data copying pyvo/dal/tests/data/error2-sia.xml -> build/lib.linux-x86_64-3.6/pyvo/dal/tests/data copying pyvo/dal/tests/data/error-ssa.xml -> build/lib.linux-x86_64-3.6/pyvo/dal/tests/data copying pyvo/dal/tests/data/arihip-tap-async.xml -> build/lib.linux-x86_64-3.6/pyvo/dal/tests/data copying pyvo/dal/tests/data/error4-cs.xml -> build/lib.linux-x86_64-3.6/pyvo/dal/tests/data copying pyvo/dal/tests/data/twomass-cs.xml -> build/lib.linux-x86_64-3.6/pyvo/dal/tests/data copying pyvo/dal/tests/data/error3-cs.xml -> build/lib.linux-x86_64-3.6/pyvo/dal/tests/data copying pyvo/dal/tests/data/error-sia.xml -> build/lib.linux-x86_64-3.6/pyvo/dal/tests/data copying pyvo/dal/tests/data/error2-cs.xml -> build/lib.linux-x86_64-3.6/pyvo/dal/tests/data copying pyvo/dal/tests/data/arihip-tap-async-result.xml -> build/lib.linux-x86_64-3.6/pyvo/dal/tests/data copying pyvo/dal/tests/data/nrao-sla.xml -> build/lib.linux-x86_64-3.6/pyvo/dal/tests/data copying pyvo/dal/tests/data/arihip-tap.xml -> build/lib.linux-x86_64-3.6/pyvo/dal/tests/data creating build/lib.linux-x86_64-3.6/pyvo/nameresolver/tests/data copying pyvo/nameresolver/tests/data/sesame.xml -> build/lib.linux-x86_64-3.6/pyvo/nameresolver/tests/data creating build/lib.linux-x86_64-3.6/pyvo/registry/tests/data copying pyvo/registry/tests/data/reg-short.xml -> build/lib.linux-x86_64-3.6/pyvo/registry/tests/data copying pyvo/registry/tests/data/reg-kw-galaxy.xml -> build/lib.linux-x86_64-3.6/pyvo/registry/tests/data Fixing build/lib.linux-x86_64-3.6/pyvo/version.py build/lib.linux-x86_64-3.6/pyvo/conftest.py build/lib.linux-x86_64-3.6/pyvo/__init__.py build/lib.linux-x86_64-3.6/pyvo/tests/__init__.py build/lib.linux-x86_64-3.6/pyvo/dal/scs.py build/lib.linux-x86_64-3.6/pyvo/dal/sia.py build/lib.linux-x86_64-3.6/pyvo/dal/query.py build/lib.linux-x86_64-3.6/pyvo/dal/ssa.py build/lib.linux-x86_64-3.6/pyvo/dal/__init__.py build/lib.linux-x86_64-3.6/pyvo/dal/tap.py build/lib.linux-x86_64-3.6/pyvo/dal/sla.py build/lib.linux-x86_64-3.6/pyvo/dal/dbapi2.py build/lib.linux-x86_64-3.6/pyvo/nameresolver/sesame.py build/lib.linux-x86_64-3.6/pyvo/nameresolver/__init__.py build/lib.linux-x86_64-3.6/pyvo/tools/plainxml.py build/lib.linux-x86_64-3.6/pyvo/tools/uws.py build/lib.linux-x86_64-3.6/pyvo/tools/vosi.py build/lib.linux-x86_64-3.6/pyvo/tools/__init__.py build/lib.linux-x86_64-3.6/pyvo/registry/vao.py build/lib.linux-x86_64-3.6/pyvo/registry/regtap.py build/lib.linux-x86_64-3.6/pyvo/registry/__init__.py build/lib.linux-x86_64-3.6/pyvo/dal/tests/test_SIA.py build/lib.linux-x86_64-3.6/pyvo/dal/tests/test_SLA.py build/lib.linux-x86_64-3.6/pyvo/dal/tests/test_SSA.py build/lib.linux-x86_64-3.6/pyvo/dal/tests/aTestDALServer.py build/lib.linux-x86_64-3.6/pyvo/dal/tests/test_CS.py build/lib.linux-x86_64-3.6/pyvo/dal/tests/test_SIANeedsNet.py build/lib.linux-x86_64-3.6/pyvo/dal/tests/__init__.py build/lib.linux-x86_64-3.6/pyvo/dal/tests/test_QueryNoNet.py build/lib.linux-x86_64-3.6/pyvo/dal/tests/test_TAP.py build/lib.linux-x86_64-3.6/pyvo/dal/tests/setup_package.py build/lib.linux-x86_64-3.6/pyvo/nameresolver/tests/test_SesameNeedsNet.py build/lib.linux-x86_64-3.6/pyvo/nameresolver/tests/__init__.py build/lib.linux-x86_64-3.6/pyvo/nameresolver/tests/test_SesameNoNet.py build/lib.linux-x86_64-3.6/pyvo/nameresolver/tests/setup_package.py build/lib.linux-x86_64-3.6/pyvo/registry/tests/test_VaoReg.py build/lib.linux-x86_64-3.6/pyvo/registry/tests/__init__.py build/lib.linux-x86_64-3.6/pyvo/registry/tests/test_VaoRegNeedsNet.py build/lib.linux-x86_64-3.6/pyvo/registry/tests/setup_package.py Skipping optional fixer: buffer Skipping optional fixer: idioms Skipping optional fixer: set_literal Skipping optional fixer: ws_comma Fixing build/lib.linux-x86_64-3.6/pyvo/version.py build/lib.linux-x86_64-3.6/pyvo/conftest.py build/lib.linux-x86_64-3.6/pyvo/__init__.py build/lib.linux-x86_64-3.6/pyvo/tests/__init__.py build/lib.linux-x86_64-3.6/pyvo/dal/scs.py build/lib.linux-x86_64-3.6/pyvo/dal/sia.py build/lib.linux-x86_64-3.6/pyvo/dal/query.py build/lib.linux-x86_64-3.6/pyvo/dal/ssa.py build/lib.linux-x86_64-3.6/pyvo/dal/__init__.py build/lib.linux-x86_64-3.6/pyvo/dal/tap.py build/lib.linux-x86_64-3.6/pyvo/dal/sla.py build/lib.linux-x86_64-3.6/pyvo/dal/dbapi2.py build/lib.linux-x86_64-3.6/pyvo/nameresolver/sesame.py build/lib.linux-x86_64-3.6/pyvo/nameresolver/__init__.py build/lib.linux-x86_64-3.6/pyvo/tools/plainxml.py build/lib.linux-x86_64-3.6/pyvo/tools/uws.py build/lib.linux-x86_64-3.6/pyvo/tools/vosi.py build/lib.linux-x86_64-3.6/pyvo/tools/__init__.py build/lib.linux-x86_64-3.6/pyvo/registry/vao.py build/lib.linux-x86_64-3.6/pyvo/registry/regtap.py build/lib.linux-x86_64-3.6/pyvo/registry/__init__.py build/lib.linux-x86_64-3.6/pyvo/dal/tests/test_SIA.py build/lib.linux-x86_64-3.6/pyvo/dal/tests/test_SLA.py build/lib.linux-x86_64-3.6/pyvo/dal/tests/test_SSA.py build/lib.linux-x86_64-3.6/pyvo/dal/tests/aTestDALServer.py build/lib.linux-x86_64-3.6/pyvo/dal/tests/test_CS.py build/lib.linux-x86_64-3.6/pyvo/dal/tests/test_SIANeedsNet.py build/lib.linux-x86_64-3.6/pyvo/dal/tests/__init__.py build/lib.linux-x86_64-3.6/pyvo/dal/tests/test_QueryNoNet.py build/lib.linux-x86_64-3.6/pyvo/dal/tests/test_TAP.py build/lib.linux-x86_64-3.6/pyvo/dal/tests/setup_package.py build/lib.linux-x86_64-3.6/pyvo/nameresolver/tests/test_SesameNeedsNet.py build/lib.linux-x86_64-3.6/pyvo/nameresolver/tests/__init__.py build/lib.linux-x86_64-3.6/pyvo/nameresolver/tests/test_SesameNoNet.py build/lib.linux-x86_64-3.6/pyvo/nameresolver/tests/setup_package.py build/lib.linux-x86_64-3.6/pyvo/registry/tests/test_VaoReg.py build/lib.linux-x86_64-3.6/pyvo/registry/tests/__init__.py build/lib.linux-x86_64-3.6/pyvo/registry/tests/test_VaoRegNeedsNet.py build/lib.linux-x86_64-3.6/pyvo/registry/tests/setup_package.py Skipping optional fixer: buffer Skipping optional fixer: idioms Skipping optional fixer: set_literal Skipping optional fixer: ws_comma /usr/lib/python3.6/site-packages/astropy_helpers/setup_helpers.py:100: AstropyDeprecationWarning: Direct use of the adjust_compiler function in setup.py is deprecated and can be removed from your setup.py. This functionality is now incorporated directly into the build_ext command. 'command.', AstropyDeprecationWarning) + sleep 1 + /usr/bin/python3 setup.py build_sphinx running build_sphinx creating /builddir/build/BUILD/pyvo-0.5.2/docs/_build creating /builddir/build/BUILD/pyvo-0.5.2/docs/_build/doctrees creating /builddir/build/BUILD/pyvo-0.5.2/docs/_build/html creating /builddir/build/BUILD/pyvo-0.5.2/docs/_static running build running build_py Running Sphinx v1.5.1 loading pickled environment... not yet created loading intersphinx inventory from http://docs.python.org/3/objects.inv... /usr/lib/python3.6/site-packages/astropy_helpers/sphinx/conf.py:172: UserWarning: matplotlib's plot_directive could not be imported. Inline plots will not be included in the output "Inline plots will not be included in the output") WARNING: intersphinx inventory 'http://docs.python.org/3/objects.inv' not fetchable due to : HTTPConnectionPool(host='docs.python.org', port=80): Max retries exceeded with url: /3/objects.inv (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -2] Name or service not known',)) loading intersphinx inventory from /usr/lib/python3.6/site-packages/astropy_helpers/sphinx/local/python3_local_links.inv... loading intersphinx inventory from http://docs.scipy.org/doc/numpy/objects.inv... WARNING: intersphinx inventory 'http://docs.scipy.org/doc/numpy/objects.inv' not fetchable due to : HTTPConnectionPool(host='docs.scipy.org', port=80): Max retries exceeded with url: /doc/numpy/objects.inv (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -2] Name or service not known',)) loading intersphinx inventory from http://docs.scipy.org/doc/scipy/reference/objects.inv... WARNING: intersphinx inventory 'http://docs.scipy.org/doc/scipy/reference/objects.inv' not fetchable due to : HTTPConnectionPool(host='docs.scipy.org', port=80): Max retries exceeded with url: /doc/scipy/reference/objects.inv (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -2] Name or service not known',)) loading intersphinx inventory from http://matplotlib.org/objects.inv... WARNING: intersphinx inventory 'http://matplotlib.org/objects.inv' not fetchable due to : HTTPConnectionPool(host='matplotlib.org', port=80): Max retries exceeded with url: /objects.inv (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -2] Name or service not known',)) loading intersphinx inventory from http://docs.astropy.org/en/stable/objects.inv... WARNING: intersphinx inventory 'http://docs.astropy.org/en/stable/objects.inv' not fetchable due to : HTTPConnectionPool(host='docs.astropy.org', port=80): Max retries exceeded with url: /en/stable/objects.inv (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -2] Name or service not known',)) loading intersphinx inventory from http://docs.h5py.org/en/latest/objects.inv... WARNING: intersphinx inventory 'http://docs.h5py.org/en/latest/objects.inv' not fetchable due to : HTTPConnectionPool(host='docs.h5py.org', port=80): Max retries exceeded with url: /en/latest/objects.inv (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -2] Name or service not known',)) [autosummary] generating autosummary for: index.rst, pyvo/dal.rst, pyvo/data_access.rst, pyvo/getting_started.rst, pyvo/index.rst, pyvo/install.rst, pyvo/ivoareferences.rst, pyvo/mod.rst, pyvo/nameresolver.rst, pyvo/ref.rst, pyvo/registry.rst, pyvo/registry_access.rst, pyvo/resolve_names.rst, pyvo/vo.rst [automodsumm] pyvo/dal.rst: found 35 automodsumm entries to generate [automodsumm] pyvo/nameresolver.rst: found 6 automodsumm entries to generate [automodsumm] pyvo/registry.rst: found 9 automodsumm entries to generate building [mo]: all of 0 po files building [html]: all source files updating environment: 64 added, 0 changed, 0 removed reading sources... [ 1%] api/pyvo.dal.query.DALAccessError reading sources... [ 3%] api/pyvo.dal.query.DALFormatError reading sources... [ 4%] api/pyvo.dal.query.DALProtocolError reading sources... [ 6%] api/pyvo.dal.query.DALQuery reading sources... [ 7%] api/pyvo.dal.query.DALQueryError reading sources... [ 9%] api/pyvo.dal.query.DALResults reading sources... [ 10%] api/pyvo.dal.query.DALService reading sources... [ 12%] api/pyvo.dal.query.DALServiceError reading sources... [ 14%] api/pyvo.dal.query.Record reading sources... [ 15%] api/pyvo.dal.scs.SCSQuery reading sources... [ 17%] api/pyvo.dal.scs.SCSRecord reading sources... [ 18%] api/pyvo.dal.scs.SCSResults reading sources... [ 20%] api/pyvo.dal.scs.SCSService reading sources... [ 21%] api/pyvo.dal.scs.search reading sources... [ 23%] api/pyvo.dal.sia.SIAQuery reading sources... [ 25%] api/pyvo.dal.sia.SIARecord reading sources... [ 26%] api/pyvo.dal.sia.SIAResults reading sources... [ 28%] api/pyvo.dal.sia.SIAService reading sources... [ 29%] api/pyvo.dal.sia.search reading sources... [ 31%] api/pyvo.dal.sla.SLAQuery reading sources... [ 32%] api/pyvo.dal.sla.SLARecord reading sources... [ 34%] api/pyvo.dal.sla.SLAResults reading sources... [ 35%] api/pyvo.dal.sla.SLAService reading sources... [ 37%] api/pyvo.dal.sla.search reading sources... [ 39%] api/pyvo.dal.ssa.SSAQuery reading sources... [ 40%] api/pyvo.dal.ssa.SSARecord reading sources... [ 42%] api/pyvo.dal.ssa.SSAResults reading sources... [ 43%] api/pyvo.dal.ssa.SSAService reading sources... [ 45%] api/pyvo.dal.ssa.search reading sources... [ 46%] api/pyvo.dal.tap.AsyncTAPJob reading sources... [ 48%] api/pyvo.dal.tap.TAPQuery reading sources... [ 50%] api/pyvo.dal.tap.TAPResults reading sources... [ 51%] api/pyvo.dal.tap.TAPService reading sources... [ 53%] api/pyvo.dal.tap.escape reading sources... [ 54%] api/pyvo.dal.tap.search reading sources... [ 56%] api/pyvo.nameresolver.sesame.ObjectData reading sources... [ 57%] api/pyvo.nameresolver.sesame.SesameQuery reading sources... [ 59%] api/pyvo.nameresolver.sesame.object2pos reading sources... [ 60%] api/pyvo.nameresolver.sesame.object2sexapos reading sources... [ 62%] api/pyvo.nameresolver.sesame.resolve reading sources... [ 64%] api/pyvo.nameresolver.sesame.set_default_endpoint reading sources... [ 65%] api/pyvo.registry.regtap.RegistryResource reading sources... [ 67%] api/pyvo.registry.regtap.RegistryResults reading sources... [ 68%] api/pyvo.registry.regtap.ivoid2service reading sources... [ 70%] api/pyvo.registry.regtap.search reading sources... [ 71%] api/pyvo.registry.vao.RegistryQuery reading sources... [ 73%] api/pyvo.registry.vao.RegistryResults reading sources... [ 75%] api/pyvo.registry.vao.RegistryService reading sources... [ 76%] api/pyvo.registry.vao.SimpleResource reading sources... [ 78%] api/pyvo.registry.vao.search reading sources... [ 79%] index reading sources... [ 81%] pyvo/dal reading sources... [ 82%] pyvo/data_access reading sources... [ 84%] pyvo/getting_started reading sources... [ 85%] pyvo/index reading sources... [ 87%] pyvo/install reading sources... [ 89%] pyvo/ivoareferences reading sources... [ 90%] pyvo/mod reading sources... [ 92%] pyvo/nameresolver reading sources... [ 93%] pyvo/ref reading sources... [ 95%] pyvo/registry reading sources... [ 96%] pyvo/registry_access reading sources... [ 98%] pyvo/resolve_names reading sources... [100%] pyvo/vo looking for now-outdated files... none found /usr/lib/python3.6/site-packages/astropy_helpers/sphinx/ext/docscrape.py:136: UserWarning: Unknown section Properties warn("Unknown section %s" % key) /builddir/build/BUILD/pyvo-0.5.2/build/lib.linux-x86_64-3.6/pyvo/dal/tap.py:docstring of pyvo.dal.tap.TAPService:13: WARNING: Definition list ends without a blank line; unexpected unindent. /builddir/build/BUILD/pyvo-0.5.2/build/lib.linux-x86_64-3.6/pyvo/registry/regtap.py:docstring of pyvo.registry.regtap.RegistryResource.search:8: WARNING: Inline emphasis start-string without end-string. /builddir/build/BUILD/pyvo-0.5.2/build/lib.linux-x86_64-3.6/pyvo/registry/regtap.py:docstring of pyvo.registry.regtap.RegistryResource.search:8: WARNING: Inline strong start-string without end-string. ["RegistryService(baseurl=None, resmeta=None, version='1.0')", ':module: pyvo.registry.vao', '', 'Bases: :class:`pyvo.dal.query.DALService`', '', '', '', '.. deprecated:: 0.5', ' The RegistryService class is deprecated and may be removed in a future version.', '', 'a class for submitting searches to the VAO registry. ', '', '', '', '.. deprecated:: 0.5', ' The RegistryService class is deprecated and may be removed in a future version.', '', 'connect to an STScI registry at the given URL', 'Parameters', '----------', 'baseurl : str', ' the base URL for submitting search queries to the ', ' service. If None, it will default to the STScI ', ' public registry', 'resmeta : str', ' an optional dictionary of properties about the service', '', '.. rubric:: Attributes Summary', '', '.. autosummary::', '', ' ~RegistryService.STSCI_REGISTRY_BASEURL', '', '', '', '', '', '', '', '.. rubric:: Methods Summary', '', '.. autosummary::', '', ' ~RegistryService.create_query', ' ~RegistryService.resolve', ' ~RegistryService.search', '', '', '', '', '', '', '', '.. rubric:: Attributes Documentation', '', '', '.. autoattribute:: STSCI_REGISTRY_BASEURL', '', '', '', '', '', '', '', '.. rubric:: Methods Documentation', '', '', '.. automethod:: create_query', '.. automethod:: resolve', '.. automethod:: search']:17: ERROR: Unexpected indentation. /builddir/build/BUILD/pyvo-0.5.2/build/lib.linux-x86_64-3.6/pyvo/registry/vao.py:docstring of pyvo.registry.vao.RegistryService:18: WARNING: Block quote ends without a blank line; unexpected unindent. pickling environment... done checking consistency... done preparing documents... done writing output... [ 1%] api/pyvo.dal.query.DALAccessError writing output... [ 3%] api/pyvo.dal.query.DALFormatError writing output... [ 4%] api/pyvo.dal.query.DALProtocolError writing output... [ 6%] api/pyvo.dal.query.DALQuery writing output... [ 7%] api/pyvo.dal.query.DALQueryError writing output... [ 9%] api/pyvo.dal.query.DALResults writing output... [ 10%] api/pyvo.dal.query.DALService writing output... [ 12%] api/pyvo.dal.query.DALServiceError writing output... [ 14%] api/pyvo.dal.query.Record writing output... [ 15%] api/pyvo.dal.scs.SCSQuery writing output... [ 17%] api/pyvo.dal.scs.SCSRecord writing output... [ 18%] api/pyvo.dal.scs.SCSResults writing output... [ 20%] api/pyvo.dal.scs.SCSService writing output... [ 21%] api/pyvo.dal.scs.search writing output... [ 23%] api/pyvo.dal.sia.SIAQuery writing output... [ 25%] api/pyvo.dal.sia.SIARecord writing output... [ 26%] api/pyvo.dal.sia.SIAResults writing output... [ 28%] api/pyvo.dal.sia.SIAService writing output... [ 29%] api/pyvo.dal.sia.search writing output... [ 31%] api/pyvo.dal.sla.SLAQuery writing output... [ 32%] api/pyvo.dal.sla.SLARecord writing output... [ 34%] api/pyvo.dal.sla.SLAResults writing output... [ 35%] api/pyvo.dal.sla.SLAService writing output... [ 37%] api/pyvo.dal.sla.search writing output... [ 39%] api/pyvo.dal.ssa.SSAQuery writing output... [ 40%] api/pyvo.dal.ssa.SSARecord writing output... [ 42%] api/pyvo.dal.ssa.SSAResults writing output... [ 43%] api/pyvo.dal.ssa.SSAService writing output... [ 45%] api/pyvo.dal.ssa.search writing output... [ 46%] api/pyvo.dal.tap.AsyncTAPJob writing output... [ 48%] api/pyvo.dal.tap.TAPQuery writing output... [ 50%] api/pyvo.dal.tap.TAPResults writing output... [ 51%] api/pyvo.dal.tap.TAPService writing output... [ 53%] api/pyvo.dal.tap.escape writing output... [ 54%] api/pyvo.dal.tap.search writing output... [ 56%] api/pyvo.nameresolver.sesame.ObjectData writing output... [ 57%] api/pyvo.nameresolver.sesame.SesameQuery writing output... [ 59%] api/pyvo.nameresolver.sesame.object2pos writing output... [ 60%] api/pyvo.nameresolver.sesame.object2sexapos writing output... [ 62%] api/pyvo.nameresolver.sesame.resolve writing output... [ 64%] api/pyvo.nameresolver.sesame.set_default_endpoint writing output... [ 65%] api/pyvo.registry.regtap.RegistryResource writing output... [ 67%] api/pyvo.registry.regtap.RegistryResults writing output... [ 68%] api/pyvo.registry.regtap.ivoid2service writing output... [ 70%] api/pyvo.registry.regtap.search writing output... [ 71%] api/pyvo.registry.vao.RegistryQuery writing output... [ 73%] api/pyvo.registry.vao.RegistryResults writing output... [ 75%] api/pyvo.registry.vao.RegistryService writing output... [ 76%] api/pyvo.registry.vao.SimpleResource writing output... [ 78%] api/pyvo.registry.vao.search writing output... [ 79%] index writing output... [ 81%] pyvo/dal WARNING: dot command 'dot' cannot be run (needed for graphviz output), check the graphviz_dot setting writing output... [ 82%] pyvo/data_access writing output... [ 84%] pyvo/getting_started writing output... [ 85%] pyvo/index writing output... [ 87%] pyvo/install writing output... [ 89%] pyvo/ivoareferences writing output... [ 90%] pyvo/mod writing output... [ 92%] pyvo/nameresolver writing output... [ 93%] pyvo/ref writing output... [ 95%] pyvo/registry writing output... [ 96%] pyvo/registry_access writing output... [ 98%] pyvo/resolve_names writing output... [100%] pyvo/vo generating indices.../builddir/build/BUILD/pyvo-0.5.2/docs/pyvo/data_access.rst:187: WARNING: undefined label: using astropy to process results (if the link has no caption the label must precede a section header) /builddir/build/BUILD/pyvo-0.5.2/docs/pyvo/data_access.rst:191: WARNING: undefined label: using astropy to process results (if the link has no caption the label must precede a section header) /builddir/build/BUILD/pyvo-0.5.2/docs/pyvo/data_access.rst:259: WARNING: undefined label: using astropy to process results (if the link has no caption the label must precede a section header) genindex py-modindex highlighting module code... [ 11%] pyvo.dal.query highlighting module code... [ 22%] pyvo.dal.scs highlighting module code... [ 33%] pyvo.dal.sia highlighting module code... [ 44%] pyvo.dal.sla highlighting module code... [ 55%] pyvo.dal.ssa highlighting module code... [ 66%] pyvo.dal.tap highlighting module code... [ 77%] pyvo.nameresolver.sesame highlighting module code... [ 88%] pyvo.registry.regtap highlighting module code... [100%] pyvo.registry.vao writing additional pages... search copying static files... done copying extra files... done dumping search index in English (code: en) ... done dumping object inventory... done build succeeded, 15 warnings. /usr/lib/python3.6/site-packages/astropy_helpers/setup_helpers.py:100: AstropyDeprecationWarning: Direct use of the adjust_compiler function in setup.py is deprecated and can be removed from your setup.py. This functionality is now incorporated directly into the build_ext command. 'command.', AstropyDeprecationWarning) /usr/lib/python3.6/site-packages/astropy_helpers/commands/build_sphinx.py:244: AstropyDeprecationWarning: The "build_sphinx" command is now deprecated. Use"build_docs" instead. '"build_docs" instead.', AstropyDeprecationWarning) + rm -f docs/_build/html/.buildinfo + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.m5EAFB + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/python-pyvo-0.5.2-1.fc26.noarch '!=' / ']' + rm -rf /builddir/build/BUILDROOT/python-pyvo-0.5.2-1.fc26.noarch ++ dirname /builddir/build/BUILDROOT/python-pyvo-0.5.2-1.fc26.noarch + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/python-pyvo-0.5.2-1.fc26.noarch + cd pyvo-0.5.2 + CFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic' + /usr/bin/python2 setup.py install -O1 --skip-build --root /builddir/build/BUILDROOT/python-pyvo-0.5.2-1.fc26.noarch pyvo/dal/tests/setup_package.py:2: RuntimeWarning: Parent module 'pyvo.dal.tests' not found while handling absolute import import os pyvo/nameresolver/tests/setup_package.py:2: RuntimeWarning: Parent module 'pyvo.nameresolver.tests' not found while handling absolute import import os pyvo/registry/tests/setup_package.py:2: RuntimeWarning: Parent module 'pyvo.registry.tests' not found while handling absolute import import os /usr/lib/python2.7/site-packages/astropy_helpers/setup_helpers.py:100: AstropyDeprecationWarning: Direct use of the adjust_compiler function in setup.py is deprecated and can be removed from your setup.py. This functionality is now incorporated directly into the build_ext command. 'command.', AstropyDeprecationWarning) running install running install_lib creating /builddir/build/BUILDROOT/python-pyvo-0.5.2-1.fc26.noarch/usr creating /builddir/build/BUILDROOT/python-pyvo-0.5.2-1.fc26.noarch/usr/lib creating /builddir/build/BUILDROOT/python-pyvo-0.5.2-1.fc26.noarch/usr/lib/python2.7 creating /builddir/build/BUILDROOT/python-pyvo-0.5.2-1.fc26.noarch/usr/lib/python2.7/site-packages creating /builddir/build/BUILDROOT/python-pyvo-0.5.2-1.fc26.noarch/usr/lib/python2.7/site-packages/pyvo creating /builddir/build/BUILDROOT/python-pyvo-0.5.2-1.fc26.noarch/usr/lib/python2.7/site-packages/pyvo/tests copying build/lib.linux-x86_64-2.7/pyvo/tests/__init__.py -> /builddir/build/BUILDROOT/python-pyvo-0.5.2-1.fc26.noarch/usr/lib/python2.7/site-packages/pyvo/tests creating /builddir/build/BUILDROOT/python-pyvo-0.5.2-1.fc26.noarch/usr/lib/python2.7/site-packages/pyvo/dal creating /builddir/build/BUILDROOT/python-pyvo-0.5.2-1.fc26.noarch/usr/lib/python2.7/site-packages/pyvo/dal/tests copying build/lib.linux-x86_64-2.7/pyvo/dal/tests/test_SIA.py -> /builddir/build/BUILDROOT/python-pyvo-0.5.2-1.fc26.noarch/usr/lib/python2.7/site-packages/pyvo/dal/tests copying build/lib.linux-x86_64-2.7/pyvo/dal/tests/test_SLA.py -> /builddir/build/BUILDROOT/python-pyvo-0.5.2-1.fc26.noarch/usr/lib/python2.7/site-packages/pyvo/dal/tests copying build/lib.linux-x86_64-2.7/pyvo/dal/tests/test_SSA.py -> /builddir/build/BUILDROOT/python-pyvo-0.5.2-1.fc26.noarch/usr/lib/python2.7/site-packages/pyvo/dal/tests copying build/lib.linux-x86_64-2.7/pyvo/dal/tests/aTestDALServer.py -> /builddir/build/BUILDROOT/python-pyvo-0.5.2-1.fc26.noarch/usr/lib/python2.7/site-packages/pyvo/dal/tests copying build/lib.linux-x86_64-2.7/pyvo/dal/tests/test_CS.py -> /builddir/build/BUILDROOT/python-pyvo-0.5.2-1.fc26.noarch/usr/lib/python2.7/site-packages/pyvo/dal/tests copying build/lib.linux-x86_64-2.7/pyvo/dal/tests/test_SIANeedsNet.py -> /builddir/build/BUILDROOT/python-pyvo-0.5.2-1.fc26.noarch/usr/lib/python2.7/site-packages/pyvo/dal/tests creating /builddir/build/BUILDROOT/python-pyvo-0.5.2-1.fc26.noarch/usr/lib/python2.7/site-packages/pyvo/dal/tests/data copying build/lib.linux-x86_64-2.7/pyvo/dal/tests/data/jhu-ssa.xml -> /builddir/build/BUILDROOT/python-pyvo-0.5.2-1.fc26.noarch/usr/lib/python2.7/site-packages/pyvo/dal/tests/data copying build/lib.linux-x86_64-2.7/pyvo/dal/tests/data/error-cs.xml -> /builddir/build/BUILDROOT/python-pyvo-0.5.2-1.fc26.noarch/usr/lib/python2.7/site-packages/pyvo/dal/tests/data copying build/lib.linux-x86_64-2.7/pyvo/dal/tests/data/neat-sia.xml -> /builddir/build/BUILDROOT/python-pyvo-0.5.2-1.fc26.noarch/usr/lib/python2.7/site-packages/pyvo/dal/tests/data copying build/lib.linux-x86_64-2.7/pyvo/dal/tests/data/error-sla.xml -> /builddir/build/BUILDROOT/python-pyvo-0.5.2-1.fc26.noarch/usr/lib/python2.7/site-packages/pyvo/dal/tests/data copying build/lib.linux-x86_64-2.7/pyvo/dal/tests/data/arihip-tap-async-get.xml -> /builddir/build/BUILDROOT/python-pyvo-0.5.2-1.fc26.noarch/usr/lib/python2.7/site-packages/pyvo/dal/tests/data copying build/lib.linux-x86_64-2.7/pyvo/dal/tests/data/error2-sia.xml -> /builddir/build/BUILDROOT/python-pyvo-0.5.2-1.fc26.noarch/usr/lib/python2.7/site-packages/pyvo/dal/tests/data copying build/lib.linux-x86_64-2.7/pyvo/dal/tests/data/error-ssa.xml -> /builddir/build/BUILDROOT/python-pyvo-0.5.2-1.fc26.noarch/usr/lib/python2.7/site-packages/pyvo/dal/tests/data copying build/lib.linux-x86_64-2.7/pyvo/dal/tests/data/arihip-tap-async.xml -> /builddir/build/BUILDROOT/python-pyvo-0.5.2-1.fc26.noarch/usr/lib/python2.7/site-packages/pyvo/dal/tests/data copying build/lib.linux-x86_64-2.7/pyvo/dal/tests/data/error4-cs.xml -> /builddir/build/BUILDROOT/python-pyvo-0.5.2-1.fc26.noarch/usr/lib/python2.7/site-packages/pyvo/dal/tests/data copying build/lib.linux-x86_64-2.7/pyvo/dal/tests/data/twomass-cs.xml -> /builddir/build/BUILDROOT/python-pyvo-0.5.2-1.fc26.noarch/usr/lib/python2.7/site-packages/pyvo/dal/tests/data copying build/lib.linux-x86_64-2.7/pyvo/dal/tests/data/error3-cs.xml -> /builddir/build/BUILDROOT/python-pyvo-0.5.2-1.fc26.noarch/usr/lib/python2.7/site-packages/pyvo/dal/tests/data copying build/lib.linux-x86_64-2.7/pyvo/dal/tests/data/error-sia.xml -> /builddir/build/BUILDROOT/python-pyvo-0.5.2-1.fc26.noarch/usr/lib/python2.7/site-packages/pyvo/dal/tests/data copying build/lib.linux-x86_64-2.7/pyvo/dal/tests/data/error2-cs.xml -> /builddir/build/BUILDROOT/python-pyvo-0.5.2-1.fc26.noarch/usr/lib/python2.7/site-packages/pyvo/dal/tests/data copying build/lib.linux-x86_64-2.7/pyvo/dal/tests/data/arihip-tap-async-result.xml -> /builddir/build/BUILDROOT/python-pyvo-0.5.2-1.fc26.noarch/usr/lib/python2.7/site-packages/pyvo/dal/tests/data copying build/lib.linux-x86_64-2.7/pyvo/dal/tests/data/nrao-sla.xml -> /builddir/build/BUILDROOT/python-pyvo-0.5.2-1.fc26.noarch/usr/lib/python2.7/site-packages/pyvo/dal/tests/data copying build/lib.linux-x86_64-2.7/pyvo/dal/tests/data/arihip-tap.xml -> /builddir/build/BUILDROOT/python-pyvo-0.5.2-1.fc26.noarch/usr/lib/python2.7/site-packages/pyvo/dal/tests/data copying build/lib.linux-x86_64-2.7/pyvo/dal/tests/__init__.py -> /builddir/build/BUILDROOT/python-pyvo-0.5.2-1.fc26.noarch/usr/lib/python2.7/site-packages/pyvo/dal/tests copying build/lib.linux-x86_64-2.7/pyvo/dal/tests/test_QueryNoNet.py -> /builddir/build/BUILDROOT/python-pyvo-0.5.2-1.fc26.noarch/usr/lib/python2.7/site-packages/pyvo/dal/tests copying build/lib.linux-x86_64-2.7/pyvo/dal/tests/test_TAP.py -> /builddir/build/BUILDROOT/python-pyvo-0.5.2-1.fc26.noarch/usr/lib/python2.7/site-packages/pyvo/dal/tests copying build/lib.linux-x86_64-2.7/pyvo/dal/tests/setup_package.py -> /builddir/build/BUILDROOT/python-pyvo-0.5.2-1.fc26.noarch/usr/lib/python2.7/site-packages/pyvo/dal/tests copying build/lib.linux-x86_64-2.7/pyvo/dal/scs.py -> /builddir/build/BUILDROOT/python-pyvo-0.5.2-1.fc26.noarch/usr/lib/python2.7/site-packages/pyvo/dal copying build/lib.linux-x86_64-2.7/pyvo/dal/sia.py -> /builddir/build/BUILDROOT/python-pyvo-0.5.2-1.fc26.noarch/usr/lib/python2.7/site-packages/pyvo/dal copying build/lib.linux-x86_64-2.7/pyvo/dal/query.py -> /builddir/build/BUILDROOT/python-pyvo-0.5.2-1.fc26.noarch/usr/lib/python2.7/site-packages/pyvo/dal copying build/lib.linux-x86_64-2.7/pyvo/dal/ssa.py -> /builddir/build/BUILDROOT/python-pyvo-0.5.2-1.fc26.noarch/usr/lib/python2.7/site-packages/pyvo/dal copying build/lib.linux-x86_64-2.7/pyvo/dal/__init__.py -> /builddir/build/BUILDROOT/python-pyvo-0.5.2-1.fc26.noarch/usr/lib/python2.7/site-packages/pyvo/dal copying build/lib.linux-x86_64-2.7/pyvo/dal/tap.py -> /builddir/build/BUILDROOT/python-pyvo-0.5.2-1.fc26.noarch/usr/lib/python2.7/site-packages/pyvo/dal copying build/lib.linux-x86_64-2.7/pyvo/dal/sla.py -> /builddir/build/BUILDROOT/python-pyvo-0.5.2-1.fc26.noarch/usr/lib/python2.7/site-packages/pyvo/dal copying build/lib.linux-x86_64-2.7/pyvo/dal/dbapi2.py -> /builddir/build/BUILDROOT/python-pyvo-0.5.2-1.fc26.noarch/usr/lib/python2.7/site-packages/pyvo/dal copying build/lib.linux-x86_64-2.7/pyvo/version.py -> /builddir/build/BUILDROOT/python-pyvo-0.5.2-1.fc26.noarch/usr/lib/python2.7/site-packages/pyvo creating /builddir/build/BUILDROOT/python-pyvo-0.5.2-1.fc26.noarch/usr/lib/python2.7/site-packages/pyvo/data copying build/lib.linux-x86_64-2.7/pyvo/data/README.rst -> /builddir/build/BUILDROOT/python-pyvo-0.5.2-1.fc26.noarch/usr/lib/python2.7/site-packages/pyvo/data creating /builddir/build/BUILDROOT/python-pyvo-0.5.2-1.fc26.noarch/usr/lib/python2.7/site-packages/pyvo/nameresolver creating /builddir/build/BUILDROOT/python-pyvo-0.5.2-1.fc26.noarch/usr/lib/python2.7/site-packages/pyvo/nameresolver/tests copying build/lib.linux-x86_64-2.7/pyvo/nameresolver/tests/test_SesameNeedsNet.py -> /builddir/build/BUILDROOT/python-pyvo-0.5.2-1.fc26.noarch/usr/lib/python2.7/site-packages/pyvo/nameresolver/tests creating /builddir/build/BUILDROOT/python-pyvo-0.5.2-1.fc26.noarch/usr/lib/python2.7/site-packages/pyvo/nameresolver/tests/data copying build/lib.linux-x86_64-2.7/pyvo/nameresolver/tests/data/sesame.xml -> /builddir/build/BUILDROOT/python-pyvo-0.5.2-1.fc26.noarch/usr/lib/python2.7/site-packages/pyvo/nameresolver/tests/data copying build/lib.linux-x86_64-2.7/pyvo/nameresolver/tests/__init__.py -> /builddir/build/BUILDROOT/python-pyvo-0.5.2-1.fc26.noarch/usr/lib/python2.7/site-packages/pyvo/nameresolver/tests copying build/lib.linux-x86_64-2.7/pyvo/nameresolver/tests/test_SesameNoNet.py -> /builddir/build/BUILDROOT/python-pyvo-0.5.2-1.fc26.noarch/usr/lib/python2.7/site-packages/pyvo/nameresolver/tests copying build/lib.linux-x86_64-2.7/pyvo/nameresolver/tests/setup_package.py -> /builddir/build/BUILDROOT/python-pyvo-0.5.2-1.fc26.noarch/usr/lib/python2.7/site-packages/pyvo/nameresolver/tests copying build/lib.linux-x86_64-2.7/pyvo/nameresolver/sesame.py -> /builddir/build/BUILDROOT/python-pyvo-0.5.2-1.fc26.noarch/usr/lib/python2.7/site-packages/pyvo/nameresolver copying build/lib.linux-x86_64-2.7/pyvo/nameresolver/__init__.py -> /builddir/build/BUILDROOT/python-pyvo-0.5.2-1.fc26.noarch/usr/lib/python2.7/site-packages/pyvo/nameresolver creating /builddir/build/BUILDROOT/python-pyvo-0.5.2-1.fc26.noarch/usr/lib/python2.7/site-packages/pyvo/tools copying build/lib.linux-x86_64-2.7/pyvo/tools/plainxml.py -> /builddir/build/BUILDROOT/python-pyvo-0.5.2-1.fc26.noarch/usr/lib/python2.7/site-packages/pyvo/tools copying build/lib.linux-x86_64-2.7/pyvo/tools/uws.py -> /builddir/build/BUILDROOT/python-pyvo-0.5.2-1.fc26.noarch/usr/lib/python2.7/site-packages/pyvo/tools copying build/lib.linux-x86_64-2.7/pyvo/tools/vosi.py -> /builddir/build/BUILDROOT/python-pyvo-0.5.2-1.fc26.noarch/usr/lib/python2.7/site-packages/pyvo/tools copying build/lib.linux-x86_64-2.7/pyvo/tools/__init__.py -> /builddir/build/BUILDROOT/python-pyvo-0.5.2-1.fc26.noarch/usr/lib/python2.7/site-packages/pyvo/tools copying build/lib.linux-x86_64-2.7/pyvo/conftest.py -> /builddir/build/BUILDROOT/python-pyvo-0.5.2-1.fc26.noarch/usr/lib/python2.7/site-packages/pyvo copying build/lib.linux-x86_64-2.7/pyvo/__init__.py -> /builddir/build/BUILDROOT/python-pyvo-0.5.2-1.fc26.noarch/usr/lib/python2.7/site-packages/pyvo creating /builddir/build/BUILDROOT/python-pyvo-0.5.2-1.fc26.noarch/usr/lib/python2.7/site-packages/pyvo/registry creating /builddir/build/BUILDROOT/python-pyvo-0.5.2-1.fc26.noarch/usr/lib/python2.7/site-packages/pyvo/registry/tests copying build/lib.linux-x86_64-2.7/pyvo/registry/tests/test_VaoReg.py -> /builddir/build/BUILDROOT/python-pyvo-0.5.2-1.fc26.noarch/usr/lib/python2.7/site-packages/pyvo/registry/tests creating /builddir/build/BUILDROOT/python-pyvo-0.5.2-1.fc26.noarch/usr/lib/python2.7/site-packages/pyvo/registry/tests/data copying build/lib.linux-x86_64-2.7/pyvo/registry/tests/data/reg-short.xml -> /builddir/build/BUILDROOT/python-pyvo-0.5.2-1.fc26.noarch/usr/lib/python2.7/site-packages/pyvo/registry/tests/data copying build/lib.linux-x86_64-2.7/pyvo/registry/tests/data/reg-kw-galaxy.xml -> /builddir/build/BUILDROOT/python-pyvo-0.5.2-1.fc26.noarch/usr/lib/python2.7/site-packages/pyvo/registry/tests/data copying build/lib.linux-x86_64-2.7/pyvo/registry/tests/__init__.py -> /builddir/build/BUILDROOT/python-pyvo-0.5.2-1.fc26.noarch/usr/lib/python2.7/site-packages/pyvo/registry/tests copying build/lib.linux-x86_64-2.7/pyvo/registry/tests/test_VaoRegNeedsNet.py -> /builddir/build/BUILDROOT/python-pyvo-0.5.2-1.fc26.noarch/usr/lib/python2.7/site-packages/pyvo/registry/tests copying build/lib.linux-x86_64-2.7/pyvo/registry/tests/setup_package.py -> /builddir/build/BUILDROOT/python-pyvo-0.5.2-1.fc26.noarch/usr/lib/python2.7/site-packages/pyvo/registry/tests copying build/lib.linux-x86_64-2.7/pyvo/registry/vao.py -> /builddir/build/BUILDROOT/python-pyvo-0.5.2-1.fc26.noarch/usr/lib/python2.7/site-packages/pyvo/registry copying build/lib.linux-x86_64-2.7/pyvo/registry/regtap.py -> /builddir/build/BUILDROOT/python-pyvo-0.5.2-1.fc26.noarch/usr/lib/python2.7/site-packages/pyvo/registry copying build/lib.linux-x86_64-2.7/pyvo/registry/__init__.py -> /builddir/build/BUILDROOT/python-pyvo-0.5.2-1.fc26.noarch/usr/lib/python2.7/site-packages/pyvo/registry byte-compiling /builddir/build/BUILDROOT/python-pyvo-0.5.2-1.fc26.noarch/usr/lib/python2.7/site-packages/pyvo/tests/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-pyvo-0.5.2-1.fc26.noarch/usr/lib/python2.7/site-packages/pyvo/dal/tests/test_SIA.py to test_SIA.pyc byte-compiling /builddir/build/BUILDROOT/python-pyvo-0.5.2-1.fc26.noarch/usr/lib/python2.7/site-packages/pyvo/dal/tests/test_SLA.py to test_SLA.pyc byte-compiling /builddir/build/BUILDROOT/python-pyvo-0.5.2-1.fc26.noarch/usr/lib/python2.7/site-packages/pyvo/dal/tests/test_SSA.py to test_SSA.pyc byte-compiling /builddir/build/BUILDROOT/python-pyvo-0.5.2-1.fc26.noarch/usr/lib/python2.7/site-packages/pyvo/dal/tests/aTestDALServer.py to aTestDALServer.pyc byte-compiling /builddir/build/BUILDROOT/python-pyvo-0.5.2-1.fc26.noarch/usr/lib/python2.7/site-packages/pyvo/dal/tests/test_CS.py to test_CS.pyc byte-compiling /builddir/build/BUILDROOT/python-pyvo-0.5.2-1.fc26.noarch/usr/lib/python2.7/site-packages/pyvo/dal/tests/test_SIANeedsNet.py to test_SIANeedsNet.pyc byte-compiling /builddir/build/BUILDROOT/python-pyvo-0.5.2-1.fc26.noarch/usr/lib/python2.7/site-packages/pyvo/dal/tests/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-pyvo-0.5.2-1.fc26.noarch/usr/lib/python2.7/site-packages/pyvo/dal/tests/test_QueryNoNet.py to test_QueryNoNet.pyc byte-compiling /builddir/build/BUILDROOT/python-pyvo-0.5.2-1.fc26.noarch/usr/lib/python2.7/site-packages/pyvo/dal/tests/test_TAP.py to test_TAP.pyc byte-compiling /builddir/build/BUILDROOT/python-pyvo-0.5.2-1.fc26.noarch/usr/lib/python2.7/site-packages/pyvo/dal/tests/setup_package.py to setup_package.pyc byte-compiling /builddir/build/BUILDROOT/python-pyvo-0.5.2-1.fc26.noarch/usr/lib/python2.7/site-packages/pyvo/dal/scs.py to scs.pyc byte-compiling /builddir/build/BUILDROOT/python-pyvo-0.5.2-1.fc26.noarch/usr/lib/python2.7/site-packages/pyvo/dal/sia.py to sia.pyc byte-compiling /builddir/build/BUILDROOT/python-pyvo-0.5.2-1.fc26.noarch/usr/lib/python2.7/site-packages/pyvo/dal/query.py to query.pyc byte-compiling /builddir/build/BUILDROOT/python-pyvo-0.5.2-1.fc26.noarch/usr/lib/python2.7/site-packages/pyvo/dal/ssa.py to ssa.pyc byte-compiling /builddir/build/BUILDROOT/python-pyvo-0.5.2-1.fc26.noarch/usr/lib/python2.7/site-packages/pyvo/dal/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-pyvo-0.5.2-1.fc26.noarch/usr/lib/python2.7/site-packages/pyvo/dal/tap.py to tap.pyc byte-compiling /builddir/build/BUILDROOT/python-pyvo-0.5.2-1.fc26.noarch/usr/lib/python2.7/site-packages/pyvo/dal/sla.py to sla.pyc byte-compiling /builddir/build/BUILDROOT/python-pyvo-0.5.2-1.fc26.noarch/usr/lib/python2.7/site-packages/pyvo/dal/dbapi2.py to dbapi2.pyc byte-compiling /builddir/build/BUILDROOT/python-pyvo-0.5.2-1.fc26.noarch/usr/lib/python2.7/site-packages/pyvo/version.py to version.pyc byte-compiling /builddir/build/BUILDROOT/python-pyvo-0.5.2-1.fc26.noarch/usr/lib/python2.7/site-packages/pyvo/nameresolver/tests/test_SesameNeedsNet.py to test_SesameNeedsNet.pyc byte-compiling /builddir/build/BUILDROOT/python-pyvo-0.5.2-1.fc26.noarch/usr/lib/python2.7/site-packages/pyvo/nameresolver/tests/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-pyvo-0.5.2-1.fc26.noarch/usr/lib/python2.7/site-packages/pyvo/nameresolver/tests/test_SesameNoNet.py to test_SesameNoNet.pyc byte-compiling /builddir/build/BUILDROOT/python-pyvo-0.5.2-1.fc26.noarch/usr/lib/python2.7/site-packages/pyvo/nameresolver/tests/setup_package.py to setup_package.pyc byte-compiling /builddir/build/BUILDROOT/python-pyvo-0.5.2-1.fc26.noarch/usr/lib/python2.7/site-packages/pyvo/nameresolver/sesame.py to sesame.pyc byte-compiling /builddir/build/BUILDROOT/python-pyvo-0.5.2-1.fc26.noarch/usr/lib/python2.7/site-packages/pyvo/nameresolver/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-pyvo-0.5.2-1.fc26.noarch/usr/lib/python2.7/site-packages/pyvo/tools/plainxml.py to plainxml.pyc byte-compiling /builddir/build/BUILDROOT/python-pyvo-0.5.2-1.fc26.noarch/usr/lib/python2.7/site-packages/pyvo/tools/uws.py to uws.pyc byte-compiling /builddir/build/BUILDROOT/python-pyvo-0.5.2-1.fc26.noarch/usr/lib/python2.7/site-packages/pyvo/tools/vosi.py to vosi.pyc byte-compiling /builddir/build/BUILDROOT/python-pyvo-0.5.2-1.fc26.noarch/usr/lib/python2.7/site-packages/pyvo/tools/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-pyvo-0.5.2-1.fc26.noarch/usr/lib/python2.7/site-packages/pyvo/conftest.py to conftest.pyc byte-compiling /builddir/build/BUILDROOT/python-pyvo-0.5.2-1.fc26.noarch/usr/lib/python2.7/site-packages/pyvo/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-pyvo-0.5.2-1.fc26.noarch/usr/lib/python2.7/site-packages/pyvo/registry/tests/test_VaoReg.py to test_VaoReg.pyc byte-compiling /builddir/build/BUILDROOT/python-pyvo-0.5.2-1.fc26.noarch/usr/lib/python2.7/site-packages/pyvo/registry/tests/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-pyvo-0.5.2-1.fc26.noarch/usr/lib/python2.7/site-packages/pyvo/registry/tests/test_VaoRegNeedsNet.py to test_VaoRegNeedsNet.pyc byte-compiling /builddir/build/BUILDROOT/python-pyvo-0.5.2-1.fc26.noarch/usr/lib/python2.7/site-packages/pyvo/registry/tests/setup_package.py to setup_package.pyc byte-compiling /builddir/build/BUILDROOT/python-pyvo-0.5.2-1.fc26.noarch/usr/lib/python2.7/site-packages/pyvo/registry/vao.py to vao.pyc byte-compiling /builddir/build/BUILDROOT/python-pyvo-0.5.2-1.fc26.noarch/usr/lib/python2.7/site-packages/pyvo/registry/regtap.py to regtap.pyc byte-compiling /builddir/build/BUILDROOT/python-pyvo-0.5.2-1.fc26.noarch/usr/lib/python2.7/site-packages/pyvo/registry/__init__.py to __init__.pyc writing byte-compilation script '/tmp/tmplesgEc.py' /usr/bin/python2 -O /tmp/tmplesgEc.py removing /tmp/tmplesgEc.py running install_egg_info running egg_info creating pyvo.egg-info writing requirements to pyvo.egg-info/requires.txt writing pyvo.egg-info/PKG-INFO writing top-level names to pyvo.egg-info/top_level.txt writing dependency_links to pyvo.egg-info/dependency_links.txt writing manifest file 'pyvo.egg-info/SOURCES.txt' reading manifest file 'pyvo.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching 'setuptools_bootstrap.py' warning: no previously-included files found matching '*.pyc' warning: no previously-included files found matching '*.o' no previously-included directories found matching 'build' writing manifest file 'pyvo.egg-info/SOURCES.txt' Copying pyvo.egg-info to /builddir/build/BUILDROOT/python-pyvo-0.5.2-1.fc26.noarch/usr/lib/python2.7/site-packages/pyvo-0.5.2-py2.7.egg-info running install_scripts + CFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic' + /usr/bin/python3 setup.py install -O1 --skip-build --root /builddir/build/BUILDROOT/python-pyvo-0.5.2-1.fc26.noarch running install running install_lib creating /builddir/build/BUILDROOT/python-pyvo-0.5.2-1.fc26.noarch/usr/lib/python3.6 creating /builddir/build/BUILDROOT/python-pyvo-0.5.2-1.fc26.noarch/usr/lib/python3.6/site-packages creating /builddir/build/BUILDROOT/python-pyvo-0.5.2-1.fc26.noarch/usr/lib/python3.6/site-packages/pyvo creating /builddir/build/BUILDROOT/python-pyvo-0.5.2-1.fc26.noarch/usr/lib/python3.6/site-packages/pyvo/tests copying build/lib.linux-x86_64-3.6/pyvo/tests/__init__.py -> /builddir/build/BUILDROOT/python-pyvo-0.5.2-1.fc26.noarch/usr/lib/python3.6/site-packages/pyvo/tests creating /builddir/build/BUILDROOT/python-pyvo-0.5.2-1.fc26.noarch/usr/lib/python3.6/site-packages/pyvo/dal creating /builddir/build/BUILDROOT/python-pyvo-0.5.2-1.fc26.noarch/usr/lib/python3.6/site-packages/pyvo/dal/tests copying build/lib.linux-x86_64-3.6/pyvo/dal/tests/test_SIA.py -> /builddir/build/BUILDROOT/python-pyvo-0.5.2-1.fc26.noarch/usr/lib/python3.6/site-packages/pyvo/dal/tests copying build/lib.linux-x86_64-3.6/pyvo/dal/tests/test_SLA.py -> /builddir/build/BUILDROOT/python-pyvo-0.5.2-1.fc26.noarch/usr/lib/python3.6/site-packages/pyvo/dal/tests copying build/lib.linux-x86_64-3.6/pyvo/dal/tests/test_SSA.py -> /builddir/build/BUILDROOT/python-pyvo-0.5.2-1.fc26.noarch/usr/lib/python3.6/site-packages/pyvo/dal/tests copying build/lib.linux-x86_64-3.6/pyvo/dal/tests/aTestDALServer.py -> /builddir/build/BUILDROOT/python-pyvo-0.5.2-1.fc26.noarch/usr/lib/python3.6/site-packages/pyvo/dal/tests copying build/lib.linux-x86_64-3.6/pyvo/dal/tests/test_CS.py -> /builddir/build/BUILDROOT/python-pyvo-0.5.2-1.fc26.noarch/usr/lib/python3.6/site-packages/pyvo/dal/tests copying build/lib.linux-x86_64-3.6/pyvo/dal/tests/test_SIANeedsNet.py -> /builddir/build/BUILDROOT/python-pyvo-0.5.2-1.fc26.noarch/usr/lib/python3.6/site-packages/pyvo/dal/tests creating /builddir/build/BUILDROOT/python-pyvo-0.5.2-1.fc26.noarch/usr/lib/python3.6/site-packages/pyvo/dal/tests/data copying build/lib.linux-x86_64-3.6/pyvo/dal/tests/data/jhu-ssa.xml -> /builddir/build/BUILDROOT/python-pyvo-0.5.2-1.fc26.noarch/usr/lib/python3.6/site-packages/pyvo/dal/tests/data copying build/lib.linux-x86_64-3.6/pyvo/dal/tests/data/error-cs.xml -> /builddir/build/BUILDROOT/python-pyvo-0.5.2-1.fc26.noarch/usr/lib/python3.6/site-packages/pyvo/dal/tests/data copying build/lib.linux-x86_64-3.6/pyvo/dal/tests/data/neat-sia.xml -> /builddir/build/BUILDROOT/python-pyvo-0.5.2-1.fc26.noarch/usr/lib/python3.6/site-packages/pyvo/dal/tests/data copying build/lib.linux-x86_64-3.6/pyvo/dal/tests/data/error-sla.xml -> /builddir/build/BUILDROOT/python-pyvo-0.5.2-1.fc26.noarch/usr/lib/python3.6/site-packages/pyvo/dal/tests/data copying build/lib.linux-x86_64-3.6/pyvo/dal/tests/data/arihip-tap-async-get.xml -> /builddir/build/BUILDROOT/python-pyvo-0.5.2-1.fc26.noarch/usr/lib/python3.6/site-packages/pyvo/dal/tests/data copying build/lib.linux-x86_64-3.6/pyvo/dal/tests/data/error2-sia.xml -> /builddir/build/BUILDROOT/python-pyvo-0.5.2-1.fc26.noarch/usr/lib/python3.6/site-packages/pyvo/dal/tests/data copying build/lib.linux-x86_64-3.6/pyvo/dal/tests/data/error-ssa.xml -> /builddir/build/BUILDROOT/python-pyvo-0.5.2-1.fc26.noarch/usr/lib/python3.6/site-packages/pyvo/dal/tests/data copying build/lib.linux-x86_64-3.6/pyvo/dal/tests/data/arihip-tap-async.xml -> /builddir/build/BUILDROOT/python-pyvo-0.5.2-1.fc26.noarch/usr/lib/python3.6/site-packages/pyvo/dal/tests/data copying build/lib.linux-x86_64-3.6/pyvo/dal/tests/data/error4-cs.xml -> /builddir/build/BUILDROOT/python-pyvo-0.5.2-1.fc26.noarch/usr/lib/python3.6/site-packages/pyvo/dal/tests/data copying build/lib.linux-x86_64-3.6/pyvo/dal/tests/data/twomass-cs.xml -> /builddir/build/BUILDROOT/python-pyvo-0.5.2-1.fc26.noarch/usr/lib/python3.6/site-packages/pyvo/dal/tests/data copying build/lib.linux-x86_64-3.6/pyvo/dal/tests/data/error3-cs.xml -> /builddir/build/BUILDROOT/python-pyvo-0.5.2-1.fc26.noarch/usr/lib/python3.6/site-packages/pyvo/dal/tests/data copying build/lib.linux-x86_64-3.6/pyvo/dal/tests/data/error-sia.xml -> /builddir/build/BUILDROOT/python-pyvo-0.5.2-1.fc26.noarch/usr/lib/python3.6/site-packages/pyvo/dal/tests/data copying build/lib.linux-x86_64-3.6/pyvo/dal/tests/data/error2-cs.xml -> /builddir/build/BUILDROOT/python-pyvo-0.5.2-1.fc26.noarch/usr/lib/python3.6/site-packages/pyvo/dal/tests/data copying build/lib.linux-x86_64-3.6/pyvo/dal/tests/data/arihip-tap-async-result.xml -> /builddir/build/BUILDROOT/python-pyvo-0.5.2-1.fc26.noarch/usr/lib/python3.6/site-packages/pyvo/dal/tests/data copying build/lib.linux-x86_64-3.6/pyvo/dal/tests/data/nrao-sla.xml -> /builddir/build/BUILDROOT/python-pyvo-0.5.2-1.fc26.noarch/usr/lib/python3.6/site-packages/pyvo/dal/tests/data copying build/lib.linux-x86_64-3.6/pyvo/dal/tests/data/arihip-tap.xml -> /builddir/build/BUILDROOT/python-pyvo-0.5.2-1.fc26.noarch/usr/lib/python3.6/site-packages/pyvo/dal/tests/data copying build/lib.linux-x86_64-3.6/pyvo/dal/tests/__init__.py -> /builddir/build/BUILDROOT/python-pyvo-0.5.2-1.fc26.noarch/usr/lib/python3.6/site-packages/pyvo/dal/tests copying build/lib.linux-x86_64-3.6/pyvo/dal/tests/test_QueryNoNet.py -> /builddir/build/BUILDROOT/python-pyvo-0.5.2-1.fc26.noarch/usr/lib/python3.6/site-packages/pyvo/dal/tests copying build/lib.linux-x86_64-3.6/pyvo/dal/tests/test_TAP.py -> /builddir/build/BUILDROOT/python-pyvo-0.5.2-1.fc26.noarch/usr/lib/python3.6/site-packages/pyvo/dal/tests copying build/lib.linux-x86_64-3.6/pyvo/dal/tests/setup_package.py -> /builddir/build/BUILDROOT/python-pyvo-0.5.2-1.fc26.noarch/usr/lib/python3.6/site-packages/pyvo/dal/tests copying build/lib.linux-x86_64-3.6/pyvo/dal/scs.py -> /builddir/build/BUILDROOT/python-pyvo-0.5.2-1.fc26.noarch/usr/lib/python3.6/site-packages/pyvo/dal copying build/lib.linux-x86_64-3.6/pyvo/dal/sia.py -> /builddir/build/BUILDROOT/python-pyvo-0.5.2-1.fc26.noarch/usr/lib/python3.6/site-packages/pyvo/dal copying build/lib.linux-x86_64-3.6/pyvo/dal/query.py -> /builddir/build/BUILDROOT/python-pyvo-0.5.2-1.fc26.noarch/usr/lib/python3.6/site-packages/pyvo/dal copying build/lib.linux-x86_64-3.6/pyvo/dal/ssa.py -> /builddir/build/BUILDROOT/python-pyvo-0.5.2-1.fc26.noarch/usr/lib/python3.6/site-packages/pyvo/dal creating /builddir/build/BUILDROOT/python-pyvo-0.5.2-1.fc26.noarch/usr/lib/python3.6/site-packages/pyvo/dal/__pycache__ copying build/lib.linux-x86_64-3.6/pyvo/dal/__pycache__/ssa.cpython-36.pyc -> /builddir/build/BUILDROOT/python-pyvo-0.5.2-1.fc26.noarch/usr/lib/python3.6/site-packages/pyvo/dal/__pycache__ copying build/lib.linux-x86_64-3.6/pyvo/dal/__pycache__/query.cpython-36.pyc -> /builddir/build/BUILDROOT/python-pyvo-0.5.2-1.fc26.noarch/usr/lib/python3.6/site-packages/pyvo/dal/__pycache__ copying build/lib.linux-x86_64-3.6/pyvo/dal/__pycache__/__init__.cpython-36.pyc -> /builddir/build/BUILDROOT/python-pyvo-0.5.2-1.fc26.noarch/usr/lib/python3.6/site-packages/pyvo/dal/__pycache__ copying build/lib.linux-x86_64-3.6/pyvo/dal/__pycache__/sla.cpython-36.pyc -> /builddir/build/BUILDROOT/python-pyvo-0.5.2-1.fc26.noarch/usr/lib/python3.6/site-packages/pyvo/dal/__pycache__ copying build/lib.linux-x86_64-3.6/pyvo/dal/__pycache__/sia.cpython-36.pyc -> /builddir/build/BUILDROOT/python-pyvo-0.5.2-1.fc26.noarch/usr/lib/python3.6/site-packages/pyvo/dal/__pycache__ copying build/lib.linux-x86_64-3.6/pyvo/dal/__pycache__/tap.cpython-36.pyc -> /builddir/build/BUILDROOT/python-pyvo-0.5.2-1.fc26.noarch/usr/lib/python3.6/site-packages/pyvo/dal/__pycache__ copying build/lib.linux-x86_64-3.6/pyvo/dal/__pycache__/scs.cpython-36.pyc -> /builddir/build/BUILDROOT/python-pyvo-0.5.2-1.fc26.noarch/usr/lib/python3.6/site-packages/pyvo/dal/__pycache__ copying build/lib.linux-x86_64-3.6/pyvo/dal/__init__.py -> /builddir/build/BUILDROOT/python-pyvo-0.5.2-1.fc26.noarch/usr/lib/python3.6/site-packages/pyvo/dal copying build/lib.linux-x86_64-3.6/pyvo/dal/tap.py -> /builddir/build/BUILDROOT/python-pyvo-0.5.2-1.fc26.noarch/usr/lib/python3.6/site-packages/pyvo/dal copying build/lib.linux-x86_64-3.6/pyvo/dal/sla.py -> /builddir/build/BUILDROOT/python-pyvo-0.5.2-1.fc26.noarch/usr/lib/python3.6/site-packages/pyvo/dal copying build/lib.linux-x86_64-3.6/pyvo/dal/dbapi2.py -> /builddir/build/BUILDROOT/python-pyvo-0.5.2-1.fc26.noarch/usr/lib/python3.6/site-packages/pyvo/dal copying build/lib.linux-x86_64-3.6/pyvo/version.py -> /builddir/build/BUILDROOT/python-pyvo-0.5.2-1.fc26.noarch/usr/lib/python3.6/site-packages/pyvo creating /builddir/build/BUILDROOT/python-pyvo-0.5.2-1.fc26.noarch/usr/lib/python3.6/site-packages/pyvo/data copying build/lib.linux-x86_64-3.6/pyvo/data/README.rst -> /builddir/build/BUILDROOT/python-pyvo-0.5.2-1.fc26.noarch/usr/lib/python3.6/site-packages/pyvo/data creating /builddir/build/BUILDROOT/python-pyvo-0.5.2-1.fc26.noarch/usr/lib/python3.6/site-packages/pyvo/nameresolver creating /builddir/build/BUILDROOT/python-pyvo-0.5.2-1.fc26.noarch/usr/lib/python3.6/site-packages/pyvo/nameresolver/tests copying build/lib.linux-x86_64-3.6/pyvo/nameresolver/tests/test_SesameNeedsNet.py -> /builddir/build/BUILDROOT/python-pyvo-0.5.2-1.fc26.noarch/usr/lib/python3.6/site-packages/pyvo/nameresolver/tests creating /builddir/build/BUILDROOT/python-pyvo-0.5.2-1.fc26.noarch/usr/lib/python3.6/site-packages/pyvo/nameresolver/tests/data copying build/lib.linux-x86_64-3.6/pyvo/nameresolver/tests/data/sesame.xml -> /builddir/build/BUILDROOT/python-pyvo-0.5.2-1.fc26.noarch/usr/lib/python3.6/site-packages/pyvo/nameresolver/tests/data copying build/lib.linux-x86_64-3.6/pyvo/nameresolver/tests/__init__.py -> /builddir/build/BUILDROOT/python-pyvo-0.5.2-1.fc26.noarch/usr/lib/python3.6/site-packages/pyvo/nameresolver/tests copying build/lib.linux-x86_64-3.6/pyvo/nameresolver/tests/test_SesameNoNet.py -> /builddir/build/BUILDROOT/python-pyvo-0.5.2-1.fc26.noarch/usr/lib/python3.6/site-packages/pyvo/nameresolver/tests copying build/lib.linux-x86_64-3.6/pyvo/nameresolver/tests/setup_package.py -> /builddir/build/BUILDROOT/python-pyvo-0.5.2-1.fc26.noarch/usr/lib/python3.6/site-packages/pyvo/nameresolver/tests copying build/lib.linux-x86_64-3.6/pyvo/nameresolver/sesame.py -> /builddir/build/BUILDROOT/python-pyvo-0.5.2-1.fc26.noarch/usr/lib/python3.6/site-packages/pyvo/nameresolver creating /builddir/build/BUILDROOT/python-pyvo-0.5.2-1.fc26.noarch/usr/lib/python3.6/site-packages/pyvo/nameresolver/__pycache__ copying build/lib.linux-x86_64-3.6/pyvo/nameresolver/__pycache__/__init__.cpython-36.pyc -> /builddir/build/BUILDROOT/python-pyvo-0.5.2-1.fc26.noarch/usr/lib/python3.6/site-packages/pyvo/nameresolver/__pycache__ copying build/lib.linux-x86_64-3.6/pyvo/nameresolver/__pycache__/sesame.cpython-36.pyc -> /builddir/build/BUILDROOT/python-pyvo-0.5.2-1.fc26.noarch/usr/lib/python3.6/site-packages/pyvo/nameresolver/__pycache__ copying build/lib.linux-x86_64-3.6/pyvo/nameresolver/__init__.py -> /builddir/build/BUILDROOT/python-pyvo-0.5.2-1.fc26.noarch/usr/lib/python3.6/site-packages/pyvo/nameresolver creating /builddir/build/BUILDROOT/python-pyvo-0.5.2-1.fc26.noarch/usr/lib/python3.6/site-packages/pyvo/__pycache__ copying build/lib.linux-x86_64-3.6/pyvo/__pycache__/version.cpython-36.pyc -> /builddir/build/BUILDROOT/python-pyvo-0.5.2-1.fc26.noarch/usr/lib/python3.6/site-packages/pyvo/__pycache__ copying build/lib.linux-x86_64-3.6/pyvo/__pycache__/__init__.cpython-36.pyc -> /builddir/build/BUILDROOT/python-pyvo-0.5.2-1.fc26.noarch/usr/lib/python3.6/site-packages/pyvo/__pycache__ creating /builddir/build/BUILDROOT/python-pyvo-0.5.2-1.fc26.noarch/usr/lib/python3.6/site-packages/pyvo/tools copying build/lib.linux-x86_64-3.6/pyvo/tools/plainxml.py -> /builddir/build/BUILDROOT/python-pyvo-0.5.2-1.fc26.noarch/usr/lib/python3.6/site-packages/pyvo/tools copying build/lib.linux-x86_64-3.6/pyvo/tools/uws.py -> /builddir/build/BUILDROOT/python-pyvo-0.5.2-1.fc26.noarch/usr/lib/python3.6/site-packages/pyvo/tools copying build/lib.linux-x86_64-3.6/pyvo/tools/vosi.py -> /builddir/build/BUILDROOT/python-pyvo-0.5.2-1.fc26.noarch/usr/lib/python3.6/site-packages/pyvo/tools creating /builddir/build/BUILDROOT/python-pyvo-0.5.2-1.fc26.noarch/usr/lib/python3.6/site-packages/pyvo/tools/__pycache__ copying build/lib.linux-x86_64-3.6/pyvo/tools/__pycache__/plainxml.cpython-36.pyc -> /builddir/build/BUILDROOT/python-pyvo-0.5.2-1.fc26.noarch/usr/lib/python3.6/site-packages/pyvo/tools/__pycache__ copying build/lib.linux-x86_64-3.6/pyvo/tools/__pycache__/__init__.cpython-36.pyc -> /builddir/build/BUILDROOT/python-pyvo-0.5.2-1.fc26.noarch/usr/lib/python3.6/site-packages/pyvo/tools/__pycache__ copying build/lib.linux-x86_64-3.6/pyvo/tools/__pycache__/uws.cpython-36.pyc -> /builddir/build/BUILDROOT/python-pyvo-0.5.2-1.fc26.noarch/usr/lib/python3.6/site-packages/pyvo/tools/__pycache__ copying build/lib.linux-x86_64-3.6/pyvo/tools/__pycache__/vosi.cpython-36.pyc -> /builddir/build/BUILDROOT/python-pyvo-0.5.2-1.fc26.noarch/usr/lib/python3.6/site-packages/pyvo/tools/__pycache__ copying build/lib.linux-x86_64-3.6/pyvo/tools/__init__.py -> /builddir/build/BUILDROOT/python-pyvo-0.5.2-1.fc26.noarch/usr/lib/python3.6/site-packages/pyvo/tools copying build/lib.linux-x86_64-3.6/pyvo/conftest.py -> /builddir/build/BUILDROOT/python-pyvo-0.5.2-1.fc26.noarch/usr/lib/python3.6/site-packages/pyvo copying build/lib.linux-x86_64-3.6/pyvo/__init__.py -> /builddir/build/BUILDROOT/python-pyvo-0.5.2-1.fc26.noarch/usr/lib/python3.6/site-packages/pyvo creating /builddir/build/BUILDROOT/python-pyvo-0.5.2-1.fc26.noarch/usr/lib/python3.6/site-packages/pyvo/registry creating /builddir/build/BUILDROOT/python-pyvo-0.5.2-1.fc26.noarch/usr/lib/python3.6/site-packages/pyvo/registry/tests copying build/lib.linux-x86_64-3.6/pyvo/registry/tests/test_VaoReg.py -> /builddir/build/BUILDROOT/python-pyvo-0.5.2-1.fc26.noarch/usr/lib/python3.6/site-packages/pyvo/registry/tests creating /builddir/build/BUILDROOT/python-pyvo-0.5.2-1.fc26.noarch/usr/lib/python3.6/site-packages/pyvo/registry/tests/data copying build/lib.linux-x86_64-3.6/pyvo/registry/tests/data/reg-short.xml -> /builddir/build/BUILDROOT/python-pyvo-0.5.2-1.fc26.noarch/usr/lib/python3.6/site-packages/pyvo/registry/tests/data copying build/lib.linux-x86_64-3.6/pyvo/registry/tests/data/reg-kw-galaxy.xml -> /builddir/build/BUILDROOT/python-pyvo-0.5.2-1.fc26.noarch/usr/lib/python3.6/site-packages/pyvo/registry/tests/data copying build/lib.linux-x86_64-3.6/pyvo/registry/tests/__init__.py -> /builddir/build/BUILDROOT/python-pyvo-0.5.2-1.fc26.noarch/usr/lib/python3.6/site-packages/pyvo/registry/tests copying build/lib.linux-x86_64-3.6/pyvo/registry/tests/test_VaoRegNeedsNet.py -> /builddir/build/BUILDROOT/python-pyvo-0.5.2-1.fc26.noarch/usr/lib/python3.6/site-packages/pyvo/registry/tests copying build/lib.linux-x86_64-3.6/pyvo/registry/tests/setup_package.py -> /builddir/build/BUILDROOT/python-pyvo-0.5.2-1.fc26.noarch/usr/lib/python3.6/site-packages/pyvo/registry/tests copying build/lib.linux-x86_64-3.6/pyvo/registry/vao.py -> /builddir/build/BUILDROOT/python-pyvo-0.5.2-1.fc26.noarch/usr/lib/python3.6/site-packages/pyvo/registry creating /builddir/build/BUILDROOT/python-pyvo-0.5.2-1.fc26.noarch/usr/lib/python3.6/site-packages/pyvo/registry/__pycache__ copying build/lib.linux-x86_64-3.6/pyvo/registry/__pycache__/regtap.cpython-36.pyc -> /builddir/build/BUILDROOT/python-pyvo-0.5.2-1.fc26.noarch/usr/lib/python3.6/site-packages/pyvo/registry/__pycache__ copying build/lib.linux-x86_64-3.6/pyvo/registry/__pycache__/__init__.cpython-36.pyc -> /builddir/build/BUILDROOT/python-pyvo-0.5.2-1.fc26.noarch/usr/lib/python3.6/site-packages/pyvo/registry/__pycache__ copying build/lib.linux-x86_64-3.6/pyvo/registry/__pycache__/vao.cpython-36.pyc -> /builddir/build/BUILDROOT/python-pyvo-0.5.2-1.fc26.noarch/usr/lib/python3.6/site-packages/pyvo/registry/__pycache__ copying build/lib.linux-x86_64-3.6/pyvo/registry/regtap.py -> /builddir/build/BUILDROOT/python-pyvo-0.5.2-1.fc26.noarch/usr/lib/python3.6/site-packages/pyvo/registry copying build/lib.linux-x86_64-3.6/pyvo/registry/__init__.py -> /builddir/build/BUILDROOT/python-pyvo-0.5.2-1.fc26.noarch/usr/lib/python3.6/site-packages/pyvo/registry byte-compiling /builddir/build/BUILDROOT/python-pyvo-0.5.2-1.fc26.noarch/usr/lib/python3.6/site-packages/pyvo/tests/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-pyvo-0.5.2-1.fc26.noarch/usr/lib/python3.6/site-packages/pyvo/dal/tests/test_SIA.py to test_SIA.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-pyvo-0.5.2-1.fc26.noarch/usr/lib/python3.6/site-packages/pyvo/dal/tests/test_SLA.py to test_SLA.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-pyvo-0.5.2-1.fc26.noarch/usr/lib/python3.6/site-packages/pyvo/dal/tests/test_SSA.py to test_SSA.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-pyvo-0.5.2-1.fc26.noarch/usr/lib/python3.6/site-packages/pyvo/dal/tests/aTestDALServer.py to aTestDALServer.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-pyvo-0.5.2-1.fc26.noarch/usr/lib/python3.6/site-packages/pyvo/dal/tests/test_CS.py to test_CS.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-pyvo-0.5.2-1.fc26.noarch/usr/lib/python3.6/site-packages/pyvo/dal/tests/test_SIANeedsNet.py to test_SIANeedsNet.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-pyvo-0.5.2-1.fc26.noarch/usr/lib/python3.6/site-packages/pyvo/dal/tests/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-pyvo-0.5.2-1.fc26.noarch/usr/lib/python3.6/site-packages/pyvo/dal/tests/test_QueryNoNet.py to test_QueryNoNet.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-pyvo-0.5.2-1.fc26.noarch/usr/lib/python3.6/site-packages/pyvo/dal/tests/test_TAP.py to test_TAP.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-pyvo-0.5.2-1.fc26.noarch/usr/lib/python3.6/site-packages/pyvo/dal/tests/setup_package.py to setup_package.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-pyvo-0.5.2-1.fc26.noarch/usr/lib/python3.6/site-packages/pyvo/dal/dbapi2.py to dbapi2.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-pyvo-0.5.2-1.fc26.noarch/usr/lib/python3.6/site-packages/pyvo/nameresolver/tests/test_SesameNeedsNet.py to test_SesameNeedsNet.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-pyvo-0.5.2-1.fc26.noarch/usr/lib/python3.6/site-packages/pyvo/nameresolver/tests/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-pyvo-0.5.2-1.fc26.noarch/usr/lib/python3.6/site-packages/pyvo/nameresolver/tests/test_SesameNoNet.py to test_SesameNoNet.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-pyvo-0.5.2-1.fc26.noarch/usr/lib/python3.6/site-packages/pyvo/nameresolver/tests/setup_package.py to setup_package.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-pyvo-0.5.2-1.fc26.noarch/usr/lib/python3.6/site-packages/pyvo/conftest.py to conftest.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-pyvo-0.5.2-1.fc26.noarch/usr/lib/python3.6/site-packages/pyvo/registry/tests/test_VaoReg.py to test_VaoReg.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-pyvo-0.5.2-1.fc26.noarch/usr/lib/python3.6/site-packages/pyvo/registry/tests/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-pyvo-0.5.2-1.fc26.noarch/usr/lib/python3.6/site-packages/pyvo/registry/tests/test_VaoRegNeedsNet.py to test_VaoRegNeedsNet.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-pyvo-0.5.2-1.fc26.noarch/usr/lib/python3.6/site-packages/pyvo/registry/tests/setup_package.py to setup_package.cpython-36.pyc writing byte-compilation script '/tmp/tmp9sj8maxz.py' /usr/bin/python3 /tmp/tmp9sj8maxz.py removing /tmp/tmp9sj8maxz.py running install_egg_info running egg_info writing pyvo.egg-info/PKG-INFO writing dependency_links to pyvo.egg-info/dependency_links.txt writing requirements to pyvo.egg-info/requires.txt writing top-level names to pyvo.egg-info/top_level.txt reading manifest file 'pyvo.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' /usr/lib/python3.6/site-packages/astropy_helpers/setup_helpers.py:100: AstropyDeprecationWarning: Direct use of the adjust_compiler function in setup.py is deprecated and can be removed from your setup.py. This functionality is now incorporated directly into the build_ext command. 'command.', AstropyDeprecationWarning) warning: no files found matching 'setuptools_bootstrap.py' warning: no previously-included files found matching '*.pyc' warning: no previously-included files found matching '*.o' no previously-included directories found matching 'build' writing manifest file 'pyvo.egg-info/SOURCES.txt' Copying pyvo.egg-info to /builddir/build/BUILDROOT/python-pyvo-0.5.2-1.fc26.noarch/usr/lib/python3.6/site-packages/pyvo-0.5.2-py3.6.egg-info running install_scripts + /usr/lib/rpm/find-debuginfo.sh --strict-build-id -m --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 /builddir/build/BUILD/pyvo-0.5.2 find: 'debug': No such file or directory + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/brp-compress + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1 Bytecompiling .py files below /builddir/build/BUILDROOT/python-pyvo-0.5.2-1.fc26.noarch/usr/lib/python2.7 using /usr/bin/python2.7 Bytecompiling .py files below /builddir/build/BUILDROOT/python-pyvo-0.5.2-1.fc26.noarch/usr/lib/python3.6 using /usr/bin/python3.6 + /usr/lib/rpm/brp-python-hardlink Processing files: python2-pyvo-0.5.2-1.fc26.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.JjwP6g + umask 022 + cd /builddir/build/BUILD + cd pyvo-0.5.2 + DOCDIR=/builddir/build/BUILDROOT/python-pyvo-0.5.2-1.fc26.noarch/usr/share/doc/python2-pyvo + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-pyvo-0.5.2-1.fc26.noarch/usr/share/doc/python2-pyvo + cp -pr CHANGES.rst /builddir/build/BUILDROOT/python-pyvo-0.5.2-1.fc26.noarch/usr/share/doc/python2-pyvo + cp -pr CONTRIBUTORS.rst /builddir/build/BUILDROOT/python-pyvo-0.5.2-1.fc26.noarch/usr/share/doc/python2-pyvo + cp -pr README.rst /builddir/build/BUILDROOT/python-pyvo-0.5.2-1.fc26.noarch/usr/share/doc/python2-pyvo + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.Uw7dzW + umask 022 + cd /builddir/build/BUILD + cd pyvo-0.5.2 + LICENSEDIR=/builddir/build/BUILDROOT/python-pyvo-0.5.2-1.fc26.noarch/usr/share/licenses/python2-pyvo + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-pyvo-0.5.2-1.fc26.noarch/usr/share/licenses/python2-pyvo + cp -pr licenses/LICENSE.rst /builddir/build/BUILDROOT/python-pyvo-0.5.2-1.fc26.noarch/usr/share/licenses/python2-pyvo + exit 0 Provides: python-pyvo = 0.5.2-1.fc26 python2-pyvo = 0.5.2-1.fc26 python2.7dist(pyvo) = 0.5.2 python2dist(pyvo) = 0.5.2 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PartialHardlinkSets) <= 4.0.4-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: python(abi) = 2.7 Obsoletes: python-pyvo < 0.5.2-1.fc26 Processing files: python3-pyvo-0.5.2-1.fc26.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.8xj6RY + umask 022 + cd /builddir/build/BUILD + cd pyvo-0.5.2 + DOCDIR=/builddir/build/BUILDROOT/python-pyvo-0.5.2-1.fc26.noarch/usr/share/doc/python3-pyvo + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-pyvo-0.5.2-1.fc26.noarch/usr/share/doc/python3-pyvo + cp -pr CHANGES.rst /builddir/build/BUILDROOT/python-pyvo-0.5.2-1.fc26.noarch/usr/share/doc/python3-pyvo + cp -pr CONTRIBUTORS.rst /builddir/build/BUILDROOT/python-pyvo-0.5.2-1.fc26.noarch/usr/share/doc/python3-pyvo + cp -pr README.rst /builddir/build/BUILDROOT/python-pyvo-0.5.2-1.fc26.noarch/usr/share/doc/python3-pyvo + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.Xhh6b1 + umask 022 + cd /builddir/build/BUILD + cd pyvo-0.5.2 + LICENSEDIR=/builddir/build/BUILDROOT/python-pyvo-0.5.2-1.fc26.noarch/usr/share/licenses/python3-pyvo + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-pyvo-0.5.2-1.fc26.noarch/usr/share/licenses/python3-pyvo + cp -pr licenses/LICENSE.rst /builddir/build/BUILDROOT/python-pyvo-0.5.2-1.fc26.noarch/usr/share/licenses/python3-pyvo + exit 0 Provides: python3-pyvo = 0.5.2-1.fc26 python3.6dist(pyvo) = 0.5.2 python3dist(pyvo) = 0.5.2 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: python(abi) = 3.6 Processing files: python3-pyvo-doc-0.5.2-1.fc26.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.X5e3Mq + umask 022 + cd /builddir/build/BUILD + cd pyvo-0.5.2 + DOCDIR=/builddir/build/BUILDROOT/python-pyvo-0.5.2-1.fc26.noarch/usr/share/doc/python3-pyvo-doc + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-pyvo-0.5.2-1.fc26.noarch/usr/share/doc/python3-pyvo-doc + cp -pr docs/_build/html /builddir/build/BUILDROOT/python-pyvo-0.5.2-1.fc26.noarch/usr/share/doc/python3-pyvo-doc + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.7vnUqQ + umask 022 + cd /builddir/build/BUILD + cd pyvo-0.5.2 + LICENSEDIR=/builddir/build/BUILDROOT/python-pyvo-0.5.2-1.fc26.noarch/usr/share/licenses/python3-pyvo-doc + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-pyvo-0.5.2-1.fc26.noarch/usr/share/licenses/python3-pyvo-doc + cp -pr licenses/LICENSE.rst /builddir/build/BUILDROOT/python-pyvo-0.5.2-1.fc26.noarch/usr/share/licenses/python3-pyvo-doc + exit 0 Provides: python3-pyvo-doc = 0.5.2-1.fc26 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/python-pyvo-0.5.2-1.fc26.noarch Wrote: /builddir/build/RPMS/python2-pyvo-0.5.2-1.fc26.noarch.rpm Wrote: /builddir/build/RPMS/python3-pyvo-0.5.2-1.fc26.noarch.rpm Wrote: /builddir/build/RPMS/python3-pyvo-doc-0.5.2-1.fc26.noarch.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.MwvZao + umask 022 + cd /builddir/build/BUILD + cd pyvo-0.5.2 + /usr/bin/rm -rf /builddir/build/BUILDROOT/python-pyvo-0.5.2-1.fc26.noarch + exit 0 Child return code was: 0