Mock Version: 5.0 Mock Version: 5.0 Mock Version: 5.0 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/f39-build-2160768-50946/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=864000uid=996gid=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=1700697600 Wrote: /builddir/build/SRPMS/python-ZEO-6.0.0-1.fc39.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/f39-build-2160768-50946/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=864000uid=996gid=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=1700697600 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.rqiBBJ + 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.mAVRqq + umask 022 + cd /builddir/build/BUILD + cd ZEO-6.0.0 + CFLAGS='-O2 -flto=auto -ffat-lto-objects -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 -fstack-clash-protection -fno-omit-frame-pointer ' + export CFLAGS + CXXFLAGS='-O2 -flto=auto -ffat-lto-objects -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 -fstack-clash-protection -fno-omit-frame-pointer ' + export CXXFLAGS + FFLAGS='-O2 -flto=auto -ffat-lto-objects -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 -fstack-clash-protection -fno-omit-frame-pointer -I/usr/lib64/gfortran/modules ' + export FFLAGS + FCFLAGS='-O2 -flto=auto -ffat-lto-objects -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 -fstack-clash-protection -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=-Wl,-z,relro -Clink-arg=-Wl,-z,now -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 -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 -flto=auto -ffat-lto-objects -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 -fstack-clash-protection -fno-omit-frame-pointer ' + 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 -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-1.fc39.riscv64-pyproject-buildrequires -t -x msgpack,uvloop,docs Handling setuptools >= 40.8 from default build backend Requirement satisfied: setuptools >= 40.8 (installed: setuptools 67.7.2) 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-1.fc39.riscv64-pyproject-buildrequires + rm -rfv '*.dist-info/' + RPM_EC=0 ++ jobs -p + exit 0 Wrote: /builddir/build/SRPMS/python-ZEO-6.0.0-1.fc39.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/f39-build-2160768-50946/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=864000uid=996gid=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=1700697600 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.3DNyFr + 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.lYbMbc + umask 022 + cd /builddir/build/BUILD + cd ZEO-6.0.0 + CFLAGS='-O2 -flto=auto -ffat-lto-objects -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 -fstack-clash-protection -fno-omit-frame-pointer ' + export CFLAGS + CXXFLAGS='-O2 -flto=auto -ffat-lto-objects -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 -fstack-clash-protection -fno-omit-frame-pointer ' + export CXXFLAGS + FFLAGS='-O2 -flto=auto -ffat-lto-objects -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 -fstack-clash-protection -fno-omit-frame-pointer -I/usr/lib64/gfortran/modules ' + export FFLAGS + FCFLAGS='-O2 -flto=auto -ffat-lto-objects -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 -fstack-clash-protection -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=-Wl,-z,relro -Clink-arg=-Wl,-z,now -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 -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 -flto=auto -ffat-lto-objects -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 -fstack-clash-protection -fno-omit-frame-pointer ' + 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 -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-1.fc39.riscv64-pyproject-buildrequires -t -x msgpack,uvloop,docs Handling setuptools >= 40.8 from default build backend Requirement satisfied: setuptools >= 40.8 (installed: setuptools 67.7.2) Handling wheel from default build backend Requirement satisfied: wheel (installed: wheel 0.40.0) 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.40.0) 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-1.fc39.riscv64-pyproject-buildrequires + rm -rfv '*.dist-info/' + RPM_EC=0 ++ jobs -p + exit 0 Wrote: /builddir/build/SRPMS/python-ZEO-6.0.0-1.fc39.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/f39-build-2160768-50946/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=864000uid=996gid=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=1700697600 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.ynzBBh + 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.KktrGE + umask 022 + cd /builddir/build/BUILD + cd ZEO-6.0.0 + CFLAGS='-O2 -flto=auto -ffat-lto-objects -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 -fstack-clash-protection -fno-omit-frame-pointer ' + export CFLAGS + CXXFLAGS='-O2 -flto=auto -ffat-lto-objects -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 -fstack-clash-protection -fno-omit-frame-pointer ' + export CXXFLAGS + FFLAGS='-O2 -flto=auto -ffat-lto-objects -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 -fstack-clash-protection -fno-omit-frame-pointer -I/usr/lib64/gfortran/modules ' + export FFLAGS + FCFLAGS='-O2 -flto=auto -ffat-lto-objects -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 -fstack-clash-protection -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=-Wl,-z,relro -Clink-arg=-Wl,-z,now -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 -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 -flto=auto -ffat-lto-objects -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 -fstack-clash-protection -fno-omit-frame-pointer ' + 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 -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-1.fc39.riscv64-pyproject-buildrequires -t -x msgpack,uvloop,docs Handling setuptools >= 40.8 from default build backend Requirement satisfied: setuptools >= 40.8 (installed: setuptools 67.7.2) Handling wheel from default build backend Requirement satisfied: wheel (installed: wheel 0.40.0) 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.40.0) 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.63 seconds) congratulations :) (5.81 seconds) Handling tox>=3.18 from tox --print-deps-only: py312 Requirement satisfied: tox>=3.18 (installed: tox 4.11.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.1) 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 5.5.2) 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-1.fc39.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/LICENSE.txt' removed 'ZEO-6.0.0.dist-info/COPYING' removed 'ZEO-6.0.0.dist-info/top_level.txt' removed 'ZEO-6.0.0.dist-info/METADATA' removed directory 'ZEO-6.0.0.dist-info/' + RPM_EC=0 ++ jobs -p + exit 0 Wrote: /builddir/build/SRPMS/python-ZEO-6.0.0-1.fc39.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/f39-build-2160768-50946/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=864000uid=996gid=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=1700697600 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.Y6EBhF + 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.ibwLZD + umask 022 + cd /builddir/build/BUILD + cd ZEO-6.0.0 + CFLAGS='-O2 -flto=auto -ffat-lto-objects -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 -fstack-clash-protection -fno-omit-frame-pointer ' + export CFLAGS + CXXFLAGS='-O2 -flto=auto -ffat-lto-objects -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 -fstack-clash-protection -fno-omit-frame-pointer ' + export CXXFLAGS + FFLAGS='-O2 -flto=auto -ffat-lto-objects -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 -fstack-clash-protection -fno-omit-frame-pointer -I/usr/lib64/gfortran/modules ' + export FFLAGS + FCFLAGS='-O2 -flto=auto -ffat-lto-objects -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 -fstack-clash-protection -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=-Wl,-z,relro -Clink-arg=-Wl,-z,now -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 -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 -flto=auto -ffat-lto-objects -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 -fstack-clash-protection -fno-omit-frame-pointer ' + 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 -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-1.fc39.riscv64-pyproject-buildrequires -t -x msgpack,uvloop,docs Handling setuptools >= 40.8 from default build backend Requirement satisfied: setuptools >= 40.8 (installed: setuptools 67.7.2) Handling wheel from default build backend Requirement satisfied: wheel (installed: wheel 0.40.0) 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.40.0) 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.75 seconds) congratulations :) (5.61 seconds) Handling tox>=3.18 from tox --print-deps-only: py312 Requirement satisfied: tox>=3.18 (installed: tox 4.11.1) Handling ZODB >= 4.2.0b1 from tox --print-deps-only: py312 Requirement satisfied: ZODB >= 4.2.0b1 (installed: ZODB 5.8.1) 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 satisfied: ZODB (>=5.1.1) (installed: ZODB 5.8.1) Handling transaction (>=2.0.3) from hook generated metadata: Requires-Dist (ZEO) Requirement satisfied: transaction (>=2.0.3) (installed: transaction 4.0) Handling persistent (>=4.1.0) from hook generated metadata: Requires-Dist (ZEO) Requirement satisfied: persistent (>=4.1.0) (installed: persistent 5.1) Handling zc.lockfile from hook generated metadata: Requires-Dist (ZEO) Requirement satisfied: zc.lockfile (installed: zc.lockfile 3.0.post1) Handling ZConfig from hook generated metadata: Requires-Dist (ZEO) Requirement satisfied: ZConfig (installed: ZConfig 4.0) Handling zdaemon from hook generated metadata: Requires-Dist (ZEO) Requirement satisfied: zdaemon (installed: zdaemon 4.2.0) Handling zope.interface from hook generated metadata: Requires-Dist (ZEO) Requirement satisfied: zope.interface (installed: zope.interface 5.5.2) Handling Sphinx ; extra == 'docs' from hook generated metadata: Requires-Dist (ZEO) Requirement satisfied: Sphinx ; extra == 'docs' (installed: Sphinx 6.2.1) Handling repoze.sphinx.autointerface ; extra == 'docs' from hook generated metadata: Requires-Dist (ZEO) Requirement satisfied: repoze.sphinx.autointerface ; extra == 'docs' (installed: repoze.sphinx.autointerface 0.8) Handling sphinx-rtd-theme ; extra == 'docs' from hook generated metadata: Requires-Dist (ZEO) Requirement satisfied: sphinx-rtd-theme ; extra == 'docs' (installed: sphinx-rtd-theme 1.2.2) 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 satisfied: ZConfig ; extra == 'test' (installed: ZConfig 4.0) Handling ZODB (>=5.5.1) ; extra == 'test' from hook generated metadata: Requires-Dist (ZEO) Requirement satisfied: ZODB (>=5.5.1) ; extra == 'test' (installed: ZODB 5.8.1) Handling ZopeUndo ; extra == 'test' from hook generated metadata: Requires-Dist (ZEO) Requirement satisfied: ZopeUndo ; extra == 'test' (installed: ZopeUndo 6.0) Handling zope.testing ; extra == 'test' from hook generated metadata: Requires-Dist (ZEO) Requirement satisfied: zope.testing ; extra == 'test' (installed: zope.testing 5.0.1) Handling transaction ; extra == 'test' from hook generated metadata: Requires-Dist (ZEO) Requirement satisfied: transaction ; extra == 'test' (installed: transaction 4.0) Handling msgpack ; extra == 'test' from hook generated metadata: Requires-Dist (ZEO) Requirement satisfied: msgpack ; extra == 'test' (installed: msgpack 1.0.5) Handling zdaemon ; extra == 'test' from hook generated metadata: Requires-Dist (ZEO) Requirement satisfied: zdaemon ; extra == 'test' (installed: zdaemon 4.2.0) Handling zope.testrunner ; extra == 'test' from hook generated metadata: Requires-Dist (ZEO) Requirement satisfied: zope.testrunner ; extra == 'test' (installed: zope.testrunner 6.1) Handling uvloop (>=0.5.1) ; extra == 'uvloop' from hook generated metadata: Requires-Dist (ZEO) Requirement satisfied: uvloop (>=0.5.1) ; extra == 'uvloop' (installed: uvloop 0.18.0) + cat /builddir/build/BUILD/python-ZEO-6.0.0-1.fc39.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/LICENSE.txt' removed 'ZEO-6.0.0.dist-info/COPYING' removed 'ZEO-6.0.0.dist-info/top_level.txt' removed 'ZEO-6.0.0.dist-info/METADATA' removed directory 'ZEO-6.0.0.dist-info/' + RPM_EC=0 ++ jobs -p + exit 0 Wrote: /builddir/build/SRPMS/python-ZEO-6.0.0-1.fc39.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 -ba --noprep --noclean --target riscv64 --nodeps /builddir/build/SPECS/python-ZEO.spec'], chrootPath='/var/lib/mock/f39-build-2160768-50946/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=864000uid=996gid=135user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -ba --noprep --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=1700697600 Executing(%generate_buildrequires): /bin/sh -e /var/tmp/rpm-tmp.glCKYJ + umask 022 + cd /builddir/build/BUILD + cd ZEO-6.0.0 + CFLAGS='-O2 -flto=auto -ffat-lto-objects -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 -fstack-clash-protection -fno-omit-frame-pointer ' + export CFLAGS + CXXFLAGS='-O2 -flto=auto -ffat-lto-objects -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 -fstack-clash-protection -fno-omit-frame-pointer ' + export CXXFLAGS + FFLAGS='-O2 -flto=auto -ffat-lto-objects -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 -fstack-clash-protection -fno-omit-frame-pointer -I/usr/lib64/gfortran/modules ' + export FFLAGS + FCFLAGS='-O2 -flto=auto -ffat-lto-objects -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 -fstack-clash-protection -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=-Wl,-z,relro -Clink-arg=-Wl,-z,now -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 -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 -flto=auto -ffat-lto-objects -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 -fstack-clash-protection -fno-omit-frame-pointer ' + 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 -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-1.fc39.riscv64-pyproject-buildrequires -t -x msgpack,uvloop,docs Handling setuptools >= 40.8 from default build backend Requirement satisfied: setuptools >= 40.8 (installed: setuptools 67.7.2) Handling wheel from default build backend Requirement satisfied: wheel (installed: wheel 0.40.0) 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.40.0) 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.61 seconds) congratulations :) (5.24 seconds) Handling tox>=3.18 from tox --print-deps-only: py312 Requirement satisfied: tox>=3.18 (installed: tox 4.11.1) Handling ZODB >= 4.2.0b1 from tox --print-deps-only: py312 Requirement satisfied: ZODB >= 4.2.0b1 (installed: ZODB 5.8.1) running dist_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 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 satisfied: ZODB (>=5.1.1) (installed: ZODB 5.8.1) Handling transaction (>=2.0.3) from hook generated metadata: Requires-Dist (ZEO) Requirement satisfied: transaction (>=2.0.3) (installed: transaction 4.0) Handling persistent (>=4.1.0) from hook generated metadata: Requires-Dist (ZEO) Requirement satisfied: persistent (>=4.1.0) (installed: persistent 5.1) Handling zc.lockfile from hook generated metadata: Requires-Dist (ZEO) Requirement satisfied: zc.lockfile (installed: zc.lockfile 3.0.post1) Handling ZConfig from hook generated metadata: Requires-Dist (ZEO) Requirement satisfied: ZConfig (installed: ZConfig 4.0) Handling zdaemon from hook generated metadata: Requires-Dist (ZEO) Requirement satisfied: zdaemon (installed: zdaemon 4.2.0) Handling zope.interface from hook generated metadata: Requires-Dist (ZEO) Requirement satisfied: zope.interface (installed: zope.interface 5.5.2) Handling Sphinx ; extra == 'docs' from hook generated metadata: Requires-Dist (ZEO) Requirement satisfied: Sphinx ; extra == 'docs' (installed: Sphinx 6.2.1) Handling repoze.sphinx.autointerface ; extra == 'docs' from hook generated metadata: Requires-Dist (ZEO) Requirement satisfied: repoze.sphinx.autointerface ; extra == 'docs' (installed: repoze.sphinx.autointerface 0.8) Handling sphinx-rtd-theme ; extra == 'docs' from hook generated metadata: Requires-Dist (ZEO) Requirement satisfied: sphinx-rtd-theme ; extra == 'docs' (installed: sphinx-rtd-theme 1.2.2) 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 satisfied: ZConfig ; extra == 'test' (installed: ZConfig 4.0) Handling ZODB (>=5.5.1) ; extra == 'test' from hook generated metadata: Requires-Dist (ZEO) Requirement satisfied: ZODB (>=5.5.1) ; extra == 'test' (installed: ZODB 5.8.1) Handling ZopeUndo ; extra == 'test' from hook generated metadata: Requires-Dist (ZEO) Requirement satisfied: ZopeUndo ; extra == 'test' (installed: ZopeUndo 6.0) Handling zope.testing ; extra == 'test' from hook generated metadata: Requires-Dist (ZEO) Requirement satisfied: zope.testing ; extra == 'test' (installed: zope.testing 5.0.1) Handling transaction ; extra == 'test' from hook generated metadata: Requires-Dist (ZEO) Requirement satisfied: transaction ; extra == 'test' (installed: transaction 4.0) Handling msgpack ; extra == 'test' from hook generated metadata: Requires-Dist (ZEO) Requirement satisfied: msgpack ; extra == 'test' (installed: msgpack 1.0.5) Handling zdaemon ; extra == 'test' from hook generated metadata: Requires-Dist (ZEO) Requirement satisfied: zdaemon ; extra == 'test' (installed: zdaemon 4.2.0) Handling zope.testrunner ; extra == 'test' from hook generated metadata: Requires-Dist (ZEO) Requirement satisfied: zope.testrunner ; extra == 'test' (installed: zope.testrunner 6.1) Handling uvloop (>=0.5.1) ; extra == 'uvloop' from hook generated metadata: Requires-Dist (ZEO) Requirement satisfied: uvloop (>=0.5.1) ; extra == 'uvloop' (installed: uvloop 0.18.0) + cat /builddir/build/BUILD/python-ZEO-6.0.0-1.fc39.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/LICENSE.txt' removed 'ZEO-6.0.0.dist-info/COPYING' removed 'ZEO-6.0.0.dist-info/top_level.txt' removed 'ZEO-6.0.0.dist-info/METADATA' removed directory 'ZEO-6.0.0.dist-info/' + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.WOfHlG + umask 022 + cd /builddir/build/BUILD + CFLAGS='-O2 -flto=auto -ffat-lto-objects -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 -fstack-clash-protection -fno-omit-frame-pointer ' + export CFLAGS + CXXFLAGS='-O2 -flto=auto -ffat-lto-objects -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 -fstack-clash-protection -fno-omit-frame-pointer ' + export CXXFLAGS + FFLAGS='-O2 -flto=auto -ffat-lto-objects -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 -fstack-clash-protection -fno-omit-frame-pointer -I/usr/lib64/gfortran/modules ' + export FFLAGS + FCFLAGS='-O2 -flto=auto -ffat-lto-objects -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 -fstack-clash-protection -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=-Wl,-z,relro -Clink-arg=-Wl,-z,now -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 -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 + cd ZEO-6.0.0 + cd src/ZEO/asyncio + cythonize -i _futures.pyx _smp.pyx Compiling /builddir/build/BUILD/ZEO-6.0.0/src/ZEO/asyncio/_futures.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/ZEO-6.0.0/src/ZEO/asyncio/_futures.pyx /builddir/build/BUILD/ZEO-6.0.0/src/ZEO/asyncio/_futures.c: In function ‘__pyx_f_3ZEO_7asyncio_8_futures_17CoroutineExecutor_step’: /builddir/build/BUILD/ZEO-6.0.0/src/ZEO/asyncio/_futures.c:7381:5: warning: ‘Py_OptimizeFlag’ is deprecated [-Wdeprecated-declarations] 7381 | if (unlikely(!Py_OptimizeFlag)) { | ^~ In file included from /usr/include/python3.12/Python.h:48, from /builddir/build/BUILD/ZEO-6.0.0/src/ZEO/asyncio/_futures.c:19: /usr/include/python3.12/cpython/pydebug.h:13:37: note: declared here 13 | Py_DEPRECATED(3.12) PyAPI_DATA(int) Py_OptimizeFlag; | ^~~~~~~~~~~~~~~ Compiling /builddir/build/BUILD/ZEO-6.0.0/src/ZEO/asyncio/_smp.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/ZEO-6.0.0/src/ZEO/asyncio/_smp.pyx + cd - /builddir/build/BUILD/ZEO-6.0.0 + mkdir -p /builddir/build/BUILD/ZEO-6.0.0/.pyproject-builddir + CFLAGS='-O2 -flto=auto -ffat-lto-objects -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 -fstack-clash-protection -fno-omit-frame-pointer ' + 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 -Wl,--build-id=sha1 -specs=/usr/lib/rpm/redhat/redhat-package-notes ' + TMPDIR=/builddir/build/BUILD/ZEO-6.0.0/.pyproject-builddir + /usr/bin/python3 -Bs /usr/lib/rpm/redhat/pyproject_wheel.py /builddir/build/BUILD/ZEO-6.0.0/pyproject-wheeldir Processing /builddir/build/BUILD/ZEO-6.0.0 Preparing metadata (pyproject.toml): started Running command Preparing metadata (pyproject.toml) running dist_info creating /builddir/build/BUILD/ZEO-6.0.0/.pyproject-builddir/pip-modern-metadata-qi2s93jy/ZEO.egg-info writing /builddir/build/BUILD/ZEO-6.0.0/.pyproject-builddir/pip-modern-metadata-qi2s93jy/ZEO.egg-info/PKG-INFO writing dependency_links to /builddir/build/BUILD/ZEO-6.0.0/.pyproject-builddir/pip-modern-metadata-qi2s93jy/ZEO.egg-info/dependency_links.txt writing entry points to /builddir/build/BUILD/ZEO-6.0.0/.pyproject-builddir/pip-modern-metadata-qi2s93jy/ZEO.egg-info/entry_points.txt writing requirements to /builddir/build/BUILD/ZEO-6.0.0/.pyproject-builddir/pip-modern-metadata-qi2s93jy/ZEO.egg-info/requires.txt writing top-level names to /builddir/build/BUILD/ZEO-6.0.0/.pyproject-builddir/pip-modern-metadata-qi2s93jy/ZEO.egg-info/top_level.txt writing manifest file '/builddir/build/BUILD/ZEO-6.0.0/.pyproject-builddir/pip-modern-metadata-qi2s93jy/ZEO.egg-info/SOURCES.txt' reading manifest file '/builddir/build/BUILD/ZEO-6.0.0/.pyproject-builddir/pip-modern-metadata-qi2s93jy/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 '/builddir/build/BUILD/ZEO-6.0.0/.pyproject-builddir/pip-modern-metadata-qi2s93jy/ZEO.egg-info/SOURCES.txt' creating '/builddir/build/BUILD/ZEO-6.0.0/.pyproject-builddir/pip-modern-metadata-qi2s93jy/ZEO-6.0.0.dist-info' Preparing metadata (pyproject.toml): finished with status 'done' Building wheels for collected packages: ZEO Building wheel for ZEO (pyproject.toml): started Running command Building wheel for ZEO (pyproject.toml) running bdist_wheel running build running build_py creating build creating build/lib creating build/lib/ZEO copying src/ZEO/shortrepr.py -> build/lib/ZEO copying src/ZEO/zeoctl.py -> build/lib/ZEO copying src/ZEO/Exceptions.py -> build/lib/ZEO copying src/ZEO/cache.py -> build/lib/ZEO copying src/ZEO/ClientStorage.py -> build/lib/ZEO copying src/ZEO/runzeo.py -> build/lib/ZEO copying src/ZEO/TransactionBuffer.py -> build/lib/ZEO copying src/ZEO/StorageServer.py -> build/lib/ZEO copying src/ZEO/interfaces.py -> build/lib/ZEO copying src/ZEO/_forker.py -> build/lib/ZEO copying src/ZEO/util.py -> build/lib/ZEO copying src/ZEO/monitor.py -> build/lib/ZEO copying src/ZEO/zconfig.py -> build/lib/ZEO copying src/ZEO/nagios.py -> build/lib/ZEO copying src/ZEO/__init__.py -> build/lib/ZEO copying src/ZEO/_compat.py -> build/lib/ZEO creating build/lib/ZEO/scripts copying src/ZEO/scripts/cache_stats.py -> build/lib/ZEO/scripts copying src/ZEO/scripts/cache_simul.py -> build/lib/ZEO/scripts copying src/ZEO/scripts/zeoqueue.py -> build/lib/ZEO/scripts copying src/ZEO/scripts/zeoreplay.py -> build/lib/ZEO/scripts copying src/ZEO/scripts/parsezeolog.py -> build/lib/ZEO/scripts copying src/ZEO/scripts/zeoup.py -> build/lib/ZEO/scripts copying src/ZEO/scripts/zeoserverlog.py -> build/lib/ZEO/scripts copying src/ZEO/scripts/timeout.py -> build/lib/ZEO/scripts copying src/ZEO/scripts/__init__.py -> build/lib/ZEO/scripts copying src/ZEO/scripts/zeopack.py -> build/lib/ZEO/scripts copying src/ZEO/scripts/tests.py -> build/lib/ZEO/scripts creating build/lib/ZEO/tests copying src/ZEO/tests/testConfig.py -> build/lib/ZEO/tests copying src/ZEO/tests/testZEOOptions.py -> build/lib/ZEO/tests copying src/ZEO/tests/test_client_credentials.py -> build/lib/ZEO/tests copying src/ZEO/tests/IterationTests.py -> build/lib/ZEO/tests copying src/ZEO/tests/test_sync.py -> build/lib/ZEO/tests copying src/ZEO/tests/racetest.py -> build/lib/ZEO/tests copying src/ZEO/tests/threaded.py -> build/lib/ZEO/tests copying src/ZEO/tests/stress.py -> build/lib/ZEO/tests copying src/ZEO/tests/testZEOServer.py -> build/lib/ZEO/tests copying src/ZEO/tests/testssl.py -> build/lib/ZEO/tests copying src/ZEO/tests/servertesting.py -> build/lib/ZEO/tests copying src/ZEO/tests/InvalidationTests.py -> build/lib/ZEO/tests copying src/ZEO/tests/testTransactionBuffer.py -> build/lib/ZEO/tests copying src/ZEO/tests/CommitLockTests.py -> build/lib/ZEO/tests copying src/ZEO/tests/forker.py -> build/lib/ZEO/tests copying src/ZEO/tests/test_cache.py -> build/lib/ZEO/tests copying src/ZEO/tests/TestThread.py -> build/lib/ZEO/tests copying src/ZEO/tests/test_client_side_conflict_resolution.py -> build/lib/ZEO/tests copying src/ZEO/tests/ConnectionTests.py -> build/lib/ZEO/tests copying src/ZEO/tests/ThreadTests.py -> build/lib/ZEO/tests copying src/ZEO/tests/testZEO.py -> build/lib/ZEO/tests copying src/ZEO/tests/__init__.py -> build/lib/ZEO/tests copying src/ZEO/tests/Cache.py -> build/lib/ZEO/tests copying src/ZEO/tests/test_marshal.py -> build/lib/ZEO/tests copying src/ZEO/tests/testZEO2.py -> build/lib/ZEO/tests copying src/ZEO/tests/testConnection.py -> build/lib/ZEO/tests copying src/ZEO/tests/utils.py -> build/lib/ZEO/tests copying src/ZEO/tests/testConversionSupport.py -> build/lib/ZEO/tests copying src/ZEO/tests/speed.py -> build/lib/ZEO/tests creating build/lib/ZEO/asyncio copying src/ZEO/asyncio/server.py -> build/lib/ZEO/asyncio copying src/ZEO/asyncio/smp.py -> build/lib/ZEO/asyncio copying src/ZEO/asyncio/base.py -> build/lib/ZEO/asyncio copying src/ZEO/asyncio/client.py -> build/lib/ZEO/asyncio copying src/ZEO/asyncio/marshal.py -> build/lib/ZEO/asyncio copying src/ZEO/asyncio/__init__.py -> build/lib/ZEO/asyncio copying src/ZEO/asyncio/futures.py -> build/lib/ZEO/asyncio copying src/ZEO/asyncio/tests.py -> build/lib/ZEO/asyncio copying src/ZEO/asyncio/testing.py -> build/lib/ZEO/asyncio copying src/ZEO/asyncio/compat.py -> build/lib/ZEO/asyncio 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' copying src/ZEO/component.xml -> build/lib/ZEO copying src/ZEO/nagios.rst -> build/lib/ZEO copying src/ZEO/schema.xml -> build/lib/ZEO copying src/ZEO/server.xml -> build/lib/ZEO copying src/ZEO/version.txt -> build/lib/ZEO copying src/ZEO/zeoctl.xml -> build/lib/ZEO copying src/ZEO/scripts/README.txt -> build/lib/ZEO/scripts copying src/ZEO/scripts/zeopack.test -> build/lib/ZEO/scripts copying src/ZEO/tests/client-config.test -> build/lib/ZEO/tests copying src/ZEO/tests/client.pem -> build/lib/ZEO/tests copying src/ZEO/tests/client_key.pem -> build/lib/ZEO/tests copying src/ZEO/tests/component.xml -> build/lib/ZEO/tests copying src/ZEO/tests/drop_cache_rather_than_verify.txt -> build/lib/ZEO/tests copying src/ZEO/tests/dynamic_server_ports.test -> build/lib/ZEO/tests copying src/ZEO/tests/invalidation-age.txt -> build/lib/ZEO/tests copying src/ZEO/tests/new_addr.test -> build/lib/ZEO/tests copying src/ZEO/tests/protocols.test -> build/lib/ZEO/tests copying src/ZEO/tests/server.pem -> build/lib/ZEO/tests copying src/ZEO/tests/server.pem.csr -> build/lib/ZEO/tests copying src/ZEO/tests/server_key.pem -> build/lib/ZEO/tests copying src/ZEO/tests/serverpw.pem -> build/lib/ZEO/tests copying src/ZEO/tests/serverpw_key.pem -> build/lib/ZEO/tests copying src/ZEO/tests/zdoptions.test -> build/lib/ZEO/tests copying src/ZEO/tests/zeo-fan-out.test -> build/lib/ZEO/tests copying src/ZEO/tests/zeo_blob_cache.test -> build/lib/ZEO/tests copying src/ZEO/asyncio/README.rst -> build/lib/ZEO/asyncio copying src/ZEO/asyncio/_futures.pyx -> build/lib/ZEO/asyncio copying src/ZEO/asyncio/_smp.pyx -> build/lib/ZEO/asyncio installing to build/bdist.linux-riscv64/wheel running install running install_lib creating build/bdist.linux-riscv64 creating build/bdist.linux-riscv64/wheel creating build/bdist.linux-riscv64/wheel/ZEO creating build/bdist.linux-riscv64/wheel/ZEO/scripts copying build/lib/ZEO/scripts/cache_stats.py -> build/bdist.linux-riscv64/wheel/ZEO/scripts copying build/lib/ZEO/scripts/cache_simul.py -> build/bdist.linux-riscv64/wheel/ZEO/scripts copying build/lib/ZEO/scripts/README.txt -> build/bdist.linux-riscv64/wheel/ZEO/scripts copying build/lib/ZEO/scripts/zeoqueue.py -> build/bdist.linux-riscv64/wheel/ZEO/scripts copying build/lib/ZEO/scripts/zeoreplay.py -> build/bdist.linux-riscv64/wheel/ZEO/scripts copying build/lib/ZEO/scripts/parsezeolog.py -> build/bdist.linux-riscv64/wheel/ZEO/scripts copying build/lib/ZEO/scripts/zeoup.py -> build/bdist.linux-riscv64/wheel/ZEO/scripts copying build/lib/ZEO/scripts/zeoserverlog.py -> build/bdist.linux-riscv64/wheel/ZEO/scripts copying build/lib/ZEO/scripts/timeout.py -> build/bdist.linux-riscv64/wheel/ZEO/scripts copying build/lib/ZEO/scripts/__init__.py -> build/bdist.linux-riscv64/wheel/ZEO/scripts copying build/lib/ZEO/scripts/zeopack.py -> build/bdist.linux-riscv64/wheel/ZEO/scripts copying build/lib/ZEO/scripts/zeopack.test -> build/bdist.linux-riscv64/wheel/ZEO/scripts copying build/lib/ZEO/scripts/tests.py -> build/bdist.linux-riscv64/wheel/ZEO/scripts copying build/lib/ZEO/shortrepr.py -> build/bdist.linux-riscv64/wheel/ZEO copying build/lib/ZEO/zeoctl.py -> build/bdist.linux-riscv64/wheel/ZEO copying build/lib/ZEO/Exceptions.py -> build/bdist.linux-riscv64/wheel/ZEO copying build/lib/ZEO/cache.py -> build/bdist.linux-riscv64/wheel/ZEO copying build/lib/ZEO/schema.xml -> build/bdist.linux-riscv64/wheel/ZEO copying build/lib/ZEO/ClientStorage.py -> build/bdist.linux-riscv64/wheel/ZEO copying build/lib/ZEO/server.xml -> build/bdist.linux-riscv64/wheel/ZEO copying build/lib/ZEO/runzeo.py -> build/bdist.linux-riscv64/wheel/ZEO copying build/lib/ZEO/TransactionBuffer.py -> build/bdist.linux-riscv64/wheel/ZEO copying build/lib/ZEO/StorageServer.py -> build/bdist.linux-riscv64/wheel/ZEO copying build/lib/ZEO/interfaces.py -> build/bdist.linux-riscv64/wheel/ZEO copying build/lib/ZEO/version.txt -> build/bdist.linux-riscv64/wheel/ZEO copying build/lib/ZEO/_forker.py -> build/bdist.linux-riscv64/wheel/ZEO copying build/lib/ZEO/util.py -> build/bdist.linux-riscv64/wheel/ZEO copying build/lib/ZEO/monitor.py -> build/bdist.linux-riscv64/wheel/ZEO copying build/lib/ZEO/component.xml -> build/bdist.linux-riscv64/wheel/ZEO copying build/lib/ZEO/zeoctl.xml -> build/bdist.linux-riscv64/wheel/ZEO copying build/lib/ZEO/zconfig.py -> build/bdist.linux-riscv64/wheel/ZEO creating build/bdist.linux-riscv64/wheel/ZEO/tests copying build/lib/ZEO/tests/zeo-fan-out.test -> build/bdist.linux-riscv64/wheel/ZEO/tests copying build/lib/ZEO/tests/testConfig.py -> build/bdist.linux-riscv64/wheel/ZEO/tests copying build/lib/ZEO/tests/testZEOOptions.py -> build/bdist.linux-riscv64/wheel/ZEO/tests copying build/lib/ZEO/tests/test_client_credentials.py -> build/bdist.linux-riscv64/wheel/ZEO/tests copying build/lib/ZEO/tests/IterationTests.py -> build/bdist.linux-riscv64/wheel/ZEO/tests copying build/lib/ZEO/tests/test_sync.py -> build/bdist.linux-riscv64/wheel/ZEO/tests copying build/lib/ZEO/tests/racetest.py -> build/bdist.linux-riscv64/wheel/ZEO/tests copying build/lib/ZEO/tests/serverpw.pem -> build/bdist.linux-riscv64/wheel/ZEO/tests copying build/lib/ZEO/tests/threaded.py -> build/bdist.linux-riscv64/wheel/ZEO/tests copying build/lib/ZEO/tests/stress.py -> build/bdist.linux-riscv64/wheel/ZEO/tests copying build/lib/ZEO/tests/testZEOServer.py -> build/bdist.linux-riscv64/wheel/ZEO/tests copying build/lib/ZEO/tests/invalidation-age.txt -> build/bdist.linux-riscv64/wheel/ZEO/tests copying build/lib/ZEO/tests/testssl.py -> build/bdist.linux-riscv64/wheel/ZEO/tests copying build/lib/ZEO/tests/drop_cache_rather_than_verify.txt -> build/bdist.linux-riscv64/wheel/ZEO/tests copying build/lib/ZEO/tests/servertesting.py -> build/bdist.linux-riscv64/wheel/ZEO/tests copying build/lib/ZEO/tests/client.pem -> build/bdist.linux-riscv64/wheel/ZEO/tests copying build/lib/ZEO/tests/client_key.pem -> build/bdist.linux-riscv64/wheel/ZEO/tests copying build/lib/ZEO/tests/InvalidationTests.py -> build/bdist.linux-riscv64/wheel/ZEO/tests copying build/lib/ZEO/tests/server.pem -> build/bdist.linux-riscv64/wheel/ZEO/tests copying build/lib/ZEO/tests/testTransactionBuffer.py -> build/bdist.linux-riscv64/wheel/ZEO/tests copying build/lib/ZEO/tests/zeo_blob_cache.test -> build/bdist.linux-riscv64/wheel/ZEO/tests copying build/lib/ZEO/tests/server.pem.csr -> build/bdist.linux-riscv64/wheel/ZEO/tests copying build/lib/ZEO/tests/CommitLockTests.py -> build/bdist.linux-riscv64/wheel/ZEO/tests copying build/lib/ZEO/tests/component.xml -> build/bdist.linux-riscv64/wheel/ZEO/tests copying build/lib/ZEO/tests/client-config.test -> build/bdist.linux-riscv64/wheel/ZEO/tests copying build/lib/ZEO/tests/protocols.test -> build/bdist.linux-riscv64/wheel/ZEO/tests copying build/lib/ZEO/tests/forker.py -> build/bdist.linux-riscv64/wheel/ZEO/tests copying build/lib/ZEO/tests/test_cache.py -> build/bdist.linux-riscv64/wheel/ZEO/tests copying build/lib/ZEO/tests/server_key.pem -> build/bdist.linux-riscv64/wheel/ZEO/tests copying build/lib/ZEO/tests/serverpw_key.pem -> build/bdist.linux-riscv64/wheel/ZEO/tests copying build/lib/ZEO/tests/TestThread.py -> build/bdist.linux-riscv64/wheel/ZEO/tests copying build/lib/ZEO/tests/test_client_side_conflict_resolution.py -> build/bdist.linux-riscv64/wheel/ZEO/tests copying build/lib/ZEO/tests/ConnectionTests.py -> build/bdist.linux-riscv64/wheel/ZEO/tests copying build/lib/ZEO/tests/ThreadTests.py -> build/bdist.linux-riscv64/wheel/ZEO/tests copying build/lib/ZEO/tests/testZEO.py -> build/bdist.linux-riscv64/wheel/ZEO/tests copying build/lib/ZEO/tests/__init__.py -> build/bdist.linux-riscv64/wheel/ZEO/tests copying build/lib/ZEO/tests/Cache.py -> build/bdist.linux-riscv64/wheel/ZEO/tests copying build/lib/ZEO/tests/test_marshal.py -> build/bdist.linux-riscv64/wheel/ZEO/tests copying build/lib/ZEO/tests/testZEO2.py -> build/bdist.linux-riscv64/wheel/ZEO/tests copying build/lib/ZEO/tests/testConnection.py -> build/bdist.linux-riscv64/wheel/ZEO/tests copying build/lib/ZEO/tests/dynamic_server_ports.test -> build/bdist.linux-riscv64/wheel/ZEO/tests copying build/lib/ZEO/tests/new_addr.test -> build/bdist.linux-riscv64/wheel/ZEO/tests copying build/lib/ZEO/tests/zdoptions.test -> build/bdist.linux-riscv64/wheel/ZEO/tests copying build/lib/ZEO/tests/utils.py -> build/bdist.linux-riscv64/wheel/ZEO/tests copying build/lib/ZEO/tests/testConversionSupport.py -> build/bdist.linux-riscv64/wheel/ZEO/tests copying build/lib/ZEO/tests/speed.py -> build/bdist.linux-riscv64/wheel/ZEO/tests copying build/lib/ZEO/nagios.py -> build/bdist.linux-riscv64/wheel/ZEO copying build/lib/ZEO/nagios.rst -> build/bdist.linux-riscv64/wheel/ZEO copying build/lib/ZEO/__init__.py -> build/bdist.linux-riscv64/wheel/ZEO copying build/lib/ZEO/_compat.py -> build/bdist.linux-riscv64/wheel/ZEO creating build/bdist.linux-riscv64/wheel/ZEO/asyncio copying build/lib/ZEO/asyncio/_futures.pyx -> build/bdist.linux-riscv64/wheel/ZEO/asyncio copying build/lib/ZEO/asyncio/server.py -> build/bdist.linux-riscv64/wheel/ZEO/asyncio copying build/lib/ZEO/asyncio/smp.py -> build/bdist.linux-riscv64/wheel/ZEO/asyncio copying build/lib/ZEO/asyncio/README.rst -> build/bdist.linux-riscv64/wheel/ZEO/asyncio copying build/lib/ZEO/asyncio/base.py -> build/bdist.linux-riscv64/wheel/ZEO/asyncio copying build/lib/ZEO/asyncio/_smp.pyx -> build/bdist.linux-riscv64/wheel/ZEO/asyncio copying build/lib/ZEO/asyncio/client.py -> build/bdist.linux-riscv64/wheel/ZEO/asyncio copying build/lib/ZEO/asyncio/marshal.py -> build/bdist.linux-riscv64/wheel/ZEO/asyncio copying build/lib/ZEO/asyncio/__init__.py -> build/bdist.linux-riscv64/wheel/ZEO/asyncio copying build/lib/ZEO/asyncio/futures.py -> build/bdist.linux-riscv64/wheel/ZEO/asyncio copying build/lib/ZEO/asyncio/tests.py -> build/bdist.linux-riscv64/wheel/ZEO/asyncio copying build/lib/ZEO/asyncio/testing.py -> build/bdist.linux-riscv64/wheel/ZEO/asyncio copying build/lib/ZEO/asyncio/compat.py -> build/bdist.linux-riscv64/wheel/ZEO/asyncio running install_egg_info Copying src/ZEO.egg-info to build/bdist.linux-riscv64/wheel/ZEO-6.0.0-py3.12.egg-info running install_scripts creating build/bdist.linux-riscv64/wheel/ZEO-6.0.0.dist-info/WHEEL creating '/builddir/build/BUILD/ZEO-6.0.0/.pyproject-builddir/pip-wheel-nra3qa57/.tmp-jjp9c0o1/ZEO-6.0.0-py3-none-any.whl' and adding 'build/bdist.linux-riscv64/wheel' to it adding 'ZEO/ClientStorage.py' adding 'ZEO/Exceptions.py' adding 'ZEO/StorageServer.py' adding 'ZEO/TransactionBuffer.py' adding 'ZEO/__init__.py' adding 'ZEO/_compat.py' adding 'ZEO/_forker.py' adding 'ZEO/cache.py' adding 'ZEO/component.xml' adding 'ZEO/interfaces.py' adding 'ZEO/monitor.py' adding 'ZEO/nagios.py' adding 'ZEO/nagios.rst' adding 'ZEO/runzeo.py' adding 'ZEO/schema.xml' adding 'ZEO/server.xml' adding 'ZEO/shortrepr.py' adding 'ZEO/util.py' adding 'ZEO/version.txt' adding 'ZEO/zconfig.py' adding 'ZEO/zeoctl.py' adding 'ZEO/zeoctl.xml' adding 'ZEO/asyncio/README.rst' adding 'ZEO/asyncio/__init__.py' adding 'ZEO/asyncio/_futures.pyx' adding 'ZEO/asyncio/_smp.pyx' adding 'ZEO/asyncio/base.py' adding 'ZEO/asyncio/client.py' adding 'ZEO/asyncio/compat.py' adding 'ZEO/asyncio/futures.py' adding 'ZEO/asyncio/marshal.py' adding 'ZEO/asyncio/server.py' adding 'ZEO/asyncio/smp.py' adding 'ZEO/asyncio/testing.py' adding 'ZEO/asyncio/tests.py' adding 'ZEO/scripts/README.txt' adding 'ZEO/scripts/__init__.py' adding 'ZEO/scripts/cache_simul.py' adding 'ZEO/scripts/cache_stats.py' adding 'ZEO/scripts/parsezeolog.py' adding 'ZEO/scripts/tests.py' adding 'ZEO/scripts/timeout.py' adding 'ZEO/scripts/zeopack.py' adding 'ZEO/scripts/zeopack.test' adding 'ZEO/scripts/zeoqueue.py' adding 'ZEO/scripts/zeoreplay.py' adding 'ZEO/scripts/zeoserverlog.py' adding 'ZEO/scripts/zeoup.py' adding 'ZEO/tests/Cache.py' adding 'ZEO/tests/CommitLockTests.py' adding 'ZEO/tests/ConnectionTests.py' adding 'ZEO/tests/InvalidationTests.py' adding 'ZEO/tests/IterationTests.py' adding 'ZEO/tests/TestThread.py' adding 'ZEO/tests/ThreadTests.py' adding 'ZEO/tests/__init__.py' adding 'ZEO/tests/client-config.test' adding 'ZEO/tests/client.pem' adding 'ZEO/tests/client_key.pem' adding 'ZEO/tests/component.xml' adding 'ZEO/tests/drop_cache_rather_than_verify.txt' adding 'ZEO/tests/dynamic_server_ports.test' adding 'ZEO/tests/forker.py' adding 'ZEO/tests/invalidation-age.txt' adding 'ZEO/tests/new_addr.test' adding 'ZEO/tests/protocols.test' adding 'ZEO/tests/racetest.py' adding 'ZEO/tests/server.pem' adding 'ZEO/tests/server.pem.csr' adding 'ZEO/tests/server_key.pem' adding 'ZEO/tests/serverpw.pem' adding 'ZEO/tests/serverpw_key.pem' adding 'ZEO/tests/servertesting.py' adding 'ZEO/tests/speed.py' adding 'ZEO/tests/stress.py' adding 'ZEO/tests/testConfig.py' adding 'ZEO/tests/testConnection.py' adding 'ZEO/tests/testConversionSupport.py' adding 'ZEO/tests/testTransactionBuffer.py' adding 'ZEO/tests/testZEO.py' adding 'ZEO/tests/testZEO2.py' adding 'ZEO/tests/testZEOOptions.py' adding 'ZEO/tests/testZEOServer.py' adding 'ZEO/tests/test_cache.py' adding 'ZEO/tests/test_client_credentials.py' adding 'ZEO/tests/test_client_side_conflict_resolution.py' adding 'ZEO/tests/test_marshal.py' adding 'ZEO/tests/test_sync.py' adding 'ZEO/tests/testssl.py' adding 'ZEO/tests/threaded.py' adding 'ZEO/tests/utils.py' adding 'ZEO/tests/zdoptions.test' adding 'ZEO/tests/zeo-fan-out.test' adding 'ZEO/tests/zeo_blob_cache.test' adding 'ZEO-6.0.0.dist-info/COPYING' adding 'ZEO-6.0.0.dist-info/LICENSE.txt' adding 'ZEO-6.0.0.dist-info/METADATA' adding 'ZEO-6.0.0.dist-info/WHEEL' adding 'ZEO-6.0.0.dist-info/entry_points.txt' adding 'ZEO-6.0.0.dist-info/top_level.txt' adding 'ZEO-6.0.0.dist-info/RECORD' removing build/bdist.linux-riscv64/wheel Building wheel for ZEO (pyproject.toml): finished with status 'done' Created wheel for ZEO: filename=ZEO-6.0.0-py3-none-any.whl size=247163 sha256=8a84ba3cc66d8d497c6517553cc6895e1e4f007d57af2e9d5466132b5a9be551 Stored in directory: /builddir/.cache/pip/wheels/e0/09/82/e7c461144ed6fb505f6b5645d045a91d475fd6412a933aac64 Successfully built ZEO + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.ebzbQV + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/python-ZEO-6.0.0-1.fc39.riscv64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/python-ZEO-6.0.0-1.fc39.riscv64 ++ dirname /builddir/build/BUILDROOT/python-ZEO-6.0.0-1.fc39.riscv64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/python-ZEO-6.0.0-1.fc39.riscv64 + CFLAGS='-O2 -flto=auto -ffat-lto-objects -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 -fstack-clash-protection -fno-omit-frame-pointer ' + export CFLAGS + CXXFLAGS='-O2 -flto=auto -ffat-lto-objects -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 -fstack-clash-protection -fno-omit-frame-pointer ' + export CXXFLAGS + FFLAGS='-O2 -flto=auto -ffat-lto-objects -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 -fstack-clash-protection -fno-omit-frame-pointer -I/usr/lib64/gfortran/modules ' + export FFLAGS + FCFLAGS='-O2 -flto=auto -ffat-lto-objects -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 -fstack-clash-protection -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=-Wl,-z,relro -Clink-arg=-Wl,-z,now -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 -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 + cd ZEO-6.0.0 ++ xargs basename --multiple ++ ls /builddir/build/BUILD/ZEO-6.0.0/pyproject-wheeldir/ZEO-6.0.0-py3-none-any.whl ++ sed -E 's/([^-]+)-([^-]+)-.+\.whl/\1==\2/' + specifier=ZEO==6.0.0 + '[' -z ZEO==6.0.0 ']' + TMPDIR=/builddir/build/BUILD/ZEO-6.0.0/.pyproject-builddir + /usr/bin/python3 -m pip install --root /builddir/build/BUILDROOT/python-ZEO-6.0.0-1.fc39.riscv64 --prefix /usr --no-deps --disable-pip-version-check --progress-bar off --verbose --ignore-installed --no-warn-script-location --no-index --no-cache-dir --find-links /builddir/build/BUILD/ZEO-6.0.0/pyproject-wheeldir ZEO==6.0.0 Using pip 23.2.1 from /usr/lib/python3.12/site-packages/pip (python 3.12) Looking in links: /builddir/build/BUILD/ZEO-6.0.0/pyproject-wheeldir Processing ./pyproject-wheeldir/ZEO-6.0.0-py3-none-any.whl Installing collected packages: ZEO Creating /builddir/build/BUILDROOT/python-ZEO-6.0.0-1.fc39.riscv64/usr/bin changing mode of /builddir/build/BUILDROOT/python-ZEO-6.0.0-1.fc39.riscv64/usr/bin/runzeo to 755 changing mode of /builddir/build/BUILDROOT/python-ZEO-6.0.0-1.fc39.riscv64/usr/bin/zeo-nagios to 755 changing mode of /builddir/build/BUILDROOT/python-ZEO-6.0.0-1.fc39.riscv64/usr/bin/zeoctl to 755 changing mode of /builddir/build/BUILDROOT/python-ZEO-6.0.0-1.fc39.riscv64/usr/bin/zeopack to 755 Successfully installed ZEO-6.0.0 + '[' -d /builddir/build/BUILDROOT/python-ZEO-6.0.0-1.fc39.riscv64/usr/bin ']' + '[' -z sP ']' + shebang_flags=-kasP + /usr/bin/python3 -B /usr/lib/rpm/redhat/pathfix.py -pni /usr/bin/python3 -kasP /builddir/build/BUILDROOT/python-ZEO-6.0.0-1.fc39.riscv64/usr/bin/runzeo /builddir/build/BUILDROOT/python-ZEO-6.0.0-1.fc39.riscv64/usr/bin/zeo-nagios /builddir/build/BUILDROOT/python-ZEO-6.0.0-1.fc39.riscv64/usr/bin/zeoctl /builddir/build/BUILDROOT/python-ZEO-6.0.0-1.fc39.riscv64/usr/bin/zeopack /builddir/build/BUILDROOT/python-ZEO-6.0.0-1.fc39.riscv64/usr/bin/runzeo: updating /builddir/build/BUILDROOT/python-ZEO-6.0.0-1.fc39.riscv64/usr/bin/zeo-nagios: updating /builddir/build/BUILDROOT/python-ZEO-6.0.0-1.fc39.riscv64/usr/bin/zeoctl: updating /builddir/build/BUILDROOT/python-ZEO-6.0.0-1.fc39.riscv64/usr/bin/zeopack: updating + rm -rfv /builddir/build/BUILDROOT/python-ZEO-6.0.0-1.fc39.riscv64/usr/bin/__pycache__ + rm -f /builddir/build/BUILD/python-ZEO-6.0.0-1.fc39.riscv64-pyproject-ghost-distinfo + site_dirs=() + '[' -d /builddir/build/BUILDROOT/python-ZEO-6.0.0-1.fc39.riscv64/usr/lib/python3.12/site-packages ']' + site_dirs+=("/usr/lib/python3.12/site-packages") + '[' /builddir/build/BUILDROOT/python-ZEO-6.0.0-1.fc39.riscv64/usr/lib64/python3.12/site-packages '!=' /builddir/build/BUILDROOT/python-ZEO-6.0.0-1.fc39.riscv64/usr/lib/python3.12/site-packages ']' + '[' -d /builddir/build/BUILDROOT/python-ZEO-6.0.0-1.fc39.riscv64/usr/lib64/python3.12/site-packages ']' + for site_dir in ${site_dirs[@]} + for distinfo in /builddir/build/BUILDROOT/python-ZEO-6.0.0-1.fc39.riscv64$site_dir/*.dist-info + echo '%ghost /usr/lib/python3.12/site-packages/ZEO-6.0.0.dist-info' + sed -i s/pip/rpm/ /builddir/build/BUILDROOT/python-ZEO-6.0.0-1.fc39.riscv64/usr/lib/python3.12/site-packages/ZEO-6.0.0.dist-info/INSTALLER + PYTHONPATH=/usr/lib/rpm/redhat + /usr/bin/python3 -B /usr/lib/rpm/redhat/pyproject_preprocess_record.py --buildroot /builddir/build/BUILDROOT/python-ZEO-6.0.0-1.fc39.riscv64 --record /builddir/build/BUILDROOT/python-ZEO-6.0.0-1.fc39.riscv64/usr/lib/python3.12/site-packages/ZEO-6.0.0.dist-info/RECORD --output /builddir/build/BUILD/python-ZEO-6.0.0-1.fc39.riscv64-pyproject-record + rm -fv /builddir/build/BUILDROOT/python-ZEO-6.0.0-1.fc39.riscv64/usr/lib/python3.12/site-packages/ZEO-6.0.0.dist-info/RECORD removed '/builddir/build/BUILDROOT/python-ZEO-6.0.0-1.fc39.riscv64/usr/lib/python3.12/site-packages/ZEO-6.0.0.dist-info/RECORD' + rm -fv /builddir/build/BUILDROOT/python-ZEO-6.0.0-1.fc39.riscv64/usr/lib/python3.12/site-packages/ZEO-6.0.0.dist-info/REQUESTED removed '/builddir/build/BUILDROOT/python-ZEO-6.0.0-1.fc39.riscv64/usr/lib/python3.12/site-packages/ZEO-6.0.0.dist-info/REQUESTED' ++ wc -l /builddir/build/BUILD/python-ZEO-6.0.0-1.fc39.riscv64-pyproject-ghost-distinfo ++ cut -f1 '-d ' + lines=1 + '[' 1 -ne 1 ']' + RPM_PERCENTAGES_COUNT=2 + /usr/bin/python3 /usr/lib/rpm/redhat/pyproject_save_files.py --output-files /builddir/build/BUILD/python-ZEO-6.0.0-1.fc39.riscv64-pyproject-files --output-modules /builddir/build/BUILD/python-ZEO-6.0.0-1.fc39.riscv64-pyproject-modules --buildroot /builddir/build/BUILDROOT/python-ZEO-6.0.0-1.fc39.riscv64 --sitelib /usr/lib/python3.12/site-packages --sitearch /usr/lib64/python3.12/site-packages --python-version 3.12 --pyproject-record /builddir/build/BUILD/python-ZEO-6.0.0-1.fc39.riscv64-pyproject-record --prefix /usr ZEO + '[' /usr/lib64/python3.12/site-packages '!=' /usr/lib/python3.12/site-packages ']' + mkdir -p /builddir/build/BUILDROOT/python-ZEO-6.0.0-1.fc39.riscv64/usr/lib64/python3.12/site-packages + mv /builddir/build/BUILDROOT/python-ZEO-6.0.0-1.fc39.riscv64/usr/lib/python3.12/site-packages/ZEO /builddir/build/BUILDROOT/python-ZEO-6.0.0-1.fc39.riscv64/usr/lib/python3.12/site-packages/ZEO-6.0.0.dist-info /builddir/build/BUILDROOT/python-ZEO-6.0.0-1.fc39.riscv64/usr/lib64/python3.12/site-packages + rm -fr /builddir/build/BUILDROOT/python-ZEO-6.0.0-1.fc39.riscv64/usr/lib + sed -i s,/usr/lib/python3.12/site-packages,/usr/lib64/python3.12/site-packages,g ../python-ZEO-6.0.0-1.fc39.riscv64-pyproject-buildrequires ../python-ZEO-6.0.0-1.fc39.riscv64-pyproject-files ../python-ZEO-6.0.0-1.fc39.riscv64-pyproject-ghost-distinfo ../python-ZEO-6.0.0-1.fc39.riscv64-pyproject-modules ../python-ZEO-6.0.0-1.fc39.riscv64-pyproject-record + cp -p src/ZEO/asyncio/_futures.cpython-312-riscv64-linux-gnu.so src/ZEO/asyncio/_smp.cpython-312-riscv64-linux-gnu.so /builddir/build/BUILDROOT/python-ZEO-6.0.0-1.fc39.riscv64/usr/lib64/python3.12/site-packages/ZEO/asyncio + CFLAGS='-O2 -flto=auto -ffat-lto-objects -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 -fstack-clash-protection -fno-omit-frame-pointer ' + 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 -Wl,--build-id=sha1 -specs=/usr/lib/rpm/redhat/redhat-package-notes ' + PATH=/builddir/build/BUILDROOT/python-ZEO-6.0.0-1.fc39.riscv64/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/sbin + PYTHONPATH=/builddir/build/BUILDROOT/python-ZEO-6.0.0-1.fc39.riscv64/usr/lib64/python3.12/site-packages:/builddir/build/BUILDROOT/python-ZEO-6.0.0-1.fc39.riscv64/usr/lib/python3.12/site-packages + PYTHONDONTWRITEBYTECODE=1 + PYTEST_ADDOPTS=' --ignore=/builddir/build/BUILD/ZEO-6.0.0/.pyproject-builddir' + PYTEST_XDIST_AUTO_NUM_WORKERS=8 + sphinx-build -b html -d docs/_build/doctrees docs docs/_build/html Running Sphinx v6.2.1 making output directory... done WARNING: html_static_path entry '_static' does not exist loading intersphinx inventory from /usr/share/doc/python3-docs/html/objects.inv... loading intersphinx inventory from /usr/share/doc/python3-persistent-doc/objects.inv... loading intersphinx inventory from /usr/share/doc/python-ZODB-doc/html/objects.inv... building [mo]: targets for 0 po files that are out of date writing output... building [html]: targets for 12 source files that are out of date updating environment: [new config] 12 added, 0 changed, 0 removed reading sources... [ 8%] blob-nfs reading sources... [ 16%] changelog reading sources... [ 25%] client-cache reading sources... [ 33%] client-cache-tracing reading sources... [ 41%] clients reading sources... [ 50%] index reading sources... [ 58%] introduction reading sources... [ 66%] nagios reading sources... [ 75%] ordering reading sources... [ 83%] protocol reading sources... [ 91%] reference reading sources... [100%] server /builddir/build/BUILD/ZEO-6.0.0/docs/clients.rst:150: ERROR: Unknown target name: "server configuration". looking for now-outdated files... none found pickling environment... done checking consistency... done preparing documents... done writing output... [ 8%] blob-nfs writing output... [ 16%] changelog writing output... [ 25%] client-cache writing output... [ 33%] client-cache-tracing writing output... [ 41%] clients writing output... [ 50%] index writing output... [ 58%] introduction writing output... [ 66%] nagios writing output... [ 75%] ordering writing output... [ 83%] protocol writing output... [ 91%] reference writing output... [100%] server generating indices... genindex py-modindex done highlighting module code... [ 33%] ZEO highlighting module code... [ 66%] ZEO.ClientStorage highlighting module code... [100%] ZEO.Exceptions writing additional pages... search done copying static files... done copying extra files... done dumping search index in English (code: en)... done dumping object inventory... done build succeeded, 2 warnings. The HTML pages are in docs/_build/html. + rst2html --no-datestamp CHANGES.rst CHANGES.html + rst2html --no-datestamp README.rst README.html + /usr/bin/find-debuginfo -j8 --strict-build-id -m -i --build-id-seed 6.0.0-1.fc39 --unique-debug-suffix -6.0.0-1.fc39.riscv64 --unique-debug-src-base python-ZEO-6.0.0-1.fc39.riscv64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /builddir/build/BUILD/ZEO-6.0.0 find-debuginfo: starting Extracting debug info from 2 files DWARF-compressing 2 files sepdebugcrcfix: Updated 2 CRC32s, 0 CRC32s did match. Creating .debug symlinks for symlinks to ELF files Copying sources found by 'debugedit -l' to /usr/src/debug/python-ZEO-6.0.0-1.fc39.riscv64 2374 blocks find-debuginfo: done + /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/check-rpaths + /usr/lib/rpm/redhat/brp-mangle-shebangs + /usr/lib/rpm/brp-remove-la-files + env /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0 -j8 Bytecompiling .py files below /builddir/build/BUILDROOT/python-ZEO-6.0.0-1.fc39.riscv64/usr/lib64/python3.12 using python3.12 Bytecompiling .py files below /builddir/build/BUILDROOT/python-ZEO-6.0.0-1.fc39.riscv64/usr/lib/debug/usr/lib64/python3.12 using python3.12 + /usr/lib/rpm/redhat/brp-python-hardlink Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.c5qPSP + umask 022 + cd /builddir/build/BUILD + CFLAGS='-O2 -flto=auto -ffat-lto-objects -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 -fstack-clash-protection -fno-omit-frame-pointer ' + export CFLAGS + CXXFLAGS='-O2 -flto=auto -ffat-lto-objects -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 -fstack-clash-protection -fno-omit-frame-pointer ' + export CXXFLAGS + FFLAGS='-O2 -flto=auto -ffat-lto-objects -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 -fstack-clash-protection -fno-omit-frame-pointer -I/usr/lib64/gfortran/modules ' + export FFLAGS + FCFLAGS='-O2 -flto=auto -ffat-lto-objects -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 -fstack-clash-protection -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=-Wl,-z,relro -Clink-arg=-Wl,-z,now -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 -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 + cd ZEO-6.0.0 + TOX_TESTENV_PASSENV='*' + CFLAGS='-O2 -flto=auto -ffat-lto-objects -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 -fstack-clash-protection -fno-omit-frame-pointer ' + 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 -Wl,--build-id=sha1 -specs=/usr/lib/rpm/redhat/redhat-package-notes ' + PATH=/builddir/build/BUILDROOT/python-ZEO-6.0.0-1.fc39.riscv64/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/sbin + PYTHONPATH=/builddir/build/BUILDROOT/python-ZEO-6.0.0-1.fc39.riscv64/usr/lib64/python3.12/site-packages:/builddir/build/BUILDROOT/python-ZEO-6.0.0-1.fc39.riscv64/usr/lib/python3.12/site-packages + PYTHONDONTWRITEBYTECODE=1 + PYTEST_ADDOPTS=' --ignore=/builddir/build/BUILD/ZEO-6.0.0/.pyproject-builddir' + PYTEST_XDIST_AUTO_NUM_WORKERS=8 + HOSTNAME=rpmbuild + /usr/bin/python3 -m tox --current-env -q --recreate -e py312 /usr/lib/python3.12/site-packages/ZODB/tests/testblob.py:811: DeprecationWarning: unittest.makeSuite() is deprecated and will be removed in Python 3.13. Please use unittest.TestLoader.loadTestsFromTestCase() instead. suite.addTest(unittest.makeSuite(new_class)) Running tests at level 1000 Running zope.testrunner.layer.UnitTests tests: Set up zope.testrunner.layer.UnitTests in 0.000 seconds. Running: ..................................................................................................................................................................... Ran 165 tests with 0 failures, 0 errors, 0 skipped in 5 minutes 0.745 seconds. Tearing down left over layers: Tear down zope.testrunner.layer.UnitTests in 0.000 seconds. /usr/lib/python3.12/site-packages/ZODB/tests/testblob.py:811: DeprecationWarning: unittest.makeSuite() is deprecated and will be removed in Python 3.13. Please use unittest.TestLoader.loadTestsFromTestCase() instead. suite.addTest(unittest.makeSuite(new_class)) Running tests at level 1000 Running .!no tests here! tests: Set up .!no tests here! in 0.054 seconds. Running: . Ran 1 tests with 0 failures, 0 errors, 0 skipped in 0.009 seconds. Running .BlobAdaptedFileStorageTests tests: Tear down .!no tests here! in 0.035 seconds. Set up .BlobAdaptedFileStorageTests in 0.006 seconds. Running: ............./builddir/build/BUILDROOT/python-ZEO-6.0.0-1.fc39.riscv64/usr/lib64/python3.12/site-packages/ZEO/ClientStorage.py:957: RuntimeWarning: coroutine 'ClientIO.call_sync_co' was never awaited logger.debug("%s ClientDisconnected in tpc_abort() ignored", RuntimeWarning: Enable tracemalloc to get the object allocation traceback ....../builddir/build/BUILDROOT/python-ZEO-6.0.0-1.fc39.riscv64/usr/lib64/python3.12/site-packages/ZEO/tests/ThreadTests.py:63: RuntimeWarning: coroutine 'ClientIO.tpc_finish_co' was never awaited self.storage.tpc_abort(self.trans) RuntimeWarning: Enable tracemalloc to get the object allocation traceback ......................................................................................../usr/lib/python3.12/site-packages/zope/testrunner/runner.py:1022: ResourceWarning: unclosed file <_io.BufferedRandom name=21> test.__dict__.clear() ResourceWarning: Enable tracemalloc to get the object allocation traceback .Exception in thread T16: Traceback (most recent call last): File "/usr/lib64/python3.12/threading.py", line 1052, in _bootstrap_inner self.run() File "/usr/lib64/python3.12/threading.py", line 989, in run self._target(*self._args, **self._kwargs) File "/usr/lib/python3.12/site-packages/ZODB/tests/racetest.py", line 527, in _run f(self, tx, *argv, **kw) File "/usr/lib/python3.12/site-packages/ZODB/tests/racetest.py", line 405, in T t_() File "/usr/lib/python3.12/site-packages/ZODB/tests/racetest.py", line 399, in t_ db.close() File "/usr/lib/python3.12/site-packages/ZODB/DB.py", line 653, in close self._mvcc_storage.close() File "/usr/lib/python3.12/site-packages/ZODB/mvccadapter.py", line 78, in close self._storage.close() File "/builddir/build/BUILDROOT/python-ZEO-6.0.0-1.fc39.riscv64/usr/lib64/python3.12/site-packages/ZEO/ClientStorage.py", line 372, in close self._server.close() File "/builddir/build/BUILDROOT/python-ZEO-6.0.0-1.fc39.riscv64/usr/lib64/python3.12/site-packages/ZEO/asyncio/client.py", line 1054, in close super().close() File "/builddir/build/BUILDROOT/python-ZEO-6.0.0-1.fc39.riscv64/usr/lib64/python3.12/site-packages/ZEO/asyncio/client.py", line 961, in close call(self.client.close_co()) File "/builddir/build/BUILDROOT/python-ZEO-6.0.0-1.fc39.riscv64/usr/lib64/python3.12/site-packages/ZEO/asyncio/client.py", line 856, in io_call return future.result() if wait else future ^^^^^^^^^^^^^^^ File "_futures.pyx", line 182, in ZEO.asyncio._futures.ConcurrentFuture.result File "_futures.pyx", line 192, in ZEO.asyncio._futures.ConcurrentFuture.result File "_futures.pyx", line 76, in ZEO.asyncio._futures.Future.result File "_futures.pyx", line 252, in ZEO.asyncio._futures.CoroutineExecutor.step File "/builddir/build/BUILDROOT/python-ZEO-6.0.0-1.fc39.riscv64/usr/lib64/python3.12/site-packages/ZEO/asyncio/client.py", line 727, in close_co await await_with_timeout(closing, 10, self.loop) File "/builddir/build/BUILDROOT/python-ZEO-6.0.0-1.fc39.riscv64/usr/lib64/python3.12/site-packages/ZEO/asyncio/client.py", line 1095, in await_with_timeout raise asyncio.TimeoutError TimeoutError Failure in test check_race_external_invalidate_vs_disconnect (ZEO.tests.testZEO.BlobAdaptedFileStorageTests.check_race_external_invalidate_vs_disconnect) Traceback (most recent call last): File "/usr/lib64/python3.12/unittest/case.py", line 58, in testPartExecutor yield File "/usr/lib64/python3.12/unittest/case.py", line 634, in run self._callTestMethod(testMethod) File "/usr/lib64/python3.12/unittest/case.py", line 589, in _callTestMethod if method() is not None: File "/usr/lib/python3.12/site-packages/ZODB/tests/racetest.py", line 339, in check_race_external_invalidate_vs_disconnect return self._check_race_external_invalidate_vs_disconnect( File "/usr/lib/python3.12/site-packages/ZODB/tests/util.py", line 422, in _ return f(*argv, **kw) File "/usr/lib/python3.12/site-packages/ZODB/tests/racetest.py", line 414, in _check_race_external_invalidate_vs_disconnect tg.wait(120) File "/usr/lib/python3.12/site-packages/ZODB/tests/racetest.py", line 553, in wait self.testcase.fail('\n\n'.join(self.failv)) File "/usr/lib64/python3.12/unittest/case.py", line 715, in fail raise self.failureException(msg) AssertionError: test did not finish within 120 seconds Unhandled exception TimeoutError() in thread T16 threads did not finish: ['T0', 'T1', 'T2', 'T3', 'T4', 'T5', 'T6', 'T7', 'T9', 'T10', 'T11', 'T12', 'T14', 'T16', 'T19', 'T21', 'T22', 'T24'] The following test left new threads behind: check_race_external_invalidate_vs_disconnect (ZEO.tests.testZEO.BlobAdaptedFileStorageTests.check_race_external_invalidate_vs_disconnect) New thread(s): [] ./usr/lib64/python3.12/multiprocessing/popen_fork.py:66: DeprecationWarning: This process (pid=1451818) is multi-threaded, use of fork() may lead to deadlocks in the child. self.pid = os.fork() ... Ran 112 tests with 1 failures, 0 errors, 0 skipped in 20 minutes 55.393 seconds. Running .BlobWritableCacheTests tests: Tear down .BlobAdaptedFileStorageTests in 0.006 seconds. Set up .BlobWritableCacheTests in 0.006 seconds. Running: ........................................................................................................... Failure in test check_race_external_invalidate_vs_disconnect (ZEO.tests.testZEO.BlobWritableCacheTests.check_race_external_invalidate_vs_disconnect) Traceback (most recent call last): File "/usr/lib64/python3.12/unittest/case.py", line 58, in testPartExecutor yield File "/usr/lib64/python3.12/unittest/case.py", line 634, in run self._callTestMethod(testMethod) File "/usr/lib64/python3.12/unittest/case.py", line 589, in _callTestMethod if method() is not None: File "/usr/lib/python3.12/site-packages/ZODB/tests/racetest.py", line 339, in check_race_external_invalidate_vs_disconnect return self._check_race_external_invalidate_vs_disconnect( File "/usr/lib/python3.12/site-packages/ZODB/tests/util.py", line 422, in _ return f(*argv, **kw) File "/usr/lib/python3.12/site-packages/ZODB/tests/racetest.py", line 414, in _check_race_external_invalidate_vs_disconnect tg.wait(120) File "/usr/lib/python3.12/site-packages/ZODB/tests/racetest.py", line 553, in wait self.testcase.fail('\n\n'.join(self.failv)) File "/usr/lib64/python3.12/unittest/case.py", line 715, in fail raise self.failureException(msg) AssertionError: test did not finish within 120 seconds threads did not finish: ['T0', 'T1', 'T2', 'T3', 'T4', 'T5', 'T6', 'T7', 'T8', 'T9', 'T10', 'T11', 'T12', 'T13', 'T14', 'T15', 'T18', 'T22'] .... Ran 111 tests with 1 failures, 0 errors, 0 skipped in 21 minutes 35.695 seconds. Running .FileStorageConnectionTests ZEO Connection Tests tests: Tear down .BlobWritableCacheTests in 0.006 seconds. Set up .FileStorageConnectionTests ZEO Connection Tests in 0.006 seconds. Running: .................... Ran 20 tests with 0 failures, 0 errors, 0 skipped in 3 minutes 38.211 seconds. Running .FileStorageInvqTests ZEO Connection Tests tests: Tear down .FileStorageConnectionTests ZEO Connection Tests in 0.005 seconds. Set up .FileStorageInvqTests ZEO Connection Tests in 0.007 seconds. Running: .. Ran 2 tests with 0 failures, 0 errors, 0 skipped in 11.056 seconds. Running .FileStorageLoadDelayedTests tests: Tear down .FileStorageInvqTests ZEO Connection Tests in 0.007 seconds. Set up .FileStorageLoadDelayedTests in 0.010 seconds. Running: ....................................................................................................... Failure in test check_race_external_invalidate_vs_disconnect (ZEO.tests.testZEO.FileStorageLoadDelayedTests.check_race_external_invalidate_vs_disconnect) Traceback (most recent call last): File "/usr/lib64/python3.12/unittest/case.py", line 58, in testPartExecutor yield File "/usr/lib64/python3.12/unittest/case.py", line 634, in run self._callTestMethod(testMethod) File "/usr/lib64/python3.12/unittest/case.py", line 589, in _callTestMethod if method() is not None: File "/usr/lib/python3.12/site-packages/ZODB/tests/racetest.py", line 339, in check_race_external_invalidate_vs_disconnect return self._check_race_external_invalidate_vs_disconnect( File "/usr/lib/python3.12/site-packages/ZODB/tests/util.py", line 422, in _ return f(*argv, **kw) File "/usr/lib/python3.12/site-packages/ZODB/tests/racetest.py", line 414, in _check_race_external_invalidate_vs_disconnect tg.wait(120) File "/usr/lib/python3.12/site-packages/ZODB/tests/racetest.py", line 553, in wait self.testcase.fail('\n\n'.join(self.failv)) File "/usr/lib64/python3.12/unittest/case.py", line 715, in fail raise self.failureException(msg) AssertionError: test did not finish within 120 seconds threads did not finish: ['T0', 'T1', 'T2', 'T3', 'T4', 'T6', 'T7', 'T10', 'T13', 'T14', 'T15', 'T16', 'T17', 'T19', 'T23', 'T27'] .... Ran 107 tests with 1 failures, 0 errors, 0 skipped in 19 minutes 12.775 seconds. Running .FileStorageReconnectionTests ZEO Connection Tests tests: Tear down .FileStorageLoadDelayedTests in 0.021 seconds. Set up .FileStorageReconnectionTests ZEO Connection Tests in 0.004 seconds. Running: ............ Ran 12 tests with 0 failures, 0 errors, 0 skipped in 2 minutes 23.852 seconds. Running .FileStorageSSLTests tests: Tear down .FileStorageReconnectionTests ZEO Connection Tests in 0.018 seconds. Set up .FileStorageSSLTests in 0.038 seconds. Running: .......................................................................................................Exception in thread T45: Traceback (most recent call last): File "/builddir/build/BUILDROOT/python-ZEO-6.0.0-1.fc39.riscv64/usr/lib64/python3.12/site-packages/ZEO/asyncio/client.py", line 701, in await_operational_co await await_with_timeout(self.connected, timeout, self.loop) File "/builddir/build/BUILDROOT/python-ZEO-6.0.0-1.fc39.riscv64/usr/lib64/python3.12/site-packages/ZEO/asyncio/client.py", line 1095, in await_with_timeout raise asyncio.TimeoutError TimeoutError During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/lib64/python3.12/threading.py", line 1052, in _bootstrap_inner self.run() File "/usr/lib64/python3.12/threading.py", line 989, in run self._target(*self._args, **self._kwargs) File "/usr/lib/python3.12/site-packages/ZODB/tests/racetest.py", line 527, in _run f(self, tx, *argv, **kw) File "/usr/lib/python3.12/site-packages/ZODB/tests/racetest.py", line 405, in T t_() File "/usr/lib/python3.12/site-packages/ZODB/tests/racetest.py", line 392, in t_ db = self.dbopen() ^^^^^^^^^^^^^ File "/usr/lib/python3.12/site-packages/ZODB/tests/racetest.py", line 228, in dbopen zstor = self._new_storage_client() ^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/builddir/build/BUILDROOT/python-ZEO-6.0.0-1.fc39.riscv64/usr/lib64/python3.12/site-packages/ZEO/tests/testZEO.py", line 295, in _new_storage_client client = ZEO.ClientStorage.ClientStorage( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/builddir/build/BUILDROOT/python-ZEO-6.0.0-1.fc39.riscv64/usr/lib64/python3.12/site-packages/ZEO/ClientStorage.py", line 348, in __init__ self._wait() File "/builddir/build/BUILDROOT/python-ZEO-6.0.0-1.fc39.riscv64/usr/lib64/python3.12/site-packages/ZEO/asyncio/client.py", line 987, in wait return self.io_call( ^^^^^^^^^^^^^ File "/builddir/build/BUILDROOT/python-ZEO-6.0.0-1.fc39.riscv64/usr/lib64/python3.12/site-packages/ZEO/asyncio/client.py", line 856, in io_call return future.result() if wait else future ^^^^^^^^^^^^^^^ File "_futures.pyx", line 182, in ZEO.asyncio._futures.ConcurrentFuture.result File "_futures.pyx", line 192, in ZEO.asyncio._futures.ConcurrentFuture.result File "_futures.pyx", line 76, in ZEO.asyncio._futures.Future.result File "_futures.pyx", line 252, in ZEO.asyncio._futures.CoroutineExecutor.step File "/builddir/build/BUILDROOT/python-ZEO-6.0.0-1.fc39.riscv64/usr/lib64/python3.12/site-packages/ZEO/asyncio/client.py", line 703, in await_operational_co raise ClientDisconnected("timed out waiting for connection") ZEO.Exceptions.ClientDisconnected: timed out waiting for connection Exception in thread T40: Traceback (most recent call last): File "/builddir/build/BUILDROOT/python-ZEO-6.0.0-1.fc39.riscv64/usr/lib64/python3.12/site-packages/ZEO/asyncio/client.py", line 701, in await_operational_co await await_with_timeout(self.connected, timeout, self.loop) File "/builddir/build/BUILDROOT/python-ZEO-6.0.0-1.fc39.riscv64/usr/lib64/python3.12/site-packages/ZEO/asyncio/client.py", line 1095, in await_with_timeout raise asyncio.TimeoutError TimeoutError During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/lib64/python3.12/threading.py", line 1052, in _bootstrap_inner self.run() File "/usr/lib64/python3.12/threading.py", line 989, in run self._target(*self._args, **self._kwargs) File "/usr/lib/python3.12/site-packages/ZODB/tests/racetest.py", line 527, in _run f(self, tx, *argv, **kw) File "/usr/lib/python3.12/site-packages/ZODB/tests/racetest.py", line 405, in T t_() File "/usr/lib/python3.12/site-packages/ZODB/tests/racetest.py", line 392, in t_ db = self.dbopen() ^^^^^^^^^^^^^ File "/usr/lib/python3.12/site-packages/ZODB/tests/racetest.py", line 228, in dbopen zstor = self._new_storage_client() ^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/builddir/build/BUILDROOT/python-ZEO-6.0.0-1.fc39.riscv64/usr/lib64/python3.12/site-packages/ZEO/tests/testZEO.py", line 295, in _new_storage_client client = ZEO.ClientStorage.ClientStorage( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/builddir/build/BUILDROOT/python-ZEO-6.0.0-1.fc39.riscv64/usr/lib64/python3.12/site-packages/ZEO/ClientStorage.py", line 348, in __init__ self._wait() File "/builddir/build/BUILDROOT/python-ZEO-6.0.0-1.fc39.riscv64/usr/lib64/python3.12/site-packages/ZEO/asyncio/client.py", line 987, in wait return self.io_call( ^^^^^^^^^^^^^ File "/builddir/build/BUILDROOT/python-ZEO-6.0.0-1.fc39.riscv64/usr/lib64/python3.12/site-packages/ZEO/asyncio/client.py", line 856, in io_call return future.result() if wait else future ^^^^^^^^^^^^^^^ File "_futures.pyx", line 182, in ZEO.asyncio._futures.ConcurrentFuture.result File "_futures.pyx", line 192, in ZEO.asyncio._futures.ConcurrentFuture.result File "_futures.pyx", line 76, in ZEO.asyncio._futures.Future.result File "_futures.pyx", line 252, in ZEO.asyncio._futures.CoroutineExecutor.step File "/builddir/build/BUILDROOT/python-ZEO-6.0.0-1.fc39.riscv64/usr/lib64/python3.12/site-packages/ZEO/asyncio/client.py", line 703, in await_operational_co raise ClientDisconnected("timed out waiting for connection") ZEO.Exceptions.ClientDisconnected: timed out waiting for connection Exception in thread T3: Traceback (most recent call last): File "/usr/lib64/python3.12/threading.py", line 1052, in _bootstrap_inner self.run() File "/usr/lib64/python3.12/threading.py", line 989, in run self._target(*self._args, **self._kwargs) File "/usr/lib/python3.12/site-packages/ZODB/tests/racetest.py", line 527, in _run f(self, tx, *argv, **kw) File "/usr/lib/python3.12/site-packages/ZODB/tests/racetest.py", line 405, in T t_() File "/usr/lib/python3.12/site-packages/ZODB/tests/racetest.py", line 399, in t_ db.close() File "/usr/lib/python3.12/site-packages/ZODB/DB.py", line 653, in close self._mvcc_storage.close() File "/usr/lib/python3.12/site-packages/ZODB/mvccadapter.py", line 78, in close self._storage.close() File "/builddir/build/BUILDROOT/python-ZEO-6.0.0-1.fc39.riscv64/usr/lib64/python3.12/site-packages/ZEO/ClientStorage.py", line 372, in close self._server.close() File "/builddir/build/BUILDROOT/python-ZEO-6.0.0-1.fc39.riscv64/usr/lib64/python3.12/site-packages/ZEO/asyncio/client.py", line 1054, in close super().close() File "/builddir/build/BUILDROOT/python-ZEO-6.0.0-1.fc39.riscv64/usr/lib64/python3.12/site-packages/ZEO/asyncio/client.py", line 961, in close call(self.client.close_co()) File "/builddir/build/BUILDROOT/python-ZEO-6.0.0-1.fc39.riscv64/usr/lib64/python3.12/site-packages/ZEO/asyncio/client.py", line 856, in io_call return future.result() if wait else future ^^^^^^^^^^^^^^^ File "_futures.pyx", line 182, in ZEO.asyncio._futures.ConcurrentFuture.result File "_futures.pyx", line 192, in ZEO.asyncio._futures.ConcurrentFuture.result File "_futures.pyx", line 76, in ZEO.asyncio._futures.Future.result File "_futures.pyx", line 252, in ZEO.asyncio._futures.CoroutineExecutor.step File "/builddir/build/BUILDROOT/python-ZEO-6.0.0-1.fc39.riscv64/usr/lib64/python3.12/site-packages/ZEO/asyncio/client.py", line 727, in close_co await await_with_timeout(closing, 10, self.loop) File "/builddir/build/BUILDROOT/python-ZEO-6.0.0-1.fc39.riscv64/usr/lib64/python3.12/site-packages/ZEO/asyncio/client.py", line 1095, in await_with_timeout raise asyncio.TimeoutError TimeoutError Exception in thread T15: Traceback (most recent call last): File "/usr/lib64/python3.12/threading.py", line 1052, in _bootstrap_inner self.run() File "/usr/lib64/python3.12/threading.py", line 989, in run self._target(*self._args, **self._kwargs) File "/usr/lib/python3.12/site-packages/ZODB/tests/racetest.py", line 527, in _run f(self, tx, *argv, **kw) File "/usr/lib/python3.12/site-packages/ZODB/tests/racetest.py", line 405, in T t_() File "/usr/lib/python3.12/site-packages/ZODB/tests/racetest.py", line 399, in t_ db.close() File "/usr/lib/python3.12/site-packages/ZODB/DB.py", line 653, in close self._mvcc_storage.close() File "/usr/lib/python3.12/site-packages/ZODB/mvccadapter.py", line 78, in close self._storage.close() File "/builddir/build/BUILDROOT/python-ZEO-6.0.0-1.fc39.riscv64/usr/lib64/python3.12/site-packages/ZEO/ClientStorage.py", line 372, in close self._server.close() File "/builddir/build/BUILDROOT/python-ZEO-6.0.0-1.fc39.riscv64/usr/lib64/python3.12/site-packages/ZEO/asyncio/client.py", line 1054, in close super().close() File "/builddir/build/BUILDROOT/python-ZEO-6.0.0-1.fc39.riscv64/usr/lib64/python3.12/site-packages/ZEO/asyncio/client.py", line 961, in close call(self.client.close_co()) File "/builddir/build/BUILDROOT/python-ZEO-6.0.0-1.fc39.riscv64/usr/lib64/python3.12/site-packages/ZEO/asyncio/client.py", line 856, in io_call return future.result() if wait else future ^^^^^^^^^^^^^^^ File "_futures.pyx", line 182, in ZEO.asyncio._futures.ConcurrentFuture.result File "_futures.pyx", line 192, in ZEO.asyncio._futures.ConcurrentFuture.result File "_futures.pyx", line 76, in ZEO.asyncio._futures.Future.result File "_futures.pyx", line 252, in ZEO.asyncio._futures.CoroutineExecutor.step File "/builddir/build/BUILDROOT/python-ZEO-6.0.0-1.fc39.riscv64/usr/lib64/python3.12/site-packages/ZEO/asyncio/client.py", line 727, in close_co await await_with_timeout(closing, 10, self.loop) File "/builddir/build/BUILDROOT/python-ZEO-6.0.0-1.fc39.riscv64/usr/lib64/python3.12/site-packages/ZEO/asyncio/client.py", line 1095, in await_with_timeout raise asyncio.TimeoutError TimeoutError Exception in thread T10: Traceback (most recent call last): File "/usr/lib64/python3.12/threading.py", line 1052, in _bootstrap_inner self.run() File "/usr/lib64/python3.12/threading.py", line 989, in run self._target(*self._args, **self._kwargs) File "/usr/lib/python3.12/site-packages/ZODB/tests/racetest.py", line 527, in _run f(self, tx, *argv, **kw) File "/usr/lib/python3.12/site-packages/ZODB/tests/racetest.py", line 405, in T t_() File "/usr/lib/python3.12/site-packages/ZODB/tests/racetest.py", line 399, in t_ db.close() File "/usr/lib/python3.12/site-packages/ZODB/DB.py", line 653, in close self._mvcc_storage.close() File "/usr/lib/python3.12/site-packages/ZODB/mvccadapter.py", line 78, in close self._storage.close() File "/builddir/build/BUILDROOT/python-ZEO-6.0.0-1.fc39.riscv64/usr/lib64/python3.12/site-packages/ZEO/ClientStorage.py", line 372, in close self._server.close() File "/builddir/build/BUILDROOT/python-ZEO-6.0.0-1.fc39.riscv64/usr/lib64/python3.12/site-packages/ZEO/asyncio/client.py", line 1054, in close super().close() File "/builddir/build/BUILDROOT/python-ZEO-6.0.0-1.fc39.riscv64/usr/lib64/python3.12/site-packages/ZEO/asyncio/client.py", line 961, in close call(self.client.close_co()) File "/builddir/build/BUILDROOT/python-ZEO-6.0.0-1.fc39.riscv64/usr/lib64/python3.12/site-packages/ZEO/asyncio/client.py", line 856, in io_call return future.result() if wait else future ^^^^^^^^^^^^^^^ File "_futures.pyx", line 182, in ZEO.asyncio._futures.ConcurrentFuture.result File "_futures.pyx", line 192, in ZEO.asyncio._futures.ConcurrentFuture.result File "_futures.pyx", line 76, in ZEO.asyncio._futures.Future.result File "_futures.pyx", line 252, in ZEO.asyncio._futures.CoroutineExecutor.step File "/builddir/build/BUILDROOT/python-ZEO-6.0.0-1.fc39.riscv64/usr/lib64/python3.12/site-packages/ZEO/asyncio/client.py", line 727, in close_co await await_with_timeout(closing, 10, self.loop) File "/builddir/build/BUILDROOT/python-ZEO-6.0.0-1.fc39.riscv64/usr/lib64/python3.12/site-packages/ZEO/asyncio/client.py", line 1095, in await_with_timeout raise asyncio.TimeoutError TimeoutError Exception in thread T9: Traceback (most recent call last): File "/builddir/build/BUILDROOT/python-ZEO-6.0.0-1.fc39.riscv64/usr/lib64/python3.12/site-packages/ZEO/asyncio/client.py", line 701, in await_operational_co await await_with_timeout(self.connected, timeout, self.loop) File "/builddir/build/BUILDROOT/python-ZEO-6.0.0-1.fc39.riscv64/usr/lib64/python3.12/site-packages/ZEO/asyncio/client.py", line 1095, in await_with_timeout raise asyncio.TimeoutError TimeoutError During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/lib64/python3.12/threading.py", line 1052, in _bootstrap_inner self.run() File "/usr/lib64/python3.12/threading.py", line 989, in run self._target(*self._args, **self._kwargs) File "/usr/lib/python3.12/site-packages/ZODB/tests/racetest.py", line 527, in _run f(self, tx, *argv, **kw) File "/usr/lib/python3.12/site-packages/ZODB/tests/racetest.py", line 405, in T t_() File "/usr/lib/python3.12/site-packages/ZODB/tests/racetest.py", line 392, in t_ db = self.dbopen() ^^^^^^^^^^^^^ File "/usr/lib/python3.12/site-packages/ZODB/tests/racetest.py", line 228, in dbopen zstor = self._new_storage_client() ^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/builddir/build/BUILDROOT/python-ZEO-6.0.0-1.fc39.riscv64/usr/lib64/python3.12/site-packages/ZEO/tests/testZEO.py", line 295, in _new_storage_client client = ZEO.ClientStorage.ClientStorage( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/builddir/build/BUILDROOT/python-ZEO-6.0.0-1.fc39.riscv64/usr/lib64/python3.12/site-packages/ZEO/ClientStorage.py", line 348, in __init__ self._wait() File "/builddir/build/BUILDROOT/python-ZEO-6.0.0-1.fc39.riscv64/usr/lib64/python3.12/site-packages/ZEO/asyncio/client.py", line 987, in wait return self.io_call( ^^^^^^^^^^^^^ File "/builddir/build/BUILDROOT/python-ZEO-6.0.0-1.fc39.riscv64/usr/lib64/python3.12/site-packages/ZEO/asyncio/client.py", line 856, in io_call return future.result() if wait else future ^^^^^^^^^^^^^^^ File "_futures.pyx", line 182, in ZEO.asyncio._futures.ConcurrentFuture.result File "_futures.pyx", line 192, in ZEO.asyncio._futures.ConcurrentFuture.result File "_futures.pyx", line 76, in ZEO.asyncio._futures.Future.result File "_futures.pyx", line 252, in ZEO.asyncio._futures.CoroutineExecutor.step File "/builddir/build/BUILDROOT/python-ZEO-6.0.0-1.fc39.riscv64/usr/lib64/python3.12/site-packages/ZEO/asyncio/client.py", line 703, in await_operational_co raise ClientDisconnected("timed out waiting for connection") ZEO.Exceptions.ClientDisconnected: timed out waiting for connection Exception in thread T47: Traceback (most recent call last): File "/builddir/build/BUILDROOT/python-ZEO-6.0.0-1.fc39.riscv64/usr/lib64/python3.12/site-packages/ZEO/asyncio/client.py", line 701, in await_operational_co await await_with_timeout(self.connected, timeout, self.loop) File "/builddir/build/BUILDROOT/python-ZEO-6.0.0-1.fc39.riscv64/usr/lib64/python3.12/site-packages/ZEO/asyncio/client.py", line 1095, in await_with_timeout raise asyncio.TimeoutError TimeoutError During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/lib64/python3.12/threading.py", line 1052, in _bootstrap_inner self.run() File "/usr/lib64/python3.12/threading.py", line 989, in run self._target(*self._args, **self._kwargs) File "/usr/lib/python3.12/site-packages/ZODB/tests/racetest.py", line 527, in _run f(self, tx, *argv, **kw) File "/usr/lib/python3.12/site-packages/ZODB/tests/racetest.py", line 405, in T t_() File "/usr/lib/python3.12/site-packages/ZODB/tests/racetest.py", line 392, in t_ db = self.dbopen() ^^^^^^^^^^^^^ File "/usr/lib/python3.12/site-packages/ZODB/tests/racetest.py", line 228, in dbopen zstor = self._new_storage_client() ^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/builddir/build/BUILDROOT/python-ZEO-6.0.0-1.fc39.riscv64/usr/lib64/python3.12/site-packages/ZEO/tests/testZEO.py", line 295, in _new_storage_client client = ZEO.ClientStorage.ClientStorage( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/builddir/build/BUILDROOT/python-ZEO-6.0.0-1.fc39.riscv64/usr/lib64/python3.12/site-packages/ZEO/ClientStorage.py", line 348, in __init__ self._wait() File "/builddir/build/BUILDROOT/python-ZEO-6.0.0-1.fc39.riscv64/usr/lib64/python3.12/site-packages/ZEO/asyncio/client.py", line 987, in wait return self.io_call( ^^^^^^^^^^^^^ File "/builddir/build/BUILDROOT/python-ZEO-6.0.0-1.fc39.riscv64/usr/lib64/python3.12/site-packages/ZEO/asyncio/client.py", line 856, in io_call return future.result() if wait else future ^^^^^^^^^^^^^^^ File "_futures.pyx", line 182, in ZEO.asyncio._futures.ConcurrentFuture.result File "_futures.pyx", line 192, in ZEO.asyncio._futures.ConcurrentFuture.result File "_futures.pyx", line 76, in ZEO.asyncio._futures.Future.result File "_futures.pyx", line 252, in ZEO.asyncio._futures.CoroutineExecutor.step File "/builddir/build/BUILDROOT/python-ZEO-6.0.0-1.fc39.riscv64/usr/lib64/python3.12/site-packages/ZEO/asyncio/client.py", line 703, in await_operational_co raise ClientDisconnected("timed out waiting for connection") ZEO.Exceptions.ClientDisconnected: timed out waiting for connection Exception in thread T19: Traceback (most recent call last): File "/usr/lib64/python3.12/threading.py", line 1052, in _bootstrap_inner self.run() File "/usr/lib64/python3.12/threading.py", line 989, in run self._target(*self._args, **self._kwargs) File "/usr/lib/python3.12/site-packages/ZODB/tests/racetest.py", line 527, in _run f(self, tx, *argv, **kw) File "/usr/lib/python3.12/site-packages/ZODB/tests/racetest.py", line 405, in T t_() File "/usr/lib/python3.12/site-packages/ZODB/tests/racetest.py", line 399, in t_ db.close() File "/usr/lib/python3.12/site-packages/ZODB/DB.py", line 653, in close self._mvcc_storage.close() File "/usr/lib/python3.12/site-packages/ZODB/mvccadapter.py", line 78, in close self._storage.close() File "/builddir/build/BUILDROOT/python-ZEO-6.0.0-1.fc39.riscv64/usr/lib64/python3.12/site-packages/ZEO/ClientStorage.py", line 372, in close self._server.close() File "/builddir/build/BUILDROOT/python-ZEO-6.0.0-1.fc39.riscv64/usr/lib64/python3.12/site-packages/ZEO/asyncio/client.py", line 1054, in close super().close() File "/builddir/build/BUILDROOT/python-ZEO-6.0.0-1.fc39.riscv64/usr/lib64/python3.12/site-packages/ZEO/asyncio/client.py", line 961, in close call(self.client.close_co()) File "/builddir/build/BUILDROOT/python-ZEO-6.0.0-1.fc39.riscv64/usr/lib64/python3.12/site-packages/ZEO/asyncio/client.py", line 856, in io_call return future.result() if wait else future ^^^^^^^^^^^^^^^ File "_futures.pyx", line 182, in ZEO.asyncio._futures.ConcurrentFuture.result File "_futures.pyx", line 192, in ZEO.asyncio._futures.ConcurrentFuture.result File "_futures.pyx", line 76, in ZEO.asyncio._futures.Future.result File "_futures.pyx", line 252, in ZEO.asyncio._futures.CoroutineExecutor.step File "/builddir/build/BUILDROOT/python-ZEO-6.0.0-1.fc39.riscv64/usr/lib64/python3.12/site-packages/ZEO/asyncio/client.py", line 727, in close_co await await_with_timeout(closing, 10, self.loop) File "/builddir/build/BUILDROOT/python-ZEO-6.0.0-1.fc39.riscv64/usr/lib64/python3.12/site-packages/ZEO/asyncio/client.py", line 1095, in await_with_timeout raise asyncio.TimeoutError TimeoutError Exception in thread T2: Traceback (most recent call last): File "/builddir/build/BUILDROOT/python-ZEO-6.0.0-1.fc39.riscv64/usr/lib64/python3.12/site-packages/ZEO/asyncio/client.py", line 701, in await_operational_co await await_with_timeout(self.connected, timeout, self.loop) File "/builddir/build/BUILDROOT/python-ZEO-6.0.0-1.fc39.riscv64/usr/lib64/python3.12/site-packages/ZEO/asyncio/client.py", line 1095, in await_with_timeout raise asyncio.TimeoutError TimeoutError During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/lib64/python3.12/threading.py", line 1052, in _bootstrap_inner self.run() File "/usr/lib64/python3.12/threading.py", line 989, in run self._target(*self._args, **self._kwargs) File "/usr/lib/python3.12/site-packages/ZODB/tests/racetest.py", line 527, in _run f(self, tx, *argv, **kw) File "/usr/lib/python3.12/site-packages/ZODB/tests/racetest.py", line 405, in T t_() File "/usr/lib/python3.12/site-packages/ZODB/tests/racetest.py", line 392, in t_ db = self.dbopen() ^^^^^^^^^^^^^ File "/usr/lib/python3.12/site-packages/ZODB/tests/racetest.py", line 228, in dbopen zstor = self._new_storage_client() ^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/builddir/build/BUILDROOT/python-ZEO-6.0.0-1.fc39.riscv64/usr/lib64/python3.12/site-packages/ZEO/tests/testZEO.py", line 295, in _new_storage_client client = ZEO.ClientStorage.ClientStorage( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/builddir/build/BUILDROOT/python-ZEO-6.0.0-1.fc39.riscv64/usr/lib64/python3.12/site-packages/ZEO/ClientStorage.py", line 348, in __init__ self._wait() File "/builddir/build/BUILDROOT/python-ZEO-6.0.0-1.fc39.riscv64/usr/lib64/python3.12/site-packages/ZEO/asyncio/client.py", line 987, in wait return self.io_call( ^^^^^^^^^^^^^ File "/builddir/build/BUILDROOT/python-ZEO-6.0.0-1.fc39.riscv64/usr/lib64/python3.12/site-packages/ZEO/asyncio/client.py", line 856, in io_call return future.result() if wait else future ^^^^^^^^^^^^^^^ File "_futures.pyx", line 182, in ZEO.asyncio._futures.ConcurrentFuture.result File "_futures.pyx", line 192, in ZEO.asyncio._futures.ConcurrentFuture.result File "_futures.pyx", line 76, in ZEO.asyncio._futures.Future.result File "_futures.pyx", line 252, in ZEO.asyncio._futures.CoroutineExecutor.step File "/builddir/build/BUILDROOT/python-ZEO-6.0.0-1.fc39.riscv64/usr/lib64/python3.12/site-packages/ZEO/asyncio/client.py", line 703, in await_operational_co raise ClientDisconnected("timed out waiting for connection") ZEO.Exceptions.ClientDisconnected: timed out waiting for connection Exception in thread T8: Traceback (most recent call last): File "/builddir/build/BUILDROOT/python-ZEO-6.0.0-1.fc39.riscv64/usr/lib64/python3.12/site-packages/ZEO/asyncio/client.py", line 701, in await_operational_co await await_with_timeout(self.connected, timeout, self.loop) File "/builddir/build/BUILDROOT/python-ZEO-6.0.0-1.fc39.riscv64/usr/lib64/python3.12/site-packages/ZEO/asyncio/client.py", line 1095, in await_with_timeout raise asyncio.TimeoutError TimeoutError During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/lib64/python3.12/threading.py", line 1052, in _bootstrap_inner self.run() File "/usr/lib64/python3.12/threading.py", line 989, in run self._target(*self._args, **self._kwargs) File "/usr/lib/python3.12/site-packages/ZODB/tests/racetest.py", line 527, in _run f(self, tx, *argv, **kw) File "/usr/lib/python3.12/site-packages/ZODB/tests/racetest.py", line 405, in T t_() File "/usr/lib/python3.12/site-packages/ZODB/tests/racetest.py", line 392, in t_ db = self.dbopen() ^^^^^^^^^^^^^ File "/usr/lib/python3.12/site-packages/ZODB/tests/racetest.py", line 228, in dbopen zstor = self._new_storage_client() ^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/builddir/build/BUILDROOT/python-ZEO-6.0.0-1.fc39.riscv64/usr/lib64/python3.12/site-packages/ZEO/tests/testZEO.py", line 295, in _new_storage_client client = ZEO.ClientStorage.ClientStorage( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/builddir/build/BUILDROOT/python-ZEO-6.0.0-1.fc39.riscv64/usr/lib64/python3.12/site-packages/ZEO/ClientStorage.py", line 348, in __init__ self._wait() File "/builddir/build/BUILDROOT/python-ZEO-6.0.0-1.fc39.riscv64/usr/lib64/python3.12/site-packages/ZEO/asyncio/client.py", line 987, in wait return self.io_call( ^^^^^^^^^^^^^ File "/builddir/build/BUILDROOT/python-ZEO-6.0.0-1.fc39.riscv64/usr/lib64/python3.12/site-packages/ZEO/asyncio/client.py", line 856, in io_call return future.result() if wait else future ^^^^^^^^^^^^^^^ File "_futures.pyx", line 182, in ZEO.asyncio._futures.ConcurrentFuture.result File "_futures.pyx", line 192, in ZEO.asyncio._futures.ConcurrentFuture.result File "_futures.pyx", line 76, in ZEO.asyncio._futures.Future.result File "_futures.pyx", line 252, in ZEO.asyncio._futures.CoroutineExecutor.step File "/builddir/build/BUILDROOT/python-ZEO-6.0.0-1.fc39.riscv64/usr/lib64/python3.12/site-packages/ZEO/asyncio/client.py", line 703, in await_operational_co raise ClientDisconnected("timed out waiting for connection") ZEO.Exceptions.ClientDisconnected: timed out waiting for connection Exception in thread T51: Traceback (most recent call last): File "/builddir/build/BUILDROOT/python-ZEO-6.0.0-1.fc39.riscv64/usr/lib64/python3.12/site-packages/ZEO/asyncio/client.py", line 701, in await_operational_co await await_with_timeout(self.connected, timeout, self.loop) File "/builddir/build/BUILDROOT/python-ZEO-6.0.0-1.fc39.riscv64/usr/lib64/python3.12/site-packages/ZEO/asyncio/client.py", line 1095, in await_with_timeout raise asyncio.TimeoutError TimeoutError During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/lib64/python3.12/threading.py", line 1052, in _bootstrap_inner self.run() File "/usr/lib64/python3.12/threading.py", line 989, in run self._target(*self._args, **self._kwargs) File "/usr/lib/python3.12/site-packages/ZODB/tests/racetest.py", line 527, in _run f(self, tx, *argv, **kw) File "/usr/lib/python3.12/site-packages/ZODB/tests/racetest.py", line 405, in T t_() File "/usr/lib/python3.12/site-packages/ZODB/tests/racetest.py", line 392, in t_ db = self.dbopen() ^^^^^^^^^^^^^ File "/usr/lib/python3.12/site-packages/ZODB/tests/racetest.py", line 228, in dbopen zstor = self._new_storage_client() ^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/builddir/build/BUILDROOT/python-ZEO-6.0.0-1.fc39.riscv64/usr/lib64/python3.12/site-packages/ZEO/tests/testZEO.py", line 295, in _new_storage_client client = ZEO.ClientStorage.ClientStorage( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/builddir/build/BUILDROOT/python-ZEO-6.0.0-1.fc39.riscv64/usr/lib64/python3.12/site-packages/ZEO/ClientStorage.py", line 348, in __init__ self._wait() File "/builddir/build/BUILDROOT/python-ZEO-6.0.0-1.fc39.riscv64/usr/lib64/python3.12/site-packages/ZEO/asyncio/client.py", line 987, in wait return self.io_call( ^^^^^^^^^^^^^ File "/builddir/build/BUILDROOT/python-ZEO-6.0.0-1.fc39.riscv64/usr/lib64/python3.12/site-packages/ZEO/asyncio/client.py", line 856, in io_call return future.result() if wait else future ^^^^^^^^^^^^^^^ File "_futures.pyx", line 182, in ZEO.asyncio._futures.ConcurrentFuture.result File "_futures.pyx", line 192, in ZEO.asyncio._futures.ConcurrentFuture.result File "_futures.pyx", line 76, in ZEO.asyncio._futures.Future.result File "_futures.pyx", line 252, in ZEO.asyncio._futures.CoroutineExecutor.step File "/builddir/build/BUILDROOT/python-ZEO-6.0.0-1.fc39.riscv64/usr/lib64/python3.12/site-packages/ZEO/asyncio/client.py", line 703, in await_operational_co raise ClientDisconnected("timed out waiting for connection") ZEO.Exceptions.ClientDisconnected: timed out waiting for connection Exception in thread T7: Traceback (most recent call last): File "/usr/lib64/python3.12/threading.py", line 1052, in _bootstrap_inner self.run() File "/usr/lib64/python3.12/threading.py", line 989, in run self._target(*self._args, **self._kwargs) File "/usr/lib/python3.12/site-packages/ZODB/tests/racetest.py", line 527, in _run f(self, tx, *argv, **kw) File "/usr/lib/python3.12/site-packages/ZODB/tests/racetest.py", line 405, in T t_() File "/usr/lib/python3.12/site-packages/ZODB/tests/racetest.py", line 399, in t_ db.close() File "/usr/lib/python3.12/site-packages/ZODB/DB.py", line 653, in close self._mvcc_storage.close() File "/usr/lib/python3.12/site-packages/ZODB/mvccadapter.py", line 78, in close self._storage.close() File "/builddir/build/BUILDROOT/python-ZEO-6.0.0-1.fc39.riscv64/usr/lib64/python3.12/site-packages/ZEO/ClientStorage.py", line 372, in close self._server.close() File "/builddir/build/BUILDROOT/python-ZEO-6.0.0-1.fc39.riscv64/usr/lib64/python3.12/site-packages/ZEO/asyncio/client.py", line 1054, in close super().close() File "/builddir/build/BUILDROOT/python-ZEO-6.0.0-1.fc39.riscv64/usr/lib64/python3.12/site-packages/ZEO/asyncio/client.py", line 961, in close call(self.client.close_co()) File "/builddir/build/BUILDROOT/python-ZEO-6.0.0-1.fc39.riscv64/usr/lib64/python3.12/site-packages/ZEO/asyncio/client.py", line 856, in io_call return future.result() if wait else future ^^^^^^^^^^^^^^^ File "_futures.pyx", line 182, in ZEO.asyncio._futures.ConcurrentFuture.result File "_futures.pyx", line 192, in ZEO.asyncio._futures.ConcurrentFuture.result File "_futures.pyx", line 76, in ZEO.asyncio._futures.Future.result File "_futures.pyx", line 252, in ZEO.asyncio._futures.CoroutineExecutor.step File "/builddir/build/BUILDROOT/python-ZEO-6.0.0-1.fc39.riscv64/usr/lib64/python3.12/site-packages/ZEO/asyncio/client.py", line 727, in close_co await await_with_timeout(closing, 10, self.loop) File "/builddir/build/BUILDROOT/python-ZEO-6.0.0-1.fc39.riscv64/usr/lib64/python3.12/site-packages/ZEO/asyncio/client.py", line 1095, in await_with_timeout raise asyncio.TimeoutError TimeoutError Exception in thread T58: Traceback (most recent call last): File "/builddir/build/BUILDROOT/python-ZEO-6.0.0-1.fc39.riscv64/usr/lib64/python3.12/site-packages/ZEO/asyncio/client.py", line 701, in await_operational_co await await_with_timeout(self.connected, timeout, self.loop) File "/builddir/build/BUILDROOT/python-ZEO-6.0.0-1.fc39.riscv64/usr/lib64/python3.12/site-packages/ZEO/asyncio/client.py", line 1095, in await_with_timeout raise asyncio.TimeoutError TimeoutError During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/lib64/python3.12/threading.py", line 1052, in _bootstrap_inner self.run() File "/usr/lib64/python3.12/threading.py", line 989, in run self._target(*self._args, **self._kwargs) File "/usr/lib/python3.12/site-packages/ZODB/tests/racetest.py", line 527, in _run f(self, tx, *argv, **kw) File "/usr/lib/python3.12/site-packages/ZODB/tests/racetest.py", line 405, in T t_() File "/usr/lib/python3.12/site-packages/ZODB/tests/racetest.py", line 392, in t_ db = self.dbopen() ^^^^^^^^^^^^^ File "/usr/lib/python3.12/site-packages/ZODB/tests/racetest.py", line 228, in dbopen zstor = self._new_storage_client() ^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/builddir/build/BUILDROOT/python-ZEO-6.0.0-1.fc39.riscv64/usr/lib64/python3.12/site-packages/ZEO/tests/testZEO.py", line 295, in _new_storage_client client = ZEO.ClientStorage.ClientStorage( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/builddir/build/BUILDROOT/python-ZEO-6.0.0-1.fc39.riscv64/usr/lib64/python3.12/site-packages/ZEO/ClientStorage.py", line 348, in __init__ self._wait() File "/builddir/build/BUILDROOT/python-ZEO-6.0.0-1.fc39.riscv64/usr/lib64/python3.12/site-packages/ZEO/asyncio/client.py", line 987, in wait return self.io_call( ^^^^^^^^^^^^^ File "/builddir/build/BUILDROOT/python-ZEO-6.0.0-1.fc39.riscv64/usr/lib64/python3.12/site-packages/ZEO/asyncio/client.py", line 856, in io_call return future.result() if wait else future ^^^^^^^^^^^^^^^ File "_futures.pyx", line 182, in ZEO.asyncio._futures.ConcurrentFuture.result File "_futures.pyx", line 192, in ZEO.asyncio._futures.ConcurrentFuture.result File "_futures.pyx", line 76, in ZEO.asyncio._futures.Future.result File "_futures.pyx", line 252, in ZEO.asyncio._futures.CoroutineExecutor.step File "/builddir/build/BUILDROOT/python-ZEO-6.0.0-1.fc39.riscv64/usr/lib64/python3.12/site-packages/ZEO/asyncio/client.py", line 703, in await_operational_co raise ClientDisconnected("timed out waiting for connection") ZEO.Exceptions.ClientDisconnected: timed out waiting for connection Exception in thread T61: Traceback (most recent call last): File "/builddir/build/BUILDROOT/python-ZEO-6.0.0-1.fc39.riscv64/usr/lib64/python3.12/site-packages/ZEO/asyncio/client.py", line 701, in await_operational_co await await_with_timeout(self.connected, timeout, self.loop) File "/builddir/build/BUILDROOT/python-ZEO-6.0.0-1.fc39.riscv64/usr/lib64/python3.12/site-packages/ZEO/asyncio/client.py", line 1095, in await_with_timeout raise asyncio.TimeoutError TimeoutError During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/lib64/python3.12/threading.py", line 1052, in _bootstrap_inner self.run() File "/usr/lib64/python3.12/threading.py", line 989, in run self._target(*self._args, **self._kwargs) File "/usr/lib/python3.12/site-packages/ZODB/tests/racetest.py", line 527, in _run f(self, tx, *argv, **kw) File "/usr/lib/python3.12/site-packages/ZODB/tests/racetest.py", line 405, in T t_() File "/usr/lib/python3.12/site-packages/ZODB/tests/racetest.py", line 392, in t_ db = self.dbopen() ^^^^^^^^^^^^^ File "/usr/lib/python3.12/site-packages/ZODB/tests/racetest.py", line 228, in dbopen zstor = self._new_storage_client() ^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/builddir/build/BUILDROOT/python-ZEO-6.0.0-1.fc39.riscv64/usr/lib64/python3.12/site-packages/ZEO/tests/testZEO.py", line 295, in _new_storage_client client = ZEO.ClientStorage.ClientStorage( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/builddir/build/BUILDROOT/python-ZEO-6.0.0-1.fc39.riscv64/usr/lib64/python3.12/site-packages/ZEO/ClientStorage.py", line 348, in __init__ self._wait() File "/builddir/build/BUILDROOT/python-ZEO-6.0.0-1.fc39.riscv64/usr/lib64/python3.12/site-packages/ZEO/asyncio/client.py", line 987, in wait return self.io_call( ^^^^^^^^^^^^^ File "/builddir/build/BUILDROOT/python-ZEO-6.0.0-1.fc39.riscv64/usr/lib64/python3.12/site-packages/ZEO/asyncio/client.py", line 856, in io_call return future.result() if wait else future ^^^^^^^^^^^^^^^ File "_futures.pyx", line 182, in ZEO.asyncio._futures.ConcurrentFuture.result File "_futures.pyx", line 192, in ZEO.asyncio._futures.ConcurrentFuture.result File "_futures.pyx", line 76, in ZEO.asyncio._futures.Future.result File "_futures.pyx", line 252, in ZEO.asyncio._futures.CoroutineExecutor.step File "/builddir/build/BUILDROOT/python-ZEO-6.0.0-1.fc39.riscv64/usr/lib64/python3.12/site-packages/ZEO/asyncio/client.py", line 703, in await_operational_co raise ClientDisconnected("timed out waiting for connection") ZEO.Exceptions.ClientDisconnected: timed out waiting for connection Failure in test check_race_external_invalidate_vs_disconnect (ZEO.tests.testZEO.FileStorageSSLTests.check_race_external_invalidate_vs_disconnect) Traceback (most recent call last): File "/usr/lib64/python3.12/unittest/case.py", line 58, in testPartExecutor yield File "/usr/lib64/python3.12/unittest/case.py", line 634, in run self._callTestMethod(testMethod) File "/usr/lib64/python3.12/unittest/case.py", line 589, in _callTestMethod if method() is not None: File "/usr/lib/python3.12/site-packages/ZODB/tests/racetest.py", line 339, in check_race_external_invalidate_vs_disconnect return self._check_race_external_invalidate_vs_disconnect( File "/usr/lib/python3.12/site-packages/ZODB/tests/util.py", line 422, in _ return f(*argv, **kw) File "/usr/lib/python3.12/site-packages/ZODB/tests/racetest.py", line 414, in _check_race_external_invalidate_vs_disconnect tg.wait(120) File "/usr/lib/python3.12/site-packages/ZODB/tests/racetest.py", line 553, in wait self.testcase.fail('\n\n'.join(self.failv)) File "/usr/lib64/python3.12/unittest/case.py", line 715, in fail raise self.failureException(msg) AssertionError: Unhandled exception ClientDisconnected('timed out waiting for connection') in thread T45 Unhandled exception ClientDisconnected('timed out waiting for connection') in thread T40 Unhandled exception TimeoutError() in thread T3 Unhandled exception TimeoutError() in thread T15 Unhandled exception TimeoutError() in thread T10 Unhandled exception ClientDisconnected('timed out waiting for connection') in thread T9 Unhandled exception ClientDisconnected('timed out waiting for connection') in thread T47 Unhandled exception TimeoutError() in thread T19 Unhandled exception ClientDisconnected('timed out waiting for connection') in thread T2 Unhandled exception ClientDisconnected('timed out waiting for connection') in thread T8 Unhandled exception ClientDisconnected('timed out waiting for connection') in thread T51 Unhandled exception TimeoutError() in thread T7 Unhandled exception ClientDisconnected('timed out waiting for connection') in thread T58 Unhandled exception ClientDisconnected('timed out waiting for connection') in thread T61 threads did not finish: ['T2', 'T7', 'T8', 'T58'] The following test left new threads behind: check_race_external_invalidate_vs_disconnect (ZEO.tests.testZEO.FileStorageSSLTests.check_race_external_invalidate_vs_disconnect) New thread(s): [, , , , ] .... Ran 107 tests with 1 failures, 0 errors, 0 skipped in 23 minutes 40.916 seconds. Running .FileStorageTimeoutTests ZEO Connection Tests tests: Tear down .FileStorageSSLTests in 0.005 seconds. Set up .FileStorageTimeoutTests ZEO Connection Tests in 0.005 seconds. Running: .... Ran 4 tests with 0 failures, 0 errors, 0 skipped in 25.131 seconds. Running .MappingStorageConnectionTests ZEO Connection Tests tests: Tear down .FileStorageTimeoutTests ZEO Connection Tests in 0.005 seconds. Set up .MappingStorageConnectionTests ZEO Connection Tests in 0.007 seconds. Running: .............. Ran 14 tests with 0 failures, 0 errors, 0 skipped in 1 minutes 27.285 seconds. Running .MappingStorageTests tests: Tear down .MappingStorageConnectionTests ZEO Connection Tests in 0.006 seconds. Set up .MappingStorageTests in 0.005 seconds. Running: ..................................................... Failure in test check_race_external_invalidate_vs_disconnect (ZEO.tests.testZEO.MappingStorageTests.check_race_external_invalidate_vs_disconnect) Traceback (most recent call last): File "/usr/lib64/python3.12/unittest/case.py", line 58, in testPartExecutor yield File "/usr/lib64/python3.12/unittest/case.py", line 634, in run self._callTestMethod(testMethod) File "/usr/lib64/python3.12/unittest/case.py", line 589, in _callTestMethod if method() is not None: File "/usr/lib/python3.12/site-packages/ZODB/tests/racetest.py", line 339, in check_race_external_invalidate_vs_disconnect return self._check_race_external_invalidate_vs_disconnect( File "/usr/lib/python3.12/site-packages/ZODB/tests/util.py", line 422, in _ return f(*argv, **kw) File "/usr/lib/python3.12/site-packages/ZODB/tests/racetest.py", line 414, in _check_race_external_invalidate_vs_disconnect tg.wait(120) File "/usr/lib/python3.12/site-packages/ZODB/tests/racetest.py", line 553, in wait self.testcase.fail('\n\n'.join(self.failv)) File "/usr/lib64/python3.12/unittest/case.py", line 715, in fail raise self.failureException(msg) AssertionError: test did not finish within 120 seconds threads did not finish: ['T0', 'T1', 'T3', 'T5', 'T6', 'T7', 'T8', 'T9', 'T10', 'T11', 'T13', 'T14', 'T15', 'T16', 'T18', 'T19', 'T28', 'T35', 'T39'] ... Ran 56 tests with 1 failures, 0 errors, 0 skipped in 17 minutes 0.156 seconds. Running .MappingStorageTimeoutTests ZEO Connection Tests tests: Tear down .MappingStorageTests in 0.015 seconds. Set up .MappingStorageTimeoutTests ZEO Connection Tests in 0.006 seconds. Running: .... Ran 4 tests with 0 failures, 0 errors, 0 skipped in 25.520 seconds. Running .SSLConnectionTests ZEO Connection Tests tests: Tear down .MappingStorageTimeoutTests ZEO Connection Tests in 0.022 seconds. Set up .SSLConnectionTests ZEO Connection Tests in 0.018 seconds. Running: ..../builddir/build/BUILDROOT/python-ZEO-6.0.0-1.fc39.riscv64/usr/lib64/python3.12/site-packages/ZEO/asyncio/server.py:282: ResourceWarning: unclosed resource self.event_loop.close() .......... Ran 14 tests with 0 failures, 0 errors, 0 skipped in 1 minutes 27.837 seconds. Running .ZEO Connection DocTests tests: Tear down .SSLConnectionTests ZEO Connection Tests in 0.008 seconds. Set up .ZEO Connection DocTests in 0.007 seconds. Running: . Ran 1 tests with 0 failures, 0 errors, 0 skipped in 6 minutes 34.091 seconds. Running .testZeo-misc tests: Tear down .ZEO Connection DocTests in 0.008 seconds. Set up .testZeo-misc in 0.008 seconds. Running: ............... XXX WARNING: running quick_close_doesnt_kill_server with ssl as hack pending http://bugs.python.org/issue27386 . Failure in test runzeo_logrotate_on_sigusr2 (ZEO.tests.testZEO) Failed doctest test for ZEO.tests.testZEO.runzeo_logrotate_on_sigusr2 File "/builddir/build/BUILDROOT/python-ZEO-6.0.0-1.fc39.riscv64/usr/lib64/python3.12/site-packages/ZEO/tests/testZEO.py", line 1573, in runzeo_logrotate_on_sigusr2 ---------------------------------------------------------------------- File "/builddir/build/BUILDROOT/python-ZEO-6.0.0-1.fc39.riscv64/usr/lib64/python3.12/site-packages/ZEO/tests/testZEO.py", line 1596, in ZEO.tests.testZEO.runzeo_logrotate_on_sigusr2 Failed example: wait_until('started', # NOQA: F821 undefined lambda: os.path.exists('l') and ('listening on' in read('l')) ) Exception raised: Traceback (most recent call last): File "/usr/lib64/python3.12/doctest.py", line 1357, in __run exec(compile(example.source, filename, "single", File "", line 1, in wait_until('started', # NOQA: F821 undefined File "/builddir/build/BUILDROOT/python-ZEO-6.0.0-1.fc39.riscv64/usr/lib64/python3.12/site-packages/ZEO/tests/forker.py", line 180, in wait_until raise AssertionError("Timed out waiting for: ", label) AssertionError: ('Timed out waiting for: ', 'started') ---------------------------------------------------------------------- File "/builddir/build/BUILDROOT/python-ZEO-6.0.0-1.fc39.riscv64/usr/lib64/python3.12/site-packages/ZEO/tests/testZEO.py", line 1600, in ZEO.tests.testZEO.runzeo_logrotate_on_sigusr2 Failed example: oldlog = read('l') Exception raised: Traceback (most recent call last): File "/usr/lib64/python3.12/doctest.py", line 1357, in __run exec(compile(example.source, filename, "single", File "", line 1, in oldlog = read('l') File "/builddir/build/BUILDROOT/python-ZEO-6.0.0-1.fc39.riscv64/usr/lib64/python3.12/site-packages/ZEO/tests/testZEO.py", line 1569, in read with open(filename) as f: FileNotFoundError: [Errno 2] No such file or directory: 'l' ---------------------------------------------------------------------- File "/builddir/build/BUILDROOT/python-ZEO-6.0.0-1.fc39.riscv64/usr/lib64/python3.12/site-packages/ZEO/tests/testZEO.py", line 1601, in ZEO.tests.testZEO.runzeo_logrotate_on_sigusr2 Failed example: os.rename('l', 'o') Exception raised: Traceback (most recent call last): File "/usr/lib64/python3.12/doctest.py", line 1357, in __run exec(compile(example.source, filename, "single", File "", line 1, in os.rename('l', 'o') FileNotFoundError: [Errno 2] No such file or directory: 'l' -> 'o' ---------------------------------------------------------------------- File "/builddir/build/BUILDROOT/python-ZEO-6.0.0-1.fc39.riscv64/usr/lib64/python3.12/site-packages/ZEO/tests/testZEO.py", line 1604, in ZEO.tests.testZEO.runzeo_logrotate_on_sigusr2 Failed example: s = ClientStorage(port) Exception raised: Traceback (most recent call last): File "/usr/lib64/python3.12/doctest.py", line 1357, in __run exec(compile(example.source, filename, "single", File "", line 1, in s = ClientStorage(port) File "/builddir/build/BUILDROOT/python-ZEO-6.0.0-1.fc39.riscv64/usr/lib64/python3.12/site-packages/ZEO/ClientStorage.py", line 348, in __init__ self._wait() File "/builddir/build/BUILDROOT/python-ZEO-6.0.0-1.fc39.riscv64/usr/lib64/python3.12/site-packages/ZEO/asyncio/client.py", line 987, in wait return self.io_call( File "/builddir/build/BUILDROOT/python-ZEO-6.0.0-1.fc39.riscv64/usr/lib64/python3.12/site-packages/ZEO/asyncio/client.py", line 856, in io_call return future.result() if wait else future File "_futures.pyx", line 182, in ZEO.asyncio._futures.ConcurrentFuture.result File "_futures.pyx", line 192, in ZEO.asyncio._futures.ConcurrentFuture.result File "_futures.pyx", line 76, in ZEO.asyncio._futures.Future.result File "_futures.pyx", line 252, in ZEO.asyncio._futures.CoroutineExecutor.step File "/builddir/build/BUILDROOT/python-ZEO-6.0.0-1.fc39.riscv64/usr/lib64/python3.12/site-packages/ZEO/asyncio/client.py", line 703, in await_operational_co raise ClientDisconnected("timed out waiting for connection") ZEO.Exceptions.ClientDisconnected: timed out waiting for connection ---------------------------------------------------------------------- File "/builddir/build/BUILDROOT/python-ZEO-6.0.0-1.fc39.riscv64/usr/lib64/python3.12/site-packages/ZEO/tests/testZEO.py", line 1605, in ZEO.tests.testZEO.runzeo_logrotate_on_sigusr2 Failed example: s.close() Exception raised: Traceback (most recent call last): File "/usr/lib64/python3.12/doctest.py", line 1357, in __run exec(compile(example.source, filename, "single", File "", line 1, in s.close() NameError: name 's' is not defined ---------------------------------------------------------------------- File "/builddir/build/BUILDROOT/python-ZEO-6.0.0-1.fc39.riscv64/usr/lib64/python3.12/site-packages/ZEO/tests/testZEO.py", line 1606, in ZEO.tests.testZEO.runzeo_logrotate_on_sigusr2 Failed example: wait_until('See logging', # NOQA: F821 undefined lambda: ('Log files ' in read('l'))) Exception raised: Traceback (most recent call last): File "/usr/lib64/python3.12/doctest.py", line 1357, in __run exec(compile(example.source, filename, "single", File "", line 1, in wait_until('See logging', # NOQA: F821 undefined File "/builddir/build/BUILDROOT/python-ZEO-6.0.0-1.fc39.riscv64/usr/lib64/python3.12/site-packages/ZEO/tests/forker.py", line 177, in wait_until while not func(): File "", line 2, in lambda: ('Log files ' in read('l'))) File "/builddir/build/BUILDROOT/python-ZEO-6.0.0-1.fc39.riscv64/usr/lib64/python3.12/site-packages/ZEO/tests/testZEO.py", line 1569, in read with open(filename) as f: FileNotFoundError: [Errno 2] No such file or directory: 'l' ---------------------------------------------------------------------- File "/builddir/build/BUILDROOT/python-ZEO-6.0.0-1.fc39.riscv64/usr/lib64/python3.12/site-packages/ZEO/tests/testZEO.py", line 1608, in ZEO.tests.testZEO.runzeo_logrotate_on_sigusr2 Failed example: read('o') == oldlog # No new data in old log Exception raised: Traceback (most recent call last): File "/usr/lib64/python3.12/doctest.py", line 1357, in __run exec(compile(example.source, filename, "single", File "", line 1, in read('o') == oldlog # No new data in old log File "/builddir/build/BUILDROOT/python-ZEO-6.0.0-1.fc39.riscv64/usr/lib64/python3.12/site-packages/ZEO/tests/testZEO.py", line 1569, in read with open(filename) as f: FileNotFoundError: [Errno 2] No such file or directory: 'o' .. Failure in test test_prefetch (ZEO.tests.testZEO) Failed doctest test for ZEO.tests.testZEO.test_prefetch File "/builddir/build/BUILDROOT/python-ZEO-6.0.0-1.fc39.riscv64/usr/lib64/python3.12/site-packages/ZEO/tests/testZEO.py", line 1128, in test_prefetch ---------------------------------------------------------------------- File "/builddir/build/BUILDROOT/python-ZEO-6.0.0-1.fc39.riscv64/usr/lib64/python3.12/site-packages/ZEO/tests/testZEO.py", line 1165, in ZEO.tests.testZEO.test_prefetch Failed example: wait((lambda: len(storage._cache) > count), 2) Exception raised: Traceback (most recent call last): File "/usr/lib64/python3.12/doctest.py", line 1357, in __run exec(compile(example.source, filename, "single", File "", line 1, in wait((lambda: len(storage._cache) > count), 2) File "/usr/lib/python3.12/site-packages/zope/testing/wait.py", line 78, in __call__ raise self.TimeOutWaitingFor( zope.testing.wait.Wait.TimeOutWaitingFor: ........... Ran 29 tests with 2 failures, 0 errors, 0 skipped in 14 minutes 43.496 seconds. Running .testZeo-misc2 tests: Tear down .testZeo-misc in 0.003 seconds. Set up .testZeo-misc2 in 0.003 seconds. Running: .. Failure in test /builddir/build/BUILDROOT/python-ZEO-6.0.0-1.fc39.riscv64/usr/lib64/python3.12/site-packages/ZEO/tests/drop_cache_rather_than_verify.txt Failed doctest test for drop_cache_rather_than_verify.txt File "/builddir/build/BUILDROOT/python-ZEO-6.0.0-1.fc39.riscv64/usr/lib64/python3.12/site-packages/ZEO/tests/drop_cache_rather_than_verify.txt", line 0 ---------------------------------------------------------------------- File "/builddir/build/BUILDROOT/python-ZEO-6.0.0-1.fc39.riscv64/usr/lib64/python3.12/site-packages/ZEO/tests/drop_cache_rather_than_verify.txt", line 76, in drop_cache_rather_than_verify.txt Failed example: wait_connected(db.storage) Exception raised: Traceback (most recent call last): File "/usr/lib64/python3.12/doctest.py", line 1357, in __run exec(compile(example.source, filename, "single", File "", line 1, in wait_connected(db.storage) File "/builddir/build/BUILDROOT/python-ZEO-6.0.0-1.fc39.riscv64/usr/lib64/python3.12/site-packages/ZEO/tests/forker.py", line 187, in wait_connected wait_until("storage is connected", storage.is_connected) File "/builddir/build/BUILDROOT/python-ZEO-6.0.0-1.fc39.riscv64/usr/lib64/python3.12/site-packages/ZEO/tests/forker.py", line 180, in wait_until raise AssertionError("Timed out waiting for: ", label) AssertionError: ('Timed out waiting for: ', 'storage is connected') ...Exception in thread Thread-317 (run): Traceback (most recent call last): File "/builddir/build/BUILDROOT/python-ZEO-6.0.0-1.fc39.riscv64/usr/lib64/python3.12/site-packages/ZEO/asyncio/client.py", line 701, in await_operational_co Exception in thread Thread-322 (run): Traceback (most recent call last): File "/builddir/build/BUILDROOT/python-ZEO-6.0.0-1.fc39.riscv64/usr/lib64/python3.12/site-packages/ZEO/asyncio/client.py", line 701, in await_operational_co await await_with_timeout(self.connected, timeout, self.loop) File "/builddir/build/BUILDROOT/python-ZEO-6.0.0-1.fc39.riscv64/usr/lib64/python3.12/site-packages/ZEO/asyncio/client.py", line 1095, in await_with_timeout await await_with_timeout(self.connected, timeout, self.loop) Exception in thread Thread-323 (run): File "/builddir/build/BUILDROOT/python-ZEO-6.0.0-1.fc39.riscv64/usr/lib64/python3.12/site-packages/ZEO/asyncio/client.py", line 1095, in await_with_timeout Traceback (most recent call last): File "/builddir/build/BUILDROOT/python-ZEO-6.0.0-1.fc39.riscv64/usr/lib64/python3.12/site-packages/ZEO/asyncio/client.py", line 701, in await_operational_co raise asyncio.TimeoutError TimeoutError During handling of the above exception, another exception occurred: Traceback (most recent call last): await await_with_timeout(self.connected, timeout, self.loop) File "/builddir/build/BUILDROOT/python-ZEO-6.0.0-1.fc39.riscv64/usr/lib64/python3.12/site-packages/ZEO/asyncio/client.py", line 1095, in await_with_timeout File "/usr/lib64/python3.12/threading.py", line 1052, in _bootstrap_inner raise asyncio.TimeoutError TimeoutError raise asyncio.TimeoutError During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/lib64/python3.12/threading.py", line 1052, in _bootstrap_inner TimeoutError During handling of the above exception, another exception occurred: self.run() Traceback (most recent call last): File "/usr/lib64/python3.12/threading.py", line 989, in run File "/usr/lib64/python3.12/threading.py", line 1052, in _bootstrap_inner self.run() File "/usr/lib64/python3.12/threading.py", line 989, in run self.run() File "/usr/lib64/python3.12/threading.py", line 989, in run self._target(*self._args, **self._kwargs) File "", line 12, in run self._target(*self._args, **self._kwargs) File "", line 7, in run File "/usr/lib/python3.12/site-packages/ZODB/blob.py", line 163, in open File "/usr/lib/python3.12/site-packages/ZODB/Connection.py", line 787, in setstate result = self._p_jar._storage.openCommittedBlobFile( self._target(*self._args, **self._kwargs) File "", line 7, in run ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ p, serial = self._storage.load(oid) File "/usr/lib/python3.12/site-packages/ZODB/Connection.py", line 787, in setstate File "/builddir/build/BUILDROOT/python-ZEO-6.0.0-1.fc39.riscv64/usr/lib64/python3.12/site-packages/ZEO/ClientStorage.py", line 797, in openCommittedBlobFile blob_filename = self.loadBlob(oid, serial) ^^^^^^^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.12/site-packages/ZODB/mvccadapter.py", line 164, in load File "/builddir/build/BUILDROOT/python-ZEO-6.0.0-1.fc39.riscv64/usr/lib64/python3.12/site-packages/ZEO/ClientStorage.py", line 786, in loadBlob r = self._storage.loadBefore(oid, self._start) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/builddir/build/BUILDROOT/python-ZEO-6.0.0-1.fc39.riscv64/usr/lib64/python3.12/site-packages/ZEO/ClientStorage.py", line 611, in loadBefore return self._server.load_before(oid, tid) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/builddir/build/BUILDROOT/python-ZEO-6.0.0-1.fc39.riscv64/usr/lib64/python3.12/site-packages/ZEO/asyncio/client.py", line 929, in load_before self._call('sendBlob', oid, serial) File "/builddir/build/BUILDROOT/python-ZEO-6.0.0-1.fc39.riscv64/usr/lib64/python3.12/site-packages/ZEO/asyncio/client.py", line 877, in call p, serial = self._storage.load(oid) ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.12/site-packages/ZODB/mvccadapter.py", line 164, in load r = self._storage.loadBefore(oid, self._start) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/builddir/build/BUILDROOT/python-ZEO-6.0.0-1.fc39.riscv64/usr/lib64/python3.12/site-packages/ZEO/ClientStorage.py", line 611, in loadBefore return self.io_call(self.load_before_co(oid, tid, self.timeout)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/builddir/build/BUILDROOT/python-ZEO-6.0.0-1.fc39.riscv64/usr/lib64/python3.12/site-packages/ZEO/asyncio/client.py", line 856, in io_call return future.result() if wait else future ^^^^^^^^^^^^^^^ File "_futures.pyx", line 182, in ZEO.asyncio._futures.ConcurrentFuture.result return self._server.load_before(oid, tid) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/builddir/build/BUILDROOT/python-ZEO-6.0.0-1.fc39.riscv64/usr/lib64/python3.12/site-packages/ZEO/asyncio/client.py", line 929, in load_before return self.io_call( ^^^^^^^^^^^^^ File "/builddir/build/BUILDROOT/python-ZEO-6.0.0-1.fc39.riscv64/usr/lib64/python3.12/site-packages/ZEO/asyncio/client.py", line 856, in io_call return future.result() if wait else future ^^^^^^^^^^^^^^^ File "_futures.pyx", line 182, in ZEO.asyncio._futures.ConcurrentFuture.result Exception in thread Thread-326 (run): Traceback (most recent call last): File "/builddir/build/BUILDROOT/python-ZEO-6.0.0-1.fc39.riscv64/usr/lib64/python3.12/site-packages/ZEO/asyncio/client.py", line 701, in await_operational_co File "_futures.pyx", line 192, in ZEO.asyncio._futures.ConcurrentFuture.result File "_futures.pyx", line 76, in ZEO.asyncio._futures.Future.result await await_with_timeout(self.connected, timeout, self.loop) File "/builddir/build/BUILDROOT/python-ZEO-6.0.0-1.fc39.riscv64/usr/lib64/python3.12/site-packages/ZEO/asyncio/client.py", line 1095, in await_with_timeout Exception in thread Thread-324 (run): Traceback (most recent call last): File "/builddir/build/BUILDROOT/python-ZEO-6.0.0-1.fc39.riscv64/usr/lib64/python3.12/site-packages/ZEO/asyncio/client.py", line 701, in await_operational_co File "_futures.pyx", line 252, in ZEO.asyncio._futures.CoroutineExecutor.step File "_futures.pyx", line 192, in ZEO.asyncio._futures.ConcurrentFuture.result File "_futures.pyx", line 76, in ZEO.asyncio._futures.Future.result return self.io_call(self.load_before_co(oid, tid, self.timeout)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/builddir/build/BUILDROOT/python-ZEO-6.0.0-1.fc39.riscv64/usr/lib64/python3.12/site-packages/ZEO/asyncio/client.py", line 856, in io_call await await_with_timeout(self.connected, timeout, self.loop) File "/builddir/build/BUILDROOT/python-ZEO-6.0.0-1.fc39.riscv64/usr/lib64/python3.12/site-packages/ZEO/asyncio/client.py", line 1095, in await_with_timeout Exception in thread Thread-321 (run): Traceback (most recent call last): File "/builddir/build/BUILDROOT/python-ZEO-6.0.0-1.fc39.riscv64/usr/lib64/python3.12/site-packages/ZEO/asyncio/client.py", line 701, in await_operational_co File "/builddir/build/BUILDROOT/python-ZEO-6.0.0-1.fc39.riscv64/usr/lib64/python3.12/site-packages/ZEO/asyncio/client.py", line 753, in load_before_co raise asyncio.TimeoutError TimeoutError During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/lib64/python3.12/threading.py", line 1052, in _bootstrap_inner return future.result() if wait else future raise asyncio.TimeoutError await await_with_timeout(self.connected, timeout, self.loop) File "_futures.pyx", line 252, in ZEO.asyncio._futures.CoroutineExecutor.step ^^^^^^^^^^^^^^^ TimeoutError self.run() File "/usr/lib64/python3.12/threading.py", line 989, in run File "_futures.pyx", line 182, in ZEO.asyncio._futures.ConcurrentFuture.result await self.await_operational_co(timeout) File "/builddir/build/BUILDROOT/python-ZEO-6.0.0-1.fc39.riscv64/usr/lib64/python3.12/site-packages/ZEO/asyncio/client.py", line 703, in await_operational_co During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/lib64/python3.12/threading.py", line 1052, in _bootstrap_inner File "/builddir/build/BUILDROOT/python-ZEO-6.0.0-1.fc39.riscv64/usr/lib64/python3.12/site-packages/ZEO/asyncio/client.py", line 1095, in await_with_timeout File "/builddir/build/BUILDROOT/python-ZEO-6.0.0-1.fc39.riscv64/usr/lib64/python3.12/site-packages/ZEO/asyncio/client.py", line 714, in call_sync_co raise ClientDisconnected("timed out waiting for connection") ZEO.Exceptions.ClientDisconnected: timed out waiting for connection raise asyncio.TimeoutError TimeoutError During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/lib64/python3.12/threading.py", line 1052, in _bootstrap_inner self.run() File "/usr/lib64/python3.12/threading.py", line 989, in run await self.await_operational_co(timeout) File "/builddir/build/BUILDROOT/python-ZEO-6.0.0-1.fc39.riscv64/usr/lib64/python3.12/site-packages/ZEO/asyncio/client.py", line 703, in await_operational_co self.run() File "/usr/lib64/python3.12/threading.py", line 989, in run File "_futures.pyx", line 192, in ZEO.asyncio._futures.ConcurrentFuture.result self._target(*self._args, **self._kwargs) File "", line 7, in run Exception in thread Thread-319 (run): Traceback (most recent call last): File "/builddir/build/BUILDROOT/python-ZEO-6.0.0-1.fc39.riscv64/usr/lib64/python3.12/site-packages/ZEO/asyncio/client.py", line 701, in await_operational_co await await_with_timeout(self.connected, timeout, self.loop) File "_futures.pyx", line 76, in ZEO.asyncio._futures.Future.result File "_futures.pyx", line 252, in ZEO.asyncio._futures.CoroutineExecutor.step File "/builddir/build/BUILDROOT/python-ZEO-6.0.0-1.fc39.riscv64/usr/lib64/python3.12/site-packages/ZEO/asyncio/client.py", line 1095, in await_with_timeout File "/usr/lib/python3.12/site-packages/ZODB/blob.py", line 163, in open result = self._p_jar._storage.openCommittedBlobFile( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/builddir/build/BUILDROOT/python-ZEO-6.0.0-1.fc39.riscv64/usr/lib64/python3.12/site-packages/ZEO/ClientStorage.py", line 797, in openCommittedBlobFile blob_filename = self.loadBlob(oid, serial) ^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/builddir/build/BUILDROOT/python-ZEO-6.0.0-1.fc39.riscv64/usr/lib64/python3.12/site-packages/ZEO/ClientStorage.py", line 786, in loadBlob self._target(*self._args, **self._kwargs) File "", line 12, in run File "/usr/lib/python3.12/site-packages/ZODB/blob.py", line 148, in open self._target(*self._args, **self._kwargs) self._call('sendBlob', oid, serial) raise asyncio.TimeoutError TimeoutError raise ClientDisconnected("timed out waiting for connection") ZEO.Exceptions.ClientDisconnected: timed out waiting for connection return self._p_jar._storage.openCommittedBlobFile( File "/builddir/build/BUILDROOT/python-ZEO-6.0.0-1.fc39.riscv64/usr/lib64/python3.12/site-packages/ZEO/asyncio/client.py", line 877, in call During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/lib64/python3.12/threading.py", line 1052, in _bootstrap_inner ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "", line 12, in run File "/usr/lib/python3.12/site-packages/ZODB/Connection.py", line 787, in setstate p, serial = self._storage.load(oid) ^^^^^^^^^^^^^^^^^^^^^^^ File "/builddir/build/BUILDROOT/python-ZEO-6.0.0-1.fc39.riscv64/usr/lib64/python3.12/site-packages/ZEO/ClientStorage.py", line 797, in openCommittedBlobFile File "/usr/lib/python3.12/site-packages/ZODB/mvccadapter.py", line 164, in load blob_filename = self.loadBlob(oid, serial) ^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/builddir/build/BUILDROOT/python-ZEO-6.0.0-1.fc39.riscv64/usr/lib64/python3.12/site-packages/ZEO/ClientStorage.py", line 786, in loadBlob return self.io_call( File "/builddir/build/BUILDROOT/python-ZEO-6.0.0-1.fc39.riscv64/usr/lib64/python3.12/site-packages/ZEO/asyncio/client.py", line 753, in load_before_co self._call('sendBlob', oid, serial) self.run() File "/usr/lib64/python3.12/threading.py", line 989, in run r = self._storage.loadBefore(oid, self._start) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/builddir/build/BUILDROOT/python-ZEO-6.0.0-1.fc39.riscv64/usr/lib64/python3.12/site-packages/ZEO/ClientStorage.py", line 611, in loadBefore ^^^^^^^^^^^^^ File "/builddir/build/BUILDROOT/python-ZEO-6.0.0-1.fc39.riscv64/usr/lib64/python3.12/site-packages/ZEO/asyncio/client.py", line 856, in io_call await self.await_operational_co(timeout) File "/builddir/build/BUILDROOT/python-ZEO-6.0.0-1.fc39.riscv64/usr/lib64/python3.12/site-packages/ZEO/asyncio/client.py", line 877, in call return self._server.load_before(oid, tid) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/builddir/build/BUILDROOT/python-ZEO-6.0.0-1.fc39.riscv64/usr/lib64/python3.12/site-packages/ZEO/asyncio/client.py", line 929, in load_before File "/builddir/build/BUILDROOT/python-ZEO-6.0.0-1.fc39.riscv64/usr/lib64/python3.12/site-packages/ZEO/asyncio/client.py", line 703, in await_operational_co return future.result() if wait else future ^^^^^^^^^^^^^^^ return self.io_call(self.load_before_co(oid, tid, self.timeout)) return self.io_call( ^^^^^^^^^^^^^ File "/builddir/build/BUILDROOT/python-ZEO-6.0.0-1.fc39.riscv64/usr/lib64/python3.12/site-packages/ZEO/asyncio/client.py", line 856, in io_call Exception in thread Thread-320 (run): Traceback (most recent call last): File "/builddir/build/BUILDROOT/python-ZEO-6.0.0-1.fc39.riscv64/usr/lib64/python3.12/site-packages/ZEO/asyncio/client.py", line 701, in await_operational_co self._target(*self._args, **self._kwargs) raise ClientDisconnected("timed out waiting for connection") File "", line 12, in run File "/usr/lib/python3.12/site-packages/ZODB/Connection.py", line 787, in setstate ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ZEO.Exceptions.ClientDisconnected: timed out waiting for connection File "/builddir/build/BUILDROOT/python-ZEO-6.0.0-1.fc39.riscv64/usr/lib64/python3.12/site-packages/ZEO/asyncio/client.py", line 856, in io_call File "_futures.pyx", line 182, in ZEO.asyncio._futures.ConcurrentFuture.result p, serial = self._storage.load(oid) ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.12/site-packages/ZODB/mvccadapter.py", line 164, in load await await_with_timeout(self.connected, timeout, self.loop) File "_futures.pyx", line 192, in ZEO.asyncio._futures.ConcurrentFuture.result File "/builddir/build/BUILDROOT/python-ZEO-6.0.0-1.fc39.riscv64/usr/lib64/python3.12/site-packages/ZEO/asyncio/client.py", line 1095, in await_with_timeout return future.result() if wait else future ^^^^^^^^^^^^^^^ File "_futures.pyx", line 182, in ZEO.asyncio._futures.ConcurrentFuture.result File "_futures.pyx", line 192, in ZEO.asyncio._futures.ConcurrentFuture.result return future.result() if wait else future ^^^^^^^^^^^^^^^ File "_futures.pyx", line 182, in ZEO.asyncio._futures.ConcurrentFuture.result r = self._storage.loadBefore(oid, self._start) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/builddir/build/BUILDROOT/python-ZEO-6.0.0-1.fc39.riscv64/usr/lib64/python3.12/site-packages/ZEO/ClientStorage.py", line 611, in loadBefore File "_futures.pyx", line 76, in ZEO.asyncio._futures.Future.result File "_futures.pyx", line 76, in ZEO.asyncio._futures.Future.result File "_futures.pyx", line 252, in ZEO.asyncio._futures.CoroutineExecutor.step raise asyncio.TimeoutError TimeoutError During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/lib64/python3.12/threading.py", line 1052, in _bootstrap_inner File "_futures.pyx", line 192, in ZEO.asyncio._futures.ConcurrentFuture.result File "/builddir/build/BUILDROOT/python-ZEO-6.0.0-1.fc39.riscv64/usr/lib64/python3.12/site-packages/ZEO/asyncio/client.py", line 714, in call_sync_co return self._server.load_before(oid, tid) self.run() File "_futures.pyx", line 76, in ZEO.asyncio._futures.Future.result File "/usr/lib64/python3.12/threading.py", line 989, in run ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/builddir/build/BUILDROOT/python-ZEO-6.0.0-1.fc39.riscv64/usr/lib64/python3.12/site-packages/ZEO/asyncio/client.py", line 929, in load_before return self.io_call(self.load_before_co(oid, tid, self.timeout)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/builddir/build/BUILDROOT/python-ZEO-6.0.0-1.fc39.riscv64/usr/lib64/python3.12/site-packages/ZEO/asyncio/client.py", line 856, in io_call self._target(*self._args, **self._kwargs) File "_futures.pyx", line 252, in ZEO.asyncio._futures.CoroutineExecutor.step await self.await_operational_co(timeout) File "", line 7, in run File "/usr/lib/python3.12/site-packages/ZODB/blob.py", line 163, in open result = self._p_jar._storage.openCommittedBlobFile( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/builddir/build/BUILDROOT/python-ZEO-6.0.0-1.fc39.riscv64/usr/lib64/python3.12/site-packages/ZEO/ClientStorage.py", line 797, in openCommittedBlobFile File "_futures.pyx", line 252, in ZEO.asyncio._futures.CoroutineExecutor.step File "/builddir/build/BUILDROOT/python-ZEO-6.0.0-1.fc39.riscv64/usr/lib64/python3.12/site-packages/ZEO/asyncio/client.py", line 753, in load_before_co File "/builddir/build/BUILDROOT/python-ZEO-6.0.0-1.fc39.riscv64/usr/lib64/python3.12/site-packages/ZEO/asyncio/client.py", line 714, in call_sync_co File "/builddir/build/BUILDROOT/python-ZEO-6.0.0-1.fc39.riscv64/usr/lib64/python3.12/site-packages/ZEO/asyncio/client.py", line 703, in await_operational_co return future.result() if wait else future await self.await_operational_co(timeout) File "/builddir/build/BUILDROOT/python-ZEO-6.0.0-1.fc39.riscv64/usr/lib64/python3.12/site-packages/ZEO/asyncio/client.py", line 703, in await_operational_co raise ClientDisconnected("timed out waiting for connection") ^^^^^^^^^^^^^^^ blob_filename = self.loadBlob(oid, serial) ZEO.Exceptions.ClientDisconnected: timed out waiting for connection raise ClientDisconnected("timed out waiting for connection") ZEO.Exceptions.ClientDisconnected: timed out waiting for connection await self.await_operational_co(timeout) File "/builddir/build/BUILDROOT/python-ZEO-6.0.0-1.fc39.riscv64/usr/lib64/python3.12/site-packages/ZEO/asyncio/client.py", line 703, in await_operational_co File "_futures.pyx", line 182, in ZEO.asyncio._futures.ConcurrentFuture.result ^^^^^^^^^^^^^^^^^^^^^^^^^^ File "_futures.pyx", line 192, in ZEO.asyncio._futures.ConcurrentFuture.result File "/builddir/build/BUILDROOT/python-ZEO-6.0.0-1.fc39.riscv64/usr/lib64/python3.12/site-packages/ZEO/ClientStorage.py", line 786, in loadBlob File "_futures.pyx", line 76, in ZEO.asyncio._futures.Future.result raise ClientDisconnected("timed out waiting for connection") ZEO.Exceptions.ClientDisconnected: timed out waiting for connection self._call('sendBlob', oid, serial) File "/builddir/build/BUILDROOT/python-ZEO-6.0.0-1.fc39.riscv64/usr/lib64/python3.12/site-packages/ZEO/asyncio/client.py", line 877, in call File "_futures.pyx", line 252, in ZEO.asyncio._futures.CoroutineExecutor.step return self.io_call( ^^^^^^^^^^^^^ File "/builddir/build/BUILDROOT/python-ZEO-6.0.0-1.fc39.riscv64/usr/lib64/python3.12/site-packages/ZEO/asyncio/client.py", line 856, in io_call return future.result() if wait else future ^^^^^^^^^^^^^^^ File "_futures.pyx", line 182, in ZEO.asyncio._futures.ConcurrentFuture.result File "/builddir/build/BUILDROOT/python-ZEO-6.0.0-1.fc39.riscv64/usr/lib64/python3.12/site-packages/ZEO/asyncio/client.py", line 753, in load_before_co await self.await_operational_co(timeout) File "/builddir/build/BUILDROOT/python-ZEO-6.0.0-1.fc39.riscv64/usr/lib64/python3.12/site-packages/ZEO/asyncio/client.py", line 703, in await_operational_co Exception in thread Thread-325 (run): Traceback (most recent call last): File "/builddir/build/BUILDROOT/python-ZEO-6.0.0-1.fc39.riscv64/usr/lib64/python3.12/site-packages/ZEO/asyncio/client.py", line 701, in await_operational_co raise ClientDisconnected("timed out waiting for connection") ZEO.Exceptions.ClientDisconnected: timed out waiting for connection await await_with_timeout(self.connected, timeout, self.loop) File "/builddir/build/BUILDROOT/python-ZEO-6.0.0-1.fc39.riscv64/usr/lib64/python3.12/site-packages/ZEO/asyncio/client.py", line 1095, in await_with_timeout File "_futures.pyx", line 192, in ZEO.asyncio._futures.ConcurrentFuture.result File "_futures.pyx", line 76, in ZEO.asyncio._futures.Future.result File "_futures.pyx", line 252, in ZEO.asyncio._futures.CoroutineExecutor.step File "/builddir/build/BUILDROOT/python-ZEO-6.0.0-1.fc39.riscv64/usr/lib64/python3.12/site-packages/ZEO/asyncio/client.py", line 714, in call_sync_co await self.await_operational_co(timeout) File "/builddir/build/BUILDROOT/python-ZEO-6.0.0-1.fc39.riscv64/usr/lib64/python3.12/site-packages/ZEO/asyncio/client.py", line 703, in await_operational_co raise asyncio.TimeoutError TimeoutError During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/lib64/python3.12/threading.py", line 1052, in _bootstrap_inner self.run() File "/usr/lib64/python3.12/threading.py", line 989, in run self._target(*self._args, **self._kwargs) File "", line 7, in run Exception in thread Thread-318 (run): Traceback (most recent call last): File "/builddir/build/BUILDROOT/python-ZEO-6.0.0-1.fc39.riscv64/usr/lib64/python3.12/site-packages/ZEO/asyncio/client.py", line 701, in await_operational_co File "/usr/lib/python3.12/site-packages/ZODB/blob.py", line 163, in open result = self._p_jar._storage.openCommittedBlobFile( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/builddir/build/BUILDROOT/python-ZEO-6.0.0-1.fc39.riscv64/usr/lib64/python3.12/site-packages/ZEO/ClientStorage.py", line 816, in openCommittedBlobFile self._call('sendBlob', oid, serial) File "/builddir/build/BUILDROOT/python-ZEO-6.0.0-1.fc39.riscv64/usr/lib64/python3.12/site-packages/ZEO/asyncio/client.py", line 877, in call return self.io_call( ^^^^^^^^^^^^^ File "/builddir/build/BUILDROOT/python-ZEO-6.0.0-1.fc39.riscv64/usr/lib64/python3.12/site-packages/ZEO/asyncio/client.py", line 856, in io_call raise ClientDisconnected("timed out waiting for connection") ZEO.Exceptions.ClientDisconnected: timed out waiting for connection return future.result() if wait else future ^^^^^^^^^^^^^^^ File "_futures.pyx", line 182, in ZEO.asyncio._futures.ConcurrentFuture.result File "_futures.pyx", line 192, in ZEO.asyncio._futures.ConcurrentFuture.result File "_futures.pyx", line 76, in ZEO.asyncio._futures.Future.result await await_with_timeout(self.connected, timeout, self.loop) File "/builddir/build/BUILDROOT/python-ZEO-6.0.0-1.fc39.riscv64/usr/lib64/python3.12/site-packages/ZEO/asyncio/client.py", line 1095, in await_with_timeout File "_futures.pyx", line 252, in ZEO.asyncio._futures.CoroutineExecutor.step File "/builddir/build/BUILDROOT/python-ZEO-6.0.0-1.fc39.riscv64/usr/lib64/python3.12/site-packages/ZEO/asyncio/client.py", line 714, in call_sync_co raise asyncio.TimeoutError TimeoutError During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/lib64/python3.12/threading.py", line 1052, in _bootstrap_inner self.run() File "/usr/lib64/python3.12/threading.py", line 989, in run await self.await_operational_co(timeout) File "/builddir/build/BUILDROOT/python-ZEO-6.0.0-1.fc39.riscv64/usr/lib64/python3.12/site-packages/ZEO/asyncio/client.py", line 703, in await_operational_co self._target(*self._args, **self._kwargs) File "", line 7, in run File "/usr/lib/python3.12/site-packages/ZODB/blob.py", line 163, in open raise ClientDisconnected("timed out waiting for connection") result = self._p_jar._storage.openCommittedBlobFile( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/builddir/build/BUILDROOT/python-ZEO-6.0.0-1.fc39.riscv64/usr/lib64/python3.12/site-packages/ZEO/ClientStorage.py", line 797, in openCommittedBlobFile ZEO.Exceptions.ClientDisconnected: timed out waiting for connection blob_filename = self.loadBlob(oid, serial) ^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/builddir/build/BUILDROOT/python-ZEO-6.0.0-1.fc39.riscv64/usr/lib64/python3.12/site-packages/ZEO/ClientStorage.py", line 786, in loadBlob self._call('sendBlob', oid, serial) File "/builddir/build/BUILDROOT/python-ZEO-6.0.0-1.fc39.riscv64/usr/lib64/python3.12/site-packages/ZEO/asyncio/client.py", line 877, in call return self.io_call( ^^^^^^^^^^^^^ File "/builddir/build/BUILDROOT/python-ZEO-6.0.0-1.fc39.riscv64/usr/lib64/python3.12/site-packages/ZEO/asyncio/client.py", line 856, in io_call return future.result() if wait else future ^^^^^^^^^^^^^^^ File "_futures.pyx", line 182, in ZEO.asyncio._futures.ConcurrentFuture.result File "_futures.pyx", line 192, in ZEO.asyncio._futures.ConcurrentFuture.result File "_futures.pyx", line 76, in ZEO.asyncio._futures.Future.result File "_futures.pyx", line 252, in ZEO.asyncio._futures.CoroutineExecutor.step File "/builddir/build/BUILDROOT/python-ZEO-6.0.0-1.fc39.riscv64/usr/lib64/python3.12/site-packages/ZEO/asyncio/client.py", line 714, in call_sync_co await self.await_operational_co(timeout) File "/builddir/build/BUILDROOT/python-ZEO-6.0.0-1.fc39.riscv64/usr/lib64/python3.12/site-packages/ZEO/asyncio/client.py", line 703, in await_operational_co raise ClientDisconnected("timed out waiting for connection") ZEO.Exceptions.ClientDisconnected: timed out waiting for connection Failure in test /builddir/build/BUILDROOT/python-ZEO-6.0.0-1.fc39.riscv64/usr/lib64/python3.12/site-packages/ZEO/tests/zeo_blob_cache.test Failed doctest test for zeo_blob_cache.test File "/builddir/build/BUILDROOT/python-ZEO-6.0.0-1.fc39.riscv64/usr/lib64/python3.12/site-packages/ZEO/tests/zeo_blob_cache.test", line 0 ---------------------------------------------------------------------- File "/builddir/build/BUILDROOT/python-ZEO-6.0.0-1.fc39.riscv64/usr/lib64/python3.12/site-packages/ZEO/tests/zeo_blob_cache.test", line 137, in zeo_blob_cache.test Failed example: for thread in threads: thread.join(99) if thread.is_alive(): print("Can't join thread.") Expected nothing Got: Can't join thread. Can't join thread. Can't join thread. Can't join thread. Can't join thread. Can't join thread. Can't join thread. Can't join thread. The following test left new threads behind: /builddir/build/BUILDROOT/python-ZEO-6.0.0-1.fc39.riscv64/usr/lib64/python3.12/site-packages/ZEO/tests/zeo_blob_cache.test New thread(s): [, , , , , , , , , ] ......../usr/lib64/python3.12/traceback.py:244: RuntimeWarning: coroutine 'ClientIO.call_sync_co' was never awaited tb.tb_frame.clear() RuntimeWarning: Enable tracemalloc to get the object allocation traceback .. Failure in test checkExceptionLogsAtError (ZEO.tests.testZEO.ZRPCConnectionTests.checkExceptionLogsAtError) Traceback (most recent call last): File "/usr/lib64/python3.12/unittest/case.py", line 58, in testPartExecutor yield File "/usr/lib64/python3.12/unittest/case.py", line 634, in run self._callTestMethod(testMethod) File "/usr/lib64/python3.12/unittest/case.py", line 589, in _callTestMethod if method() is not None: File "/builddir/build/BUILDROOT/python-ZEO-6.0.0-1.fc39.riscv64/usr/lib64/python3.12/site-packages/ZEO/tests/testZEO.py", line 660, in checkExceptionLogsAtError self.assertEqual(str(handler), '') File "/usr/lib64/python3.12/unittest/case.py", line 885, in assertEqual assertion_func(first, second, msg=msg) File "/usr/lib64/python3.12/unittest/case.py", line 1251, in assertMultiLineEqual self.fail(self._formatMessage(msg, standardMsg)) File "/usr/lib64/python3.12/unittest/case.py", line 715, in fail raise self.failureException(msg) AssertionError: "ZEO.asyncio.client INFO\n Connection to[662 chars]used" != '' Diff is 725 characters long. Set self.maxDiff to None to see it. Ran 15 tests with 3 failures, 0 errors, 0 skipped in 35 minutes 12.027 seconds. Running .testZeo-new_addr.test tests: Tear down .testZeo-misc2 in 0.522 seconds. Set up .testZeo-new_addr.test in 0.015 seconds. Running: . Ran 1 tests with 0 failures, 0 errors, 0 skipped in 46.383 seconds. Running .testZeo-zeo-fan-out.test tests: Tear down .testZeo-new_addr.test in 1.134 seconds. Set up .testZeo-zeo-fan-out.test in 0.037 seconds. Running: . Failure in test /builddir/build/BUILDROOT/python-ZEO-6.0.0-1.fc39.riscv64/usr/lib64/python3.12/site-packages/ZEO/tests/zeo-fan-out.test Failed doctest test for zeo-fan-out.test File "/builddir/build/BUILDROOT/python-ZEO-6.0.0-1.fc39.riscv64/usr/lib64/python3.12/site-packages/ZEO/tests/zeo-fan-out.test", line 0 ---------------------------------------------------------------------- File "/builddir/build/BUILDROOT/python-ZEO-6.0.0-1.fc39.riscv64/usr/lib64/python3.12/site-packages/ZEO/tests/zeo-fan-out.test", line 99, in zeo-fan-out.test Failed example: while time.time() - start_time < 999: t = tm2.begin() if r2[1].v + r2[2].v: print('oops', r2[1], r2[2]) if r2[1].v == 800: break # we caught up path = s2.fshelper.getBlobFilename(*blob_id) if os.path.exists(path): ZODB.blob.remove_committed(path) _ = s2.fshelper.createPathForOID(blob_id[0]) blob_lock = _lock_blob(path) try: future = s2._call('sendBlob', *blob_id, wait=False) future.result(2) # wait at most 2s for completion finally: blob_lock.close() else: print('Dang') Exception raised: Traceback (most recent call last): File "/usr/lib64/python3.12/doctest.py", line 1357, in __run exec(compile(example.source, filename, "single", File "", line 14, in future.result(2) # wait at most 2s for completion File "_futures.pyx", line 182, in ZEO.asyncio._futures.ConcurrentFuture.result File "_futures.pyx", line 191, in ZEO.asyncio._futures.ConcurrentFuture.result TimeoutError Ran 1 tests with 1 failures, 0 errors, 0 skipped in 10 minutes 27.715 seconds. Running .threaded_server_tests tests: Tear down .testZeo-zeo-fan-out.test in 0.005 seconds. Set up .threaded_server_tests in 0.014 seconds. Running: ...................Error: no values for 'authenticate'; 1 required (line 7 in file:///tmp/tmplobqkmn2/conf) For help, use /usr/bin/zope-testrunner -h . Ran 20 tests with 0 failures, 0 errors, 0 skipped in 4 minutes 0.561 seconds. Running .work_with_multiprocessing tests: Tear down .threaded_server_tests in 0.003 seconds. Set up .work_with_multiprocessing in 0.034 seconds. Running: . Ran 1 tests with 0 failures, 0 errors, 0 skipped in 39.209 seconds. Running ZODB.tests.util.ClientStorageNonSharedBlobsBlobTests tests: Tear down .work_with_multiprocessing in 0.004 seconds. Set up ZODB.tests.util.ClientStorageNonSharedBlobsBlobTests in 0.009 seconds. Running: .................... Ran 20 tests with 0 failures, 0 errors, 0 skipped in 10 minutes 48.999 seconds. Running ZODB.tests.util.ClientStorageSharedBlobsBlobTests tests: Tear down ZODB.tests.util.ClientStorageNonSharedBlobsBlobTests in 0.003 seconds. Set up ZODB.tests.util.ClientStorageSharedBlobsBlobTests in 0.003 seconds. Running: .................... Ran 20 tests with 0 failures, 0 errors, 0 skipped in 11 minutes 43.863 seconds. Tearing down left over layers: Tear down ZODB.tests.util.ClientStorageSharedBlobsBlobTests in 0.005 seconds. Tests with failures: check_race_external_invalidate_vs_disconnect (ZEO.tests.testZEO.BlobAdaptedFileStorageTests.check_race_external_invalidate_vs_disconnect) check_race_external_invalidate_vs_disconnect (ZEO.tests.testZEO.BlobWritableCacheTests.check_race_external_invalidate_vs_disconnect) check_race_external_invalidate_vs_disconnect (ZEO.tests.testZEO.FileStorageLoadDelayedTests.check_race_external_invalidate_vs_disconnect) check_race_external_invalidate_vs_disconnect (ZEO.tests.testZEO.FileStorageSSLTests.check_race_external_invalidate_vs_disconnect) check_race_external_invalidate_vs_disconnect (ZEO.tests.testZEO.MappingStorageTests.check_race_external_invalidate_vs_disconnect) runzeo_logrotate_on_sigusr2 (ZEO.tests.testZEO) test_prefetch (ZEO.tests.testZEO) /builddir/build/BUILDROOT/python-ZEO-6.0.0-1.fc39.riscv64/usr/lib64/python3.12/site-packages/ZEO/tests/drop_cache_rather_than_verify.txt /builddir/build/BUILDROOT/python-ZEO-6.0.0-1.fc39.riscv64/usr/lib64/python3.12/site-packages/ZEO/tests/zeo_blob_cache.test checkExceptionLogsAtError (ZEO.tests.testZEO.ZRPCConnectionTests.checkExceptionLogsAtError) /builddir/build/BUILDROOT/python-ZEO-6.0.0-1.fc39.riscv64/usr/lib64/python3.12/site-packages/ZEO/tests/zeo-fan-out.test Total: 672 tests, 11 failures, 0 errors, 0 skipped in 208 minutes 11.368 seconds. py312: exit 1 (12531.65 seconds) /builddir/build/BUILD/ZEO-6.0.0> zope-testrunner -f --test-path=src -a 1000 -vc pid=1451818 py312: FAIL code 1 (12869.56 seconds) evaluation failed :( (12875.40 seconds) error: Bad exit status from /var/tmp/rpm-tmp.c5qPSP (%check) RPM build errors: Bad exit status from /var/tmp/rpm-tmp.c5qPSP (%check) Child return code was: 1 EXCEPTION: [Error('Command failed: \n # bash --login -c /usr/bin/rpmbuild -ba --noprep --noclean --target riscv64 --nodeps /builddir/build/SPECS/python-ZEO.spec\n', 1)] Traceback (most recent call last): File "/usr/lib/python3.11/site-packages/mockbuild/trace_decorator.py", line 93, in trace result = func(*args, **kw) ^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.11/site-packages/mockbuild/util.py", line 597, in do_with_status raise exception.Error("Command failed: \n # %s\n%s" % (command, output), child.returncode) mockbuild.exception.Error: Command failed: # bash --login -c /usr/bin/rpmbuild -ba --noprep --noclean --target riscv64 --nodeps /builddir/build/SPECS/python-ZEO.spec