Mock Version: 2.8 Mock Version: 2.8 Mock Version: 2.8 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target noarch --nodeps /builddir/build/SPECS/python-jeepney.spec'], chrootPath='/var/lib/mock/cloud9s-openstack-xena-el9s-build-104960-857216/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=86400uid=989gid=135user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target noarch --nodeps /builddir/build/SPECS/python-jeepney.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 setting SOURCE_DATE_EPOCH=1611705600 Wrote: /builddir/build/SRPMS/python-jeepney-0.6.0-2.el9s.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-jeepney.spec'], chrootPath='/var/lib/mock/cloud9s-openstack-xena-el9s-build-104960-857216/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=86400uid=989gid=135user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target noarch --nodeps /builddir/build/SPECS/python-jeepney.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 setting SOURCE_DATE_EPOCH=1611705600 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.MW0pTn + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf jeepney-0.6.0 + /usr/bin/gzip -dc /builddir/build/SOURCES/jeepney-0.6.0.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd jeepney-0.6.0 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.qWL5xO + umask 022 + cd /builddir/build/BUILD + cd jeepney-0.6.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' /usr/lib64/python3.9/distutils/dist.py:274: UserWarning: Unknown distribution option: 'extras_require' warnings.warn(msg) /usr/lib64/python3.9/distutils/dist.py:274: UserWarning: Unknown distribution option: 'python_requires' warnings.warn(msg) running build running build_py creating build creating build/lib creating build/lib/jeepney copying jeepney/low_level.py -> build/lib/jeepney copying jeepney/bus_messages.py -> build/lib/jeepney copying jeepney/bus.py -> build/lib/jeepney copying jeepney/wrappers.py -> build/lib/jeepney copying jeepney/routing.py -> build/lib/jeepney copying jeepney/__init__.py -> build/lib/jeepney copying jeepney/bindgen.py -> build/lib/jeepney copying jeepney/auth.py -> build/lib/jeepney creating build/lib/jeepney/integrate copying jeepney/integrate/tornado.py -> build/lib/jeepney/integrate copying jeepney/integrate/blocking.py -> build/lib/jeepney/integrate copying jeepney/integrate/__init__.py -> build/lib/jeepney/integrate copying jeepney/integrate/asyncio.py -> build/lib/jeepney/integrate creating build/lib/jeepney/integrate/tests copying jeepney/integrate/tests/test_asyncio.py -> build/lib/jeepney/integrate/tests copying jeepney/integrate/tests/__init__.py -> build/lib/jeepney/integrate/tests creating build/lib/jeepney/io copying jeepney/io/common.py -> build/lib/jeepney/io copying jeepney/io/tornado.py -> build/lib/jeepney/io copying jeepney/io/trio.py -> build/lib/jeepney/io copying jeepney/io/threading.py -> build/lib/jeepney/io copying jeepney/io/blocking.py -> build/lib/jeepney/io copying jeepney/io/__init__.py -> build/lib/jeepney/io copying jeepney/io/asyncio.py -> build/lib/jeepney/io creating build/lib/jeepney/io/tests copying jeepney/io/tests/test_threading.py -> build/lib/jeepney/io/tests copying jeepney/io/tests/test_asyncio.py -> build/lib/jeepney/io/tests copying jeepney/io/tests/test_blocking.py -> build/lib/jeepney/io/tests copying jeepney/io/tests/test_trio.py -> build/lib/jeepney/io/tests copying jeepney/io/tests/__init__.py -> build/lib/jeepney/io/tests copying jeepney/io/tests/utils.py -> build/lib/jeepney/io/tests creating build/lib/jeepney/tests copying jeepney/tests/test_bindgen.py -> build/lib/jeepney/tests copying jeepney/tests/test_bus.py -> build/lib/jeepney/tests copying jeepney/tests/test_auth.py -> build/lib/jeepney/tests copying jeepney/tests/test_low_level.py -> build/lib/jeepney/tests copying jeepney/tests/test_bus_messages.py -> build/lib/jeepney/tests copying jeepney/tests/__init__.py -> build/lib/jeepney/tests copying jeepney/tests/test_routing.py -> build/lib/jeepney/tests copying jeepney/tests/secrets_introspect.xml -> build/lib/jeepney/tests + make -C docs SPHINXBUILD=sphinx-build-3 html make: Entering directory '/builddir/build/BUILD/jeepney-0.6.0/docs' sphinx-build-3 -b html -d _build/doctrees . _build/html Running Sphinx v3.4.3 making output directory... done WARNING: html_static_path entry '_static' does not exist loading intersphinx inventory from https://docs.python.org/3/objects.inv... WARNING: failed to reach any of the inventories with the following issues: intersphinx inventory 'https://docs.python.org/3/objects.inv' not fetchable due to : HTTPSConnectionPool(host='docs.python.org', port=443): Max retries exceeded with url: /3/objects.inv (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -2] Name or service not known')) building [mo]: targets for 0 po files that are out of date building [html]: targets for 15 source files that are out of date updating environment: [new config] 15 added, 0 changed, 0 removed reading sources... [ 6%] api/asyncio reading sources... [ 13%] api/auth reading sources... [ 20%] api/blocking reading sources... [ 26%] api/common_msgs reading sources... [ 33%] api/core reading sources... [ 40%] api/index reading sources... [ 46%] api/io_exceptions reading sources... [ 53%] api/threading reading sources... [ 60%] api/trio reading sources... [ 66%] bindgen reading sources... [ 73%] index reading sources... [ 80%] integrate reading sources... [ 86%] limitations reading sources... [ 93%] messages reading sources... [100%] release-notes looking for now-outdated files... none found pickling environment... done checking consistency... done preparing documents... done writing output... [ 6%] api/asyncio writing output... [ 13%] api/auth writing output... [ 20%] api/blocking writing output... [ 26%] api/common_msgs writing output... [ 33%] api/core writing output... [ 40%] api/index writing output... [ 46%] api/io_exceptions writing output... [ 53%] api/threading writing output... [ 60%] api/trio writing output... [ 66%] bindgen writing output... [ 73%] index writing output... [ 80%] integrate writing output... [ 86%] limitations writing output... [ 93%] messages writing output... [100%] release-notes generating indices... genindex py-modindex done highlighting module code... [ 11%] jeepney.auth highlighting module code... [ 22%] jeepney.bus_messages highlighting module code... [ 33%] jeepney.io.asyncio highlighting module code... [ 44%] jeepney.io.blocking highlighting module code... [ 55%] jeepney.io.common highlighting module code... [ 66%] jeepney.io.threading highlighting module code... [ 77%] jeepney.io.trio highlighting module code... [ 88%] jeepney.low_level highlighting module code... [100%] jeepney.wrappers writing additional pages... search done 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 _build/html. Build finished. The HTML pages are in _build/html. make: Leaving directory '/builddir/build/BUILD/jeepney-0.6.0/docs' + rm -rf docs/_build/html/.buildinfo docs/_build/html/_sources + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.HKOXkV + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/python-jeepney-0.6.0-2.el9s.noarch '!=' / ']' + rm -rf /builddir/build/BUILDROOT/python-jeepney-0.6.0-2.el9s.noarch ++ dirname /builddir/build/BUILDROOT/python-jeepney-0.6.0-2.el9s.noarch + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/python-jeepney-0.6.0-2.el9s.noarch + cd jeepney-0.6.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-jeepney-0.6.0-2.el9s.noarch /usr/lib64/python3.9/distutils/dist.py:274: UserWarning: Unknown distribution option: 'extras_require' warnings.warn(msg) /usr/lib64/python3.9/distutils/dist.py:274: UserWarning: Unknown distribution option: 'python_requires' warnings.warn(msg) running install running install_lib creating /builddir/build/BUILDROOT/python-jeepney-0.6.0-2.el9s.noarch/usr creating /builddir/build/BUILDROOT/python-jeepney-0.6.0-2.el9s.noarch/usr/lib creating /builddir/build/BUILDROOT/python-jeepney-0.6.0-2.el9s.noarch/usr/lib/python3.9 creating /builddir/build/BUILDROOT/python-jeepney-0.6.0-2.el9s.noarch/usr/lib/python3.9/site-packages creating /builddir/build/BUILDROOT/python-jeepney-0.6.0-2.el9s.noarch/usr/lib/python3.9/site-packages/jeepney creating /builddir/build/BUILDROOT/python-jeepney-0.6.0-2.el9s.noarch/usr/lib/python3.9/site-packages/jeepney/tests copying build/lib/jeepney/tests/test_bindgen.py -> /builddir/build/BUILDROOT/python-jeepney-0.6.0-2.el9s.noarch/usr/lib/python3.9/site-packages/jeepney/tests copying build/lib/jeepney/tests/test_bus.py -> /builddir/build/BUILDROOT/python-jeepney-0.6.0-2.el9s.noarch/usr/lib/python3.9/site-packages/jeepney/tests copying build/lib/jeepney/tests/secrets_introspect.xml -> /builddir/build/BUILDROOT/python-jeepney-0.6.0-2.el9s.noarch/usr/lib/python3.9/site-packages/jeepney/tests copying build/lib/jeepney/tests/test_auth.py -> /builddir/build/BUILDROOT/python-jeepney-0.6.0-2.el9s.noarch/usr/lib/python3.9/site-packages/jeepney/tests copying build/lib/jeepney/tests/test_low_level.py -> /builddir/build/BUILDROOT/python-jeepney-0.6.0-2.el9s.noarch/usr/lib/python3.9/site-packages/jeepney/tests copying build/lib/jeepney/tests/test_bus_messages.py -> /builddir/build/BUILDROOT/python-jeepney-0.6.0-2.el9s.noarch/usr/lib/python3.9/site-packages/jeepney/tests copying build/lib/jeepney/tests/__init__.py -> /builddir/build/BUILDROOT/python-jeepney-0.6.0-2.el9s.noarch/usr/lib/python3.9/site-packages/jeepney/tests copying build/lib/jeepney/tests/test_routing.py -> /builddir/build/BUILDROOT/python-jeepney-0.6.0-2.el9s.noarch/usr/lib/python3.9/site-packages/jeepney/tests copying build/lib/jeepney/low_level.py -> /builddir/build/BUILDROOT/python-jeepney-0.6.0-2.el9s.noarch/usr/lib/python3.9/site-packages/jeepney copying build/lib/jeepney/bus_messages.py -> /builddir/build/BUILDROOT/python-jeepney-0.6.0-2.el9s.noarch/usr/lib/python3.9/site-packages/jeepney copying build/lib/jeepney/bus.py -> /builddir/build/BUILDROOT/python-jeepney-0.6.0-2.el9s.noarch/usr/lib/python3.9/site-packages/jeepney creating /builddir/build/BUILDROOT/python-jeepney-0.6.0-2.el9s.noarch/usr/lib/python3.9/site-packages/jeepney/integrate copying build/lib/jeepney/integrate/tornado.py -> /builddir/build/BUILDROOT/python-jeepney-0.6.0-2.el9s.noarch/usr/lib/python3.9/site-packages/jeepney/integrate creating /builddir/build/BUILDROOT/python-jeepney-0.6.0-2.el9s.noarch/usr/lib/python3.9/site-packages/jeepney/integrate/tests copying build/lib/jeepney/integrate/tests/test_asyncio.py -> /builddir/build/BUILDROOT/python-jeepney-0.6.0-2.el9s.noarch/usr/lib/python3.9/site-packages/jeepney/integrate/tests copying build/lib/jeepney/integrate/tests/__init__.py -> /builddir/build/BUILDROOT/python-jeepney-0.6.0-2.el9s.noarch/usr/lib/python3.9/site-packages/jeepney/integrate/tests copying build/lib/jeepney/integrate/blocking.py -> /builddir/build/BUILDROOT/python-jeepney-0.6.0-2.el9s.noarch/usr/lib/python3.9/site-packages/jeepney/integrate copying build/lib/jeepney/integrate/__init__.py -> /builddir/build/BUILDROOT/python-jeepney-0.6.0-2.el9s.noarch/usr/lib/python3.9/site-packages/jeepney/integrate copying build/lib/jeepney/integrate/asyncio.py -> /builddir/build/BUILDROOT/python-jeepney-0.6.0-2.el9s.noarch/usr/lib/python3.9/site-packages/jeepney/integrate copying build/lib/jeepney/wrappers.py -> /builddir/build/BUILDROOT/python-jeepney-0.6.0-2.el9s.noarch/usr/lib/python3.9/site-packages/jeepney copying build/lib/jeepney/routing.py -> /builddir/build/BUILDROOT/python-jeepney-0.6.0-2.el9s.noarch/usr/lib/python3.9/site-packages/jeepney copying build/lib/jeepney/__init__.py -> /builddir/build/BUILDROOT/python-jeepney-0.6.0-2.el9s.noarch/usr/lib/python3.9/site-packages/jeepney copying build/lib/jeepney/bindgen.py -> /builddir/build/BUILDROOT/python-jeepney-0.6.0-2.el9s.noarch/usr/lib/python3.9/site-packages/jeepney creating /builddir/build/BUILDROOT/python-jeepney-0.6.0-2.el9s.noarch/usr/lib/python3.9/site-packages/jeepney/io copying build/lib/jeepney/io/common.py -> /builddir/build/BUILDROOT/python-jeepney-0.6.0-2.el9s.noarch/usr/lib/python3.9/site-packages/jeepney/io copying build/lib/jeepney/io/tornado.py -> /builddir/build/BUILDROOT/python-jeepney-0.6.0-2.el9s.noarch/usr/lib/python3.9/site-packages/jeepney/io creating /builddir/build/BUILDROOT/python-jeepney-0.6.0-2.el9s.noarch/usr/lib/python3.9/site-packages/jeepney/io/tests copying build/lib/jeepney/io/tests/test_threading.py -> /builddir/build/BUILDROOT/python-jeepney-0.6.0-2.el9s.noarch/usr/lib/python3.9/site-packages/jeepney/io/tests copying build/lib/jeepney/io/tests/test_asyncio.py -> /builddir/build/BUILDROOT/python-jeepney-0.6.0-2.el9s.noarch/usr/lib/python3.9/site-packages/jeepney/io/tests copying build/lib/jeepney/io/tests/test_blocking.py -> /builddir/build/BUILDROOT/python-jeepney-0.6.0-2.el9s.noarch/usr/lib/python3.9/site-packages/jeepney/io/tests copying build/lib/jeepney/io/tests/test_trio.py -> /builddir/build/BUILDROOT/python-jeepney-0.6.0-2.el9s.noarch/usr/lib/python3.9/site-packages/jeepney/io/tests copying build/lib/jeepney/io/tests/__init__.py -> /builddir/build/BUILDROOT/python-jeepney-0.6.0-2.el9s.noarch/usr/lib/python3.9/site-packages/jeepney/io/tests copying build/lib/jeepney/io/tests/utils.py -> /builddir/build/BUILDROOT/python-jeepney-0.6.0-2.el9s.noarch/usr/lib/python3.9/site-packages/jeepney/io/tests copying build/lib/jeepney/io/trio.py -> /builddir/build/BUILDROOT/python-jeepney-0.6.0-2.el9s.noarch/usr/lib/python3.9/site-packages/jeepney/io copying build/lib/jeepney/io/threading.py -> /builddir/build/BUILDROOT/python-jeepney-0.6.0-2.el9s.noarch/usr/lib/python3.9/site-packages/jeepney/io copying build/lib/jeepney/io/blocking.py -> /builddir/build/BUILDROOT/python-jeepney-0.6.0-2.el9s.noarch/usr/lib/python3.9/site-packages/jeepney/io copying build/lib/jeepney/io/__init__.py -> /builddir/build/BUILDROOT/python-jeepney-0.6.0-2.el9s.noarch/usr/lib/python3.9/site-packages/jeepney/io copying build/lib/jeepney/io/asyncio.py -> /builddir/build/BUILDROOT/python-jeepney-0.6.0-2.el9s.noarch/usr/lib/python3.9/site-packages/jeepney/io copying build/lib/jeepney/auth.py -> /builddir/build/BUILDROOT/python-jeepney-0.6.0-2.el9s.noarch/usr/lib/python3.9/site-packages/jeepney byte-compiling /builddir/build/BUILDROOT/python-jeepney-0.6.0-2.el9s.noarch/usr/lib/python3.9/site-packages/jeepney/tests/test_bindgen.py to test_bindgen.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-jeepney-0.6.0-2.el9s.noarch/usr/lib/python3.9/site-packages/jeepney/tests/test_bus.py to test_bus.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-jeepney-0.6.0-2.el9s.noarch/usr/lib/python3.9/site-packages/jeepney/tests/test_auth.py to test_auth.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-jeepney-0.6.0-2.el9s.noarch/usr/lib/python3.9/site-packages/jeepney/tests/test_low_level.py to test_low_level.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-jeepney-0.6.0-2.el9s.noarch/usr/lib/python3.9/site-packages/jeepney/tests/test_bus_messages.py to test_bus_messages.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-jeepney-0.6.0-2.el9s.noarch/usr/lib/python3.9/site-packages/jeepney/tests/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-jeepney-0.6.0-2.el9s.noarch/usr/lib/python3.9/site-packages/jeepney/tests/test_routing.py to test_routing.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-jeepney-0.6.0-2.el9s.noarch/usr/lib/python3.9/site-packages/jeepney/low_level.py to low_level.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-jeepney-0.6.0-2.el9s.noarch/usr/lib/python3.9/site-packages/jeepney/bus_messages.py to bus_messages.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-jeepney-0.6.0-2.el9s.noarch/usr/lib/python3.9/site-packages/jeepney/bus.py to bus.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-jeepney-0.6.0-2.el9s.noarch/usr/lib/python3.9/site-packages/jeepney/integrate/tornado.py to tornado.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-jeepney-0.6.0-2.el9s.noarch/usr/lib/python3.9/site-packages/jeepney/integrate/tests/test_asyncio.py to test_asyncio.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-jeepney-0.6.0-2.el9s.noarch/usr/lib/python3.9/site-packages/jeepney/integrate/tests/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-jeepney-0.6.0-2.el9s.noarch/usr/lib/python3.9/site-packages/jeepney/integrate/blocking.py to blocking.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-jeepney-0.6.0-2.el9s.noarch/usr/lib/python3.9/site-packages/jeepney/integrate/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-jeepney-0.6.0-2.el9s.noarch/usr/lib/python3.9/site-packages/jeepney/integrate/asyncio.py to asyncio.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-jeepney-0.6.0-2.el9s.noarch/usr/lib/python3.9/site-packages/jeepney/wrappers.py to wrappers.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-jeepney-0.6.0-2.el9s.noarch/usr/lib/python3.9/site-packages/jeepney/routing.py to routing.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-jeepney-0.6.0-2.el9s.noarch/usr/lib/python3.9/site-packages/jeepney/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-jeepney-0.6.0-2.el9s.noarch/usr/lib/python3.9/site-packages/jeepney/bindgen.py to bindgen.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-jeepney-0.6.0-2.el9s.noarch/usr/lib/python3.9/site-packages/jeepney/io/common.py to common.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-jeepney-0.6.0-2.el9s.noarch/usr/lib/python3.9/site-packages/jeepney/io/tornado.py to tornado.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-jeepney-0.6.0-2.el9s.noarch/usr/lib/python3.9/site-packages/jeepney/io/tests/test_threading.py to test_threading.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-jeepney-0.6.0-2.el9s.noarch/usr/lib/python3.9/site-packages/jeepney/io/tests/test_asyncio.py to test_asyncio.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-jeepney-0.6.0-2.el9s.noarch/usr/lib/python3.9/site-packages/jeepney/io/tests/test_blocking.py to test_blocking.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-jeepney-0.6.0-2.el9s.noarch/usr/lib/python3.9/site-packages/jeepney/io/tests/test_trio.py to test_trio.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-jeepney-0.6.0-2.el9s.noarch/usr/lib/python3.9/site-packages/jeepney/io/tests/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-jeepney-0.6.0-2.el9s.noarch/usr/lib/python3.9/site-packages/jeepney/io/tests/utils.py to utils.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-jeepney-0.6.0-2.el9s.noarch/usr/lib/python3.9/site-packages/jeepney/io/trio.py to trio.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-jeepney-0.6.0-2.el9s.noarch/usr/lib/python3.9/site-packages/jeepney/io/threading.py to threading.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-jeepney-0.6.0-2.el9s.noarch/usr/lib/python3.9/site-packages/jeepney/io/blocking.py to blocking.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-jeepney-0.6.0-2.el9s.noarch/usr/lib/python3.9/site-packages/jeepney/io/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-jeepney-0.6.0-2.el9s.noarch/usr/lib/python3.9/site-packages/jeepney/io/asyncio.py to asyncio.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-jeepney-0.6.0-2.el9s.noarch/usr/lib/python3.9/site-packages/jeepney/auth.py to auth.cpython-39.pyc writing byte-compilation script '/tmp/tmp9cnnnr4q.py' /usr/bin/python3 /tmp/tmp9cnnnr4q.py removing /tmp/tmp9cnnnr4q.py running install_egg_info Writing /builddir/build/BUILDROOT/python-jeepney-0.6.0-2.el9s.noarch/usr/lib/python3.9/site-packages/jeepney-0.6.0-py3.9.egg-info + rm -rfv /builddir/build/BUILDROOT/python-jeepney-0.6.0-2.el9s.noarch/usr/bin/__pycache__ + /usr/lib/rpm/find-debuginfo.sh -j40 --strict-build-id -m -i --build-id-seed 0.6.0-2.el9s --unique-debug-suffix -0.6.0-2.el9s.noarch --unique-debug-src-base python-jeepney-0.6.0-2.el9s.noarch --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /builddir/build/BUILD/jeepney-0.6.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-jeepney-0.6.0-2.el9s.noarch/usr/lib/python3.9 using python3.9 + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-mangle-shebangs Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.09Q36b + umask 022 + cd /builddir/build/BUILD + cd jeepney-0.6.0 + /usr/bin/python3 -m pytest -v ============================= test session starts ============================== platform linux -- Python 3.9.7, pytest-6.2.2, py-1.10.0, pluggy-0.13.1 -- /usr/bin/python3 cachedir: .pytest_cache rootdir: /builddir/build/BUILD/jeepney-0.6.0 plugins: asyncio-0.14.0, trio-0.7.0 collecting ... collected 43 items jeepney/integrate/tests/test_asyncio.py::test_connect_old SKIPPED (T...) [ 2%] jeepney/integrate/tests/test_asyncio.py::test_send_and_get_reply_old SKIPPED [ 4%] jeepney/integrate/tests/test_asyncio.py::test_proxy_old SKIPPED (Tes...) [ 6%] jeepney/io/tests/test_asyncio.py::test_connect SKIPPED (Tests requir...) [ 9%] jeepney/io/tests/test_asyncio.py::test_send_and_get_reply SKIPPED (T...) [ 11%] jeepney/io/tests/test_asyncio.py::test_proxy SKIPPED (Tests require ...) [ 13%] jeepney/io/tests/test_asyncio.py::test_filter SKIPPED (Tests require...) [ 16%] jeepney/io/tests/test_blocking.py::test_connect SKIPPED (Tests requi...) [ 18%] jeepney/io/tests/test_blocking.py::test_send_and_get_reply SKIPPED (...) [ 20%] jeepney/io/tests/test_blocking.py::test_proxy SKIPPED (Tests require...) [ 23%] jeepney/io/tests/test_blocking.py::test_filter SKIPPED (Tests requir...) [ 25%] jeepney/io/tests/test_threading.py::test_connect SKIPPED (Tests requ...) [ 27%] jeepney/io/tests/test_threading.py::test_send_and_get_reply SKIPPED [ 30%] jeepney/io/tests/test_threading.py::test_proxy SKIPPED (Tests requir...) [ 32%] jeepney/io/tests/test_threading.py::test_filter SKIPPED (Tests requi...) [ 34%] jeepney/io/tests/test_trio.py::test_connect SKIPPED (Tests require D...) [ 37%] jeepney/io/tests/test_trio.py::test_send_and_get_reply SKIPPED (Test...) [ 39%] jeepney/io/tests/test_trio.py::test_send_and_get_reply_error SKIPPED [ 41%] jeepney/io/tests/test_trio.py::test_proxy SKIPPED (Tests require DBu...) [ 44%] jeepney/io/tests/test_trio.py::test_proxy_error SKIPPED (Tests requi...) [ 46%] jeepney/io/tests/test_trio.py::test_filter SKIPPED (Tests require DB...) [ 48%] jeepney/tests/test_auth.py::test_make_auth_external PASSED [ 51%] jeepney/tests/test_auth.py::test_make_auth_anonymous PASSED [ 53%] jeepney/tests/test_auth.py::test_parser PASSED [ 55%] jeepney/tests/test_auth.py::test_parser_rejected PASSED [ 58%] jeepney/tests/test_bindgen.py::test_bindgen PASSED [ 60%] jeepney/tests/test_bus.py::test_get_connectable_addresses PASSED [ 62%] jeepney/tests/test_bus.py::test_get_bus PASSED [ 65%] jeepney/tests/test_bus_messages.py::test_match_rule_simple PASSED [ 67%] jeepney/tests/test_bus_messages.py::test_match_rule_path_namespace PASSED [ 69%] jeepney/tests/test_bus_messages.py::test_match_rule_arg PASSED [ 72%] jeepney/tests/test_bus_messages.py::test_match_rule_arg_path PASSED [ 74%] jeepney/tests/test_bus_messages.py::test_match_rule_arg_namespace PASSED [ 76%] jeepney/tests/test_low_level.py::test_parser_simple PASSED [ 79%] jeepney/tests/test_low_level.py::test_parser_chunks PASSED [ 81%] jeepney/tests/test_low_level.py::test_multiple PASSED [ 83%] jeepney/tests/test_low_level.py::test_roundtrip PASSED [ 86%] jeepney/tests/test_low_level.py::test_serialise_dict PASSED [ 88%] jeepney/tests/test_low_level.py::test_parse_signature PASSED [ 90%] jeepney/tests/test_low_level.py::test_array_limit PASSED [ 93%] jeepney/tests/test_routing.py::test_message_reply PASSED [ 95%] jeepney/tests/test_routing.py::test_error PASSED [ 97%] jeepney/tests/test_routing.py::test_unhandled PASSED [100%] ======================== 22 passed, 21 skipped in 0.16s ======================== + RPM_EC=0 ++ jobs -p + exit 0 Processing files: python3-jeepney-0.6.0-2.el9s.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.ezvhdM + umask 022 + cd /builddir/build/BUILD + cd jeepney-0.6.0 + DOCDIR=/builddir/build/BUILDROOT/python-jeepney-0.6.0-2.el9s.noarch/usr/share/doc/python3-jeepney + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-jeepney-0.6.0-2.el9s.noarch/usr/share/doc/python3-jeepney + cp -pr README.rst /builddir/build/BUILDROOT/python-jeepney-0.6.0-2.el9s.noarch/usr/share/doc/python3-jeepney + cp -pr examples/ /builddir/build/BUILDROOT/python-jeepney-0.6.0-2.el9s.noarch/usr/share/doc/python3-jeepney + cp -pr docs/_build/html/ /builddir/build/BUILDROOT/python-jeepney-0.6.0-2.el9s.noarch/usr/share/doc/python3-jeepney + RPM_EC=0 ++ jobs -p + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.BmThd3 + umask 022 + cd /builddir/build/BUILD + cd jeepney-0.6.0 + LICENSEDIR=/builddir/build/BUILDROOT/python-jeepney-0.6.0-2.el9s.noarch/usr/share/licenses/python3-jeepney + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-jeepney-0.6.0-2.el9s.noarch/usr/share/licenses/python3-jeepney + cp -pr LICENSE /builddir/build/BUILDROOT/python-jeepney-0.6.0-2.el9s.noarch/usr/share/licenses/python3-jeepney + RPM_EC=0 ++ jobs -p + exit 0 Provides: python-jeepney = 0.6.0-2.el9s python3-jeepney = 0.6.0-2.el9s python3.9-jeepney = 0.6.0-2.el9s python3.9dist(jeepney) = 0.6 python3dist(jeepney) = 0.6 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 Obsoletes: python-jeepney < 0.6.0-2.el9s Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/python-jeepney-0.6.0-2.el9s.noarch Wrote: /builddir/build/RPMS/python3-jeepney-0.6.0-2.el9s.noarch.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.LobRg2 + umask 022 + cd /builddir/build/BUILD + cd jeepney-0.6.0 + /usr/bin/rm -rf /builddir/build/BUILDROOT/python-jeepney-0.6.0-2.el9s.noarch + RPM_EC=0 ++ jobs -p + exit 0 Child return code was: 0