Mock Version: 2.7 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target x86_64 --nodeps /builddir/build/SPECS/python-copr.spec'], chrootPath='/var/lib/mock/epel-7-x86_64-1607946242.837962/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'}shell=Falselogger=timeout=0uid=1001gid=135user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=True) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target x86_64 --nodeps /builddir/build/SPECS/python-copr.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'} and shell False sh: /usr/bin/python2: No such file or directory Building target platforms: x86_64 Building for target x86_64 Wrote: /builddir/build/SRPMS/python-copr-1.107-1.git.39.78491fc.el7.src.rpm Child return code was: 0 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target x86_64 --nodeps /builddir/build/SPECS/python-copr.spec'], chrootPath='/var/lib/mock/epel-7-x86_64-1607946242.837962/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'}shell=Falselogger=timeout=0uid=1001gid=135user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=True) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target x86_64 --nodeps /builddir/build/SPECS/python-copr.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'} and shell False Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.2GJ4md + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf python-copr-git-39.78491fc + /usr/bin/gzip -dc /builddir/build/SOURCES/python-copr-git-39.78491fc.tar.gz + /usr/bin/tar -xf - + STATUS=0 + '[' 0 -ne 0 ']' + cd python-copr-git-39.78491fc + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.mv2m9c + umask 022 + cd /builddir/build/BUILD + cd python-copr-git-39.78491fc + version=1.107 + CFLAGS='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic' + /usr/bin/python2 setup.py build '--executable=/usr/bin/python2 -s' running build running build_py creating build creating build/lib creating build/lib/copr copying copr/util.py -> build/lib/copr copying copr/exceptions.py -> build/lib/copr copying copr/__init__.py -> build/lib/copr creating build/lib/copr/v3 copying copr/v3/requests.py -> build/lib/copr/v3 copying copr/v3/pagination.py -> build/lib/copr/v3 copying copr/v3/helpers.py -> build/lib/copr/v3 copying copr/v3/exceptions.py -> build/lib/copr/v3 copying copr/v3/client.py -> build/lib/copr/v3 copying copr/v3/__init__.py -> build/lib/copr/v3 creating build/lib/copr/test copying copr/test/test_resources.py -> build/lib/copr/test copying copr/test/test_client.py -> build/lib/copr/test copying copr/test/__init__.py -> build/lib/copr/test creating build/lib/copr/client_v2 copying copr/client_v2/tools.py -> build/lib/copr/client_v2 copying copr/client_v2/schemas.py -> build/lib/copr/client_v2 copying copr/client_v2/resources.py -> build/lib/copr/client_v2 copying copr/client_v2/net_client.py -> build/lib/copr/client_v2 copying copr/client_v2/handlers.py -> build/lib/copr/client_v2 copying copr/client_v2/entities.py -> build/lib/copr/client_v2 copying copr/client_v2/common.py -> build/lib/copr/client_v2 copying copr/client_v2/client.py -> build/lib/copr/client_v2 copying copr/client_v2/__init__.py -> build/lib/copr/client_v2 creating build/lib/copr/client copying copr/client/responses.py -> build/lib/copr/client copying copr/client/parsers.py -> build/lib/copr/client copying copr/client/client.py -> build/lib/copr/client copying copr/client/__init__.py -> build/lib/copr/client creating build/lib/copr/v3/proxies copying copr/v3/proxies/project_chroot.py -> build/lib/copr/v3/proxies copying copr/v3/proxies/project.py -> build/lib/copr/v3/proxies copying copr/v3/proxies/package.py -> build/lib/copr/v3/proxies copying copr/v3/proxies/module.py -> build/lib/copr/v3/proxies copying copr/v3/proxies/mock_chroot.py -> build/lib/copr/v3/proxies copying copr/v3/proxies/build_chroot.py -> build/lib/copr/v3/proxies copying copr/v3/proxies/build.py -> build/lib/copr/v3/proxies copying copr/v3/proxies/__init__.py -> build/lib/copr/v3/proxies running egg_info creating copr.egg-info writing requirements to copr.egg-info/requires.txt writing copr.egg-info/PKG-INFO writing top-level names to copr.egg-info/top_level.txt writing dependency_links to copr.egg-info/dependency_links.txt writing manifest file 'copr.egg-info/SOURCES.txt' reading manifest file 'copr.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching '*.rst' under directory 'docs/' warning: no files found matching '*.py' under directory 'docs/' warning: no files found matching 'Makefile' under directory 'docs/' warning: no files found matching 'README*' under directory 'docs/' warning: no files found matching '*.rst' under directory 'copr/test/' warning: no files found matching '*.py' under directory 'copr/test/' warning: no files found matching '*.json' under directory 'copr/test/' warning: no files found matching 'README*' under directory 'copr/test/' warning: no files found matching 'copr_cli.conf' under directory 'copr/test/' writing manifest file 'copr.egg-info/SOURCES.txt' copying copr/README.rst -> build/lib/copr + sleep 1 + mv copr/README.rst ./ + make -C docs -j2 html make: Entering directory `/builddir/build/BUILD/python-copr-git-39.78491fc/docs' sphinx-build -b html -d _build/doctrees . _build/html Making output directory... Running Sphinx v1.1.3 Please install the readthedocs theme with: dnf install python*-sphinx_rtd_theme loading pickled environment... not yet created building [html]: targets for 29 source files that are out of date updating environment: 29 added, 0 changed, 0 removed reading sources... [ 3%] ClientV1 reading sources... [ 6%] ClientV2 reading sources... [ 10%] ClientV3 reading sources... [ 13%] client_v1/CoprClient reading sources... [ 17%] client_v1/Examples reading sources... [ 20%] client_v1/Responses reading sources... [ 24%] client_v2/entities reading sources... [ 27%] client_v2/errors reading sources... [ 31%] client_v2/general reading sources... [ 34%] client_v2/handlers reading sources... [ 37%] client_v2/initialization reading sources... [ 41%] client_v2/resource_info/build reading sources... [ 44%] client_v2/resource_info/build_task reading sources... [ 48%] client_v2/resource_info/mock_chroot reading sources... [ 51%] client_v2/resource_info/project reading sources... [ 55%] client_v2/resource_info/project_chroot reading sources... [ 58%] client_v2/resources reading sources... [ 62%] client_v2/resources_usage reading sources... [ 65%] client_v3/build_options reading sources... [ 68%] client_v3/client_initialization reading sources... [ 72%] client_v3/data_structures reading sources... [ 75%] client_v3/error_handling reading sources... [ 79%] client_v3/migration reading sources... [ 82%] client_v3/package_source_types reading sources... [ 86%] client_v3/pagination reading sources... [ 89%] client_v3/proxies reading sources... [ 93%] client_v3/working_with_proxies_directly reading sources... [ 96%] index reading sources... [100%] installation /builddir/build/BUILD/python-copr-git-39.78491fc/docs/ClientV1.rst:: WARNING: default role any not found /builddir/build/BUILD/python-copr-git-39.78491fc/docs/ClientV2.rst:: WARNING: default role any not found /builddir/build/BUILD/python-copr-git-39.78491fc/docs/ClientV3.rst:: WARNING: default role any not found /builddir/build/BUILD/python-copr-git-39.78491fc/docs/client_v1/CoprClient.rst:: WARNING: default role any not found docstring of copr.client.client.CoprClient.get_project_details:10: WARNING: Bullet list ends without a blank line; unexpected unindent. docstring of copr.client.client.CoprClient.create_new_build:11: WARNING: Field list ends without a blank line; unexpected unindent. docstring of copr.client.client.CoprClient.get_build_details:13: WARNING: Bullet list ends without a blank line; unexpected unindent. /builddir/build/BUILD/python-copr-git-39.78491fc/docs/client_v1/Examples.rst:: WARNING: default role any not found /builddir/build/BUILD/python-copr-git-39.78491fc/docs/client_v1/Responses.rst:: WARNING: default role any not found /builddir/build/BUILD/python-copr-git-39.78491fc/copr/client/responses.py:docstring of copr.client.responses.ProjectHandle.create_new_build:1: WARNING: Inline interpreted text or phrase reference start-string without end-string. /builddir/build/BUILD/python-copr-git-39.78491fc/docs/client_v2/entities.rst:: WARNING: default role any not found /builddir/build/BUILD/python-copr-git-39.78491fc/docs/client_v2/errors.rst:: WARNING: default role any not found /builddir/build/BUILD/python-copr-git-39.78491fc/docs/client_v2/errors.rst:8: ERROR: Unknown directive type "todo". .. todo:: implement /builddir/build/BUILD/python-copr-git-39.78491fc/docs/client_v2/general.rst:: WARNING: default role any not found /builddir/build/BUILD/python-copr-git-39.78491fc/docs/client_v2/handlers.rst:: WARNING: default role any not found /builddir/build/BUILD/python-copr-git-39.78491fc/docs/client_v2/initialization.rst:: WARNING: default role any not found /builddir/build/BUILD/python-copr-git-39.78491fc/docs/client_v2/resource_info/build.rst:: WARNING: default role any not found /builddir/build/BUILD/python-copr-git-39.78491fc/docs/client_v2/resource_info/build_task.rst:: WARNING: default role any not found /builddir/build/BUILD/python-copr-git-39.78491fc/docs/client_v2/resource_info/mock_chroot.rst:: WARNING: default role any not found /builddir/build/BUILD/python-copr-git-39.78491fc/docs/client_v2/resource_info/project.rst:: WARNING: default role any not found /builddir/build/BUILD/python-copr-git-39.78491fc/docs/client_v2/resource_info/project_chroot.rst:: WARNING: default role any not found /builddir/build/BUILD/python-copr-git-39.78491fc/docs/client_v2/resources.rst:: WARNING: default role any not found /builddir/build/BUILD/python-copr-git-39.78491fc/docs/client_v2/resources_usage.rst:: WARNING: default role any not found /builddir/build/BUILD/python-copr-git-39.78491fc/docs/client_v3/build_options.rst:: WARNING: default role any not found /builddir/build/BUILD/python-copr-git-39.78491fc/docs/client_v3/client_initialization.rst:: WARNING: default role any not found /builddir/build/BUILD/python-copr-git-39.78491fc/docs/client_v3/data_structures.rst:: WARNING: default role any not found /builddir/build/BUILD/python-copr-git-39.78491fc/docs/client_v3/error_handling.rst:: WARNING: default role any not found /builddir/build/BUILD/python-copr-git-39.78491fc/docs/client_v3/migration.rst:: WARNING: default role any not found looking for now-outdated files... none found pickling environment... /builddir/build/BUILD/python-copr-git-39.78491fc/docs/client_v3/package_source_types.rst:: WARNING: default role any not found /builddir/build/BUILD/python-copr-git-39.78491fc/docs/client_v3/package_source_types.rst:2: WARNING: Duplicate explicit target name: "user documentation". /builddir/build/BUILD/python-copr-git-39.78491fc/docs/client_v3/package_source_types.rst:2: WARNING: Duplicate explicit target name: "user documentation". /builddir/build/BUILD/python-copr-git-39.78491fc/docs/client_v3/package_source_types.rst:2: WARNING: Duplicate explicit target name: "user documentation". /builddir/build/BUILD/python-copr-git-39.78491fc/docs/client_v3/package_source_types.rst:2: WARNING: Duplicate explicit target name: "user documentation". /builddir/build/BUILD/python-copr-git-39.78491fc/docs/client_v3/package_source_types.rst:2: WARNING: Duplicate explicit target name: "user documentation". /builddir/build/BUILD/python-copr-git-39.78491fc/docs/client_v3/pagination.rst:: WARNING: default role any not found /builddir/build/BUILD/python-copr-git-39.78491fc/docs/client_v3/proxies.rst:: WARNING: default role any not found /builddir/build/BUILD/python-copr-git-39.78491fc/docs/client_v3/working_with_proxies_directly.rst:: WARNING: default role any not found /builddir/build/BUILD/python-copr-git-39.78491fc/docs/index.rst:: WARNING: default role any not found /builddir/build/BUILD/python-copr-git-39.78491fc/docs/installation.rst:: WARNING: default role any not found done checking consistency... done preparing documents... /builddir/build/BUILD/python-copr-git-39.78491fc/docs/client_v3/migration.rst:: WARNING: document isn't included in any toctree done writing output... [ 3%] ClientV1 writing output... [ 6%] ClientV2 writing output... [ 10%] ClientV3 writing output... [ 13%] client_v1/CoprClient writing output... [ 17%] client_v1/Examples writing output... [ 20%] client_v1/Responses writing output... [ 24%] client_v2/entities writing output... [ 27%] client_v2/errors writing output... [ 31%] client_v2/general writing output... [ 34%] client_v2/handlers writing output... [ 37%] client_v2/initialization writing output... [ 41%] client_v2/resource_info/build writing output... [ 44%] client_v2/resource_info/build_task writing output... [ 48%] client_v2/resource_info/mock_chroot writing output... [ 51%] client_v2/resource_info/project writing output... [ 55%] client_v2/resource_info/project_chroot writing output... [ 58%] client_v2/resources writing output... [ 62%] client_v2/resources_usage writing output... [ 65%] client_v3/build_options writing output... [ 68%] client_v3/client_initialization writing output... [ 72%] client_v3/data_structures writing output... [ 75%] client_v3/error_handling writing output... [ 79%] client_v3/migration writing output... [ 82%] client_v3/package_source_types writing output... [ 86%] client_v3/pagination writing output... [ 89%] client_v3/proxies writing output... [ 93%] client_v3/working_with_proxies_directly writing output... [ 96%] index writing output... [100%] installation :None: WARNING: more than one target found for cross-reference u'client.CoprClient': copr.client_v2.client.CoprClient, copr.client.client.CoprClient writing additional files... (15 module code pages) _modules/index genindex py-modindex search copying static files... done WARNING: html_static_path entry '/builddir/build/BUILD/python-copr-git-39.78491fc/docs/_static' does not exist dumping search index... done dumping object inventory... done build succeeded, 42 warnings. Build finished. The HTML pages are in _build/html. make: Leaving directory `/builddir/build/BUILD/python-copr-git-39.78491fc/docs' + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.PiHSCq + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/python-copr-1.107-1.git.39.78491fc.el7.x86_64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/python-copr-1.107-1.git.39.78491fc.el7.x86_64 ++ dirname /builddir/build/BUILDROOT/python-copr-1.107-1.git.39.78491fc.el7.x86_64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/python-copr-1.107-1.git.39.78491fc.el7.x86_64 + cd python-copr-git-39.78491fc + version=1.107 + CFLAGS='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic' + /usr/bin/python2 setup.py install -O1 --skip-build --root /builddir/build/BUILDROOT/python-copr-1.107-1.git.39.78491fc.el7.x86_64 running install running install_lib creating /builddir/build/BUILDROOT/python-copr-1.107-1.git.39.78491fc.el7.x86_64/usr creating /builddir/build/BUILDROOT/python-copr-1.107-1.git.39.78491fc.el7.x86_64/usr/lib creating /builddir/build/BUILDROOT/python-copr-1.107-1.git.39.78491fc.el7.x86_64/usr/lib/python2.7 creating /builddir/build/BUILDROOT/python-copr-1.107-1.git.39.78491fc.el7.x86_64/usr/lib/python2.7/site-packages creating /builddir/build/BUILDROOT/python-copr-1.107-1.git.39.78491fc.el7.x86_64/usr/lib/python2.7/site-packages/copr copying build/lib/copr/README.rst -> /builddir/build/BUILDROOT/python-copr-1.107-1.git.39.78491fc.el7.x86_64/usr/lib/python2.7/site-packages/copr creating /builddir/build/BUILDROOT/python-copr-1.107-1.git.39.78491fc.el7.x86_64/usr/lib/python2.7/site-packages/copr/client copying build/lib/copr/client/__init__.py -> /builddir/build/BUILDROOT/python-copr-1.107-1.git.39.78491fc.el7.x86_64/usr/lib/python2.7/site-packages/copr/client copying build/lib/copr/client/client.py -> /builddir/build/BUILDROOT/python-copr-1.107-1.git.39.78491fc.el7.x86_64/usr/lib/python2.7/site-packages/copr/client copying build/lib/copr/client/parsers.py -> /builddir/build/BUILDROOT/python-copr-1.107-1.git.39.78491fc.el7.x86_64/usr/lib/python2.7/site-packages/copr/client copying build/lib/copr/client/responses.py -> /builddir/build/BUILDROOT/python-copr-1.107-1.git.39.78491fc.el7.x86_64/usr/lib/python2.7/site-packages/copr/client creating /builddir/build/BUILDROOT/python-copr-1.107-1.git.39.78491fc.el7.x86_64/usr/lib/python2.7/site-packages/copr/client_v2 copying build/lib/copr/client_v2/__init__.py -> /builddir/build/BUILDROOT/python-copr-1.107-1.git.39.78491fc.el7.x86_64/usr/lib/python2.7/site-packages/copr/client_v2 copying build/lib/copr/client_v2/client.py -> /builddir/build/BUILDROOT/python-copr-1.107-1.git.39.78491fc.el7.x86_64/usr/lib/python2.7/site-packages/copr/client_v2 copying build/lib/copr/client_v2/common.py -> /builddir/build/BUILDROOT/python-copr-1.107-1.git.39.78491fc.el7.x86_64/usr/lib/python2.7/site-packages/copr/client_v2 copying build/lib/copr/client_v2/entities.py -> /builddir/build/BUILDROOT/python-copr-1.107-1.git.39.78491fc.el7.x86_64/usr/lib/python2.7/site-packages/copr/client_v2 copying build/lib/copr/client_v2/handlers.py -> /builddir/build/BUILDROOT/python-copr-1.107-1.git.39.78491fc.el7.x86_64/usr/lib/python2.7/site-packages/copr/client_v2 copying build/lib/copr/client_v2/net_client.py -> /builddir/build/BUILDROOT/python-copr-1.107-1.git.39.78491fc.el7.x86_64/usr/lib/python2.7/site-packages/copr/client_v2 copying build/lib/copr/client_v2/resources.py -> /builddir/build/BUILDROOT/python-copr-1.107-1.git.39.78491fc.el7.x86_64/usr/lib/python2.7/site-packages/copr/client_v2 copying build/lib/copr/client_v2/schemas.py -> /builddir/build/BUILDROOT/python-copr-1.107-1.git.39.78491fc.el7.x86_64/usr/lib/python2.7/site-packages/copr/client_v2 copying build/lib/copr/client_v2/tools.py -> /builddir/build/BUILDROOT/python-copr-1.107-1.git.39.78491fc.el7.x86_64/usr/lib/python2.7/site-packages/copr/client_v2 creating /builddir/build/BUILDROOT/python-copr-1.107-1.git.39.78491fc.el7.x86_64/usr/lib/python2.7/site-packages/copr/test copying build/lib/copr/test/__init__.py -> /builddir/build/BUILDROOT/python-copr-1.107-1.git.39.78491fc.el7.x86_64/usr/lib/python2.7/site-packages/copr/test copying build/lib/copr/test/test_client.py -> /builddir/build/BUILDROOT/python-copr-1.107-1.git.39.78491fc.el7.x86_64/usr/lib/python2.7/site-packages/copr/test copying build/lib/copr/test/test_resources.py -> /builddir/build/BUILDROOT/python-copr-1.107-1.git.39.78491fc.el7.x86_64/usr/lib/python2.7/site-packages/copr/test creating /builddir/build/BUILDROOT/python-copr-1.107-1.git.39.78491fc.el7.x86_64/usr/lib/python2.7/site-packages/copr/v3 creating /builddir/build/BUILDROOT/python-copr-1.107-1.git.39.78491fc.el7.x86_64/usr/lib/python2.7/site-packages/copr/v3/proxies copying build/lib/copr/v3/proxies/__init__.py -> /builddir/build/BUILDROOT/python-copr-1.107-1.git.39.78491fc.el7.x86_64/usr/lib/python2.7/site-packages/copr/v3/proxies copying build/lib/copr/v3/proxies/build.py -> /builddir/build/BUILDROOT/python-copr-1.107-1.git.39.78491fc.el7.x86_64/usr/lib/python2.7/site-packages/copr/v3/proxies copying build/lib/copr/v3/proxies/build_chroot.py -> /builddir/build/BUILDROOT/python-copr-1.107-1.git.39.78491fc.el7.x86_64/usr/lib/python2.7/site-packages/copr/v3/proxies copying build/lib/copr/v3/proxies/mock_chroot.py -> /builddir/build/BUILDROOT/python-copr-1.107-1.git.39.78491fc.el7.x86_64/usr/lib/python2.7/site-packages/copr/v3/proxies copying build/lib/copr/v3/proxies/module.py -> /builddir/build/BUILDROOT/python-copr-1.107-1.git.39.78491fc.el7.x86_64/usr/lib/python2.7/site-packages/copr/v3/proxies copying build/lib/copr/v3/proxies/package.py -> /builddir/build/BUILDROOT/python-copr-1.107-1.git.39.78491fc.el7.x86_64/usr/lib/python2.7/site-packages/copr/v3/proxies copying build/lib/copr/v3/proxies/project.py -> /builddir/build/BUILDROOT/python-copr-1.107-1.git.39.78491fc.el7.x86_64/usr/lib/python2.7/site-packages/copr/v3/proxies copying build/lib/copr/v3/proxies/project_chroot.py -> /builddir/build/BUILDROOT/python-copr-1.107-1.git.39.78491fc.el7.x86_64/usr/lib/python2.7/site-packages/copr/v3/proxies copying build/lib/copr/v3/__init__.py -> /builddir/build/BUILDROOT/python-copr-1.107-1.git.39.78491fc.el7.x86_64/usr/lib/python2.7/site-packages/copr/v3 copying build/lib/copr/v3/client.py -> /builddir/build/BUILDROOT/python-copr-1.107-1.git.39.78491fc.el7.x86_64/usr/lib/python2.7/site-packages/copr/v3 copying build/lib/copr/v3/exceptions.py -> /builddir/build/BUILDROOT/python-copr-1.107-1.git.39.78491fc.el7.x86_64/usr/lib/python2.7/site-packages/copr/v3 copying build/lib/copr/v3/helpers.py -> /builddir/build/BUILDROOT/python-copr-1.107-1.git.39.78491fc.el7.x86_64/usr/lib/python2.7/site-packages/copr/v3 copying build/lib/copr/v3/pagination.py -> /builddir/build/BUILDROOT/python-copr-1.107-1.git.39.78491fc.el7.x86_64/usr/lib/python2.7/site-packages/copr/v3 copying build/lib/copr/v3/requests.py -> /builddir/build/BUILDROOT/python-copr-1.107-1.git.39.78491fc.el7.x86_64/usr/lib/python2.7/site-packages/copr/v3 copying build/lib/copr/__init__.py -> /builddir/build/BUILDROOT/python-copr-1.107-1.git.39.78491fc.el7.x86_64/usr/lib/python2.7/site-packages/copr copying build/lib/copr/exceptions.py -> /builddir/build/BUILDROOT/python-copr-1.107-1.git.39.78491fc.el7.x86_64/usr/lib/python2.7/site-packages/copr copying build/lib/copr/util.py -> /builddir/build/BUILDROOT/python-copr-1.107-1.git.39.78491fc.el7.x86_64/usr/lib/python2.7/site-packages/copr byte-compiling /builddir/build/BUILDROOT/python-copr-1.107-1.git.39.78491fc.el7.x86_64/usr/lib/python2.7/site-packages/copr/client/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-copr-1.107-1.git.39.78491fc.el7.x86_64/usr/lib/python2.7/site-packages/copr/client/client.py to client.pyc byte-compiling /builddir/build/BUILDROOT/python-copr-1.107-1.git.39.78491fc.el7.x86_64/usr/lib/python2.7/site-packages/copr/client/parsers.py to parsers.pyc byte-compiling /builddir/build/BUILDROOT/python-copr-1.107-1.git.39.78491fc.el7.x86_64/usr/lib/python2.7/site-packages/copr/client/responses.py to responses.pyc byte-compiling /builddir/build/BUILDROOT/python-copr-1.107-1.git.39.78491fc.el7.x86_64/usr/lib/python2.7/site-packages/copr/client_v2/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-copr-1.107-1.git.39.78491fc.el7.x86_64/usr/lib/python2.7/site-packages/copr/client_v2/client.py to client.pyc byte-compiling /builddir/build/BUILDROOT/python-copr-1.107-1.git.39.78491fc.el7.x86_64/usr/lib/python2.7/site-packages/copr/client_v2/common.py to common.pyc byte-compiling /builddir/build/BUILDROOT/python-copr-1.107-1.git.39.78491fc.el7.x86_64/usr/lib/python2.7/site-packages/copr/client_v2/entities.py to entities.pyc byte-compiling /builddir/build/BUILDROOT/python-copr-1.107-1.git.39.78491fc.el7.x86_64/usr/lib/python2.7/site-packages/copr/client_v2/handlers.py to handlers.pyc byte-compiling /builddir/build/BUILDROOT/python-copr-1.107-1.git.39.78491fc.el7.x86_64/usr/lib/python2.7/site-packages/copr/client_v2/net_client.py to net_client.pyc byte-compiling /builddir/build/BUILDROOT/python-copr-1.107-1.git.39.78491fc.el7.x86_64/usr/lib/python2.7/site-packages/copr/client_v2/resources.py to resources.pyc byte-compiling /builddir/build/BUILDROOT/python-copr-1.107-1.git.39.78491fc.el7.x86_64/usr/lib/python2.7/site-packages/copr/client_v2/schemas.py to schemas.pyc byte-compiling /builddir/build/BUILDROOT/python-copr-1.107-1.git.39.78491fc.el7.x86_64/usr/lib/python2.7/site-packages/copr/client_v2/tools.py to tools.pyc byte-compiling /builddir/build/BUILDROOT/python-copr-1.107-1.git.39.78491fc.el7.x86_64/usr/lib/python2.7/site-packages/copr/test/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-copr-1.107-1.git.39.78491fc.el7.x86_64/usr/lib/python2.7/site-packages/copr/test/test_client.py to test_client.pyc byte-compiling /builddir/build/BUILDROOT/python-copr-1.107-1.git.39.78491fc.el7.x86_64/usr/lib/python2.7/site-packages/copr/test/test_resources.py to test_resources.pyc byte-compiling /builddir/build/BUILDROOT/python-copr-1.107-1.git.39.78491fc.el7.x86_64/usr/lib/python2.7/site-packages/copr/v3/proxies/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-copr-1.107-1.git.39.78491fc.el7.x86_64/usr/lib/python2.7/site-packages/copr/v3/proxies/build.py to build.pyc byte-compiling /builddir/build/BUILDROOT/python-copr-1.107-1.git.39.78491fc.el7.x86_64/usr/lib/python2.7/site-packages/copr/v3/proxies/build_chroot.py to build_chroot.pyc byte-compiling /builddir/build/BUILDROOT/python-copr-1.107-1.git.39.78491fc.el7.x86_64/usr/lib/python2.7/site-packages/copr/v3/proxies/mock_chroot.py to mock_chroot.pyc byte-compiling /builddir/build/BUILDROOT/python-copr-1.107-1.git.39.78491fc.el7.x86_64/usr/lib/python2.7/site-packages/copr/v3/proxies/module.py to module.pyc byte-compiling /builddir/build/BUILDROOT/python-copr-1.107-1.git.39.78491fc.el7.x86_64/usr/lib/python2.7/site-packages/copr/v3/proxies/package.py to package.pyc byte-compiling /builddir/build/BUILDROOT/python-copr-1.107-1.git.39.78491fc.el7.x86_64/usr/lib/python2.7/site-packages/copr/v3/proxies/project.py to project.pyc byte-compiling /builddir/build/BUILDROOT/python-copr-1.107-1.git.39.78491fc.el7.x86_64/usr/lib/python2.7/site-packages/copr/v3/proxies/project_chroot.py to project_chroot.pyc byte-compiling /builddir/build/BUILDROOT/python-copr-1.107-1.git.39.78491fc.el7.x86_64/usr/lib/python2.7/site-packages/copr/v3/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-copr-1.107-1.git.39.78491fc.el7.x86_64/usr/lib/python2.7/site-packages/copr/v3/client.py to client.pyc byte-compiling /builddir/build/BUILDROOT/python-copr-1.107-1.git.39.78491fc.el7.x86_64/usr/lib/python2.7/site-packages/copr/v3/exceptions.py to exceptions.pyc byte-compiling /builddir/build/BUILDROOT/python-copr-1.107-1.git.39.78491fc.el7.x86_64/usr/lib/python2.7/site-packages/copr/v3/helpers.py to helpers.pyc byte-compiling /builddir/build/BUILDROOT/python-copr-1.107-1.git.39.78491fc.el7.x86_64/usr/lib/python2.7/site-packages/copr/v3/pagination.py to pagination.pyc byte-compiling /builddir/build/BUILDROOT/python-copr-1.107-1.git.39.78491fc.el7.x86_64/usr/lib/python2.7/site-packages/copr/v3/requests.py to requests.pyc byte-compiling /builddir/build/BUILDROOT/python-copr-1.107-1.git.39.78491fc.el7.x86_64/usr/lib/python2.7/site-packages/copr/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-copr-1.107-1.git.39.78491fc.el7.x86_64/usr/lib/python2.7/site-packages/copr/exceptions.py to exceptions.pyc byte-compiling /builddir/build/BUILDROOT/python-copr-1.107-1.git.39.78491fc.el7.x86_64/usr/lib/python2.7/site-packages/copr/util.py to util.pyc writing byte-compilation script '/tmp/tmp3GpP7b.py' /usr/bin/python2 -O /tmp/tmp3GpP7b.py removing /tmp/tmp3GpP7b.py running install_egg_info running egg_info writing requirements to copr.egg-info/requires.txt writing copr.egg-info/PKG-INFO writing top-level names to copr.egg-info/top_level.txt writing dependency_links to copr.egg-info/dependency_links.txt reading manifest file 'copr.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching 'copr/README.rst' warning: no files found matching '*.rst' under directory 'docs/' warning: no files found matching '*.py' under directory 'docs/' warning: no files found matching 'Makefile' under directory 'docs/' warning: no files found matching 'README*' under directory 'docs/' warning: no files found matching '*.rst' under directory 'copr/test/' warning: no files found matching '*.py' under directory 'copr/test/' warning: no files found matching '*.json' under directory 'copr/test/' warning: no files found matching 'README*' under directory 'copr/test/' warning: no files found matching 'copr_cli.conf' under directory 'copr/test/' writing manifest file 'copr.egg-info/SOURCES.txt' Copying copr.egg-info to /builddir/build/BUILDROOT/python-copr-1.107-1.git.39.78491fc.el7.x86_64/usr/lib/python2.7/site-packages/copr-1.107-py2.7.egg-info running install_scripts + find /builddir/build/BUILDROOT/python-copr-1.107-1.git.39.78491fc.el7.x86_64 -name '*.exe' -delete + install -d /builddir/build/BUILDROOT/python-copr-1.107-1.git.39.78491fc.el7.x86_64/usr/share/doc/python-copr-1.107 + cp -a docs/_build/html /builddir/build/BUILDROOT/python-copr-1.107-1.git.39.78491fc.el7.x86_64/usr/share/doc/python-copr-1.107/ + /usr/lib/rpm/find-debuginfo.sh --strict-build-id -m --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 110000000 /builddir/build/BUILD/python-copr-git-39.78491fc /usr/lib/rpm/sepdebugcrcfix: Updated 0 CRC32s, 0 CRC32s did match. find: 'debug': No such file or directory + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-compress + /usr/lib/rpm/redhat/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-copr-1.107-1.git.39.78491fc.el7.x86_64/usr/lib/python2.7 using /usr/bin/python2.7 + /usr/lib/rpm/redhat/brp-python-hardlink + /usr/lib/rpm/redhat/brp-java-repack-jars Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.yUgzGF + umask 022 + cd /builddir/build/BUILD + cd python-copr-git-39.78491fc + /usr/bin/python2 -m pytest -vv copr/test ============================= test session starts ============================== platform linux2 -- Python 2.7.5 -- py-1.4.32 -- pytest-2.7.0 -- /usr/bin/python2 rootdir: /builddir/build/BUILD/python-copr-git-39.78491fc, inifile: collecting ... collected 40 items copr/test/test_client.py::test_client_from_dict PASSED copr/test/test_client.py::test_client_from_config PASSED copr/test/test_client.py::test_list_projects PASSED copr/test/test_client.py::test_projects_list PASSED copr/test/test_client.py::test_get_build_status PASSED copr/test/test_client.py::test_get_build_config PASSED copr/test/test_resources.py::test_project_wrapper_unicode PASSED copr/test/client_v2/test_client.py::TestClientV2::test_create_from_empty_params PASSED copr/test/client_v2/test_client.py::TestClientV2::test_create_from_params PASSED copr/test/client_v2/test_client.py::TestClientV2::test_post_init PASSED copr/test/client_v2/test_client.py::TestClientV2::test_fixture_tc PASSED copr/test/client_v2/test_entities.py::TestEntities::test_from_dict PASSED copr/test/client_v2/test_entities.py::TestEntities::test_to_dict PASSED copr/test/client_v2/test_entities.py::TestEntities::test_to_json PASSED copr/test/client_v2/test_handlers.py::TestProjectHandle::test_get_one PASSED copr/test/client_v2/test_handlers.py::TestProjectHandle::test_get_list PASSED copr/test/client_v2/test_handlers.py::TestProjectHandle::test_get_list_pass_options PASSED copr/test/client_v2/test_handlers.py::TestProjectHandle::test_get_self PASSED copr/test/client_v2/test_handlers.py::TestProjectHandle::test_update PASSED copr/test/client_v2/test_handlers.py::TestProjectHandle::test_delete PASSED copr/test/client_v2/test_net_client.py::TestNetClient::test_get_simple PASSED copr/test/client_v2/test_net_client.py::TestNetClient::test_unsupported_method PASSED copr/test/client_v3/test_builds.py::TestBuildProxy::test_get <- /builddir/build/BUILD/python-copr-git-39.78491fc/copr/test/client_v3/test_builds.py PASSED copr/test/client_v3/test_builds.py::test_build_distgit <- /builddir/build/BUILD/python-copr-git-39.78491fc/copr/test/client_v3/test_builds.py PASSED copr/test/client_v3/test_general.py::TestBaseProxy::test_api_base_url PASSED copr/test/client_v3/test_helpers.py::TestHelpers::test_succeeded PASSED copr/test/client_v3/test_helpers.py::TestWait::test_wait PASSED copr/test/client_v3/test_helpers.py::TestWait::test_wait_list PASSED copr/test/client_v3/test_helpers.py::TestWait::test_wait_custom_list PASSED copr/test/client_v3/test_helpers.py::TestWait::test_wait_timeout PASSED copr/test/client_v3/test_helpers.py::TestWait::test_wait_callback PASSED copr/test/client_v3/test_modules.py::TestModuleProxy::test_module_dist_git_choice_url[None] <- /builddir/build/BUILD/python-copr-git-39.78491fc/copr/test/client_v3/test_modules.py PASSED copr/test/client_v3/test_modules.py::TestModuleProxy::test_module_dist_git_choice_url[fedora] <- /builddir/build/BUILD/python-copr-git-39.78491fc/copr/test/client_v3/test_modules.py PASSED copr/test/client_v3/test_modules.py::TestModuleProxy::test_module_dist_git_choice_upload[None] <- /builddir/build/BUILD/python-copr-git-39.78491fc/copr/test/client_v3/test_modules.py PASSED copr/test/client_v3/test_modules.py::TestModuleProxy::test_module_dist_git_choice_upload[fedora] <- /builddir/build/BUILD/python-copr-git-39.78491fc/copr/test/client_v3/test_modules.py PASSED copr/test/client_v3/test_packages.py::test_package_distgit[add] <- /builddir/build/BUILD/python-copr-git-39.78491fc/copr/test/client_v3/test_packages.py PASSED copr/test/client_v3/test_packages.py::test_package_distgit[edit] <- /builddir/build/BUILD/python-copr-git-39.78491fc/copr/test/client_v3/test_packages.py PASSED copr/test/client_v3/test_requests.py::TestResponse::test_munchify PASSED copr/test/client_v3/test_requests.py::TestRequest::test_endpoint_url PASSED copr/test/client_v3/test_requests.py::TestRequest::test_send PASSED ========================== 40 passed in 0.38 seconds =========================== + exit 0 Processing files: python2-copr-1.107-1.git.39.78491fc.el7.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.glAs1V + umask 022 + cd /builddir/build/BUILD + cd python-copr-git-39.78491fc + DOCDIR=/builddir/build/BUILDROOT/python-copr-1.107-1.git.39.78491fc.el7.x86_64/usr/share/doc/python2-copr-1.107 + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-copr-1.107-1.git.39.78491fc.el7.x86_64/usr/share/doc/python2-copr-1.107 + cp -pr README.rst /builddir/build/BUILDROOT/python-copr-1.107-1.git.39.78491fc.el7.x86_64/usr/share/doc/python2-copr-1.107 + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.xb6dnc + umask 022 + cd /builddir/build/BUILD + cd python-copr-git-39.78491fc + LICENSEDIR=/builddir/build/BUILDROOT/python-copr-1.107-1.git.39.78491fc.el7.x86_64/usr/share/licenses/python2-copr-1.107 + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-copr-1.107-1.git.39.78491fc.el7.x86_64/usr/share/licenses/python2-copr-1.107 + cp -pr LICENSE /builddir/build/BUILDROOT/python-copr-1.107-1.git.39.78491fc.el7.x86_64/usr/share/licenses/python2-copr-1.107 + exit 0 Provides: python-copr = 1.107-1.git.39.78491fc.el7 python2-copr = 1.107-1.git.39.78491fc.el7 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-copr < 1.107-1.git.39.78491fc.el7 Processing files: python-copr-doc-1.107-1.git.39.78491fc.el7.noarch Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.vMmzJu + umask 022 + cd /builddir/build/BUILD + cd python-copr-git-39.78491fc + LICENSEDIR=/builddir/build/BUILDROOT/python-copr-1.107-1.git.39.78491fc.el7.x86_64/usr/share/licenses/python-copr-doc-1.107 + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-copr-1.107-1.git.39.78491fc.el7.x86_64/usr/share/licenses/python-copr-doc-1.107 + cp -pr LICENSE /builddir/build/BUILDROOT/python-copr-1.107-1.git.39.78491fc.el7.x86_64/usr/share/licenses/python-copr-doc-1.107 + exit 0 Provides: python-copr-doc = 1.107-1.git.39.78491fc.el7 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-copr-1.107-1.git.39.78491fc.el7.x86_64 Wrote: /builddir/build/RPMS/python2-copr-1.107-1.git.39.78491fc.el7.noarch.rpm Wrote: /builddir/build/RPMS/python-copr-doc-1.107-1.git.39.78491fc.el7.noarch.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.cfXn1p + umask 022 + cd /builddir/build/BUILD + cd python-copr-git-39.78491fc + /usr/bin/rm -rf /builddir/build/BUILDROOT/python-copr-1.107-1.git.39.78491fc.el7.x86_64 + exit 0 Child return code was: 0