Mock Version: 1.3.4 Mock Version: 1.3.4 ENTER ['do'](['/usr/bin/rpmbuild', '-bs', '--target', 'noarch', '--nodeps', u'/builddir/build/SPECS/python-jsonschema.spec'], nspawn_args=[]shell=Falseuid=993env={'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-victoria-el8-build-81766-491588/root'gid=135user='mockbuild'timeout=86400logger=printOutput=False) Executing command: ['/usr/bin/systemd-nspawn', '-q', '-M', '145a26c11d0f4e098a82f64e00373cf5', '-D', '/var/lib/mock/cloud8-openstack-victoria-el8-build-81766-491588/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-jsonschema.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-jsonschema-3.2.0-5.el8.src.rpm Child return code was: 0 ENTER ['do'](['/usr/bin/rpmbuild', '-bb', '--target', 'noarch', '--nodeps', u'/builddir/build/SPECS/python-jsonschema.spec'], nspawn_args=['--private-network']shell=Falseuid=993env={'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-victoria-el8-build-81766-491588/root'gid=135user='mockbuild'timeout=86400logger=printOutput=False) Executing command: ['/usr/bin/systemd-nspawn', '-q', '-M', '4cc7e54a74f64c10a2863b71d72a65f4', '-D', '/var/lib/mock/cloud8-openstack-victoria-el8-build-81766-491588/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-jsonschema.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.gWkHN6 + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf jsonschema-3.2.0 + /usr/bin/gzip -dc /builddir/build/SOURCES/jsonschema-3.2.0.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd jsonschema-3.2.0 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + rm -rf jsonschema.egg-info + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.UOxbn3 + umask 022 + cd /builddir/build/BUILD + cd jsonschema-3.2.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/jsonschema copying jsonschema/__init__.py -> build/lib/jsonschema copying jsonschema/compat.py -> build/lib/jsonschema copying jsonschema/validators.py -> build/lib/jsonschema copying jsonschema/__main__.py -> build/lib/jsonschema copying jsonschema/_types.py -> build/lib/jsonschema copying jsonschema/_reflect.py -> build/lib/jsonschema copying jsonschema/_utils.py -> build/lib/jsonschema copying jsonschema/exceptions.py -> build/lib/jsonschema copying jsonschema/_legacy_validators.py -> build/lib/jsonschema copying jsonschema/_format.py -> build/lib/jsonschema copying jsonschema/cli.py -> build/lib/jsonschema copying jsonschema/_validators.py -> build/lib/jsonschema creating build/lib/jsonschema/benchmarks copying jsonschema/benchmarks/__init__.py -> build/lib/jsonschema/benchmarks copying jsonschema/benchmarks/issue232.py -> build/lib/jsonschema/benchmarks copying jsonschema/benchmarks/json_schema_test_suite.py -> build/lib/jsonschema/benchmarks creating build/lib/jsonschema/tests copying jsonschema/tests/test_validators.py -> build/lib/jsonschema/tests copying jsonschema/tests/_suite.py -> build/lib/jsonschema/tests copying jsonschema/tests/test_format.py -> build/lib/jsonschema/tests copying jsonschema/tests/__init__.py -> build/lib/jsonschema/tests copying jsonschema/tests/test_cli.py -> build/lib/jsonschema/tests copying jsonschema/tests/test_types.py -> build/lib/jsonschema/tests copying jsonschema/tests/test_jsonschema_test_suite.py -> build/lib/jsonschema/tests copying jsonschema/tests/test_exceptions.py -> build/lib/jsonschema/tests copying jsonschema/tests/_helpers.py -> build/lib/jsonschema/tests creating build/lib/jsonschema/schemas copying jsonschema/schemas/draft7.json -> build/lib/jsonschema/schemas copying jsonschema/schemas/draft4.json -> build/lib/jsonschema/schemas copying jsonschema/schemas/draft3.json -> build/lib/jsonschema/schemas copying jsonschema/schemas/draft6.json -> build/lib/jsonschema/schemas + sleep 1 + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.RKywR2 + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/python-jsonschema-3.2.0-5.el8.noarch '!=' / ']' + rm -rf /builddir/build/BUILDROOT/python-jsonschema-3.2.0-5.el8.noarch ++ dirname /builddir/build/BUILDROOT/python-jsonschema-3.2.0-5.el8.noarch + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/python-jsonschema-3.2.0-5.el8.noarch + cd jsonschema-3.2.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-jsonschema-3.2.0-5.el8.noarch your setuptools is too old (<12) setuptools_scm functionality is degraded running install running install_lib creating /builddir/build/BUILDROOT/python-jsonschema-3.2.0-5.el8.noarch/usr creating /builddir/build/BUILDROOT/python-jsonschema-3.2.0-5.el8.noarch/usr/lib creating /builddir/build/BUILDROOT/python-jsonschema-3.2.0-5.el8.noarch/usr/lib/python3.6 creating /builddir/build/BUILDROOT/python-jsonschema-3.2.0-5.el8.noarch/usr/lib/python3.6/site-packages creating /builddir/build/BUILDROOT/python-jsonschema-3.2.0-5.el8.noarch/usr/lib/python3.6/site-packages/jsonschema copying build/lib/jsonschema/__init__.py -> /builddir/build/BUILDROOT/python-jsonschema-3.2.0-5.el8.noarch/usr/lib/python3.6/site-packages/jsonschema copying build/lib/jsonschema/compat.py -> /builddir/build/BUILDROOT/python-jsonschema-3.2.0-5.el8.noarch/usr/lib/python3.6/site-packages/jsonschema copying build/lib/jsonschema/validators.py -> /builddir/build/BUILDROOT/python-jsonschema-3.2.0-5.el8.noarch/usr/lib/python3.6/site-packages/jsonschema copying build/lib/jsonschema/__main__.py -> /builddir/build/BUILDROOT/python-jsonschema-3.2.0-5.el8.noarch/usr/lib/python3.6/site-packages/jsonschema copying build/lib/jsonschema/_types.py -> /builddir/build/BUILDROOT/python-jsonschema-3.2.0-5.el8.noarch/usr/lib/python3.6/site-packages/jsonschema creating /builddir/build/BUILDROOT/python-jsonschema-3.2.0-5.el8.noarch/usr/lib/python3.6/site-packages/jsonschema/benchmarks copying build/lib/jsonschema/benchmarks/__init__.py -> /builddir/build/BUILDROOT/python-jsonschema-3.2.0-5.el8.noarch/usr/lib/python3.6/site-packages/jsonschema/benchmarks copying build/lib/jsonschema/benchmarks/issue232.py -> /builddir/build/BUILDROOT/python-jsonschema-3.2.0-5.el8.noarch/usr/lib/python3.6/site-packages/jsonschema/benchmarks copying build/lib/jsonschema/benchmarks/json_schema_test_suite.py -> /builddir/build/BUILDROOT/python-jsonschema-3.2.0-5.el8.noarch/usr/lib/python3.6/site-packages/jsonschema/benchmarks creating /builddir/build/BUILDROOT/python-jsonschema-3.2.0-5.el8.noarch/usr/lib/python3.6/site-packages/jsonschema/tests copying build/lib/jsonschema/tests/test_validators.py -> /builddir/build/BUILDROOT/python-jsonschema-3.2.0-5.el8.noarch/usr/lib/python3.6/site-packages/jsonschema/tests copying build/lib/jsonschema/tests/_suite.py -> /builddir/build/BUILDROOT/python-jsonschema-3.2.0-5.el8.noarch/usr/lib/python3.6/site-packages/jsonschema/tests copying build/lib/jsonschema/tests/test_format.py -> /builddir/build/BUILDROOT/python-jsonschema-3.2.0-5.el8.noarch/usr/lib/python3.6/site-packages/jsonschema/tests copying build/lib/jsonschema/tests/__init__.py -> /builddir/build/BUILDROOT/python-jsonschema-3.2.0-5.el8.noarch/usr/lib/python3.6/site-packages/jsonschema/tests copying build/lib/jsonschema/tests/test_cli.py -> /builddir/build/BUILDROOT/python-jsonschema-3.2.0-5.el8.noarch/usr/lib/python3.6/site-packages/jsonschema/tests copying build/lib/jsonschema/tests/test_types.py -> /builddir/build/BUILDROOT/python-jsonschema-3.2.0-5.el8.noarch/usr/lib/python3.6/site-packages/jsonschema/tests copying build/lib/jsonschema/tests/test_jsonschema_test_suite.py -> /builddir/build/BUILDROOT/python-jsonschema-3.2.0-5.el8.noarch/usr/lib/python3.6/site-packages/jsonschema/tests copying build/lib/jsonschema/tests/test_exceptions.py -> /builddir/build/BUILDROOT/python-jsonschema-3.2.0-5.el8.noarch/usr/lib/python3.6/site-packages/jsonschema/tests copying build/lib/jsonschema/tests/_helpers.py -> /builddir/build/BUILDROOT/python-jsonschema-3.2.0-5.el8.noarch/usr/lib/python3.6/site-packages/jsonschema/tests copying build/lib/jsonschema/_reflect.py -> /builddir/build/BUILDROOT/python-jsonschema-3.2.0-5.el8.noarch/usr/lib/python3.6/site-packages/jsonschema copying build/lib/jsonschema/_utils.py -> /builddir/build/BUILDROOT/python-jsonschema-3.2.0-5.el8.noarch/usr/lib/python3.6/site-packages/jsonschema copying build/lib/jsonschema/exceptions.py -> /builddir/build/BUILDROOT/python-jsonschema-3.2.0-5.el8.noarch/usr/lib/python3.6/site-packages/jsonschema copying build/lib/jsonschema/_legacy_validators.py -> /builddir/build/BUILDROOT/python-jsonschema-3.2.0-5.el8.noarch/usr/lib/python3.6/site-packages/jsonschema copying build/lib/jsonschema/_format.py -> /builddir/build/BUILDROOT/python-jsonschema-3.2.0-5.el8.noarch/usr/lib/python3.6/site-packages/jsonschema copying build/lib/jsonschema/cli.py -> /builddir/build/BUILDROOT/python-jsonschema-3.2.0-5.el8.noarch/usr/lib/python3.6/site-packages/jsonschema creating /builddir/build/BUILDROOT/python-jsonschema-3.2.0-5.el8.noarch/usr/lib/python3.6/site-packages/jsonschema/schemas copying build/lib/jsonschema/schemas/draft7.json -> /builddir/build/BUILDROOT/python-jsonschema-3.2.0-5.el8.noarch/usr/lib/python3.6/site-packages/jsonschema/schemas copying build/lib/jsonschema/schemas/draft4.json -> /builddir/build/BUILDROOT/python-jsonschema-3.2.0-5.el8.noarch/usr/lib/python3.6/site-packages/jsonschema/schemas copying build/lib/jsonschema/schemas/draft3.json -> /builddir/build/BUILDROOT/python-jsonschema-3.2.0-5.el8.noarch/usr/lib/python3.6/site-packages/jsonschema/schemas copying build/lib/jsonschema/schemas/draft6.json -> /builddir/build/BUILDROOT/python-jsonschema-3.2.0-5.el8.noarch/usr/lib/python3.6/site-packages/jsonschema/schemas copying build/lib/jsonschema/_validators.py -> /builddir/build/BUILDROOT/python-jsonschema-3.2.0-5.el8.noarch/usr/lib/python3.6/site-packages/jsonschema byte-compiling /builddir/build/BUILDROOT/python-jsonschema-3.2.0-5.el8.noarch/usr/lib/python3.6/site-packages/jsonschema/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-jsonschema-3.2.0-5.el8.noarch/usr/lib/python3.6/site-packages/jsonschema/compat.py to compat.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-jsonschema-3.2.0-5.el8.noarch/usr/lib/python3.6/site-packages/jsonschema/validators.py to validators.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-jsonschema-3.2.0-5.el8.noarch/usr/lib/python3.6/site-packages/jsonschema/__main__.py to __main__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-jsonschema-3.2.0-5.el8.noarch/usr/lib/python3.6/site-packages/jsonschema/_types.py to _types.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-jsonschema-3.2.0-5.el8.noarch/usr/lib/python3.6/site-packages/jsonschema/benchmarks/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-jsonschema-3.2.0-5.el8.noarch/usr/lib/python3.6/site-packages/jsonschema/benchmarks/issue232.py to issue232.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-jsonschema-3.2.0-5.el8.noarch/usr/lib/python3.6/site-packages/jsonschema/benchmarks/json_schema_test_suite.py to json_schema_test_suite.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-jsonschema-3.2.0-5.el8.noarch/usr/lib/python3.6/site-packages/jsonschema/tests/test_validators.py to test_validators.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-jsonschema-3.2.0-5.el8.noarch/usr/lib/python3.6/site-packages/jsonschema/tests/_suite.py to _suite.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-jsonschema-3.2.0-5.el8.noarch/usr/lib/python3.6/site-packages/jsonschema/tests/test_format.py to test_format.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-jsonschema-3.2.0-5.el8.noarch/usr/lib/python3.6/site-packages/jsonschema/tests/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-jsonschema-3.2.0-5.el8.noarch/usr/lib/python3.6/site-packages/jsonschema/tests/test_cli.py to test_cli.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-jsonschema-3.2.0-5.el8.noarch/usr/lib/python3.6/site-packages/jsonschema/tests/test_types.py to test_types.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-jsonschema-3.2.0-5.el8.noarch/usr/lib/python3.6/site-packages/jsonschema/tests/test_jsonschema_test_suite.py to test_jsonschema_test_suite.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-jsonschema-3.2.0-5.el8.noarch/usr/lib/python3.6/site-packages/jsonschema/tests/test_exceptions.py to test_exceptions.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-jsonschema-3.2.0-5.el8.noarch/usr/lib/python3.6/site-packages/jsonschema/tests/_helpers.py to _helpers.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-jsonschema-3.2.0-5.el8.noarch/usr/lib/python3.6/site-packages/jsonschema/_reflect.py to _reflect.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-jsonschema-3.2.0-5.el8.noarch/usr/lib/python3.6/site-packages/jsonschema/_utils.py to _utils.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-jsonschema-3.2.0-5.el8.noarch/usr/lib/python3.6/site-packages/jsonschema/exceptions.py to exceptions.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-jsonschema-3.2.0-5.el8.noarch/usr/lib/python3.6/site-packages/jsonschema/_legacy_validators.py to _legacy_validators.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-jsonschema-3.2.0-5.el8.noarch/usr/lib/python3.6/site-packages/jsonschema/_format.py to _format.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-jsonschema-3.2.0-5.el8.noarch/usr/lib/python3.6/site-packages/jsonschema/cli.py to cli.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-jsonschema-3.2.0-5.el8.noarch/usr/lib/python3.6/site-packages/jsonschema/_validators.py to _validators.cpython-36.pyc writing byte-compilation script '/tmp/tmpbltdbopf.py' /usr/libexec/platform-python /tmp/tmpbltdbopf.py removing /tmp/tmpbltdbopf.py running install_egg_info running egg_info creating jsonschema.egg-info writing jsonschema.egg-info/PKG-INFO writing dependency_links to jsonschema.egg-info/dependency_links.txt writing entry points to jsonschema.egg-info/entry_points.txt writing requirements to jsonschema.egg-info/requires.txt writing top-level names to jsonschema.egg-info/top_level.txt writing manifest file 'jsonschema.egg-info/SOURCES.txt' reading manifest file 'jsonschema.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' writing manifest file 'jsonschema.egg-info/SOURCES.txt' Copying jsonschema.egg-info to /builddir/build/BUILDROOT/python-jsonschema-3.2.0-5.el8.noarch/usr/lib/python3.6/site-packages/jsonschema-3.2.0-py3.6.egg-info running install_scripts Installing jsonschema script to /builddir/build/BUILDROOT/python-jsonschema-3.2.0-5.el8.noarch/usr/bin + /usr/lib/rpm/find-debuginfo.sh -j40 --strict-build-id -m -i --build-id-seed 3.2.0-5.el8 --unique-debug-suffix -3.2.0-5.el8.noarch --unique-debug-src-base python-jsonschema-3.2.0-5.el8.noarch --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /builddir/build/BUILD/jsonschema-3.2.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-jsonschema-3.2.0-5.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 Processing files: python3-jsonschema-3.2.0-5.el8.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.i3Wd93 + umask 022 + cd /builddir/build/BUILD + cd jsonschema-3.2.0 + DOCDIR=/builddir/build/BUILDROOT/python-jsonschema-3.2.0-5.el8.noarch/usr/share/doc/python3-jsonschema + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-jsonschema-3.2.0-5.el8.noarch/usr/share/doc/python3-jsonschema + cp -pr README.rst /builddir/build/BUILDROOT/python-jsonschema-3.2.0-5.el8.noarch/usr/share/doc/python3-jsonschema + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.MkrZr5 + umask 022 + cd /builddir/build/BUILD + cd jsonschema-3.2.0 + LICENSEDIR=/builddir/build/BUILDROOT/python-jsonschema-3.2.0-5.el8.noarch/usr/share/licenses/python3-jsonschema + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-jsonschema-3.2.0-5.el8.noarch/usr/share/licenses/python3-jsonschema + cp -pr COPYING /builddir/build/BUILDROOT/python-jsonschema-3.2.0-5.el8.noarch/usr/share/licenses/python3-jsonschema + cp -pr json/LICENSE /builddir/build/BUILDROOT/python-jsonschema-3.2.0-5.el8.noarch/usr/share/licenses/python3-jsonschema + exit 0 Provides: python3-jsonschema = 3.2.0-5.el8 python3.6dist(jsonschema) = 3.2.0 python3dist(jsonschema) = 3.2.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: /usr/libexec/platform-python python(abi) = 3.6 python3.6dist(attrs) >= 17.4.0 python3.6dist(importlib-metadata) python3.6dist(pyrsistent) >= 0.14.0 python3.6dist(setuptools) python3.6dist(six) >= 1.11.0 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/python-jsonschema-3.2.0-5.el8.noarch Wrote: /builddir/build/RPMS/python3-jsonschema-3.2.0-5.el8.noarch.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.94LANn + umask 022 + cd /builddir/build/BUILD + cd jsonschema-3.2.0 + /usr/bin/rm -rf /builddir/build/BUILDROOT/python-jsonschema-3.2.0-5.el8.noarch + exit 0 Child return code was: 0