Mock Version: 3.5 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target x86_64 --nodeps /builddir/build/SPECS/python-treq.spec'], chrootPath='/var/lib/mock/rhel+epel-9-x86_64-1682266687.953193/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=FalseprintOutput=True) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target x86_64 --nodeps /builddir/build/SPECS/python-treq.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 setting SOURCE_DATE_EPOCH=1627344000 Wrote: /builddir/build/SRPMS/python-treq-21.5.0-2.el9.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-treq.spec'], chrootPath='/var/lib/mock/rhel+epel-9-x86_64-1682266687.953193/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=FalseprintOutput=True) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target x86_64 --nodeps /builddir/build/SPECS/python-treq.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 setting SOURCE_DATE_EPOCH=1627344000 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.B11bSx + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf treq-21.5.0 + /usr/bin/gzip -dc /builddir/build/SOURCES/treq-21.5.0.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd treq-21.5.0 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + rm -rf treq.egg-info + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.EMFXex + umask 022 + cd /builddir/build/BUILD + cd treq-21.5.0 + CFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=x86-64-v2 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection' + LDFLAGS='-Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 ' + /usr/bin/python3 setup.py build '--executable=/usr/bin/python3 -s' running build running build_py creating build creating build/lib creating build/lib/treq copying src/treq/testing.py -> build/lib/treq copying src/treq/response.py -> build/lib/treq copying src/treq/multipart.py -> build/lib/treq copying src/treq/content.py -> build/lib/treq copying src/treq/client.py -> build/lib/treq copying src/treq/auth.py -> build/lib/treq copying src/treq/api.py -> build/lib/treq copying src/treq/_version.py -> build/lib/treq copying src/treq/_agentspy.py -> build/lib/treq copying src/treq/__init__.py -> build/lib/treq creating build/lib/treq/test copying src/treq/test/util.py -> build/lib/treq/test copying src/treq/test/test_treq_integration.py -> build/lib/treq/test copying src/treq/test/test_testing.py -> build/lib/treq/test copying src/treq/test/test_response.py -> build/lib/treq/test copying src/treq/test/test_multipart.py -> build/lib/treq/test copying src/treq/test/test_content.py -> build/lib/treq/test copying src/treq/test/test_client.py -> build/lib/treq/test copying src/treq/test/test_auth.py -> build/lib/treq/test copying src/treq/test/test_api.py -> build/lib/treq/test copying src/treq/test/test_agentspy.py -> build/lib/treq/test copying src/treq/test/__init__.py -> build/lib/treq/test creating build/lib/treq/test/local_httpbin copying src/treq/test/local_httpbin/shared.py -> build/lib/treq/test/local_httpbin copying src/treq/test/local_httpbin/parent.py -> build/lib/treq/test/local_httpbin copying src/treq/test/local_httpbin/child.py -> build/lib/treq/test/local_httpbin copying src/treq/test/local_httpbin/__init__.py -> build/lib/treq/test/local_httpbin creating build/lib/treq/test/local_httpbin/test copying src/treq/test/local_httpbin/test/test_shared.py -> build/lib/treq/test/local_httpbin/test copying src/treq/test/local_httpbin/test/test_parent.py -> build/lib/treq/test/local_httpbin/test copying src/treq/test/local_httpbin/test/test_child.py -> build/lib/treq/test/local_httpbin/test copying src/treq/test/local_httpbin/test/__init__.py -> build/lib/treq/test/local_httpbin/test + export 'PYTHONPATH=%{python2_sitelib}:/usr/lib/python3.9/site-packages:src' + PYTHONPATH='%{python2_sitelib}:/usr/lib/python3.9/site-packages:src' + sphinx-build docs html Running Sphinx v4.4.0 making output directory... done loading intersphinx inventory from https://docs.python.org/3/objects.inv... loading intersphinx inventory from https://twistedmatrix.com/documents/current/api/objects.inv... loading intersphinx inventory from https://hyperlink.readthedocs.io/en/latest/objects.inv... WARNING: failed to reach any of the inventories with the following issues: intersphinx inventory 'https://twistedmatrix.com/documents/current/api/objects.inv' not fetchable due to : 404 Client Error: Not Found for url: https://twisted.org/documents/current/api/objects.inv building [mo]: targets for 0 po files that are out of date building [html]: targets for 5 source files that are out of date updating environment: [new config] 5 added, 0 changed, 0 removed reading sources... [ 20%] api reading sources... [ 40%] changelog reading sources... [ 60%] howto reading sources... [ 80%] index reading sources... [100%] testing looking for now-outdated files... none found pickling environment... done checking consistency... done preparing documents... done writing output... [ 20%] api writing output... [ 40%] changelog writing output... [ 60%] howto writing output... [ 80%] index writing output... [100%] testing generating indices... CHANGELOG.rst:137: WARNING: 'any' reference target not found: twisted.web.server.Site genindex py-modindex done highlighting module code... [ 14%] treq.api highlighting module code... [ 28%] treq.auth highlighting module code... [ 42%] treq.client highlighting module code... [ 57%] treq.content highlighting module code... [ 71%] treq.multipart highlighting module code... [ 85%] treq.response highlighting module code... [100%] treq.testing writing additional pages... search done copying downloadable files... [ 7%] examples/download_file.py copying downloadable files... [ 15%] examples/basic_url.py copying downloadable files... [ 23%] examples/query_params.py copying downloadable files... [ 30%] examples/json_post.py copying downloadable files... [ 38%] examples/basic_auth.py copying downloadable files... [ 46%] examples/redirects.py copying downloadable files... [ 53%] examples/disable_redirects.py copying downloadable files... [ 61%] examples/response_history.py copying downloadable files... [ 69%] examples/using_cookies.py copying downloadable files... [ 76%] examples/custom_agent.py copying downloadable files... [ 84%] examples/basic_get.py copying downloadable files... [ 92%] examples/basic_post.py copying downloadable files... [100%] examples/testing_seq.py copying static files... done copying extra files... done dumping search index in English (code: en)... done dumping object inventory... done build succeeded, 2 warnings. The HTML pages are in html. + rm -rf html/.doctrees html/.buildinfo + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.zzywQ9 + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/python-treq-21.5.0-2.el9.x86_64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/python-treq-21.5.0-2.el9.x86_64 ++ dirname /builddir/build/BUILDROOT/python-treq-21.5.0-2.el9.x86_64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/python-treq-21.5.0-2.el9.x86_64 + cd treq-21.5.0 + CFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=x86-64-v2 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection' + LDFLAGS='-Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 ' + /usr/bin/python3 setup.py install -O1 --skip-build --root /builddir/build/BUILDROOT/python-treq-21.5.0-2.el9.x86_64 running install running install_lib creating /builddir/build/BUILDROOT/python-treq-21.5.0-2.el9.x86_64/usr creating /builddir/build/BUILDROOT/python-treq-21.5.0-2.el9.x86_64/usr/lib creating /builddir/build/BUILDROOT/python-treq-21.5.0-2.el9.x86_64/usr/lib/python3.9 creating /builddir/build/BUILDROOT/python-treq-21.5.0-2.el9.x86_64/usr/lib/python3.9/site-packages creating /builddir/build/BUILDROOT/python-treq-21.5.0-2.el9.x86_64/usr/lib/python3.9/site-packages/treq creating /builddir/build/BUILDROOT/python-treq-21.5.0-2.el9.x86_64/usr/lib/python3.9/site-packages/treq/test creating /builddir/build/BUILDROOT/python-treq-21.5.0-2.el9.x86_64/usr/lib/python3.9/site-packages/treq/test/local_httpbin creating /builddir/build/BUILDROOT/python-treq-21.5.0-2.el9.x86_64/usr/lib/python3.9/site-packages/treq/test/local_httpbin/test copying build/lib/treq/test/local_httpbin/test/__init__.py -> /builddir/build/BUILDROOT/python-treq-21.5.0-2.el9.x86_64/usr/lib/python3.9/site-packages/treq/test/local_httpbin/test copying build/lib/treq/test/local_httpbin/test/test_child.py -> /builddir/build/BUILDROOT/python-treq-21.5.0-2.el9.x86_64/usr/lib/python3.9/site-packages/treq/test/local_httpbin/test copying build/lib/treq/test/local_httpbin/test/test_parent.py -> /builddir/build/BUILDROOT/python-treq-21.5.0-2.el9.x86_64/usr/lib/python3.9/site-packages/treq/test/local_httpbin/test copying build/lib/treq/test/local_httpbin/test/test_shared.py -> /builddir/build/BUILDROOT/python-treq-21.5.0-2.el9.x86_64/usr/lib/python3.9/site-packages/treq/test/local_httpbin/test copying build/lib/treq/test/local_httpbin/__init__.py -> /builddir/build/BUILDROOT/python-treq-21.5.0-2.el9.x86_64/usr/lib/python3.9/site-packages/treq/test/local_httpbin copying build/lib/treq/test/local_httpbin/child.py -> /builddir/build/BUILDROOT/python-treq-21.5.0-2.el9.x86_64/usr/lib/python3.9/site-packages/treq/test/local_httpbin copying build/lib/treq/test/local_httpbin/parent.py -> /builddir/build/BUILDROOT/python-treq-21.5.0-2.el9.x86_64/usr/lib/python3.9/site-packages/treq/test/local_httpbin copying build/lib/treq/test/local_httpbin/shared.py -> /builddir/build/BUILDROOT/python-treq-21.5.0-2.el9.x86_64/usr/lib/python3.9/site-packages/treq/test/local_httpbin copying build/lib/treq/test/__init__.py -> /builddir/build/BUILDROOT/python-treq-21.5.0-2.el9.x86_64/usr/lib/python3.9/site-packages/treq/test copying build/lib/treq/test/test_agentspy.py -> /builddir/build/BUILDROOT/python-treq-21.5.0-2.el9.x86_64/usr/lib/python3.9/site-packages/treq/test copying build/lib/treq/test/test_api.py -> /builddir/build/BUILDROOT/python-treq-21.5.0-2.el9.x86_64/usr/lib/python3.9/site-packages/treq/test copying build/lib/treq/test/test_auth.py -> /builddir/build/BUILDROOT/python-treq-21.5.0-2.el9.x86_64/usr/lib/python3.9/site-packages/treq/test copying build/lib/treq/test/test_client.py -> /builddir/build/BUILDROOT/python-treq-21.5.0-2.el9.x86_64/usr/lib/python3.9/site-packages/treq/test copying build/lib/treq/test/test_content.py -> /builddir/build/BUILDROOT/python-treq-21.5.0-2.el9.x86_64/usr/lib/python3.9/site-packages/treq/test copying build/lib/treq/test/test_multipart.py -> /builddir/build/BUILDROOT/python-treq-21.5.0-2.el9.x86_64/usr/lib/python3.9/site-packages/treq/test copying build/lib/treq/test/test_response.py -> /builddir/build/BUILDROOT/python-treq-21.5.0-2.el9.x86_64/usr/lib/python3.9/site-packages/treq/test copying build/lib/treq/test/test_testing.py -> /builddir/build/BUILDROOT/python-treq-21.5.0-2.el9.x86_64/usr/lib/python3.9/site-packages/treq/test copying build/lib/treq/test/test_treq_integration.py -> /builddir/build/BUILDROOT/python-treq-21.5.0-2.el9.x86_64/usr/lib/python3.9/site-packages/treq/test copying build/lib/treq/test/util.py -> /builddir/build/BUILDROOT/python-treq-21.5.0-2.el9.x86_64/usr/lib/python3.9/site-packages/treq/test copying build/lib/treq/__init__.py -> /builddir/build/BUILDROOT/python-treq-21.5.0-2.el9.x86_64/usr/lib/python3.9/site-packages/treq copying build/lib/treq/_agentspy.py -> /builddir/build/BUILDROOT/python-treq-21.5.0-2.el9.x86_64/usr/lib/python3.9/site-packages/treq copying build/lib/treq/_version.py -> /builddir/build/BUILDROOT/python-treq-21.5.0-2.el9.x86_64/usr/lib/python3.9/site-packages/treq copying build/lib/treq/api.py -> /builddir/build/BUILDROOT/python-treq-21.5.0-2.el9.x86_64/usr/lib/python3.9/site-packages/treq copying build/lib/treq/auth.py -> /builddir/build/BUILDROOT/python-treq-21.5.0-2.el9.x86_64/usr/lib/python3.9/site-packages/treq copying build/lib/treq/client.py -> /builddir/build/BUILDROOT/python-treq-21.5.0-2.el9.x86_64/usr/lib/python3.9/site-packages/treq copying build/lib/treq/content.py -> /builddir/build/BUILDROOT/python-treq-21.5.0-2.el9.x86_64/usr/lib/python3.9/site-packages/treq copying build/lib/treq/multipart.py -> /builddir/build/BUILDROOT/python-treq-21.5.0-2.el9.x86_64/usr/lib/python3.9/site-packages/treq copying build/lib/treq/response.py -> /builddir/build/BUILDROOT/python-treq-21.5.0-2.el9.x86_64/usr/lib/python3.9/site-packages/treq copying build/lib/treq/testing.py -> /builddir/build/BUILDROOT/python-treq-21.5.0-2.el9.x86_64/usr/lib/python3.9/site-packages/treq byte-compiling /builddir/build/BUILDROOT/python-treq-21.5.0-2.el9.x86_64/usr/lib/python3.9/site-packages/treq/test/local_httpbin/test/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-treq-21.5.0-2.el9.x86_64/usr/lib/python3.9/site-packages/treq/test/local_httpbin/test/test_child.py to test_child.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-treq-21.5.0-2.el9.x86_64/usr/lib/python3.9/site-packages/treq/test/local_httpbin/test/test_parent.py to test_parent.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-treq-21.5.0-2.el9.x86_64/usr/lib/python3.9/site-packages/treq/test/local_httpbin/test/test_shared.py to test_shared.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-treq-21.5.0-2.el9.x86_64/usr/lib/python3.9/site-packages/treq/test/local_httpbin/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-treq-21.5.0-2.el9.x86_64/usr/lib/python3.9/site-packages/treq/test/local_httpbin/child.py to child.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-treq-21.5.0-2.el9.x86_64/usr/lib/python3.9/site-packages/treq/test/local_httpbin/parent.py to parent.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-treq-21.5.0-2.el9.x86_64/usr/lib/python3.9/site-packages/treq/test/local_httpbin/shared.py to shared.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-treq-21.5.0-2.el9.x86_64/usr/lib/python3.9/site-packages/treq/test/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-treq-21.5.0-2.el9.x86_64/usr/lib/python3.9/site-packages/treq/test/test_agentspy.py to test_agentspy.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-treq-21.5.0-2.el9.x86_64/usr/lib/python3.9/site-packages/treq/test/test_api.py to test_api.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-treq-21.5.0-2.el9.x86_64/usr/lib/python3.9/site-packages/treq/test/test_auth.py to test_auth.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-treq-21.5.0-2.el9.x86_64/usr/lib/python3.9/site-packages/treq/test/test_client.py to test_client.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-treq-21.5.0-2.el9.x86_64/usr/lib/python3.9/site-packages/treq/test/test_content.py to test_content.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-treq-21.5.0-2.el9.x86_64/usr/lib/python3.9/site-packages/treq/test/test_multipart.py to test_multipart.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-treq-21.5.0-2.el9.x86_64/usr/lib/python3.9/site-packages/treq/test/test_response.py to test_response.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-treq-21.5.0-2.el9.x86_64/usr/lib/python3.9/site-packages/treq/test/test_testing.py to test_testing.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-treq-21.5.0-2.el9.x86_64/usr/lib/python3.9/site-packages/treq/test/test_treq_integration.py to test_treq_integration.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-treq-21.5.0-2.el9.x86_64/usr/lib/python3.9/site-packages/treq/test/util.py to util.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-treq-21.5.0-2.el9.x86_64/usr/lib/python3.9/site-packages/treq/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-treq-21.5.0-2.el9.x86_64/usr/lib/python3.9/site-packages/treq/_agentspy.py to _agentspy.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-treq-21.5.0-2.el9.x86_64/usr/lib/python3.9/site-packages/treq/_version.py to _version.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-treq-21.5.0-2.el9.x86_64/usr/lib/python3.9/site-packages/treq/api.py to api.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-treq-21.5.0-2.el9.x86_64/usr/lib/python3.9/site-packages/treq/auth.py to auth.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-treq-21.5.0-2.el9.x86_64/usr/lib/python3.9/site-packages/treq/client.py to client.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-treq-21.5.0-2.el9.x86_64/usr/lib/python3.9/site-packages/treq/content.py to content.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-treq-21.5.0-2.el9.x86_64/usr/lib/python3.9/site-packages/treq/multipart.py to multipart.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-treq-21.5.0-2.el9.x86_64/usr/lib/python3.9/site-packages/treq/response.py to response.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-treq-21.5.0-2.el9.x86_64/usr/lib/python3.9/site-packages/treq/testing.py to testing.cpython-39.pyc writing byte-compilation script '/tmp/tmpou9ecoay.py' /usr/bin/python3 /tmp/tmpou9ecoay.py removing /tmp/tmpou9ecoay.py running install_egg_info running egg_info writing src/treq.egg-info/PKG-INFO writing dependency_links to src/treq.egg-info/dependency_links.txt writing requirements to src/treq.egg-info/requires.txt writing top-level names to src/treq.egg-info/top_level.txt reading manifest file 'src/treq.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' no previously-included directories found matching 'docs/_build' no previously-included directories found matching 'docs/html' warning: no previously-included files found matching 'tox.ini' warning: no previously-included files found matching '.github' warning: no previously-included files found matching '.readthedocs.yml' no previously-included directories found matching 'changelog.d' warning: no previously-included files matching '.DS_Store' found anywhere in distribution warning: no previously-included files matching '*.pyc' found anywhere in distribution warning: no previously-included files matching '*.pyo' found anywhere in distribution adding license file 'LICENSE' warning: no previously-included files matching '__pycache__' found anywhere in distribution writing manifest file 'src/treq.egg-info/SOURCES.txt' Copying src/treq.egg-info to /builddir/build/BUILDROOT/python-treq-21.5.0-2.el9.x86_64/usr/lib/python3.9/site-packages/treq-21.5.0-py3.9.egg-info running install_scripts + rm -rfv /builddir/build/BUILDROOT/python-treq-21.5.0-2.el9.x86_64/usr/bin/__pycache__ + /usr/lib/rpm/find-debuginfo.sh -j2 --strict-build-id -m -i --build-id-seed 21.5.0-2.el9 --unique-debug-suffix -21.5.0-2.el9.x86_64 --unique-debug-src-base python-treq-21.5.0-2.el9.x86_64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 110000000 --remove-section .gnu.build.attributes -S debugsourcefiles.list /builddir/build/BUILD/treq-21.5.0 find: 'debug': No such file or directory + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-ldconfig + /usr/lib/rpm/brp-compress + /usr/lib/rpm/redhat/brp-strip-lto /usr/bin/strip + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0 Bytecompiling .py files below /builddir/build/BUILDROOT/python-treq-21.5.0-2.el9.x86_64/usr/lib/python3.9 using python3.9 + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-mangle-shebangs Processing files: python3-treq-21.5.0-2.el9.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.jnxr3p + umask 022 + cd /builddir/build/BUILD + cd treq-21.5.0 + DOCDIR=/builddir/build/BUILDROOT/python-treq-21.5.0-2.el9.x86_64/usr/share/doc/python3-treq + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-treq-21.5.0-2.el9.x86_64/usr/share/doc/python3-treq + cp -pr README.rst /builddir/build/BUILDROOT/python-treq-21.5.0-2.el9.x86_64/usr/share/doc/python3-treq + RPM_EC=0 ++ jobs -p + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.D6xBoh + umask 022 + cd /builddir/build/BUILD + cd treq-21.5.0 + LICENSEDIR=/builddir/build/BUILDROOT/python-treq-21.5.0-2.el9.x86_64/usr/share/licenses/python3-treq + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-treq-21.5.0-2.el9.x86_64/usr/share/licenses/python3-treq + cp -pr LICENSE /builddir/build/BUILDROOT/python-treq-21.5.0-2.el9.x86_64/usr/share/licenses/python3-treq + RPM_EC=0 ++ jobs -p + exit 0 Provides: python-treq = 21.5.0-2.el9 python3-treq = 21.5.0-2.el9 python3.9-treq = 21.5.0-2.el9 python3.9dist(treq) = 21.5 python3dist(treq) = 21.5 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.9 python3.9dist(attrs) python3.9dist(hyperlink) >= 21 python3.9dist(incremental) python3.9dist(requests) >= 2.1 python3.9dist(twisted) >= 18.7 python3.9dist(twisted[tls]) >= 18.7 Obsoletes: python-treq < 21.5.0-2.el9 python39-treq < 21.5.0-2.el9 Processing files: python-treq-doc-21.5.0-2.el9.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.sgXjtP + umask 022 + cd /builddir/build/BUILD + cd treq-21.5.0 + DOCDIR=/builddir/build/BUILDROOT/python-treq-21.5.0-2.el9.x86_64/usr/share/doc/python-treq-doc + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-treq-21.5.0-2.el9.x86_64/usr/share/doc/python-treq-doc + cp -pr html /builddir/build/BUILDROOT/python-treq-21.5.0-2.el9.x86_64/usr/share/doc/python-treq-doc + RPM_EC=0 ++ jobs -p + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.JRPcvr + umask 022 + cd /builddir/build/BUILD + cd treq-21.5.0 + LICENSEDIR=/builddir/build/BUILDROOT/python-treq-21.5.0-2.el9.x86_64/usr/share/licenses/python-treq-doc + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-treq-21.5.0-2.el9.x86_64/usr/share/licenses/python-treq-doc + cp -pr LICENSE /builddir/build/BUILDROOT/python-treq-21.5.0-2.el9.x86_64/usr/share/licenses/python-treq-doc + RPM_EC=0 ++ jobs -p + exit 0 Provides: python-treq-doc = 21.5.0-2.el9 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-treq-21.5.0-2.el9.x86_64 Wrote: /builddir/build/RPMS/python3-treq-21.5.0-2.el9.noarch.rpm Wrote: /builddir/build/RPMS/python-treq-doc-21.5.0-2.el9.noarch.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.SoFQ6f + umask 022 + cd /builddir/build/BUILD + cd treq-21.5.0 + /usr/bin/rm -rf /builddir/build/BUILDROOT/python-treq-21.5.0-2.el9.x86_64 + RPM_EC=0 ++ jobs -p + exit 0 Child return code was: 0