Mock Version: 3.5 Mock Version: 3.5 Mock Version: 3.5 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --noclean --target riscv64 --nodeps /builddir/build/SPECS/python-ZEO.spec'], chrootPath='/var/lib/mock/f40-build-807634-145227/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=1209600uid=991gid=135user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --noclean --target riscv64 --nodeps /builddir/build/SPECS/python-ZEO.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: riscv64 Building for target riscv64 setting SOURCE_DATE_EPOCH=1708992000 Wrote: /builddir/build/SRPMS/python-ZEO-6.0.0-3.fc40.src.rpm Child return code was: 0 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -br --noclean --target riscv64 --nodeps /builddir/build/SPECS/python-ZEO.spec'], chrootPath='/var/lib/mock/f40-build-807634-145227/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=1209600uid=991gid=135user='mockbuild'nspawn_args=[]unshare_net=TrueraiseExc=FalseprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -br --noclean --target riscv64 --nodeps /builddir/build/SPECS/python-ZEO.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: riscv64 Building for target riscv64 setting SOURCE_DATE_EPOCH=1708992000 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.8qyJhe + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf ZEO-6.0.0 + /usr/lib/rpm/rpmuncompress -x /builddir/build/SOURCES/ZEO-6.0.0.tar.gz + STATUS=0 + '[' 0 -ne 0 ']' + cd ZEO-6.0.0 + rm -rf /builddir/build/BUILD/ZEO-6.0.0-SPECPARTS + /usr/bin/mkdir -p /builddir/build/BUILD/ZEO-6.0.0-SPECPARTS + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + sed -e 's|\('\''https://docs\.python\.org/3/'\'', \)None|\1'\''/usr/share/doc/python3-docs/html/objects.inv'\''|' -e 's|\('\''https://persistent\.readthedocs\.io/en/latest/'\'', \)None|\1'\''/usr/share/doc/python3-persistent-doc/objects.inv'\''|' -e 's|\("https://zodb-docs\.readthedocs\.io/en/latest/", \)None|\1"/usr/share/doc/python-ZODB-doc/html/objects.inv"|' -i docs/conf.py + '[' -z sP ']' + shebang_flags=-kasP + /usr/bin/python3 -B /usr/lib/rpm/redhat/pathfix.py -pni /usr/bin/python3 -kasP src/ZEO recursedown('src/ZEO') recursedown('src/ZEO/asyncio') recursedown('src/ZEO/scripts') recursedown('src/ZEO/tests') src/ZEO/ClientStorage.py: no change src/ZEO/Exceptions.py: no change src/ZEO/StorageServer.py: no change src/ZEO/TransactionBuffer.py: no change src/ZEO/__init__.py: no change src/ZEO/_compat.py: no change src/ZEO/_forker.py: no change src/ZEO/cache.py: no change src/ZEO/interfaces.py: no change src/ZEO/monitor.py: no change src/ZEO/nagios.py: no change src/ZEO/runzeo.py: no change src/ZEO/shortrepr.py: no change src/ZEO/util.py: no change src/ZEO/zconfig.py: no change src/ZEO/zeoctl.py: updating src/ZEO/asyncio/__init__.py: no change src/ZEO/asyncio/base.py: no change src/ZEO/asyncio/client.py: no change src/ZEO/asyncio/compat.py: no change src/ZEO/asyncio/futures.py: no change src/ZEO/asyncio/marshal.py: no change src/ZEO/asyncio/server.py: no change src/ZEO/asyncio/smp.py: no change src/ZEO/asyncio/testing.py: no change src/ZEO/asyncio/tests.py: no change src/ZEO/scripts/__init__.py: no change src/ZEO/scripts/cache_simul.py: updating src/ZEO/scripts/cache_stats.py: no change src/ZEO/scripts/parsezeolog.py: updating src/ZEO/scripts/tests.py: no change src/ZEO/scripts/timeout.py: updating src/ZEO/scripts/zeopack.py: updating src/ZEO/scripts/zeoqueue.py: updating src/ZEO/scripts/zeoreplay.py: updating src/ZEO/scripts/zeoserverlog.py: updating src/ZEO/scripts/zeoup.py: updating src/ZEO/tests/Cache.py: no change src/ZEO/tests/CommitLockTests.py: no change src/ZEO/tests/ConnectionTests.py: no change src/ZEO/tests/InvalidationTests.py: no change src/ZEO/tests/IterationTests.py: no change src/ZEO/tests/TestThread.py: no change src/ZEO/tests/ThreadTests.py: no change src/ZEO/tests/__init__.py: no change src/ZEO/tests/forker.py: no change src/ZEO/tests/racetest.py: no change src/ZEO/tests/servertesting.py: no change src/ZEO/tests/speed.py: no change src/ZEO/tests/stress.py: no change src/ZEO/tests/testConfig.py: no change src/ZEO/tests/testConnection.py: no change src/ZEO/tests/testConversionSupport.py: no change src/ZEO/tests/testTransactionBuffer.py: no change src/ZEO/tests/testZEO.py: no change src/ZEO/tests/testZEO2.py: no change src/ZEO/tests/testZEOOptions.py: no change src/ZEO/tests/testZEOServer.py: no change src/ZEO/tests/test_cache.py: no change src/ZEO/tests/test_client_credentials.py: no change src/ZEO/tests/test_client_side_conflict_resolution.py: no change src/ZEO/tests/test_marshal.py: no change src/ZEO/tests/test_sync.py: no change src/ZEO/tests/testssl.py: no change src/ZEO/tests/threaded.py: no change src/ZEO/tests/utils.py: no change + RPM_EC=0 ++ jobs -p + exit 0 Executing(%generate_buildrequires): /bin/sh -e /var/tmp/rpm-tmp.LOo52k + umask 022 + cd /builddir/build/BUILD + cd ZEO-6.0.0 + CFLAGS='-O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fno-omit-frame-pointer ' + export CFLAGS + CXXFLAGS='-O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fno-omit-frame-pointer ' + export CXXFLAGS + FFLAGS='-O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fno-omit-frame-pointer -I/usr/lib64/gfortran/modules ' + export FFLAGS + FCFLAGS='-O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fno-omit-frame-pointer -I/usr/lib64/gfortran/modules ' + export FCFLAGS + VALAFLAGS=-g + export VALAFLAGS + RUSTFLAGS='-Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none -Cforce-frame-pointers=yes -Clink-arg=-specs=/usr/lib/rpm/redhat/redhat-package-notes --cap-lints=warn' + export RUSTFLAGS + LDFLAGS='-Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld-errors -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -Wl,--build-id=sha1 -specs=/usr/lib/rpm/redhat/redhat-package-notes ' + export LDFLAGS + LT_SYS_LIBRARY_PATH=/usr/lib64: + export LT_SYS_LIBRARY_PATH + CC=gcc + export CC + CXX=g++ + export CXX + echo pyproject-rpm-macros + echo python3-devel + echo 'python3dist(pip) >= 19' + echo 'python3dist(packaging)' + '[' -f pyproject.toml ']' + '[' -f setup.py ']' + echo 'python3dist(setuptools) >= 40.8' + echo 'python3dist(wheel)' + rm -rfv '*.dist-info/' + '[' -f /usr/bin/python3 ']' + mkdir -p /builddir/build/BUILD/ZEO-6.0.0/.pyproject-builddir + echo -n + CFLAGS='-O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fno-omit-frame-pointer ' + LDFLAGS='-Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld-errors -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -Wl,--build-id=sha1 -specs=/usr/lib/rpm/redhat/redhat-package-notes ' + TMPDIR=/builddir/build/BUILD/ZEO-6.0.0/.pyproject-builddir + RPM_TOXENV=py312 + HOSTNAME=rpmbuild + /usr/bin/python3 -Bs /usr/lib/rpm/redhat/pyproject_buildrequires.py --generate-extras --python3_pkgversion 3 --wheeldir /builddir/build/BUILD/ZEO-6.0.0/pyproject-wheeldir --output /builddir/build/BUILD/python-ZEO-6.0.0-3.fc40.riscv64-pyproject-buildrequires -t -x msgpack,uvloop,docs Handling setuptools >= 40.8 from default build backend Requirement satisfied: setuptools >= 40.8 (installed: setuptools 69.0.3) Handling wheel from default build backend Requirement not satisfied: wheel Exiting dependency generation pass: build backend + cat /builddir/build/BUILD/python-ZEO-6.0.0-3.fc40.riscv64-pyproject-buildrequires + rm -rfv '*.dist-info/' + RPM_EC=0 ++ jobs -p + exit 0 Wrote: /builddir/build/SRPMS/python-ZEO-6.0.0-3.fc40.buildreqs.nosrc.rpm Child return code was: 11 Dynamic buildrequires detected Going to install missing buildrequires. See root.log for details. ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -br --noclean --target riscv64 --nodeps /builddir/build/SPECS/python-ZEO.spec'], chrootPath='/var/lib/mock/f40-build-807634-145227/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=1209600uid=991gid=135user='mockbuild'nspawn_args=[]unshare_net=TrueraiseExc=FalseprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -br --noclean --target riscv64 --nodeps /builddir/build/SPECS/python-ZEO.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: riscv64 Building for target riscv64 setting SOURCE_DATE_EPOCH=1708992000 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.rnUK3c + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf ZEO-6.0.0 + /usr/lib/rpm/rpmuncompress -x /builddir/build/SOURCES/ZEO-6.0.0.tar.gz + STATUS=0 + '[' 0 -ne 0 ']' + cd ZEO-6.0.0 + rm -rf /builddir/build/BUILD/ZEO-6.0.0-SPECPARTS + /usr/bin/mkdir -p /builddir/build/BUILD/ZEO-6.0.0-SPECPARTS + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + sed -e 's|\('\''https://docs\.python\.org/3/'\'', \)None|\1'\''/usr/share/doc/python3-docs/html/objects.inv'\''|' -e 's|\('\''https://persistent\.readthedocs\.io/en/latest/'\'', \)None|\1'\''/usr/share/doc/python3-persistent-doc/objects.inv'\''|' -e 's|\("https://zodb-docs\.readthedocs\.io/en/latest/", \)None|\1"/usr/share/doc/python-ZODB-doc/html/objects.inv"|' -i docs/conf.py + '[' -z sP ']' + shebang_flags=-kasP + /usr/bin/python3 -B /usr/lib/rpm/redhat/pathfix.py -pni /usr/bin/python3 -kasP src/ZEO recursedown('src/ZEO') recursedown('src/ZEO/asyncio') recursedown('src/ZEO/scripts') recursedown('src/ZEO/tests') src/ZEO/ClientStorage.py: no change src/ZEO/Exceptions.py: no change src/ZEO/StorageServer.py: no change src/ZEO/TransactionBuffer.py: no change src/ZEO/__init__.py: no change src/ZEO/_compat.py: no change src/ZEO/_forker.py: no change src/ZEO/cache.py: no change src/ZEO/interfaces.py: no change src/ZEO/monitor.py: no change src/ZEO/nagios.py: no change src/ZEO/runzeo.py: no change src/ZEO/shortrepr.py: no change src/ZEO/util.py: no change src/ZEO/zconfig.py: no change src/ZEO/zeoctl.py: updating src/ZEO/asyncio/__init__.py: no change src/ZEO/asyncio/base.py: no change src/ZEO/asyncio/client.py: no change src/ZEO/asyncio/compat.py: no change src/ZEO/asyncio/futures.py: no change src/ZEO/asyncio/marshal.py: no change src/ZEO/asyncio/server.py: no change src/ZEO/asyncio/smp.py: no change src/ZEO/asyncio/testing.py: no change src/ZEO/asyncio/tests.py: no change src/ZEO/scripts/__init__.py: no change src/ZEO/scripts/cache_simul.py: updating src/ZEO/scripts/cache_stats.py: no change src/ZEO/scripts/parsezeolog.py: updating src/ZEO/scripts/tests.py: no change src/ZEO/scripts/timeout.py: updating src/ZEO/scripts/zeopack.py: updating src/ZEO/scripts/zeoqueue.py: updating src/ZEO/scripts/zeoreplay.py: updating src/ZEO/scripts/zeoserverlog.py: updating src/ZEO/scripts/zeoup.py: updating src/ZEO/tests/Cache.py: no change src/ZEO/tests/CommitLockTests.py: no change src/ZEO/tests/ConnectionTests.py: no change src/ZEO/tests/InvalidationTests.py: no change src/ZEO/tests/IterationTests.py: no change src/ZEO/tests/TestThread.py: no change src/ZEO/tests/ThreadTests.py: no change src/ZEO/tests/__init__.py: no change src/ZEO/tests/forker.py: no change src/ZEO/tests/racetest.py: no change src/ZEO/tests/servertesting.py: no change src/ZEO/tests/speed.py: no change src/ZEO/tests/stress.py: no change src/ZEO/tests/testConfig.py: no change src/ZEO/tests/testConnection.py: no change src/ZEO/tests/testConversionSupport.py: no change src/ZEO/tests/testTransactionBuffer.py: no change src/ZEO/tests/testZEO.py: no change src/ZEO/tests/testZEO2.py: no change src/ZEO/tests/testZEOOptions.py: no change src/ZEO/tests/testZEOServer.py: no change src/ZEO/tests/test_cache.py: no change src/ZEO/tests/test_client_credentials.py: no change src/ZEO/tests/test_client_side_conflict_resolution.py: no change src/ZEO/tests/test_marshal.py: no change src/ZEO/tests/test_sync.py: no change src/ZEO/tests/testssl.py: no change src/ZEO/tests/threaded.py: no change src/ZEO/tests/utils.py: no change + RPM_EC=0 ++ jobs -p + exit 0 Executing(%generate_buildrequires): /bin/sh -e /var/tmp/rpm-tmp.0Mdp1Q + umask 022 + cd /builddir/build/BUILD + cd ZEO-6.0.0 + CFLAGS='-O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fno-omit-frame-pointer ' + export CFLAGS + CXXFLAGS='-O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fno-omit-frame-pointer ' + export CXXFLAGS + FFLAGS='-O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fno-omit-frame-pointer -I/usr/lib64/gfortran/modules ' + export FFLAGS + FCFLAGS='-O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fno-omit-frame-pointer -I/usr/lib64/gfortran/modules ' + export FCFLAGS + VALAFLAGS=-g + export VALAFLAGS + RUSTFLAGS='-Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none -Cforce-frame-pointers=yes -Clink-arg=-specs=/usr/lib/rpm/redhat/redhat-package-notes --cap-lints=warn' + export RUSTFLAGS + LDFLAGS='-Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld-errors -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -Wl,--build-id=sha1 -specs=/usr/lib/rpm/redhat/redhat-package-notes ' + export LDFLAGS + LT_SYS_LIBRARY_PATH=/usr/lib64: + export LT_SYS_LIBRARY_PATH + CC=gcc + export CC + CXX=g++ + export CXX + echo pyproject-rpm-macros + echo python3-devel + echo 'python3dist(pip) >= 19' + echo 'python3dist(packaging)' + '[' -f pyproject.toml ']' + '[' -f setup.py ']' + echo 'python3dist(setuptools) >= 40.8' + echo 'python3dist(wheel)' + rm -rfv '*.dist-info/' + '[' -f /usr/bin/python3 ']' + mkdir -p /builddir/build/BUILD/ZEO-6.0.0/.pyproject-builddir + echo -n + CFLAGS='-O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fno-omit-frame-pointer ' + LDFLAGS='-Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld-errors -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -Wl,--build-id=sha1 -specs=/usr/lib/rpm/redhat/redhat-package-notes ' + TMPDIR=/builddir/build/BUILD/ZEO-6.0.0/.pyproject-builddir + RPM_TOXENV=py312 + HOSTNAME=rpmbuild + /usr/bin/python3 -Bs /usr/lib/rpm/redhat/pyproject_buildrequires.py --generate-extras --python3_pkgversion 3 --wheeldir /builddir/build/BUILD/ZEO-6.0.0/pyproject-wheeldir --output /builddir/build/BUILD/python-ZEO-6.0.0-3.fc40.riscv64-pyproject-buildrequires -t -x msgpack,uvloop,docs Handling setuptools >= 40.8 from default build backend Requirement satisfied: setuptools >= 40.8 (installed: setuptools 69.0.3) Handling wheel from default build backend Requirement satisfied: wheel (installed: wheel 0.41.2) running egg_info writing src/ZEO.egg-info/PKG-INFO writing dependency_links to src/ZEO.egg-info/dependency_links.txt writing entry points to src/ZEO.egg-info/entry_points.txt writing requirements to src/ZEO.egg-info/requires.txt writing top-level names to src/ZEO.egg-info/top_level.txt reading manifest file 'src/ZEO.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching 'Makefile' under directory 'docs' adding license file 'LICENSE.txt' adding license file 'COPYING' writing manifest file 'src/ZEO.egg-info/SOURCES.txt' Handling wheel from get_requires_for_build_wheel Requirement satisfied: wheel (installed: wheel 0.41.2) Handling tox-current-env >= 0.0.6 from tox itself Requirement not satisfied: tox-current-env >= 0.0.6 Exiting dependency generation pass: tox itself + cat /builddir/build/BUILD/python-ZEO-6.0.0-3.fc40.riscv64-pyproject-buildrequires + rm -rfv '*.dist-info/' + RPM_EC=0 ++ jobs -p + exit 0 Wrote: /builddir/build/SRPMS/python-ZEO-6.0.0-3.fc40.buildreqs.nosrc.rpm Child return code was: 11 Dynamic buildrequires detected Going to install missing buildrequires. See root.log for details. ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -br --noclean --target riscv64 --nodeps /builddir/build/SPECS/python-ZEO.spec'], chrootPath='/var/lib/mock/f40-build-807634-145227/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=1209600uid=991gid=135user='mockbuild'nspawn_args=[]unshare_net=TrueraiseExc=FalseprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -br --noclean --target riscv64 --nodeps /builddir/build/SPECS/python-ZEO.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: riscv64 Building for target riscv64 setting SOURCE_DATE_EPOCH=1708992000 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.lUkQ4s + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf ZEO-6.0.0 + /usr/lib/rpm/rpmuncompress -x /builddir/build/SOURCES/ZEO-6.0.0.tar.gz + STATUS=0 + '[' 0 -ne 0 ']' + cd ZEO-6.0.0 + rm -rf /builddir/build/BUILD/ZEO-6.0.0-SPECPARTS + /usr/bin/mkdir -p /builddir/build/BUILD/ZEO-6.0.0-SPECPARTS + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + sed -e 's|\('\''https://docs\.python\.org/3/'\'', \)None|\1'\''/usr/share/doc/python3-docs/html/objects.inv'\''|' -e 's|\('\''https://persistent\.readthedocs\.io/en/latest/'\'', \)None|\1'\''/usr/share/doc/python3-persistent-doc/objects.inv'\''|' -e 's|\("https://zodb-docs\.readthedocs\.io/en/latest/", \)None|\1"/usr/share/doc/python-ZODB-doc/html/objects.inv"|' -i docs/conf.py + '[' -z sP ']' + shebang_flags=-kasP + /usr/bin/python3 -B /usr/lib/rpm/redhat/pathfix.py -pni /usr/bin/python3 -kasP src/ZEO recursedown('src/ZEO') recursedown('src/ZEO/asyncio') recursedown('src/ZEO/scripts') recursedown('src/ZEO/tests') src/ZEO/ClientStorage.py: no change src/ZEO/Exceptions.py: no change src/ZEO/StorageServer.py: no change src/ZEO/TransactionBuffer.py: no change src/ZEO/__init__.py: no change src/ZEO/_compat.py: no change src/ZEO/_forker.py: no change src/ZEO/cache.py: no change src/ZEO/interfaces.py: no change src/ZEO/monitor.py: no change src/ZEO/nagios.py: no change src/ZEO/runzeo.py: no change src/ZEO/shortrepr.py: no change src/ZEO/util.py: no change src/ZEO/zconfig.py: no change src/ZEO/zeoctl.py: updating src/ZEO/asyncio/__init__.py: no change src/ZEO/asyncio/base.py: no change src/ZEO/asyncio/client.py: no change src/ZEO/asyncio/compat.py: no change src/ZEO/asyncio/futures.py: no change src/ZEO/asyncio/marshal.py: no change src/ZEO/asyncio/server.py: no change src/ZEO/asyncio/smp.py: no change src/ZEO/asyncio/testing.py: no change src/ZEO/asyncio/tests.py: no change src/ZEO/scripts/__init__.py: no change src/ZEO/scripts/cache_simul.py: updating src/ZEO/scripts/cache_stats.py: no change src/ZEO/scripts/parsezeolog.py: updating src/ZEO/scripts/tests.py: no change src/ZEO/scripts/timeout.py: updating src/ZEO/scripts/zeopack.py: updating src/ZEO/scripts/zeoqueue.py: updating src/ZEO/scripts/zeoreplay.py: updating src/ZEO/scripts/zeoserverlog.py: updating src/ZEO/scripts/zeoup.py: updating src/ZEO/tests/Cache.py: no change src/ZEO/tests/CommitLockTests.py: no change src/ZEO/tests/ConnectionTests.py: no change src/ZEO/tests/InvalidationTests.py: no change src/ZEO/tests/IterationTests.py: no change src/ZEO/tests/TestThread.py: no change src/ZEO/tests/ThreadTests.py: no change src/ZEO/tests/__init__.py: no change src/ZEO/tests/forker.py: no change src/ZEO/tests/racetest.py: no change src/ZEO/tests/servertesting.py: no change src/ZEO/tests/speed.py: no change src/ZEO/tests/stress.py: no change src/ZEO/tests/testConfig.py: no change src/ZEO/tests/testConnection.py: no change src/ZEO/tests/testConversionSupport.py: no change src/ZEO/tests/testTransactionBuffer.py: no change src/ZEO/tests/testZEO.py: no change src/ZEO/tests/testZEO2.py: no change src/ZEO/tests/testZEOOptions.py: no change src/ZEO/tests/testZEOServer.py: no change src/ZEO/tests/test_cache.py: no change src/ZEO/tests/test_client_credentials.py: no change src/ZEO/tests/test_client_side_conflict_resolution.py: no change src/ZEO/tests/test_marshal.py: no change src/ZEO/tests/test_sync.py: no change src/ZEO/tests/testssl.py: no change src/ZEO/tests/threaded.py: no change src/ZEO/tests/utils.py: no change + RPM_EC=0 ++ jobs -p + exit 0 Executing(%generate_buildrequires): /bin/sh -e /var/tmp/rpm-tmp.4PC86E + umask 022 + cd /builddir/build/BUILD + cd ZEO-6.0.0 + CFLAGS='-O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fno-omit-frame-pointer ' + export CFLAGS + CXXFLAGS='-O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fno-omit-frame-pointer ' + export CXXFLAGS + FFLAGS='-O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fno-omit-frame-pointer -I/usr/lib64/gfortran/modules ' + export FFLAGS + FCFLAGS='-O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fno-omit-frame-pointer -I/usr/lib64/gfortran/modules ' + export FCFLAGS + VALAFLAGS=-g + export VALAFLAGS + RUSTFLAGS='-Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none -Cforce-frame-pointers=yes -Clink-arg=-specs=/usr/lib/rpm/redhat/redhat-package-notes --cap-lints=warn' + export RUSTFLAGS + LDFLAGS='-Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld-errors -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -Wl,--build-id=sha1 -specs=/usr/lib/rpm/redhat/redhat-package-notes ' + export LDFLAGS + LT_SYS_LIBRARY_PATH=/usr/lib64: + export LT_SYS_LIBRARY_PATH + CC=gcc + export CC + CXX=g++ + export CXX + echo pyproject-rpm-macros + echo python3-devel + echo 'python3dist(pip) >= 19' + echo 'python3dist(packaging)' + '[' -f pyproject.toml ']' + '[' -f setup.py ']' + echo 'python3dist(setuptools) >= 40.8' + echo 'python3dist(wheel)' + rm -rfv '*.dist-info/' + '[' -f /usr/bin/python3 ']' + mkdir -p /builddir/build/BUILD/ZEO-6.0.0/.pyproject-builddir + echo -n + CFLAGS='-O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fno-omit-frame-pointer ' + LDFLAGS='-Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld-errors -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -Wl,--build-id=sha1 -specs=/usr/lib/rpm/redhat/redhat-package-notes ' + TMPDIR=/builddir/build/BUILD/ZEO-6.0.0/.pyproject-builddir + RPM_TOXENV=py312 + HOSTNAME=rpmbuild + /usr/bin/python3 -Bs /usr/lib/rpm/redhat/pyproject_buildrequires.py --generate-extras --python3_pkgversion 3 --wheeldir /builddir/build/BUILD/ZEO-6.0.0/pyproject-wheeldir --output /builddir/build/BUILD/python-ZEO-6.0.0-3.fc40.riscv64-pyproject-buildrequires -t -x msgpack,uvloop,docs Handling setuptools >= 40.8 from default build backend Requirement satisfied: setuptools >= 40.8 (installed: setuptools 69.0.3) Handling wheel from default build backend Requirement satisfied: wheel (installed: wheel 0.41.2) running egg_info writing src/ZEO.egg-info/PKG-INFO writing dependency_links to src/ZEO.egg-info/dependency_links.txt writing entry points to src/ZEO.egg-info/entry_points.txt writing requirements to src/ZEO.egg-info/requires.txt writing top-level names to src/ZEO.egg-info/top_level.txt reading manifest file 'src/ZEO.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching 'Makefile' under directory 'docs' adding license file 'LICENSE.txt' adding license file 'COPYING' writing manifest file 'src/ZEO.egg-info/SOURCES.txt' Handling wheel from get_requires_for_build_wheel Requirement satisfied: wheel (installed: wheel 0.41.2) Handling tox-current-env >= 0.0.6 from tox itself Requirement satisfied: tox-current-env >= 0.0.6 (installed: tox-current-env 0.0.11) py312: OK (0.03 seconds) congratulations :) (0.66 seconds) Handling tox>=3.18 from tox --print-deps-only: py312 Requirement satisfied: tox>=3.18 (installed: tox 4.12.1) Handling ZODB >= 4.2.0b1 from tox --print-deps-only: py312 Requirement not satisfied: ZODB >= 4.2.0b1 running dist_info creating ZEO.egg-info writing ZEO.egg-info/PKG-INFO writing dependency_links to ZEO.egg-info/dependency_links.txt writing entry points to ZEO.egg-info/entry_points.txt writing requirements to ZEO.egg-info/requires.txt writing top-level names to ZEO.egg-info/top_level.txt writing manifest file 'ZEO.egg-info/SOURCES.txt' reading manifest file 'ZEO.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching 'Makefile' under directory 'docs' adding license file 'LICENSE.txt' adding license file 'COPYING' writing manifest file 'ZEO.egg-info/SOURCES.txt' creating '/builddir/build/BUILD/ZEO-6.0.0/ZEO-6.0.0.dist-info' Handling ZODB >=5.1.1 from hook generated metadata: Requires-Dist (ZEO) Requirement not satisfied: ZODB >=5.1.1 Handling transaction >=2.0.3 from hook generated metadata: Requires-Dist (ZEO) Requirement not satisfied: transaction >=2.0.3 Handling persistent >=4.1.0 from hook generated metadata: Requires-Dist (ZEO) Requirement satisfied: persistent >=4.1.0 (installed: persistent 5.2) Handling zc.lockfile from hook generated metadata: Requires-Dist (ZEO) Requirement not satisfied: zc.lockfile Handling ZConfig from hook generated metadata: Requires-Dist (ZEO) Requirement not satisfied: ZConfig Handling zdaemon from hook generated metadata: Requires-Dist (ZEO) Requirement not satisfied: zdaemon Handling zope.interface from hook generated metadata: Requires-Dist (ZEO) Requirement satisfied: zope.interface (installed: zope.interface 6.0) Handling Sphinx ; extra == 'docs' from hook generated metadata: Requires-Dist (ZEO) Requirement not satisfied: Sphinx ; extra == 'docs' Handling repoze.sphinx.autointerface ; extra == 'docs' from hook generated metadata: Requires-Dist (ZEO) Requirement not satisfied: repoze.sphinx.autointerface ; extra == 'docs' Handling sphinx-rtd-theme ; extra == 'docs' from hook generated metadata: Requires-Dist (ZEO) Requirement not satisfied: sphinx-rtd-theme ; extra == 'docs' Handling msgpack-python ; extra == 'msgpack' from hook generated metadata: Requires-Dist (ZEO) Requirement not satisfied: msgpack-python ; extra == 'msgpack' Handling ZConfig ; extra == 'test' from hook generated metadata: Requires-Dist (ZEO) Requirement not satisfied: ZConfig ; extra == 'test' Handling ZODB >=5.5.1 ; extra == 'test' from hook generated metadata: Requires-Dist (ZEO) Requirement not satisfied: ZODB >=5.5.1 ; extra == 'test' Handling ZopeUndo ; extra == 'test' from hook generated metadata: Requires-Dist (ZEO) Requirement not satisfied: ZopeUndo ; extra == 'test' Handling zope.testing ; extra == 'test' from hook generated metadata: Requires-Dist (ZEO) Requirement not satisfied: zope.testing ; extra == 'test' Handling transaction ; extra == 'test' from hook generated metadata: Requires-Dist (ZEO) Requirement not satisfied: transaction ; extra == 'test' Handling msgpack ; extra == 'test' from hook generated metadata: Requires-Dist (ZEO) Requirement not satisfied: msgpack ; extra == 'test' Handling zdaemon ; extra == 'test' from hook generated metadata: Requires-Dist (ZEO) Requirement not satisfied: zdaemon ; extra == 'test' Handling zope.testrunner ; extra == 'test' from hook generated metadata: Requires-Dist (ZEO) Requirement not satisfied: zope.testrunner ; extra == 'test' Handling uvloop >=0.5.1 ; extra == 'uvloop' from hook generated metadata: Requires-Dist (ZEO) Requirement not satisfied: uvloop >=0.5.1 ; extra == 'uvloop' + cat /builddir/build/BUILD/python-ZEO-6.0.0-3.fc40.riscv64-pyproject-buildrequires + rm -rfv ZEO-6.0.0.dist-info/ removed 'ZEO-6.0.0.dist-info/entry_points.txt' removed 'ZEO-6.0.0.dist-info/METADATA' removed 'ZEO-6.0.0.dist-info/LICENSE.txt' removed 'ZEO-6.0.0.dist-info/COPYING' removed 'ZEO-6.0.0.dist-info/top_level.txt' removed directory 'ZEO-6.0.0.dist-info/' + RPM_EC=0 ++ jobs -p + exit 0 Wrote: /builddir/build/SRPMS/python-ZEO-6.0.0-3.fc40.buildreqs.nosrc.rpm Child return code was: 11 Dynamic buildrequires detected Going to install missing buildrequires. See root.log for details.