Mock Version: 1.3.4 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target noarch --nodeps /builddir/build/SPECS/python-importlib-resources.spec'], nspawn_args=[]shell=Falseuid=996env={'LANG': 'en_US.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/epel-1-armhfp-fb89ae7bd14762c692f7a94d205554478ad27540/root'gid=135user='mockbuild'timeout=0logger=printOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target noarch --nodeps /builddir/build/SPECS/python-importlib-resources.spec'] with env {'LANG': 'en_US.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-1.0.2-2.el7.src.rpm Child return code was: 0 ENTER ['do'](['bash', '--login', '-c', u'/usr/bin/rpmbuild -bb --target noarch --nodeps /builddir/build/SPECS/python-importlib-resources.spec'], nspawn_args=[]shell=Falseuid=996env={'LANG': 'en_US.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/epel-1-armhfp-fb89ae7bd14762c692f7a94d205554478ad27540/root'gid=135user='mockbuild'timeout=0logger=printOutput=False) Executing command: ['bash', '--login', '-c', u'/usr/bin/rpmbuild -bb --target noarch --nodeps /builddir/build/SPECS/python-importlib-resources.spec'] with env {'LANG': 'en_US.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.G5CTP8 + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf importlib_resources-1.0.2 + /usr/bin/gzip -dc /builddir/build/SOURCES/importlib_resources-1.0.2.tar.gz + /usr/bin/tar -xf - + STATUS=0 + '[' 0 -ne 0 ']' + cd importlib_resources-1.0.2 + /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 + rm -rf importlib_resources.egg-info + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.OO7JC9 + umask 022 + cd /builddir/build/BUILD + cd importlib_resources-1.0.2 + CFLAGS='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=neon -mfloat-abi=hard' + LDFLAGS='-Wl,-z,relro ' + /usr/bin/python3 setup.py build '--executable=/usr/bin/python3 -s' running build running build_py creating build creating build/lib creating build/lib/importlib_resources copying importlib_resources/abc.py -> build/lib/importlib_resources copying importlib_resources/__init__.py -> build/lib/importlib_resources copying importlib_resources/_compat.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_open.py -> build/lib/importlib_resources/tests copying importlib_resources/tests/__init__.py -> build/lib/importlib_resources/tests copying importlib_resources/tests/test_read.py -> build/lib/importlib_resources/tests copying importlib_resources/tests/test_path.py -> build/lib/importlib_resources/tests copying importlib_resources/tests/util.py -> build/lib/importlib_resources/tests copying importlib_resources/tests/test_resource.py -> build/lib/importlib_resources/tests 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/zipdata02 copying importlib_resources/tests/zipdata02/__init__.py -> build/lib/importlib_resources/tests/zipdata02 creating build/lib/importlib_resources/tests/data03 copying importlib_resources/tests/data03/__init__.py -> build/lib/importlib_resources/tests/data03 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/zipdata01 copying importlib_resources/tests/zipdata01/__init__.py -> build/lib/importlib_resources/tests/zipdata01 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/data02/two copying importlib_resources/tests/data02/two/__init__.py -> build/lib/importlib_resources/tests/data02/two creating build/lib/importlib_resources/tests/data01/subdirectory copying importlib_resources/tests/data01/subdirectory/__init__.py -> build/lib/importlib_resources/tests/data01/subdirectory copying importlib_resources/version.txt -> build/lib/importlib_resources creating build/lib/importlib_resources/docs copying importlib_resources/docs/changelog.rst -> build/lib/importlib_resources/docs copying importlib_resources/docs/migration.rst -> build/lib/importlib_resources/docs copying importlib_resources/docs/conf.py -> build/lib/importlib_resources/docs copying importlib_resources/docs/index.rst -> build/lib/importlib_resources/docs copying importlib_resources/docs/using.rst -> build/lib/importlib_resources/docs copying importlib_resources/tests/zipdata02/ziptestdata.zip -> build/lib/importlib_resources/tests/zipdata02 creating build/lib/importlib_resources/tests/data03/namespace copying importlib_resources/tests/data03/namespace/resource1.txt -> build/lib/importlib_resources/tests/data03/namespace copying importlib_resources/tests/data01/utf-8.file -> build/lib/importlib_resources/tests/data01 copying importlib_resources/tests/data01/utf-16.file -> build/lib/importlib_resources/tests/data01 copying importlib_resources/tests/data01/binary.file -> build/lib/importlib_resources/tests/data01 copying importlib_resources/tests/zipdata01/ziptestdata.zip -> build/lib/importlib_resources/tests/zipdata01 copying importlib_resources/tests/data02/one/resource1.txt -> build/lib/importlib_resources/tests/data02/one copying importlib_resources/tests/data02/two/resource2.txt -> build/lib/importlib_resources/tests/data02/two copying importlib_resources/tests/data01/subdirectory/binary.file -> build/lib/importlib_resources/tests/data01/subdirectory + sleep 1 + PYTHONPATH=/builddir/build/BUILD/importlib_resources-1.0.2 + sphinx-build-3.6 importlib_resources/docs html Making output directory... Running Sphinx v1.2.3 loading pickled environment... failed: [Errno 2] No such file or directory: '/builddir/build/BUILD/importlib_resources-1.0.2/html/.doctrees/environment.pickle' No builder selected, using default: html loading intersphinx inventory from https://docs.python.org/3/objects.inv... building [html]: targets for 4 source files that are out of date updating environment: 4 added, 0 changed, 0 removed reading sources... [ 25%] changelog reading sources... [ 50%] index reading sources... [ 75%] migration reading sources... [100%] using looking for now-outdated files... none found pickling environment... deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed./builddir/build/BUILD/importlib_resources-1.0.2/importlib_resources/docs/index.rst:27: ERROR: Error in "toctree" directive: unknown option: "caption". .. toctree:: :maxdepth: 2 :caption: Contents: using.rst migration.rst changelog.rst done checking consistency... done preparing documents... /builddir/build/BUILD/importlib_resources-1.0.2/importlib_resources/docs/changelog.rst:: WARNING: document isn't included in any toctree /builddir/build/BUILD/importlib_resources-1.0.2/importlib_resources/docs/migration.rst:: WARNING: document isn't included in any toctree /builddir/build/BUILD/importlib_resources-1.0.2/importlib_resources/docs/using.rst:: WARNING: document isn't included in any toctree done writing output... [ 25%] changelog writing output... [ 50%] index writing output... [ 75%] migration writing output... [100%] using writing additional files... (0 module code pages) genindex search copying static files... WARNING: html_static_path entry '/builddir/build/BUILD/importlib_resources-1.0.2/importlib_resources/docs/_static' does not exist done copying extra files... done dumping search index... done dumping object inventory... done build succeeded, 5 warnings. + rm -rf html/.doctrees html/.buildinfo + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.Mddimp + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/python-importlib-resources-1.0.2-2.el7.noarch '!=' / ']' + rm -rf /builddir/build/BUILDROOT/python-importlib-resources-1.0.2-2.el7.noarch ++ dirname /builddir/build/BUILDROOT/python-importlib-resources-1.0.2-2.el7.noarch + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/python-importlib-resources-1.0.2-2.el7.noarch + cd importlib_resources-1.0.2 + CFLAGS='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=neon -mfloat-abi=hard' + LDFLAGS='-Wl,-z,relro ' + /usr/bin/python3 setup.py install -O1 --skip-build --root /builddir/build/BUILDROOT/python-importlib-resources-1.0.2-2.el7.noarch running install running install_lib creating /builddir/build/BUILDROOT/python-importlib-resources-1.0.2-2.el7.noarch/usr creating /builddir/build/BUILDROOT/python-importlib-resources-1.0.2-2.el7.noarch/usr/lib creating /builddir/build/BUILDROOT/python-importlib-resources-1.0.2-2.el7.noarch/usr/lib/python3.6 creating /builddir/build/BUILDROOT/python-importlib-resources-1.0.2-2.el7.noarch/usr/lib/python3.6/site-packages creating /builddir/build/BUILDROOT/python-importlib-resources-1.0.2-2.el7.noarch/usr/lib/python3.6/site-packages/importlib_resources copying build/lib/importlib_resources/abc.py -> /builddir/build/BUILDROOT/python-importlib-resources-1.0.2-2.el7.noarch/usr/lib/python3.6/site-packages/importlib_resources creating /builddir/build/BUILDROOT/python-importlib-resources-1.0.2-2.el7.noarch/usr/lib/python3.6/site-packages/importlib_resources/tests creating /builddir/build/BUILDROOT/python-importlib-resources-1.0.2-2.el7.noarch/usr/lib/python3.6/site-packages/importlib_resources/tests/data02 creating /builddir/build/BUILDROOT/python-importlib-resources-1.0.2-2.el7.noarch/usr/lib/python3.6/site-packages/importlib_resources/tests/data02/one copying build/lib/importlib_resources/tests/data02/one/resource1.txt -> /builddir/build/BUILDROOT/python-importlib-resources-1.0.2-2.el7.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-1.0.2-2.el7.noarch/usr/lib/python3.6/site-packages/importlib_resources/tests/data02/one copying build/lib/importlib_resources/tests/data02/__init__.py -> /builddir/build/BUILDROOT/python-importlib-resources-1.0.2-2.el7.noarch/usr/lib/python3.6/site-packages/importlib_resources/tests/data02 creating /builddir/build/BUILDROOT/python-importlib-resources-1.0.2-2.el7.noarch/usr/lib/python3.6/site-packages/importlib_resources/tests/data02/two copying build/lib/importlib_resources/tests/data02/two/resource2.txt -> /builddir/build/BUILDROOT/python-importlib-resources-1.0.2-2.el7.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-1.0.2-2.el7.noarch/usr/lib/python3.6/site-packages/importlib_resources/tests/data02/two creating /builddir/build/BUILDROOT/python-importlib-resources-1.0.2-2.el7.noarch/usr/lib/python3.6/site-packages/importlib_resources/tests/zipdata02 copying build/lib/importlib_resources/tests/zipdata02/ziptestdata.zip -> /builddir/build/BUILDROOT/python-importlib-resources-1.0.2-2.el7.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-1.0.2-2.el7.noarch/usr/lib/python3.6/site-packages/importlib_resources/tests/zipdata02 creating /builddir/build/BUILDROOT/python-importlib-resources-1.0.2-2.el7.noarch/usr/lib/python3.6/site-packages/importlib_resources/tests/data03 copying build/lib/importlib_resources/tests/data03/__init__.py -> /builddir/build/BUILDROOT/python-importlib-resources-1.0.2-2.el7.noarch/usr/lib/python3.6/site-packages/importlib_resources/tests/data03 creating /builddir/build/BUILDROOT/python-importlib-resources-1.0.2-2.el7.noarch/usr/lib/python3.6/site-packages/importlib_resources/tests/data03/namespace copying build/lib/importlib_resources/tests/data03/namespace/resource1.txt -> /builddir/build/BUILDROOT/python-importlib-resources-1.0.2-2.el7.noarch/usr/lib/python3.6/site-packages/importlib_resources/tests/data03/namespace copying build/lib/importlib_resources/tests/test_open.py -> /builddir/build/BUILDROOT/python-importlib-resources-1.0.2-2.el7.noarch/usr/lib/python3.6/site-packages/importlib_resources/tests copying build/lib/importlib_resources/tests/__init__.py -> /builddir/build/BUILDROOT/python-importlib-resources-1.0.2-2.el7.noarch/usr/lib/python3.6/site-packages/importlib_resources/tests creating /builddir/build/BUILDROOT/python-importlib-resources-1.0.2-2.el7.noarch/usr/lib/python3.6/site-packages/importlib_resources/tests/data01 copying build/lib/importlib_resources/tests/data01/utf-8.file -> /builddir/build/BUILDROOT/python-importlib-resources-1.0.2-2.el7.noarch/usr/lib/python3.6/site-packages/importlib_resources/tests/data01 creating /builddir/build/BUILDROOT/python-importlib-resources-1.0.2-2.el7.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-1.0.2-2.el7.noarch/usr/lib/python3.6/site-packages/importlib_resources/tests/data01/subdirectory copying build/lib/importlib_resources/tests/data01/subdirectory/binary.file -> /builddir/build/BUILDROOT/python-importlib-resources-1.0.2-2.el7.noarch/usr/lib/python3.6/site-packages/importlib_resources/tests/data01/subdirectory copying build/lib/importlib_resources/tests/data01/__init__.py -> /builddir/build/BUILDROOT/python-importlib-resources-1.0.2-2.el7.noarch/usr/lib/python3.6/site-packages/importlib_resources/tests/data01 copying build/lib/importlib_resources/tests/data01/utf-16.file -> /builddir/build/BUILDROOT/python-importlib-resources-1.0.2-2.el7.noarch/usr/lib/python3.6/site-packages/importlib_resources/tests/data01 copying build/lib/importlib_resources/tests/data01/binary.file -> /builddir/build/BUILDROOT/python-importlib-resources-1.0.2-2.el7.noarch/usr/lib/python3.6/site-packages/importlib_resources/tests/data01 creating /builddir/build/BUILDROOT/python-importlib-resources-1.0.2-2.el7.noarch/usr/lib/python3.6/site-packages/importlib_resources/tests/zipdata01 copying build/lib/importlib_resources/tests/zipdata01/ziptestdata.zip -> /builddir/build/BUILDROOT/python-importlib-resources-1.0.2-2.el7.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-1.0.2-2.el7.noarch/usr/lib/python3.6/site-packages/importlib_resources/tests/zipdata01 copying build/lib/importlib_resources/tests/test_read.py -> /builddir/build/BUILDROOT/python-importlib-resources-1.0.2-2.el7.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-1.0.2-2.el7.noarch/usr/lib/python3.6/site-packages/importlib_resources/tests copying build/lib/importlib_resources/tests/util.py -> /builddir/build/BUILDROOT/python-importlib-resources-1.0.2-2.el7.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-1.0.2-2.el7.noarch/usr/lib/python3.6/site-packages/importlib_resources/tests copying build/lib/importlib_resources/version.txt -> /builddir/build/BUILDROOT/python-importlib-resources-1.0.2-2.el7.noarch/usr/lib/python3.6/site-packages/importlib_resources copying build/lib/importlib_resources/__init__.py -> /builddir/build/BUILDROOT/python-importlib-resources-1.0.2-2.el7.noarch/usr/lib/python3.6/site-packages/importlib_resources copying build/lib/importlib_resources/_compat.py -> /builddir/build/BUILDROOT/python-importlib-resources-1.0.2-2.el7.noarch/usr/lib/python3.6/site-packages/importlib_resources copying build/lib/importlib_resources/_py3.py -> /builddir/build/BUILDROOT/python-importlib-resources-1.0.2-2.el7.noarch/usr/lib/python3.6/site-packages/importlib_resources creating /builddir/build/BUILDROOT/python-importlib-resources-1.0.2-2.el7.noarch/usr/lib/python3.6/site-packages/importlib_resources/docs copying build/lib/importlib_resources/docs/changelog.rst -> /builddir/build/BUILDROOT/python-importlib-resources-1.0.2-2.el7.noarch/usr/lib/python3.6/site-packages/importlib_resources/docs copying build/lib/importlib_resources/docs/migration.rst -> /builddir/build/BUILDROOT/python-importlib-resources-1.0.2-2.el7.noarch/usr/lib/python3.6/site-packages/importlib_resources/docs copying build/lib/importlib_resources/docs/conf.py -> /builddir/build/BUILDROOT/python-importlib-resources-1.0.2-2.el7.noarch/usr/lib/python3.6/site-packages/importlib_resources/docs copying build/lib/importlib_resources/docs/index.rst -> /builddir/build/BUILDROOT/python-importlib-resources-1.0.2-2.el7.noarch/usr/lib/python3.6/site-packages/importlib_resources/docs copying build/lib/importlib_resources/docs/using.rst -> /builddir/build/BUILDROOT/python-importlib-resources-1.0.2-2.el7.noarch/usr/lib/python3.6/site-packages/importlib_resources/docs byte-compiling /builddir/build/BUILDROOT/python-importlib-resources-1.0.2-2.el7.noarch/usr/lib/python3.6/site-packages/importlib_resources/abc.py to abc.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-importlib-resources-1.0.2-2.el7.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-1.0.2-2.el7.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-1.0.2-2.el7.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-1.0.2-2.el7.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-1.0.2-2.el7.noarch/usr/lib/python3.6/site-packages/importlib_resources/tests/data03/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-importlib-resources-1.0.2-2.el7.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-1.0.2-2.el7.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-1.0.2-2.el7.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-1.0.2-2.el7.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-1.0.2-2.el7.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-1.0.2-2.el7.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-1.0.2-2.el7.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-1.0.2-2.el7.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-1.0.2-2.el7.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-1.0.2-2.el7.noarch/usr/lib/python3.6/site-packages/importlib_resources/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-importlib-resources-1.0.2-2.el7.noarch/usr/lib/python3.6/site-packages/importlib_resources/_compat.py to _compat.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-importlib-resources-1.0.2-2.el7.noarch/usr/lib/python3.6/site-packages/importlib_resources/_py3.py to _py3.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-importlib-resources-1.0.2-2.el7.noarch/usr/lib/python3.6/site-packages/importlib_resources/docs/conf.py to conf.cpython-36.pyc writing byte-compilation script '/tmp/tmpau30zzg8.py' /usr/bin/python3 /tmp/tmpau30zzg8.py removing /tmp/tmpau30zzg8.py running install_egg_info 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' reading manifest template 'MANIFEST.in' warning: no previously-included files found matching '.gitignore' no previously-included directories found matching '.tox' writing manifest file 'importlib_resources.egg-info/SOURCES.txt' Copying importlib_resources.egg-info to /builddir/build/BUILDROOT/python-importlib-resources-1.0.2-2.el7.noarch/usr/lib/python3.6/site-packages/importlib_resources-1.0.2-py3.6.egg-info running install_scripts + rm -r /builddir/build/BUILDROOT/python-importlib-resources-1.0.2-2.el7.noarch//usr/lib/python3.6/site-packages/importlib_resources/docs/ /builddir/build/BUILDROOT/python-importlib-resources-1.0.2-2.el7.noarch//usr/lib/python3.6/site-packages/importlib_resources/tests/ + /usr/lib/rpm/find-debuginfo.sh --strict-build-id -m --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 /builddir/build/BUILD/importlib_resources-1.0.2 /usr/lib/rpm/sepdebugcrcfix: Updated 0 CRC32s, 0 CRC32s did match. find: 'debug': No such file or directory + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-compress + /usr/lib/rpm/redhat/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1 Bytecompiling .py files below /builddir/build/BUILDROOT/python-importlib-resources-1.0.2-2.el7.noarch/usr/lib/python3.6 using /usr/bin/python3.6 + /usr/lib/rpm/redhat/brp-python-hardlink + /usr/lib/rpm/redhat/brp-java-repack-jars Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.3jQEta + umask 022 + cd /builddir/build/BUILD + cd importlib_resources-1.0.2 + /usr/bin/python3 setup.py test running test 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' reading manifest template 'MANIFEST.in' warning: no previously-included files found matching '.gitignore' no previously-included directories found matching '.tox' writing manifest file 'importlib_resources.egg-info/SOURCES.txt' running build_ext 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.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_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_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_namespaces_cannot_have_resources (importlib_resources.tests.test_resource.NamespaceTest) ... 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.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 ---------------------------------------------------------------------- Ran 104 tests in 0.079s OK + exit 0 Processing files: python36-importlib-resources-1.0.2-2.el7.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.HJa0F0 + umask 022 + cd /builddir/build/BUILD + cd importlib_resources-1.0.2 + DOCDIR=/builddir/build/BUILDROOT/python-importlib-resources-1.0.2-2.el7.noarch/usr/share/doc/python36-importlib-resources-1.0.2 + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-importlib-resources-1.0.2-2.el7.noarch/usr/share/doc/python36-importlib-resources-1.0.2 + cp -pr README.rst /builddir/build/BUILDROOT/python-importlib-resources-1.0.2-2.el7.noarch/usr/share/doc/python36-importlib-resources-1.0.2 + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.BnqXzQ + umask 022 + cd /builddir/build/BUILD + cd importlib_resources-1.0.2 + LICENSEDIR=/builddir/build/BUILDROOT/python-importlib-resources-1.0.2-2.el7.noarch/usr/share/licenses/python36-importlib-resources-1.0.2 + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-importlib-resources-1.0.2-2.el7.noarch/usr/share/licenses/python36-importlib-resources-1.0.2 + cp -pr LICENSE /builddir/build/BUILDROOT/python-importlib-resources-1.0.2-2.el7.noarch/usr/share/licenses/python36-importlib-resources-1.0.2 + exit 0 Provides: python3-importlib_resources = 1.0.2-2.el7 python3.6dist(importlib-resources) = 1.0.2 python36-importlib-resources = 1.0.2-2.el7 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: python(abi) = 3.6 Processing files: python-importlib-resources-doc-1.0.2-2.el7.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.MdgOHD + umask 022 + cd /builddir/build/BUILD + cd importlib_resources-1.0.2 + DOCDIR=/builddir/build/BUILDROOT/python-importlib-resources-1.0.2-2.el7.noarch/usr/share/doc/python-importlib-resources-doc-1.0.2 + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-importlib-resources-1.0.2-2.el7.noarch/usr/share/doc/python-importlib-resources-doc-1.0.2 + cp -pr html /builddir/build/BUILDROOT/python-importlib-resources-1.0.2-2.el7.noarch/usr/share/doc/python-importlib-resources-doc-1.0.2 + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.1fFiKp + umask 022 + cd /builddir/build/BUILD + cd importlib_resources-1.0.2 + LICENSEDIR=/builddir/build/BUILDROOT/python-importlib-resources-1.0.2-2.el7.noarch/usr/share/licenses/python-importlib-resources-doc-1.0.2 + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-importlib-resources-1.0.2-2.el7.noarch/usr/share/licenses/python-importlib-resources-doc-1.0.2 + cp -pr LICENSE /builddir/build/BUILDROOT/python-importlib-resources-1.0.2-2.el7.noarch/usr/share/licenses/python-importlib-resources-doc-1.0.2 + exit 0 Provides: python-importlib-resources-doc = 1.0.2-2.el7 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/python-importlib-resources-1.0.2-2.el7.noarch Wrote: /builddir/build/RPMS/python36-importlib-resources-1.0.2-2.el7.noarch.rpm Wrote: /builddir/build/RPMS/python-importlib-resources-doc-1.0.2-2.el7.noarch.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.pelRC6 + umask 022 + cd /builddir/build/BUILD + cd importlib_resources-1.0.2 + /usr/bin/rm -rf /builddir/build/BUILDROOT/python-importlib-resources-1.0.2-2.el7.noarch + exit 0 Child return code was: 0