Mock Version: 3.0 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target x86_64 --nodeps /builddir/build/SPECS/python-dill.spec'], chrootPath='/var/lib/mock/centos-stream+epel+fusion-9-x86_64/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=1001user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=True) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target x86_64 --nodeps /builddir/build/SPECS/python-dill.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=1627344000 Wrote: /builddir/build/SRPMS/python-dill-0.3.4-2.el9.src.rpm Child return code was: 0 ENTER ['do_with_status'](['bash', '--login', '-c', "/usr/bin/rpmbuild -bb --target x86_64 --nodeps --define '__spec_check_template exit 0; ' /builddir/build/SPECS/python-dill.spec"], chrootPath='/var/lib/mock/centos-stream+epel+fusion-9-x86_64/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=1001user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=True) Executing command: ['bash', '--login', '-c', "/usr/bin/rpmbuild -bb --target x86_64 --nodeps --define '__spec_check_template exit 0; ' /builddir/build/SPECS/python-dill.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=1627344000 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.aDkkw6 + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf dill-0.3.4 + /usr/bin/unzip -qq /builddir/build/SOURCES/dill-0.3.4.zip + STATUS=0 + '[' 0 -ne 0 ']' + cd dill-0.3.4 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.wG1Ct7 + umask 022 + cd /builddir/build/BUILD + cd dill-0.3.4 + 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/dill copying dill/__diff.py -> build/lib/dill copying dill/temp.py -> build/lib/dill copying dill/pointers.py -> build/lib/dill copying dill/__init__.py -> build/lib/dill copying dill/settings.py -> build/lib/dill copying dill/_objects.py -> build/lib/dill copying dill/_dill.py -> build/lib/dill copying dill/source.py -> build/lib/dill copying dill/info.py -> build/lib/dill copying dill/detect.py -> build/lib/dill copying dill/objtypes.py -> build/lib/dill creating build/lib/dill/tests copying tests/test_functions.py -> build/lib/dill/tests copying tests/test_detect.py -> build/lib/dill/tests copying tests/test_properties.py -> build/lib/dill/tests copying tests/test_extendpickle.py -> build/lib/dill/tests copying tests/test_check.py -> build/lib/dill/tests copying tests/test_diff.py -> build/lib/dill/tests copying tests/test_nested.py -> build/lib/dill/tests copying tests/__init__.py -> build/lib/dill/tests copying tests/test_classdef.py -> build/lib/dill/tests copying tests/test_temp.py -> build/lib/dill/tests copying tests/test_selected.py -> build/lib/dill/tests copying tests/test_moduledict.py -> build/lib/dill/tests copying tests/test_objects.py -> build/lib/dill/tests copying tests/test_module.py -> build/lib/dill/tests copying tests/test_mixins.py -> build/lib/dill/tests copying tests/test_fglobals.py -> build/lib/dill/tests copying tests/test_restricted.py -> build/lib/dill/tests copying tests/test_functors.py -> build/lib/dill/tests copying tests/test_file.py -> build/lib/dill/tests copying tests/test_source.py -> build/lib/dill/tests copying tests/test_weakref.py -> build/lib/dill/tests copying tests/test_recursive.py -> build/lib/dill/tests copying tests/__main__.py -> build/lib/dill/tests running build_scripts creating build/scripts-3.9 copying and adjusting scripts/undill -> build/scripts-3.9 copying and adjusting scripts/get_objgraph -> build/scripts-3.9 changing mode of build/scripts-3.9/undill from 644 to 755 changing mode of build/scripts-3.9/get_objgraph from 644 to 755 + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.K4bet2 + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/python-dill-0.3.4-2.el9.x86_64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/python-dill-0.3.4-2.el9.x86_64 ++ dirname /builddir/build/BUILDROOT/python-dill-0.3.4-2.el9.x86_64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/python-dill-0.3.4-2.el9.x86_64 + cd dill-0.3.4 + 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-dill-0.3.4-2.el9.x86_64 running install running install_lib creating /builddir/build/BUILDROOT/python-dill-0.3.4-2.el9.x86_64/usr creating /builddir/build/BUILDROOT/python-dill-0.3.4-2.el9.x86_64/usr/lib creating /builddir/build/BUILDROOT/python-dill-0.3.4-2.el9.x86_64/usr/lib/python3.9 creating /builddir/build/BUILDROOT/python-dill-0.3.4-2.el9.x86_64/usr/lib/python3.9/site-packages creating /builddir/build/BUILDROOT/python-dill-0.3.4-2.el9.x86_64/usr/lib/python3.9/site-packages/dill copying build/lib/dill/__diff.py -> /builddir/build/BUILDROOT/python-dill-0.3.4-2.el9.x86_64/usr/lib/python3.9/site-packages/dill copying build/lib/dill/temp.py -> /builddir/build/BUILDROOT/python-dill-0.3.4-2.el9.x86_64/usr/lib/python3.9/site-packages/dill copying build/lib/dill/pointers.py -> /builddir/build/BUILDROOT/python-dill-0.3.4-2.el9.x86_64/usr/lib/python3.9/site-packages/dill copying build/lib/dill/__init__.py -> /builddir/build/BUILDROOT/python-dill-0.3.4-2.el9.x86_64/usr/lib/python3.9/site-packages/dill copying build/lib/dill/settings.py -> /builddir/build/BUILDROOT/python-dill-0.3.4-2.el9.x86_64/usr/lib/python3.9/site-packages/dill copying build/lib/dill/_objects.py -> /builddir/build/BUILDROOT/python-dill-0.3.4-2.el9.x86_64/usr/lib/python3.9/site-packages/dill creating /builddir/build/BUILDROOT/python-dill-0.3.4-2.el9.x86_64/usr/lib/python3.9/site-packages/dill/tests copying build/lib/dill/tests/test_functions.py -> /builddir/build/BUILDROOT/python-dill-0.3.4-2.el9.x86_64/usr/lib/python3.9/site-packages/dill/tests copying build/lib/dill/tests/test_detect.py -> /builddir/build/BUILDROOT/python-dill-0.3.4-2.el9.x86_64/usr/lib/python3.9/site-packages/dill/tests copying build/lib/dill/tests/test_properties.py -> /builddir/build/BUILDROOT/python-dill-0.3.4-2.el9.x86_64/usr/lib/python3.9/site-packages/dill/tests copying build/lib/dill/tests/test_extendpickle.py -> /builddir/build/BUILDROOT/python-dill-0.3.4-2.el9.x86_64/usr/lib/python3.9/site-packages/dill/tests copying build/lib/dill/tests/test_check.py -> /builddir/build/BUILDROOT/python-dill-0.3.4-2.el9.x86_64/usr/lib/python3.9/site-packages/dill/tests copying build/lib/dill/tests/test_diff.py -> /builddir/build/BUILDROOT/python-dill-0.3.4-2.el9.x86_64/usr/lib/python3.9/site-packages/dill/tests copying build/lib/dill/tests/test_nested.py -> /builddir/build/BUILDROOT/python-dill-0.3.4-2.el9.x86_64/usr/lib/python3.9/site-packages/dill/tests copying build/lib/dill/tests/__init__.py -> /builddir/build/BUILDROOT/python-dill-0.3.4-2.el9.x86_64/usr/lib/python3.9/site-packages/dill/tests copying build/lib/dill/tests/test_classdef.py -> /builddir/build/BUILDROOT/python-dill-0.3.4-2.el9.x86_64/usr/lib/python3.9/site-packages/dill/tests copying build/lib/dill/tests/test_temp.py -> /builddir/build/BUILDROOT/python-dill-0.3.4-2.el9.x86_64/usr/lib/python3.9/site-packages/dill/tests copying build/lib/dill/tests/test_selected.py -> /builddir/build/BUILDROOT/python-dill-0.3.4-2.el9.x86_64/usr/lib/python3.9/site-packages/dill/tests copying build/lib/dill/tests/test_moduledict.py -> /builddir/build/BUILDROOT/python-dill-0.3.4-2.el9.x86_64/usr/lib/python3.9/site-packages/dill/tests copying build/lib/dill/tests/test_objects.py -> /builddir/build/BUILDROOT/python-dill-0.3.4-2.el9.x86_64/usr/lib/python3.9/site-packages/dill/tests copying build/lib/dill/tests/test_module.py -> /builddir/build/BUILDROOT/python-dill-0.3.4-2.el9.x86_64/usr/lib/python3.9/site-packages/dill/tests copying build/lib/dill/tests/test_mixins.py -> /builddir/build/BUILDROOT/python-dill-0.3.4-2.el9.x86_64/usr/lib/python3.9/site-packages/dill/tests copying build/lib/dill/tests/test_fglobals.py -> /builddir/build/BUILDROOT/python-dill-0.3.4-2.el9.x86_64/usr/lib/python3.9/site-packages/dill/tests copying build/lib/dill/tests/test_restricted.py -> /builddir/build/BUILDROOT/python-dill-0.3.4-2.el9.x86_64/usr/lib/python3.9/site-packages/dill/tests copying build/lib/dill/tests/test_functors.py -> /builddir/build/BUILDROOT/python-dill-0.3.4-2.el9.x86_64/usr/lib/python3.9/site-packages/dill/tests copying build/lib/dill/tests/test_file.py -> /builddir/build/BUILDROOT/python-dill-0.3.4-2.el9.x86_64/usr/lib/python3.9/site-packages/dill/tests copying build/lib/dill/tests/test_source.py -> /builddir/build/BUILDROOT/python-dill-0.3.4-2.el9.x86_64/usr/lib/python3.9/site-packages/dill/tests copying build/lib/dill/tests/test_weakref.py -> /builddir/build/BUILDROOT/python-dill-0.3.4-2.el9.x86_64/usr/lib/python3.9/site-packages/dill/tests copying build/lib/dill/tests/test_recursive.py -> /builddir/build/BUILDROOT/python-dill-0.3.4-2.el9.x86_64/usr/lib/python3.9/site-packages/dill/tests copying build/lib/dill/tests/__main__.py -> /builddir/build/BUILDROOT/python-dill-0.3.4-2.el9.x86_64/usr/lib/python3.9/site-packages/dill/tests copying build/lib/dill/_dill.py -> /builddir/build/BUILDROOT/python-dill-0.3.4-2.el9.x86_64/usr/lib/python3.9/site-packages/dill copying build/lib/dill/source.py -> /builddir/build/BUILDROOT/python-dill-0.3.4-2.el9.x86_64/usr/lib/python3.9/site-packages/dill copying build/lib/dill/info.py -> /builddir/build/BUILDROOT/python-dill-0.3.4-2.el9.x86_64/usr/lib/python3.9/site-packages/dill copying build/lib/dill/detect.py -> /builddir/build/BUILDROOT/python-dill-0.3.4-2.el9.x86_64/usr/lib/python3.9/site-packages/dill copying build/lib/dill/objtypes.py -> /builddir/build/BUILDROOT/python-dill-0.3.4-2.el9.x86_64/usr/lib/python3.9/site-packages/dill byte-compiling /builddir/build/BUILDROOT/python-dill-0.3.4-2.el9.x86_64/usr/lib/python3.9/site-packages/dill/__diff.py to __diff.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-dill-0.3.4-2.el9.x86_64/usr/lib/python3.9/site-packages/dill/temp.py to temp.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-dill-0.3.4-2.el9.x86_64/usr/lib/python3.9/site-packages/dill/pointers.py to pointers.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-dill-0.3.4-2.el9.x86_64/usr/lib/python3.9/site-packages/dill/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-dill-0.3.4-2.el9.x86_64/usr/lib/python3.9/site-packages/dill/settings.py to settings.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-dill-0.3.4-2.el9.x86_64/usr/lib/python3.9/site-packages/dill/_objects.py to _objects.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-dill-0.3.4-2.el9.x86_64/usr/lib/python3.9/site-packages/dill/tests/test_functions.py to test_functions.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-dill-0.3.4-2.el9.x86_64/usr/lib/python3.9/site-packages/dill/tests/test_detect.py to test_detect.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-dill-0.3.4-2.el9.x86_64/usr/lib/python3.9/site-packages/dill/tests/test_properties.py to test_properties.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-dill-0.3.4-2.el9.x86_64/usr/lib/python3.9/site-packages/dill/tests/test_extendpickle.py to test_extendpickle.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-dill-0.3.4-2.el9.x86_64/usr/lib/python3.9/site-packages/dill/tests/test_check.py to test_check.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-dill-0.3.4-2.el9.x86_64/usr/lib/python3.9/site-packages/dill/tests/test_diff.py to test_diff.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-dill-0.3.4-2.el9.x86_64/usr/lib/python3.9/site-packages/dill/tests/test_nested.py to test_nested.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-dill-0.3.4-2.el9.x86_64/usr/lib/python3.9/site-packages/dill/tests/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-dill-0.3.4-2.el9.x86_64/usr/lib/python3.9/site-packages/dill/tests/test_classdef.py to test_classdef.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-dill-0.3.4-2.el9.x86_64/usr/lib/python3.9/site-packages/dill/tests/test_temp.py to test_temp.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-dill-0.3.4-2.el9.x86_64/usr/lib/python3.9/site-packages/dill/tests/test_selected.py to test_selected.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-dill-0.3.4-2.el9.x86_64/usr/lib/python3.9/site-packages/dill/tests/test_moduledict.py to test_moduledict.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-dill-0.3.4-2.el9.x86_64/usr/lib/python3.9/site-packages/dill/tests/test_objects.py to test_objects.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-dill-0.3.4-2.el9.x86_64/usr/lib/python3.9/site-packages/dill/tests/test_module.py to test_module.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-dill-0.3.4-2.el9.x86_64/usr/lib/python3.9/site-packages/dill/tests/test_mixins.py to test_mixins.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-dill-0.3.4-2.el9.x86_64/usr/lib/python3.9/site-packages/dill/tests/test_fglobals.py to test_fglobals.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-dill-0.3.4-2.el9.x86_64/usr/lib/python3.9/site-packages/dill/tests/test_restricted.py to test_restricted.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-dill-0.3.4-2.el9.x86_64/usr/lib/python3.9/site-packages/dill/tests/test_functors.py to test_functors.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-dill-0.3.4-2.el9.x86_64/usr/lib/python3.9/site-packages/dill/tests/test_file.py to test_file.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-dill-0.3.4-2.el9.x86_64/usr/lib/python3.9/site-packages/dill/tests/test_source.py to test_source.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-dill-0.3.4-2.el9.x86_64/usr/lib/python3.9/site-packages/dill/tests/test_weakref.py to test_weakref.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-dill-0.3.4-2.el9.x86_64/usr/lib/python3.9/site-packages/dill/tests/test_recursive.py to test_recursive.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-dill-0.3.4-2.el9.x86_64/usr/lib/python3.9/site-packages/dill/tests/__main__.py to __main__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-dill-0.3.4-2.el9.x86_64/usr/lib/python3.9/site-packages/dill/_dill.py to _dill.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-dill-0.3.4-2.el9.x86_64/usr/lib/python3.9/site-packages/dill/source.py to source.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-dill-0.3.4-2.el9.x86_64/usr/lib/python3.9/site-packages/dill/info.py to info.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-dill-0.3.4-2.el9.x86_64/usr/lib/python3.9/site-packages/dill/detect.py to detect.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-dill-0.3.4-2.el9.x86_64/usr/lib/python3.9/site-packages/dill/objtypes.py to objtypes.cpython-39.pyc writing byte-compilation script '/tmp/tmpiezlclpn.py' /usr/bin/python3 /tmp/tmpiezlclpn.py removing /tmp/tmpiezlclpn.py running install_egg_info running egg_info writing dill.egg-info/PKG-INFO writing dependency_links to dill.egg-info/dependency_links.txt writing requirements to dill.egg-info/requires.txt writing top-level names to dill.egg-info/top_level.txt reading manifest file 'dill.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' no previously-included directories found matching '.git' adding license file 'LICENSE' no previously-included directories found matching '.coverage' writing manifest file 'dill.egg-info/SOURCES.txt' Copying dill.egg-info to /builddir/build/BUILDROOT/python-dill-0.3.4-2.el9.x86_64/usr/lib/python3.9/site-packages/dill-0.3.4-py3.9.egg-info running install_scripts creating /builddir/build/BUILDROOT/python-dill-0.3.4-2.el9.x86_64/usr/bin copying build/scripts-3.9/get_objgraph -> /builddir/build/BUILDROOT/python-dill-0.3.4-2.el9.x86_64/usr/bin copying build/scripts-3.9/undill -> /builddir/build/BUILDROOT/python-dill-0.3.4-2.el9.x86_64/usr/bin changing mode of /builddir/build/BUILDROOT/python-dill-0.3.4-2.el9.x86_64/usr/bin/get_objgraph to 755 changing mode of /builddir/build/BUILDROOT/python-dill-0.3.4-2.el9.x86_64/usr/bin/undill to 755 + rm -rfv /builddir/build/BUILDROOT/python-dill-0.3.4-2.el9.x86_64/usr/bin/__pycache__ + /usr/lib/rpm/find-debuginfo.sh -j4 --strict-build-id -m -i --build-id-seed 0.3.4-2.el9 --unique-debug-suffix -0.3.4-2.el9.x86_64 --unique-debug-src-base python-dill-0.3.4-2.el9.x86_64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 110000000 -S debugsourcefiles.list /builddir/build/BUILD/dill-0.3.4 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-dill-0.3.4-2.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-dill-0.3.4-2.el9.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.nrrIu1 + umask 022 + cd /builddir/build/BUILD + cd dill-0.3.4 + DOCDIR=/builddir/build/BUILDROOT/python-dill-0.3.4-2.el9.x86_64/usr/share/doc/python3-dill + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-dill-0.3.4-2.el9.x86_64/usr/share/doc/python3-dill + cp -pr README /builddir/build/BUILDROOT/python-dill-0.3.4-2.el9.x86_64/usr/share/doc/python3-dill + RPM_EC=0 ++ jobs -p + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.muJ6FX + umask 022 + cd /builddir/build/BUILD + cd dill-0.3.4 + LICENSEDIR=/builddir/build/BUILDROOT/python-dill-0.3.4-2.el9.x86_64/usr/share/licenses/python3-dill + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-dill-0.3.4-2.el9.x86_64/usr/share/licenses/python3-dill + cp -pr LICENSE /builddir/build/BUILDROOT/python-dill-0.3.4-2.el9.x86_64/usr/share/licenses/python3-dill + RPM_EC=0 ++ jobs -p + exit 0 Provides: python-dill = 0.3.4-2.el9 python3-dill = 0.3.4-2.el9 python3.9-dill = 0.3.4-2.el9 python3.9dist(dill) = 0.3.4 python3dist(dill) = 0.3.4 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PartialHardlinkSets) <= 4.0.4-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: python(abi) = 3.9 Obsoletes: python39-dill < 0.3.4-2.el9 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/python-dill-0.3.4-2.el9.x86_64 Wrote: /builddir/build/RPMS/python3-dill-0.3.4-2.el9.noarch.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.dSK90n + umask 022 + cd /builddir/build/BUILD + cd dill-0.3.4 + /usr/bin/rm -rf /builddir/build/BUILDROOT/python-dill-0.3.4-2.el9.x86_64 + RPM_EC=0 ++ jobs -p + exit 0 Child return code was: 0