Mock Version: 2.15 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target x86_64 --nodeps /builddir/build/SPECS/python-jsonschema.spec'], chrootPath='/var/lib/mock/rocky-9-x86_64-ABC_3/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'}shell=Falselogger=timeout=0uid=1001gid=135user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=True) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target x86_64 --nodeps /builddir/build/SPECS/python-jsonschema.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'} and shell False Building target platforms: x86_64 Building for target x86_64 setting SOURCE_DATE_EPOCH=1628553600 Wrote: /builddir/build/SRPMS/python-jsonschema-3.2.0-13.el9.src.rpm Child return code was: 0 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target x86_64 --nodeps /builddir/build/SPECS/python-jsonschema.spec'], chrootPath='/var/lib/mock/rocky-9-x86_64-ABC_3/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'}shell=Falselogger=timeout=0uid=1001gid=135user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=True) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target x86_64 --nodeps /builddir/build/SPECS/python-jsonschema.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'} and shell False Building target platforms: x86_64 Building for target x86_64 setting SOURCE_DATE_EPOCH=1628553600 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.ZBSZpp + 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 + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.NUIOn0 + umask 022 + cd /builddir/build/BUILD + cd jsonschema-3.2.0 + CFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=x86-64-v2 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection' + LDFLAGS='-Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 ' + /usr/bin/python3 setup.py build '--executable=/usr/bin/python3 -s' running build running build_py creating build creating build/lib creating build/lib/jsonschema copying jsonschema/_types.py -> build/lib/jsonschema copying jsonschema/compat.py -> build/lib/jsonschema copying jsonschema/_validators.py -> build/lib/jsonschema copying jsonschema/validators.py -> build/lib/jsonschema copying jsonschema/__init__.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/exceptions.py -> build/lib/jsonschema copying jsonschema/_reflect.py -> build/lib/jsonschema copying jsonschema/__main__.py -> build/lib/jsonschema copying jsonschema/_utils.py -> build/lib/jsonschema creating build/lib/jsonschema/tests copying jsonschema/tests/_suite.py -> build/lib/jsonschema/tests copying jsonschema/tests/test_exceptions.py -> build/lib/jsonschema/tests copying jsonschema/tests/__init__.py -> build/lib/jsonschema/tests copying jsonschema/tests/test_jsonschema_test_suite.py -> build/lib/jsonschema/tests copying jsonschema/tests/test_validators.py -> build/lib/jsonschema/tests copying jsonschema/tests/test_cli.py -> build/lib/jsonschema/tests copying jsonschema/tests/test_format.py -> build/lib/jsonschema/tests copying jsonschema/tests/_helpers.py -> build/lib/jsonschema/tests copying jsonschema/tests/test_types.py -> build/lib/jsonschema/tests creating build/lib/jsonschema/benchmarks copying jsonschema/benchmarks/issue232.py -> build/lib/jsonschema/benchmarks copying jsonschema/benchmarks/__init__.py -> build/lib/jsonschema/benchmarks copying jsonschema/benchmarks/json_schema_test_suite.py -> build/lib/jsonschema/benchmarks creating build/lib/jsonschema/schemas copying jsonschema/schemas/draft7.json -> build/lib/jsonschema/schemas copying jsonschema/schemas/draft6.json -> build/lib/jsonschema/schemas copying jsonschema/schemas/draft4.json -> build/lib/jsonschema/schemas copying jsonschema/schemas/draft3.json -> build/lib/jsonschema/schemas + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.rK3E7G + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/python-jsonschema-3.2.0-13.el9.x86_64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/python-jsonschema-3.2.0-13.el9.x86_64 ++ dirname /builddir/build/BUILDROOT/python-jsonschema-3.2.0-13.el9.x86_64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/python-jsonschema-3.2.0-13.el9.x86_64 + cd jsonschema-3.2.0 + CFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=x86-64-v2 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection' + LDFLAGS='-Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 ' + /usr/bin/python3 setup.py install -O1 --skip-build --root /builddir/build/BUILDROOT/python-jsonschema-3.2.0-13.el9.x86_64 running install running install_lib creating /builddir/build/BUILDROOT/python-jsonschema-3.2.0-13.el9.x86_64/usr creating /builddir/build/BUILDROOT/python-jsonschema-3.2.0-13.el9.x86_64/usr/lib creating /builddir/build/BUILDROOT/python-jsonschema-3.2.0-13.el9.x86_64/usr/lib/python3.9 creating /builddir/build/BUILDROOT/python-jsonschema-3.2.0-13.el9.x86_64/usr/lib/python3.9/site-packages creating /builddir/build/BUILDROOT/python-jsonschema-3.2.0-13.el9.x86_64/usr/lib/python3.9/site-packages/jsonschema copying build/lib/jsonschema/_types.py -> /builddir/build/BUILDROOT/python-jsonschema-3.2.0-13.el9.x86_64/usr/lib/python3.9/site-packages/jsonschema copying build/lib/jsonschema/compat.py -> /builddir/build/BUILDROOT/python-jsonschema-3.2.0-13.el9.x86_64/usr/lib/python3.9/site-packages/jsonschema copying build/lib/jsonschema/_validators.py -> /builddir/build/BUILDROOT/python-jsonschema-3.2.0-13.el9.x86_64/usr/lib/python3.9/site-packages/jsonschema copying build/lib/jsonschema/validators.py -> /builddir/build/BUILDROOT/python-jsonschema-3.2.0-13.el9.x86_64/usr/lib/python3.9/site-packages/jsonschema copying build/lib/jsonschema/__init__.py -> /builddir/build/BUILDROOT/python-jsonschema-3.2.0-13.el9.x86_64/usr/lib/python3.9/site-packages/jsonschema copying build/lib/jsonschema/_legacy_validators.py -> /builddir/build/BUILDROOT/python-jsonschema-3.2.0-13.el9.x86_64/usr/lib/python3.9/site-packages/jsonschema copying build/lib/jsonschema/_format.py -> /builddir/build/BUILDROOT/python-jsonschema-3.2.0-13.el9.x86_64/usr/lib/python3.9/site-packages/jsonschema copying build/lib/jsonschema/cli.py -> /builddir/build/BUILDROOT/python-jsonschema-3.2.0-13.el9.x86_64/usr/lib/python3.9/site-packages/jsonschema copying build/lib/jsonschema/exceptions.py -> /builddir/build/BUILDROOT/python-jsonschema-3.2.0-13.el9.x86_64/usr/lib/python3.9/site-packages/jsonschema copying build/lib/jsonschema/_reflect.py -> /builddir/build/BUILDROOT/python-jsonschema-3.2.0-13.el9.x86_64/usr/lib/python3.9/site-packages/jsonschema copying build/lib/jsonschema/__main__.py -> /builddir/build/BUILDROOT/python-jsonschema-3.2.0-13.el9.x86_64/usr/lib/python3.9/site-packages/jsonschema copying build/lib/jsonschema/_utils.py -> /builddir/build/BUILDROOT/python-jsonschema-3.2.0-13.el9.x86_64/usr/lib/python3.9/site-packages/jsonschema creating /builddir/build/BUILDROOT/python-jsonschema-3.2.0-13.el9.x86_64/usr/lib/python3.9/site-packages/jsonschema/tests copying build/lib/jsonschema/tests/_suite.py -> /builddir/build/BUILDROOT/python-jsonschema-3.2.0-13.el9.x86_64/usr/lib/python3.9/site-packages/jsonschema/tests copying build/lib/jsonschema/tests/test_exceptions.py -> /builddir/build/BUILDROOT/python-jsonschema-3.2.0-13.el9.x86_64/usr/lib/python3.9/site-packages/jsonschema/tests copying build/lib/jsonschema/tests/__init__.py -> /builddir/build/BUILDROOT/python-jsonschema-3.2.0-13.el9.x86_64/usr/lib/python3.9/site-packages/jsonschema/tests copying build/lib/jsonschema/tests/test_jsonschema_test_suite.py -> /builddir/build/BUILDROOT/python-jsonschema-3.2.0-13.el9.x86_64/usr/lib/python3.9/site-packages/jsonschema/tests copying build/lib/jsonschema/tests/test_validators.py -> /builddir/build/BUILDROOT/python-jsonschema-3.2.0-13.el9.x86_64/usr/lib/python3.9/site-packages/jsonschema/tests copying build/lib/jsonschema/tests/test_cli.py -> /builddir/build/BUILDROOT/python-jsonschema-3.2.0-13.el9.x86_64/usr/lib/python3.9/site-packages/jsonschema/tests copying build/lib/jsonschema/tests/test_format.py -> /builddir/build/BUILDROOT/python-jsonschema-3.2.0-13.el9.x86_64/usr/lib/python3.9/site-packages/jsonschema/tests copying build/lib/jsonschema/tests/_helpers.py -> /builddir/build/BUILDROOT/python-jsonschema-3.2.0-13.el9.x86_64/usr/lib/python3.9/site-packages/jsonschema/tests copying build/lib/jsonschema/tests/test_types.py -> /builddir/build/BUILDROOT/python-jsonschema-3.2.0-13.el9.x86_64/usr/lib/python3.9/site-packages/jsonschema/tests creating /builddir/build/BUILDROOT/python-jsonschema-3.2.0-13.el9.x86_64/usr/lib/python3.9/site-packages/jsonschema/benchmarks copying build/lib/jsonschema/benchmarks/issue232.py -> /builddir/build/BUILDROOT/python-jsonschema-3.2.0-13.el9.x86_64/usr/lib/python3.9/site-packages/jsonschema/benchmarks copying build/lib/jsonschema/benchmarks/__init__.py -> /builddir/build/BUILDROOT/python-jsonschema-3.2.0-13.el9.x86_64/usr/lib/python3.9/site-packages/jsonschema/benchmarks copying build/lib/jsonschema/benchmarks/json_schema_test_suite.py -> /builddir/build/BUILDROOT/python-jsonschema-3.2.0-13.el9.x86_64/usr/lib/python3.9/site-packages/jsonschema/benchmarks creating /builddir/build/BUILDROOT/python-jsonschema-3.2.0-13.el9.x86_64/usr/lib/python3.9/site-packages/jsonschema/schemas copying build/lib/jsonschema/schemas/draft7.json -> /builddir/build/BUILDROOT/python-jsonschema-3.2.0-13.el9.x86_64/usr/lib/python3.9/site-packages/jsonschema/schemas copying build/lib/jsonschema/schemas/draft6.json -> /builddir/build/BUILDROOT/python-jsonschema-3.2.0-13.el9.x86_64/usr/lib/python3.9/site-packages/jsonschema/schemas copying build/lib/jsonschema/schemas/draft4.json -> /builddir/build/BUILDROOT/python-jsonschema-3.2.0-13.el9.x86_64/usr/lib/python3.9/site-packages/jsonschema/schemas copying build/lib/jsonschema/schemas/draft3.json -> /builddir/build/BUILDROOT/python-jsonschema-3.2.0-13.el9.x86_64/usr/lib/python3.9/site-packages/jsonschema/schemas byte-compiling /builddir/build/BUILDROOT/python-jsonschema-3.2.0-13.el9.x86_64/usr/lib/python3.9/site-packages/jsonschema/_types.py to _types.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-jsonschema-3.2.0-13.el9.x86_64/usr/lib/python3.9/site-packages/jsonschema/compat.py to compat.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-jsonschema-3.2.0-13.el9.x86_64/usr/lib/python3.9/site-packages/jsonschema/_validators.py to _validators.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-jsonschema-3.2.0-13.el9.x86_64/usr/lib/python3.9/site-packages/jsonschema/validators.py to validators.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-jsonschema-3.2.0-13.el9.x86_64/usr/lib/python3.9/site-packages/jsonschema/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-jsonschema-3.2.0-13.el9.x86_64/usr/lib/python3.9/site-packages/jsonschema/_legacy_validators.py to _legacy_validators.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-jsonschema-3.2.0-13.el9.x86_64/usr/lib/python3.9/site-packages/jsonschema/_format.py to _format.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-jsonschema-3.2.0-13.el9.x86_64/usr/lib/python3.9/site-packages/jsonschema/cli.py to cli.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-jsonschema-3.2.0-13.el9.x86_64/usr/lib/python3.9/site-packages/jsonschema/exceptions.py to exceptions.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-jsonschema-3.2.0-13.el9.x86_64/usr/lib/python3.9/site-packages/jsonschema/_reflect.py to _reflect.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-jsonschema-3.2.0-13.el9.x86_64/usr/lib/python3.9/site-packages/jsonschema/__main__.py to __main__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-jsonschema-3.2.0-13.el9.x86_64/usr/lib/python3.9/site-packages/jsonschema/_utils.py to _utils.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-jsonschema-3.2.0-13.el9.x86_64/usr/lib/python3.9/site-packages/jsonschema/tests/_suite.py to _suite.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-jsonschema-3.2.0-13.el9.x86_64/usr/lib/python3.9/site-packages/jsonschema/tests/test_exceptions.py to test_exceptions.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-jsonschema-3.2.0-13.el9.x86_64/usr/lib/python3.9/site-packages/jsonschema/tests/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-jsonschema-3.2.0-13.el9.x86_64/usr/lib/python3.9/site-packages/jsonschema/tests/test_jsonschema_test_suite.py to test_jsonschema_test_suite.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-jsonschema-3.2.0-13.el9.x86_64/usr/lib/python3.9/site-packages/jsonschema/tests/test_validators.py to test_validators.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-jsonschema-3.2.0-13.el9.x86_64/usr/lib/python3.9/site-packages/jsonschema/tests/test_cli.py to test_cli.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-jsonschema-3.2.0-13.el9.x86_64/usr/lib/python3.9/site-packages/jsonschema/tests/test_format.py to test_format.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-jsonschema-3.2.0-13.el9.x86_64/usr/lib/python3.9/site-packages/jsonschema/tests/_helpers.py to _helpers.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-jsonschema-3.2.0-13.el9.x86_64/usr/lib/python3.9/site-packages/jsonschema/tests/test_types.py to test_types.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-jsonschema-3.2.0-13.el9.x86_64/usr/lib/python3.9/site-packages/jsonschema/benchmarks/issue232.py to issue232.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-jsonschema-3.2.0-13.el9.x86_64/usr/lib/python3.9/site-packages/jsonschema/benchmarks/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-jsonschema-3.2.0-13.el9.x86_64/usr/lib/python3.9/site-packages/jsonschema/benchmarks/json_schema_test_suite.py to json_schema_test_suite.cpython-39.pyc writing byte-compilation script '/tmp/tmptrmyigcv.py' /usr/bin/python3 /tmp/tmptrmyigcv.py removing /tmp/tmptrmyigcv.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-13.el9.x86_64/usr/lib/python3.9/site-packages/jsonschema-3.2.0-py3.9.egg-info running install_scripts Installing jsonschema script to /builddir/build/BUILDROOT/python-jsonschema-3.2.0-13.el9.x86_64/usr/bin + rm -rfv /builddir/build/BUILDROOT/python-jsonschema-3.2.0-13.el9.x86_64/usr/bin/__pycache__ + /usr/lib/rpm/find-debuginfo.sh -j8 --strict-build-id -m -i --build-id-seed 3.2.0-13.el9 --unique-debug-suffix -3.2.0-13.el9.x86_64 --unique-debug-src-base python-jsonschema-3.2.0-13.el9.x86_64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 110000000 -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 + /usr/lib/rpm/brp-compress + /usr/lib/rpm/redhat/brp-strip-lto /usr/bin/strip + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0 Bytecompiling .py files below /builddir/build/BUILDROOT/python-jsonschema-3.2.0-13.el9.x86_64/usr/lib/python3.9 using python3.9 + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-mangle-shebangs Processing files: python3-jsonschema-3.2.0-13.el9.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.SxqVgX + umask 022 + cd /builddir/build/BUILD + cd jsonschema-3.2.0 + DOCDIR=/builddir/build/BUILDROOT/python-jsonschema-3.2.0-13.el9.x86_64/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-13.el9.x86_64/usr/share/doc/python3-jsonschema + cp -pr README.rst /builddir/build/BUILDROOT/python-jsonschema-3.2.0-13.el9.x86_64/usr/share/doc/python3-jsonschema + RPM_EC=0 ++ jobs -p + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.KUJOMt + umask 022 + cd /builddir/build/BUILD + cd jsonschema-3.2.0 + LICENSEDIR=/builddir/build/BUILDROOT/python-jsonschema-3.2.0-13.el9.x86_64/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-13.el9.x86_64/usr/share/licenses/python3-jsonschema + cp -pr COPYING /builddir/build/BUILDROOT/python-jsonschema-3.2.0-13.el9.x86_64/usr/share/licenses/python3-jsonschema + cp -pr json/LICENSE /builddir/build/BUILDROOT/python-jsonschema-3.2.0-13.el9.x86_64/usr/share/licenses/python3-jsonschema + RPM_EC=0 ++ jobs -p + exit 0 Provides: python-jsonschema = 3.2.0-13.el9 python3-jsonschema = 3.2.0-13.el9 python3.9-jsonschema = 3.2.0-13.el9 python3.9dist(jsonschema) = 3.2 python3dist(jsonschema) = 3.2 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/bin/python3 python(abi) = 3.9 python3.9dist(attrs) >= 17.4 python3.9dist(pyrsistent) >= 0.14 python3.9dist(setuptools) python3.9dist(six) >= 1.11 Obsoletes: python-jsonschema < 3.2.0-13.el9 python3-jsonschema+format < 3.2.0-12 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/python-jsonschema-3.2.0-13.el9.x86_64 Wrote: /builddir/build/RPMS/python3-jsonschema-3.2.0-13.el9.noarch.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.coi1cz + umask 022 + cd /builddir/build/BUILD + cd jsonschema-3.2.0 + /usr/bin/rm -rf /builddir/build/BUILDROOT/python-jsonschema-3.2.0-13.el9.x86_64 + RPM_EC=0 ++ jobs -p + exit 0 Child return code was: 0