Mock Version: 2.12 Mock Version: 2.12 Mock Version: 2.12 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target noarch --nodeps /builddir/build/SPECS/python-copr.spec'], chrootPath='/var/lib/mock/epel8-build-29417154-4014740/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=201600uid=1000gid=425user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target noarch --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: noarch Building for target noarch Wrote: /builddir/build/SRPMS/python-copr-1.112-1.el8.src.rpm Child return code was: 0 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target noarch --nodeps /builddir/build/SPECS/python-copr.spec'], chrootPath='/var/lib/mock/epel8-build-29417154-4014740/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=201600uid=1000gid=425user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target noarch --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: noarch Building for target noarch Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.VePsHb + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf python-copr-1.112 + /usr/bin/gzip -dc /builddir/build/SOURCES/python-copr-1.112.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd python-copr-1.112 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.G7a3K8 + umask 022 + cd /builddir/build/BUILD + cd python-copr-1.112 + version=1.112 + CFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection' + LDFLAGS='-Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld' + /usr/bin/python3.6 setup.py build '--executable=/usr/bin/python3.6 -s' running build running build_py creating build creating build/lib creating build/lib/copr copying copr/__init__.py -> build/lib/copr copying copr/exceptions.py -> build/lib/copr copying copr/util.py -> build/lib/copr creating build/lib/copr/client_v2 copying copr/client_v2/__init__.py -> build/lib/copr/client_v2 copying copr/client_v2/client.py -> build/lib/copr/client_v2 copying copr/client_v2/common.py -> build/lib/copr/client_v2 copying copr/client_v2/entities.py -> build/lib/copr/client_v2 copying copr/client_v2/handlers.py -> build/lib/copr/client_v2 copying copr/client_v2/net_client.py -> build/lib/copr/client_v2 copying copr/client_v2/resources.py -> build/lib/copr/client_v2 copying copr/client_v2/schemas.py -> build/lib/copr/client_v2 copying copr/client_v2/tools.py -> build/lib/copr/client_v2 creating build/lib/copr/test copying copr/test/__init__.py -> build/lib/copr/test creating build/lib/copr/v3 copying copr/v3/__init__.py -> build/lib/copr/v3 copying copr/v3/client.py -> build/lib/copr/v3 copying copr/v3/exceptions.py -> build/lib/copr/v3 copying copr/v3/helpers.py -> build/lib/copr/v3 copying copr/v3/pagination.py -> build/lib/copr/v3 copying copr/v3/requests.py -> build/lib/copr/v3 creating build/lib/copr/v3/proxies copying copr/v3/proxies/__init__.py -> build/lib/copr/v3/proxies copying copr/v3/proxies/build.py -> build/lib/copr/v3/proxies copying copr/v3/proxies/build_chroot.py -> build/lib/copr/v3/proxies copying copr/v3/proxies/mock_chroot.py -> build/lib/copr/v3/proxies copying copr/v3/proxies/module.py -> build/lib/copr/v3/proxies copying copr/v3/proxies/package.py -> build/lib/copr/v3/proxies copying copr/v3/proxies/project.py -> build/lib/copr/v3/proxies copying copr/v3/proxies/project_chroot.py -> build/lib/copr/v3/proxies copying copr/v3/proxies/webhook.py -> build/lib/copr/v3/proxies running egg_info creating copr.egg-info writing copr.egg-info/PKG-INFO writing dependency_links to copr.egg-info/dependency_links.txt writing requirements to copr.egg-info/requires.txt writing top-level names to copr.egg-info/top_level.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 'copr/test/' warning: no files found matching 'README*' under directory 'copr/test/' writing manifest file 'copr.egg-info/SOURCES.txt' copying copr/README.rst -> build/lib/copr creating build/lib/copr/test/client_v2 copying copr/test/client_v2/test_client.py -> build/lib/copr/test/client_v2 copying copr/test/client_v2/test_entities.py -> build/lib/copr/test/client_v2 copying copr/test/client_v2/test_handlers.py -> build/lib/copr/test/client_v2 copying copr/test/client_v2/test_net_client.py -> build/lib/copr/test/client_v2 creating build/lib/copr/test/client_v3 copying copr/test/client_v3/test_builds.py -> build/lib/copr/test/client_v3 copying copr/test/client_v3/test_general.py -> build/lib/copr/test/client_v3 copying copr/test/client_v3/test_helpers.py -> build/lib/copr/test/client_v3 copying copr/test/client_v3/test_modules.py -> build/lib/copr/test/client_v3 copying copr/test/client_v3/test_packages.py -> build/lib/copr/test/client_v3 copying copr/test/client_v3/test_requests.py -> build/lib/copr/test/client_v3 creating build/lib/copr/test/resources copying copr/test/resources/build_config.200.json -> build/lib/copr/test/resources copying copr/test/resources/build_details.200.json -> build/lib/copr/test/resources copying copr/test/resources/copr_cli.conf -> build/lib/copr/test/resources copying copr/test/resources/projects_list.200.json -> build/lib/copr/test/resources + sleep 1 + mv copr/README.rst ./ + make -C docs -j6 html make: Entering directory '/builddir/build/BUILD/python-copr-1.112/docs' sphinx-build -b html -d _build/doctrees . _build/html Running Sphinx v1.7.6 making output directory... loading pickled environment... not yet created building [mo]: targets for 0 po files that are out of date 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 WARNING: autodoc: failed to import class 'CoprClient' from module 'copr.client.client'; the following exception was raised: No module named 'copr.client' WARNING: autodoc: failed to import class 'CoprResponse' from module 'copr.client.responses'; the following exception was raised: No module named 'copr.client' WARNING: autodoc: failed to import class 'BaseHandle' from module 'copr.client.responses'; the following exception was raised: No module named 'copr.client' looking for now-outdated files... WARNING: autodoc: failed to import class 'ProjectHandle' from module 'copr.client.responses'; the following exception was raised: No module named 'copr.client' WARNING: autodoc: failed to import class 'BuildHandle' from module 'copr.client.responses'; the following exception was raised: No module named 'copr.client' WARNING: autodoc: failed to import class 'ProjectChrootHandle' from module 'copr.client.responses'; the following exception was raised: No module named 'copr.client' WARNING: autodoc: failed to import class 'ProjectWrapper' from module 'copr.client.responses'; the following exception was raised: No module named 'copr.client' WARNING: autodoc: failed to import class 'BuildWrapper' from module 'copr.client.responses'; the following exception was raised: No module named 'copr.client' WARNING: autodoc: failed to import class 'ProjectChrootWrapper' from module 'copr.client.responses'; the following exception was raised: No module named 'copr.client' /builddir/build/BUILD/python-copr-1.112/docs/client_v2/errors.rst:8: WARNING: Unknown directive type "todo". .. todo:: implement /builddir/build/BUILD/python-copr-1.112/docs/client_v3/package_source_types.rst:2: WARNING: Duplicate explicit target name: "user documentation". /builddir/build/BUILD/python-copr-1.112/docs/client_v3/package_source_types.rst:2: WARNING: Duplicate explicit target name: "user documentation". /builddir/build/BUILD/python-copr-1.112/docs/client_v3/package_source_types.rst:2: WARNING: Duplicate explicit target name: "user documentation". /builddir/build/BUILD/python-copr-1.112/docs/client_v3/package_source_types.rst:2: WARNING: Duplicate explicit target name: "user documentation". /builddir/build/BUILD/python-copr-1.112/docs/client_v3/package_source_types.rst:2: WARNING: Duplicate explicit target name: "user documentation". none found pickling environment... done checking consistency... /builddir/build/BUILD/python-copr-1.112/docs/client_v3/migration.rst: WARNING: document isn't included in any toctree done preparing documents... 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 generating indices.../builddir/build/BUILD/python-copr-1.112/copr/client_v2/client.py:docstring of copr.create_client2_from_file_config:5: WARNING: 'any' reference target not found: str /builddir/build/BUILD/python-copr-1.112/copr/client_v2/client.py:docstring of copr.client_v2.client.CoprClient.create_from_file_config:5: WARNING: 'any' reference target not found: str /builddir/build/BUILD/python-copr-1.112/docs/client_v2/resources_usage.rst:8: WARNING: 'any' reference target not found: copr /builddir/build/BUILD/python-copr-1.112/docs/client_v2/resources_usage.rst:25: WARNING: more than one target found for 'any' cross-reference 'next_page()': could be :py:meth:`copr.client_v2.resources.ProjectList.next_page` or :py:meth:`copr.client_v2.resources.BuildList.next_page` /builddir/build/BUILD/python-copr-1.112/docs/client_v3/build_options.rst:4: WARNING: 'any' reference target not found: buildopts genindex py-modindex highlighting module code... [ 8%] copr.client_v2.client highlighting module code... [ 16%] copr.client_v2.entities highlighting module code... [ 25%] copr.client_v2.handlers highlighting module code... [ 33%] copr.client_v2.resources highlighting module code... [ 41%] copr.v3.exceptions highlighting module code... [ 50%] copr.v3.proxies highlighting module code... [ 58%] copr.v3.proxies.build highlighting module code... [ 66%] copr.v3.proxies.build_chroot highlighting module code... [ 75%] copr.v3.proxies.module highlighting module code... [ 83%] copr.v3.proxies.package highlighting module code... [ 91%] copr.v3.proxies.project highlighting module code... [100%] copr.v3.proxies.project_chroot writing additional pages... search copying static files... done copying extra files... WARNING: html_static_path entry '/builddir/build/BUILD/python-copr-1.112/docs/_static' does not exist done dumping search index in English (code: en) ... done dumping object inventory... done build succeeded, 22 warnings. The HTML pages are in _build/html. Build finished. The HTML pages are in _build/html. make: Leaving directory '/builddir/build/BUILD/python-copr-1.112/docs' + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.CTww58 + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/python-copr-1.112-1.el8.noarch '!=' / ']' + rm -rf /builddir/build/BUILDROOT/python-copr-1.112-1.el8.noarch ++ dirname /builddir/build/BUILDROOT/python-copr-1.112-1.el8.noarch + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/python-copr-1.112-1.el8.noarch + cd python-copr-1.112 + version=1.112 + CFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection' + LDFLAGS='-Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld' + /usr/bin/python3.6 setup.py install -O1 --skip-build --root /builddir/build/BUILDROOT/python-copr-1.112-1.el8.noarch running install running install_lib creating /builddir/build/BUILDROOT/python-copr-1.112-1.el8.noarch/usr creating /builddir/build/BUILDROOT/python-copr-1.112-1.el8.noarch/usr/lib creating /builddir/build/BUILDROOT/python-copr-1.112-1.el8.noarch/usr/lib/python3.6 creating /builddir/build/BUILDROOT/python-copr-1.112-1.el8.noarch/usr/lib/python3.6/site-packages creating /builddir/build/BUILDROOT/python-copr-1.112-1.el8.noarch/usr/lib/python3.6/site-packages/copr copying build/lib/copr/__init__.py -> /builddir/build/BUILDROOT/python-copr-1.112-1.el8.noarch/usr/lib/python3.6/site-packages/copr copying build/lib/copr/exceptions.py -> /builddir/build/BUILDROOT/python-copr-1.112-1.el8.noarch/usr/lib/python3.6/site-packages/copr copying build/lib/copr/util.py -> /builddir/build/BUILDROOT/python-copr-1.112-1.el8.noarch/usr/lib/python3.6/site-packages/copr creating /builddir/build/BUILDROOT/python-copr-1.112-1.el8.noarch/usr/lib/python3.6/site-packages/copr/client_v2 copying build/lib/copr/client_v2/__init__.py -> /builddir/build/BUILDROOT/python-copr-1.112-1.el8.noarch/usr/lib/python3.6/site-packages/copr/client_v2 copying build/lib/copr/client_v2/client.py -> /builddir/build/BUILDROOT/python-copr-1.112-1.el8.noarch/usr/lib/python3.6/site-packages/copr/client_v2 copying build/lib/copr/client_v2/common.py -> /builddir/build/BUILDROOT/python-copr-1.112-1.el8.noarch/usr/lib/python3.6/site-packages/copr/client_v2 copying build/lib/copr/client_v2/entities.py -> /builddir/build/BUILDROOT/python-copr-1.112-1.el8.noarch/usr/lib/python3.6/site-packages/copr/client_v2 copying build/lib/copr/client_v2/handlers.py -> /builddir/build/BUILDROOT/python-copr-1.112-1.el8.noarch/usr/lib/python3.6/site-packages/copr/client_v2 copying build/lib/copr/client_v2/net_client.py -> /builddir/build/BUILDROOT/python-copr-1.112-1.el8.noarch/usr/lib/python3.6/site-packages/copr/client_v2 copying build/lib/copr/client_v2/resources.py -> /builddir/build/BUILDROOT/python-copr-1.112-1.el8.noarch/usr/lib/python3.6/site-packages/copr/client_v2 copying build/lib/copr/client_v2/schemas.py -> /builddir/build/BUILDROOT/python-copr-1.112-1.el8.noarch/usr/lib/python3.6/site-packages/copr/client_v2 copying build/lib/copr/client_v2/tools.py -> /builddir/build/BUILDROOT/python-copr-1.112-1.el8.noarch/usr/lib/python3.6/site-packages/copr/client_v2 creating /builddir/build/BUILDROOT/python-copr-1.112-1.el8.noarch/usr/lib/python3.6/site-packages/copr/test copying build/lib/copr/test/__init__.py -> /builddir/build/BUILDROOT/python-copr-1.112-1.el8.noarch/usr/lib/python3.6/site-packages/copr/test creating /builddir/build/BUILDROOT/python-copr-1.112-1.el8.noarch/usr/lib/python3.6/site-packages/copr/test/client_v2 copying build/lib/copr/test/client_v2/test_client.py -> /builddir/build/BUILDROOT/python-copr-1.112-1.el8.noarch/usr/lib/python3.6/site-packages/copr/test/client_v2 copying build/lib/copr/test/client_v2/test_entities.py -> /builddir/build/BUILDROOT/python-copr-1.112-1.el8.noarch/usr/lib/python3.6/site-packages/copr/test/client_v2 copying build/lib/copr/test/client_v2/test_handlers.py -> /builddir/build/BUILDROOT/python-copr-1.112-1.el8.noarch/usr/lib/python3.6/site-packages/copr/test/client_v2 copying build/lib/copr/test/client_v2/test_net_client.py -> /builddir/build/BUILDROOT/python-copr-1.112-1.el8.noarch/usr/lib/python3.6/site-packages/copr/test/client_v2 creating /builddir/build/BUILDROOT/python-copr-1.112-1.el8.noarch/usr/lib/python3.6/site-packages/copr/test/client_v3 copying build/lib/copr/test/client_v3/test_builds.py -> /builddir/build/BUILDROOT/python-copr-1.112-1.el8.noarch/usr/lib/python3.6/site-packages/copr/test/client_v3 copying build/lib/copr/test/client_v3/test_general.py -> /builddir/build/BUILDROOT/python-copr-1.112-1.el8.noarch/usr/lib/python3.6/site-packages/copr/test/client_v3 copying build/lib/copr/test/client_v3/test_helpers.py -> /builddir/build/BUILDROOT/python-copr-1.112-1.el8.noarch/usr/lib/python3.6/site-packages/copr/test/client_v3 copying build/lib/copr/test/client_v3/test_modules.py -> /builddir/build/BUILDROOT/python-copr-1.112-1.el8.noarch/usr/lib/python3.6/site-packages/copr/test/client_v3 copying build/lib/copr/test/client_v3/test_packages.py -> /builddir/build/BUILDROOT/python-copr-1.112-1.el8.noarch/usr/lib/python3.6/site-packages/copr/test/client_v3 copying build/lib/copr/test/client_v3/test_requests.py -> /builddir/build/BUILDROOT/python-copr-1.112-1.el8.noarch/usr/lib/python3.6/site-packages/copr/test/client_v3 creating /builddir/build/BUILDROOT/python-copr-1.112-1.el8.noarch/usr/lib/python3.6/site-packages/copr/test/resources copying build/lib/copr/test/resources/build_config.200.json -> /builddir/build/BUILDROOT/python-copr-1.112-1.el8.noarch/usr/lib/python3.6/site-packages/copr/test/resources copying build/lib/copr/test/resources/build_details.200.json -> /builddir/build/BUILDROOT/python-copr-1.112-1.el8.noarch/usr/lib/python3.6/site-packages/copr/test/resources copying build/lib/copr/test/resources/copr_cli.conf -> /builddir/build/BUILDROOT/python-copr-1.112-1.el8.noarch/usr/lib/python3.6/site-packages/copr/test/resources copying build/lib/copr/test/resources/projects_list.200.json -> /builddir/build/BUILDROOT/python-copr-1.112-1.el8.noarch/usr/lib/python3.6/site-packages/copr/test/resources creating /builddir/build/BUILDROOT/python-copr-1.112-1.el8.noarch/usr/lib/python3.6/site-packages/copr/v3 copying build/lib/copr/v3/__init__.py -> /builddir/build/BUILDROOT/python-copr-1.112-1.el8.noarch/usr/lib/python3.6/site-packages/copr/v3 copying build/lib/copr/v3/client.py -> /builddir/build/BUILDROOT/python-copr-1.112-1.el8.noarch/usr/lib/python3.6/site-packages/copr/v3 copying build/lib/copr/v3/exceptions.py -> /builddir/build/BUILDROOT/python-copr-1.112-1.el8.noarch/usr/lib/python3.6/site-packages/copr/v3 copying build/lib/copr/v3/helpers.py -> /builddir/build/BUILDROOT/python-copr-1.112-1.el8.noarch/usr/lib/python3.6/site-packages/copr/v3 copying build/lib/copr/v3/pagination.py -> /builddir/build/BUILDROOT/python-copr-1.112-1.el8.noarch/usr/lib/python3.6/site-packages/copr/v3 copying build/lib/copr/v3/requests.py -> /builddir/build/BUILDROOT/python-copr-1.112-1.el8.noarch/usr/lib/python3.6/site-packages/copr/v3 creating /builddir/build/BUILDROOT/python-copr-1.112-1.el8.noarch/usr/lib/python3.6/site-packages/copr/v3/proxies copying build/lib/copr/v3/proxies/__init__.py -> /builddir/build/BUILDROOT/python-copr-1.112-1.el8.noarch/usr/lib/python3.6/site-packages/copr/v3/proxies copying build/lib/copr/v3/proxies/build.py -> /builddir/build/BUILDROOT/python-copr-1.112-1.el8.noarch/usr/lib/python3.6/site-packages/copr/v3/proxies copying build/lib/copr/v3/proxies/build_chroot.py -> /builddir/build/BUILDROOT/python-copr-1.112-1.el8.noarch/usr/lib/python3.6/site-packages/copr/v3/proxies copying build/lib/copr/v3/proxies/mock_chroot.py -> /builddir/build/BUILDROOT/python-copr-1.112-1.el8.noarch/usr/lib/python3.6/site-packages/copr/v3/proxies copying build/lib/copr/v3/proxies/module.py -> /builddir/build/BUILDROOT/python-copr-1.112-1.el8.noarch/usr/lib/python3.6/site-packages/copr/v3/proxies copying build/lib/copr/v3/proxies/package.py -> /builddir/build/BUILDROOT/python-copr-1.112-1.el8.noarch/usr/lib/python3.6/site-packages/copr/v3/proxies copying build/lib/copr/v3/proxies/project.py -> /builddir/build/BUILDROOT/python-copr-1.112-1.el8.noarch/usr/lib/python3.6/site-packages/copr/v3/proxies copying build/lib/copr/v3/proxies/project_chroot.py -> /builddir/build/BUILDROOT/python-copr-1.112-1.el8.noarch/usr/lib/python3.6/site-packages/copr/v3/proxies copying build/lib/copr/v3/proxies/webhook.py -> /builddir/build/BUILDROOT/python-copr-1.112-1.el8.noarch/usr/lib/python3.6/site-packages/copr/v3/proxies copying build/lib/copr/README.rst -> /builddir/build/BUILDROOT/python-copr-1.112-1.el8.noarch/usr/lib/python3.6/site-packages/copr byte-compiling /builddir/build/BUILDROOT/python-copr-1.112-1.el8.noarch/usr/lib/python3.6/site-packages/copr/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-copr-1.112-1.el8.noarch/usr/lib/python3.6/site-packages/copr/exceptions.py to exceptions.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-copr-1.112-1.el8.noarch/usr/lib/python3.6/site-packages/copr/util.py to util.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-copr-1.112-1.el8.noarch/usr/lib/python3.6/site-packages/copr/client_v2/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-copr-1.112-1.el8.noarch/usr/lib/python3.6/site-packages/copr/client_v2/client.py to client.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-copr-1.112-1.el8.noarch/usr/lib/python3.6/site-packages/copr/client_v2/common.py to common.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-copr-1.112-1.el8.noarch/usr/lib/python3.6/site-packages/copr/client_v2/entities.py to entities.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-copr-1.112-1.el8.noarch/usr/lib/python3.6/site-packages/copr/client_v2/handlers.py to handlers.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-copr-1.112-1.el8.noarch/usr/lib/python3.6/site-packages/copr/client_v2/net_client.py to net_client.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-copr-1.112-1.el8.noarch/usr/lib/python3.6/site-packages/copr/client_v2/resources.py to resources.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-copr-1.112-1.el8.noarch/usr/lib/python3.6/site-packages/copr/client_v2/schemas.py to schemas.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-copr-1.112-1.el8.noarch/usr/lib/python3.6/site-packages/copr/client_v2/tools.py to tools.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-copr-1.112-1.el8.noarch/usr/lib/python3.6/site-packages/copr/test/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-copr-1.112-1.el8.noarch/usr/lib/python3.6/site-packages/copr/test/client_v2/test_client.py to test_client.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-copr-1.112-1.el8.noarch/usr/lib/python3.6/site-packages/copr/test/client_v2/test_entities.py to test_entities.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-copr-1.112-1.el8.noarch/usr/lib/python3.6/site-packages/copr/test/client_v2/test_handlers.py to test_handlers.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-copr-1.112-1.el8.noarch/usr/lib/python3.6/site-packages/copr/test/client_v2/test_net_client.py to test_net_client.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-copr-1.112-1.el8.noarch/usr/lib/python3.6/site-packages/copr/test/client_v3/test_builds.py to test_builds.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-copr-1.112-1.el8.noarch/usr/lib/python3.6/site-packages/copr/test/client_v3/test_general.py to test_general.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-copr-1.112-1.el8.noarch/usr/lib/python3.6/site-packages/copr/test/client_v3/test_helpers.py to test_helpers.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-copr-1.112-1.el8.noarch/usr/lib/python3.6/site-packages/copr/test/client_v3/test_modules.py to test_modules.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-copr-1.112-1.el8.noarch/usr/lib/python3.6/site-packages/copr/test/client_v3/test_packages.py to test_packages.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-copr-1.112-1.el8.noarch/usr/lib/python3.6/site-packages/copr/test/client_v3/test_requests.py to test_requests.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-copr-1.112-1.el8.noarch/usr/lib/python3.6/site-packages/copr/v3/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-copr-1.112-1.el8.noarch/usr/lib/python3.6/site-packages/copr/v3/client.py to client.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-copr-1.112-1.el8.noarch/usr/lib/python3.6/site-packages/copr/v3/exceptions.py to exceptions.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-copr-1.112-1.el8.noarch/usr/lib/python3.6/site-packages/copr/v3/helpers.py to helpers.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-copr-1.112-1.el8.noarch/usr/lib/python3.6/site-packages/copr/v3/pagination.py to pagination.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-copr-1.112-1.el8.noarch/usr/lib/python3.6/site-packages/copr/v3/requests.py to requests.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-copr-1.112-1.el8.noarch/usr/lib/python3.6/site-packages/copr/v3/proxies/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-copr-1.112-1.el8.noarch/usr/lib/python3.6/site-packages/copr/v3/proxies/build.py to build.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-copr-1.112-1.el8.noarch/usr/lib/python3.6/site-packages/copr/v3/proxies/build_chroot.py to build_chroot.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-copr-1.112-1.el8.noarch/usr/lib/python3.6/site-packages/copr/v3/proxies/mock_chroot.py to mock_chroot.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-copr-1.112-1.el8.noarch/usr/lib/python3.6/site-packages/copr/v3/proxies/module.py to module.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-copr-1.112-1.el8.noarch/usr/lib/python3.6/site-packages/copr/v3/proxies/package.py to package.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-copr-1.112-1.el8.noarch/usr/lib/python3.6/site-packages/copr/v3/proxies/project.py to project.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-copr-1.112-1.el8.noarch/usr/lib/python3.6/site-packages/copr/v3/proxies/project_chroot.py to project_chroot.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-copr-1.112-1.el8.noarch/usr/lib/python3.6/site-packages/copr/v3/proxies/webhook.py to webhook.cpython-36.pyc writing byte-compilation script '/tmp/tmpu_u41fth.py' /usr/bin/python3.6 /tmp/tmpu_u41fth.py removing /tmp/tmpu_u41fth.py running install_egg_info running egg_info writing copr.egg-info/PKG-INFO writing dependency_links to copr.egg-info/dependency_links.txt writing requirements to copr.egg-info/requires.txt writing top-level names to copr.egg-info/top_level.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 'copr/test/' warning: no files found matching 'README*' under directory 'copr/test/' writing manifest file 'copr.egg-info/SOURCES.txt' Copying copr.egg-info to /builddir/build/BUILDROOT/python-copr-1.112-1.el8.noarch/usr/lib/python3.6/site-packages/copr-1.112-py3.6.egg-info running install_scripts + find /builddir/build/BUILDROOT/python-copr-1.112-1.el8.noarch -name '*.exe' -delete + install -d /builddir/build/BUILDROOT/python-copr-1.112-1.el8.noarch/usr/share/doc/python-copr + cp -a docs/_build/html /builddir/build/BUILDROOT/python-copr-1.112-1.el8.noarch/usr/share/doc/python-copr/ + /usr/lib/rpm/find-debuginfo.sh -j6 --strict-build-id -m -i --build-id-seed 1.112-1.el8 --unique-debug-suffix -1.112-1.el8.noarch --unique-debug-src-base python-copr-1.112-1.el8.noarch --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /builddir/build/BUILD/python-copr-1.112 find: 'debug': No such file or directory + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-ldconfig /sbin/ldconfig: Warning: ignoring configuration file that cannot be opened: /etc/ld.so.conf: No such file or directory + /usr/lib/rpm/brp-compress + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/brp-python-bytecompile '' 1 Bytecompiling .py files below /builddir/build/BUILDROOT/python-copr-1.112-1.el8.noarch/usr/lib/python3.6 using /usr/libexec/platform-python + /usr/lib/rpm/brp-python-hardlink + PYTHON3=/usr/bin/python3.6 + /usr/lib/rpm/redhat/brp-mangle-shebangs Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.obUSya + umask 022 + cd /builddir/build/BUILD + cd python-copr-1.112 + /usr/bin/python3.6 -m pytest -vv copr/test ============================= test session starts ============================== platform linux -- Python 3.6.8, pytest-3.4.2, py-1.5.3, pluggy-0.6.0 -- /usr/bin/python3.6 cachedir: .pytest_cache rootdir: /builddir/build/BUILD/python-copr-1.112, inifile: collecting ... collected 33 items copr/test/client_v2/test_client.py::TestClientV2::test_create_from_empty_params PASSED [ 3%] copr/test/client_v2/test_client.py::TestClientV2::test_create_from_params PASSED [ 6%] copr/test/client_v2/test_client.py::TestClientV2::test_post_init PASSED [ 9%] copr/test/client_v2/test_client.py::TestClientV2::test_fixture_tc PASSED [ 12%] copr/test/client_v2/test_entities.py::TestEntities::test_from_dict PASSED [ 15%] copr/test/client_v2/test_entities.py::TestEntities::test_to_dict PASSED [ 18%] copr/test/client_v2/test_entities.py::TestEntities::test_to_json PASSED [ 21%] copr/test/client_v2/test_handlers.py::TestProjectHandle::test_get_one PASSED [ 24%] copr/test/client_v2/test_handlers.py::TestProjectHandle::test_get_list PASSED [ 27%] copr/test/client_v2/test_handlers.py::TestProjectHandle::test_get_list_pass_options PASSED [ 30%] copr/test/client_v2/test_handlers.py::TestProjectHandle::test_get_self PASSED [ 33%] copr/test/client_v2/test_handlers.py::TestProjectHandle::test_update PASSED [ 36%] copr/test/client_v2/test_handlers.py::TestProjectHandle::test_delete PASSED [ 39%] copr/test/client_v2/test_net_client.py::TestNetClient::test_get_simple PASSED [ 42%] copr/test/client_v2/test_net_client.py::TestNetClient::test_unsupported_method PASSED [ 45%] copr/test/client_v3/test_builds.py::TestBuildProxy::test_get PASSED [ 48%] copr/test/client_v3/test_builds.py::test_build_distgit PASSED [ 51%] copr/test/client_v3/test_general.py::TestBaseProxy::test_api_base_url PASSED [ 54%] copr/test/client_v3/test_helpers.py::TestHelpers::test_succeeded PASSED [ 57%] copr/test/client_v3/test_helpers.py::TestWait::test_wait PASSED [ 60%] copr/test/client_v3/test_helpers.py::TestWait::test_wait_list PASSED [ 63%] copr/test/client_v3/test_helpers.py::TestWait::test_wait_custom_list PASSED [ 66%] copr/test/client_v3/test_helpers.py::TestWait::test_wait_timeout PASSED [ 69%] copr/test/client_v3/test_helpers.py::TestWait::test_wait_callback PASSED [ 72%] copr/test/client_v3/test_modules.py::TestModuleProxy::test_module_dist_git_choice_url[None] PASSED [ 75%] copr/test/client_v3/test_modules.py::TestModuleProxy::test_module_dist_git_choice_url[fedora] PASSED [ 78%] copr/test/client_v3/test_modules.py::TestModuleProxy::test_module_dist_git_choice_upload[None] PASSED [ 81%] copr/test/client_v3/test_modules.py::TestModuleProxy::test_module_dist_git_choice_upload[fedora] PASSED [ 84%] copr/test/client_v3/test_packages.py::test_package_distgit[add] PASSED [ 87%] copr/test/client_v3/test_packages.py::test_package_distgit[edit] PASSED [ 90%] copr/test/client_v3/test_requests.py::TestResponse::test_munchify PASSED [ 93%] copr/test/client_v3/test_requests.py::TestRequest::test_endpoint_url PASSED [ 96%] copr/test/client_v3/test_requests.py::TestRequest::test_send PASSED [100%] =============================== warnings summary =============================== copr/test/client_v2/test_client.py::TestClientV2::()::test_create_from_empty_params /builddir/build/BUILD/python-copr-1.112/copr/client_v2/client.py:110: FutureWarning: You are using Copr's deprecated APIv2. Please migrate to APIv3. See https://python-copr.readthedocs.io/en/latest/ClientV3.html FutureWarning) copr/test/client_v2/test_client.py::TestClientV2::()::test_create_from_params /builddir/build/BUILD/python-copr-1.112/copr/client_v2/client.py:110: FutureWarning: You are using Copr's deprecated APIv2. Please migrate to APIv3. See https://python-copr.readthedocs.io/en/latest/ClientV3.html FutureWarning) copr/test/client_v2/test_client.py::TestClientV2::()::test_post_init /builddir/build/BUILD/python-copr-1.112/copr/client_v2/client.py:110: FutureWarning: You are using Copr's deprecated APIv2. Please migrate to APIv3. See https://python-copr.readthedocs.io/en/latest/ClientV3.html FutureWarning) copr/test/client_v2/test_client.py::TestClientV2::()::test_fixture_tc /builddir/build/BUILD/python-copr-1.112/copr/client_v2/client.py:110: FutureWarning: You are using Copr's deprecated APIv2. Please migrate to APIv3. See https://python-copr.readthedocs.io/en/latest/ClientV3.html FutureWarning) -- Docs: http://doc.pytest.org/en/latest/warnings.html ==================== 33 passed, 4 warnings in 0.26 seconds ===================== + exit 0 Processing files: python3-copr-1.112-1.el8.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.eMmCd9 + umask 022 + cd /builddir/build/BUILD + cd python-copr-1.112 + DOCDIR=/builddir/build/BUILDROOT/python-copr-1.112-1.el8.noarch/usr/share/doc/python3-copr + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-copr-1.112-1.el8.noarch/usr/share/doc/python3-copr + cp -pr README.rst /builddir/build/BUILDROOT/python-copr-1.112-1.el8.noarch/usr/share/doc/python3-copr + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.aYX3ub + umask 022 + cd /builddir/build/BUILD + cd python-copr-1.112 + LICENSEDIR=/builddir/build/BUILDROOT/python-copr-1.112-1.el8.noarch/usr/share/licenses/python3-copr + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-copr-1.112-1.el8.noarch/usr/share/licenses/python3-copr + cp -pr LICENSE /builddir/build/BUILDROOT/python-copr-1.112-1.el8.noarch/usr/share/licenses/python3-copr + exit 0 Provides: python3-copr = 1.112-1.el8 python3.6dist(copr) = 1.112 python3dist(copr) = 1.112 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) = 3.6 python3.6dist(marshmallow) python3.6dist(munch) python3.6dist(requests) python3.6dist(requests-toolbelt) python3.6dist(six) Processing files: python-copr-doc-1.112-1.el8.noarch Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.tO10g8 + umask 022 + cd /builddir/build/BUILD + cd python-copr-1.112 + LICENSEDIR=/builddir/build/BUILDROOT/python-copr-1.112-1.el8.noarch/usr/share/licenses/python-copr-doc + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-copr-1.112-1.el8.noarch/usr/share/licenses/python-copr-doc + cp -pr LICENSE /builddir/build/BUILDROOT/python-copr-1.112-1.el8.noarch/usr/share/licenses/python-copr-doc + exit 0 Provides: python-copr-doc = 1.112-1.el8 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.112-1.el8.noarch Wrote: /builddir/build/RPMS/python3-copr-1.112-1.el8.noarch.rpm Wrote: /builddir/build/RPMS/python-copr-doc-1.112-1.el8.noarch.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.OghyT9 + umask 022 + cd /builddir/build/BUILD + cd python-copr-1.112 + /usr/bin/rm -rf /builddir/build/BUILDROOT/python-copr-1.112-1.el8.noarch + exit 0 Child return code was: 0