Mock Version: 1.3.4 Mock Version: 1.3.4 ENTER ['do'](['/usr/bin/rpmbuild', '-bs', '--target', 'noarch', '--nodeps', u'/builddir/build/SPECS/python-importlib-resources.spec'], nspawn_args=[]shell=Falseuid=996env={'LANG': 'en_GB.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PS1': ' \\s-\\v\\$ '}chrootPath='/var/lib/mock/cloud8-openstack-wallaby-el8-build-85448-539472/root'gid=135user='mockbuild'timeout=86400logger=printOutput=False) Executing command: ['/usr/bin/systemd-nspawn', '-q', '-M', '077bcda317044317b12aa730d8cd76ea', '-D', '/var/lib/mock/cloud8-openstack-wallaby-el8-build-85448-539472/root', '--setenv=LANG=en_GB.UTF-8', '--setenv=TERM=vt100', '--setenv=SHELL=/bin/bash', '--setenv=HOSTNAME=mock', '--setenv=PROMPT_COMMAND=printf "\\033]0;\\007"', '--setenv=HOME=/builddir', '--setenv=PATH=/usr/bin:/bin:/usr/sbin:/sbin', '--setenv=PS1= \\s-\\v\\$ ', '-u', 'mockbuild', '/usr/bin/rpmbuild', '-bs', '--target', 'noarch', '--nodeps', u'/builddir/build/SPECS/python-importlib-resources.spec'] with env {'LANG': 'en_GB.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PS1': ' \\s-\\v\\$ '} and shell False Building target platforms: noarch Building for target noarch Wrote: /builddir/build/SRPMS/python-importlib-resources-3.3.0-1.el8.src.rpm Child return code was: 0 ENTER ['do'](['/usr/bin/rpmbuild', '-bb', '--target', 'noarch', '--nodeps', u'/builddir/build/SPECS/python-importlib-resources.spec'], nspawn_args=['--private-network']shell=Falseuid=996env={'LANG': 'en_GB.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PS1': ' \\s-\\v\\$ '}chrootPath='/var/lib/mock/cloud8-openstack-wallaby-el8-build-85448-539472/root'gid=135user='mockbuild'timeout=86400logger=printOutput=False) Executing command: ['/usr/bin/systemd-nspawn', '-q', '-M', '69af0afc877344e1bd937daae323e1c7', '-D', '/var/lib/mock/cloud8-openstack-wallaby-el8-build-85448-539472/root', '--private-network', '--setenv=LANG=en_GB.UTF-8', '--setenv=TERM=vt100', '--setenv=SHELL=/bin/bash', '--setenv=HOSTNAME=mock', '--setenv=PROMPT_COMMAND=printf "\\033]0;\\007"', '--setenv=HOME=/builddir', '--setenv=PATH=/usr/bin:/bin:/usr/sbin:/sbin', '--setenv=PS1= \\s-\\v\\$ ', '-u', 'mockbuild', '/usr/bin/rpmbuild', '-bb', '--target', 'noarch', '--nodeps', u'/builddir/build/SPECS/python-importlib-resources.spec'] with env {'LANG': 'en_GB.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PS1': ' \\s-\\v\\$ '} and shell False Building target platforms: noarch Building for target noarch Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.53nKLi + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf importlib_resources-3.3.0 + /usr/bin/gzip -dc /builddir/build/SOURCES/importlib_resources-3.3.0.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd importlib_resources-3.3.0 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + /usr/bin/cat /builddir/build/SOURCES/0001-raise-NotImplementedError-on-Python-2.patch + /usr/bin/patch -p1 -s --fuzz=0 --no-backup-if-mismatch + rm -rf importlib_resources.egg-info + sed -i /setup_requires/d setup.cfg + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.i8ltxw + umask 022 + cd /builddir/build/BUILD + cd importlib_resources-3.3.0 + 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/libexec/platform-python setup.py build '--executable=/usr/libexec/platform-python -s' your setuptools is too old (<12) setuptools_scm functionality is degraded running build running build_py creating build creating build/lib creating build/lib/importlib_resources copying importlib_resources/__init__.py -> build/lib/importlib_resources copying importlib_resources/readers.py -> build/lib/importlib_resources copying importlib_resources/_common.py -> build/lib/importlib_resources copying importlib_resources/_compat.py -> build/lib/importlib_resources copying importlib_resources/trees.py -> build/lib/importlib_resources copying importlib_resources/abc.py -> build/lib/importlib_resources copying importlib_resources/_py3.py -> build/lib/importlib_resources creating build/lib/importlib_resources/tests copying importlib_resources/tests/test_path.py -> build/lib/importlib_resources/tests copying importlib_resources/tests/__init__.py -> build/lib/importlib_resources/tests copying importlib_resources/tests/test_resource.py -> build/lib/importlib_resources/tests copying importlib_resources/tests/util.py -> build/lib/importlib_resources/tests copying importlib_resources/tests/_compat.py -> build/lib/importlib_resources/tests copying importlib_resources/tests/test_reader.py -> build/lib/importlib_resources/tests copying importlib_resources/tests/test_open.py -> build/lib/importlib_resources/tests copying importlib_resources/tests/test_read.py -> build/lib/importlib_resources/tests copying importlib_resources/tests/test_files.py -> build/lib/importlib_resources/tests copying importlib_resources/tests/py27compat.py -> build/lib/importlib_resources/tests creating build/lib/importlib_resources/tests/zipdata01 copying importlib_resources/tests/zipdata01/__init__.py -> build/lib/importlib_resources/tests/zipdata01 creating build/lib/importlib_resources/tests/zipdata02 copying importlib_resources/tests/zipdata02/__init__.py -> build/lib/importlib_resources/tests/zipdata02 creating build/lib/importlib_resources/tests/data02 copying importlib_resources/tests/data02/__init__.py -> build/lib/importlib_resources/tests/data02 creating build/lib/importlib_resources/tests/data01 copying importlib_resources/tests/data01/__init__.py -> build/lib/importlib_resources/tests/data01 creating build/lib/importlib_resources/tests/data02/two copying importlib_resources/tests/data02/two/__init__.py -> build/lib/importlib_resources/tests/data02/two creating build/lib/importlib_resources/tests/data02/one copying importlib_resources/tests/data02/one/__init__.py -> build/lib/importlib_resources/tests/data02/one creating build/lib/importlib_resources/tests/data01/subdirectory copying importlib_resources/tests/data01/subdirectory/__init__.py -> build/lib/importlib_resources/tests/data01/subdirectory running egg_info creating importlib_resources.egg-info writing importlib_resources.egg-info/PKG-INFO writing dependency_links to importlib_resources.egg-info/dependency_links.txt writing requirements to importlib_resources.egg-info/requires.txt writing top-level names to importlib_resources.egg-info/top_level.txt writing manifest file 'importlib_resources.egg-info/SOURCES.txt' reading manifest file 'importlib_resources.egg-info/SOURCES.txt' writing manifest file 'importlib_resources.egg-info/SOURCES.txt' + sleep 1 + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.h6VtoN + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/python-importlib-resources-3.3.0-1.el8.noarch '!=' / ']' + rm -rf /builddir/build/BUILDROOT/python-importlib-resources-3.3.0-1.el8.noarch ++ dirname /builddir/build/BUILDROOT/python-importlib-resources-3.3.0-1.el8.noarch + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/python-importlib-resources-3.3.0-1.el8.noarch + cd importlib_resources-3.3.0 + 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/libexec/platform-python setup.py install -O1 --skip-build --root /builddir/build/BUILDROOT/python-importlib-resources-3.3.0-1.el8.noarch your setuptools is too old (<12) setuptools_scm functionality is degraded running install running install_lib creating /builddir/build/BUILDROOT/python-importlib-resources-3.3.0-1.el8.noarch/usr creating /builddir/build/BUILDROOT/python-importlib-resources-3.3.0-1.el8.noarch/usr/lib creating /builddir/build/BUILDROOT/python-importlib-resources-3.3.0-1.el8.noarch/usr/lib/python3.6 creating /builddir/build/BUILDROOT/python-importlib-resources-3.3.0-1.el8.noarch/usr/lib/python3.6/site-packages creating /builddir/build/BUILDROOT/python-importlib-resources-3.3.0-1.el8.noarch/usr/lib/python3.6/site-packages/importlib_resources copying build/lib/importlib_resources/__init__.py -> /builddir/build/BUILDROOT/python-importlib-resources-3.3.0-1.el8.noarch/usr/lib/python3.6/site-packages/importlib_resources copying build/lib/importlib_resources/readers.py -> /builddir/build/BUILDROOT/python-importlib-resources-3.3.0-1.el8.noarch/usr/lib/python3.6/site-packages/importlib_resources copying build/lib/importlib_resources/_common.py -> /builddir/build/BUILDROOT/python-importlib-resources-3.3.0-1.el8.noarch/usr/lib/python3.6/site-packages/importlib_resources copying build/lib/importlib_resources/_compat.py -> /builddir/build/BUILDROOT/python-importlib-resources-3.3.0-1.el8.noarch/usr/lib/python3.6/site-packages/importlib_resources creating /builddir/build/BUILDROOT/python-importlib-resources-3.3.0-1.el8.noarch/usr/lib/python3.6/site-packages/importlib_resources/tests copying build/lib/importlib_resources/tests/test_path.py -> /builddir/build/BUILDROOT/python-importlib-resources-3.3.0-1.el8.noarch/usr/lib/python3.6/site-packages/importlib_resources/tests copying build/lib/importlib_resources/tests/__init__.py -> /builddir/build/BUILDROOT/python-importlib-resources-3.3.0-1.el8.noarch/usr/lib/python3.6/site-packages/importlib_resources/tests copying build/lib/importlib_resources/tests/test_resource.py -> /builddir/build/BUILDROOT/python-importlib-resources-3.3.0-1.el8.noarch/usr/lib/python3.6/site-packages/importlib_resources/tests creating /builddir/build/BUILDROOT/python-importlib-resources-3.3.0-1.el8.noarch/usr/lib/python3.6/site-packages/importlib_resources/tests/zipdata01 copying build/lib/importlib_resources/tests/zipdata01/__init__.py -> /builddir/build/BUILDROOT/python-importlib-resources-3.3.0-1.el8.noarch/usr/lib/python3.6/site-packages/importlib_resources/tests/zipdata01 creating /builddir/build/BUILDROOT/python-importlib-resources-3.3.0-1.el8.noarch/usr/lib/python3.6/site-packages/importlib_resources/tests/zipdata02 copying build/lib/importlib_resources/tests/zipdata02/__init__.py -> /builddir/build/BUILDROOT/python-importlib-resources-3.3.0-1.el8.noarch/usr/lib/python3.6/site-packages/importlib_resources/tests/zipdata02 copying build/lib/importlib_resources/tests/util.py -> /builddir/build/BUILDROOT/python-importlib-resources-3.3.0-1.el8.noarch/usr/lib/python3.6/site-packages/importlib_resources/tests creating /builddir/build/BUILDROOT/python-importlib-resources-3.3.0-1.el8.noarch/usr/lib/python3.6/site-packages/importlib_resources/tests/data02 copying build/lib/importlib_resources/tests/data02/__init__.py -> /builddir/build/BUILDROOT/python-importlib-resources-3.3.0-1.el8.noarch/usr/lib/python3.6/site-packages/importlib_resources/tests/data02 creating /builddir/build/BUILDROOT/python-importlib-resources-3.3.0-1.el8.noarch/usr/lib/python3.6/site-packages/importlib_resources/tests/data02/two copying build/lib/importlib_resources/tests/data02/two/__init__.py -> /builddir/build/BUILDROOT/python-importlib-resources-3.3.0-1.el8.noarch/usr/lib/python3.6/site-packages/importlib_resources/tests/data02/two creating /builddir/build/BUILDROOT/python-importlib-resources-3.3.0-1.el8.noarch/usr/lib/python3.6/site-packages/importlib_resources/tests/data02/one copying build/lib/importlib_resources/tests/data02/one/__init__.py -> /builddir/build/BUILDROOT/python-importlib-resources-3.3.0-1.el8.noarch/usr/lib/python3.6/site-packages/importlib_resources/tests/data02/one copying build/lib/importlib_resources/tests/_compat.py -> /builddir/build/BUILDROOT/python-importlib-resources-3.3.0-1.el8.noarch/usr/lib/python3.6/site-packages/importlib_resources/tests copying build/lib/importlib_resources/tests/test_reader.py -> /builddir/build/BUILDROOT/python-importlib-resources-3.3.0-1.el8.noarch/usr/lib/python3.6/site-packages/importlib_resources/tests creating /builddir/build/BUILDROOT/python-importlib-resources-3.3.0-1.el8.noarch/usr/lib/python3.6/site-packages/importlib_resources/tests/data01 copying build/lib/importlib_resources/tests/data01/__init__.py -> /builddir/build/BUILDROOT/python-importlib-resources-3.3.0-1.el8.noarch/usr/lib/python3.6/site-packages/importlib_resources/tests/data01 creating /builddir/build/BUILDROOT/python-importlib-resources-3.3.0-1.el8.noarch/usr/lib/python3.6/site-packages/importlib_resources/tests/data01/subdirectory copying build/lib/importlib_resources/tests/data01/subdirectory/__init__.py -> /builddir/build/BUILDROOT/python-importlib-resources-3.3.0-1.el8.noarch/usr/lib/python3.6/site-packages/importlib_resources/tests/data01/subdirectory copying build/lib/importlib_resources/tests/test_open.py -> /builddir/build/BUILDROOT/python-importlib-resources-3.3.0-1.el8.noarch/usr/lib/python3.6/site-packages/importlib_resources/tests copying build/lib/importlib_resources/tests/test_read.py -> /builddir/build/BUILDROOT/python-importlib-resources-3.3.0-1.el8.noarch/usr/lib/python3.6/site-packages/importlib_resources/tests copying build/lib/importlib_resources/tests/test_files.py -> /builddir/build/BUILDROOT/python-importlib-resources-3.3.0-1.el8.noarch/usr/lib/python3.6/site-packages/importlib_resources/tests copying build/lib/importlib_resources/tests/py27compat.py -> /builddir/build/BUILDROOT/python-importlib-resources-3.3.0-1.el8.noarch/usr/lib/python3.6/site-packages/importlib_resources/tests copying build/lib/importlib_resources/trees.py -> /builddir/build/BUILDROOT/python-importlib-resources-3.3.0-1.el8.noarch/usr/lib/python3.6/site-packages/importlib_resources copying build/lib/importlib_resources/abc.py -> /builddir/build/BUILDROOT/python-importlib-resources-3.3.0-1.el8.noarch/usr/lib/python3.6/site-packages/importlib_resources copying build/lib/importlib_resources/_py3.py -> /builddir/build/BUILDROOT/python-importlib-resources-3.3.0-1.el8.noarch/usr/lib/python3.6/site-packages/importlib_resources byte-compiling /builddir/build/BUILDROOT/python-importlib-resources-3.3.0-1.el8.noarch/usr/lib/python3.6/site-packages/importlib_resources/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-importlib-resources-3.3.0-1.el8.noarch/usr/lib/python3.6/site-packages/importlib_resources/readers.py to readers.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-importlib-resources-3.3.0-1.el8.noarch/usr/lib/python3.6/site-packages/importlib_resources/_common.py to _common.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-importlib-resources-3.3.0-1.el8.noarch/usr/lib/python3.6/site-packages/importlib_resources/_compat.py to _compat.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-importlib-resources-3.3.0-1.el8.noarch/usr/lib/python3.6/site-packages/importlib_resources/tests/test_path.py to test_path.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-importlib-resources-3.3.0-1.el8.noarch/usr/lib/python3.6/site-packages/importlib_resources/tests/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-importlib-resources-3.3.0-1.el8.noarch/usr/lib/python3.6/site-packages/importlib_resources/tests/test_resource.py to test_resource.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-importlib-resources-3.3.0-1.el8.noarch/usr/lib/python3.6/site-packages/importlib_resources/tests/zipdata01/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-importlib-resources-3.3.0-1.el8.noarch/usr/lib/python3.6/site-packages/importlib_resources/tests/zipdata02/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-importlib-resources-3.3.0-1.el8.noarch/usr/lib/python3.6/site-packages/importlib_resources/tests/util.py to util.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-importlib-resources-3.3.0-1.el8.noarch/usr/lib/python3.6/site-packages/importlib_resources/tests/data02/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-importlib-resources-3.3.0-1.el8.noarch/usr/lib/python3.6/site-packages/importlib_resources/tests/data02/two/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-importlib-resources-3.3.0-1.el8.noarch/usr/lib/python3.6/site-packages/importlib_resources/tests/data02/one/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-importlib-resources-3.3.0-1.el8.noarch/usr/lib/python3.6/site-packages/importlib_resources/tests/_compat.py to _compat.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-importlib-resources-3.3.0-1.el8.noarch/usr/lib/python3.6/site-packages/importlib_resources/tests/test_reader.py to test_reader.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-importlib-resources-3.3.0-1.el8.noarch/usr/lib/python3.6/site-packages/importlib_resources/tests/data01/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-importlib-resources-3.3.0-1.el8.noarch/usr/lib/python3.6/site-packages/importlib_resources/tests/data01/subdirectory/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-importlib-resources-3.3.0-1.el8.noarch/usr/lib/python3.6/site-packages/importlib_resources/tests/test_open.py to test_open.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-importlib-resources-3.3.0-1.el8.noarch/usr/lib/python3.6/site-packages/importlib_resources/tests/test_read.py to test_read.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-importlib-resources-3.3.0-1.el8.noarch/usr/lib/python3.6/site-packages/importlib_resources/tests/test_files.py to test_files.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-importlib-resources-3.3.0-1.el8.noarch/usr/lib/python3.6/site-packages/importlib_resources/tests/py27compat.py to py27compat.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-importlib-resources-3.3.0-1.el8.noarch/usr/lib/python3.6/site-packages/importlib_resources/trees.py to trees.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-importlib-resources-3.3.0-1.el8.noarch/usr/lib/python3.6/site-packages/importlib_resources/abc.py to abc.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-importlib-resources-3.3.0-1.el8.noarch/usr/lib/python3.6/site-packages/importlib_resources/_py3.py to _py3.cpython-36.pyc writing byte-compilation script '/tmp/tmpe841tfl2.py' /usr/libexec/platform-python /tmp/tmpe841tfl2.py removing /tmp/tmpe841tfl2.py running install_egg_info running egg_info writing importlib_resources.egg-info/PKG-INFO writing dependency_links to importlib_resources.egg-info/dependency_links.txt writing requirements to importlib_resources.egg-info/requires.txt writing top-level names to importlib_resources.egg-info/top_level.txt reading manifest file 'importlib_resources.egg-info/SOURCES.txt' writing manifest file 'importlib_resources.egg-info/SOURCES.txt' Copying importlib_resources.egg-info to /builddir/build/BUILDROOT/python-importlib-resources-3.3.0-1.el8.noarch/usr/lib/python3.6/site-packages/importlib_resources-3.3.0-py3.6.egg-info running install_scripts + /usr/lib/rpm/find-debuginfo.sh -j20 --strict-build-id -m -i --build-id-seed 3.3.0-1.el8 --unique-debug-suffix -3.3.0-1.el8.noarch --unique-debug-src-base python-importlib-resources-3.3.0-1.el8.noarch --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /builddir/build/BUILD/importlib_resources-3.3.0 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-importlib-resources-3.3.0-1.el8.noarch/usr/lib/python3.6 using /usr/libexec/platform-python + /usr/lib/rpm/brp-python-hardlink + PYTHON3=/usr/libexec/platform-python + /usr/lib/rpm/redhat/brp-mangle-shebangs Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.sLGO05 + umask 022 + cd /builddir/build/BUILD + cd importlib_resources-3.3.0 + /usr/libexec/platform-python setup.py test your setuptools is too old (<12) setuptools_scm functionality is degraded running test WARNING: Testing via this command is deprecated and will be removed in a future version. Users looking for a generic test entry point independent of test runner are encouraged to use tox. running egg_info writing importlib_resources.egg-info/PKG-INFO writing dependency_links to importlib_resources.egg-info/dependency_links.txt writing requirements to importlib_resources.egg-info/requires.txt writing top-level names to importlib_resources.egg-info/top_level.txt reading manifest file 'importlib_resources.egg-info/SOURCES.txt' writing manifest file 'importlib_resources.egg-info/SOURCES.txt' running build_ext test_absolute_path (importlib_resources.tests.test_path.CommonTests) ... ok test_importing_module_as_side_effect (importlib_resources.tests.test_path.CommonTests) ... ok test_non_package_by_name (importlib_resources.tests.test_path.CommonTests) ... ok test_non_package_by_package (importlib_resources.tests.test_path.CommonTests) ... ok test_package_name (importlib_resources.tests.test_path.CommonTests) ... ok test_package_object (importlib_resources.tests.test_path.CommonTests) ... ok test_pathlib_path (importlib_resources.tests.test_path.CommonTests) ... ok test_relative_path (importlib_resources.tests.test_path.CommonTests) ... ok test_resource_opener (importlib_resources.tests.test_path.CommonTests) ... ok test_resource_path (importlib_resources.tests.test_path.CommonTests) ... ok test_string_path (importlib_resources.tests.test_path.CommonTests) ... ok test_useless_loader (importlib_resources.tests.test_path.CommonTests) ... ok test_natural_path (importlib_resources.tests.test_path.PathDiskTests) ... ok test_reading (importlib_resources.tests.test_path.PathDiskTests) ... ok test_reading (importlib_resources.tests.test_path.PathZipTests) ... ok test_remove_in_context_manager (importlib_resources.tests.test_path.PathZipTests) ... ok test_contents_does_not_keep_open (importlib_resources.tests.test_resource.DeletingZipsTest) ... ok test_entered_path_does_not_keep_open (importlib_resources.tests.test_resource.DeletingZipsTest) ... ok test_is_resource_does_not_keep_open (importlib_resources.tests.test_resource.DeletingZipsTest) ... ok test_is_resource_failure_does_not_keep_open (importlib_resources.tests.test_resource.DeletingZipsTest) ... ok test_path_does_not_keep_open (importlib_resources.tests.test_resource.DeletingZipsTest) ... skipped 'Desired but not supported.' test_read_binary_does_not_keep_open (importlib_resources.tests.test_resource.DeletingZipsTest) ... ok test_read_text_does_not_keep_open (importlib_resources.tests.test_resource.DeletingZipsTest) ... ok test_package_has_no_reader_fallback (importlib_resources.tests.test_resource.ResourceCornerCaseTests) ... ok test_contents (importlib_resources.tests.test_resource.ResourceDiskTests) ... ok test_is_resource_good_path (importlib_resources.tests.test_resource.ResourceDiskTests) ... ok test_is_resource_missing (importlib_resources.tests.test_resource.ResourceDiskTests) ... ok test_is_resource_subresource_directory (importlib_resources.tests.test_resource.ResourceDiskTests) ... ok test_is_submodule_resource (importlib_resources.tests.test_resource.ResourceFromNamespaceTest01) ... ok test_read_submodule_resource_by_name (importlib_resources.tests.test_resource.ResourceFromNamespaceTest01) ... ok test_submodule_contents (importlib_resources.tests.test_resource.ResourceFromNamespaceTest01) ... ok test_submodule_contents_by_name (importlib_resources.tests.test_resource.ResourceFromNamespaceTest01) ... ok test_is_submodule_resource (importlib_resources.tests.test_resource.ResourceFromZipsTest01) ... ok test_read_submodule_resource_by_name (importlib_resources.tests.test_resource.ResourceFromZipsTest01) ... ok test_submodule_contents (importlib_resources.tests.test_resource.ResourceFromZipsTest01) ... ok test_submodule_contents_by_name (importlib_resources.tests.test_resource.ResourceFromZipsTest01) ... ok test_unrelated_contents (importlib_resources.tests.test_resource.ResourceFromZipsTest02) ... ok test_resource_contents (importlib_resources.tests.test_resource.ResourceLoaderTests) ... ok test_resource_directory_is_not_resource (importlib_resources.tests.test_resource.ResourceLoaderTests) ... ok test_resource_is_resource (importlib_resources.tests.test_resource.ResourceLoaderTests) ... ok test_resource_missing_is_not_resource (importlib_resources.tests.test_resource.ResourceLoaderTests) ... ok test_contents (importlib_resources.tests.test_resource.ResourceZipTests) ... ok test_is_resource_good_path (importlib_resources.tests.test_resource.ResourceZipTests) ... ok test_is_resource_missing (importlib_resources.tests.test_resource.ResourceZipTests) ... ok test_is_resource_subresource_directory (importlib_resources.tests.test_resource.ResourceZipTests) ... ok test_init_file (importlib_resources.tests.test_reader.MultiplexedPathTest) ... ok test_init_no_paths (importlib_resources.tests.test_reader.MultiplexedPathTest) ... ok test_is_dir (importlib_resources.tests.test_reader.MultiplexedPathTest) ... ok test_is_file (importlib_resources.tests.test_reader.MultiplexedPathTest) ... ok test_iterdir (importlib_resources.tests.test_reader.MultiplexedPathTest) ... ok test_iterdir_duplicate (importlib_resources.tests.test_reader.MultiplexedPathTest) ... ok test_join_path (importlib_resources.tests.test_reader.MultiplexedPathTest) ... ok test_open_file (importlib_resources.tests.test_reader.MultiplexedPathTest) ... ok test_repr (importlib_resources.tests.test_reader.MultiplexedPathTest) ... ok test_files (importlib_resources.tests.test_reader.NamespaceReaderTest) ... ok test_init_error (importlib_resources.tests.test_reader.NamespaceReaderTest) ... ok test_resource_path (importlib_resources.tests.test_reader.NamespaceReaderTest) ... ok test_absolute_path (importlib_resources.tests.test_open.CommonBinaryTests) ... ok test_importing_module_as_side_effect (importlib_resources.tests.test_open.CommonBinaryTests) ... ok test_non_package_by_name (importlib_resources.tests.test_open.CommonBinaryTests) ... ok test_non_package_by_package (importlib_resources.tests.test_open.CommonBinaryTests) ... ok test_package_name (importlib_resources.tests.test_open.CommonBinaryTests) ... ok test_package_object (importlib_resources.tests.test_open.CommonBinaryTests) ... ok test_pathlib_path (importlib_resources.tests.test_open.CommonBinaryTests) ... ok test_relative_path (importlib_resources.tests.test_open.CommonBinaryTests) ... ok test_resource_opener (importlib_resources.tests.test_open.CommonBinaryTests) ... ok test_resource_path (importlib_resources.tests.test_open.CommonBinaryTests) ... ok test_string_path (importlib_resources.tests.test_open.CommonBinaryTests) ... ok test_useless_loader (importlib_resources.tests.test_open.CommonBinaryTests) ... ok test_absolute_path (importlib_resources.tests.test_open.CommonTextTests) ... ok test_importing_module_as_side_effect (importlib_resources.tests.test_open.CommonTextTests) ... ok test_non_package_by_name (importlib_resources.tests.test_open.CommonTextTests) ... ok test_non_package_by_package (importlib_resources.tests.test_open.CommonTextTests) ... ok test_package_name (importlib_resources.tests.test_open.CommonTextTests) ... ok test_package_object (importlib_resources.tests.test_open.CommonTextTests) ... ok test_pathlib_path (importlib_resources.tests.test_open.CommonTextTests) ... ok test_relative_path (importlib_resources.tests.test_open.CommonTextTests) ... ok test_resource_opener (importlib_resources.tests.test_open.CommonTextTests) ... ok test_resource_path (importlib_resources.tests.test_open.CommonTextTests) ... ok test_string_path (importlib_resources.tests.test_open.CommonTextTests) ... ok test_useless_loader (importlib_resources.tests.test_open.CommonTextTests) ... ok test_open_binary (importlib_resources.tests.test_open.OpenDiskNamespaceTests) ... ok test_open_binary_FileNotFoundError (importlib_resources.tests.test_open.OpenDiskNamespaceTests) ... ok test_open_text_FileNotFoundError (importlib_resources.tests.test_open.OpenDiskNamespaceTests) ... ok test_open_text_default_encoding (importlib_resources.tests.test_open.OpenDiskNamespaceTests) ... ok test_open_text_given_encoding (importlib_resources.tests.test_open.OpenDiskNamespaceTests) ... ok test_open_text_with_errors (importlib_resources.tests.test_open.OpenDiskNamespaceTests) ... ok test_open_binary (importlib_resources.tests.test_open.OpenDiskTests) ... ok test_open_binary_FileNotFoundError (importlib_resources.tests.test_open.OpenDiskTests) ... ok test_open_text_FileNotFoundError (importlib_resources.tests.test_open.OpenDiskTests) ... ok test_open_text_default_encoding (importlib_resources.tests.test_open.OpenDiskTests) ... ok test_open_text_given_encoding (importlib_resources.tests.test_open.OpenDiskTests) ... ok test_open_text_with_errors (importlib_resources.tests.test_open.OpenDiskTests) ... ok test_open_binary (importlib_resources.tests.test_open.OpenZipTests) ... ok test_open_binary_FileNotFoundError (importlib_resources.tests.test_open.OpenZipTests) ... ok test_open_text_FileNotFoundError (importlib_resources.tests.test_open.OpenZipTests) ... ok test_open_text_default_encoding (importlib_resources.tests.test_open.OpenZipTests) ... ok test_open_text_given_encoding (importlib_resources.tests.test_open.OpenZipTests) ... ok test_open_text_with_errors (importlib_resources.tests.test_open.OpenZipTests) ... ok test_absolute_path (importlib_resources.tests.test_read.CommonBinaryTests) ... ok test_importing_module_as_side_effect (importlib_resources.tests.test_read.CommonBinaryTests) ... ok test_non_package_by_name (importlib_resources.tests.test_read.CommonBinaryTests) ... ok test_non_package_by_package (importlib_resources.tests.test_read.CommonBinaryTests) ... ok test_package_name (importlib_resources.tests.test_read.CommonBinaryTests) ... ok test_package_object (importlib_resources.tests.test_read.CommonBinaryTests) ... ok test_pathlib_path (importlib_resources.tests.test_read.CommonBinaryTests) ... ok test_relative_path (importlib_resources.tests.test_read.CommonBinaryTests) ... ok test_resource_opener (importlib_resources.tests.test_read.CommonBinaryTests) ... ok test_resource_path (importlib_resources.tests.test_read.CommonBinaryTests) ... ok test_string_path (importlib_resources.tests.test_read.CommonBinaryTests) ... ok test_useless_loader (importlib_resources.tests.test_read.CommonBinaryTests) ... ok test_absolute_path (importlib_resources.tests.test_read.CommonTextTests) ... ok test_importing_module_as_side_effect (importlib_resources.tests.test_read.CommonTextTests) ... ok test_non_package_by_name (importlib_resources.tests.test_read.CommonTextTests) ... ok test_non_package_by_package (importlib_resources.tests.test_read.CommonTextTests) ... ok test_package_name (importlib_resources.tests.test_read.CommonTextTests) ... ok test_package_object (importlib_resources.tests.test_read.CommonTextTests) ... ok test_pathlib_path (importlib_resources.tests.test_read.CommonTextTests) ... ok test_relative_path (importlib_resources.tests.test_read.CommonTextTests) ... ok test_resource_opener (importlib_resources.tests.test_read.CommonTextTests) ... ok test_resource_path (importlib_resources.tests.test_read.CommonTextTests) ... ok test_string_path (importlib_resources.tests.test_read.CommonTextTests) ... ok test_useless_loader (importlib_resources.tests.test_read.CommonTextTests) ... ok test_read_binary (importlib_resources.tests.test_read.ReadDiskTests) ... ok test_read_text_default_encoding (importlib_resources.tests.test_read.ReadDiskTests) ... ok test_read_text_given_encoding (importlib_resources.tests.test_read.ReadDiskTests) ... ok test_read_text_with_errors (importlib_resources.tests.test_read.ReadDiskTests) ... ok test_read_binary (importlib_resources.tests.test_read.ReadZipTests) ... ok test_read_submodule_resource (importlib_resources.tests.test_read.ReadZipTests) ... ok test_read_submodule_resource_by_name (importlib_resources.tests.test_read.ReadZipTests) ... ok test_read_text_default_encoding (importlib_resources.tests.test_read.ReadZipTests) ... ok test_read_text_given_encoding (importlib_resources.tests.test_read.ReadZipTests) ... ok test_read_text_with_errors (importlib_resources.tests.test_read.ReadZipTests) ... ok test_read_bytes (importlib_resources.tests.test_files.OpenDiskTests) ... ok test_read_text (importlib_resources.tests.test_files.OpenDiskTests) ... ok test_traversable (importlib_resources.tests.test_files.OpenDiskTests) ... skipped 'Only suitable when typing supports runtime_checkable' test_read_bytes (importlib_resources.tests.test_files.OpenZipTests) ... ok test_read_text (importlib_resources.tests.test_files.OpenZipTests) ... ok test_traversable (importlib_resources.tests.test_files.OpenZipTests) ... test_join_path skipped 'Only suitable when typing supports runtime_checkable' ---------------------------------------------------------------------- Ran 139 tests in 0.037s OK (skipped=3) + exit 0 Processing files: python3-importlib-resources-3.3.0-1.el8.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.fMqZDp + umask 022 + cd /builddir/build/BUILD + cd importlib_resources-3.3.0 + DOCDIR=/builddir/build/BUILDROOT/python-importlib-resources-3.3.0-1.el8.noarch/usr/share/doc/python3-importlib-resources + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-importlib-resources-3.3.0-1.el8.noarch/usr/share/doc/python3-importlib-resources + cp -pr README.rst /builddir/build/BUILDROOT/python-importlib-resources-3.3.0-1.el8.noarch/usr/share/doc/python3-importlib-resources + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.hsiuiJ + umask 022 + cd /builddir/build/BUILD + cd importlib_resources-3.3.0 + LICENSEDIR=/builddir/build/BUILDROOT/python-importlib-resources-3.3.0-1.el8.noarch/usr/share/licenses/python3-importlib-resources + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-importlib-resources-3.3.0-1.el8.noarch/usr/share/licenses/python3-importlib-resources + cp -pr LICENSE /builddir/build/BUILDROOT/python-importlib-resources-3.3.0-1.el8.noarch/usr/share/licenses/python3-importlib-resources + exit 0 Provides: python3-importlib-resources = 3.3.0-1.el8 python3.6dist(importlib-resources) = 3.3.0 python3dist(importlib-resources) = 3.3.0 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(zipp) >= 0.4 Processing files: python-importlib-resources-doc-3.3.0-1.el8.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.kvRuqn + umask 022 + cd /builddir/build/BUILD + cd importlib_resources-3.3.0 + DOCDIR=/builddir/build/BUILDROOT/python-importlib-resources-3.3.0-1.el8.noarch/usr/share/doc/python-importlib-resources-doc + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-importlib-resources-3.3.0-1.el8.noarch/usr/share/doc/python-importlib-resources-doc + cp -pr README.rst /builddir/build/BUILDROOT/python-importlib-resources-3.3.0-1.el8.noarch/usr/share/doc/python-importlib-resources-doc + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.htnQz1 + umask 022 + cd /builddir/build/BUILD + cd importlib_resources-3.3.0 + LICENSEDIR=/builddir/build/BUILDROOT/python-importlib-resources-3.3.0-1.el8.noarch/usr/share/licenses/python-importlib-resources-doc + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-importlib-resources-3.3.0-1.el8.noarch/usr/share/licenses/python-importlib-resources-doc + cp -pr LICENSE /builddir/build/BUILDROOT/python-importlib-resources-3.3.0-1.el8.noarch/usr/share/licenses/python-importlib-resources-doc + exit 0 Provides: python-importlib-resources-doc = 3.3.0-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-importlib-resources-3.3.0-1.el8.noarch Wrote: /builddir/build/RPMS/python3-importlib-resources-3.3.0-1.el8.noarch.rpm Wrote: /builddir/build/RPMS/python-importlib-resources-doc-3.3.0-1.el8.noarch.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.0oJNPF + umask 022 + cd /builddir/build/BUILD + cd importlib_resources-3.3.0 + /usr/bin/rm -rf /builddir/build/BUILDROOT/python-importlib-resources-3.3.0-1.el8.noarch + exit 0 Child return code was: 0