Mock Version: 3.5 Mock Version: 3.5 Mock Version: 3.5 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --noclean --target riscv64 --nodeps /builddir/build/SPECS/python-ZEO.spec'], chrootPath='/var/lib/mock/f38-build-side-42-init-devel-670243-26663/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=1674518400 Wrote: /builddir/build/SRPMS/python-ZEO-5.4.0-1.fc38.src.rpm Child return code was: 0 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --noclean --target riscv64 --nodeps /builddir/build/SPECS/python-ZEO.spec'], chrootPath='/var/lib/mock/f38-build-side-42-init-devel-670243-26663/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 -bb --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=1674518400 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.yRoFqE + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf ZEO-5.4.0 + /usr/lib/rpm/rpmuncompress -x /builddir/build/SOURCES/ZEO-5.4.0.tar.gz + STATUS=0 + '[' 0 -ne 0 ']' + cd ZEO-5.4.0 + /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 + sed -i 's/msgpack < 1/msgpack/' setup.py + sed -i 's/import mock/from unittest &/' src/ZEO/asyncio/tests.py src/ZEO/tests/testssl.py src/ZEO/tests/testZEO.py src/ZEO/tests/testZEOServer.py + sed -i '/'\''mock'\''/d' setup.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/hash.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(%build): /bin/sh -e /var/tmp/rpm-tmp.oRmY0b + 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 -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 -I/usr/lib64/gfortran/modules ' + export FFLAGS + FCFLAGS='-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 -I/usr/lib64/gfortran/modules ' + export FCFLAGS + VALAFLAGS=-g + export VALAFLAGS + 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-5.4.0 + cd src/ZEO/asyncio + cythonize -i _futures.pyx _smp.pyx Compiling /builddir/build/BUILD/ZEO-5.4.0/src/ZEO/asyncio/_futures.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/ZEO-5.4.0/src/ZEO/asyncio/_futures.pyx running build_ext building 'ZEO.asyncio._futures' extension creating /builddir/build/BUILD/ZEO-5.4.0/src/tmp75lb0l1z/builddir creating /builddir/build/BUILD/ZEO-5.4.0/src/tmp75lb0l1z/builddir/build creating /builddir/build/BUILD/ZEO-5.4.0/src/tmp75lb0l1z/builddir/build/BUILD creating /builddir/build/BUILD/ZEO-5.4.0/src/tmp75lb0l1z/builddir/build/BUILD/ZEO-5.4.0 creating /builddir/build/BUILD/ZEO-5.4.0/src/tmp75lb0l1z/builddir/build/BUILD/ZEO-5.4.0/src creating /builddir/build/BUILD/ZEO-5.4.0/src/tmp75lb0l1z/builddir/build/BUILD/ZEO-5.4.0/src/ZEO creating /builddir/build/BUILD/ZEO-5.4.0/src/tmp75lb0l1z/builddir/build/BUILD/ZEO-5.4.0/src/ZEO/asyncio gcc -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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 -fPIC -I/usr/include/python3.11 -c /builddir/build/BUILD/ZEO-5.4.0/src/ZEO/asyncio/_futures.c -o /builddir/build/BUILD/ZEO-5.4.0/src/tmp75lb0l1z/builddir/build/BUILD/ZEO-5.4.0/src/ZEO/asyncio/_futures.o creating build creating build/lib.linux-riscv64-cpython-311 creating build/lib.linux-riscv64-cpython-311/ZEO creating build/lib.linux-riscv64-cpython-311/ZEO/asyncio gcc -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -Wl,--build-id=sha1 -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -Wl,--build-id=sha1 -g -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 -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 /builddir/build/BUILD/ZEO-5.4.0/src/tmp75lb0l1z/builddir/build/BUILD/ZEO-5.4.0/src/ZEO/asyncio/_futures.o -L/usr/lib64 -o build/lib.linux-riscv64-cpython-311/ZEO/asyncio/_futures.cpython-311-riscv64-linux-gnu.so copying build/lib.linux-riscv64-cpython-311/ZEO/asyncio/_futures.cpython-311-riscv64-linux-gnu.so -> ZEO/asyncio Compiling /builddir/build/BUILD/ZEO-5.4.0/src/ZEO/asyncio/_smp.pyx because it changed. [1/1] Cythonizing /builddir/build/BUILD/ZEO-5.4.0/src/ZEO/asyncio/_smp.pyx running build_ext building 'ZEO.asyncio._smp' extension creating /builddir/build/BUILD/ZEO-5.4.0/src/tmpq8ugyl6m/builddir creating /builddir/build/BUILD/ZEO-5.4.0/src/tmpq8ugyl6m/builddir/build creating /builddir/build/BUILD/ZEO-5.4.0/src/tmpq8ugyl6m/builddir/build/BUILD creating /builddir/build/BUILD/ZEO-5.4.0/src/tmpq8ugyl6m/builddir/build/BUILD/ZEO-5.4.0 creating /builddir/build/BUILD/ZEO-5.4.0/src/tmpq8ugyl6m/builddir/build/BUILD/ZEO-5.4.0/src creating /builddir/build/BUILD/ZEO-5.4.0/src/tmpq8ugyl6m/builddir/build/BUILD/ZEO-5.4.0/src/ZEO creating /builddir/build/BUILD/ZEO-5.4.0/src/tmpq8ugyl6m/builddir/build/BUILD/ZEO-5.4.0/src/ZEO/asyncio gcc -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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 -fPIC -I/usr/include/python3.11 -c /builddir/build/BUILD/ZEO-5.4.0/src/ZEO/asyncio/_smp.c -o /builddir/build/BUILD/ZEO-5.4.0/src/tmpq8ugyl6m/builddir/build/BUILD/ZEO-5.4.0/src/ZEO/asyncio/_smp.o gcc -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -Wl,--build-id=sha1 -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -Wl,--build-id=sha1 -g -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 -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 /builddir/build/BUILD/ZEO-5.4.0/src/tmpq8ugyl6m/builddir/build/BUILD/ZEO-5.4.0/src/ZEO/asyncio/_smp.o -L/usr/lib64 -o build/lib.linux-riscv64-cpython-311/ZEO/asyncio/_smp.cpython-311-riscv64-linux-gnu.so copying build/lib.linux-riscv64-cpython-311/ZEO/asyncio/_smp.cpython-311-riscv64-linux-gnu.so -> ZEO/asyncio + cd - /builddir/build/BUILD/ZEO-5.4.0 + mkdir -p /builddir/build/BUILD/ZEO-5.4.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-5.4.0/.pyproject-builddir + /usr/bin/python3 -Bs /usr/lib/rpm/redhat/pyproject_wheel.py /builddir/build/BUILD/ZEO-5.4.0/pyproject-wheeldir Processing /builddir/build/BUILD/ZEO-5.4.0 Preparing metadata (pyproject.toml): started Running command Preparing metadata (pyproject.toml) running dist_info creating /builddir/build/BUILD/ZEO-5.4.0/.pyproject-builddir/pip-modern-metadata-q244p4hs/ZEO.egg-info writing /builddir/build/BUILD/ZEO-5.4.0/.pyproject-builddir/pip-modern-metadata-q244p4hs/ZEO.egg-info/PKG-INFO writing dependency_links to /builddir/build/BUILD/ZEO-5.4.0/.pyproject-builddir/pip-modern-metadata-q244p4hs/ZEO.egg-info/dependency_links.txt writing entry points to /builddir/build/BUILD/ZEO-5.4.0/.pyproject-builddir/pip-modern-metadata-q244p4hs/ZEO.egg-info/entry_points.txt writing requirements to /builddir/build/BUILD/ZEO-5.4.0/.pyproject-builddir/pip-modern-metadata-q244p4hs/ZEO.egg-info/requires.txt writing top-level names to /builddir/build/BUILD/ZEO-5.4.0/.pyproject-builddir/pip-modern-metadata-q244p4hs/ZEO.egg-info/top_level.txt writing manifest file '/builddir/build/BUILD/ZEO-5.4.0/.pyproject-builddir/pip-modern-metadata-q244p4hs/ZEO.egg-info/SOURCES.txt' reading manifest file '/builddir/build/BUILD/ZEO-5.4.0/.pyproject-builddir/pip-modern-metadata-q244p4hs/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-5.4.0/.pyproject-builddir/pip-modern-metadata-q244p4hs/ZEO.egg-info/SOURCES.txt' creating '/builddir/build/BUILD/ZEO-5.4.0/.pyproject-builddir/pip-modern-metadata-q244p4hs/ZEO-5.4.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/hash.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/hash.py -> 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-5.4.0-py3.11.egg-info running install_scripts creating build/bdist.linux-riscv64/wheel/ZEO-5.4.0.dist-info/WHEEL creating '/builddir/build/BUILD/ZEO-5.4.0/.pyproject-builddir/pip-wheel-j6joum_4/tmpfxye7uvl/ZEO-5.4.0-py2.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/hash.py' 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-5.4.0.dist-info/COPYING' adding 'ZEO-5.4.0.dist-info/LICENSE.txt' adding 'ZEO-5.4.0.dist-info/METADATA' adding 'ZEO-5.4.0.dist-info/WHEEL' adding 'ZEO-5.4.0.dist-info/entry_points.txt' adding 'ZEO-5.4.0.dist-info/top_level.txt' adding 'ZEO-5.4.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-5.4.0-py2.py3-none-any.whl size=251739 sha256=bf74e6195c580181f0214598b85378d7586870547a24c16724009c2e30264cbe Stored in directory: /builddir/.cache/pip/wheels/55/1a/c5/ae84cc0bf55ab029ef2e3f7de2d371b48a14e1797f8be5dd72 Successfully built ZEO + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.8E2EXj + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64 ++ dirname /builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.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 -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 -I/usr/lib64/gfortran/modules ' + export FFLAGS + FCFLAGS='-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 -I/usr/lib64/gfortran/modules ' + export FCFLAGS + VALAFLAGS=-g + export VALAFLAGS + 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-5.4.0 ++ xargs basename --multiple ++ ls /builddir/build/BUILD/ZEO-5.4.0/pyproject-wheeldir/ZEO-5.4.0-py2.py3-none-any.whl ++ sed -E 's/([^-]+)-([^-]+)-.+\.whl/\1==\2/' + specifier=ZEO==5.4.0 + TMPDIR=/builddir/build/BUILD/ZEO-5.4.0/.pyproject-builddir + /usr/bin/python3 -m pip install --root /builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.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-5.4.0/pyproject-wheeldir ZEO==5.4.0 Using pip 22.3.1 from /usr/lib/python3.11/site-packages/pip (python 3.11) Looking in links: /builddir/build/BUILD/ZEO-5.4.0/pyproject-wheeldir Processing ./pyproject-wheeldir/ZEO-5.4.0-py2.py3-none-any.whl Installing collected packages: ZEO Creating /builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/bin changing mode of /builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/bin/runzeo to 755 changing mode of /builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/bin/zeo-nagios to 755 changing mode of /builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/bin/zeoctl to 755 changing mode of /builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/bin/zeopack to 755 Successfully installed ZEO-5.4.0 + '[' -d /builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.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-5.4.0-1.fc38.riscv64/usr/bin/runzeo /builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/bin/zeo-nagios /builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/bin/zeoctl /builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/bin/zeopack /builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/bin/runzeo: updating /builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/bin/zeo-nagios: updating /builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/bin/zeoctl: updating /builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/bin/zeopack: updating + rm -rfv /builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/bin/__pycache__ + rm -f /builddir/build/BUILD/python-ZEO-5.4.0-1.fc38.riscv64-pyproject-ghost-distinfo + site_dirs=() + '[' -d /builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib/python3.11/site-packages ']' + site_dirs+=("/usr/lib/python3.11/site-packages") + '[' /builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages '!=' /builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib/python3.11/site-packages ']' + '[' -d /builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages ']' + for site_dir in ${site_dirs[@]} + for distinfo in /builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64$site_dir/*.dist-info + echo '%ghost /usr/lib/python3.11/site-packages/ZEO-5.4.0.dist-info' + sed -i s/pip/rpm/ /builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib/python3.11/site-packages/ZEO-5.4.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-5.4.0-1.fc38.riscv64 --record /builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib/python3.11/site-packages/ZEO-5.4.0.dist-info/RECORD --output /builddir/build/BUILD/python-ZEO-5.4.0-1.fc38.riscv64-pyproject-record + rm -fv /builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib/python3.11/site-packages/ZEO-5.4.0.dist-info/RECORD removed '/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib/python3.11/site-packages/ZEO-5.4.0.dist-info/RECORD' + rm -fv /builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib/python3.11/site-packages/ZEO-5.4.0.dist-info/REQUESTED removed '/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib/python3.11/site-packages/ZEO-5.4.0.dist-info/REQUESTED' ++ wc -l /builddir/build/BUILD/python-ZEO-5.4.0-1.fc38.riscv64-pyproject-ghost-distinfo ++ cut -f1 '-d ' + lines=1 + '[' 1 -ne 1 ']' + /usr/bin/python3 /usr/lib/rpm/redhat/pyproject_save_files.py --output-files /builddir/build/BUILD/python-ZEO-5.4.0-1.fc38.riscv64-pyproject-files --output-modules /builddir/build/BUILD/python-ZEO-5.4.0-1.fc38.riscv64-pyproject-modules --buildroot /builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64 --sitelib /usr/lib/python3.11/site-packages --sitearch /usr/lib64/python3.11/site-packages --python-version 3.11 --pyproject-record /builddir/build/BUILD/python-ZEO-5.4.0-1.fc38.riscv64-pyproject-record --prefix /usr ZEO + '[' /usr/lib64/python3.11/site-packages '!=' /usr/lib/python3.11/site-packages ']' + mkdir -p /builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages + mv /builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib/python3.11/site-packages/ZEO /builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib/python3.11/site-packages/ZEO-5.4.0.dist-info /builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages + rm -fr /builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib + sed -i s,/usr/lib/python3.11/site-packages,/usr/lib64/python3.11/site-packages,g ../python-ZEO-5.4.0-1.fc38.riscv64-pyproject-files ../python-ZEO-5.4.0-1.fc38.riscv64-pyproject-ghost-distinfo ../python-ZEO-5.4.0-1.fc38.riscv64-pyproject-modules ../python-ZEO-5.4.0-1.fc38.riscv64-pyproject-record + cp -p src/ZEO/asyncio/_futures.cpython-311-riscv64-linux-gnu.so src/ZEO/asyncio/_smp.cpython-311-riscv64-linux-gnu.so /builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio + export PYTHONPATH=/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages + PYTHONPATH=/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages + sphinx-build -b html -d docs/_build/doctrees docs docs/_build/html Running Sphinx v5.3.0 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 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-5.4.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 5.4.0-1.fc38 --unique-debug-suffix -5.4.0-1.fc38.riscv64 --unique-debug-src-base python-ZEO-5.4.0-1.fc38.riscv64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /builddir/build/BUILD/ZEO-5.4.0 extracting debug info from /builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/_futures.cpython-311-riscv64-linux-gnu.so extracting debug info from /builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/_smp.cpython-311-riscv64-linux-gnu.so original debug info size: 3976kB, size after compression: 3944kB /usr/bin/sepdebugcrcfix: Updated 2 CRC32s, 0 CRC32s did match. 2482 blocks + /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-5.4.0-1.fc38.riscv64/usr/lib64/python3.11 using python3.11 Bytecompiling .py files below /builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib/debug/usr/lib64/python3.11 using python3.11 + /usr/lib/rpm/redhat/brp-python-hardlink Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.oXCLZU + 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 -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 -I/usr/lib64/gfortran/modules ' + export FFLAGS + FCFLAGS='-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 -I/usr/lib64/gfortran/modules ' + export FCFLAGS + VALAFLAGS=-g + export VALAFLAGS + 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-5.4.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-5.4.0-1.fc38.riscv64/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/sbin + PYTHONPATH=/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages:/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib/python3.11/site-packages + PYTHONDONTWRITEBYTECODE=1 + PYTEST_ADDOPTS=' --ignore=/builddir/build/BUILD/ZEO-5.4.0/.pyproject-builddir' + PYTEST_XDIST_AUTO_NUM_WORKERS=8 + HOSTNAME=rpmbuild + /usr/bin/python3 -m tox --current-env -q --recreate -e py311 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 2 minutes 5.786 seconds. Tearing down left over layers: Tear down zope.testrunner.layer.UnitTests in 0.000 seconds. Running tests at level 1000 Running .!no tests here! tests: Set up .!no tests here! in 0.006 seconds. Running: . Ran 1 tests with 0 failures, 0 errors, 0 skipped in 0.004 seconds. Running .BlobAdaptedFileStorageTests tests: Tear down .!no tests here! in 0.003 seconds. Set up .BlobAdaptedFileStorageTests in 0.003 seconds. Running: ............................................................................................................Exception in thread T21: Traceback (most recent call last): File "/usr/lib64/python3.11/threading.py", line 1038, in _bootstrap_inner self.run() File "/usr/lib64/python3.11/threading.py", line 975, in run Exception in thread T54: Traceback (most recent call last): self._target(*self._args, **self._kwargs) File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 438, in T File "/usr/lib64/python3.11/threading.py", line 1038, in _bootstrap_inner self.run() File "/usr/lib64/python3.11/threading.py", line 975, in run Exception in thread T29: Traceback (most recent call last): File "/usr/lib64/python3.11/threading.py", line 1038, in _bootstrap_inner t_() Exception in thread T4: Traceback (most recent call last): File "/usr/lib64/python3.11/threading.py", line 1038, in _bootstrap_inner File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 424, in t_ self._target(*self._args, **self._kwargs) Exception in thread T44: File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 438, in T Exception in thread T33: Exception in thread self.run() Traceback (most recent call last): db = self.dbopen() File "/usr/lib64/python3.11/threading.py", line 975, in run self.run() Traceback (most recent call last): File "/usr/lib64/python3.11/threading.py", line 1038, in _bootstrap_inner Exception in thread T46: Traceback (most recent call last): t_() ^^^^^^^^^^^^^ Exception in thread T9: Exception in thread T35: File "/usr/lib64/python3.11/threading.py", line 1038, in _bootstrap_inner Traceback (most recent call last): File "/usr/lib64/python3.11/threading.py", line 1038, in _bootstrap_inner Exception in thread T36: File "/usr/lib64/python3.11/threading.py", line 975, in run T26: Traceback (most recent call last): File "/usr/lib64/python3.11/threading.py", line 1038, in _bootstrap_inner Traceback (most recent call last): File "/usr/lib64/python3.11/asyncio/tasks.py", line 490, in wait_for File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 429, in t_ Exception in thread T38: Exception in thread T49: Traceback (most recent call last): File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 249, in dbopen self._target(*self._args, **self._kwargs) self._target(*self._args, **self._kwargs) Traceback (most recent call last): File "_futures.pyx", line 272, in ZEO.asyncio._futures.CoroutineExecutor.step File "/usr/lib64/python3.11/threading.py", line 1038, in _bootstrap_inner work1(db) File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 399, in work1 File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 438, in T return fut.result() Exception in thread T51: Traceback (most recent call last): File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 438, in T Traceback (most recent call last): ^^^^^^^^^^^^ self.run() File "/usr/lib64/python3.11/threading.py", line 1038, in _bootstrap_inner self.run() File "/usr/lib64/python3.11/threading.py", line 1038, in _bootstrap_inner File "/usr/lib64/python3.11/asyncio/tasks.py", line 490, in wait_for asyncio.exceptions.CancelledError Exception in thread T47: self.run() File "/usr/lib64/python3.11/threading.py", line 975, in run File "/usr/lib64/python3.11/threading.py", line 975, in run return DB(zstor) File "/usr/lib64/python3.11/threading.py", line 975, in run File "/usr/lib64/python3.11/asyncio/tasks.py", line 479, in wait_for t_() ^^^^^^^^^ File "/usr/lib/python3.11/site-packages/ZODB/DB.py", line 474, in __init__ Traceback (most recent call last): return fut.result() self.run() self.run() self.run() t_() return fut.result() ^^^^^^^^^^^^ asyncio.exceptions.CancelledError The above exception was the direct cause of the following exception: File "/usr/lib64/python3.11/asyncio/tasks.py", line 490, in wait_for spec.assertStateOK(root) File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 429, in t_ File "/usr/lib64/python3.11/threading.py", line 975, in run conn.get(z64) self._target(*self._args, **self._kwargs) self._target(*self._args, **self._kwargs) File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 429, in t_ File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 131, in assertStateOK self.run() File "/usr/lib64/python3.11/threading.py", line 975, in run Traceback (most recent call last): ^^^^^^^^^^^^ work1(db) File "/usr/lib/python3.11/site-packages/ZODB/Connection.py", line 249, in get self._target(*self._args, **self._kwargs) p = root['phase'].value File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 438, in T self._target(*self._args, **self._kwargs) asyncio.exceptions.CancelledError File "/usr/lib64/python3.11/threading.py", line 975, in run return fut.result() ^^^^^^^^^^^^ asyncio.exceptions.CancelledError The above exception was the direct cause of the following exception: During handling of the above exception, another exception occurred: File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 438, in T File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 438, in T work1(db) t_() File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 429, in t_ File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 703, in await_operational_co p, _ = self._storage.load(oid) File "/usr/lib64/python3.11/threading.py", line 975, in run self._target(*self._args, **self._kwargs) File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 438, in T File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 438, in T t_() ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.11/site-packages/ZODB/mvccadapter.py", line 164, in load Traceback (most recent call last): File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 399, in work1 Traceback (most recent call last): File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 703, in await_operational_co yield asyncio.wait_for(asyncio.shield(self.connected), timeout) t_() File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 703, in await_operational_co ^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.11/site-packages/ZODB/Connection.py", line 788, in setstate self._target(*self._args, **self._kwargs) The above exception was the direct cause of the following exception: File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 438, in T File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 399, in work1 t_() File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 429, in t_ t_() File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 429, in t_ File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 429, in t_ r = self._storage.loadBefore(oid, self._start) work1(db) File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 399, in work1 spec.assertStateOK(root) File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 429, in t_ spec.assertStateOK(root) p, serial = self._storage.load(oid) ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.11/site-packages/ZODB/mvccadapter.py", line 164, in load work1(db) File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 399, in work1 File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 131, in assertStateOK Traceback (most recent call last): File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 703, in await_operational_co work1(db) work1(db) t_() File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 129, in assertStateOK spec.assertStateOK(root) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/ClientStorage.py", line 616, in loadBefore File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 399, in work1 File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 429, in t_ work1(db) File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 131, in assertStateOK p = root['phase'].value File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 399, in work1 yield asyncio.wait_for(asyncio.shield(self.connected), timeout) r = self._storage.loadBefore(oid, self._start) i1 = root['obj1'].value self._target(*self._args, **self._kwargs) spec.assertStateOK(root) p = root['phase'].value File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 130, in assertStateOK File "_futures.pyx", line 260, in ZEO.asyncio._futures.CoroutineExecutor.step return self._server.load_before(oid, tid) spec.assertStateOK(root) File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 399, in work1 work1(db) ^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 399, in work1 yield asyncio.wait_for(asyncio.shield(self.connected), timeout) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "_futures.pyx", line 260, in ZEO.asyncio._futures.CoroutineExecutor.step ^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.11/site-packages/ZODB/Connection.py", line 788, in setstate File "_futures.pyx", line 260, in ZEO.asyncio._futures.CoroutineExecutor.step yield asyncio.wait_for(asyncio.shield(self.connected), timeout) i2 = root['obj2'].value File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 438, in T File "/usr/lib/python3.11/site-packages/ZODB/Connection.py", line 788, in setstate spec.assertStateOK(root) File "_futures.pyx", line 260, in ZEO.asyncio._futures.CoroutineExecutor.step ^^^^^^^^^^^^^^^^^^ File "_futures.pyx", line 66, in ZEO.asyncio._futures.Future.result ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "_futures.pyx", line 66, in ZEO.asyncio._futures.Future.result File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 131, in assertStateOK Exception in thread T57: File "_futures.pyx", line 66, in ZEO.asyncio._futures.Future.result ^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.11/site-packages/ZODB/Connection.py", line 788, in setstate File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 131, in assertStateOK File "/usr/lib/python3.11/site-packages/ZODB/Connection.py", line 788, in setstate File "_futures.pyx", line 66, in ZEO.asyncio._futures.Future.result t_() File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/ClientStorage.py", line 616, in loadBefore p, serial = self._storage.load(oid) spec.assertStateOK(root) File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 429, in t_ spec.assertStateOK(root) File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 131, in assertStateOK File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result p = root['phase'].value File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 130, in assertStateOK File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 940, in load_before p, serial = self._storage.load(oid) ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.11/site-packages/ZODB/mvccadapter.py", line 164, in load File "_futures.pyx", line 272, in ZEO.asyncio._futures.CoroutineExecutor.step Traceback (most recent call last): p = root['phase'].value p, serial = self._storage.load(oid) ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.11/site-packages/ZODB/mvccadapter.py", line 164, in load i2 = root['obj2'].value ^^^^^^^^^^^^^^^^^^^ work1(db) return self._server.load_before(oid, tid) ^^^^^^^^^^^^^^^^^^^ File "_futures.pyx", line 272, in ZEO.asyncio._futures.CoroutineExecutor.step p = root['phase'].value ^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.11/site-packages/ZODB/Connection.py", line 788, in setstate File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 399, in work1 r = self._storage.loadBefore(oid, self._start) ^^^^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/ClientStorage.py", line 616, in loadBefore File "_futures.pyx", line 272, in ZEO.asyncio._futures.CoroutineExecutor.step ^^^^^^^^^^^^^^^^^^ r = self._storage.loadBefore(oid, self._start) File "/usr/lib64/python3.11/asyncio/tasks.py", line 492, in wait_for File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result spec.assertStateOK(root) p, serial = self._storage.load(oid) File "/usr/lib/python3.11/site-packages/ZODB/Connection.py", line 788, in setstate File "/usr/lib/python3.11/site-packages/ZODB/Connection.py", line 788, in setstate ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib64/python3.11/asyncio/tasks.py", line 492, in wait_for File "/usr/lib64/python3.11/asyncio/tasks.py", line 492, in wait_for File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 131, in assertStateOK return self._server.load_before(oid, tid) File "/usr/lib64/python3.11/asyncio/tasks.py", line 490, in wait_for asyncio.exceptions.CancelledError During handling of the above exception, another exception occurred: File "/usr/lib/python3.11/site-packages/ZODB/Connection.py", line 788, in setstate return self.io_call(self.load_before_co(oid, tid, self.timeout)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ raise exceptions.TimeoutError() from exc p, serial = self._storage.load(oid) File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/ClientStorage.py", line 616, in loadBefore ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.11/site-packages/ZODB/mvccadapter.py", line 164, in load return fut.result() p, serial = self._storage.load(oid) p, serial = self._storage.load(oid) File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 867, in io_call ^^^^^^^^^^^^^^^^^^^^^^^ raise exceptions.TimeoutError() from exc TimeoutError Traceback (most recent call last): File "/usr/lib64/python3.11/threading.py", line 1038, in _bootstrap_inner ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ raise exceptions.TimeoutError() from exc r = self._storage.loadBefore(oid, self._start) Exception in thread T24: Traceback (most recent call last): File "/usr/lib64/python3.11/asyncio/tasks.py", line 490, in wait_for ^^^^^^^^^^^^^^^^^^^^^^^ File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 940, in load_before ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ TimeoutError During handling of the above exception, another exception occurred: return self._server.load_before(oid, tid) ^^^^^^^^^^^^ asyncio.exceptions.CancelledError The above exception was the direct cause of the following exception: Traceback (most recent call last): Traceback (most recent call last): p, serial = self._storage.load(oid) ^^^^^^^^^^^^^^^^^^^^^^^ p = root['phase'].value During handling of the above exception, another exception occurred: Traceback (most recent call last): TimeoutError return self.io_call(self.load_before_co(oid, tid, self.timeout)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 703, in await_operational_co ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib64/python3.11/threading.py", line 1038, in _bootstrap_inner File "/usr/lib64/python3.11/threading.py", line 1038, in _bootstrap_inner ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/ClientStorage.py", line 616, in loadBefore File "/usr/lib/python3.11/site-packages/ZODB/mvccadapter.py", line 164, in load File "/usr/lib/python3.11/site-packages/ZODB/mvccadapter.py", line 164, in load ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.11/site-packages/ZODB/mvccadapter.py", line 164, in load File "/usr/lib/python3.11/site-packages/ZODB/mvccadapter.py", line 164, in load self.run() return fut.result() r = self._storage.loadBefore(oid, self._start) File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 940, in load_before During handling of the above exception, another exception occurred: ^^^^^^^^^^^^^^^^^^^ Traceback (most recent call last): File "/usr/lib64/python3.11/threading.py", line 1038, in _bootstrap_inner yield asyncio.wait_for(asyncio.shield(self.connected), timeout) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/ClientStorage.py", line 616, in loadBefore File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 940, in load_before return self._server.load_before(oid, tid) File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 867, in io_call return future.result() if wait else future r = self._storage.loadBefore(oid, self._start) ^^^^^^^^^^^^^^^ r = self._storage.loadBefore(oid, self._start) r = self._storage.loadBefore(oid, self._start) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/ClientStorage.py", line 616, in loadBefore ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 940, in load_before File "_futures.pyx", line 260, in ZEO.asyncio._futures.CoroutineExecutor.step ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.11/site-packages/ZODB/mvccadapter.py", line 164, in load File "/usr/lib/python3.11/site-packages/ZODB/Connection.py", line 788, in setstate ^^^^^^^^^^^^ asyncio.exceptions.CancelledError File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/ClientStorage.py", line 616, in loadBefore File "/usr/lib64/python3.11/threading.py", line 975, in run File "_futures.pyx", line 202, in ZEO.asyncio._futures.ConcurrentFuture.result return self._server.load_before(oid, tid) return self.io_call(self.load_before_co(oid, tid, self.timeout)) return self.io_call(self.load_before_co(oid, tid, self.timeout)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 867, in io_call ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 940, in load_before p, serial = self._storage.load(oid) The above exception was the direct cause of the following exception: File "_futures.pyx", line 212, in ZEO.asyncio._futures.ConcurrentFuture.result ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 867, in io_call self.run() ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.11/site-packages/ZODB/mvccadapter.py", line 164, in load Traceback (most recent call last): return future.result() if wait else future r = self._storage.loadBefore(oid, self._start) ^^^^^^^^^^^^^^^ File "_futures.pyx", line 202, in ZEO.asyncio._futures.ConcurrentFuture.result ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/ClientStorage.py", line 616, in loadBefore self.run() self._target(*self._args, **self._kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ return self.io_call(self.load_before_co(oid, tid, self.timeout)) self.run() return self._server.load_before(oid, tid) File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 703, in await_operational_co r = self._storage.loadBefore(oid, self._start) File "_futures.pyx", line 66, in ZEO.asyncio._futures.Future.result File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 438, in T File "/usr/lib64/python3.11/threading.py", line 975, in run return future.result() if wait else future ^^^^^^^^^^^^^^^ File "_futures.pyx", line 202, in ZEO.asyncio._futures.ConcurrentFuture.result return self._server.load_before(oid, tid) File "_futures.pyx", line 212, in ZEO.asyncio._futures.ConcurrentFuture.result return future.result() if wait else future ^^^^^^^^^^^^^^^ File "_futures.pyx", line 202, in ZEO.asyncio._futures.ConcurrentFuture.result File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result return self._server.load_before(oid, tid) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 940, in load_before ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/ClientStorage.py", line 616, in loadBefore File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/ClientStorage.py", line 616, in loadBefore File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result File "/usr/lib64/python3.11/threading.py", line 975, in run ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 940, in load_before self._target(*self._args, **self._kwargs) File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 438, in T File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "_futures.pyx", line 212, in ZEO.asyncio._futures.ConcurrentFuture.result return self.io_call(self.load_before_co(oid, tid, self.timeout)) yield asyncio.wait_for(asyncio.shield(self.connected), timeout) t_() File "_futures.pyx", line 272, in ZEO.asyncio._futures.CoroutineExecutor.step File "_futures.pyx", line 212, in ZEO.asyncio._futures.ConcurrentFuture.result Exception in thread File "_futures.pyx", line 274, in ZEO.asyncio._futures.CoroutineExecutor.step File "/usr/lib64/python3.11/asyncio/tasks.py", line 492, in wait_for ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 424, in t_ File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 867, in io_call File "/usr/lib64/python3.11/threading.py", line 975, in run return self.io_call(self.load_before_co(oid, tid, self.timeout)) File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result File "_futures.pyx", line 260, in ZEO.asyncio._futures.CoroutineExecutor.step self._target(*self._args, **self._kwargs) File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 940, in load_before return self.io_call(self.load_before_co(oid, tid, self.timeout)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ db = self.dbopen() return future.result() if wait else future File "_futures.pyx", line 274, in ZEO.asyncio._futures.CoroutineExecutor.step return self._server.load_before(oid, tid) T16: raise exceptions.TimeoutError() from exc self._target(*self._args, **self._kwargs) File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 763, in load_before_co File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 867, in io_call return self._server.load_before(oid, tid) ^^^^^^^^^^^^^ File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 242, in dbopen ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 940, in load_before File "_futures.pyx", line 274, in ZEO.asyncio._futures.CoroutineExecutor.step ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 867, in io_call File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result ^^^^^^^^^^^^^^^ File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 438, in T Traceback (most recent call last): File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 438, in T File "_futures.pyx", line 66, in ZEO.asyncio._futures.Future.result zstor = self._new_storage_client() File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 763, in load_before_co File "_futures.pyx", line 202, in ZEO.asyncio._futures.ConcurrentFuture.result File "_futures.pyx", line 274, in ZEO.asyncio._futures.CoroutineExecutor.step File "/usr/lib64/python3.11/asyncio/tasks.py", line 490, in wait_for return self.io_call(self.load_before_co(oid, tid, self.timeout)) File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 867, in io_call ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ return self.io_call(self.load_before_co(oid, tid, self.timeout)) return future.result() if wait else future ^^^^^^^^^^^^^^^ return future.result() if wait else future File "_futures.pyx", line 212, in ZEO.asyncio._futures.ConcurrentFuture.result ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 867, in io_call File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 940, in load_before data = yield self.protocol.load_before(oid, tid) File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result t_() ^^^^^^^^^^^^^^^ File "_futures.pyx", line 202, in ZEO.asyncio._futures.ConcurrentFuture.result t_() TimeoutError During handling of the above exception, another exception occurred: Traceback (most recent call last): ^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/tests/testZEO.py", line 271, in _new_storage_client return future.result() if wait else future ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 867, in io_call File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 424, in t_ return future.result() if wait else future File "/usr/lib64/python3.11/threading.py", line 1038, in _bootstrap_inner db = self.dbopen() File "_futures.pyx", line 274, in ZEO.asyncio._futures.CoroutineExecutor.step ^^^^^^^^^^^^^^^ File "_futures.pyx", line 202, in ZEO.asyncio._futures.ConcurrentFuture.result client = ZEO.ClientStorage.ClientStorage( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/ClientStorage.py", line 353, in __init__ File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 424, in t_ self.run() ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "_futures.pyx", line 260, in ZEO.asyncio._futures.CoroutineExecutor.step File "_futures.pyx", line 202, in ZEO.asyncio._futures.ConcurrentFuture.result t_() File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 424, in t_ File "_futures.pyx", line 272, in ZEO.asyncio._futures.CoroutineExecutor.step ^^^^^^^^^^^^^ File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 242, in dbopen data = yield self.protocol.load_before(oid, tid) return fut.result() File "_futures.pyx", line 212, in ZEO.asyncio._futures.ConcurrentFuture.result File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 763, in load_before_co File "/usr/lib64/python3.11/threading.py", line 975, in run return future.result() if wait else future db = self.dbopen() ^^^^^^^^^^^^^ File "_futures.pyx", line 66, in ZEO.asyncio._futures.Future.result ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^ File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 763, in load_before_co db = self.dbopen() ^^^^^^^^^^^^^^^ File "_futures.pyx", line 202, in ZEO.asyncio._futures.ConcurrentFuture.result zstor = self._new_storage_client() File "/usr/lib64/python3.11/asyncio/tasks.py", line 492, in wait_for File "_futures.pyx", line 260, in ZEO.asyncio._futures.CoroutineExecutor.step asyncio.exceptions.CancelledError The above exception was the direct cause of the following exception: self._wait() File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 242, in dbopen ^^^^^^^^^^^^^^^ File "_futures.pyx", line 202, in ZEO.asyncio._futures.ConcurrentFuture.result File "_futures.pyx", line 212, in ZEO.asyncio._futures.ConcurrentFuture.result File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result return self.io_call(self.load_before_co(oid, tid, self.timeout)) data = yield self.protocol.load_before(oid, tid) Traceback (most recent call last): ^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/tests/testZEO.py", line 271, in _new_storage_client ^^^^^^^^^^^^^ File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 242, in dbopen data = yield self.protocol.load_before(oid, tid) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 1000, in wait File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 763, in load_before_co File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 336, in _ self._target(*self._args, **self._kwargs) File "_futures.pyx", line 212, in ZEO.asyncio._futures.ConcurrentFuture.result File "_futures.pyx", line 66, in ZEO.asyncio._futures.Future.result File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 703, in await_operational_co File "_futures.pyx", line 212, in ZEO.asyncio._futures.ConcurrentFuture.result zstor = self._new_storage_client() raise exceptions.TimeoutError() from exc zstor = self._new_storage_client() File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 867, in io_call client = ZEO.ClientStorage.ClientStorage( ^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/tests/testZEO.py", line 271, in _new_storage_client File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 438, in T File "_futures.pyx", line 260, in ZEO.asyncio._futures.CoroutineExecutor.step data = yield self.protocol.load_before(oid, tid) File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result TimeoutError File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result yield asyncio.wait_for(asyncio.shield(self.connected), timeout) data = future.result() File "_futures.pyx", line 274, in ZEO.asyncio._futures.CoroutineExecutor.step ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/ClientStorage.py", line 353, in __init__ File "_futures.pyx", line 212, in ZEO.asyncio._futures.ConcurrentFuture.result During handling of the above exception, another exception occurred: ^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/tests/testZEO.py", line 271, in _new_storage_client File "_futures.pyx", line 260, in ZEO.asyncio._futures.CoroutineExecutor.step ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ t_() File "_futures.pyx", line 274, in ZEO.asyncio._futures.CoroutineExecutor.step return self.io_call( ^^^^^^^^^^^^^ Exception in thread T23: File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result File "_futures.pyx", line 274, in ZEO.asyncio._futures.CoroutineExecutor.step Exception in thread File "_futures.pyx", line 66, in ZEO.asyncio._futures.Future.result return future.result() if wait else future File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 429, in t_ File "_futures.pyx", line 274, in ZEO.asyncio._futures.CoroutineExecutor.step File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 867, in io_call self._wait() Traceback (most recent call last): File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 763, in load_before_co client = ZEO.ClientStorage.ClientStorage( File "_futures.pyx", line 66, in ZEO.asyncio._futures.Future.result File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 763, in load_before_co T50: Traceback (most recent call last): client = ZEO.ClientStorage.ClientStorage( File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 763, in load_before_co File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 336, in _ File "_futures.pyx", line 260, in ZEO.asyncio._futures.CoroutineExecutor.step ^^^^^^^^^^^^^^^ File "_futures.pyx", line 260, in ZEO.asyncio._futures.CoroutineExecutor.step File "/usr/lib64/python3.11/threading.py", line 1038, in _bootstrap_inner ^^^^^^^^^^^^^^^ File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 1000, in wait File "/usr/lib64/python3.11/threading.py", line 1038, in _bootstrap_inner ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "_futures.pyx", line 202, in ZEO.asyncio._futures.ConcurrentFuture.result data = future.result() Traceback (most recent call last): File "/usr/lib64/python3.11/asyncio/tasks.py", line 490, in wait_for return future.result() if wait else future ^^^^^^^^^^^^^^^ File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result data = yield self.protocol.load_before(oid, tid) File "_futures.pyx", line 274, in ZEO.asyncio._futures.CoroutineExecutor.step File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 763, in load_before_co File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result ^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "_futures.pyx", line 272, in ZEO.asyncio._futures.CoroutineExecutor.step File "_futures.pyx", line 66, in ZEO.asyncio._futures.Future.result File "_futures.pyx", line 202, in ZEO.asyncio._futures.ConcurrentFuture.result data = yield self.protocol.load_before(oid, tid) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "_futures.pyx", line 260, in ZEO.asyncio._futures.CoroutineExecutor.step File "_futures.pyx", line 66, in ZEO.asyncio._futures.Future.result File "_futures.pyx", line 212, in ZEO.asyncio._futures.ConcurrentFuture.result data = yield self.protocol.load_before(oid, tid) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ self.run() File "/usr/lib64/python3.11/threading.py", line 975, in run File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/ClientStorage.py", line 353, in __init__ File "_futures.pyx", line 66, in ZEO.asyncio._futures.Future.result data = yield self.protocol.load_before(oid, tid) File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/ClientStorage.py", line 353, in __init__ File "_futures.pyx", line 260, in ZEO.asyncio._futures.CoroutineExecutor.step File "/usr/lib64/python3.11/asyncio/tasks.py", line 492, in wait_for return fut.result() ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "_futures.pyx", line 260, in ZEO.asyncio._futures.CoroutineExecutor.step File "_futures.pyx", line 66, in ZEO.asyncio._futures.Future.result ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 763, in load_before_co self.run() self._wait() File "/usr/lib64/python3.11/threading.py", line 975, in run ^^^^^^^^^^^^ asyncio.exceptions.CancelledError File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 336, in _ File "_futures.pyx", line 260, in ZEO.asyncio._futures.CoroutineExecutor.step File "_futures.pyx", line 66, in ZEO.asyncio._futures.Future.result File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result raise exceptions.TimeoutError() from exc work1(db) The above exception was the direct cause of the following exception: File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result File "_futures.pyx", line 212, in ZEO.asyncio._futures.ConcurrentFuture.result data = yield self.protocol.load_before(oid, tid) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ TimeoutError self._target(*self._args, **self._kwargs) File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result ZEO.Exceptions.ClientDisconnected: Connection lost File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 336, in _ File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 1000, in wait self._wait() data = future.result() self._target(*self._args, **self._kwargs) File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 399, in work1 return self.io_call( File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 438, in T File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result File "_futures.pyx", line 66, in ZEO.asyncio._futures.Future.result File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 336, in _ File "_futures.pyx", line 66, in ZEO.asyncio._futures.Future.result File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 1000, in wait ^^^^^^^^^^^^^^^ return self.io_call( ^^^^^^^^^^^^^ ^^^^^^^^^^^^^ Traceback (most recent call last): File "_futures.pyx", line 66, in ZEO.asyncio._futures.Future.result File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 336, in _ t_() File "_futures.pyx", line 66, in ZEO.asyncio._futures.Future.result File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 429, in t_ Exception in thread T32: Traceback (most recent call last): File "/usr/lib64/python3.11/asyncio/tasks.py", line 490, in wait_for File "_futures.pyx", line 260, in ZEO.asyncio._futures.CoroutineExecutor.step data = future.result() File "_futures.pyx", line 274, in ZEO.asyncio._futures.CoroutineExecutor.step File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 438, in T File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 867, in io_call File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result spec.assertStateOK(root) ZEO.Exceptions.ClientDisconnected: Connection lost File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 867, in io_call data = future.result() File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 707, in await_operational_co ^^^^^^^^^^^^^^^ data = future.result() ^^^^^^^^^^^^^^^ File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 336, in _ During handling of the above exception, another exception occurred: File "_futures.pyx", line 274, in ZEO.asyncio._futures.CoroutineExecutor.step File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 336, in _ ^^^^^^^^^^^^^^^ data = future.result() File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 130, in assertStateOK File "_futures.pyx", line 66, in ZEO.asyncio._futures.Future.result File "_futures.pyx", line 66, in ZEO.asyncio._futures.Future.result work1(db) ZEO.Exceptions.ClientDisconnected: Connection lost return fut.result() File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 336, in _ return future.result() if wait else future return self.io_call( ^^^^^^^^^^^^^ File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 867, in io_call File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 763, in load_before_co File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 399, in work1 return future.result() if wait else future Traceback (most recent call last): ^^^^^^^^^^^^ File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 703, in await_operational_co File "_futures.pyx", line 66, in ZEO.asyncio._futures.Future.result File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result ^^^^^^^^^^^^^^^ yield asyncio.wait_for(asyncio.shield(self.connected), timeout) data = future.result() ^^^^^^^^^^^^^^^ File "_futures.pyx", line 202, in ZEO.asyncio._futures.ConcurrentFuture.result t_() spec.assertStateOK(root) File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 429, in t_ raise ClientDisconnected() File "_futures.pyx", line 66, in ZEO.asyncio._futures.Future.result Exception in thread T30: data = future.result() Traceback (most recent call last): asyncio.exceptions.CancelledError ^^^^^^^^^^^^^^^ File "_futures.pyx", line 202, in ZEO.asyncio._futures.ConcurrentFuture.result ZEO.Exceptions.ClientDisconnected File "_futures.pyx", line 260, in ZEO.asyncio._futures.CoroutineExecutor.step ^^^^^^^^^^^^^^^ i2 = root['obj2'].value File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 129, in assertStateOK File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 336, in _ data = yield self.protocol.load_before(oid, tid) work1(db) File "/usr/lib64/python3.11/threading.py", line 1038, in _bootstrap_inner ^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.11/site-packages/ZODB/Connection.py", line 788, in setstate File "_futures.pyx", line 212, in ZEO.asyncio._futures.ConcurrentFuture.result File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result File "_futures.pyx", line 66, in ZEO.asyncio._futures.Future.result i1 = root['obj1'].value ^^^^^^^^^^^^^^^^^^ File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result The above exception was the direct cause of the following exception: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ZEO.Exceptions.ClientDisconnected: Connection lost File "_futures.pyx", line 212, in ZEO.asyncio._futures.ConcurrentFuture.result File "/usr/lib/python3.11/site-packages/ZODB/Connection.py", line 788, in setstate return future.result() if wait else future data = future.result() ^^^^^^^^^^^^^^^ File "_futures.pyx", line 66, in ZEO.asyncio._futures.Future.result File "_futures.pyx", line 66, in ZEO.asyncio._futures.Future.result File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 417, in work1 p, serial = self._storage.load(oid) ZEO.Exceptions.ClientDisconnected: Connection lost ^^^^^^^^^^^^^^^ ZEO.Exceptions.ClientDisconnected: Connection lost File "/usr/lib64/python3.11/threading.py", line 1038, in _bootstrap_inner File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result Traceback (most recent call last): ^^^^^^^^^^^^^^^ File "_futures.pyx", line 66, in ZEO.asyncio._futures.Future.result self.run() ^^^^^^^^^^^^^^^^^^^^^^^ File "_futures.pyx", line 274, in ZEO.asyncio._futures.CoroutineExecutor.step File "_futures.pyx", line 260, in ZEO.asyncio._futures.CoroutineExecutor.step File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 703, in await_operational_co File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result File "/usr/lib/python3.11/site-packages/ZODB/mvccadapter.py", line 164, in load transaction.commit() File "_futures.pyx", line 202, in ZEO.asyncio._futures.ConcurrentFuture.result File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result File "_futures.pyx", line 66, in ZEO.asyncio._futures.Future.result p, serial = self._storage.load(oid) File "_futures.pyx", line 274, in ZEO.asyncio._futures.CoroutineExecutor.step self.run() ZEO.Exceptions.ClientDisconnected: Connection lost File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 705, in await_operational_co File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result File "/usr/lib64/python3.11/threading.py", line 975, in run ^^^^^^^^^^^^^^^^^^^^^^^ File "_futures.pyx", line 66, in ZEO.asyncio._futures.Future.result File "/usr/lib/python3.11/site-packages/transaction/_manager.py", line 257, in commit yield asyncio.wait_for(asyncio.shield(self.connected), timeout) File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result Exception in thread T60: Traceback (most recent call last): File "_futures.pyx", line 212, in ZEO.asyncio._futures.ConcurrentFuture.result File "/usr/lib64/python3.11/threading.py", line 975, in run ZEO.Exceptions.ClientDisconnected: Connection lost r = self._storage.loadBefore(oid, self._start) File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 705, in await_operational_co self._target(*self._args, **self._kwargs) File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 438, in T File "/usr/lib64/python3.11/threading.py", line 1038, in _bootstrap_inner ZEO.Exceptions.ClientDisconnected: Connection lost return self.manager.commit() ZEO.Exceptions.ClientDisconnected: Connection lost File "_futures.pyx", line 272, in ZEO.asyncio._futures.CoroutineExecutor.step raise ClientDisconnected("timed out waiting for connection") t_() ZEO.Exceptions.ClientDisconnected: timed out waiting for connection ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.11/site-packages/ZODB/mvccadapter.py", line 164, in load File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 429, in t_ self._target(*self._args, **self._kwargs) self.run() Exception in thread File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/ClientStorage.py", line 616, in loadBefore T53: File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result return self._server.load_before(oid, tid) File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ raise ClientDisconnected("timed out waiting for connection") ^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.11/site-packages/transaction/_manager.py", line 134, in commit File "_futures.pyx", line 260, in ZEO.asyncio._futures.CoroutineExecutor.step File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 940, in load_before r = self._storage.loadBefore(oid, self._start) work1(db) File "/usr/lib64/python3.11/threading.py", line 975, in run File "/usr/lib64/python3.11/asyncio/tasks.py", line 492, in wait_for File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 336, in _ ZEO.Exceptions.ClientDisconnected: timed out waiting for connection return self.get().commit() Traceback (most recent call last): File "_futures.pyx", line 66, in ZEO.asyncio._futures.Future.result ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 438, in T File "/usr/lib64/python3.11/asyncio/tasks.py", line 490, in wait_for File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 399, in work1 ^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.11/site-packages/transaction/_transaction.py", line 283, in commit return self.io_call(self.load_before_co(oid, tid, self.timeout)) File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/ClientStorage.py", line 616, in loadBefore ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "_futures.pyx", line 274, in ZEO.asyncio._futures.CoroutineExecutor.step raise exceptions.TimeoutError() from exc File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 867, in io_call data = future.result() reraise(t, v, tb) TimeoutError t_() self._target(*self._args, **self._kwargs) File "/usr/lib/python3.11/site-packages/transaction/_compat.py", line 50, in reraise ^^^^^^^^^^^^^^^ File "_futures.pyx", line 66, in ZEO.asyncio._futures.Future.result return self._server.load_before(oid, tid) spec.assertStateOK(root) File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 705, in await_operational_co File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 429, in t_ return future.result() if wait else future raise value File "/usr/lib/python3.11/site-packages/transaction/_transaction.py", line 274, in commit return fut.result() File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 438, in T ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ During handling of the above exception, another exception occurred: Traceback (most recent call last): ^^^^^^^^^^^^^^^ File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 131, in assertStateOK File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 940, in load_before ^^^^^^^^^^^^ asyncio.exceptions.CancelledError The above exception was the direct cause of the following exception: raise ClientDisconnected("timed out waiting for connection") ZEO.Exceptions.ClientDisconnected: timed out waiting for connection work1(db) File "_futures.pyx", line 272, in ZEO.asyncio._futures.CoroutineExecutor.step self._commitResources() File "_futures.pyx", line 202, in ZEO.asyncio._futures.ConcurrentFuture.result ZEO.Exceptions.ClientDisconnected: Connection lost File "/usr/lib64/python3.11/threading.py", line 1038, in _bootstrap_inner return self.io_call(self.load_before_co(oid, tid, self.timeout)) File "_futures.pyx", line 212, in ZEO.asyncio._futures.ConcurrentFuture.result Traceback (most recent call last): File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 703, in await_operational_co File "/usr/lib64/python3.11/asyncio/tasks.py", line 492, in wait_for File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 417, in work1 t_() p = root['phase'].value ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.11/site-packages/transaction/_transaction.py", line 457, in _commitResources File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 429, in t_ ^^^^^^^^^^^^^^^^^^^ self.run() File "/usr/lib/python3.11/site-packages/ZODB/Connection.py", line 788, in setstate transaction.commit() File "/usr/lib64/python3.11/threading.py", line 975, in run File "/usr/lib/python3.11/site-packages/transaction/_manager.py", line 257, in commit File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 867, in io_call File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result reraise(t, v, tb) raise exceptions.TimeoutError() from exc p, serial = self._storage.load(oid) yield asyncio.wait_for(asyncio.shield(self.connected), timeout) File "/usr/lib/python3.11/site-packages/transaction/_compat.py", line 50, in reraise TimeoutError File "_futures.pyx", line 260, in ZEO.asyncio._futures.CoroutineExecutor.step ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.11/site-packages/ZODB/mvccadapter.py", line 164, in load raise value File "/usr/lib/python3.11/site-packages/transaction/_transaction.py", line 431, in _commitResources During handling of the above exception, another exception occurred: File "_futures.pyx", line 274, in ZEO.asyncio._futures.CoroutineExecutor.step work1(db) File "_futures.pyx", line 66, in ZEO.asyncio._futures.Future.result File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 417, in work1 Traceback (most recent call last): return future.result() if wait else future self._target(*self._args, **self._kwargs) File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 760, in load_before_co File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 438, in T ^^^^^^^^^^^^^^^ r = self._storage.loadBefore(oid, self._start) return self.manager.commit() ^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.11/site-packages/transaction/_manager.py", line 134, in commit ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib64/python3.11/threading.py", line 1038, in _bootstrap_inner File "_futures.pyx", line 202, in ZEO.asyncio._futures.ConcurrentFuture.result rm.commit(self) File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/ClientStorage.py", line 616, in loadBefore transaction.commit() File "/usr/lib/python3.11/site-packages/transaction/_manager.py", line 257, in commit t_() File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 429, in t_ File "/usr/lib/python3.11/site-packages/ZODB/Connection.py", line 498, in commit return self.get().commit() ^^^^^^^^^^^^^^^^^^^ self.run() File "/usr/lib64/python3.11/threading.py", line 975, in run File "_futures.pyx", line 272, in ZEO.asyncio._futures.CoroutineExecutor.step return self._server.load_before(oid, tid) work1(db) File "_futures.pyx", line 212, in ZEO.asyncio._futures.ConcurrentFuture.result ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 940, in load_before File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 399, in work1 File "/usr/lib/python3.11/site-packages/transaction/_transaction.py", line 283, in commit self._commit(transaction) File "/usr/lib64/python3.11/asyncio/tasks.py", line 492, in wait_for self._target(*self._args, **self._kwargs) reraise(t, v, tb) File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 438, in T return self.manager.commit() yield self.await_operational_co(timeout) File "/usr/lib/python3.11/site-packages/ZODB/Connection.py", line 545, in _commit ^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.11/site-packages/transaction/_manager.py", line 134, in commit raise exceptions.TimeoutError() from exc File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result return self.io_call(self.load_before_co(oid, tid, self.timeout)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.11/site-packages/transaction/_compat.py", line 50, in reraise spec.assertStateOK(root) t_() return self.get().commit() TimeoutError During handling of the above exception, another exception occurred: raise value File "_futures.pyx", line 260, in ZEO.asyncio._futures.CoroutineExecutor.step File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 867, in io_call Traceback (most recent call last): File "/usr/lib/python3.11/site-packages/transaction/_transaction.py", line 274, in commit File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 429, in t_ self._store_objects(ObjectWriter(obj), transaction) ^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 129, in assertStateOK File "/usr/lib64/python3.11/threading.py", line 1038, in _bootstrap_inner File "_futures.pyx", line 274, in ZEO.asyncio._futures.CoroutineExecutor.step File "/usr/lib/python3.11/site-packages/transaction/_transaction.py", line 283, in commit return future.result() if wait else future self._commitResources() work1(db) File "_futures.pyx", line 66, in ZEO.asyncio._futures.Future.result File "/usr/lib/python3.11/site-packages/ZODB/Connection.py", line 600, in _store_objects File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 760, in load_before_co self.run() File "/usr/lib/python3.11/site-packages/transaction/_transaction.py", line 457, in _commitResources ^^^^^^^^^^^^^^^ File "_futures.pyx", line 202, in ZEO.asyncio._futures.ConcurrentFuture.result File "/usr/lib64/python3.11/threading.py", line 975, in run File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 399, in work1 i1 = root['obj1'].value reraise(t, v, tb) reraise(t, v, tb) File "/usr/lib/python3.11/site-packages/transaction/_compat.py", line 50, in reraise yield self.await_operational_co(timeout) File "/usr/lib/python3.11/site-packages/transaction/_compat.py", line 50, in reraise ^^^^^^^^^^^^^^^^^^ File "_futures.pyx", line 260, in ZEO.asyncio._futures.CoroutineExecutor.step File "/usr/lib/python3.11/site-packages/ZODB/Connection.py", line 788, in setstate spec.assertStateOK(root) self._target(*self._args, **self._kwargs) s = self._storage.store(oid, serial, p, '', transaction) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ raise value raise value File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result File "_futures.pyx", line 212, in ZEO.asyncio._futures.ConcurrentFuture.result File "/usr/lib/python3.11/site-packages/transaction/_transaction.py", line 431, in _commitResources File "/usr/lib/python3.11/site-packages/transaction/_transaction.py", line 274, in commit File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 131, in assertStateOK p, serial = self._storage.load(oid) ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.11/site-packages/ZODB/mvccadapter.py", line 164, in load File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result File "/usr/lib/python3.11/site-packages/ZODB/mvccadapter.py", line 210, in store File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 438, in T p = root['phase'].value ^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.11/site-packages/ZODB/Connection.py", line 788, in setstate File "_futures.pyx", line 66, in ZEO.asyncio._futures.Future.result self._commitResources() rm.commit(self) t_() File "/usr/lib/python3.11/site-packages/transaction/_transaction.py", line 457, in _commitResources File "_futures.pyx", line 274, in ZEO.asyncio._futures.CoroutineExecutor.step File "_futures.pyx", line 274, in ZEO.asyncio._futures.CoroutineExecutor.step p, serial = self._storage.load(oid) File "/usr/lib/python3.11/site-packages/ZODB/Connection.py", line 498, in commit File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 429, in t_ ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.11/site-packages/ZODB/mvccadapter.py", line 164, in load self._storage.store(oid, serial, data, version, transaction) File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 705, in await_operational_co r = self._storage.loadBefore(oid, self._start) File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result reraise(t, v, tb) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/ClientStorage.py", line 660, in store File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 760, in load_before_co self._commit(transaction) File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/ClientStorage.py", line 616, in loadBefore work1(db) File "/usr/lib/python3.11/site-packages/transaction/_compat.py", line 50, in reraise File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 399, in work1 File "/usr/lib/python3.11/site-packages/ZODB/Connection.py", line 545, in _commit File "_futures.pyx", line 274, in ZEO.asyncio._futures.CoroutineExecutor.step r = self._storage.loadBefore(oid, self._start) raise ClientDisconnected("timed out waiting for connection") Exception in thread ZEO.Exceptions.ClientDisconnected: timed out waiting for connection ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/ClientStorage.py", line 616, in loadBefore return self._server.load_before(oid, tid) T63: yield self.await_operational_co(timeout) File "_futures.pyx", line 260, in ZEO.asyncio._futures.CoroutineExecutor.step spec.assertStateOK(root) Traceback (most recent call last): File "/usr/lib64/python3.11/asyncio/tasks.py", line 490, in wait_for ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 940, in load_before raise value File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 705, in await_operational_co tbuf = self._check_trans(txn, 'store') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.11/site-packages/transaction/_transaction.py", line 431, in _commitResources self._store_objects(ObjectWriter(obj), transaction) File "/usr/lib/python3.11/site-packages/ZODB/Connection.py", line 600, in _store_objects File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 130, in assertStateOK File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/ClientStorage.py", line 575, in _check_trans return self._server.load_before(oid, tid) File "_futures.pyx", line 66, in ZEO.asyncio._futures.Future.result ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 940, in load_before rm.commit(self) i2 = root['obj2'].value File "/usr/lib/python3.11/site-packages/ZODB/Connection.py", line 498, in commit ^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.11/site-packages/ZODB/Connection.py", line 788, in setstate File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result raise ClientDisconnected("timed out waiting for connection") ZEO.Exceptions.ClientDisconnected: timed out waiting for connection return fut.result() s = self._storage.store(oid, serial, p, '', transaction) return self.io_call(self.load_before_co(oid, tid, self.timeout)) raise ClientDisconnected(meth, 'on a disconnected transaction') ^^^^^^^^^^^^ File "_futures.pyx", line 274, in ZEO.asyncio._futures.CoroutineExecutor.step ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.11/site-packages/ZODB/mvccadapter.py", line 210, in store asyncio.exceptions.CancelledError The above exception was the direct cause of the following exception: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ZEO.Exceptions.ClientDisconnected: ('store', 'on a disconnected transaction') self._commit(transaction) return self.io_call(self.load_before_co(oid, tid, self.timeout)) p, serial = self._storage.load(oid) self._storage.store(oid, serial, data, version, transaction) File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 705, in await_operational_co File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 867, in io_call ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.11/site-packages/ZODB/Connection.py", line 545, in _commit ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 867, in io_call Traceback (most recent call last): File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/ClientStorage.py", line 660, in store raise ClientDisconnected("timed out waiting for connection") File "/usr/lib/python3.11/site-packages/ZODB/mvccadapter.py", line 164, in load ZEO.Exceptions.ClientDisconnected: timed out waiting for connection return future.result() if wait else future File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 703, in await_operational_co ^^^^^^^^^^^^^^^ return future.result() if wait else future File "_futures.pyx", line 202, in ZEO.asyncio._futures.ConcurrentFuture.result ^^^^^^^^^^^^^^^ File "_futures.pyx", line 202, in ZEO.asyncio._futures.ConcurrentFuture.result r = self._storage.loadBefore(oid, self._start) self._store_objects(ObjectWriter(obj), transaction) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/ClientStorage.py", line 616, in loadBefore File "/usr/lib/python3.11/site-packages/ZODB/Connection.py", line 600, in _store_objects File "_futures.pyx", line 212, in ZEO.asyncio._futures.ConcurrentFuture.result File "_futures.pyx", line 212, in ZEO.asyncio._futures.ConcurrentFuture.result tbuf = self._check_trans(txn, 'store') yield asyncio.wait_for(asyncio.shield(self.connected), timeout) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "_futures.pyx", line 260, in ZEO.asyncio._futures.CoroutineExecutor.step File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/ClientStorage.py", line 575, in _check_trans File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result File "_futures.pyx", line 66, in ZEO.asyncio._futures.Future.result s = self._storage.store(oid, serial, p, '', transaction) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ return self._server.load_before(oid, tid) File "/usr/lib/python3.11/site-packages/ZODB/mvccadapter.py", line 210, in store File "_futures.pyx", line 274, in ZEO.asyncio._futures.CoroutineExecutor.step File "_futures.pyx", line 274, in ZEO.asyncio._futures.CoroutineExecutor.step ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 940, in load_before File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result raise ClientDisconnected(meth, 'on a disconnected transaction') self._storage.store(oid, serial, data, version, transaction) File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 760, in load_before_co File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 760, in load_before_co File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/ClientStorage.py", line 660, in store ZEO.Exceptions.ClientDisconnected: ('store', 'on a disconnected transaction') return self.io_call(self.load_before_co(oid, tid, self.timeout)) File "_futures.pyx", line 272, in ZEO.asyncio._futures.CoroutineExecutor.step ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ yield self.await_operational_co(timeout) tbuf = self._check_trans(txn, 'store') yield self.await_operational_co(timeout) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 867, in io_call File "/usr/lib64/python3.11/asyncio/tasks.py", line 492, in wait_for File "_futures.pyx", line 260, in ZEO.asyncio._futures.CoroutineExecutor.step File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/ClientStorage.py", line 575, in _check_trans File "_futures.pyx", line 260, in ZEO.asyncio._futures.CoroutineExecutor.step File "_futures.pyx", line 66, in ZEO.asyncio._futures.Future.result raise ClientDisconnected(meth, 'on a disconnected transaction') ZEO.Exceptions.ClientDisconnected: ('store', 'on a disconnected transaction') File "_futures.pyx", line 66, in ZEO.asyncio._futures.Future.result return future.result() if wait else future File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result ^^^^^^^^^^^^^^^ raise exceptions.TimeoutError() from exc TimeoutError File "_futures.pyx", line 202, in ZEO.asyncio._futures.ConcurrentFuture.result During handling of the above exception, another exception occurred: File "_futures.pyx", line 274, in ZEO.asyncio._futures.CoroutineExecutor.step Traceback (most recent call last): File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result File "/usr/lib64/python3.11/threading.py", line 1038, in _bootstrap_inner File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 705, in await_operational_co File "_futures.pyx", line 212, in ZEO.asyncio._futures.ConcurrentFuture.result File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result File "_futures.pyx", line 274, in ZEO.asyncio._futures.CoroutineExecutor.step raise ClientDisconnected("timed out waiting for connection") self.run() File "_futures.pyx", line 274, in ZEO.asyncio._futures.CoroutineExecutor.step File "/usr/lib64/python3.11/threading.py", line 975, in run ZEO.Exceptions.ClientDisconnected: timed out waiting for connection File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 705, in await_operational_co File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 760, in load_before_co self._target(*self._args, **self._kwargs) File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 438, in T raise ClientDisconnected("timed out waiting for connection") yield self.await_operational_co(timeout) ZEO.Exceptions.ClientDisconnected: timed out waiting for connection File "_futures.pyx", line 260, in ZEO.asyncio._futures.CoroutineExecutor.step t_() File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 429, in t_ File "_futures.pyx", line 66, in ZEO.asyncio._futures.Future.result work1(db) File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 399, in work1 File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result spec.assertStateOK(root) File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 130, in assertStateOK File "_futures.pyx", line 274, in ZEO.asyncio._futures.CoroutineExecutor.step i2 = root['obj2'].value ^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.11/site-packages/ZODB/Connection.py", line 788, in setstate File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 705, in await_operational_co p, serial = self._storage.load(oid) ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.11/site-packages/ZODB/mvccadapter.py", line 164, in load raise ClientDisconnected("timed out waiting for connection") ZEO.Exceptions.ClientDisconnected: timed out waiting for connection r = self._storage.loadBefore(oid, self._start) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/ClientStorage.py", line 616, in loadBefore return self._server.load_before(oid, tid) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 940, in load_before return self.io_call(self.load_before_co(oid, tid, self.timeout)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 867, in io_call return future.result() if wait else future ^^^^^^^^^^^^^^^ File "_futures.pyx", line 202, in ZEO.asyncio._futures.ConcurrentFuture.result File "_futures.pyx", line 212, in ZEO.asyncio._futures.ConcurrentFuture.result File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result File "_futures.pyx", line 274, in ZEO.asyncio._futures.CoroutineExecutor.step File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 760, in load_before_co yield self.await_operational_co(timeout) File "_futures.pyx", line 260, in ZEO.asyncio._futures.CoroutineExecutor.step File "_futures.pyx", line 66, in ZEO.asyncio._futures.Future.result File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result File "_futures.pyx", line 274, in ZEO.asyncio._futures.CoroutineExecutor.step File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 705, in await_operational_co raise ClientDisconnected("timed out waiting for connection") ZEO.Exceptions.ClientDisconnected: timed out waiting for connection Exception in thread T48: Traceback (most recent call last): File "/usr/lib64/python3.11/threading.py", line 1038, in _bootstrap_inner self.run() File "/usr/lib64/python3.11/threading.py", line 975, in run self._target(*self._args, **self._kwargs) File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 438, in T t_() File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 429, in t_ work1(db) File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 417, in work1 transaction.commit() File "/usr/lib/python3.11/site-packages/transaction/_manager.py", line 257, in commit return self.manager.commit() ^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.11/site-packages/transaction/_manager.py", line 134, in commit return self.get().commit() ^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.11/site-packages/transaction/_transaction.py", line 283, in commit reraise(t, v, tb) File "/usr/lib/python3.11/site-packages/transaction/_compat.py", line 50, in reraise raise value File "/usr/lib/python3.11/site-packages/transaction/_transaction.py", line 274, in commit self._commitResources() File "/usr/lib/python3.11/site-packages/transaction/_transaction.py", line 457, in _commitResources reraise(t, v, tb) File "/usr/lib/python3.11/site-packages/transaction/_compat.py", line 50, in reraise raise value File "/usr/lib/python3.11/site-packages/transaction/_transaction.py", line 434, in _commitResources rm.tpc_vote(self) File "/usr/lib/python3.11/site-packages/ZODB/Connection.py", line 689, in tpc_vote s = vote(transaction) ^^^^^^^^^^^^^^^^^ File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/ClientStorage.py", line 846, in tpc_vote for oid in self._call('vote', id(txn)) or (): ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 888, in call return self.io_call( ^^^^^^^^^^^^^ File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 867, in io_call return future.result() if wait else future ^^^^^^^^^^^^^^^ File "_futures.pyx", line 202, in ZEO.asyncio._futures.ConcurrentFuture.result File "_futures.pyx", line 212, in ZEO.asyncio._futures.ConcurrentFuture.result File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result File "_futures.pyx", line 274, in ZEO.asyncio._futures.CoroutineExecutor.step File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 721, in call_sync_co _ = yield self.protocol.call_sync(method, args) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "_futures.pyx", line 260, in ZEO.asyncio._futures.CoroutineExecutor.step File "_futures.pyx", line 66, in ZEO.asyncio._futures.Future.result File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result ZEO.Exceptions.ClientDisconnected: Connection lost Exception in thread T39: Traceback (most recent call last): File "/usr/lib64/python3.11/asyncio/tasks.py", line 490, in wait_for return fut.result() ^^^^^^^^^^^^ asyncio.exceptions.CancelledError The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 703, in await_operational_co yield asyncio.wait_for(asyncio.shield(self.connected), timeout) File "_futures.pyx", line 260, in ZEO.asyncio._futures.CoroutineExecutor.step File "_futures.pyx", line 66, in ZEO.asyncio._futures.Future.result File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result Exception in thread File "_futures.pyx", line 272, in ZEO.asyncio._futures.CoroutineExecutor.step T7: Traceback (most recent call last): File "/usr/lib64/python3.11/asyncio/tasks.py", line 490, in wait_for File "/usr/lib64/python3.11/asyncio/tasks.py", line 492, in wait_for raise exceptions.TimeoutError() from exc TimeoutError During handling of the above exception, another exception occurred: Traceback (most recent call last): return fut.result() File "/usr/lib64/python3.11/threading.py", line 1038, in _bootstrap_inner ^^^^^^^^^^^^ asyncio.exceptions.CancelledError The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 703, in await_operational_co self.run() File "/usr/lib64/python3.11/threading.py", line 975, in run yield asyncio.wait_for(asyncio.shield(self.connected), timeout) File "_futures.pyx", line 260, in ZEO.asyncio._futures.CoroutineExecutor.step self._target(*self._args, **self._kwargs) File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 438, in T File "_futures.pyx", line 66, in ZEO.asyncio._futures.Future.result t_() File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 429, in t_ work1(db) File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 399, in work1 File "_futures.pyx", line 272, in ZEO.asyncio._futures.CoroutineExecutor.step spec.assertStateOK(root) File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 130, in assertStateOK File "/usr/lib64/python3.11/asyncio/tasks.py", line 492, in wait_for i2 = root['obj2'].value ^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.11/site-packages/ZODB/Connection.py", line 788, in setstate p, serial = self._storage.load(oid) raise exceptions.TimeoutError() from exc ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.11/site-packages/ZODB/mvccadapter.py", line 164, in load TimeoutError During handling of the above exception, another exception occurred: r = self._storage.loadBefore(oid, self._start) Traceback (most recent call last): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib64/python3.11/threading.py", line 1038, in _bootstrap_inner File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/ClientStorage.py", line 616, in loadBefore return self._server.load_before(oid, tid) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 940, in load_before self.run() File "/usr/lib64/python3.11/threading.py", line 975, in run return self.io_call(self.load_before_co(oid, tid, self.timeout)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 867, in io_call return future.result() if wait else future ^^^^^^^^^^^^^^^ self._target(*self._args, **self._kwargs) File "_futures.pyx", line 202, in ZEO.asyncio._futures.ConcurrentFuture.result File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 438, in T t_() File "_futures.pyx", line 212, in ZEO.asyncio._futures.ConcurrentFuture.result File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 429, in t_ work1(db) File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 399, in work1 spec.assertStateOK(root) File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 130, in assertStateOK File "_futures.pyx", line 274, in ZEO.asyncio._futures.CoroutineExecutor.step i2 = root['obj2'].value ^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.11/site-packages/ZODB/Connection.py", line 788, in setstate File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 760, in load_before_co p, serial = self._storage.load(oid) yield self.await_operational_co(timeout) ^^^^^^^^^^^^^^^^^^^^^^^ File "_futures.pyx", line 260, in ZEO.asyncio._futures.CoroutineExecutor.step File "/usr/lib/python3.11/site-packages/ZODB/mvccadapter.py", line 164, in load r = self._storage.loadBefore(oid, self._start) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/ClientStorage.py", line 616, in loadBefore File "_futures.pyx", line 66, in ZEO.asyncio._futures.Future.result return self._server.load_before(oid, tid) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 940, in load_before File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result return self.io_call(self.load_before_co(oid, tid, self.timeout)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "_futures.pyx", line 274, in ZEO.asyncio._futures.CoroutineExecutor.step File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 867, in io_call File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 705, in await_operational_co return future.result() if wait else future ^^^^^^^^^^^^^^^ File "_futures.pyx", line 202, in ZEO.asyncio._futures.ConcurrentFuture.result raise ClientDisconnected("timed out waiting for connection") ZEO.Exceptions.ClientDisconnected: timed out waiting for connection File "_futures.pyx", line 212, in ZEO.asyncio._futures.ConcurrentFuture.result File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result File "_futures.pyx", line 274, in ZEO.asyncio._futures.CoroutineExecutor.step File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 760, in load_before_co yield self.await_operational_co(timeout) File "_futures.pyx", line 260, in ZEO.asyncio._futures.CoroutineExecutor.step File "_futures.pyx", line 66, in ZEO.asyncio._futures.Future.result File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result File "_futures.pyx", line 274, in ZEO.asyncio._futures.CoroutineExecutor.step File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 705, in await_operational_co raise ClientDisconnected("timed out waiting for connection") ZEO.Exceptions.ClientDisconnected: timed out waiting for connection Exception in thread T1: Traceback (most recent call last): File "/usr/lib64/python3.11/asyncio/tasks.py", line 490, in wait_for return fut.result() ^^^^^^^^^^^^ asyncio.exceptions.CancelledError The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 703, in await_operational_co yield asyncio.wait_for(asyncio.shield(self.connected), timeout) File "_futures.pyx", line 260, in ZEO.asyncio._futures.CoroutineExecutor.step File "_futures.pyx", line 66, in ZEO.asyncio._futures.Future.result File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result File "_futures.pyx", line 272, in ZEO.asyncio._futures.CoroutineExecutor.step File "/usr/lib64/python3.11/asyncio/tasks.py", line 492, in wait_for raise exceptions.TimeoutError() from exc TimeoutError During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/lib64/python3.11/threading.py", line 1038, in _bootstrap_inner self.run() File "/usr/lib64/python3.11/threading.py", line 975, in run self._target(*self._args, **self._kwargs) File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 438, in T t_() File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 429, in t_ work1(db) File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 399, in work1 spec.assertStateOK(root) File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 130, in assertStateOK i2 = root['obj2'].value ^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.11/site-packages/ZODB/Connection.py", line 788, in setstate p, serial = self._storage.load(oid) ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.11/site-packages/ZODB/mvccadapter.py", line 164, in load r = self._storage.loadBefore(oid, self._start) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/ClientStorage.py", line 616, in loadBefore return self._server.load_before(oid, tid) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 940, in load_before return self.io_call(self.load_before_co(oid, tid, self.timeout)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 867, in io_call return future.result() if wait else future ^^^^^^^^^^^^^^^ File "_futures.pyx", line 202, in ZEO.asyncio._futures.ConcurrentFuture.result File "_futures.pyx", line 212, in ZEO.asyncio._futures.ConcurrentFuture.result File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result File "_futures.pyx", line 274, in ZEO.asyncio._futures.CoroutineExecutor.step File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 760, in load_before_co yield self.await_operational_co(timeout) File "_futures.pyx", line 260, in ZEO.asyncio._futures.CoroutineExecutor.step File "_futures.pyx", line 66, in ZEO.asyncio._futures.Future.result File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result File "_futures.pyx", line 274, in ZEO.asyncio._futures.CoroutineExecutor.step File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 705, in await_operational_co raise ClientDisconnected("timed out waiting for connection") ZEO.Exceptions.ClientDisconnected: timed out waiting for connection Exception in thread T22: Traceback (most recent call last): File "/usr/lib64/python3.11/asyncio/tasks.py", line 490, in wait_for return fut.result() ^^^^^^^^^^^^ asyncio.exceptions.CancelledError The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 703, in await_operational_co yield asyncio.wait_for(asyncio.shield(self.connected), timeout) File "_futures.pyx", line 260, in ZEO.asyncio._futures.CoroutineExecutor.step File "_futures.pyx", line 66, in ZEO.asyncio._futures.Future.result File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result File "_futures.pyx", line 272, in ZEO.asyncio._futures.CoroutineExecutor.step File "/usr/lib64/python3.11/asyncio/tasks.py", line 492, in wait_for raise exceptions.TimeoutError() from exc TimeoutError During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/lib64/python3.11/threading.py", line 1038, in _bootstrap_inner self.run() File "/usr/lib64/python3.11/threading.py", line 975, in run self._target(*self._args, **self._kwargs) File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 438, in T t_() File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 429, in t_ work1(db) File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 399, in work1 spec.assertStateOK(root) File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 130, in assertStateOK i2 = root['obj2'].value ^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.11/site-packages/ZODB/Connection.py", line 788, in setstate p, serial = self._storage.load(oid) ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.11/site-packages/ZODB/mvccadapter.py", line 164, in load r = self._storage.loadBefore(oid, self._start) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/ClientStorage.py", line 616, in loadBefore return self._server.load_before(oid, tid) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 940, in load_before return self.io_call(self.load_before_co(oid, tid, self.timeout)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 867, in io_call return future.result() if wait else future ^^^^^^^^^^^^^^^ File "_futures.pyx", line 202, in ZEO.asyncio._futures.ConcurrentFuture.result File "_futures.pyx", line 212, in ZEO.asyncio._futures.ConcurrentFuture.result File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result File "_futures.pyx", line 274, in ZEO.asyncio._futures.CoroutineExecutor.step File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 760, in load_before_co yield self.await_operational_co(timeout) File "_futures.pyx", line 260, in ZEO.asyncio._futures.CoroutineExecutor.step File "_futures.pyx", line 66, in ZEO.asyncio._futures.Future.result File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result File "_futures.pyx", line 274, in ZEO.asyncio._futures.CoroutineExecutor.step File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 705, in await_operational_co raise ClientDisconnected("timed out waiting for connection") ZEO.Exceptions.ClientDisconnected: timed out waiting for connection Exception in thread T42: Traceback (most recent call last): File "/usr/lib64/python3.11/threading.py", line 1038, in _bootstrap_inner self.run() File "/usr/lib64/python3.11/threading.py", line 975, in run self._target(*self._args, **self._kwargs) File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 438, in T t_() File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 429, in t_ work1(db) File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 417, in work1 transaction.commit() File "/usr/lib/python3.11/site-packages/transaction/_manager.py", line 257, in commit return self.manager.commit() ^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.11/site-packages/transaction/_manager.py", line 134, in commit return self.get().commit() ^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.11/site-packages/transaction/_transaction.py", line 283, in commit reraise(t, v, tb) File "/usr/lib/python3.11/site-packages/transaction/_compat.py", line 50, in reraise raise value File "/usr/lib/python3.11/site-packages/transaction/_transaction.py", line 274, in commit self._commitResources() File "/usr/lib/python3.11/site-packages/transaction/_transaction.py", line 457, in _commitResources reraise(t, v, tb) File "/usr/lib/python3.11/site-packages/transaction/_compat.py", line 50, in reraise raise value File "/usr/lib/python3.11/site-packages/transaction/_transaction.py", line 434, in _commitResources rm.tpc_vote(self) File "/usr/lib/python3.11/site-packages/ZODB/Connection.py", line 689, in tpc_vote s = vote(transaction) ^^^^^^^^^^^^^^^^^ File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/ClientStorage.py", line 846, in tpc_vote for oid in self._call('vote', id(txn)) or (): ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 888, in call return self.io_call( ^^^^^^^^^^^^^ File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 867, in io_call return future.result() if wait else future ^^^^^^^^^^^^^^^ File "_futures.pyx", line 202, in ZEO.asyncio._futures.ConcurrentFuture.result File "_futures.pyx", line 212, in ZEO.asyncio._futures.ConcurrentFuture.result File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result File "_futures.pyx", line 274, in ZEO.asyncio._futures.CoroutineExecutor.step File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 721, in call_sync_co _ = yield self.protocol.call_sync(method, args) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "_futures.pyx", line 260, in ZEO.asyncio._futures.CoroutineExecutor.step File "_futures.pyx", line 66, in ZEO.asyncio._futures.Future.result File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result ZEO.Exceptions.ClientDisconnected: Connection lost Exception in thread T15: Traceback (most recent call last): File "/usr/lib64/python3.11/asyncio/tasks.py", line 490, in wait_for return fut.result() ^^^^^^^^^^^^ asyncio.exceptions.CancelledError The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 703, in await_operational_co yield asyncio.wait_for(asyncio.shield(self.connected), timeout) File "_futures.pyx", line 260, in ZEO.asyncio._futures.CoroutineExecutor.step File "_futures.pyx", line 66, in ZEO.asyncio._futures.Future.result File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result File "_futures.pyx", line 272, in ZEO.asyncio._futures.CoroutineExecutor.step File "/usr/lib64/python3.11/asyncio/tasks.py", line 492, in wait_for raise exceptions.TimeoutError() from exc TimeoutError During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/lib64/python3.11/threading.py", line 1038, in _bootstrap_inner self.run() File "/usr/lib64/python3.11/threading.py", line 975, in run self._target(*self._args, **self._kwargs) File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 438, in T t_() File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 429, in t_ work1(db) File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 399, in work1 spec.assertStateOK(root) File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 130, in assertStateOK i2 = root['obj2'].value ^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.11/site-packages/ZODB/Connection.py", line 788, in setstate p, serial = self._storage.load(oid) ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.11/site-packages/ZODB/mvccadapter.py", line 164, in load r = self._storage.loadBefore(oid, self._start) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/ClientStorage.py", line 616, in loadBefore return self._server.load_before(oid, tid) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 940, in load_before return self.io_call(self.load_before_co(oid, tid, self.timeout)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 867, in io_call return future.result() if wait else future ^^^^^^^^^^^^^^^ File "_futures.pyx", line 202, in ZEO.asyncio._futures.ConcurrentFuture.result File "_futures.pyx", line 212, in ZEO.asyncio._futures.ConcurrentFuture.result File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result File "_futures.pyx", line 274, in ZEO.asyncio._futures.CoroutineExecutor.step File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 760, in load_before_co yield self.await_operational_co(timeout) File "_futures.pyx", line 260, in ZEO.asyncio._futures.CoroutineExecutor.step File "_futures.pyx", line 66, in ZEO.asyncio._futures.Future.result File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result File "_futures.pyx", line 274, in ZEO.asyncio._futures.CoroutineExecutor.step File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 705, in await_operational_co raise ClientDisconnected("timed out waiting for connection") ZEO.Exceptions.ClientDisconnected: timed out waiting for connection Exception in thread T43: Traceback (most recent call last): File "/usr/lib64/python3.11/asyncio/tasks.py", line 490, in wait_for return fut.result() ^^^^^^^^^^^^ asyncio.exceptions.CancelledError The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 703, in await_operational_co yield asyncio.wait_for(asyncio.shield(self.connected), timeout) File "_futures.pyx", line 260, in ZEO.asyncio._futures.CoroutineExecutor.step File "_futures.pyx", line 66, in ZEO.asyncio._futures.Future.result File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result File "_futures.pyx", line 272, in ZEO.asyncio._futures.CoroutineExecutor.step File "/usr/lib64/python3.11/asyncio/tasks.py", line 492, in wait_for raise exceptions.TimeoutError() from exc TimeoutError During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/lib64/python3.11/threading.py", line 1038, in _bootstrap_inner self.run() File "/usr/lib64/python3.11/threading.py", line 975, in run self._target(*self._args, **self._kwargs) File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 438, in T t_() File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 424, in t_ db = self.dbopen() ^^^^^^^^^^^^^ File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 242, in dbopen zstor = self._new_storage_client() ^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/tests/testZEO.py", line 271, in _new_storage_client client = ZEO.ClientStorage.ClientStorage( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/ClientStorage.py", line 353, in __init__ self._wait() File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 1000, in wait return self.io_call( ^^^^^^^^^^^^^ File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 867, in io_call return future.result() if wait else future ^^^^^^^^^^^^^^^ File "_futures.pyx", line 202, in ZEO.asyncio._futures.ConcurrentFuture.result File "_futures.pyx", line 212, in ZEO.asyncio._futures.ConcurrentFuture.result File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result File "_futures.pyx", line 274, in ZEO.asyncio._futures.CoroutineExecutor.step File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 705, in await_operational_co raise ClientDisconnected("timed out waiting for connection") ZEO.Exceptions.ClientDisconnected: timed out waiting for connection Exception in thread T27: Traceback (most recent call last): File "/usr/lib64/python3.11/asyncio/tasks.py", line 490, in wait_for return fut.result() ^^^^^^^^^^^^ asyncio.exceptions.CancelledError The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 703, in await_operational_co yield asyncio.wait_for(asyncio.shield(self.connected), timeout) File "_futures.pyx", line 260, in ZEO.asyncio._futures.CoroutineExecutor.step File "_futures.pyx", line 66, in ZEO.asyncio._futures.Future.result File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result File "_futures.pyx", line 272, in ZEO.asyncio._futures.CoroutineExecutor.step File "/usr/lib64/python3.11/asyncio/tasks.py", line 492, in wait_for raise exceptions.TimeoutError() from exc TimeoutError During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/lib64/python3.11/threading.py", line 1038, in _bootstrap_inner self.run() File "/usr/lib64/python3.11/threading.py", line 975, in run self._target(*self._args, **self._kwargs) File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 438, in T t_() File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 424, in t_ db = self.dbopen() ^^^^^^^^^^^^^ File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 242, in dbopen zstor = self._new_storage_client() ^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/tests/testZEO.py", line 271, in _new_storage_client client = ZEO.ClientStorage.ClientStorage( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/ClientStorage.py", line 353, in __init__ self._wait() File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 1000, in wait return self.io_call( ^^^^^^^^^^^^^ File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 867, in io_call return future.result() if wait else future ^^^^^^^^^^^^^^^ File "_futures.pyx", line 202, in ZEO.asyncio._futures.ConcurrentFuture.result File "_futures.pyx", line 212, in ZEO.asyncio._futures.ConcurrentFuture.result File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result File "_futures.pyx", line 274, in ZEO.asyncio._futures.CoroutineExecutor.step File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 705, in await_operational_co raise ClientDisconnected("timed out waiting for connection") ZEO.Exceptions.ClientDisconnected: timed out waiting for connection Exception in thread T17: Traceback (most recent call last): File "/usr/lib64/python3.11/asyncio/tasks.py", line 490, in wait_for return fut.result() ^^^^^^^^^^^^ asyncio.exceptions.CancelledError The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 703, in await_operational_co yield asyncio.wait_for(asyncio.shield(self.connected), timeout) File "_futures.pyx", line 260, in ZEO.asyncio._futures.CoroutineExecutor.step File "_futures.pyx", line 66, in ZEO.asyncio._futures.Future.result File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result File "_futures.pyx", line 272, in ZEO.asyncio._futures.CoroutineExecutor.step File "/usr/lib64/python3.11/asyncio/tasks.py", line 492, in wait_for raise exceptions.TimeoutError() from exc TimeoutError During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/lib64/python3.11/threading.py", line 1038, in _bootstrap_inner self.run() File "/usr/lib64/python3.11/threading.py", line 975, in run self._target(*self._args, **self._kwargs) File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 438, in T t_() File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 424, in t_ db = self.dbopen() ^^^^^^^^^^^^^ File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 242, in dbopen zstor = self._new_storage_client() ^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/tests/testZEO.py", line 271, in _new_storage_client client = ZEO.ClientStorage.ClientStorage( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/ClientStorage.py", line 353, in __init__ self._wait() File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 1000, in wait return self.io_call( ^^^^^^^^^^^^^ File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 867, in io_call return future.result() if wait else future ^^^^^^^^^^^^^^^ File "_futures.pyx", line 202, in ZEO.asyncio._futures.ConcurrentFuture.result File "_futures.pyx", line 212, in ZEO.asyncio._futures.ConcurrentFuture.result File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result File "_futures.pyx", line 274, in ZEO.asyncio._futures.CoroutineExecutor.step File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 705, in await_operational_co raise ClientDisconnected("timed out waiting for connection") ZEO.Exceptions.ClientDisconnected: timed out waiting for connection Exception in thread T11: Traceback (most recent call last): File "/usr/lib64/python3.11/asyncio/tasks.py", line 490, in wait_for return fut.result() ^^^^^^^^^^^^ asyncio.exceptions.CancelledError The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 703, in await_operational_co yield asyncio.wait_for(asyncio.shield(self.connected), timeout) File "_futures.pyx", line 260, in ZEO.asyncio._futures.CoroutineExecutor.step File "_futures.pyx", line 66, in ZEO.asyncio._futures.Future.result File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result File "_futures.pyx", line 272, in ZEO.asyncio._futures.CoroutineExecutor.step File "/usr/lib64/python3.11/asyncio/tasks.py", line 492, in wait_for raise exceptions.TimeoutError() from exc TimeoutError During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/lib64/python3.11/threading.py", line 1038, in _bootstrap_inner self.run() File "/usr/lib64/python3.11/threading.py", line 975, in run self._target(*self._args, **self._kwargs) File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 438, in T t_() File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 424, in t_ db = self.dbopen() ^^^^^^^^^^^^^ File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 242, in dbopen zstor = self._new_storage_client() ^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/tests/testZEO.py", line 271, in _new_storage_client client = ZEO.ClientStorage.ClientStorage( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/ClientStorage.py", line 353, in __init__ self._wait() File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 1000, in wait return self.io_call( ^^^^^^^^^^^^^ File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 867, in io_call return future.result() if wait else future ^^^^^^^^^^^^^^^ File "_futures.pyx", line 202, in ZEO.asyncio._futures.ConcurrentFuture.result File "_futures.pyx", line 212, in ZEO.asyncio._futures.ConcurrentFuture.result File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result File "_futures.pyx", line 274, in ZEO.asyncio._futures.CoroutineExecutor.step File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 705, in await_operational_co raise ClientDisconnected("timed out waiting for connection") ZEO.Exceptions.ClientDisconnected: timed out waiting for connection Exception in thread T14: Traceback (most recent call last): File "/usr/lib64/python3.11/asyncio/tasks.py", line 490, in wait_for return fut.result() ^^^^^^^^^^^^ asyncio.exceptions.CancelledError The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 703, in await_operational_co yield asyncio.wait_for(asyncio.shield(self.connected), timeout) File "_futures.pyx", line 260, in ZEO.asyncio._futures.CoroutineExecutor.step File "_futures.pyx", line 66, in ZEO.asyncio._futures.Future.result File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result File "_futures.pyx", line 272, in ZEO.asyncio._futures.CoroutineExecutor.step File "/usr/lib64/python3.11/asyncio/tasks.py", line 492, in wait_for raise exceptions.TimeoutError() from exc TimeoutError During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/lib64/python3.11/threading.py", line 1038, in _bootstrap_inner self.run() File "/usr/lib64/python3.11/threading.py", line 975, in run self._target(*self._args, **self._kwargs) File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 438, in T t_() File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 429, in t_ work1(db) File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 399, in work1 spec.assertStateOK(root) File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 130, in assertStateOK i2 = root['obj2'].value ^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.11/site-packages/ZODB/Connection.py", line 788, in setstate p, serial = self._storage.load(oid) ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.11/site-packages/ZODB/mvccadapter.py", line 164, in load r = self._storage.loadBefore(oid, self._start) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/ClientStorage.py", line 616, in loadBefore return self._server.load_before(oid, tid) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 940, in load_before return self.io_call(self.load_before_co(oid, tid, self.timeout)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 867, in io_call return future.result() if wait else future ^^^^^^^^^^^^^^^ File "_futures.pyx", line 202, in ZEO.asyncio._futures.ConcurrentFuture.result File "_futures.pyx", line 212, in ZEO.asyncio._futures.ConcurrentFuture.result File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result File "_futures.pyx", line 274, in ZEO.asyncio._futures.CoroutineExecutor.step File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 760, in load_before_co yield self.await_operational_co(timeout) File "_futures.pyx", line 260, in ZEO.asyncio._futures.CoroutineExecutor.step File "_futures.pyx", line 66, in ZEO.asyncio._futures.Future.result File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result File "_futures.pyx", line 274, in ZEO.asyncio._futures.CoroutineExecutor.step File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 705, in await_operational_co raise ClientDisconnected("timed out waiting for connection") ZEO.Exceptions.ClientDisconnected: timed out waiting for connection Exception in thread T34: Traceback (most recent call last): File "/usr/lib64/python3.11/threading.py", line 1038, in _bootstrap_inner self.run() File "/usr/lib64/python3.11/threading.py", line 975, in run self._target(*self._args, **self._kwargs) File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 438, in T t_() File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 429, in t_ work1(db) File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 417, in work1 transaction.commit() File "/usr/lib/python3.11/site-packages/transaction/_manager.py", line 257, in commit return self.manager.commit() ^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.11/site-packages/transaction/_manager.py", line 134, in commit return self.get().commit() ^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.11/site-packages/transaction/_transaction.py", line 283, in commit reraise(t, v, tb) File "/usr/lib/python3.11/site-packages/transaction/_compat.py", line 50, in reraise raise value File "/usr/lib/python3.11/site-packages/transaction/_transaction.py", line 274, in commit self._commitResources() File "/usr/lib/python3.11/site-packages/transaction/_transaction.py", line 457, in _commitResources reraise(t, v, tb) File "/usr/lib/python3.11/site-packages/transaction/_compat.py", line 50, in reraise raise value File "/usr/lib/python3.11/site-packages/transaction/_transaction.py", line 434, in _commitResources rm.tpc_vote(self) File "/usr/lib/python3.11/site-packages/ZODB/Connection.py", line 689, in tpc_vote s = vote(transaction) ^^^^^^^^^^^^^^^^^ File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/ClientStorage.py", line 846, in tpc_vote for oid in self._call('vote', id(txn)) or (): ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 888, in call return self.io_call( ^^^^^^^^^^^^^ File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 867, in io_call return future.result() if wait else future ^^^^^^^^^^^^^^^ File "_futures.pyx", line 202, in ZEO.asyncio._futures.ConcurrentFuture.result File "_futures.pyx", line 212, in ZEO.asyncio._futures.ConcurrentFuture.result File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result File "_futures.pyx", line 274, in ZEO.asyncio._futures.CoroutineExecutor.step File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 721, in call_sync_co _ = yield self.protocol.call_sync(method, args) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "_futures.pyx", line 260, in ZEO.asyncio._futures.CoroutineExecutor.step File "_futures.pyx", line 66, in ZEO.asyncio._futures.Future.result File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result ZEO.Exceptions.ClientDisconnected: Connection lost Exception in thread T3: Traceback (most recent call last): File "/usr/lib64/python3.11/asyncio/tasks.py", line 490, in wait_for return fut.result() ^^^^^^^^^^^^ asyncio.exceptions.CancelledError The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 703, in await_operational_co yield asyncio.wait_for(asyncio.shield(self.connected), timeout) File "_futures.pyx", line 260, in ZEO.asyncio._futures.CoroutineExecutor.step File "_futures.pyx", line 66, in ZEO.asyncio._futures.Future.result File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result File "_futures.pyx", line 272, in ZEO.asyncio._futures.CoroutineExecutor.step File "/usr/lib64/python3.11/asyncio/tasks.py", line 492, in wait_for raise exceptions.TimeoutError() from exc TimeoutError During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/lib64/python3.11/threading.py", line 1038, in _bootstrap_inner self.run() File "/usr/lib64/python3.11/threading.py", line 975, in run self._target(*self._args, **self._kwargs) File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 438, in T t_() File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 424, in t_ db = self.dbopen() ^^^^^^^^^^^^^ File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 249, in dbopen return DB(zstor) ^^^^^^^^^ File "/usr/lib/python3.11/site-packages/ZODB/DB.py", line 474, in __init__ conn.get(z64) File "/usr/lib/python3.11/site-packages/ZODB/Connection.py", line 249, in get p, _ = self._storage.load(oid) ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.11/site-packages/ZODB/mvccadapter.py", line 164, in load r = self._storage.loadBefore(oid, self._start) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/ClientStorage.py", line 616, in loadBefore return self._server.load_before(oid, tid) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 940, in load_before return self.io_call(self.load_before_co(oid, tid, self.timeout)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 867, in io_call return future.result() if wait else future ^^^^^^^^^^^^^^^ File "_futures.pyx", line 202, in ZEO.asyncio._futures.ConcurrentFuture.result File "_futures.pyx", line 212, in ZEO.asyncio._futures.ConcurrentFuture.result File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result File "_futures.pyx", line 274, in ZEO.asyncio._futures.CoroutineExecutor.step File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 760, in load_before_co yield self.await_operational_co(timeout) File "_futures.pyx", line 260, in ZEO.asyncio._futures.CoroutineExecutor.step File "_futures.pyx", line 66, in ZEO.asyncio._futures.Future.result File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result File "_futures.pyx", line 274, in ZEO.asyncio._futures.CoroutineExecutor.step File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 705, in await_operational_co raise ClientDisconnected("timed out waiting for connection") ZEO.Exceptions.ClientDisconnected: timed out waiting for connection Exception in thread T31: Traceback (most recent call last): File "/usr/lib64/python3.11/asyncio/tasks.py", line 490, in wait_for return fut.result() ^^^^^^^^^^^^ asyncio.exceptions.CancelledError The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 703, in await_operational_co yield asyncio.wait_for(asyncio.shield(self.connected), timeout) File "_futures.pyx", line 260, in ZEO.asyncio._futures.CoroutineExecutor.step File "_futures.pyx", line 66, in ZEO.asyncio._futures.Future.result File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result File "_futures.pyx", line 272, in ZEO.asyncio._futures.CoroutineExecutor.step File "/usr/lib64/python3.11/asyncio/tasks.py", line 492, in wait_for raise exceptions.TimeoutError() from exc TimeoutError During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/lib64/python3.11/threading.py", line 1038, in _bootstrap_inner self.run() File "/usr/lib64/python3.11/threading.py", line 975, in run self._target(*self._args, **self._kwargs) File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 438, in T t_() File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 424, in t_ db = self.dbopen() ^^^^^^^^^^^^^ File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 242, in dbopen zstor = self._new_storage_client() ^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/tests/testZEO.py", line 271, in _new_storage_client client = ZEO.ClientStorage.ClientStorage( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/ClientStorage.py", line 353, in __init__ self._wait() File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 1000, in wait return self.io_call( ^^^^^^^^^^^^^ File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 867, in io_call return future.result() if wait else future ^^^^^^^^^^^^^^^ File "_futures.pyx", line 202, in ZEO.asyncio._futures.ConcurrentFuture.result File "_futures.pyx", line 212, in ZEO.asyncio._futures.ConcurrentFuture.result File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result File "_futures.pyx", line 274, in ZEO.asyncio._futures.CoroutineExecutor.step File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 705, in await_operational_co raise ClientDisconnected("timed out waiting for connection") ZEO.Exceptions.ClientDisconnected: timed out waiting for connection Exception in thread T25: Traceback (most recent call last): File "/usr/lib64/python3.11/asyncio/tasks.py", line 490, in wait_for return fut.result() ^^^^^^^^^^^^ asyncio.exceptions.CancelledError The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 703, in await_operational_co yield asyncio.wait_for(asyncio.shield(self.connected), timeout) File "_futures.pyx", line 260, in ZEO.asyncio._futures.CoroutineExecutor.step File "_futures.pyx", line 66, in ZEO.asyncio._futures.Future.result File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result File "_futures.pyx", line 272, in ZEO.asyncio._futures.CoroutineExecutor.step File "/usr/lib64/python3.11/asyncio/tasks.py", line 492, in wait_for raise exceptions.TimeoutError() from exc TimeoutError During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/lib64/python3.11/threading.py", line 1038, in _bootstrap_inner self.run() File "/usr/lib64/python3.11/threading.py", line 975, in run self._target(*self._args, **self._kwargs) File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 438, in T t_() File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 424, in t_ db = self.dbopen() ^^^^^^^^^^^^^ File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 249, in dbopen return DB(zstor) ^^^^^^^^^ File "/usr/lib/python3.11/site-packages/ZODB/DB.py", line 474, in __init__ conn.get(z64) File "/usr/lib/python3.11/site-packages/ZODB/Connection.py", line 249, in get p, _ = self._storage.load(oid) ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.11/site-packages/ZODB/mvccadapter.py", line 164, in load r = self._storage.loadBefore(oid, self._start) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/ClientStorage.py", line 616, in loadBefore return self._server.load_before(oid, tid) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 940, in load_before return self.io_call(self.load_before_co(oid, tid, self.timeout)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 867, in io_call return future.result() if wait else future ^^^^^^^^^^^^^^^ File "_futures.pyx", line 202, in ZEO.asyncio._futures.ConcurrentFuture.result File "_futures.pyx", line 212, in ZEO.asyncio._futures.ConcurrentFuture.result File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result File "_futures.pyx", line 274, in ZEO.asyncio._futures.CoroutineExecutor.step File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 760, in load_before_co yield self.await_operational_co(timeout) File "_futures.pyx", line 260, in ZEO.asyncio._futures.CoroutineExecutor.step File "_futures.pyx", line 66, in ZEO.asyncio._futures.Future.result File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result File "_futures.pyx", line 274, in ZEO.asyncio._futures.CoroutineExecutor.step File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 705, in await_operational_co raise ClientDisconnected("timed out waiting for connection") ZEO.Exceptions.ClientDisconnected: timed out waiting for connection Exception in thread T6: Traceback (most recent call last): File "/usr/lib64/python3.11/asyncio/tasks.py", line 490, in wait_for return fut.result() ^^^^^^^^^^^^ asyncio.exceptions.CancelledError The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 703, in await_operational_co yield asyncio.wait_for(asyncio.shield(self.connected), timeout) File "_futures.pyx", line 260, in ZEO.asyncio._futures.CoroutineExecutor.step File "_futures.pyx", line 66, in ZEO.asyncio._futures.Future.result File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result File "_futures.pyx", line 272, in ZEO.asyncio._futures.CoroutineExecutor.step File "/usr/lib64/python3.11/asyncio/tasks.py", line 492, in wait_for raise exceptions.TimeoutError() from exc TimeoutError During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/lib64/python3.11/threading.py", line 1038, in _bootstrap_inner self.run() File "/usr/lib64/python3.11/threading.py", line 975, in run self._target(*self._args, **self._kwargs) File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 438, in T t_() File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 424, in t_ db = self.dbopen() ^^^^^^^^^^^^^ File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 249, in dbopen return DB(zstor) ^^^^^^^^^ File "/usr/lib/python3.11/site-packages/ZODB/DB.py", line 474, in __init__ conn.get(z64) File "/usr/lib/python3.11/site-packages/ZODB/Connection.py", line 249, in get p, _ = self._storage.load(oid) ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.11/site-packages/ZODB/mvccadapter.py", line 164, in load r = self._storage.loadBefore(oid, self._start) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/ClientStorage.py", line 616, in loadBefore return self._server.load_before(oid, tid) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 940, in load_before return self.io_call(self.load_before_co(oid, tid, self.timeout)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 867, in io_call return future.result() if wait else future ^^^^^^^^^^^^^^^ File "_futures.pyx", line 202, in ZEO.asyncio._futures.ConcurrentFuture.result File "_futures.pyx", line 212, in ZEO.asyncio._futures.ConcurrentFuture.result File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result File "_futures.pyx", line 274, in ZEO.asyncio._futures.CoroutineExecutor.step File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 760, in load_before_co yield self.await_operational_co(timeout) File "_futures.pyx", line 260, in ZEO.asyncio._futures.CoroutineExecutor.step File "_futures.pyx", line 66, in ZEO.asyncio._futures.Future.result File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result File "_futures.pyx", line 274, in ZEO.asyncio._futures.CoroutineExecutor.step File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 705, in await_operational_co raise ClientDisconnected("timed out waiting for connection") ZEO.Exceptions.ClientDisconnected: timed out waiting for connection Exception in thread T20: Traceback (most recent call last): File "/usr/lib64/python3.11/asyncio/tasks.py", line 490, in wait_for return fut.result() ^^^^^^^^^^^^ asyncio.exceptions.CancelledError The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 703, in await_operational_co yield asyncio.wait_for(asyncio.shield(self.connected), timeout) File "_futures.pyx", line 260, in ZEO.asyncio._futures.CoroutineExecutor.step File "_futures.pyx", line 66, in ZEO.asyncio._futures.Future.result File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result File "_futures.pyx", line 272, in ZEO.asyncio._futures.CoroutineExecutor.step File "/usr/lib64/python3.11/asyncio/tasks.py", line 492, in wait_for raise exceptions.TimeoutError() from exc TimeoutError During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/lib64/python3.11/threading.py", line 1038, in _bootstrap_inner self.run() File "/usr/lib64/python3.11/threading.py", line 975, in run self._target(*self._args, **self._kwargs) File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 438, in T t_() File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 429, in t_ work1(db) File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 417, in work1 transaction.commit() File "/usr/lib/python3.11/site-packages/transaction/_manager.py", line 257, in commit return self.manager.commit() ^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.11/site-packages/transaction/_manager.py", line 134, in commit return self.get().commit() ^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.11/site-packages/transaction/_transaction.py", line 283, in commit reraise(t, v, tb) File "/usr/lib/python3.11/site-packages/transaction/_compat.py", line 50, in reraise raise value File "/usr/lib/python3.11/site-packages/transaction/_transaction.py", line 274, in commit self._commitResources() File "/usr/lib/python3.11/site-packages/transaction/_transaction.py", line 457, in _commitResources reraise(t, v, tb) File "/usr/lib/python3.11/site-packages/transaction/_compat.py", line 50, in reraise raise value File "/usr/lib/python3.11/site-packages/transaction/_transaction.py", line 434, in _commitResources rm.tpc_vote(self) File "/usr/lib/python3.11/site-packages/ZODB/Connection.py", line 689, in tpc_vote s = vote(transaction) ^^^^^^^^^^^^^^^^^ File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/ClientStorage.py", line 846, in tpc_vote for oid in self._call('vote', id(txn)) or (): ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 888, in call return self.io_call( ^^^^^^^^^^^^^ File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 867, in io_call return future.result() if wait else future ^^^^^^^^^^^^^^^ File "_futures.pyx", line 202, in ZEO.asyncio._futures.ConcurrentFuture.result File "_futures.pyx", line 212, in ZEO.asyncio._futures.ConcurrentFuture.result File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result File "_futures.pyx", line 274, in ZEO.asyncio._futures.CoroutineExecutor.step File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 717, in call_sync_co yield self.await_operational_co(timeout) File "_futures.pyx", line 260, in ZEO.asyncio._futures.CoroutineExecutor.step File "_futures.pyx", line 66, in ZEO.asyncio._futures.Future.result File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result File "_futures.pyx", line 274, in ZEO.asyncio._futures.CoroutineExecutor.step File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 705, 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.BlobAdaptedFileStorageTests.check_race_external_invalidate_vs_disconnect) Traceback (most recent call last): File "/usr/lib64/python3.11/unittest/case.py", line 57, in testPartExecutor yield File "/usr/lib64/python3.11/unittest/case.py", line 623, in run self._callTestMethod(testMethod) File "/usr/lib64/python3.11/unittest/case.py", line 579, in _callTestMethod if method() is not None: File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 367, in check_race_external_invalidate_vs_disconnect return self._check_race_external_invalidate_vs_disconnect( File "/usr/lib/python3.11/site-packages/ZODB/tests/util.py", line 422, in _ return f(*argv, **kw) File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 457, in _check_race_external_invalidate_vs_disconnect self.fail('\n\n'.join([_ for _ in failure if _])) File "/usr/lib64/python3.11/unittest/case.py", line 703, in fail raise self.failureException(msg) AssertionError 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): [, , , ] ... Ran 111 tests with 1 failures, 0 errors, 0 skipped in 25 minutes 33.745 seconds. Running .BlobWritableCacheTests tests: Tear down .BlobAdaptedFileStorageTests in 0.003 seconds. Set up .BlobWritableCacheTests in 0.003 seconds. Running: ...........................................................................................................Exception in thread T35: Traceback (most recent call last): File "/usr/lib64/python3.11/threading.py", line 1038, in _bootstrap_inner Exception in thread T37: Traceback (most recent call last): File "/usr/lib64/python3.11/threading.py", line 1038, in _bootstrap_inner Exception in thread T48: Traceback (most recent call last): File "/usr/lib64/python3.11/threading.py", line 1038, in _bootstrap_inner self.run() File "/usr/lib64/python3.11/threading.py", line 975, in run Exception in thread T28: Traceback (most recent call last): File "/usr/lib64/python3.11/threading.py", line 1038, in _bootstrap_inner Exception in thread T44: Traceback (most recent call last): File "_futures.pyx", line 272, in ZEO.asyncio._futures.CoroutineExecutor.step self.run() File "/usr/lib64/python3.11/threading.py", line 975, in run Exception in thread T63: Traceback (most recent call last): File "/usr/lib64/python3.11/threading.py", line 1038, in _bootstrap_inner File "/usr/lib64/python3.11/asyncio/tasks.py", line 479, in wait_for self.run() File "/usr/lib64/python3.11/threading.py", line 975, in run Exception in thread Exception in thread T53: return fut.result() Traceback (most recent call last): self._target(*self._args, **self._kwargs) T61: Exception in thread T50: self.run() self.run() self._target(*self._args, **self._kwargs) Exception in thread T26: File "/usr/lib64/python3.11/threading.py", line 1038, in _bootstrap_inner Traceback (most recent call last): File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 438, in T File "/usr/lib64/python3.11/threading.py", line 975, in run Traceback (most recent call last): self._target(*self._args, **self._kwargs) ^^^^^^^^^^^^ File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 438, in T File "/usr/lib64/python3.11/threading.py", line 1038, in _bootstrap_inner t_() File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 438, in T Traceback (most recent call last): Exception in thread File "_futures.pyx", line 272, in ZEO.asyncio._futures.CoroutineExecutor.step File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 429, in t_ T31: File "/usr/lib64/python3.11/threading.py", line 975, in run Exception in thread T19: Exception in thread T41: Traceback (most recent call last): asyncio.exceptions.CancelledError File "/usr/lib64/python3.11/threading.py", line 1038, in _bootstrap_inner t_() Traceback (most recent call last): self._target(*self._args, **self._kwargs) Traceback (most recent call last): t_() File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 429, in t_ File "/usr/lib64/python3.11/asyncio/tasks.py", line 490, in wait_for File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 438, in T File "/usr/lib64/python3.11/asyncio/tasks.py", line 490, in wait_for self.run() During handling of the above exception, another exception occurred: File "/usr/lib64/python3.11/asyncio/tasks.py", line 479, in wait_for work1(db) File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 429, in t_ self.run() self.run() return fut.result() File "/usr/lib64/python3.11/asyncio/tasks.py", line 490, in wait_for File "/usr/lib64/python3.11/threading.py", line 975, in run return fut.result() File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 399, in work1 ^^^^^^^^^^^^ asyncio.exceptions.CancelledError The above exception was the direct cause of the following exception: Exception in thread Traceback (most recent call last): Exception in thread T59: ^^^^^^^^^^^^ Traceback (most recent call last): work1(db) File "/usr/lib64/python3.11/threading.py", line 975, in run Exception in thread return fut.result() ^^^^^^^^^^^^ asyncio.exceptions.CancelledError return fut.result() Exception in thread T9: T21: work1(db) t_() File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 703, in await_operational_co self._target(*self._args, **self._kwargs) T49: Exception in thread Exception in thread T16: Traceback (most recent call last): Exception in thread The above exception was the direct cause of the following exception: Traceback (most recent call last): asyncio.exceptions.CancelledError spec.assertStateOK(root) File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 429, in t_ File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 399, in work1 File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 438, in T Traceback (most recent call last): T17: Traceback (most recent call last): ^^^^^^^^^^^^ Exception in thread T6: Traceback (most recent call last): File "/usr/lib64/python3.11/asyncio/tasks.py", line 490, in wait_for Traceback (most recent call last): File "/usr/lib64/python3.11/asyncio/tasks.py", line 490, in wait_for Exception in thread T2: File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 131, in assertStateOK Exception in thread T22: Traceback (most recent call last): File "/usr/lib64/python3.11/asyncio/tasks.py", line 490, in wait_for File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 703, in await_operational_co Exception in thread T33: T46: Traceback (most recent call last): File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 399, in work1 Exception in thread T20: self._target(*self._args, **self._kwargs) self._target(*self._args, **self._kwargs) Exception in thread T40: File "/usr/lib64/python3.11/asyncio/tasks.py", line 490, in wait_for Traceback (most recent call last): File "/usr/lib64/python3.11/asyncio/tasks.py", line 490, in wait_for Traceback (most recent call last): spec.assertStateOK(root) return fut.result() Traceback (most recent call last): File "/usr/lib64/python3.11/threading.py", line 975, in run File "/usr/lib64/python3.11/asyncio/tasks.py", line 490, in wait_for spec.assertStateOK(root) Traceback (most recent call last): return fut.result() File "/usr/lib64/python3.11/asyncio/tasks.py", line 490, in wait_for p = root['phase'].value yield asyncio.wait_for(asyncio.shield(self.connected), timeout) ^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 130, in assertStateOK The above exception was the direct cause of the following exception: ^^^^^^^^^^^^ File "/usr/lib64/python3.11/asyncio/tasks.py", line 490, in wait_for asyncio.exceptions.CancelledError File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 131, in assertStateOK return fut.result() ^^^^^^^^^^^^ ^^^^^^^^^^^^ File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 703, in await_operational_co return fut.result() Exception in thread File "/usr/lib/python3.11/site-packages/ZODB/Connection.py", line 788, in setstate t_() return fut.result() Traceback (most recent call last): File "/usr/lib64/python3.11/asyncio/tasks.py", line 490, in wait_for return fut.result() ^^^^^^^^^^^^ i2 = root['obj2'].value File "/usr/lib64/python3.11/asyncio/tasks.py", line 490, in wait_for asyncio.exceptions.CancelledError The above exception was the direct cause of the following exception: work1(db) Exception in thread T45: Traceback (most recent call last): File "/usr/lib64/python3.11/threading.py", line 1038, in _bootstrap_inner File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 438, in T File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 703, in await_operational_co Traceback (most recent call last): Exception in thread File "/usr/lib64/python3.11/asyncio/tasks.py", line 490, in wait_for self._target(*self._args, **self._kwargs) asyncio.exceptions.CancelledError Exception in thread T39: asyncio.exceptions.CancelledError The above exception was the direct cause of the following exception: p, serial = self._storage.load(oid) Exception in thread T47: Traceback (most recent call last): File "/usr/lib64/python3.11/threading.py", line 1038, in _bootstrap_inner Traceback (most recent call last): ^^^^^^^^^^^^ The above exception was the direct cause of the following exception: T11: Traceback (most recent call last): Exception in thread T27: Traceback (most recent call last): ^^^^^^^^^^^^^^^^^^ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "_futures.pyx", line 260, in ZEO.asyncio._futures.CoroutineExecutor.step Traceback (most recent call last): File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 703, in await_operational_co Exception in thread T57: Traceback (most recent call last): File "/usr/lib64/python3.11/asyncio/tasks.py", line 490, in wait_for File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 438, in T yield asyncio.wait_for(asyncio.shield(self.connected), timeout) Traceback (most recent call last): Traceback (most recent call last): return fut.result() p = root['phase'].value self.run() ^^^^^^^^^^^^ asyncio.exceptions.CancelledError File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 399, in work1 T15: yield asyncio.wait_for(asyncio.shield(self.connected), timeout) Exception in thread T55: Traceback (most recent call last): return fut.result() File "_futures.pyx", line 66, in ZEO.asyncio._futures.Future.result t_() File "/usr/lib64/python3.11/asyncio/tasks.py", line 490, in wait_for File "/usr/lib64/python3.11/asyncio/tasks.py", line 490, in wait_for yield asyncio.wait_for(asyncio.shield(self.connected), timeout) return fut.result() return fut.result() ^^^^^^^^^^^^^^^^^^^ return fut.result() ^^^^^^^^^^^^ File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 429, in t_ File "/usr/lib64/python3.11/asyncio/tasks.py", line 490, in wait_for asyncio.exceptions.CancelledError t_() File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 429, in t_ File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 703, in await_operational_co File "/usr/lib64/python3.11/threading.py", line 1038, in _bootstrap_inner spec.assertStateOK(root) ^^^^^^^^^^^^ ^^^^^^^^^^^^ return fut.result() asyncio.exceptions.CancelledError asyncio.exceptions.CancelledError return fut.result() Exception in thread T62: File "_futures.pyx", line 260, in ZEO.asyncio._futures.CoroutineExecutor.step return fut.result() ^^^^^^^^^^^^ File "_futures.pyx", line 260, in ZEO.asyncio._futures.CoroutineExecutor.step File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 429, in t_ File "/usr/lib/python3.11/site-packages/ZODB/Connection.py", line 788, in setstate work1(db) File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 131, in assertStateOK File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 399, in work1 asyncio.exceptions.CancelledError The above exception was the direct cause of the following exception: File "/usr/lib64/python3.11/threading.py", line 975, in run Exception in thread T30: The above exception was the direct cause of the following exception: Traceback (most recent call last): asyncio.exceptions.CancelledError ^^^^^^^^^^^^ asyncio.exceptions.CancelledError File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 438, in T self.run() File "_futures.pyx", line 260, in ZEO.asyncio._futures.CoroutineExecutor.step File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 703, in await_operational_co Traceback (most recent call last): return fut.result() The above exception was the direct cause of the following exception: Traceback (most recent call last): The above exception was the direct cause of the following exception: File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result File "/usr/lib64/python3.11/threading.py", line 1038, in _bootstrap_inner The above exception was the direct cause of the following exception: File "_futures.pyx", line 66, in ZEO.asyncio._futures.Future.result Traceback (most recent call last): ^^^^^^^^^^^^ self._target(*self._args, **self._kwargs) File "_futures.pyx", line 66, in ZEO.asyncio._futures.Future.result Exception in thread T34: ^^^^^^^^^^^^ work1(db) t_() File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 429, in t_ ^^^^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^ File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 703, in await_operational_co Traceback (most recent call last): During handling of the above exception, another exception occurred: asyncio.exceptions.CancelledError Traceback (most recent call last): File "/usr/lib64/python3.11/asyncio/tasks.py", line 490, in wait_for File "/usr/lib64/python3.11/threading.py", line 975, in run yield asyncio.wait_for(asyncio.shield(self.connected), timeout) File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 438, in T yield asyncio.wait_for(asyncio.shield(self.connected), timeout) asyncio.exceptions.CancelledError File "_futures.pyx", line 260, in ZEO.asyncio._futures.CoroutineExecutor.step Traceback (most recent call last): File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 703, in await_operational_co return fut.result() File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result ^^^^^^^^^^^^ yield asyncio.wait_for(asyncio.shield(self.connected), timeout) yield asyncio.wait_for(asyncio.shield(self.connected), timeout) File "_futures.pyx", line 260, in ZEO.asyncio._futures.CoroutineExecutor.step File "/usr/lib64/python3.11/asyncio/tasks.py", line 490, in wait_for p, serial = self._storage.load(oid) ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.11/site-packages/ZODB/mvccadapter.py", line 164, in load yield asyncio.wait_for(asyncio.shield(self.connected), timeout) asyncio.exceptions.CancelledError The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/usr/lib64/python3.11/asyncio/tasks.py", line 490, in wait_for return fut.result() File "/usr/lib/python3.11/site-packages/ZODB/mvccadapter.py", line 164, in load work1(db) File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 399, in work1 File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 703, in await_operational_co File "_futures.pyx", line 260, in ZEO.asyncio._futures.CoroutineExecutor.step File "/usr/lib64/python3.11/asyncio/tasks.py", line 490, in wait_for File "_futures.pyx", line 272, in ZEO.asyncio._futures.CoroutineExecutor.step File "_futures.pyx", line 66, in ZEO.asyncio._futures.Future.result self.run() File "_futures.pyx", line 260, in ZEO.asyncio._futures.CoroutineExecutor.step File "_futures.pyx", line 260, in ZEO.asyncio._futures.CoroutineExecutor.step p = root['phase'].value File "_futures.pyx", line 66, in ZEO.asyncio._futures.Future.result File "_futures.pyx", line 66, in ZEO.asyncio._futures.Future.result ^^^^^^^^^^^^ self._target(*self._args, **self._kwargs) ^^^^^^^^^^^^ asyncio.exceptions.CancelledError spec.assertStateOK(root) The above exception was the direct cause of the following exception: Traceback (most recent call last): The above exception was the direct cause of the following exception: File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 703, in await_operational_co spec.assertStateOK(root) File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 131, in assertStateOK yield asyncio.wait_for(asyncio.shield(self.connected), timeout) File "_futures.pyx", line 260, in ZEO.asyncio._futures.CoroutineExecutor.step Exception in thread T54: Traceback (most recent call last): File "/usr/lib64/python3.11/asyncio/tasks.py", line 492, in wait_for File "/usr/lib64/python3.11/asyncio/tasks.py", line 490, in wait_for File "_futures.pyx", line 66, in ZEO.asyncio._futures.Future.result asyncio.exceptions.CancelledError File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 438, in T asyncio.exceptions.CancelledError Traceback (most recent call last): work1(db) The above exception was the direct cause of the following exception: File "_futures.pyx", line 66, in ZEO.asyncio._futures.Future.result asyncio.exceptions.CancelledError During handling of the above exception, another exception occurred: ^^^^^^^^^^^^^^^^^^^ File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result File "_futures.pyx", line 66, in ZEO.asyncio._futures.Future.result File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 399, in work1 File "_futures.pyx", line 66, in ZEO.asyncio._futures.Future.result self.run() Traceback (most recent call last): File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 703, in await_operational_co File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 703, in await_operational_co t_() raise exceptions.TimeoutError() from exc return fut.result() TimeoutError During handling of the above exception, another exception occurred: Traceback (most recent call last): File "_futures.pyx", line 272, in ZEO.asyncio._futures.CoroutineExecutor.step The above exception was the direct cause of the following exception: Traceback (most recent call last): File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result File "_futures.pyx", line 272, in ZEO.asyncio._futures.CoroutineExecutor.step asyncio.exceptions.CancelledError yield asyncio.wait_for(asyncio.shield(self.connected), timeout) return fut.result() File "_futures.pyx", line 260, in ZEO.asyncio._futures.CoroutineExecutor.step r = self._storage.loadBefore(oid, self._start) Traceback (most recent call last): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^ File "/usr/lib64/python3.11/threading.py", line 975, in run Traceback (most recent call last): File "/usr/lib64/python3.11/threading.py", line 1038, in _bootstrap_inner File "/usr/lib/python3.11/site-packages/ZODB/Connection.py", line 788, in setstate The above exception was the direct cause of the following exception: File "/usr/lib64/python3.11/threading.py", line 975, in run yield asyncio.wait_for(asyncio.shield(self.connected), timeout) File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 130, in assertStateOK File "/usr/lib64/python3.11/asyncio/tasks.py", line 492, in wait_for spec.assertStateOK(root) File "/usr/lib64/python3.11/asyncio/tasks.py", line 492, in wait_for File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 429, in t_ File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/ClientStorage.py", line 616, in loadBefore Traceback (most recent call last): File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 703, in await_operational_co asyncio.exceptions.CancelledError The above exception was the direct cause of the following exception: Traceback (most recent call last): r = self._storage.loadBefore(oid, self._start) File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 703, in await_operational_co The above exception was the direct cause of the following exception: yield asyncio.wait_for(asyncio.shield(self.connected), timeout) File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 399, in work1 p, serial = self._storage.load(oid) File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 703, in await_operational_co File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result File "/usr/lib/python3.11/site-packages/ZODB/Connection.py", line 788, in setstate File "_futures.pyx", line 272, in ZEO.asyncio._futures.CoroutineExecutor.step File "/usr/lib64/python3.11/threading.py", line 1038, in _bootstrap_inner p = root['phase'].value t_() ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ raise exceptions.TimeoutError() from exc File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/ClientStorage.py", line 616, in loadBefore self._target(*self._args, **self._kwargs) ^^^^^^^^^^^^ File "_futures.pyx", line 260, in ZEO.asyncio._futures.CoroutineExecutor.step spec.assertStateOK(root) i2 = root['obj2'].value yield asyncio.wait_for(asyncio.shield(self.connected), timeout) File "_futures.pyx", line 272, in ZEO.asyncio._futures.CoroutineExecutor.step File "_futures.pyx", line 260, in ZEO.asyncio._futures.CoroutineExecutor.step ^^^^^^^^^^^^^^^^^^^ File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result File "/usr/lib/python3.11/site-packages/ZODB/Connection.py", line 788, in setstate File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 429, in t_ File "_futures.pyx", line 272, in ZEO.asyncio._futures.CoroutineExecutor.step File "/usr/lib64/python3.11/asyncio/tasks.py", line 492, in wait_for self._target(*self._args, **self._kwargs) File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 438, in T yield asyncio.wait_for(asyncio.shield(self.connected), timeout) asyncio.exceptions.CancelledError File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 130, in assertStateOK return self._server.load_before(oid, tid) Traceback (most recent call last): ^^^^^^^^^^^^^^^^^^ File "/usr/lib64/python3.11/threading.py", line 1038, in _bootstrap_inner return fut.result() return self._server.load_before(oid, tid) ^^^^^^^^^^^^ work1(db) self.run() File "_futures.pyx", line 260, in ZEO.asyncio._futures.CoroutineExecutor.step Traceback (most recent call last): File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 703, in await_operational_co File "/usr/lib64/python3.11/asyncio/tasks.py", line 492, in wait_for File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 703, in await_operational_co self.run() Traceback (most recent call last): File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 703, in await_operational_co The above exception was the direct cause of the following exception: p, serial = self._storage.load(oid) Traceback (most recent call last): File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 703, in await_operational_co File "_futures.pyx", line 66, in ZEO.asyncio._futures.Future.result yield asyncio.wait_for(asyncio.shield(self.connected), timeout) File "_futures.pyx", line 66, in ZEO.asyncio._futures.Future.result asyncio.exceptions.CancelledError File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 703, in await_operational_co Traceback (most recent call last): File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 703, in await_operational_co work1(db) p, serial = self._storage.load(oid) File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 129, in assertStateOK ^^^^^^^^^^^^^^^^^^^^^^^ File "_futures.pyx", line 272, in ZEO.asyncio._futures.CoroutineExecutor.step File "_futures.pyx", line 66, in ZEO.asyncio._futures.Future.result ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 940, in load_before i2 = root['obj2'].value File "/usr/lib64/python3.11/asyncio/tasks.py", line 492, in wait_for ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 940, in load_before yield asyncio.wait_for(asyncio.shield(self.connected), timeout) File "_futures.pyx", line 260, in ZEO.asyncio._futures.CoroutineExecutor.step File "/usr/lib64/python3.11/threading.py", line 975, in run File "_futures.pyx", line 66, in ZEO.asyncio._futures.Future.result raise exceptions.TimeoutError() from exc ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.11/site-packages/ZODB/mvccadapter.py", line 164, in load File "_futures.pyx", line 260, in ZEO.asyncio._futures.CoroutineExecutor.step File "_futures.pyx", line 272, in ZEO.asyncio._futures.CoroutineExecutor.step File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.11/site-packages/ZODB/mvccadapter.py", line 164, in load ^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.11/site-packages/ZODB/Connection.py", line 788, in setstate File "/usr/lib64/python3.11/asyncio/tasks.py", line 492, in wait_for File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result TimeoutError During handling of the above exception, another exception occurred: File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result File "/usr/lib/python3.11/site-packages/ZODB/mvccadapter.py", line 164, in load File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 703, in await_operational_co File "_futures.pyx", line 66, in ZEO.asyncio._futures.Future.result raise exceptions.TimeoutError() from exc TimeoutError t_() File "/usr/lib64/python3.11/asyncio/tasks.py", line 492, in wait_for yield asyncio.wait_for(asyncio.shield(self.connected), timeout) File "_futures.pyx", line 272, in ZEO.asyncio._futures.CoroutineExecutor.step The above exception was the direct cause of the following exception: raise exceptions.TimeoutError() from exc File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 417, in work1 TimeoutError During handling of the above exception, another exception occurred: File "_futures.pyx", line 272, in ZEO.asyncio._futures.CoroutineExecutor.step yield asyncio.wait_for(asyncio.shield(self.connected), timeout) File "_futures.pyx", line 260, in ZEO.asyncio._futures.CoroutineExecutor.step File "_futures.pyx", line 260, in ZEO.asyncio._futures.CoroutineExecutor.step raise exceptions.TimeoutError() from exc r = self._storage.loadBefore(oid, self._start) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/ClientStorage.py", line 616, in loadBefore File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 417, in work1 File "/usr/lib64/python3.11/asyncio/tasks.py", line 492, in wait_for The above exception was the direct cause of the following exception: File "/usr/lib64/python3.11/asyncio/tasks.py", line 492, in wait_for raise exceptions.TimeoutError() from exc File "_futures.pyx", line 272, in ZEO.asyncio._futures.CoroutineExecutor.step p, serial = self._storage.load(oid) File "_futures.pyx", line 66, in ZEO.asyncio._futures.Future.result Traceback (most recent call last): self.run() During handling of the above exception, another exception occurred: File "_futures.pyx", line 272, in ZEO.asyncio._futures.CoroutineExecutor.step yield asyncio.wait_for(asyncio.shield(self.connected), timeout) File "_futures.pyx", line 66, in ZEO.asyncio._futures.Future.result File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 438, in T yield asyncio.wait_for(asyncio.shield(self.connected), timeout) Traceback (most recent call last): File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 703, in await_operational_co raise exceptions.TimeoutError() from exc yield asyncio.wait_for(asyncio.shield(self.connected), timeout) transaction.commit() File "/usr/lib/python3.11/site-packages/ZODB/Connection.py", line 788, in setstate ^^^^^^^^^^^^^^^^^^^^^^^ raise exceptions.TimeoutError() from exc transaction.commit() r = self._storage.loadBefore(oid, self._start) File "/usr/lib64/python3.11/threading.py", line 975, in run ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ return self.io_call(self.load_before_co(oid, tid, self.timeout)) raise exceptions.TimeoutError() from exc TimeoutError TimeoutError During handling of the above exception, another exception occurred: File "_futures.pyx", line 66, in ZEO.asyncio._futures.Future.result File "/usr/lib64/python3.11/asyncio/tasks.py", line 492, in wait_for yield asyncio.wait_for(asyncio.shield(self.connected), timeout) TimeoutError File "/usr/lib64/python3.11/asyncio/tasks.py", line 492, in wait_for TimeoutError During handling of the above exception, another exception occurred: t_() self._target(*self._args, **self._kwargs) File "/usr/lib/python3.11/site-packages/transaction/_manager.py", line 257, in commit File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 429, in t_ i1 = root['obj1'].value return self.io_call(self.load_before_co(oid, tid, self.timeout)) Traceback (most recent call last): Traceback (most recent call last): File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result File "_futures.pyx", line 260, in ZEO.asyncio._futures.CoroutineExecutor.step return self._server.load_before(oid, tid) File "/usr/lib64/python3.11/threading.py", line 975, in run TimeoutError During handling of the above exception, another exception occurred: File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result TimeoutError raise exceptions.TimeoutError() from exc TimeoutError File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib64/python3.11/threading.py", line 1038, in _bootstrap_inner self._target(*self._args, **self._kwargs) File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 703, in await_operational_co File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 438, in T File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result File "_futures.pyx", line 260, in ZEO.asyncio._futures.CoroutineExecutor.step File "/usr/lib/python3.11/site-packages/transaction/_manager.py", line 257, in commit File "_futures.pyx", line 272, in ZEO.asyncio._futures.CoroutineExecutor.step File "/usr/lib/python3.11/site-packages/ZODB/mvccadapter.py", line 164, in load raise exceptions.TimeoutError() from exc return self.manager.commit() During handling of the above exception, another exception occurred: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib64/python3.11/threading.py", line 1038, in _bootstrap_inner ^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.11/site-packages/ZODB/Connection.py", line 788, in setstate File "_futures.pyx", line 260, in ZEO.asyncio._futures.CoroutineExecutor.step File "_futures.pyx", line 260, in ZEO.asyncio._futures.CoroutineExecutor.step Traceback (most recent call last): File "_futures.pyx", line 272, in ZEO.asyncio._futures.CoroutineExecutor.step ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ work1(db) File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 940, in load_before File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 429, in t_ File "_futures.pyx", line 66, in ZEO.asyncio._futures.Future.result TimeoutError ^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.11/site-packages/transaction/_manager.py", line 134, in commit t_() File "_futures.pyx", line 272, in ZEO.asyncio._futures.CoroutineExecutor.step File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/ClientStorage.py", line 616, in loadBefore During handling of the above exception, another exception occurred: r = self._storage.loadBefore(oid, self._start) work1(db) return self.get().commit() yield asyncio.wait_for(asyncio.shield(self.connected), timeout) ^^^^^^^^^^^^^^^^^^^ self.run() During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/lib64/python3.11/asyncio/tasks.py", line 492, in wait_for r = self._storage.loadBefore(oid, self._start) return self.manager.commit() ^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.11/site-packages/transaction/_manager.py", line 134, in commit p, serial = self._storage.load(oid) During handling of the above exception, another exception occurred: Traceback (most recent call last): return self._server.load_before(oid, tid) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib64/python3.11/threading.py", line 1038, in _bootstrap_inner return self.io_call(self.load_before_co(oid, tid, self.timeout)) p, serial = self._storage.load(oid) Traceback (most recent call last): self.run() File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 438, in T File "/usr/lib64/python3.11/threading.py", line 1038, in _bootstrap_inner File "_futures.pyx", line 66, in ZEO.asyncio._futures.Future.result self._target(*self._args, **self._kwargs) File "_futures.pyx", line 66, in ZEO.asyncio._futures.Future.result File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 867, in io_call ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.11/site-packages/ZODB/mvccadapter.py", line 164, in load Traceback (most recent call last): File "/usr/lib64/python3.11/threading.py", line 1038, in _bootstrap_inner File "/usr/lib64/python3.11/threading.py", line 1038, in _bootstrap_inner return self.get().commit() Exception in thread T23: Traceback (most recent call last): File "/usr/lib64/python3.11/asyncio/tasks.py", line 490, in wait_for r = self._storage.loadBefore(oid, self._start) File "/usr/lib64/python3.11/threading.py", line 975, in run ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ self.run() return future.result() if wait else future Traceback (most recent call last): File "/usr/lib64/python3.11/threading.py", line 1038, in _bootstrap_inner File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 417, in work1 File "_futures.pyx", line 272, in ZEO.asyncio._futures.CoroutineExecutor.step File "/usr/lib/python3.11/site-packages/transaction/_transaction.py", line 283, in commit File "_futures.pyx", line 260, in ZEO.asyncio._futures.CoroutineExecutor.step File "/usr/lib64/python3.11/asyncio/tasks.py", line 492, in wait_for ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 867, in io_call File "/usr/lib64/python3.11/threading.py", line 1038, in _bootstrap_inner ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ During handling of the above exception, another exception occurred: File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/ClientStorage.py", line 616, in loadBefore File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 438, in T self.run() ^^^^^^^^^^^^^^^ File "_futures.pyx", line 202, in ZEO.asyncio._futures.ConcurrentFuture.result File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 867, in io_call raise exceptions.TimeoutError() from exc File "_futures.pyx", line 272, in ZEO.asyncio._futures.CoroutineExecutor.step return fut.result() File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 940, in load_before ^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.11/site-packages/transaction/_transaction.py", line 283, in commit ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.11/site-packages/ZODB/mvccadapter.py", line 164, in load File "_futures.pyx", line 66, in ZEO.asyncio._futures.Future.result File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/ClientStorage.py", line 616, in loadBefore File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 424, in t_ File "/usr/lib64/python3.11/threading.py", line 975, in run File "/usr/lib64/python3.11/threading.py", line 975, in run File "_futures.pyx", line 260, in ZEO.asyncio._futures.CoroutineExecutor.step self.run() self.run() return self._server.load_before(oid, tid) TimeoutError During handling of the above exception, another exception occurred: t_() File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 417, in work1 asyncio.exceptions.CancelledError self.run() File "/usr/lib64/python3.11/asyncio/tasks.py", line 492, in wait_for File "/usr/lib64/python3.11/asyncio/tasks.py", line 492, in wait_for Traceback (most recent call last): r = self._storage.loadBefore(oid, self._start) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib64/python3.11/threading.py", line 975, in run return self.io_call(self.load_before_co(oid, tid, self.timeout)) return future.result() if wait else future File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result reraise(t, v, tb) t_() File "_futures.pyx", line 66, in ZEO.asyncio._futures.Future.result File "/usr/lib64/python3.11/threading.py", line 975, in run File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 424, in t_ File "_futures.pyx", line 272, in ZEO.asyncio._futures.CoroutineExecutor.step File "_futures.pyx", line 272, in ZEO.asyncio._futures.CoroutineExecutor.step self._target(*self._args, **self._kwargs) File "/usr/lib64/python3.11/threading.py", line 975, in run Traceback (most recent call last): transaction.commit() ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/ClientStorage.py", line 616, in loadBefore File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/ClientStorage.py", line 616, in loadBefore ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ reraise(t, v, tb) File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result yield asyncio.wait_for(asyncio.shield(self.connected), timeout) raise exceptions.TimeoutError() from exc self._target(*self._args, **self._kwargs) raise exceptions.TimeoutError() from exc File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 438, in T TimeoutError File "/usr/lib64/python3.11/asyncio/tasks.py", line 492, in wait_for File "/usr/lib/python3.11/site-packages/transaction/_manager.py", line 257, in commit File "/usr/lib64/python3.11/threading.py", line 975, in run self._target(*self._args, **self._kwargs) return future.result() if wait else future File "_futures.pyx", line 212, in ZEO.asyncio._futures.ConcurrentFuture.result ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 940, in load_before transaction.commit() ^^^^^^^^^^^^ asyncio.exceptions.CancelledError return self._server.load_before(oid, tid) File "_futures.pyx", line 260, in ZEO.asyncio._futures.CoroutineExecutor.step File "_futures.pyx", line 66, in ZEO.asyncio._futures.Future.result TimeoutError Traceback (most recent call last): db = self.dbopen() ^^^^^^^^^^^^^ File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 242, in dbopen File "/usr/lib64/python3.11/asyncio/tasks.py", line 492, in wait_for File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result File "/usr/lib64/python3.11/asyncio/tasks.py", line 492, in wait_for self._target(*self._args, **self._kwargs) ^^^^^^^^^^^^^^^ File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 867, in io_call File "_futures.pyx", line 202, in ZEO.asyncio._futures.ConcurrentFuture.result File "/usr/lib/python3.11/site-packages/transaction/_compat.py", line 50, in reraise raise exceptions.TimeoutError() from exc self._target(*self._args, **self._kwargs) Traceback (most recent call last): self._target(*self._args, **self._kwargs) File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 438, in T File "_futures.pyx", line 66, in ZEO.asyncio._futures.Future.result raise exceptions.TimeoutError() from exc TimeoutError Exception in thread T29: Traceback (most recent call last): File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 438, in T ^^^^^^^^^^^^^^^ return self._server.load_before(oid, tid) File "_futures.pyx", line 202, in ZEO.asyncio._futures.ConcurrentFuture.result TimeoutError File "/usr/lib/python3.11/site-packages/transaction/_manager.py", line 257, in commit File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 438, in T During handling of the above exception, another exception occurred: raise exceptions.TimeoutError() from exc return self.io_call(self.load_before_co(oid, tid, self.timeout)) t_() ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 867, in io_call File "_futures.pyx", line 272, in ZEO.asyncio._futures.CoroutineExecutor.step File "/usr/lib64/python3.11/threading.py", line 1038, in _bootstrap_inner self.run() return future.result() if wait else future During handling of the above exception, another exception occurred: Traceback (most recent call last): File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 429, in t_ File "/usr/lib64/python3.11/threading.py", line 1038, in _bootstrap_inner The above exception was the direct cause of the following exception: File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result TimeoutError File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result raise exceptions.TimeoutError() from exc raise value File "/usr/lib64/python3.11/threading.py", line 1038, in _bootstrap_inner File "_futures.pyx", line 272, in ZEO.asyncio._futures.CoroutineExecutor.step self._target(*self._args, **self._kwargs) File "/usr/lib64/python3.11/threading.py", line 975, in run ^^^^^^^^^^^^^^^ File "_futures.pyx", line 202, in ZEO.asyncio._futures.ConcurrentFuture.result File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 438, in T File "/usr/lib64/python3.11/asyncio/tasks.py", line 490, in wait_for File "/usr/lib/python3.11/site-packages/transaction/_compat.py", line 50, in reraise ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ During handling of the above exception, another exception occurred: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "_futures.pyx", line 212, in ZEO.asyncio._futures.ConcurrentFuture.result File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 940, in load_before Traceback (most recent call last): File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 703, in await_operational_co t_() self.run() File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 429, in t_ t_() return self.manager.commit() work1(db) During handling of the above exception, another exception occurred: Traceback (most recent call last): self.run() File "/usr/lib64/python3.11/asyncio/tasks.py", line 492, in wait_for File "/usr/lib64/python3.11/threading.py", line 1038, in _bootstrap_inner self.run() File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 438, in T raise value Traceback (most recent call last): During handling of the above exception, another exception occurred: File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 424, in t_ File "/usr/lib/python3.11/site-packages/transaction/_transaction.py", line 274, in commit File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 417, in work1 File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 438, in T t_() zstor = self._new_storage_client() ^^^^^^^^^^^^^^^^^^^^^^^^^^ File "_futures.pyx", line 212, in ZEO.asyncio._futures.ConcurrentFuture.result File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 940, in load_before File "_futures.pyx", line 272, in ZEO.asyncio._futures.CoroutineExecutor.step self._target(*self._args, **self._kwargs) File "/usr/lib/python3.11/site-packages/transaction/_transaction.py", line 274, in commit File "_futures.pyx", line 212, in ZEO.asyncio._futures.ConcurrentFuture.result TimeoutError Traceback (most recent call last): self.run() File "_futures.pyx", line 272, in ZEO.asyncio._futures.CoroutineExecutor.step db = self.dbopen() raise exceptions.TimeoutError() from exc self._commitResources() File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 424, in t_ t_() File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 429, in t_ return future.result() if wait else future db = self.dbopen() File "/usr/lib64/python3.11/threading.py", line 975, in run return self._server.load_before(oid, tid) Traceback (most recent call last): During handling of the above exception, another exception occurred: File "/usr/lib64/python3.11/threading.py", line 1038, in _bootstrap_inner File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 424, in t_ ^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.11/site-packages/transaction/_manager.py", line 134, in commit File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result t_() work1(db) ^^^^^^^^^^^^^ File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 242, in dbopen return self.manager.commit() File "/usr/lib64/python3.11/threading.py", line 1038, in _bootstrap_inner yield asyncio.wait_for(asyncio.shield(self.connected), timeout) File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/tests/testZEO.py", line 271, in _new_storage_client ^^^^^^^^^^^^^^^ File "_futures.pyx", line 202, in ZEO.asyncio._futures.ConcurrentFuture.result ^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 249, in dbopen File "/usr/lib64/python3.11/threading.py", line 975, in run work1(db) During handling of the above exception, another exception occurred: File "/usr/lib64/python3.11/threading.py", line 1038, in _bootstrap_inner return self.io_call(self.load_before_co(oid, tid, self.timeout)) return fut.result() TimeoutError File "/usr/lib64/python3.11/asyncio/tasks.py", line 492, in wait_for File "_futures.pyx", line 274, in ZEO.asyncio._futures.CoroutineExecutor.step File "_futures.pyx", line 274, in ZEO.asyncio._futures.CoroutineExecutor.step File "/usr/lib64/python3.11/asyncio/tasks.py", line 492, in wait_for db = self.dbopen() return self.get().commit() db = self.dbopen() File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 940, in load_before File "/usr/lib64/python3.11/threading.py", line 1038, in _bootstrap_inner File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result File "_futures.pyx", line 212, in ZEO.asyncio._futures.ConcurrentFuture.result return self.io_call(self.load_before_co(oid, tid, self.timeout)) Traceback (most recent call last): self._commitResources() ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "_futures.pyx", line 274, in ZEO.asyncio._futures.CoroutineExecutor.step File "/usr/lib/python3.11/site-packages/transaction/_transaction.py", line 457, in _commitResources ^^^^^^^^^^^^^^^^^^^^^ self.run() File "_futures.pyx", line 260, in ZEO.asyncio._futures.CoroutineExecutor.step File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 763, in load_before_co ^^^^^^^^^^^^^ File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 242, in dbopen reraise(t, v, tb) File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 438, in T self._target(*self._args, **self._kwargs) File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 438, in T raise exceptions.TimeoutError() from exc File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 763, in load_before_co File "_futures.pyx", line 274, in ZEO.asyncio._futures.CoroutineExecutor.step File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 429, in t_ File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 399, in work1 File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 867, in io_call data = yield self.protocol.load_before(oid, tid) self.run() File "/usr/lib64/python3.11/threading.py", line 975, in run t_() zstor = self._new_storage_client() ^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.11/site-packages/transaction/_transaction.py", line 283, in commit File "/usr/lib/python3.11/site-packages/transaction/_compat.py", line 50, in reraise self.run() File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 763, in load_before_co File "/usr/lib64/python3.11/threading.py", line 1038, in _bootstrap_inner TimeoutError client = ZEO.ClientStorage.ClientStorage( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/ClientStorage.py", line 353, in __init__ File "/usr/lib/python3.11/site-packages/transaction/_transaction.py", line 457, in _commitResources File "_futures.pyx", line 274, in ZEO.asyncio._futures.CoroutineExecutor.step ^^^^^^^^^^^^ During handling of the above exception, another exception occurred: Traceback (most recent call last): transaction.commit() ^^^^^^^^^^^^^ File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 242, in dbopen File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 399, in work1 zstor = self._new_storage_client() ^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib64/python3.11/threading.py", line 975, in run ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "_futures.pyx", line 66, in ZEO.asyncio._futures.Future.result raise value t_() self.run() self._target(*self._args, **self._kwargs) asyncio.exceptions.CancelledError File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 429, in t_ data = yield self.protocol.load_before(oid, tid) return self.io_call(self.load_before_co(oid, tid, self.timeout)) File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 763, in load_before_co Traceback (most recent call last): File "/usr/lib64/python3.11/threading.py", line 1038, in _bootstrap_inner File "/usr/lib64/python3.11/threading.py", line 1038, in _bootstrap_inner work1(db) File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 867, in io_call File "/usr/lib64/python3.11/asyncio/tasks.py", line 492, in wait_for zstor = self._new_storage_client() spec.assertStateOK(root) File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 429, in t_ File "/usr/lib64/python3.11/threading.py", line 975, in run return DB(zstor) File "/usr/lib/python3.11/site-packages/transaction/_manager.py", line 134, in commit The above exception was the direct cause of the following exception: work1(db) File "/usr/lib64/python3.11/threading.py", line 975, in run File "/usr/lib64/python3.11/threading.py", line 1038, in _bootstrap_inner File "/usr/lib/python3.11/site-packages/transaction/_manager.py", line 257, in commit spec.assertStateOK(root) File "/usr/lib64/python3.11/threading.py", line 975, in run File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/tests/testZEO.py", line 271, in _new_storage_client return future.result() if wait else future self.run() File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 399, in work1 File "_futures.pyx", line 272, in ZEO.asyncio._futures.CoroutineExecutor.step File "/usr/lib/python3.11/site-packages/transaction/_transaction.py", line 429, in _commitResources self.run() work1(db) self._wait() return future.result() if wait else future ^^^^^^^^^ File "/usr/lib/python3.11/site-packages/ZODB/DB.py", line 474, in __init__ File "/usr/lib64/python3.11/threading.py", line 975, in run ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "_futures.pyx", line 260, in ZEO.asyncio._futures.CoroutineExecutor.step self._target(*self._args, **self._kwargs) reraise(t, v, tb) data = yield self.protocol.load_before(oid, tid) ^^^^^^^^^^^^^^^ File "/usr/lib64/python3.11/threading.py", line 975, in run data = yield self.protocol.load_before(oid, tid) t_() ^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib64/python3.11/threading.py", line 975, in run File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 399, in work1 File "_futures.pyx", line 66, in ZEO.asyncio._futures.Future.result File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 1000, in wait rm.tpc_begin(self) self._target(*self._args, **self._kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ raise exceptions.TimeoutError() from exc self._target(*self._args, **self._kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/tests/testZEO.py", line 271, in _new_storage_client return self.get().commit() File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 438, in T File "/usr/lib/python3.11/site-packages/transaction/_compat.py", line 50, in reraise ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "_futures.pyx", line 202, in ZEO.asyncio._futures.ConcurrentFuture.result File "_futures.pyx", line 260, in ZEO.asyncio._futures.CoroutineExecutor.step self._target(*self._args, **self._kwargs) File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 438, in T File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 131, in assertStateOK File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 438, in T File "/usr/lib64/python3.11/asyncio/tasks.py", line 492, in wait_for Exception in thread T38: ^^^^^^^^^^^^^^^ spec.assertStateOK(root) File "_futures.pyx", line 202, in ZEO.asyncio._futures.ConcurrentFuture.result self._target(*self._args, **self._kwargs) Exception in thread T51: Traceback (most recent call last): TimeoutError During handling of the above exception, another exception occurred: ^^^^^^^^^^^^^^^^^^^ During handling of the above exception, another exception occurred: Traceback (most recent call last): self._target(*self._args, **self._kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ t_() raise exceptions.TimeoutError() from exc self.run() File "/usr/lib64/python3.11/threading.py", line 975, in run File "/usr/lib/python3.11/site-packages/ZODB/Connection.py", line 481, in tpc_begin File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 438, in T p = root['phase'].value ^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 399, in work1 self.run() raise value File "/usr/lib/python3.11/site-packages/transaction/_transaction.py", line 274, in commit reraise(t, v, tb) File "/usr/lib/python3.11/site-packages/transaction/_compat.py", line 50, in reraise self._target(*self._args, **self._kwargs) File "/usr/lib/python3.11/site-packages/transaction/_transaction.py", line 283, in commit return self.manager.commit() File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 424, in t_ File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 438, in T self._target(*self._args, **self._kwargs) client = ZEO.ClientStorage.ClientStorage( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "_futures.pyx", line 260, in ZEO.asyncio._futures.CoroutineExecutor.step TimeoutError Traceback (most recent call last): File "/usr/lib64/python3.11/threading.py", line 975, in run File "_futures.pyx", line 212, in ZEO.asyncio._futures.ConcurrentFuture.result t_() raise exceptions.TimeoutError() from exc TimeoutError File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result self._commitResources() File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/tests/testZEO.py", line 271, in _new_storage_client File "/usr/lib/python3.11/site-packages/transaction/_transaction.py", line 457, in _commitResources File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 763, in load_before_co File "_futures.pyx", line 260, in ZEO.asyncio._futures.CoroutineExecutor.step raise value spec.assertStateOK(root) Traceback (most recent call last): File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 129, in assertStateOK File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 438, in T File "/usr/lib/python3.11/site-packages/ZODB/Connection.py", line 788, in setstate reraise(t, v, tb) File "/usr/lib64/python3.11/asyncio/tasks.py", line 490, in wait_for File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result File "_futures.pyx", line 212, in ZEO.asyncio._futures.ConcurrentFuture.result File "_futures.pyx", line 66, in ZEO.asyncio._futures.Future.result File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 424, in t_ spec.assertStateOK(root) File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 129, in assertStateOK During handling of the above exception, another exception occurred: self._normal_storage.tpc_begin(meta_data) ^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 438, in T t_() File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result File "/usr/lib/python3.11/site-packages/transaction/_transaction.py", line 431, in _commitResources File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 429, in t_ t_() During handling of the above exception, another exception occurred: data = yield self.protocol.load_before(oid, tid) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ i1 = root['obj1'].value ^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.11/site-packages/ZODB/Connection.py", line 788, in setstate conn.get(z64) Traceback (most recent call last): File "/usr/lib64/python3.11/threading.py", line 1038, in _bootstrap_inner ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.11/site-packages/ZODB/mvccadapter.py", line 206, in tpc_begin db = self.dbopen() i1 = root['obj1'].value self._storage.tpc_begin(transaction) p, serial = self._storage.load(oid) File "/usr/lib64/python3.11/threading.py", line 1038, in _bootstrap_inner File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/ClientStorage.py", line 353, in __init__ File "_futures.pyx", line 66, in ZEO.asyncio._futures.Future.result t_() File "/usr/lib/python3.11/site-packages/transaction/_compat.py", line 50, in reraise File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 424, in t_ File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 438, in T self._wait() t_() t_() p, serial = self._storage.load(oid) client = ZEO.ClientStorage.ClientStorage( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/ClientStorage.py", line 353, in __init__ File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 867, in io_call File "/usr/lib64/python3.11/threading.py", line 1038, in _bootstrap_inner work1(db) ^^^^^^^^^^^^^ File "_futures.pyx", line 274, in ZEO.asyncio._futures.CoroutineExecutor.step File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 429, in t_ File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/ClientStorage.py", line 920, in tpc_begin File "_futures.pyx", line 66, in ZEO.asyncio._futures.Future.result File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 131, in assertStateOK File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result rm.commit(self) File "/usr/lib/python3.11/site-packages/ZODB/Connection.py", line 498, in commit File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 1000, in wait File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 429, in t_ File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 429, in t_ ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.11/site-packages/ZODB/Connection.py", line 249, in get File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 438, in T self._target(*self._args, **self._kwargs) File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 438, in T return self.io_call( File "/usr/lib/python3.11/site-packages/transaction/_manager.py", line 134, in commit ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 424, in t_ p = root['phase'].value work1(db) File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 130, in assertStateOK db = self.dbopen() File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 763, in load_before_co reraise(t, v, tb) File "/usr/lib/python3.11/site-packages/ZODB/mvccadapter.py", line 164, in load File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 336, in _ File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result self.run() work1(db) File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 399, in work1 File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 399, in work1 ^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.11/site-packages/ZODB/mvccadapter.py", line 164, in load self._wait() ^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.11/site-packages/ZODB/Connection.py", line 788, in setstate client = ZEO.ClientStorage.ClientStorage( File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 336, in _ ^^^^^^^^^^^^^ File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 249, in dbopen self.run() File "/usr/lib64/python3.11/threading.py", line 975, in run return self.get().commit() raise value File "/usr/lib/python3.11/site-packages/transaction/_transaction.py", line 429, in _commitResources self._commit(transaction) return future.result() if wait else future File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 336, in _ File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 867, in io_call db = self.dbopen() r = self._storage.loadBefore(oid, self._start) t_() File "/usr/lib/python3.11/site-packages/ZODB/Connection.py", line 788, in setstate File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 1000, in wait File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 703, in await_operational_co File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 399, in work1 r = self._storage.loadBefore(oid, self._start) File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 336, in _ t_() File "/usr/lib/python3.11/site-packages/transaction/_compat.py", line 50, in reraise t_() Traceback (most recent call last): ^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.11/site-packages/transaction/_transaction.py", line 283, in commit work1(db) File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 242, in dbopen self._target(*self._args, **self._kwargs) File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 438, in T ^^^^^^^^^^^^^ File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 242, in dbopen db = self.dbopen() Traceback (most recent call last): File "/usr/lib64/python3.11/threading.py", line 1038, in _bootstrap_inner data = yield self.protocol.load_before(oid, tid) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "_futures.pyx", line 260, in ZEO.asyncio._futures.CoroutineExecutor.step return self.io_call( File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 429, in t_ p, serial = self._storage.load(oid) spec.assertStateOK(root) p, serial = self._storage.load(oid) File "/usr/lib64/python3.11/threading.py", line 1038, in _bootstrap_inner ^^^^^^^^^^^^^^^^^^^^^^^ File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result File "/usr/lib/python3.11/site-packages/ZODB/Connection.py", line 545, in _commit ^^^^^^^^^^^^^^^ File "_futures.pyx", line 202, in ZEO.asyncio._futures.ConcurrentFuture.result raise value i2 = root['obj2'].value self._async( data = future.result() ^^^^^^^^^^^^^ data = future.result() rm.tpc_begin(self) ^^^^^^^^^^^^^^^ File "_futures.pyx", line 66, in ZEO.asyncio._futures.Future.result t_() ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ spec.assertStateOK(root) File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/ClientStorage.py", line 353, in __init__ return fut.result() self.run() ^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 131, in assertStateOK Exception in thread T60: File "/usr/lib64/python3.11/threading.py", line 975, in run File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 399, in work1 data = future.result() yield asyncio.wait_for(asyncio.shield(self.connected), timeout) File "/usr/lib/python3.11/site-packages/transaction/_transaction.py", line 274, in commit ^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.11/site-packages/ZODB/Connection.py", line 788, in setstate File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 898, in async_ p, _ = self._storage.load(oid) ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.11/site-packages/ZODB/mvccadapter.py", line 164, in load File "/usr/lib/python3.11/site-packages/ZODB/Connection.py", line 481, in tpc_begin zstor = self._new_storage_client() ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 129, in assertStateOK File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 424, in t_ File "/usr/lib/python3.11/site-packages/ZODB/mvccadapter.py", line 164, in load File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result self._wait() Traceback (most recent call last): File "/usr/lib64/python3.11/asyncio/tasks.py", line 490, in wait_for self.run() spec.assertStateOK(root) File "_futures.pyx", line 260, in ZEO.asyncio._futures.CoroutineExecutor.step ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ work1(db) ^^^^^^^^^^^^^^^ File "_futures.pyx", line 260, in ZEO.asyncio._futures.CoroutineExecutor.step File "_futures.pyx", line 66, in ZEO.asyncio._futures.Future.result self._commitResources() r = self._storage.loadBefore(oid, self._start) ^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 429, in t_ data = future.result() r = self._storage.loadBefore(oid, self._start) asyncio.exceptions.CancelledError zstor = self._new_storage_client() p, serial = self._storage.load(oid) ^^^^^^^^^^^^^^^^^^^^^^^^^^ Exception in thread T13: spec.assertStateOK(root) ^^^^^^^^^^^^^^^ File "_futures.pyx", line 66, in ZEO.asyncio._futures.Future.result reraise(t, v, tb) File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 131, in assertStateOK i1 = root['obj1'].value File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 424, in t_ File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 242, in dbopen self._target(*self._args, **self._kwargs) File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 438, in T return DB(zstor) File "_futures.pyx", line 66, in ZEO.asyncio._futures.Future.result self._target(*self._args, **self._kwargs) File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/tests/testZEO.py", line 271, in _new_storage_client ^^^^^^^^^^^^^ File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 867, in io_call File "/usr/lib64/python3.11/threading.py", line 975, in run self.run() File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result File "/usr/lib/python3.11/site-packages/ZODB/mvccadapter.py", line 164, in load self._store_objects(ObjectWriter(obj), transaction) self._normal_storage.tpc_begin(meta_data) File "/usr/lib64/python3.11/threading.py", line 975, in run self._target(*self._args, **self._kwargs) File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 438, in T File "_futures.pyx", line 274, in ZEO.asyncio._futures.CoroutineExecutor.step raise ClientDisconnected File "_futures.pyx", line 212, in ZEO.asyncio._futures.ConcurrentFuture.result p = root['phase'].value ^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 438, in T File "_futures.pyx", line 66, in ZEO.asyncio._futures.Future.result ^^^^^^^^^^^^^^^ File "_futures.pyx", line 66, in ZEO.asyncio._futures.Future.result File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result File "/usr/lib64/python3.11/threading.py", line 975, in run The above exception was the direct cause of the following exception: ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.11/site-packages/ZODB/mvccadapter.py", line 164, in load File "/usr/lib/python3.11/site-packages/ZODB/Connection.py", line 600, in _store_objects File "_futures.pyx", line 272, in ZEO.asyncio._futures.CoroutineExecutor.step client = ZEO.ClientStorage.ClientStorage( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/ClientStorage.py", line 616, in loadBefore File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 399, in work1 p = root['phase'].value return future.result() if wait else future File "/usr/lib/python3.11/site-packages/transaction/_transaction.py", line 457, in _commitResources return fut.result() zstor = self._new_storage_client() ^^^^^^^^^^^^ File "/usr/lib/python3.11/site-packages/ZODB/Connection.py", line 788, in setstate File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/ClientStorage.py", line 616, in loadBefore ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ t_() File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 429, in t_ File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/tests/testZEO.py", line 271, in _new_storage_client File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 129, in assertStateOK r = self._storage.loadBefore(oid, self._start) File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/ClientStorage.py", line 353, in __init__ File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 336, in _ ZEO.Exceptions.ClientDisconnected ^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^ self._target(*self._args, **self._kwargs) File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 438, in T db = self.dbopen() s = self._storage.store(oid, serial, p, '', transaction) return self.io_call( ^^^^^^^^^^^^^ File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 867, in io_call Traceback (most recent call last): File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 703, in await_operational_co Traceback (most recent call last): return self._server.load_before(oid, tid) p, serial = self._storage.load(oid) File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/ClientStorage.py", line 616, in loadBefore i1 = root['obj1'].value ^^^^^^^^^^^^^^^^^^ ZEO.Exceptions.ClientDisconnected: Connection lost spec.assertStateOK(root) File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 129, in assertStateOK self._wait() File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 763, in load_before_co asyncio.exceptions.CancelledError ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/ClientStorage.py", line 616, in loadBefore File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/ClientStorage.py", line 616, in loadBefore work1(db) db = self.dbopen() File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 1000, in wait File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result data = future.result() work1(db) File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 336, in _ r = self._storage.loadBefore(oid, self._start) return future.result() if wait else future ^^^^^^^^^^^^^^^^^^ self._target(*self._args, **self._kwargs) File "/usr/lib/python3.11/site-packages/ZODB/Connection.py", line 788, in setstate File "_futures.pyx", line 202, in ZEO.asyncio._futures.ConcurrentFuture.result client = ZEO.ClientStorage.ClientStorage( File "/usr/lib/python3.11/site-packages/ZODB/DB.py", line 474, in __init__ File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 1000, in wait ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result t_() File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 399, in work1 ^^^^^^^^^^^^^ File "/usr/lib/python3.11/site-packages/ZODB/mvccadapter.py", line 206, in tpc_begin File "/usr/lib64/python3.11/asyncio/tasks.py", line 490, in wait_for ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.11/site-packages/ZODB/mvccadapter.py", line 164, in load File "/usr/lib64/python3.11/asyncio/tasks.py", line 492, in wait_for return self._server.load_before(oid, tid) File "/usr/lib/python3.11/site-packages/ZODB/Connection.py", line 788, in setstate ZEO.Exceptions.ClientDisconnected: Connection lost self._storage.tpc_begin(transaction) File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/ClientStorage.py", line 920, in tpc_begin return self.io_call( t_() ^^^^^^^^^^^^^ File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 249, in dbopen File "_futures.pyx", line 212, in ZEO.asyncio._futures.ConcurrentFuture.result File "/usr/lib/python3.11/site-packages/ZODB/mvccadapter.py", line 210, in store File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 429, in t_ return DB(zstor) return self._server.load_before(oid, tid) File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 399, in work1 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ p, serial = self._storage.load(oid) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/ClientStorage.py", line 616, in loadBefore return self.io_call( File "/usr/lib/python3.11/site-packages/ZODB/Connection.py", line 788, in setstate data = future.result() ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^ File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 867, in io_call File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 429, in t_ Exception in thread T58: spec.assertStateOK(root) p, serial = self._storage.load(oid) t_() File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 424, in t_ ^^^^^^^^^^^^^^^ File "_futures.pyx", line 66, in ZEO.asyncio._futures.Future.result ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.11/site-packages/ZODB/mvccadapter.py", line 164, in load raise exceptions.TimeoutError() from exc ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ spec.assertStateOK(root) return self._server.load_before(oid, tid) File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result return future.result() if wait else future File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result return fut.result() File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/ClientStorage.py", line 353, in __init__ self._storage.store(oid, serial, data, version, transaction) ^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/tests/testZEO.py", line 271, in _new_storage_client i1 = root['obj1'].value ^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.11/site-packages/ZODB/Connection.py", line 788, in setstate File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 129, in assertStateOK reraise(t, v, tb) File "_futures.pyx", line 274, in ZEO.asyncio._futures.CoroutineExecutor.step return future.result() if wait else future File "/usr/lib/python3.11/site-packages/transaction/_compat.py", line 50, in reraise ^^^^^^^^^^^^^^^ File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 940, in load_before File "_futures.pyx", line 66, in ZEO.asyncio._futures.Future.result conn.get(z64) ^^^^^^^^^^^^^ File "/usr/lib/python3.11/site-packages/ZODB/Connection.py", line 249, in get File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 438, in T File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 940, in load_before data = yield self.protocol.load_before(oid, tid) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "_futures.pyx", line 260, in ZEO.asyncio._futures.CoroutineExecutor.step The above exception was the direct cause of the following exception: return self._server.load_before(oid, tid) self._async( ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.11/site-packages/ZODB/mvccadapter.py", line 164, in load File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 242, in dbopen File "/usr/lib/python3.11/site-packages/transaction/_compat.py", line 50, in reraise File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 940, in load_before ^^^^^^^^^^^^^^^ db = self.dbopen() ^^^^^^^^^^^^^ client = ZEO.ClientStorage.ClientStorage( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^ File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result File "_futures.pyx", line 66, in ZEO.asyncio._futures.Future.result work1(db) File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 417, in work1 Traceback (most recent call last): ZEO.Exceptions.ClientDisconnected: Connection lost File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 898, in async_ ZEO.Exceptions.ClientDisconnected: Connection lost work1(db) File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 399, in work1 File "_futures.pyx", line 202, in ZEO.asyncio._futures.ConcurrentFuture.result zstor = self._new_storage_client() raise value File "_futures.pyx", line 274, in ZEO.asyncio._futures.CoroutineExecutor.step r = self._storage.loadBefore(oid, self._start) File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/ClientStorage.py", line 353, in __init__ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 129, in assertStateOK p, _ = self._storage.load(oid) File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/ClientStorage.py", line 660, in store ^^^^^^^^^^^^ asyncio.exceptions.CancelledError r = self._storage.loadBefore(oid, self._start) ZEO.Exceptions.ClientDisconnected: Connection lost ^^^^^^^^^ File "/usr/lib/python3.11/site-packages/ZODB/DB.py", line 474, in __init__ File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 867, in io_call p, serial = self._storage.load(oid) File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 249, in dbopen i1 = root['obj1'].value ^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.11/site-packages/ZODB/Connection.py", line 788, in setstate return self.io_call(self.load_before_co(oid, tid, self.timeout)) File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/ClientStorage.py", line 616, in loadBefore ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^ Traceback (most recent call last): File "/usr/lib64/python3.11/asyncio/tasks.py", line 490, in wait_for return self.io_call(self.load_before_co(oid, tid, self.timeout)) File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 703, in await_operational_co return self.io_call(self.load_before_co(oid, tid, self.timeout)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ transaction.commit() File "_futures.pyx", line 202, in ZEO.asyncio._futures.ConcurrentFuture.result TimeoutError During handling of the above exception, another exception occurred: spec.assertStateOK(root) r = self._storage.loadBefore(oid, self._start) File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 129, in assertStateOK ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 940, in load_before File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 867, in io_call File "/usr/lib/python3.11/site-packages/ZODB/mvccadapter.py", line 164, in load raise ClientDisconnected ZEO.Exceptions.ClientDisconnected File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 867, in io_call File "_futures.pyx", line 66, in ZEO.asyncio._futures.Future.result File "/usr/lib/python3.11/site-packages/transaction/_manager.py", line 257, in commit return self.manager.commit() self._wait() File "/usr/lib/python3.11/site-packages/transaction/_transaction.py", line 431, in _commitResources Traceback (most recent call last): return DB(zstor) File "_futures.pyx", line 212, in ZEO.asyncio._futures.ConcurrentFuture.result yield asyncio.wait_for(asyncio.shield(self.connected), timeout) p, serial = self._storage.load(oid) ^^^^^^^^^^^^^^^ return fut.result() return self._server.load_before(oid, tid) i1 = root['obj1'].value ^^^^^^^^^^^^^^^^^^ File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 763, in load_before_co r = self._storage.loadBefore(oid, self._start) conn.get(z64) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/ClientStorage.py", line 616, in loadBefore File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 707, in await_operational_co return future.result() if wait else future ^^^^^^^^^ File "/usr/lib/python3.11/site-packages/ZODB/DB.py", line 474, in __init__ File "_futures.pyx", line 212, in ZEO.asyncio._futures.ConcurrentFuture.result File "_futures.pyx", line 260, in ZEO.asyncio._futures.CoroutineExecutor.step i1 = root['obj1'].value File "_futures.pyx", line 202, in ZEO.asyncio._futures.ConcurrentFuture.result ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 940, in load_before ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ return self.io_call(self.load_before_co(oid, tid, self.timeout)) File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 867, in io_call File "/usr/lib/python3.11/site-packages/ZODB/Connection.py", line 788, in setstate p, serial = self._storage.load(oid) ^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/tests/testZEO.py", line 271, in _new_storage_client File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 1000, in wait File "_futures.pyx", line 274, in ZEO.asyncio._futures.CoroutineExecutor.step File "/usr/lib64/python3.11/threading.py", line 1038, in _bootstrap_inner data = yield self.protocol.load_before(oid, tid) return future.result() if wait else future ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result ^^^^^^^^^^^^^^^^^^ yield asyncio.wait_for(asyncio.shield(self.connected), timeout) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/ClientStorage.py", line 616, in loadBefore File "_futures.pyx", line 66, in ZEO.asyncio._futures.Future.result return future.result() if wait else future File "_futures.pyx", line 212, in ZEO.asyncio._futures.ConcurrentFuture.result File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result self._wait() ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.11/site-packages/ZODB/mvccadapter.py", line 164, in load ^^^^^^^^^^^^^^^ File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result tbuf = self._check_trans(txn, 'store') File "_futures.pyx", line 260, in ZEO.asyncio._futures.CoroutineExecutor.step ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.11/site-packages/ZODB/mvccadapter.py", line 164, in load ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conn.get(z64) File "/usr/lib/python3.11/site-packages/ZODB/Connection.py", line 249, in get File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 336, in _ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ p, serial = self._storage.load(oid) ^^^^^^^^^^^^^^^^^^^^^^^ return self._server.load_before(oid, tid) File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 1000, in wait ^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.11/site-packages/transaction/_manager.py", line 134, in commit ZEO.Exceptions.ClientDisconnected: Connection lost ^^^^^^^^^^^^^^^ File "_futures.pyx", line 202, in ZEO.asyncio._futures.ConcurrentFuture.result raise ClientDisconnected() rm.commit(self) File "/usr/lib/python3.11/site-packages/ZODB/Connection.py", line 498, in commit File "_futures.pyx", line 260, in ZEO.asyncio._futures.CoroutineExecutor.step File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 940, in load_before return self._server.load_before(oid, tid) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 940, in load_before r = self._storage.loadBefore(oid, self._start) t_() File "_futures.pyx", line 274, in ZEO.asyncio._futures.CoroutineExecutor.step return self.io_call(self.load_before_co(oid, tid, self.timeout)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "_futures.pyx", line 272, in ZEO.asyncio._futures.CoroutineExecutor.step raise value File "/usr/lib/python3.11/site-packages/transaction/_transaction.py", line 274, in commit ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/ClientStorage.py", line 575, in _check_trans ^^^^^^^^^^^^ ZEO.Exceptions.ClientDisconnected r = self._storage.loadBefore(oid, self._start) The above exception was the direct cause of the following exception: return self.io_call( File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 705, in await_operational_co File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 867, in io_call ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/ClientStorage.py", line 616, in loadBefore ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^ File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 867, in io_call File "/usr/lib/python3.11/site-packages/ZODB/Connection.py", line 249, in get p, _ = self._storage.load(oid) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "_futures.pyx", line 202, in ZEO.asyncio._futures.ConcurrentFuture.result return future.result() if wait else future ^^^^^^^^^^^^^^^ File "/usr/lib64/python3.11/asyncio/tasks.py", line 492, in wait_for ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ client = ZEO.ClientStorage.ClientStorage( Traceback (most recent call last): File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 424, in t_ ^^^^^^^^^^^^^^^ File "_futures.pyx", line 202, in ZEO.asyncio._futures.ConcurrentFuture.result File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 940, in load_before File "_futures.pyx", line 212, in ZEO.asyncio._futures.ConcurrentFuture.result File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 705, 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-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/ClientStorage.py", line 616, in loadBefore return self.get().commit() return self.io_call(self.load_before_co(oid, tid, self.timeout)) ^^^^^^^^^^^^^^^^^^^ File "_futures.pyx", line 202, in ZEO.asyncio._futures.ConcurrentFuture.result File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/ClientStorage.py", line 616, in loadBefore ^^^^^^^^^^^^^ File "_futures.pyx", line 66, in ZEO.asyncio._futures.Future.result File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 867, in io_call File "/usr/lib/python3.11/site-packages/ZODB/mvccadapter.py", line 164, in load return self._server.load_before(oid, tid) File "_futures.pyx", line 66, in ZEO.asyncio._futures.Future.result self.run() self._commit(transaction) ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.11/site-packages/ZODB/mvccadapter.py", line 164, in load return future.result() if wait else future File "/usr/lib/python3.11/site-packages/transaction/_transaction.py", line 283, in commit asyncio.exceptions.CancelledError return future.result() if wait else future self._commitResources() File "_futures.pyx", line 212, in ZEO.asyncio._futures.ConcurrentFuture.result File "/usr/lib/python3.11/site-packages/transaction/_transaction.py", line 457, in _commitResources raise ClientDisconnected("timed out waiting for connection") return self.io_call(self.load_before_co(oid, tid, self.timeout)) File "/usr/lib/python3.11/site-packages/ZODB/mvccadapter.py", line 164, in load File "/usr/lib64/python3.11/threading.py", line 975, in run File "/usr/lib/python3.11/site-packages/ZODB/Connection.py", line 545, in _commit File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result ^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 867, in io_call File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result The above exception was the direct cause of the following exception: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ r = self._storage.loadBefore(oid, self._start) return future.result() if wait else future data = future.result() p, _ = self._storage.load(oid) ZEO.Exceptions.ClientDisconnected: timed out waiting for connection File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result reraise(t, v, tb) return self._server.load_before(oid, tid) File "_futures.pyx", line 202, in ZEO.asyncio._futures.ConcurrentFuture.result return self._server.load_before(oid, tid) r = self._storage.loadBefore(oid, self._start) reraise(t, v, tb) File "_futures.pyx", line 212, in ZEO.asyncio._futures.ConcurrentFuture.result File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/ClientStorage.py", line 353, in __init__ File "_futures.pyx", line 212, in ZEO.asyncio._futures.ConcurrentFuture.result ^^^^^^^^^^^^^^^ File "_futures.pyx", line 202, in ZEO.asyncio._futures.ConcurrentFuture.result ^^^^^^^^^^^^^^^ File "_futures.pyx", line 66, in ZEO.asyncio._futures.Future.result File "_futures.pyx", line 274, in ZEO.asyncio._futures.CoroutineExecutor.step db = self.dbopen() ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 867, in io_call File "/usr/lib/python3.11/site-packages/transaction/_compat.py", line 50, in reraise File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 336, in _ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 940, in load_before return self.io_call(self.load_before_co(oid, tid, self.timeout)) Traceback (most recent call last): File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 703, in await_operational_co self._store_objects(ObjectWriter(obj), transaction) File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 703, in await_operational_co ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.11/site-packages/ZODB/mvccadapter.py", line 164, in load self._wait() ^^^^^^^^^^^^^ raise exceptions.TimeoutError() from exc File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result r = self._storage.loadBefore(oid, self._start) File "/usr/lib/python3.11/site-packages/ZODB/Connection.py", line 788, in setstate ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ self._target(*self._args, **self._kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result ^^^^^^^^^^^^^^^ File "/usr/lib/python3.11/site-packages/ZODB/Connection.py", line 600, in _store_objects raise ClientDisconnected(meth, 'on a disconnected transaction') File "_futures.pyx", line 212, in ZEO.asyncio._futures.ConcurrentFuture.result File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 1000, in wait data = future.result() File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 249, in dbopen return future.result() if wait else future File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result return self._server.load_before(oid, tid) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 940, in load_before File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/ClientStorage.py", line 616, in loadBefore File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 438, in T File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 867, in io_call ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "_futures.pyx", line 274, in ZEO.asyncio._futures.CoroutineExecutor.step File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/ClientStorage.py", line 616, in loadBefore raise value ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 940, in load_before ^^^^^^^^^^^^^^^ File "_futures.pyx", line 66, in ZEO.asyncio._futures.Future.result File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 705, in await_operational_co File "_futures.pyx", line 272, in ZEO.asyncio._futures.CoroutineExecutor.step r = self._storage.loadBefore(oid, self._start) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/ClientStorage.py", line 616, in loadBefore File "/usr/lib/python3.11/site-packages/transaction/_compat.py", line 50, in reraise s = self._storage.store(oid, serial, p, '', transaction) File "_futures.pyx", line 202, in ZEO.asyncio._futures.ConcurrentFuture.result File "_futures.pyx", line 274, in ZEO.asyncio._futures.CoroutineExecutor.step return self.io_call( File "/usr/lib/python3.11/site-packages/transaction/_transaction.py", line 429, in _commitResources File "_futures.pyx", line 212, in ZEO.asyncio._futures.ConcurrentFuture.result return self._server.load_before(oid, tid) File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result TimeoutError During handling of the above exception, another exception occurred: return self.io_call(self.load_before_co(oid, tid, self.timeout)) p, serial = self._storage.load(oid) t_() File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 429, in t_ File "_futures.pyx", line 274, in ZEO.asyncio._futures.CoroutineExecutor.step ^^^^^^^^^^^^^ File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 867, in io_call return self.io_call( return DB(zstor) ^^^^^^^^^^^^^ File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 867, in io_call ^^^^^^^^^^^^^^^ return self._server.load_before(oid, tid) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Traceback (most recent call last): yield asyncio.wait_for(asyncio.shield(self.connected), timeout) File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result ^^^^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ZEO.Exceptions.ClientDisconnected: ('store', 'on a disconnected transaction') File "_futures.pyx", line 274, in ZEO.asyncio._futures.CoroutineExecutor.step raise ClientDisconnected("timed out waiting for connection") work1(db) ZEO.Exceptions.ClientDisconnected: Connection lost ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 760, in load_before_co File "_futures.pyx", line 202, in ZEO.asyncio._futures.ConcurrentFuture.result File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 940, in load_before File "/usr/lib64/python3.11/threading.py", line 1038, in _bootstrap_inner File "_futures.pyx", line 260, in ZEO.asyncio._futures.CoroutineExecutor.step File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result File "/usr/lib/python3.11/site-packages/ZODB/mvccadapter.py", line 210, in store File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result File "_futures.pyx", line 274, in ZEO.asyncio._futures.CoroutineExecutor.step return self._server.load_before(oid, tid) File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 399, in work1 File "_futures.pyx", line 274, in ZEO.asyncio._futures.CoroutineExecutor.step return future.result() if wait else future return self.io_call(self.load_before_co(oid, tid, self.timeout)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 940, in load_before File "_futures.pyx", line 212, in ZEO.asyncio._futures.ConcurrentFuture.result File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 760, in load_before_co File "_futures.pyx", line 212, in ZEO.asyncio._futures.ConcurrentFuture.result return future.result() if wait else future File "_futures.pyx", line 66, in ZEO.asyncio._futures.Future.result File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 707, in await_operational_co yield asyncio.wait_for(asyncio.shield(self.connected), timeout) return future.result() if wait else future ZEO.Exceptions.ClientDisconnected: timed out waiting for connection rm.tpc_begin(self) File "/usr/lib/python3.11/site-packages/ZODB/Connection.py", line 481, in tpc_begin ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 867, in io_call ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.11/site-packages/ZODB/mvccadapter.py", line 164, in load File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 760, in load_before_co File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 760, in load_before_co ^^^^^^^^^^^^^^^ File "_futures.pyx", line 202, in ZEO.asyncio._futures.ConcurrentFuture.result File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result raise value return self.io_call(self.load_before_co(oid, tid, self.timeout)) File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result self._normal_storage.tpc_begin(meta_data) File "/usr/lib64/python3.11/asyncio/tasks.py", line 492, in wait_for File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 760, in load_before_co File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 940, in load_before return future.result() if wait else future File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 867, in io_call spec.assertStateOK(root) Exception in thread T7: Traceback (most recent call last): File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result return future.result() if wait else future File "/usr/lib/python3.11/site-packages/transaction/_transaction.py", line 274, in commit ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^ File "_futures.pyx", line 202, in ZEO.asyncio._futures.ConcurrentFuture.result self.run() ^^^^^^^^^^^^^^^ yield self.await_operational_co(timeout) File "_futures.pyx", line 274, in ZEO.asyncio._futures.CoroutineExecutor.step File "_futures.pyx", line 260, in ZEO.asyncio._futures.CoroutineExecutor.step ZEO.Exceptions.ClientDisconnected: Connection lost self._storage.store(oid, serial, data, version, transaction) ^^^^^^^^^^^^^^^ File "_futures.pyx", line 202, in ZEO.asyncio._futures.ConcurrentFuture.result raise exceptions.TimeoutError() from exc return future.result() if wait else future ^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 940, in load_before ^^^^^^^^^ File "/usr/lib/python3.11/site-packages/ZODB/DB.py", line 474, in __init__ self._commitResources() File "/usr/lib/python3.11/site-packages/transaction/_transaction.py", line 457, in _commitResources File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 129, in assertStateOK File "_futures.pyx", line 212, in ZEO.asyncio._futures.ConcurrentFuture.result yield self.await_operational_co(timeout) File "_futures.pyx", line 260, in ZEO.asyncio._futures.CoroutineExecutor.step i1 = root['obj1'].value File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/ClientStorage.py", line 660, in store return self.io_call(self.load_before_co(oid, tid, self.timeout)) return self.io_call(self.load_before_co(oid, tid, self.timeout)) yield self.await_operational_co(timeout) File "/usr/lib/python3.11/site-packages/ZODB/mvccadapter.py", line 206, in tpc_begin return self.io_call(self.load_before_co(oid, tid, self.timeout)) File "/usr/lib64/python3.11/threading.py", line 975, in run ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ yield self.await_operational_co(timeout) File "_futures.pyx", line 260, in ZEO.asyncio._futures.CoroutineExecutor.step File "_futures.pyx", line 272, in ZEO.asyncio._futures.CoroutineExecutor.step Exception in thread T12: Traceback (most recent call last): File "/usr/lib64/python3.11/asyncio/tasks.py", line 490, in wait_for File "_futures.pyx", line 212, in ZEO.asyncio._futures.ConcurrentFuture.result File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result File "_futures.pyx", line 66, in ZEO.asyncio._futures.Future.result File "_futures.pyx", line 66, in ZEO.asyncio._futures.Future.result ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "_futures.pyx", line 202, in ZEO.asyncio._futures.ConcurrentFuture.result ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "_futures.pyx", line 202, in ZEO.asyncio._futures.ConcurrentFuture.result File "_futures.pyx", line 274, in ZEO.asyncio._futures.CoroutineExecutor.step ^^^^^^^^^^^^^^^ self._storage.tpc_begin(transaction) File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/ClientStorage.py", line 920, in tpc_begin raise ClientDisconnected() TimeoutError File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 867, in io_call yield self.await_operational_co(timeout) return fut.result() File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/ClientStorage.py", line 616, in loadBefore File "_futures.pyx", line 212, in ZEO.asyncio._futures.ConcurrentFuture.result File "_futures.pyx", line 202, in ZEO.asyncio._futures.ConcurrentFuture.result Exception in thread T5: Traceback (most recent call last): File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result ^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.11/site-packages/ZODB/Connection.py", line 788, in setstate ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 867, in io_call During handling of the above exception, another exception occurred: Traceback (most recent call last): File "_futures.pyx", line 274, in ZEO.asyncio._futures.CoroutineExecutor.step File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 867, in io_call return self.io_call(self.load_before_co(oid, tid, self.timeout)) conn.get(z64) return self._server.load_before(oid, tid) return future.result() if wait else future self._async( r = self._storage.loadBefore(oid, self._start) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 705, in await_operational_co File "_futures.pyx", line 66, in ZEO.asyncio._futures.Future.result File "_futures.pyx", line 274, in ZEO.asyncio._futures.CoroutineExecutor.step File "/usr/lib64/python3.11/asyncio/tasks.py", line 492, in wait_for File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 867, in io_call ^^^^^^^^^^^^ raise exceptions.TimeoutError() from exc File "_futures.pyx", line 260, in ZEO.asyncio._futures.CoroutineExecutor.step File "_futures.pyx", line 212, in ZEO.asyncio._futures.ConcurrentFuture.result ^^^^^^^^^^^^^^^ File "/usr/lib64/python3.11/asyncio/tasks.py", line 490, in wait_for ZEO.Exceptions.ClientDisconnected File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result File "_futures.pyx", line 274, in ZEO.asyncio._futures.CoroutineExecutor.step File "_futures.pyx", line 260, in ZEO.asyncio._futures.CoroutineExecutor.step File "_futures.pyx", line 212, in ZEO.asyncio._futures.ConcurrentFuture.result File "/usr/lib64/python3.11/threading.py", line 1038, in _bootstrap_inner File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result asyncio.exceptions.CancelledError The above exception was the direct cause of the following exception: File "/usr/lib64/python3.11/asyncio/tasks.py", line 490, in wait_for File "_futures.pyx", line 202, in ZEO.asyncio._futures.ConcurrentFuture.result File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 705, in await_operational_co self._target(*self._args, **self._kwargs) File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 438, in T return future.result() if wait else future ^^^^^^^^^^^^^^^ File "_futures.pyx", line 260, in ZEO.asyncio._futures.CoroutineExecutor.step raise ClientDisconnected("timed out waiting for connection") File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 705, in await_operational_co tbuf = self._check_trans(txn, 'store') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "_futures.pyx", line 274, in ZEO.asyncio._futures.CoroutineExecutor.step File "_futures.pyx", line 274, in ZEO.asyncio._futures.CoroutineExecutor.step ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "_futures.pyx", line 212, in ZEO.asyncio._futures.ConcurrentFuture.result File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 940, in load_before Traceback (most recent call last): File "_futures.pyx", line 66, in ZEO.asyncio._futures.Future.result File "_futures.pyx", line 212, in ZEO.asyncio._futures.ConcurrentFuture.result File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/ClientStorage.py", line 616, in loadBefore return fut.result() self.run() p, serial = self._storage.load(oid) File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 705, in await_operational_co File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result return fut.result() ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/ClientStorage.py", line 575, in _check_trans File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result return self._server.load_before(oid, tid) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 760, in load_before_co File "_futures.pyx", line 272, in ZEO.asyncio._futures.CoroutineExecutor.step raise ClientDisconnected(meth, 'on a disconnected transaction') ^^^^^^^^^^^^ ZEO.Exceptions.ClientDisconnected: ('store', 'on a disconnected transaction') return future.result() if wait else future ^^^^^^^^^^^^^^^ File "_futures.pyx", line 274, in ZEO.asyncio._futures.CoroutineExecutor.step File "/usr/lib64/python3.11/asyncio/tasks.py", line 492, in wait_for ^^^^^^^^^^^^ raise ClientDisconnected("timed out waiting for connection") File "/usr/lib/python3.11/site-packages/ZODB/Connection.py", line 249, in get File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 940, in load_before File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result asyncio.exceptions.CancelledError ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.11/site-packages/ZODB/mvccadapter.py", line 164, in load ZEO.Exceptions.ClientDisconnected: timed out waiting for connection TimeoutError asyncio.exceptions.CancelledError return self.io_call(self.load_before_co(oid, tid, self.timeout)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "_futures.pyx", line 274, in ZEO.asyncio._futures.CoroutineExecutor.step The above exception was the direct cause of the following exception: File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 703, in await_operational_co reraise(t, v, tb) raise exceptions.TimeoutError() from exc TimeoutError File "_futures.pyx", line 274, in ZEO.asyncio._futures.CoroutineExecutor.step File "_futures.pyx", line 66, in ZEO.asyncio._futures.Future.result p, _ = self._storage.load(oid) File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 705, in await_operational_co return self.io_call(self.load_before_co(oid, tid, self.timeout)) ZEO.Exceptions.ClientDisconnected: timed out waiting for connection File "_futures.pyx", line 66, in ZEO.asyncio._futures.Future.result return future.result() if wait else future raise ClientDisconnected("timed out waiting for connection") File "_futures.pyx", line 202, in ZEO.asyncio._futures.ConcurrentFuture.result raise ClientDisconnected("timed out waiting for connection") File "_futures.pyx", line 202, in ZEO.asyncio._futures.ConcurrentFuture.result r = self._storage.loadBefore(oid, self._start) File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 705, in await_operational_co During handling of the above exception, another exception occurred: File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 760, in load_before_co raise ClientDisconnected("timed out waiting for connection") File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result The above exception was the direct cause of the following exception: File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 867, in io_call File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 760, in load_before_co ^^^^^^^^^^^^^^^ File "_futures.pyx", line 202, in ZEO.asyncio._futures.ConcurrentFuture.result File "/usr/lib/python3.11/site-packages/transaction/_compat.py", line 50, in reraise File "_futures.pyx", line 274, in ZEO.asyncio._futures.CoroutineExecutor.step yield self.await_operational_co(timeout) t_() File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 867, in io_call yield self.await_operational_co(timeout) ZEO.Exceptions.ClientDisconnected: timed out waiting for connection File "_futures.pyx", line 260, in ZEO.asyncio._futures.CoroutineExecutor.step ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 760, in load_before_co File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result Traceback (most recent call last): ZEO.Exceptions.ClientDisconnected: timed out waiting for connection File "_futures.pyx", line 274, in ZEO.asyncio._futures.CoroutineExecutor.step File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 424, in t_ During handling of the above exception, another exception occurred: File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 760, in load_before_co return future.result() if wait else future ^^^^^^^^^^^^^^^ File "_futures.pyx", line 212, in ZEO.asyncio._futures.ConcurrentFuture.result File "_futures.pyx", line 212, in ZEO.asyncio._futures.ConcurrentFuture.result yield self.await_operational_co(timeout) Traceback (most recent call last): File "/usr/lib64/python3.11/threading.py", line 975, in run yield asyncio.wait_for(asyncio.shield(self.connected), timeout) File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ raise ClientDisconnected("timed out waiting for connection") raise value File "/usr/lib/python3.11/site-packages/transaction/_transaction.py", line 439, in _commitResources ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.11/site-packages/ZODB/mvccadapter.py", line 164, in load File "_futures.pyx", line 202, in ZEO.asyncio._futures.ConcurrentFuture.result File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 867, in io_call File "_futures.pyx", line 260, in ZEO.asyncio._futures.CoroutineExecutor.step File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 705, in await_operational_co ZEO.Exceptions.ClientDisconnected: timed out waiting for connection File "_futures.pyx", line 260, in ZEO.asyncio._futures.CoroutineExecutor.step File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/ClientStorage.py", line 616, in loadBefore File "_futures.pyx", line 66, in ZEO.asyncio._futures.Future.result File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result File "_futures.pyx", line 274, in ZEO.asyncio._futures.CoroutineExecutor.step rm.tpc_finish(self) File "_futures.pyx", line 260, in ZEO.asyncio._futures.CoroutineExecutor.step File "/usr/lib/python3.11/site-packages/ZODB/Connection.py", line 706, in tpc_finish File "_futures.pyx", line 274, in ZEO.asyncio._futures.CoroutineExecutor.step ZEO.Exceptions.ClientDisconnected: timed out waiting for connection Traceback (most recent call last): File "/usr/lib64/python3.11/threading.py", line 1038, in _bootstrap_inner File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 898, in async_ File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 703, in await_operational_co self._target(*self._args, **self._kwargs) File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 703, in await_operational_co yield self.await_operational_co(timeout) File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result File "_futures.pyx", line 212, in ZEO.asyncio._futures.ConcurrentFuture.result Traceback (most recent call last): File "/usr/lib64/python3.11/threading.py", line 1038, in _bootstrap_inner File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 760, in load_before_co db = self.dbopen() File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 438, in T yield asyncio.wait_for(asyncio.shield(self.connected), timeout) File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 705, in await_operational_co return self._server.load_before(oid, tid) File "_futures.pyx", line 66, in ZEO.asyncio._futures.Future.result serial = self._storage.tpc_finish(transaction) File "_futures.pyx", line 274, in ZEO.asyncio._futures.CoroutineExecutor.step File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result ^^^^^^^^^^^^^ raise ClientDisconnected raise ClientDisconnected("timed out waiting for connection") ZEO.Exceptions.ClientDisconnected File "_futures.pyx", line 260, in ZEO.asyncio._futures.CoroutineExecutor.step yield self.await_operational_co(timeout) self.run() ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib64/python3.11/threading.py", line 975, in run self.run() File "_futures.pyx", line 66, in ZEO.asyncio._futures.Future.result File "/usr/lib64/python3.11/threading.py", line 975, in run File "_futures.pyx", line 212, in ZEO.asyncio._futures.ConcurrentFuture.result File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result File "_futures.pyx", line 66, in ZEO.asyncio._futures.Future.result return future.result() if wait else future ZEO.Exceptions.ClientDisconnected: timed out waiting for connection File "_futures.pyx", line 274, in ZEO.asyncio._futures.CoroutineExecutor.step File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result return future.result() if wait else future yield self.await_operational_co(timeout) raise ClientDisconnected("timed out waiting for connection") File "_futures.pyx", line 272, in ZEO.asyncio._futures.CoroutineExecutor.step ^^^^^^^^^^^^^^^ File "_futures.pyx", line 202, in ZEO.asyncio._futures.ConcurrentFuture.result File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 940, in load_before File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 760, in load_before_co self._target(*self._args, **self._kwargs) r = self._storage.loadBefore(oid, self._start) File "_futures.pyx", line 274, in ZEO.asyncio._futures.CoroutineExecutor.step File "_futures.pyx", line 260, in ZEO.asyncio._futures.CoroutineExecutor.step File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result yield self.await_operational_co(timeout) File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 249, in dbopen yield asyncio.wait_for(asyncio.shield(self.connected), timeout) File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result self._target(*self._args, **self._kwargs) File "_futures.pyx", line 212, in ZEO.asyncio._futures.ConcurrentFuture.result File "_futures.pyx", line 260, in ZEO.asyncio._futures.CoroutineExecutor.step File "_futures.pyx", line 260, in ZEO.asyncio._futures.CoroutineExecutor.step ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "_futures.pyx", line 260, in ZEO.asyncio._futures.CoroutineExecutor.step ^^^^^^^^^^^^^^^ File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 760, in load_before_co ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/ClientStorage.py", line 616, in loadBefore File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 438, in T File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 760, in load_before_co File "_futures.pyx", line 66, in ZEO.asyncio._futures.Future.result ZEO.Exceptions.ClientDisconnected: timed out waiting for connection File "_futures.pyx", line 260, in ZEO.asyncio._futures.CoroutineExecutor.step File "/usr/lib64/python3.11/asyncio/tasks.py", line 492, in wait_for File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 438, in T File "_futures.pyx", line 66, in ZEO.asyncio._futures.Future.result return self._server.load_before(oid, tid) File "_futures.pyx", line 66, in ZEO.asyncio._futures.Future.result File "_futures.pyx", line 274, in ZEO.asyncio._futures.CoroutineExecutor.step File "_futures.pyx", line 274, in ZEO.asyncio._futures.CoroutineExecutor.step File "/usr/lib/python3.11/site-packages/ZODB/mvccadapter.py", line 227, in tpc_finish File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result File "_futures.pyx", line 274, in ZEO.asyncio._futures.CoroutineExecutor.step return DB(zstor) File "_futures.pyx", line 66, in ZEO.asyncio._futures.Future.result ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "_futures.pyx", line 274, in ZEO.asyncio._futures.CoroutineExecutor.step File "_futures.pyx", line 66, in ZEO.asyncio._futures.Future.result File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result t_() File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 705, in await_operational_co File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result raise exceptions.TimeoutError() from exc return self.io_call(self.load_before_co(oid, tid, self.timeout)) File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 705, in await_operational_co File "_futures.pyx", line 274, in ZEO.asyncio._futures.CoroutineExecutor.step File "_futures.pyx", line 202, in ZEO.asyncio._futures.ConcurrentFuture.result yield self.await_operational_co(timeout) t_() TimeoutError File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 940, in load_before t_() File "_futures.pyx", line 66, in ZEO.asyncio._futures.Future.result File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 705, in await_operational_co File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 429, in t_ File "_futures.pyx", line 260, in ZEO.asyncio._futures.CoroutineExecutor.step return self.io_call(self.load_before_co(oid, tid, self.timeout)) File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 424, in t_ File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 760, in load_before_co ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 867, in io_call File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 760, in load_before_co File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 424, in t_ File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result File "_futures.pyx", line 272, in ZEO.asyncio._futures.CoroutineExecutor.step raise ClientDisconnected("timed out waiting for connection") File "_futures.pyx", line 274, in ZEO.asyncio._futures.CoroutineExecutor.step return self._storage.tpc_finish(transaction, invalidate_finish) File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result ^^^^^^^^^ File "/usr/lib/python3.11/site-packages/ZODB/DB.py", line 474, in __init__ yield self.await_operational_co(timeout) During handling of the above exception, another exception occurred: File "_futures.pyx", line 260, in ZEO.asyncio._futures.CoroutineExecutor.step File "_futures.pyx", line 272, in ZEO.asyncio._futures.CoroutineExecutor.step yield self.await_operational_co(timeout) File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 705, in await_operational_co db = self.dbopen() return future.result() if wait else future ZEO.Exceptions.ClientDisconnected: timed out waiting for connection ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/ClientStorage.py", line 973, in tpc_finish File "_futures.pyx", line 274, in ZEO.asyncio._futures.CoroutineExecutor.step yield self.await_operational_co(timeout) File "_futures.pyx", line 260, in ZEO.asyncio._futures.CoroutineExecutor.step ^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 867, in io_call File "_futures.pyx", line 66, in ZEO.asyncio._futures.Future.result File "_futures.pyx", line 274, in ZEO.asyncio._futures.CoroutineExecutor.step db = self.dbopen() File "/usr/lib64/python3.11/asyncio/tasks.py", line 492, in wait_for raise ClientDisconnected("timed out waiting for connection") work1(db) File "/usr/lib64/python3.11/asyncio/tasks.py", line 492, in wait_for File "_futures.pyx", line 274, in ZEO.asyncio._futures.CoroutineExecutor.step raise ClientDisconnected("timed out waiting for connection") ZEO.Exceptions.ClientDisconnected: timed out waiting for connection ^^^^^^^^^^^^^ File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 249, in dbopen File "_futures.pyx", line 260, in ZEO.asyncio._futures.CoroutineExecutor.step raise exceptions.TimeoutError() from exc File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 705, in await_operational_co TimeoutError During handling of the above exception, another exception occurred: Traceback (most recent call last): tid = self._server.tpc_finish(id(txn), tbuf, f) ZEO.Exceptions.ClientDisconnected: timed out waiting for connection File "_futures.pyx", line 66, in ZEO.asyncio._futures.Future.result File "_futures.pyx", line 66, in ZEO.asyncio._futures.Future.result conn.get(z64) File "_futures.pyx", line 66, in ZEO.asyncio._futures.Future.result File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 705, in await_operational_co raise ClientDisconnected("timed out waiting for connection") File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 399, in work1 ^^^^^^^^^^^^^^^ raise exceptions.TimeoutError() from exc File "_futures.pyx", line 212, in ZEO.asyncio._futures.ConcurrentFuture.result File "/usr/lib/python3.11/site-packages/ZODB/Connection.py", line 249, in get return future.result() if wait else future File "/usr/lib64/python3.11/threading.py", line 1038, in _bootstrap_inner ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 944, in tpc_finish TimeoutError return DB(zstor) File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result ZEO.Exceptions.ClientDisconnected: timed out waiting for connection File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result File "_futures.pyx", line 202, in ZEO.asyncio._futures.ConcurrentFuture.result File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 705, in await_operational_co raise ClientDisconnected("timed out waiting for connection") ^^^^^^^^^ File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 242, in dbopen File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result During handling of the above exception, another exception occurred: File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result spec.assertStateOK(root) File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 129, in assertStateOK p, _ = self._storage.load(oid) return self.io_call(self.client.tpc_finish_co(tid, updates, f), **kw) raise ClientDisconnected("timed out waiting for connection") ZEO.Exceptions.ClientDisconnected: timed out waiting for connection File "/usr/lib/python3.11/site-packages/ZODB/DB.py", line 474, in __init__ File "_futures.pyx", line 274, in ZEO.asyncio._futures.CoroutineExecutor.step i1 = root['obj1'].value ^^^^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 867, in io_call File "_futures.pyx", line 212, in ZEO.asyncio._futures.ConcurrentFuture.result raise ClientDisconnected("timed out waiting for connection") return future.result() if wait else future File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result ^^^^^^^^^^^^^^^^^^ self.run() ZEO.Exceptions.ClientDisconnected: timed out waiting for connection File "_futures.pyx", line 274, in ZEO.asyncio._futures.CoroutineExecutor.step zstor = self._new_storage_client() ZEO.Exceptions.ClientDisconnected: timed out waiting for connection File "_futures.pyx", line 274, in ZEO.asyncio._futures.CoroutineExecutor.step ^^^^^^^^^^^^^^^ File "/usr/lib/python3.11/site-packages/ZODB/Connection.py", line 788, in setstate conn.get(z64) File "/usr/lib64/python3.11/threading.py", line 975, in run File "_futures.pyx", line 274, in ZEO.asyncio._futures.CoroutineExecutor.step File "_futures.pyx", line 274, in ZEO.asyncio._futures.CoroutineExecutor.step File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result ^^^^^^^^^^^^^^^ File "_futures.pyx", line 274, in ZEO.asyncio._futures.CoroutineExecutor.step Traceback (most recent call last): File "/usr/lib64/python3.11/threading.py", line 1038, in _bootstrap_inner File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 705, in await_operational_co File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 705, in await_operational_co File "/usr/lib/python3.11/site-packages/ZODB/mvccadapter.py", line 164, in load File "_futures.pyx", line 202, in ZEO.asyncio._futures.ConcurrentFuture.result File "/usr/lib/python3.11/site-packages/ZODB/Connection.py", line 249, in get ^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 705, in await_operational_co Traceback (most recent call last): File "/usr/lib64/python3.11/threading.py", line 1038, in _bootstrap_inner File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 760, in load_before_co p, serial = self._storage.load(oid) File "_futures.pyx", line 202, in ZEO.asyncio._futures.ConcurrentFuture.result r = self._storage.loadBefore(oid, self._start) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/ClientStorage.py", line 616, in loadBefore raise ClientDisconnected("timed out waiting for connection") File "_futures.pyx", line 212, in ZEO.asyncio._futures.ConcurrentFuture.result File "_futures.pyx", line 212, in ZEO.asyncio._futures.ConcurrentFuture.result p, _ = self._storage.load(oid) ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.11/site-packages/ZODB/mvccadapter.py", line 164, in load raise ClientDisconnected("timed out waiting for connection") ^^^^^^^^^^^^^^^^^^^^^^^ raise ClientDisconnected("timed out waiting for connection") Exception in thread T0: File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 760, in load_before_co self._target(*self._args, **self._kwargs) ZEO.Exceptions.ClientDisconnected: timed out waiting for connection File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result ZEO.Exceptions.ClientDisconnected: timed out waiting for connection Traceback (most recent call last): File "/usr/lib64/python3.11/asyncio/tasks.py", line 490, in wait_for File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 438, in T self.run() ZEO.Exceptions.ClientDisconnected: timed out waiting for connection r = self._storage.loadBefore(oid, self._start) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/ClientStorage.py", line 616, in loadBefore self.run() File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 705, in await_operational_co yield self.await_operational_co(timeout) yield self.await_operational_co(timeout) File "_futures.pyx", line 274, in ZEO.asyncio._futures.CoroutineExecutor.step File "/usr/lib/python3.11/site-packages/ZODB/mvccadapter.py", line 164, in load File "_futures.pyx", line 272, in ZEO.asyncio._futures.CoroutineExecutor.step t_() File "_futures.pyx", line 260, in ZEO.asyncio._futures.CoroutineExecutor.step raise ClientDisconnected("timed out waiting for connection") File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/tests/testZEO.py", line 271, in _new_storage_client return fut.result() File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 788, in tpc_finish_co return self._server.load_before(oid, tid) File "/usr/lib64/python3.11/threading.py", line 975, in run File "/usr/lib64/python3.11/threading.py", line 975, in run File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 424, in t_ File "_futures.pyx", line 66, in ZEO.asyncio._futures.Future.result File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 760, in load_before_co ZEO.Exceptions.ClientDisconnected: timed out waiting for connection ^^^^^^^^^^^^ r = self._storage.loadBefore(oid, self._start) raise ClientDisconnected() return self._server.load_before(oid, tid) asyncio.exceptions.CancelledError The above exception was the direct cause of the following exception: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ZEO.Exceptions.ClientDisconnected ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ client = ZEO.ClientStorage.ClientStorage( File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ self._target(*self._args, **self._kwargs) yield self.await_operational_co(timeout) self._target(*self._args, **self._kwargs) File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 438, in T ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/ClientStorage.py", line 353, in __init__ File "_futures.pyx", line 260, in ZEO.asyncio._futures.CoroutineExecutor.step File "_futures.pyx", line 260, in ZEO.asyncio._futures.CoroutineExecutor.step File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 940, in load_before Traceback (most recent call last): File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/ClientStorage.py", line 616, in loadBefore t_() File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 940, in load_before db = self.dbopen() return self.io_call(self.load_before_co(oid, tid, self.timeout)) File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 438, in T File "_futures.pyx", line 66, in ZEO.asyncio._futures.Future.result ^^^^^^^^^^^^^ File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 703, in await_operational_co self._wait() File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 424, in t_ File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 1000, in wait t_() File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 424, in t_ File "_futures.pyx", line 274, in ZEO.asyncio._futures.CoroutineExecutor.step File "_futures.pyx", line 66, in ZEO.asyncio._futures.Future.result File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 242, in dbopen ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 867, in io_call return self._server.load_before(oid, tid) return self.io_call(self.load_before_co(oid, tid, self.timeout)) zstor = self._new_storage_client() yield asyncio.wait_for(asyncio.shield(self.connected), timeout) File "_futures.pyx", line 260, in ZEO.asyncio._futures.CoroutineExecutor.step File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 940, in load_before File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 705, in await_operational_co File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ db = self.dbopen() File "_futures.pyx", line 274, in ZEO.asyncio._futures.CoroutineExecutor.step return self.io_call( File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 867, in io_call ^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/tests/testZEO.py", line 271, in _new_storage_client db = self.dbopen() ^^^^^^^^^^^^^ return future.result() if wait else future File "_futures.pyx", line 66, in ZEO.asyncio._futures.Future.result File "_futures.pyx", line 274, in ZEO.asyncio._futures.CoroutineExecutor.step return self.io_call(self.load_before_co(oid, tid, self.timeout)) raise ClientDisconnected("timed out waiting for connection") ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 867, in io_call File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 242, in dbopen ^^^^^^^^^^^^^^^ File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 705, in await_operational_co File "_futures.pyx", line 202, in ZEO.asyncio._futures.ConcurrentFuture.result File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 867, in io_call ^^^^^^^^^^^^^ client = ZEO.ClientStorage.ClientStorage( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 242, in dbopen zstor = self._new_storage_client() ZEO.Exceptions.ClientDisconnected: timed out waiting for connection File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/ClientStorage.py", line 353, in __init__ zstor = self._new_storage_client() return future.result() if wait else future ^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 705, in await_operational_co File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/tests/testZEO.py", line 271, in _new_storage_client ^^^^^^^^^^^^^^^^^^^^^^^^^^ return future.result() if wait else future ^^^^^^^^^^^^^^^ File "_futures.pyx", line 202, in ZEO.asyncio._futures.ConcurrentFuture.result File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/tests/testZEO.py", line 271, in _new_storage_client File "_futures.pyx", line 272, in ZEO.asyncio._futures.CoroutineExecutor.step ^^^^^^^^^^^^^^^ return future.result() if wait else future raise ClientDisconnected("timed out waiting for connection") raise ClientDisconnected("timed out waiting for connection") File "_futures.pyx", line 212, in ZEO.asyncio._futures.ConcurrentFuture.result File "_futures.pyx", line 212, in ZEO.asyncio._futures.ConcurrentFuture.result self._wait() client = ZEO.ClientStorage.ClientStorage( ^^^^^^^^^^^^^^^ File "/usr/lib64/python3.11/asyncio/tasks.py", line 492, in wait_for File "_futures.pyx", line 202, in ZEO.asyncio._futures.ConcurrentFuture.result File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 1000, in wait ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ZEO.Exceptions.ClientDisconnected: timed out waiting for connection File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result ZEO.Exceptions.ClientDisconnected: timed out waiting for connection File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/ClientStorage.py", line 353, in __init__ File "_futures.pyx", line 202, in ZEO.asyncio._futures.ConcurrentFuture.result client = ZEO.ClientStorage.ClientStorage( raise exceptions.TimeoutError() from exc File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result File "_futures.pyx", line 212, in ZEO.asyncio._futures.ConcurrentFuture.result TimeoutError ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "_futures.pyx", line 212, in ZEO.asyncio._futures.ConcurrentFuture.result File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/ClientStorage.py", line 353, in __init__ self._wait() File "_futures.pyx", line 274, in ZEO.asyncio._futures.CoroutineExecutor.step File "_futures.pyx", line 274, in ZEO.asyncio._futures.CoroutineExecutor.step File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 1000, in wait During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/lib64/python3.11/threading.py", line 1038, in _bootstrap_inner return self.io_call( File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result ^^^^^^^^^^^^^ File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 867, in io_call File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 760, in load_before_co File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result self._wait() File "_futures.pyx", line 274, in ZEO.asyncio._futures.CoroutineExecutor.step File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 1000, in wait File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 760, in load_before_co File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 760, in load_before_co self.run() yield self.await_operational_co(timeout) File "/usr/lib64/python3.11/threading.py", line 975, in run File "_futures.pyx", line 274, in ZEO.asyncio._futures.CoroutineExecutor.step return self.io_call( ^^^^^^^^^^^^^ File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 867, in io_call return future.result() if wait else future return self.io_call( ^^^^^^^^^^^^^^^ File "_futures.pyx", line 202, in ZEO.asyncio._futures.ConcurrentFuture.result File "_futures.pyx", line 260, in ZEO.asyncio._futures.CoroutineExecutor.step ^^^^^^^^^^^^^ File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 705, in await_operational_co File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 867, in io_call yield self.await_operational_co(timeout) File "_futures.pyx", line 260, in ZEO.asyncio._futures.CoroutineExecutor.step return future.result() if wait else future ^^^^^^^^^^^^^^^ File "_futures.pyx", line 212, in ZEO.asyncio._futures.ConcurrentFuture.result File "_futures.pyx", line 202, in ZEO.asyncio._futures.ConcurrentFuture.result File "_futures.pyx", line 66, in ZEO.asyncio._futures.Future.result self._target(*self._args, **self._kwargs) File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 438, in T File "_futures.pyx", line 212, in ZEO.asyncio._futures.ConcurrentFuture.result raise ClientDisconnected("timed out waiting for connection") yield self.await_operational_co(timeout) File "_futures.pyx", line 260, in ZEO.asyncio._futures.CoroutineExecutor.step File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result File "_futures.pyx", line 66, in ZEO.asyncio._futures.Future.result File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result return future.result() if wait else future ^^^^^^^^^^^^^^^ ZEO.Exceptions.ClientDisconnected: timed out waiting for connection File "_futures.pyx", line 202, in ZEO.asyncio._futures.ConcurrentFuture.result File "_futures.pyx", line 66, in ZEO.asyncio._futures.Future.result File "_futures.pyx", line 274, in ZEO.asyncio._futures.CoroutineExecutor.step File "_futures.pyx", line 274, in ZEO.asyncio._futures.CoroutineExecutor.step File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result t_() File "_futures.pyx", line 212, in ZEO.asyncio._futures.ConcurrentFuture.result File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 424, in t_ File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 705, in await_operational_co File "_futures.pyx", line 274, in ZEO.asyncio._futures.CoroutineExecutor.step File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 705, in await_operational_co File "_futures.pyx", line 274, in ZEO.asyncio._futures.CoroutineExecutor.step db = self.dbopen() ^^^^^^^^^^^^^ File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 249, in dbopen File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 705, in await_operational_co File "_futures.pyx", line 274, in ZEO.asyncio._futures.CoroutineExecutor.step return DB(zstor) ^^^^^^^^^ File "/usr/lib/python3.11/site-packages/ZODB/DB.py", line 474, in __init__ raise ClientDisconnected("timed out waiting for connection") ZEO.Exceptions.ClientDisconnected: timed out waiting for connection File "_futures.pyx", line 274, in ZEO.asyncio._futures.CoroutineExecutor.step raise ClientDisconnected("timed out waiting for connection") File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 705, in await_operational_co File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 705, in await_operational_co ZEO.Exceptions.ClientDisconnected: timed out waiting for connection raise ClientDisconnected("timed out waiting for connection") ZEO.Exceptions.ClientDisconnected: timed out waiting for connection conn.get(z64) raise ClientDisconnected("timed out waiting for connection") File "/usr/lib/python3.11/site-packages/ZODB/Connection.py", line 249, in get ZEO.Exceptions.ClientDisconnected: timed out waiting for connection raise ClientDisconnected("timed out waiting for connection") File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 705, in await_operational_co ZEO.Exceptions.ClientDisconnected: timed out waiting for connection p, _ = self._storage.load(oid) ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.11/site-packages/ZODB/mvccadapter.py", line 164, in load raise ClientDisconnected("timed out waiting for connection") ZEO.Exceptions.ClientDisconnected: timed out waiting for connection r = self._storage.loadBefore(oid, self._start) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/ClientStorage.py", line 616, in loadBefore return self._server.load_before(oid, tid) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 940, in load_before return self.io_call(self.load_before_co(oid, tid, self.timeout)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 867, in io_call return future.result() if wait else future ^^^^^^^^^^^^^^^ File "_futures.pyx", line 202, in ZEO.asyncio._futures.ConcurrentFuture.result File "_futures.pyx", line 212, in ZEO.asyncio._futures.ConcurrentFuture.result File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result File "_futures.pyx", line 274, in ZEO.asyncio._futures.CoroutineExecutor.step File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 760, in load_before_co yield self.await_operational_co(timeout) File "_futures.pyx", line 260, in ZEO.asyncio._futures.CoroutineExecutor.step File "_futures.pyx", line 66, in ZEO.asyncio._futures.Future.result File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result File "_futures.pyx", line 274, in ZEO.asyncio._futures.CoroutineExecutor.step File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 705, in await_operational_co raise ClientDisconnected("timed out waiting for connection") ZEO.Exceptions.ClientDisconnected: timed out waiting for connection Exception in thread T1: Traceback (most recent call last): File "/usr/lib64/python3.11/asyncio/tasks.py", line 490, in wait_for return fut.result() ^^^^^^^^^^^^ asyncio.exceptions.CancelledError The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 703, in await_operational_co yield asyncio.wait_for(asyncio.shield(self.connected), timeout) File "_futures.pyx", line 260, in ZEO.asyncio._futures.CoroutineExecutor.step File "_futures.pyx", line 66, in ZEO.asyncio._futures.Future.result File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result File "_futures.pyx", line 272, in ZEO.asyncio._futures.CoroutineExecutor.step File "/usr/lib64/python3.11/asyncio/tasks.py", line 492, in wait_for raise exceptions.TimeoutError() from exc TimeoutError During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/lib64/python3.11/threading.py", line 1038, in _bootstrap_inner self.run() File "/usr/lib64/python3.11/threading.py", line 975, in run self._target(*self._args, **self._kwargs) File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 438, in T t_() File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 424, in t_ db = self.dbopen() ^^^^^^^^^^^^^ File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 249, in dbopen return DB(zstor) ^^^^^^^^^ File "/usr/lib/python3.11/site-packages/ZODB/DB.py", line 474, in __init__ conn.get(z64) File "/usr/lib/python3.11/site-packages/ZODB/Connection.py", line 249, in get p, _ = self._storage.load(oid) ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.11/site-packages/ZODB/mvccadapter.py", line 164, in load r = self._storage.loadBefore(oid, self._start) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/ClientStorage.py", line 616, in loadBefore return self._server.load_before(oid, tid) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 940, in load_before return self.io_call(self.load_before_co(oid, tid, self.timeout)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 867, in io_call return future.result() if wait else future ^^^^^^^^^^^^^^^ File "_futures.pyx", line 202, in ZEO.asyncio._futures.ConcurrentFuture.result File "_futures.pyx", line 212, in ZEO.asyncio._futures.ConcurrentFuture.result File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result File "_futures.pyx", line 274, in ZEO.asyncio._futures.CoroutineExecutor.step File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 760, in load_before_co yield self.await_operational_co(timeout) File "_futures.pyx", line 260, in ZEO.asyncio._futures.CoroutineExecutor.step File "_futures.pyx", line 66, in ZEO.asyncio._futures.Future.result File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result File "_futures.pyx", line 274, in ZEO.asyncio._futures.CoroutineExecutor.step File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 705, in await_operational_co raise ClientDisconnected("timed out waiting for connection") ZEO.Exceptions.ClientDisconnected: timed out waiting for connection Exception in thread T43: Traceback (most recent call last): File "/usr/lib64/python3.11/asyncio/tasks.py", line 490, in wait_for return fut.result() ^^^^^^^^^^^^ asyncio.exceptions.CancelledError The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 703, in await_operational_co yield asyncio.wait_for(asyncio.shield(self.connected), timeout) File "_futures.pyx", line 260, in ZEO.asyncio._futures.CoroutineExecutor.step File "_futures.pyx", line 66, in ZEO.asyncio._futures.Future.result File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result File "_futures.pyx", line 272, in ZEO.asyncio._futures.CoroutineExecutor.step File "/usr/lib64/python3.11/asyncio/tasks.py", line 492, in wait_for raise exceptions.TimeoutError() from exc TimeoutError During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/lib64/python3.11/threading.py", line 1038, in _bootstrap_inner self.run() File "/usr/lib64/python3.11/threading.py", line 975, in run self._target(*self._args, **self._kwargs) File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 438, in T t_() File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 429, in t_ work1(db) File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 417, in work1 transaction.commit() File "/usr/lib/python3.11/site-packages/transaction/_manager.py", line 257, in commit return self.manager.commit() ^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.11/site-packages/transaction/_manager.py", line 134, in commit return self.get().commit() ^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.11/site-packages/transaction/_transaction.py", line 283, in commit reraise(t, v, tb) File "/usr/lib/python3.11/site-packages/transaction/_compat.py", line 50, in reraise raise value File "/usr/lib/python3.11/site-packages/transaction/_transaction.py", line 274, in commit self._commitResources() File "/usr/lib/python3.11/site-packages/transaction/_transaction.py", line 457, in _commitResources reraise(t, v, tb) File "/usr/lib/python3.11/site-packages/transaction/_compat.py", line 50, in reraise raise value File "/usr/lib/python3.11/site-packages/transaction/_transaction.py", line 434, in _commitResources rm.tpc_vote(self) File "/usr/lib/python3.11/site-packages/ZODB/Connection.py", line 689, in tpc_vote s = vote(transaction) ^^^^^^^^^^^^^^^^^ File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/ClientStorage.py", line 846, in tpc_vote for oid in self._call('vote', id(txn)) or (): ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 888, in call return self.io_call( ^^^^^^^^^^^^^ File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 867, in io_call return future.result() if wait else future ^^^^^^^^^^^^^^^ File "_futures.pyx", line 202, in ZEO.asyncio._futures.ConcurrentFuture.result File "_futures.pyx", line 212, in ZEO.asyncio._futures.ConcurrentFuture.result File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result File "_futures.pyx", line 274, in ZEO.asyncio._futures.CoroutineExecutor.step File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 717, in call_sync_co yield self.await_operational_co(timeout) File "_futures.pyx", line 260, in ZEO.asyncio._futures.CoroutineExecutor.step File "_futures.pyx", line 66, in ZEO.asyncio._futures.Future.result File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result File "_futures.pyx", line 274, in ZEO.asyncio._futures.CoroutineExecutor.step File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 705, 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.BlobWritableCacheTests.check_race_external_invalidate_vs_disconnect) Traceback (most recent call last): File "/usr/lib64/python3.11/unittest/case.py", line 57, in testPartExecutor yield File "/usr/lib64/python3.11/unittest/case.py", line 623, in run self._callTestMethod(testMethod) File "/usr/lib64/python3.11/unittest/case.py", line 579, in _callTestMethod if method() is not None: File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 367, in check_race_external_invalidate_vs_disconnect return self._check_race_external_invalidate_vs_disconnect( File "/usr/lib/python3.11/site-packages/ZODB/tests/util.py", line 422, in _ return f(*argv, **kw) File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 457, in _check_race_external_invalidate_vs_disconnect self.fail('\n\n'.join([_ for _ in failure if _])) File "/usr/lib64/python3.11/unittest/case.py", line 703, in fail raise self.failureException(msg) AssertionError The following test left new threads behind: check_race_external_invalidate_vs_disconnect (ZEO.tests.testZEO.BlobWritableCacheTests.check_race_external_invalidate_vs_disconnect) New thread(s): [, , , , , , , , ] ... Ran 110 tests with 1 failures, 0 errors, 0 skipped in 25 minutes 25.322 seconds. Running .FileStorageConnectionTests ZEO Connection Tests tests: Tear down .BlobWritableCacheTests in 0.009 seconds. Set up .FileStorageConnectionTests ZEO Connection Tests in 0.005 seconds. Running: .................... Ran 20 tests with 0 failures, 0 errors, 0 skipped in 2 minutes 8.057 seconds. Running .FileStorageInvqTests ZEO Connection Tests tests: Tear down .FileStorageConnectionTests ZEO Connection Tests in 0.014 seconds. Set up .FileStorageInvqTests ZEO Connection Tests in 0.003 seconds. Running: .. Ran 2 tests with 0 failures, 0 errors, 0 skipped in 6.308 seconds. Running .FileStorageLoadDelayedTests tests: Tear down .FileStorageInvqTests ZEO Connection Tests in 0.015 seconds. Set up .FileStorageLoadDelayedTests in 0.003 seconds. Running: .......................................................................................................Exception in thread T37: Traceback (most recent call last): File "/usr/lib64/python3.11/threading.py", line 1038, in _bootstrap_inner Exception in thread T7: Traceback (most recent call last): File "/usr/lib64/python3.11/threading.py", line 1038, in _bootstrap_inner Exception in thread T6: Traceback (most recent call last): File "/usr/lib64/python3.11/threading.py", line 1038, in _bootstrap_inner self.run() Exception in thread T42: Traceback (most recent call last): File "/usr/lib64/python3.11/threading.py", line 975, in run File "/usr/lib64/python3.11/threading.py", line 1038, in _bootstrap_inner Exception in thread T45: Traceback (most recent call last): File "/usr/lib64/python3.11/threading.py", line 1038, in _bootstrap_inner Exception in thread T54: Exception in thread T52: Traceback (most recent call last): File "/usr/lib64/python3.11/threading.py", line 1038, in _bootstrap_inner self.run() self.run() Traceback (most recent call last): Exception in thread T20: Exception in thread T33: Traceback (most recent call last): File "/usr/lib64/python3.11/threading.py", line 975, in run File "/usr/lib64/python3.11/threading.py", line 975, in run Traceback (most recent call last): File "/usr/lib64/python3.11/threading.py", line 1038, in _bootstrap_inner Exception in thread T56: File "_futures.pyx", line 272, in ZEO.asyncio._futures.CoroutineExecutor.step self.run() self._target(*self._args, **self._kwargs) self.run() File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 438, in T File "/usr/lib64/python3.11/threading.py", line 1038, in _bootstrap_inner self.run() File "/usr/lib64/python3.11/threading.py", line 975, in run self._target(*self._args, **self._kwargs) self._target(*self._args, **self._kwargs) File "/usr/lib64/python3.11/threading.py", line 975, in run File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 438, in T File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 438, in T self.run() Exception in thread T38: Traceback (most recent call last): t_() File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 424, in t_ File "/usr/lib64/python3.11/threading.py", line 975, in run Traceback (most recent call last): File "/usr/lib64/python3.11/threading.py", line 975, in run File "/usr/lib64/python3.11/asyncio/tasks.py", line 490, in wait_for File "/usr/lib64/python3.11/asyncio/tasks.py", line 479, in wait_for File "/usr/lib64/python3.11/threading.py", line 1038, in _bootstrap_inner self._target(*self._args, **self._kwargs) self._target(*self._args, **self._kwargs) t_() Exception in thread self.run() File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 438, in T db = self.dbopen() Exception in thread T17: File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 438, in T T11: File "/usr/lib64/python3.11/threading.py", line 975, in run File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 429, in t_ self._target(*self._args, **self._kwargs) return fut.result() t_() Exception in thread T27: return fut.result() self._target(*self._args, **self._kwargs) File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 438, in T Traceback (most recent call last): t_() File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 429, in t_ ^^^^^^^^^^^^^ Traceback (most recent call last): ^^^^^^^^^^^^ asyncio.exceptions.CancelledError self._target(*self._args, **self._kwargs) self.run() ^^^^^^^^^^^^ Exception in thread T22: Exception in thread T41: Traceback (most recent call last): File "/usr/lib64/python3.11/asyncio/tasks.py", line 490, in wait_for Exception in thread T0: work1(db) File "/usr/lib64/python3.11/asyncio/tasks.py", line 490, in wait_for Exception in thread T60: asyncio.exceptions.CancelledError The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 703, in await_operational_co T31: Traceback (most recent call last): File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 399, in work1 Exception in thread T9: Exception in thread T61: Traceback (most recent call last): t_() Exception in thread T25: File "/usr/lib64/python3.11/asyncio/tasks.py", line 490, in wait_for Exception in thread T53: File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 438, in T Exception in thread T30: Traceback (most recent call last): Exception in thread T51: Exception in thread T43: Traceback (most recent call last): File "/usr/lib64/python3.11/threading.py", line 975, in run return fut.result() Traceback (most recent call last): File "/usr/lib64/python3.11/asyncio/tasks.py", line 490, in wait_for Traceback (most recent call last): File "/usr/lib64/python3.11/asyncio/tasks.py", line 490, in wait_for return fut.result() t_() Traceback (most recent call last): Exception in thread T29: Traceback (most recent call last): File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 438, in T Exception in thread T23: Exception in thread T13: File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 429, in t_ ^^^^^^^^^^^^ File "/usr/lib64/python3.11/asyncio/tasks.py", line 490, in wait_for File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 429, in t_ File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 249, in dbopen Exception in thread T4: ^^^^^^^^^^^^ File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 429, in t_ Exception in thread T50: Exception in thread work1(db) File "/usr/lib64/python3.11/asyncio/tasks.py", line 490, in wait_for yield asyncio.wait_for(asyncio.shield(self.connected), timeout) t_() File "_futures.pyx", line 260, in ZEO.asyncio._futures.CoroutineExecutor.step Exception in thread T18: Traceback (most recent call last): File "/usr/lib64/python3.11/asyncio/tasks.py", line 490, in wait_for Traceback (most recent call last): File "/usr/lib64/python3.11/asyncio/tasks.py", line 490, in wait_for Exception in thread Exception in thread T1: Exception in thread T48: Traceback (most recent call last): Traceback (most recent call last): File "/usr/lib64/python3.11/asyncio/tasks.py", line 490, in wait_for Exception in thread T8: Exception in thread T32: return DB(zstor) During handling of the above exception, another exception occurred: t_() File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 399, in work1 File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 429, in t_ Exception in thread T3: File "/usr/lib64/python3.11/asyncio/tasks.py", line 490, in wait_for File "/usr/lib64/python3.11/asyncio/tasks.py", line 490, in wait_for Exception in thread T21: Traceback (most recent call last): File "/usr/lib64/python3.11/asyncio/tasks.py", line 490, in wait_for Exception in thread T28: Traceback (most recent call last): File "/usr/lib64/python3.11/asyncio/tasks.py", line 490, in wait_for T63: Traceback (most recent call last): asyncio.exceptions.CancelledError Traceback (most recent call last): Exception in thread T46: Traceback (most recent call last): return fut.result() Traceback (most recent call last): File "/usr/lib64/python3.11/asyncio/tasks.py", line 490, in wait_for ^^^^^^^^^ T15: Traceback (most recent call last): File "/usr/lib64/python3.11/asyncio/tasks.py", line 490, in wait_for return fut.result() spec.assertStateOK(root) Traceback (most recent call last): File "/usr/lib64/python3.11/asyncio/tasks.py", line 490, in wait_for Traceback (most recent call last): Exception in thread File "/usr/lib64/python3.11/asyncio/tasks.py", line 490, in wait_for Exception in thread T55: return fut.result() File "/usr/lib64/python3.11/asyncio/tasks.py", line 490, in wait_for return fut.result() Exception in thread T36: return fut.result() T57: File "/usr/lib64/python3.11/asyncio/tasks.py", line 490, in wait_for asyncio.exceptions.CancelledError File "/usr/lib64/python3.11/asyncio/tasks.py", line 490, in wait_for work1(db) Traceback (most recent call last): File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 399, in work1 Exception in thread T34: Traceback (most recent call last): File "/usr/lib64/python3.11/asyncio/tasks.py", line 490, in wait_for Exception in thread Exception in thread T40: work1(db) Traceback (most recent call last): ^^^^^^^^^^^^ asyncio.exceptions.CancelledError The above exception was the direct cause of the following exception: Traceback (most recent call last): ^^^^^^^^^^^^ Traceback (most recent call last): File "/usr/lib64/python3.11/asyncio/tasks.py", line 490, in wait_for ^^^^^^^^^^^^ Traceback (most recent call last): File "/usr/lib64/python3.11/asyncio/tasks.py", line 490, in wait_for return fut.result() return fut.result() ^^^^^^^^^^^^ return fut.result() return fut.result() File "/usr/lib64/python3.11/asyncio/tasks.py", line 490, in wait_for return fut.result() ^^^^^^^^^^^^ asyncio.exceptions.CancelledError Traceback (most recent call last): File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 399, in work1 File "/usr/lib64/python3.11/asyncio/tasks.py", line 490, in wait_for Traceback (most recent call last): File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 429, in t_ work1(db) Traceback (most recent call last): File "/usr/lib64/python3.11/asyncio/tasks.py", line 490, in wait_for Traceback (most recent call last): Exception in thread File "_futures.pyx", line 66, in ZEO.asyncio._futures.Future.result self._target(*self._args, **self._kwargs) File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 438, in T return fut.result() ^^^^^^^^^^^^ return fut.result() Traceback (most recent call last): File "/usr/lib64/python3.11/asyncio/tasks.py", line 490, in wait_for return fut.result() ^^^^^^^^^^^^ asyncio.exceptions.CancelledError return fut.result() ^^^^^^^^^^^^ ^^^^^^^^^^^^ return fut.result() File "/usr/lib/python3.11/site-packages/ZODB/DB.py", line 474, in __init__ return fut.result() work1(db) File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 399, in work1 spec.assertStateOK(root) File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 399, in work1 File "/usr/lib64/python3.11/asyncio/tasks.py", line 490, in wait_for return fut.result() File "/usr/lib64/python3.11/asyncio/tasks.py", line 490, in wait_for return fut.result() ^^^^^^^^^^^^ return fut.result() asyncio.exceptions.CancelledError asyncio.exceptions.CancelledError work1(db) return fut.result() ^^^^^^^^^^^^ Exception in thread T2: Traceback (most recent call last): asyncio.exceptions.CancelledError Traceback (most recent call last): t_() ^^^^^^^^^^^^ File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 429, in t_ File "/usr/lib64/python3.11/asyncio/tasks.py", line 490, in wait_for ^^^^^^^^^^^^ File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 129, in assertStateOK Exception in thread T16: ^^^^^^^^^^^^ Exception in thread T19: asyncio.exceptions.CancelledError asyncio.exceptions.CancelledError spec.assertStateOK(root) conn.get(z64) ^^^^^^^^^^^^ work1(db) File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 399, in work1 Traceback (most recent call last): File "/usr/lib64/python3.11/asyncio/tasks.py", line 490, in wait_for return fut.result() ^^^^^^^^^^^^ asyncio.exceptions.CancelledError ^^^^^^^^^^^^ asyncio.exceptions.CancelledError asyncio.exceptions.CancelledError File "/usr/lib64/python3.11/threading.py", line 1038, in _bootstrap_inner return fut.result() Exception in thread T5: Traceback (most recent call last): File "/usr/lib64/python3.11/threading.py", line 1038, in _bootstrap_inner File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 703, in await_operational_co Traceback (most recent call last): asyncio.exceptions.CancelledError return fut.result() spec.assertStateOK(root) i1 = root['obj1'].value The above exception was the direct cause of the following exception: File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 129, in assertStateOK Traceback (most recent call last): File "/usr/lib/python3.11/site-packages/ZODB/Connection.py", line 249, in get asyncio.exceptions.CancelledError The above exception was the direct cause of the following exception: File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 399, in work1 The above exception was the direct cause of the following exception: spec.assertStateOK(root) The above exception was the direct cause of the following exception: return fut.result() ^^^^^^^^^^^^ return fut.result() asyncio.exceptions.CancelledError The above exception was the direct cause of the following exception: The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 703, in await_operational_co ^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.11/site-packages/ZODB/Connection.py", line 788, in setstate The above exception was the direct cause of the following exception: File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result Traceback (most recent call last): File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 703, in await_operational_co The above exception was the direct cause of the following exception: File "/usr/lib64/python3.11/asyncio/tasks.py", line 490, in wait_for File "/usr/lib64/python3.11/asyncio/tasks.py", line 490, in wait_for Traceback (most recent call last): File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 703, in await_operational_co yield asyncio.wait_for(asyncio.shield(self.connected), timeout) ^^^^^^^^^^^^ spec.assertStateOK(root) File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 129, in assertStateOK Traceback (most recent call last): File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 703, in await_operational_co self.run() ^^^^^^^^^^^^ File "/usr/lib64/python3.11/threading.py", line 975, in run self.run() File "/usr/lib64/python3.11/threading.py", line 975, in run ^^^^^^^^^^^^ File "/usr/lib64/python3.11/asyncio/tasks.py", line 490, in wait_for return fut.result() return fut.result() ^^^^^^^^^^^^ asyncio.exceptions.CancelledError File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 129, in assertStateOK The above exception was the direct cause of the following exception: asyncio.exceptions.CancelledError ^^^^^^^^^^^^ asyncio.exceptions.CancelledError p, serial = self._storage.load(oid) return fut.result() yield asyncio.wait_for(asyncio.shield(self.connected), timeout) T49: File "/usr/lib64/python3.11/asyncio/tasks.py", line 490, in wait_for i1 = root['obj1'].value Traceback (most recent call last): File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 703, in await_operational_co File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 129, in assertStateOK Traceback (most recent call last): File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 703, in await_operational_co asyncio.exceptions.CancelledError Traceback (most recent call last): p, _ = self._storage.load(oid) The above exception was the direct cause of the following exception: Traceback (most recent call last): return fut.result() The above exception was the direct cause of the following exception: ^^^^^^^^^^^^ yield asyncio.wait_for(asyncio.shield(self.connected), timeout) ^^^^^^^^^^^^ File "_futures.pyx", line 260, in ZEO.asyncio._futures.CoroutineExecutor.step File "_futures.pyx", line 260, in ZEO.asyncio._futures.CoroutineExecutor.step return fut.result() Traceback (most recent call last): self._target(*self._args, **self._kwargs) File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 438, in T return fut.result() File "/usr/lib64/python3.11/threading.py", line 1038, in _bootstrap_inner asyncio.exceptions.CancelledError The above exception was the direct cause of the following exception: return fut.result() Traceback (most recent call last): The above exception was the direct cause of the following exception: i1 = root['obj1'].value ^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.11/site-packages/ZODB/Connection.py", line 788, in setstate The above exception was the direct cause of the following exception: asyncio.exceptions.CancelledError The above exception was the direct cause of the following exception: self.run() return fut.result() self._target(*self._args, **self._kwargs) ^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^ File "/usr/lib/python3.11/site-packages/ZODB/Connection.py", line 788, in setstate ^^^^^^^^^^^^ ^^^^^^^^^^^^ File "/usr/lib64/python3.11/asyncio/tasks.py", line 490, in wait_for The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 703, in await_operational_co File "_futures.pyx", line 272, in ZEO.asyncio._futures.CoroutineExecutor.step yield asyncio.wait_for(asyncio.shield(self.connected), timeout) Traceback (most recent call last): File "_futures.pyx", line 260, in ZEO.asyncio._futures.CoroutineExecutor.step File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 703, in await_operational_co asyncio.exceptions.CancelledError The above exception was the direct cause of the following exception: spec.assertStateOK(root) File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 131, in assertStateOK Traceback (most recent call last): File "/usr/lib64/python3.11/asyncio/tasks.py", line 490, in wait_for ^^^^^^^^^^^^ File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 438, in T asyncio.exceptions.CancelledError The above exception was the direct cause of the following exception: yield asyncio.wait_for(asyncio.shield(self.connected), timeout) p, serial = self._storage.load(oid) ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.11/site-packages/ZODB/mvccadapter.py", line 164, in load ^^^^^^^^^^^^ File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 703, in await_operational_co File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 703, in await_operational_co return fut.result() Traceback (most recent call last): File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 703, in await_operational_co The above exception was the direct cause of the following exception: Traceback (most recent call last): Traceback (most recent call last): File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 703, in await_operational_co asyncio.exceptions.CancelledError File "/usr/lib64/python3.11/asyncio/tasks.py", line 492, in wait_for File "/usr/lib64/python3.11/threading.py", line 975, in run File "_futures.pyx", line 66, in ZEO.asyncio._futures.Future.result p = root['phase'].value asyncio.exceptions.CancelledError Traceback (most recent call last): File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 703, in await_operational_co The above exception was the direct cause of the following exception: yield asyncio.wait_for(asyncio.shield(self.connected), timeout) Traceback (most recent call last): File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 703, in await_operational_co t_() File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 703, in await_operational_co File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 429, in t_ asyncio.exceptions.CancelledError ^^^^^^^^^^^^ i1 = root['obj1'].value return fut.result() Traceback (most recent call last): yield asyncio.wait_for(asyncio.shield(self.connected), timeout) yield asyncio.wait_for(asyncio.shield(self.connected), timeout) File "_futures.pyx", line 260, in ZEO.asyncio._futures.CoroutineExecutor.step asyncio.exceptions.CancelledError File "_futures.pyx", line 66, in ZEO.asyncio._futures.Future.result ^^^^^^^^^^^^ asyncio.exceptions.CancelledError ^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.11/site-packages/ZODB/Connection.py", line 788, in setstate asyncio.exceptions.CancelledError File "_futures.pyx", line 260, in ZEO.asyncio._futures.CoroutineExecutor.step The above exception was the direct cause of the following exception: i1 = root['obj1'].value The above exception was the direct cause of the following exception: File "_futures.pyx", line 66, in ZEO.asyncio._futures.Future.result raise exceptions.TimeoutError() from exc ^^^^^^^^^^^^ TimeoutError File "_futures.pyx", line 66, in ZEO.asyncio._futures.Future.result asyncio.exceptions.CancelledError ^^^^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^ The above exception was the direct cause of the following exception: Traceback (most recent call last): ^^^^^^^^^^^^ p, serial = self._storage.load(oid) yield asyncio.wait_for(asyncio.shield(self.connected), timeout) yield asyncio.wait_for(asyncio.shield(self.connected), timeout) spec.assertStateOK(root) File "_futures.pyx", line 260, in ZEO.asyncio._futures.CoroutineExecutor.step File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 703, in await_operational_co File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result asyncio.exceptions.CancelledError The above exception was the direct cause of the following exception: The above exception was the direct cause of the following exception: Traceback (most recent call last): ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.11/site-packages/ZODB/mvccadapter.py", line 164, in load File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result File "_futures.pyx", line 260, in ZEO.asyncio._futures.CoroutineExecutor.step t_() File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 429, in t_ yield asyncio.wait_for(asyncio.shield(self.connected), timeout) File "/usr/lib/python3.11/site-packages/ZODB/mvccadapter.py", line 164, in load return fut.result() File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 703, in await_operational_co self._target(*self._args, **self._kwargs) File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 438, in T The above exception was the direct cause of the following exception: File "_futures.pyx", line 260, in ZEO.asyncio._futures.CoroutineExecutor.step The above exception was the direct cause of the following exception: asyncio.exceptions.CancelledError File "_futures.pyx", line 66, in ZEO.asyncio._futures.Future.result ^^^^^^^^^^^^ Traceback (most recent call last): File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 703, in await_operational_co asyncio.exceptions.CancelledError The above exception was the direct cause of the following exception: File "_futures.pyx", line 260, in ZEO.asyncio._futures.CoroutineExecutor.step ^^^^^^^^^^^^ r = self._storage.loadBefore(oid, self._start) Traceback (most recent call last): asyncio.exceptions.CancelledError File "_futures.pyx", line 260, in ZEO.asyncio._futures.CoroutineExecutor.step yield asyncio.wait_for(asyncio.shield(self.connected), timeout) The above exception was the direct cause of the following exception: yield asyncio.wait_for(asyncio.shield(self.connected), timeout) work1(db) File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result The above exception was the direct cause of the following exception: The above exception was the direct cause of the following exception: File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 703, in await_operational_co ^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.11/site-packages/ZODB/Connection.py", line 788, in setstate File "_futures.pyx", line 260, in ZEO.asyncio._futures.CoroutineExecutor.step yield asyncio.wait_for(asyncio.shield(self.connected), timeout) work1(db) File "/usr/lib/python3.11/site-packages/ZODB/Connection.py", line 788, in setstate asyncio.exceptions.CancelledError File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 703, in await_operational_co ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.11/site-packages/ZODB/mvccadapter.py", line 164, in load p, serial = self._storage.load(oid) t_() yield asyncio.wait_for(asyncio.shield(self.connected), timeout) File "_futures.pyx", line 260, in ZEO.asyncio._futures.CoroutineExecutor.step File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 417, in work1 File "_futures.pyx", line 66, in ZEO.asyncio._futures.Future.result yield asyncio.wait_for(asyncio.shield(self.connected), timeout) yield asyncio.wait_for(asyncio.shield(self.connected), timeout) transaction.commit() File "_futures.pyx", line 260, in ZEO.asyncio._futures.CoroutineExecutor.step Traceback (most recent call last): asyncio.exceptions.CancelledError asyncio.exceptions.CancelledError File "_futures.pyx", line 272, in ZEO.asyncio._futures.CoroutineExecutor.step File "_futures.pyx", line 66, in ZEO.asyncio._futures.Future.result File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 417, in work1 Traceback (most recent call last): File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 703, in await_operational_co ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The above exception was the direct cause of the following exception: p, serial = self._storage.load(oid) File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 429, in t_ File "_futures.pyx", line 260, in ZEO.asyncio._futures.CoroutineExecutor.step File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result r = self._storage.loadBefore(oid, self._start) yield asyncio.wait_for(asyncio.shield(self.connected), timeout) yield asyncio.wait_for(asyncio.shield(self.connected), timeout) File "_futures.pyx", line 66, in ZEO.asyncio._futures.Future.result The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 703, in await_operational_co File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 131, in assertStateOK The above exception was the direct cause of the following exception: During handling of the above exception, another exception occurred: File "_futures.pyx", line 272, in ZEO.asyncio._futures.CoroutineExecutor.step File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 703, in await_operational_co r = self._storage.loadBefore(oid, self._start) File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result File "/usr/lib64/python3.11/asyncio/tasks.py", line 492, in wait_for p, serial = self._storage.load(oid) ^^^^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.11/site-packages/ZODB/mvccadapter.py", line 164, in load File "_futures.pyx", line 66, in ZEO.asyncio._futures.Future.result yield asyncio.wait_for(asyncio.shield(self.connected), timeout) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Traceback (most recent call last): File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/ClientStorage.py", line 616, in loadBefore File "_futures.pyx", line 260, in ZEO.asyncio._futures.CoroutineExecutor.step Traceback (most recent call last): File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 703, in await_operational_co File "_futures.pyx", line 66, in ZEO.asyncio._futures.Future.result File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result Traceback (most recent call last): File "_futures.pyx", line 272, in ZEO.asyncio._futures.CoroutineExecutor.step File "_futures.pyx", line 260, in ZEO.asyncio._futures.CoroutineExecutor.step work1(db) File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 703, in await_operational_co File "/usr/lib64/python3.11/asyncio/tasks.py", line 492, in wait_for File "_futures.pyx", line 66, in ZEO.asyncio._futures.Future.result yield asyncio.wait_for(asyncio.shield(self.connected), timeout) File "/usr/lib/python3.11/site-packages/ZODB/mvccadapter.py", line 164, in load File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 131, in assertStateOK Traceback (most recent call last): File "_futures.pyx", line 260, in ZEO.asyncio._futures.CoroutineExecutor.step File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 703, in await_operational_co yield asyncio.wait_for(asyncio.shield(self.connected), timeout) yield asyncio.wait_for(asyncio.shield(self.connected), timeout) Traceback (most recent call last): File "_futures.pyx", line 66, in ZEO.asyncio._futures.Future.result The above exception was the direct cause of the following exception: Traceback (most recent call last): File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result yield asyncio.wait_for(asyncio.shield(self.connected), timeout) The above exception was the direct cause of the following exception: File "_futures.pyx", line 260, in ZEO.asyncio._futures.CoroutineExecutor.step File "/usr/lib64/python3.11/asyncio/tasks.py", line 492, in wait_for Traceback (most recent call last): File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 703, in await_operational_co r = self._storage.loadBefore(oid, self._start) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/ClientStorage.py", line 616, in loadBefore File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result yield asyncio.wait_for(asyncio.shield(self.connected), timeout) r = self._storage.loadBefore(oid, self._start) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/ClientStorage.py", line 616, in loadBefore p = root['phase'].value File "_futures.pyx", line 260, in ZEO.asyncio._futures.CoroutineExecutor.step File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 703, in await_operational_co The above exception was the direct cause of the following exception: File "_futures.pyx", line 66, in ZEO.asyncio._futures.Future.result File "_futures.pyx", line 66, in ZEO.asyncio._futures.Future.result r = self._storage.loadBefore(oid, self._start) File "_futures.pyx", line 66, in ZEO.asyncio._futures.Future.result yield asyncio.wait_for(asyncio.shield(self.connected), timeout) File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 417, in work1 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/ClientStorage.py", line 616, in loadBefore return self._server.load_before(oid, tid) File "_futures.pyx", line 260, in ZEO.asyncio._futures.CoroutineExecutor.step ^^^^^^^^^^^^^^^^^^^^^^^ Traceback (most recent call last): asyncio.exceptions.CancelledError File "_futures.pyx", line 260, in ZEO.asyncio._futures.CoroutineExecutor.step File "_futures.pyx", line 260, in ZEO.asyncio._futures.CoroutineExecutor.step File "_futures.pyx", line 260, in ZEO.asyncio._futures.CoroutineExecutor.step File "/usr/lib/python3.11/site-packages/transaction/_manager.py", line 257, in commit ^^^^^^^^^^^^^^^^^^^ File "_futures.pyx", line 272, in ZEO.asyncio._futures.CoroutineExecutor.step File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 703, in await_operational_co yield asyncio.wait_for(asyncio.shield(self.connected), timeout) raise exceptions.TimeoutError() from exc TimeoutError During handling of the above exception, another exception occurred: Traceback (most recent call last): File "_futures.pyx", line 272, in ZEO.asyncio._futures.CoroutineExecutor.step p = root['phase'].value transaction.commit() File "_futures.pyx", line 272, in ZEO.asyncio._futures.CoroutineExecutor.step transaction.commit() yield asyncio.wait_for(asyncio.shield(self.connected), timeout) File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result File "_futures.pyx", line 272, in ZEO.asyncio._futures.CoroutineExecutor.step File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 703, in await_operational_co File "_futures.pyx", line 66, in ZEO.asyncio._futures.Future.result File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result return self._server.load_before(oid, tid) yield asyncio.wait_for(asyncio.shield(self.connected), timeout) File "/usr/lib64/python3.11/asyncio/tasks.py", line 492, in wait_for raise exceptions.TimeoutError() from exc Traceback (most recent call last): File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result File "_futures.pyx", line 66, in ZEO.asyncio._futures.Future.result File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result File "_futures.pyx", line 66, in ZEO.asyncio._futures.Future.result ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/ClientStorage.py", line 616, in loadBefore File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result File "_futures.pyx", line 260, in ZEO.asyncio._futures.CoroutineExecutor.step Traceback (most recent call last): ^^^^^^^^^^^^^^^^^^^ File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 703, in await_operational_co ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.11/site-packages/transaction/_manager.py", line 257, in commit Traceback (most recent call last): File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 703, in await_operational_co File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 703, in await_operational_co During handling of the above exception, another exception occurred: return self._server.load_before(oid, tid) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 940, in load_before File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 703, in await_operational_co File "_futures.pyx", line 66, in ZEO.asyncio._futures.Future.result File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 703, in await_operational_co File "_futures.pyx", line 260, in ZEO.asyncio._futures.CoroutineExecutor.step yield asyncio.wait_for(asyncio.shield(self.connected), timeout) File "/usr/lib64/python3.11/asyncio/tasks.py", line 492, in wait_for return self.manager.commit() ^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.11/site-packages/transaction/_manager.py", line 134, in commit File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result File "_futures.pyx", line 260, in ZEO.asyncio._futures.CoroutineExecutor.step raise exceptions.TimeoutError() from exc File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result File "_futures.pyx", line 272, in ZEO.asyncio._futures.CoroutineExecutor.step return self._server.load_before(oid, tid) return self._server.load_before(oid, tid) File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 940, in load_before File "/usr/lib64/python3.11/asyncio/tasks.py", line 492, in wait_for File "_futures.pyx", line 260, in ZEO.asyncio._futures.CoroutineExecutor.step File "/usr/lib64/python3.11/asyncio/tasks.py", line 492, in wait_for Traceback (most recent call last): File "/usr/lib/python3.11/site-packages/ZODB/mvccadapter.py", line 164, in load File "_futures.pyx", line 260, in ZEO.asyncio._futures.CoroutineExecutor.step File "/usr/lib/python3.11/site-packages/ZODB/Connection.py", line 788, in setstate return self.manager.commit() Traceback (most recent call last): File "_futures.pyx", line 272, in ZEO.asyncio._futures.CoroutineExecutor.step File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result File "_futures.pyx", line 66, in ZEO.asyncio._futures.Future.result File "_futures.pyx", line 272, in ZEO.asyncio._futures.CoroutineExecutor.step File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/ClientStorage.py", line 616, in loadBefore yield asyncio.wait_for(asyncio.shield(self.connected), timeout) File "_futures.pyx", line 66, in ZEO.asyncio._futures.Future.result File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result Exception in thread T47: Traceback (most recent call last): File "/usr/lib64/python3.11/asyncio/tasks.py", line 490, in wait_for ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 940, in load_before File "/usr/lib/python3.11/site-packages/transaction/_manager.py", line 257, in commit ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "_futures.pyx", line 66, in ZEO.asyncio._futures.Future.result File "_futures.pyx", line 66, in ZEO.asyncio._futures.Future.result p, serial = self._storage.load(oid) File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 703, in await_operational_co File "/usr/lib64/python3.11/asyncio/tasks.py", line 492, in wait_for Traceback (most recent call last): File "/usr/lib64/python3.11/threading.py", line 1038, in _bootstrap_inner ^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.11/site-packages/transaction/_manager.py", line 134, in commit File "_futures.pyx", line 66, in ZEO.asyncio._futures.Future.result File "_futures.pyx", line 66, in ZEO.asyncio._futures.Future.result r = self._storage.loadBefore(oid, self._start) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ return self.get().commit() File "_futures.pyx", line 272, in ZEO.asyncio._futures.CoroutineExecutor.step TimeoutError File "_futures.pyx", line 66, in ZEO.asyncio._futures.Future.result File "_futures.pyx", line 272, in ZEO.asyncio._futures.CoroutineExecutor.step File "_futures.pyx", line 272, in ZEO.asyncio._futures.CoroutineExecutor.step return self._server.load_before(oid, tid) File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result yield asyncio.wait_for(asyncio.shield(self.connected), timeout) File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 940, in load_before File "/usr/lib64/python3.11/asyncio/tasks.py", line 492, in wait_for File "/usr/lib64/python3.11/asyncio/tasks.py", line 492, in wait_for return self.io_call(self.load_before_co(oid, tid, self.timeout)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "_futures.pyx", line 272, in ZEO.asyncio._futures.CoroutineExecutor.step File "_futures.pyx", line 66, in ZEO.asyncio._futures.Future.result File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 703, in await_operational_co File "_futures.pyx", line 272, in ZEO.asyncio._futures.CoroutineExecutor.step File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 703, in await_operational_co Traceback (most recent call last): File "/usr/lib64/python3.11/threading.py", line 1038, in _bootstrap_inner return fut.result() File "_futures.pyx", line 260, in ZEO.asyncio._futures.CoroutineExecutor.step File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/ClientStorage.py", line 616, in loadBefore File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result File "/usr/lib64/python3.11/threading.py", line 1038, in _bootstrap_inner return self.io_call(self.load_before_co(oid, tid, self.timeout)) raise exceptions.TimeoutError() from exc File "/usr/lib/python3.11/site-packages/ZODB/Connection.py", line 788, in setstate yield asyncio.wait_for(asyncio.shield(self.connected), timeout) raise exceptions.TimeoutError() from exc ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 940, in load_before File "/usr/lib64/python3.11/asyncio/tasks.py", line 492, in wait_for yield asyncio.wait_for(asyncio.shield(self.connected), timeout) File "_futures.pyx", line 260, in ZEO.asyncio._futures.CoroutineExecutor.step File "_futures.pyx", line 272, in ZEO.asyncio._futures.CoroutineExecutor.step File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 940, in load_before raise exceptions.TimeoutError() from exc TimeoutError File "_futures.pyx", line 260, in ZEO.asyncio._futures.CoroutineExecutor.step raise exceptions.TimeoutError() from exc yield asyncio.wait_for(asyncio.shield(self.connected), timeout) File "_futures.pyx", line 272, in ZEO.asyncio._futures.CoroutineExecutor.step File "/usr/lib64/python3.11/asyncio/tasks.py", line 492, in wait_for raise exceptions.TimeoutError() from exc yield asyncio.wait_for(asyncio.shield(self.connected), timeout) File "_futures.pyx", line 66, in ZEO.asyncio._futures.Future.result ^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 867, in io_call raise exceptions.TimeoutError() from exc File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result File "_futures.pyx", line 260, in ZEO.asyncio._futures.CoroutineExecutor.step TimeoutError During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/lib64/python3.11/asyncio/tasks.py", line 492, in wait_for TimeoutError File "_futures.pyx", line 272, in ZEO.asyncio._futures.CoroutineExecutor.step self.run() return self.io_call(self.load_before_co(oid, tid, self.timeout)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ self.run() return self.io_call(self.load_before_co(oid, tid, self.timeout)) ^^^^^^^^^^^^ asyncio.exceptions.CancelledError File "/usr/lib64/python3.11/asyncio/tasks.py", line 492, in wait_for File "_futures.pyx", line 66, in ZEO.asyncio._futures.Future.result return self.io_call(self.load_before_co(oid, tid, self.timeout)) During handling of the above exception, another exception occurred: raise exceptions.TimeoutError() from exc yield asyncio.wait_for(asyncio.shield(self.connected), timeout) File "_futures.pyx", line 260, in ZEO.asyncio._futures.CoroutineExecutor.step File "_futures.pyx", line 66, in ZEO.asyncio._futures.Future.result File "_futures.pyx", line 272, in ZEO.asyncio._futures.CoroutineExecutor.step TimeoutError self.run() File "_futures.pyx", line 260, in ZEO.asyncio._futures.CoroutineExecutor.step File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result File "/usr/lib64/python3.11/asyncio/tasks.py", line 492, in wait_for File "/usr/lib64/python3.11/asyncio/tasks.py", line 492, in wait_for ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 867, in io_call raise exceptions.TimeoutError() from exc ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib64/python3.11/threading.py", line 975, in run File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result File "_futures.pyx", line 260, in ZEO.asyncio._futures.CoroutineExecutor.step raise exceptions.TimeoutError() from exc File "/usr/lib64/python3.11/threading.py", line 975, in run ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib64/python3.11/asyncio/tasks.py", line 492, in wait_for The above exception was the direct cause of the following exception: TimeoutError During handling of the above exception, another exception occurred: File "/usr/lib/python3.11/site-packages/transaction/_transaction.py", line 283, in commit TimeoutError During handling of the above exception, another exception occurred: File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result File "_futures.pyx", line 272, in ZEO.asyncio._futures.CoroutineExecutor.step yield asyncio.wait_for(asyncio.shield(self.connected), timeout) File "/usr/lib64/python3.11/asyncio/tasks.py", line 492, in wait_for File "_futures.pyx", line 260, in ZEO.asyncio._futures.CoroutineExecutor.step File "_futures.pyx", line 66, in ZEO.asyncio._futures.Future.result TimeoutError reraise(t, v, tb) raise exceptions.TimeoutError() from exc File "_futures.pyx", line 66, in ZEO.asyncio._futures.Future.result TimeoutError File "_futures.pyx", line 272, in ZEO.asyncio._futures.CoroutineExecutor.step File "_futures.pyx", line 66, in ZEO.asyncio._futures.Future.result File "/usr/lib64/python3.11/asyncio/tasks.py", line 492, in wait_for File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 867, in io_call return self.get().commit() File "_futures.pyx", line 260, in ZEO.asyncio._futures.CoroutineExecutor.step raise exceptions.TimeoutError() from exc return self.io_call(self.load_before_co(oid, tid, self.timeout)) File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result File "_futures.pyx", line 66, in ZEO.asyncio._futures.Future.result File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result File "_futures.pyx", line 66, in ZEO.asyncio._futures.Future.result raise exceptions.TimeoutError() from exc File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result TimeoutError During handling of the above exception, another exception occurred: yield asyncio.wait_for(asyncio.shield(self.connected), timeout) TimeoutError During handling of the above exception, another exception occurred: Traceback (most recent call last): return future.result() if wait else future ^^^^^^^^^^^^^^^ File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result File "/usr/lib64/python3.11/asyncio/tasks.py", line 492, in wait_for ^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.11/site-packages/transaction/_transaction.py", line 283, in commit File "_futures.pyx", line 272, in ZEO.asyncio._futures.CoroutineExecutor.step File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result TimeoutError TimeoutError During handling of the above exception, another exception occurred: Traceback (most recent call last): Traceback (most recent call last): File "/usr/lib64/python3.11/threading.py", line 1038, in _bootstrap_inner File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result During handling of the above exception, another exception occurred: File "_futures.pyx", line 260, in ZEO.asyncio._futures.CoroutineExecutor.step File "_futures.pyx", line 66, in ZEO.asyncio._futures.Future.result During handling of the above exception, another exception occurred: Traceback (most recent call last): return self.manager.commit() File "/usr/lib64/python3.11/asyncio/tasks.py", line 492, in wait_for ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ return future.result() if wait else future Traceback (most recent call last): File "/usr/lib64/python3.11/threading.py", line 1038, in _bootstrap_inner return self._server.load_before(oid, tid) ^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.11/site-packages/transaction/_manager.py", line 134, in commit self._target(*self._args, **self._kwargs) raise exceptions.TimeoutError() from exc TimeoutError raise exceptions.TimeoutError() from exc File "_futures.pyx", line 272, in ZEO.asyncio._futures.CoroutineExecutor.step File "/usr/lib64/python3.11/threading.py", line 1038, in _bootstrap_inner File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result File "_futures.pyx", line 272, in ZEO.asyncio._futures.CoroutineExecutor.step During handling of the above exception, another exception occurred: Traceback (most recent call last): raise exceptions.TimeoutError() from exc File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result raise exceptions.TimeoutError() from exc File "/usr/lib64/python3.11/threading.py", line 1038, in _bootstrap_inner TimeoutError File "_futures.pyx", line 66, in ZEO.asyncio._futures.Future.result File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 867, in io_call ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "_futures.pyx", line 272, in ZEO.asyncio._futures.CoroutineExecutor.step During handling of the above exception, another exception occurred: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 940, in load_before reraise(t, v, tb) During handling of the above exception, another exception occurred: p, serial = self._storage.load(oid) Traceback (most recent call last): File "_futures.pyx", line 272, in ZEO.asyncio._futures.CoroutineExecutor.step File "/usr/lib/python3.11/site-packages/transaction/_compat.py", line 50, in reraise File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 867, in io_call File "_futures.pyx", line 272, in ZEO.asyncio._futures.CoroutineExecutor.step File "/usr/lib64/python3.11/asyncio/tasks.py", line 492, in wait_for File "/usr/lib64/python3.11/threading.py", line 1038, in _bootstrap_inner File "_futures.pyx", line 272, in ZEO.asyncio._futures.CoroutineExecutor.step self.run() File "_futures.pyx", line 202, in ZEO.asyncio._futures.ConcurrentFuture.result During handling of the above exception, another exception occurred: File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result Traceback (most recent call last): File "/usr/lib64/python3.11/threading.py", line 1038, in _bootstrap_inner Traceback (most recent call last): File "/usr/lib64/python3.11/threading.py", line 1038, in _bootstrap_inner File "/usr/lib64/python3.11/threading.py", line 975, in run File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 438, in T File "/usr/lib64/python3.11/asyncio/tasks.py", line 492, in wait_for self._target(*self._args, **self._kwargs) TimeoutError During handling of the above exception, another exception occurred: return future.result() if wait else future return self.io_call(self.load_before_co(oid, tid, self.timeout)) self.run() File "/usr/lib64/python3.11/asyncio/tasks.py", line 492, in wait_for File "/usr/lib64/python3.11/threading.py", line 975, in run TimeoutError raise value raise exceptions.TimeoutError() from exc TimeoutError return future.result() if wait else future File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 867, in io_call File "_futures.pyx", line 66, in ZEO.asyncio._futures.Future.result During handling of the above exception, another exception occurred: File "_futures.pyx", line 272, in ZEO.asyncio._futures.CoroutineExecutor.step File "_futures.pyx", line 260, in ZEO.asyncio._futures.CoroutineExecutor.step File "_futures.pyx", line 212, in ZEO.asyncio._futures.ConcurrentFuture.result File "_futures.pyx", line 272, in ZEO.asyncio._futures.CoroutineExecutor.step File "_futures.pyx", line 272, in ZEO.asyncio._futures.CoroutineExecutor.step File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 438, in T File "/usr/lib64/python3.11/threading.py", line 1038, in _bootstrap_inner self.run() ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib64/python3.11/threading.py", line 1038, in _bootstrap_inner File "/usr/lib64/python3.11/asyncio/tasks.py", line 492, in wait_for self._target(*self._args, **self._kwargs) File "/usr/lib64/python3.11/asyncio/tasks.py", line 492, in wait_for File "/usr/lib64/python3.11/asyncio/tasks.py", line 492, in wait_for During handling of the above exception, another exception occurred: t_() self.run() File "/usr/lib64/python3.11/asyncio/tasks.py", line 492, in wait_for self.run() ^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^ Traceback (most recent call last): raise exceptions.TimeoutError() from exc Traceback (most recent call last): File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result return future.result() if wait else future Traceback (most recent call last): File "/usr/lib/python3.11/site-packages/ZODB/mvccadapter.py", line 164, in load File "_futures.pyx", line 272, in ZEO.asyncio._futures.CoroutineExecutor.step File "/usr/lib64/python3.11/threading.py", line 975, in run ^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib64/python3.11/asyncio/tasks.py", line 492, in wait_for self.run() File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 438, in T TimeoutError During handling of the above exception, another exception occurred: Traceback (most recent call last): t_() File "/usr/lib64/python3.11/threading.py", line 975, in run raise exceptions.TimeoutError() from exc File "_futures.pyx", line 202, in ZEO.asyncio._futures.ConcurrentFuture.result File "_futures.pyx", line 202, in ZEO.asyncio._futures.ConcurrentFuture.result self.run() File "/usr/lib64/python3.11/threading.py", line 1038, in _bootstrap_inner Traceback (most recent call last): raise exceptions.TimeoutError() from exc File "/usr/lib/python3.11/site-packages/transaction/_compat.py", line 50, in reraise TimeoutError During handling of the above exception, another exception occurred: Traceback (most recent call last): Traceback (most recent call last): raise exceptions.TimeoutError() from exc File "/usr/lib64/python3.11/threading.py", line 1038, in _bootstrap_inner self.run() return future.result() if wait else future File "/usr/lib64/python3.11/threading.py", line 975, in run File "/usr/lib64/python3.11/threading.py", line 975, in run raise exceptions.TimeoutError() from exc Traceback (most recent call last): File "/usr/lib64/python3.11/threading.py", line 975, in run During handling of the above exception, another exception occurred: self._target(*self._args, **self._kwargs) File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 438, in T raise exceptions.TimeoutError() from exc TimeoutError During handling of the above exception, another exception occurred: File "/usr/lib64/python3.11/asyncio/tasks.py", line 492, in wait_for File "_futures.pyx", line 66, in ZEO.asyncio._futures.Future.result File "/usr/lib64/python3.11/asyncio/tasks.py", line 492, in wait_for File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result File "/usr/lib/python3.11/site-packages/ZODB/mvccadapter.py", line 164, in load File "_futures.pyx", line 212, in ZEO.asyncio._futures.ConcurrentFuture.result File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 867, in io_call File "_futures.pyx", line 202, in ZEO.asyncio._futures.ConcurrentFuture.result File "/usr/lib64/python3.11/asyncio/tasks.py", line 492, in wait_for t_() File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result TimeoutError File "/usr/lib64/python3.11/threading.py", line 1038, in _bootstrap_inner File "/usr/lib64/python3.11/threading.py", line 1038, in _bootstrap_inner File "/usr/lib64/python3.11/threading.py", line 975, in run self.run() TimeoutError During handling of the above exception, another exception occurred: self.run() File "/usr/lib64/python3.11/threading.py", line 975, in run self._target(*self._args, **self._kwargs) Traceback (most recent call last): raise exceptions.TimeoutError() from exc TimeoutError During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/lib64/python3.11/threading.py", line 1038, in _bootstrap_inner File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 424, in t_ Traceback (most recent call last): File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result raise exceptions.TimeoutError() from exc t_() File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 424, in t_ Traceback (most recent call last): File "/usr/lib64/python3.11/threading.py", line 1038, in _bootstrap_inner File "/usr/lib64/python3.11/threading.py", line 1038, in _bootstrap_inner File "_futures.pyx", line 212, in ZEO.asyncio._futures.ConcurrentFuture.result return future.result() if wait else future File "_futures.pyx", line 272, in ZEO.asyncio._futures.CoroutineExecutor.step File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 438, in T File "/usr/lib64/python3.11/threading.py", line 1038, in _bootstrap_inner raise value File "/usr/lib64/python3.11/threading.py", line 1038, in _bootstrap_inner File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result self._target(*self._args, **self._kwargs) TimeoutError r = self._storage.loadBefore(oid, self._start) self._target(*self._args, **self._kwargs) self._target(*self._args, **self._kwargs) raise exceptions.TimeoutError() from exc r = self._storage.loadBefore(oid, self._start) File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 703, in await_operational_co File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 424, in t_ File "/usr/lib64/python3.11/threading.py", line 975, in run File "_futures.pyx", line 272, in ZEO.asyncio._futures.CoroutineExecutor.step File "_futures.pyx", line 272, in ZEO.asyncio._futures.CoroutineExecutor.step File "/usr/lib64/python3.11/threading.py", line 1038, in _bootstrap_inner File "_futures.pyx", line 274, in ZEO.asyncio._futures.CoroutineExecutor.step self.run() ^^^^^^^^^^^^^^^ File "/usr/lib64/python3.11/threading.py", line 975, in run return self.get().commit() File "_futures.pyx", line 272, in ZEO.asyncio._futures.CoroutineExecutor.step File "/usr/lib64/python3.11/threading.py", line 1038, in _bootstrap_inner File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 763, in load_before_co self._target(*self._args, **self._kwargs) File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 438, in T self._target(*self._args, **self._kwargs) File "_futures.pyx", line 272, in ZEO.asyncio._futures.CoroutineExecutor.step ^^^^^^^^^^^^^^^ File "_futures.pyx", line 202, in ZEO.asyncio._futures.ConcurrentFuture.result File "/usr/lib/python3.11/site-packages/transaction/_transaction.py", line 274, in commit File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 438, in T File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 438, in T db = self.dbopen() ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ self.run() File "/usr/lib64/python3.11/threading.py", line 975, in run File "/usr/lib64/python3.11/asyncio/tasks.py", line 492, in wait_for t_() File "/usr/lib64/python3.11/asyncio/tasks.py", line 492, in wait_for db = self.dbopen() ^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^ File "_futures.pyx", line 202, in ZEO.asyncio._futures.ConcurrentFuture.result self._target(*self._args, **self._kwargs) raise exceptions.TimeoutError() from exc File "/usr/lib64/python3.11/threading.py", line 1038, in _bootstrap_inner File "/usr/lib64/python3.11/asyncio/tasks.py", line 492, in wait_for File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 438, in T self.run() ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/ClientStorage.py", line 616, in loadBefore t_() data = yield self.protocol.load_before(oid, tid) raise exceptions.TimeoutError() from exc TimeoutError During handling of the above exception, another exception occurred: File "_futures.pyx", line 272, in ZEO.asyncio._futures.CoroutineExecutor.step ^^^^^^^^^^^^^ File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/ClientStorage.py", line 616, in loadBefore self._commitResources() self._target(*self._args, **self._kwargs) File "/usr/lib/python3.11/site-packages/transaction/_transaction.py", line 457, in _commitResources self._target(*self._args, **self._kwargs) t_() File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 429, in t_ self.run() db = self.dbopen() File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 242, in dbopen ^^^^^^^^^^^^^ File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 242, in dbopen File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 438, in T During handling of the above exception, another exception occurred: yield asyncio.wait_for(asyncio.shield(self.connected), timeout) raise exceptions.TimeoutError() from exc File "_futures.pyx", line 260, in ZEO.asyncio._futures.CoroutineExecutor.step File "_futures.pyx", line 274, in ZEO.asyncio._futures.CoroutineExecutor.step File "/usr/lib64/python3.11/threading.py", line 975, in run raise exceptions.TimeoutError() from exc t_() TimeoutError File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 429, in t_ File "_futures.pyx", line 212, in ZEO.asyncio._futures.ConcurrentFuture.result ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib64/python3.11/asyncio/tasks.py", line 492, in wait_for File "_futures.pyx", line 212, in ZEO.asyncio._futures.ConcurrentFuture.result File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 249, in dbopen self.run() File "/usr/lib64/python3.11/threading.py", line 975, in run File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 438, in T File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 424, in t_ File "/usr/lib64/python3.11/threading.py", line 975, in run Traceback (most recent call last): File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result work1(db) File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 399, in work1 File "/usr/lib/python3.11/site-packages/transaction/_transaction.py", line 274, in commit self.run() self.run() File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 424, in t_ File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 429, in t_ During handling of the above exception, another exception occurred: Traceback (most recent call last): self.run() File "/usr/lib64/python3.11/threading.py", line 1038, in _bootstrap_inner File "/usr/lib64/python3.11/threading.py", line 975, in run self.run() TimeoutError File "/usr/lib64/python3.11/asyncio/tasks.py", line 492, in wait_for File "_futures.pyx", line 274, in ZEO.asyncio._futures.CoroutineExecutor.step raise exceptions.TimeoutError() from exc TimeoutError TimeoutError Traceback (most recent call last): zstor = self._new_storage_client() zstor = self._new_storage_client() raise exceptions.TimeoutError() from exc File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 438, in T self._target(*self._args, **self._kwargs) File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 438, in T During handling of the above exception, another exception occurred: File "_futures.pyx", line 66, in ZEO.asyncio._futures.Future.result During handling of the above exception, another exception occurred: File "_futures.pyx", line 260, in ZEO.asyncio._futures.CoroutineExecutor.step Traceback (most recent call last): db = self.dbopen() work1(db) self._target(*self._args, **self._kwargs) File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 438, in T raise exceptions.TimeoutError() from exc During handling of the above exception, another exception occurred: self.run() work1(db) File "/usr/lib64/python3.11/threading.py", line 1038, in _bootstrap_inner During handling of the above exception, another exception occurred: During handling of the above exception, another exception occurred: File "_futures.pyx", line 274, in ZEO.asyncio._futures.CoroutineExecutor.step self._target(*self._args, **self._kwargs) File "/usr/lib64/python3.11/threading.py", line 975, in run File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 763, in load_before_co TimeoutError self.run() TimeoutError During handling of the above exception, another exception occurred: File "_futures.pyx", line 212, in ZEO.asyncio._futures.ConcurrentFuture.result t_() File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 763, in load_before_co ^^^^^^^^^^^^^ File "/usr/lib64/python3.11/threading.py", line 975, in run File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 399, in work1 self.run() File "/usr/lib64/python3.11/threading.py", line 975, in run return self._server.load_before(oid, tid) File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 399, in work1 return self._server.load_before(oid, tid) return DB(zstor) data = yield self.protocol.load_before(oid, tid) t_() self._target(*self._args, **self._kwargs) raise exceptions.TimeoutError() from exc TimeoutError self._commitResources() File "/usr/lib64/python3.11/threading.py", line 975, in run t_() File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 424, in t_ t_() TimeoutError File "/usr/lib64/python3.11/threading.py", line 1038, in _bootstrap_inner File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result t_() File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 429, in t_ File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 242, in dbopen db = self.dbopen() TimeoutError Traceback (most recent call last): ^^^^^^^^^^^^^^^^^^^ File "/usr/lib64/python3.11/asyncio/tasks.py", line 492, in wait_for ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^ File "/usr/lib/python3.11/site-packages/ZODB/DB.py", line 474, in __init__ spec.assertStateOK(root) File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 131, in assertStateOK ^^^^^^^^^^^^^^^^^^^^^^^^^^ spec.assertStateOK(root) During handling of the above exception, another exception occurred: File "/usr/lib/python3.11/site-packages/transaction/_transaction.py", line 457, in _commitResources Traceback (most recent call last): File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 424, in t_ File "/usr/lib64/python3.11/threading.py", line 975, in run self.run() File "/usr/lib64/python3.11/threading.py", line 975, in run File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 429, in t_ File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 438, in T File "_futures.pyx", line 272, in ZEO.asyncio._futures.CoroutineExecutor.step File "_futures.pyx", line 202, in ZEO.asyncio._futures.ConcurrentFuture.result During handling of the above exception, another exception occurred: File "/usr/lib64/python3.11/threading.py", line 1038, in _bootstrap_inner zstor = self._new_storage_client() Traceback (most recent call last): t_() File "/usr/lib64/python3.11/threading.py", line 1038, in _bootstrap_inner File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 424, in t_ File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 438, in T File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/tests/testZEO.py", line 271, in _new_storage_client p = root['phase'].value TimeoutError During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/lib64/python3.11/threading.py", line 1038, in _bootstrap_inner Traceback (most recent call last): File "/usr/lib64/python3.11/threading.py", line 1038, in _bootstrap_inner self._target(*self._args, **self._kwargs) ^^^^^^^^^^^^^ File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 438, in T self.run() ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 940, in load_before reraise(t, v, tb) File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 940, in load_before File "/usr/lib64/python3.11/threading.py", line 1038, in _bootstrap_inner self._target(*self._args, **self._kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/tests/testZEO.py", line 271, in _new_storage_client File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 129, in assertStateOK File "/usr/lib64/python3.11/asyncio/tasks.py", line 492, in wait_for self._target(*self._args, **self._kwargs) reraise(t, v, tb) File "/usr/lib/python3.11/site-packages/transaction/_compat.py", line 50, in reraise Traceback (most recent call last): File "/usr/lib64/python3.11/threading.py", line 1038, in _bootstrap_inner File "/usr/lib64/python3.11/threading.py", line 975, in run self._target(*self._args, **self._kwargs) db = self.dbopen() self._target(*self._args, **self._kwargs) File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result client = ZEO.ClientStorage.ClientStorage( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 242, in dbopen File "/usr/lib64/python3.11/threading.py", line 975, in run self._target(*self._args, **self._kwargs) File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 438, in T ^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/tests/testZEO.py", line 271, in _new_storage_client File "/usr/lib/python3.11/site-packages/transaction/_compat.py", line 50, in reraise File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 424, in t_ Traceback (most recent call last): File "/usr/lib64/python3.11/threading.py", line 1038, in _bootstrap_inner db = self.dbopen() work1(db) spec.assertStateOK(root) conn.get(z64) File "/usr/lib/python3.11/site-packages/ZODB/Connection.py", line 249, in get client = ZEO.ClientStorage.ClientStorage( Traceback (most recent call last): t_() File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 424, in t_ File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 438, in T self.run() raise exceptions.TimeoutError() from exc File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/ClientStorage.py", line 353, in __init__ db = self.dbopen() self.run() File "/usr/lib64/python3.11/threading.py", line 975, in run Traceback (most recent call last): File "/usr/lib/python3.11/site-packages/transaction/_transaction.py", line 283, in commit self.run() File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 438, in T self.run() ^^^^^^^^^^^^^ raise exceptions.TimeoutError() from exc raise value client = ZEO.ClientStorage.ClientStorage( File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 129, in assertStateOK File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 763, in load_before_co During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/lib64/python3.11/threading.py", line 1038, in _bootstrap_inner File "/usr/lib64/python3.11/threading.py", line 1038, in _bootstrap_inner During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/lib64/python3.11/threading.py", line 1038, in _bootstrap_inner File "/usr/lib64/python3.11/threading.py", line 975, in run return self.io_call(self.load_before_co(oid, tid, self.timeout)) File "/usr/lib64/python3.11/threading.py", line 975, in run work1(db) File "_futures.pyx", line 274, in ZEO.asyncio._futures.CoroutineExecutor.step ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ self._wait() File "/usr/lib64/python3.11/threading.py", line 975, in run zstor = self._new_storage_client() File "/usr/lib64/python3.11/threading.py", line 975, in run File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 249, in dbopen reraise(t, v, tb) File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 399, in work1 self.run() ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib64/python3.11/threading.py", line 1038, in _bootstrap_inner ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ raise value self._target(*self._args, **self._kwargs) File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 438, in T i1 = root['obj1'].value data = yield self.protocol.load_before(oid, tid) File "_futures.pyx", line 66, in ZEO.asyncio._futures.Future.result ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ TimeoutError ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 867, in io_call File "/usr/lib64/python3.11/threading.py", line 1038, in _bootstrap_inner t_() self.run() File "/usr/lib64/python3.11/threading.py", line 975, in run File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 438, in T ^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.11/site-packages/ZODB/Connection.py", line 788, in setstate TimeoutError File "/usr/lib/python3.11/site-packages/transaction/_compat.py", line 50, in reraise return future.result() if wait else future File "/usr/lib64/python3.11/threading.py", line 975, in run File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/ClientStorage.py", line 353, in __init__ return DB(zstor) self.run() i1 = root['obj1'].value ^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.11/site-packages/ZODB/Connection.py", line 788, in setstate t_() p, _ = self._storage.load(oid) t_() File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 424, in t_ self._target(*self._args, **self._kwargs) During handling of the above exception, another exception occurred: data = yield self.protocol.load_before(oid, tid) File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 399, in work1 db = self.dbopen() File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 429, in t_ t_() self.run() ^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/tests/testZEO.py", line 271, in _new_storage_client During handling of the above exception, another exception occurred: File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 438, in T self._target(*self._args, **self._kwargs) File "_futures.pyx", line 212, in ZEO.asyncio._futures.ConcurrentFuture.result File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 438, in T self._target(*self._args, **self._kwargs) spec.assertStateOK(root) File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 438, in T p, serial = self._storage.load(oid) raise value ^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.11/site-packages/ZODB/Connection.py", line 788, in setstate t_() self.run() File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 438, in T ^^^^^^^^^^^^^ File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 242, in dbopen self._target(*self._args, **self._kwargs) db = self.dbopen() File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 438, in T t_() File "_futures.pyx", line 260, in ZEO.asyncio._futures.CoroutineExecutor.step File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 429, in t_ self._target(*self._args, **self._kwargs) t_() File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 763, in load_before_co File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 429, in t_ work1(db) return self.io_call(self.load_before_co(oid, tid, self.timeout)) t_() self.run() Traceback (most recent call last): File "/usr/lib64/python3.11/threading.py", line 1038, in _bootstrap_inner File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/ClientStorage.py", line 353, in __init__ File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result client = ZEO.ClientStorage.ClientStorage( File "/usr/lib/python3.11/site-packages/transaction/_transaction.py", line 431, in _commitResources File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 131, in assertStateOK ^^^^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^ File "/usr/lib/python3.11/site-packages/ZODB/DB.py", line 474, in __init__ t_() File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 424, in t_ File "_futures.pyx", line 274, in ZEO.asyncio._futures.CoroutineExecutor.step self._target(*self._args, **self._kwargs) self._wait() ^^^^^^^^^^^^^ File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 242, in dbopen File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 1000, in wait zstor = self._new_storage_client() File "/usr/lib64/python3.11/threading.py", line 975, in run db = self.dbopen() File "_futures.pyx", line 66, in ZEO.asyncio._futures.Future.result ^^^^^^^^^^^^^ File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 249, in dbopen ^^^^^^^^^^^^^^^ File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 429, in t_ File "/usr/lib64/python3.11/threading.py", line 975, in run File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 438, in T ^^^^^^^^^^^^^ File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 249, in dbopen ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.11/site-packages/ZODB/mvccadapter.py", line 164, in load File "_futures.pyx", line 260, in ZEO.asyncio._futures.CoroutineExecutor.step File "/usr/lib64/python3.11/threading.py", line 975, in run self._target(*self._args, **self._kwargs) File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 438, in T File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 1000, in wait self._target(*self._args, **self._kwargs) ^^^^^^^^^^^^^ File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 242, in dbopen spec.assertStateOK(root) db = self.dbopen() File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 763, in load_before_co ^^^^^^^^^^^^^ t_() work1(db) p, serial = self._storage.load(oid) ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 399, in work1 File "_futures.pyx", line 202, in ZEO.asyncio._futures.ConcurrentFuture.result ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/ClientStorage.py", line 353, in __init__ File "/usr/lib/python3.11/site-packages/transaction/_transaction.py", line 274, in commit File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 429, in t_ work1(db) rm.commit(self) self._target(*self._args, **self._kwargs) return DB(zstor) File "_futures.pyx", line 66, in ZEO.asyncio._futures.Future.result File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 429, in t_ File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 438, in T r = self._storage.loadBefore(oid, self._start) conn.get(z64) self.run() File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 242, in dbopen t_() self._target(*self._args, **self._kwargs) File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 867, in io_call return self.io_call( File "/usr/lib64/python3.11/threading.py", line 975, in run File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 429, in t_ self._target(*self._args, **self._kwargs) self.run() File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 438, in T t_() spec.assertStateOK(root) return self.io_call( self._wait() work1(db) Traceback (most recent call last): File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 399, in work1 return DB(zstor) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "_futures.pyx", line 260, in ZEO.asyncio._futures.CoroutineExecutor.step File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 131, in assertStateOK File "/usr/lib/python3.11/site-packages/ZODB/Connection.py", line 249, in get zstor = self._new_storage_client() File "/usr/lib64/python3.11/threading.py", line 975, in run File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 424, in t_ p, _ = self._storage.load(oid) File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 438, in T File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 399, in work1 File "/usr/lib/python3.11/site-packages/ZODB/mvccadapter.py", line 164, in load zstor = self._new_storage_client() zstor = self._new_storage_client() File "/usr/lib/python3.11/site-packages/ZODB/mvccadapter.py", line 164, in load return future.result() if wait else future p = root['phase'].value File "_futures.pyx", line 212, in ZEO.asyncio._futures.ConcurrentFuture.result work1(db) data = yield self.protocol.load_before(oid, tid) File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 429, in t_ File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 129, in assertStateOK ^^^^^^^^^^^^^ File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 1000, in wait self._commitResources() File "/usr/lib/python3.11/site-packages/transaction/_transaction.py", line 457, in _commitResources self._wait() self.run() ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/ClientStorage.py", line 616, in loadBefore work1(db) ^^^^^^^^^^^^^^^^^^^^^^^^^^ File "_futures.pyx", line 66, in ZEO.asyncio._futures.Future.result t_() t_() File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 429, in t_ File "/usr/lib/python3.11/site-packages/transaction/_transaction.py", line 429, in _commitResources db = self.dbopen() t_() ^^^^^^^^^^^^^ rm.tpc_begin(self) File "/usr/lib/python3.11/site-packages/ZODB/Connection.py", line 481, in tpc_begin File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 399, in work1 File "/usr/lib/python3.11/site-packages/ZODB/Connection.py", line 498, in commit File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 438, in T File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 867, in io_call File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result File "/usr/lib64/python3.11/threading.py", line 1038, in _bootstrap_inner ^^^^^^^^^ File "/usr/lib/python3.11/site-packages/ZODB/DB.py", line 474, in __init__ r = self._storage.loadBefore(oid, self._start) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/ClientStorage.py", line 616, in loadBefore p = root['phase'].value spec.assertStateOK(root) File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 424, in t_ ^^^^^^^^^^^^^^^^^^^^^^^ self._target(*self._args, **self._kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 429, in t_ return self.io_call( r = self._storage.loadBefore(oid, self._start) File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 867, in io_call ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ self._target(*self._args, **self._kwargs) self._target(*self._args, **self._kwargs) File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 438, in T File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result work1(db) File "_futures.pyx", line 274, in ZEO.asyncio._futures.CoroutineExecutor.step File "_futures.pyx", line 274, in ZEO.asyncio._futures.CoroutineExecutor.step self._normal_storage.tpc_begin(meta_data) ^^^^^^^^^ File "/usr/lib/python3.11/site-packages/ZODB/mvccadapter.py", line 206, in tpc_begin ^^^^^^^^^^^^^^^^^^^^^^^^^^ self._commit(transaction) work1(db) File "/usr/lib/python3.11/site-packages/ZODB/Connection.py", line 545, in _commit File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/tests/testZEO.py", line 271, in _new_storage_client work1(db) File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 429, in t_ File "/usr/lib/python3.11/site-packages/ZODB/mvccadapter.py", line 164, in load return self._server.load_before(oid, tid) self.run() ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^ ^^^^^^^^^^^^^ work1(db) File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 399, in work1 File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/ClientStorage.py", line 616, in loadBefore File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 438, in T ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 336, in _ File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 438, in T File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 399, in work1 i1 = root['obj1'].value File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 336, in _ File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 1000, in wait t_() File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 429, in t_ File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/tests/testZEO.py", line 271, in _new_storage_client t_() File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 429, in t_ File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 763, in load_before_co self._storage.tpc_begin(transaction) self._store_objects(ObjectWriter(obj), transaction) return self._server.load_before(oid, tid) ^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/tests/testZEO.py", line 271, in _new_storage_client File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 242, in dbopen reraise(t, v, tb) spec.assertStateOK(root) data = yield self.protocol.load_before(oid, tid) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 399, in work1 t_() return self._server.load_before(oid, tid) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 940, in load_before File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 438, in T File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 399, in work1 File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 399, in work1 t_() File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 763, in load_before_co File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 424, in t_ t_() File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 429, in t_ spec.assertStateOK(root) File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 130, in assertStateOK File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 438, in T File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 336, in _ File "/usr/lib64/python3.11/threading.py", line 975, in run File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/tests/testZEO.py", line 271, in _new_storage_client File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 867, in io_call client = ZEO.ClientStorage.ClientStorage( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^ work1(db) client = ZEO.ClientStorage.ClientStorage( zstor = self._new_storage_client() self._target(*self._args, **self._kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/tests/testZEO.py", line 271, in _new_storage_client db = self.dbopen() spec.assertStateOK(root) data = future.result() File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 129, in assertStateOK spec.assertStateOK(root) return self.io_call( File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 131, in assertStateOK t_() conn.get(z64) client = ZEO.ClientStorage.ClientStorage( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/ClientStorage.py", line 353, in __init__ return self.io_call(self.load_before_co(oid, tid, self.timeout)) File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 940, in load_before work1(db) self._wait() data = future.result() File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 1000, in wait File "/usr/lib64/python3.11/threading.py", line 975, in run File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/ClientStorage.py", line 353, in __init__ File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 399, in work1 p, serial = self._storage.load(oid) data = yield self.protocol.load_before(oid, tid) ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.11/site-packages/ZODB/mvccadapter.py", line 164, in load File "/usr/lib64/python3.11/threading.py", line 975, in run return future.result() if wait else future ^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.11/site-packages/ZODB/Connection.py", line 788, in setstate spec.assertStateOK(root) t_() File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/ClientStorage.py", line 920, in tpc_begin spec.assertStateOK(root) File "/usr/lib/python3.11/site-packages/ZODB/Connection.py", line 249, in get work1(db) spec.assertStateOK(root) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 129, in assertStateOK t_() spec.assertStateOK(root) File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 129, in assertStateOK i2 = root['obj2'].value r = self._storage.loadBefore(oid, self._start) File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 129, in assertStateOK self._async( ^^^^^^^^^^^^^^^ File "_futures.pyx", line 66, in ZEO.asyncio._futures.Future.result ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/ClientStorage.py", line 353, in __init__ File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 429, in t_ i1 = root['obj1'].value return future.result() if wait else future ^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^ File "_futures.pyx", line 202, in ZEO.asyncio._futures.ConcurrentFuture.result return self.io_call(self.load_before_co(oid, tid, self.timeout)) File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 129, in assertStateOK ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 424, in t_ data = future.result() return self.io_call( File "/usr/lib/python3.11/site-packages/ZODB/Connection.py", line 600, in _store_objects work1(db) i1 = root['obj1'].value return future.result() if wait else future ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^ self._target(*self._args, **self._kwargs) client = ZEO.ClientStorage.ClientStorage( File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 438, in T ^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.11/site-packages/ZODB/Connection.py", line 788, in setstate data = yield self.protocol.load_before(oid, tid) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "_futures.pyx", line 202, in ZEO.asyncio._futures.ConcurrentFuture.result File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 336, in _ ^^^^^^^^^^^^^^^^^^ t_() self._wait() File "/usr/lib/python3.11/site-packages/ZODB/Connection.py", line 788, in setstate File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 1000, in wait ^^^^^^^^^^^^^^^ File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 399, in work1 File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 867, in io_call File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 429, in t_ ^^^^^^^^^^^^^^^ File "_futures.pyx", line 66, in ZEO.asyncio._futures.Future.result ^^^^^^^^^^^^^ File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 867, in io_call ^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.11/site-packages/ZODB/Connection.py", line 788, in setstate File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 424, in t_ File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 867, in io_call File "_futures.pyx", line 212, in ZEO.asyncio._futures.ConcurrentFuture.result ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ i1 = root['obj1'].value spec.assertStateOK(root) File "_futures.pyx", line 260, in ZEO.asyncio._futures.CoroutineExecutor.step File "_futures.pyx", line 260, in ZEO.asyncio._futures.CoroutineExecutor.step File "/usr/lib/python3.11/site-packages/ZODB/Connection.py", line 788, in setstate File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 429, in t_ ^^^^^^^^^^^^^ File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 242, in dbopen p, serial = self._storage.load(oid) File "_futures.pyx", line 66, in ZEO.asyncio._futures.Future.result ^^^^^^^^^^^^^^^^^^^^^^^ File "_futures.pyx", line 66, in ZEO.asyncio._futures.Future.result File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 399, in work1 File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 129, in assertStateOK data = future.result() File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 940, in load_before p, _ = self._storage.load(oid) db = self.dbopen() i1 = root['obj1'].value ^^^^^^^^^^^^^ File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 242, in dbopen return future.result() if wait else future File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 898, in async_ ^^^^^^^^^^^^^^^ File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 129, in assertStateOK return self.io_call( return future.result() if wait else future File "/usr/lib/python3.11/site-packages/ZODB/DB.py", line 474, in __init__ File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result i1 = root['obj1'].value ^^^^^^^^^^^^^^^^^^ r = self._storage.loadBefore(oid, self._start) work1(db) File "_futures.pyx", line 274, in ZEO.asyncio._futures.CoroutineExecutor.step client = ZEO.ClientStorage.ClientStorage( File "_futures.pyx", line 66, in ZEO.asyncio._futures.Future.result p, serial = self._storage.load(oid) work1(db) File "_futures.pyx", line 202, in ZEO.asyncio._futures.ConcurrentFuture.result p = root['phase'].value i1 = root['obj1'].value File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 399, in work1 ^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.11/site-packages/ZODB/Connection.py", line 788, in setstate File "_futures.pyx", line 260, in ZEO.asyncio._futures.CoroutineExecutor.step db = self.dbopen() ^^^^^^^^^^^^^ File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 242, in dbopen ^^^^^^^^^^^^^^^ ZEO.Exceptions.ClientDisconnected: Connection lost s = self._storage.store(oid, serial, p, '', transaction) File "/usr/lib/python3.11/site-packages/ZODB/Connection.py", line 788, in setstate self._target(*self._args, **self._kwargs) i1 = root['obj1'].value File "/usr/lib/python3.11/site-packages/ZODB/mvccadapter.py", line 164, in load File "_futures.pyx", line 212, in ZEO.asyncio._futures.ConcurrentFuture.result File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 763, in load_before_co ^^^^^^^^^^^^^^^ File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 399, in work1 File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result conn.get(z64) ^^^^^^^^^^^^^^^^^^^ spec.assertStateOK(root) p, serial = self._storage.load(oid) ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.11/site-packages/ZODB/mvccadapter.py", line 164, in load File "_futures.pyx", line 202, in ZEO.asyncio._futures.ConcurrentFuture.result File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result return self.io_call(self.load_before_co(oid, tid, self.timeout)) ^^^^^^^^^^^^^ File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 867, in io_call zstor = self._new_storage_client() work1(db) File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 129, in assertStateOK File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 438, in T ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ spec.assertStateOK(root) ^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 131, in assertStateOK File "_futures.pyx", line 66, in ZEO.asyncio._futures.Future.result File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 336, in _ ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.11/site-packages/ZODB/mvccadapter.py", line 164, in load p, serial = self._storage.load(oid) r = self._storage.loadBefore(oid, self._start) File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result File "/usr/lib/python3.11/site-packages/ZODB/Connection.py", line 249, in get File "/usr/lib/python3.11/site-packages/ZODB/Connection.py", line 788, in setstate File "_futures.pyx", line 212, in ZEO.asyncio._futures.ConcurrentFuture.result data = yield self.protocol.load_before(oid, tid) File "/usr/lib/python3.11/site-packages/transaction/_compat.py", line 50, in reraise ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ db = self.dbopen() File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result p, serial = self._storage.load(oid) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^ File "_futures.pyx", line 202, in ZEO.asyncio._futures.ConcurrentFuture.result File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 399, in work1 ^^^^^^^^^^^^^ File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 867, in io_call File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/ClientStorage.py", line 616, in loadBefore File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 399, in work1 self._wait() File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 1000, in wait File "_futures.pyx", line 66, in ZEO.asyncio._futures.Future.result ^^^^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.11/site-packages/ZODB/mvccadapter.py", line 164, in load ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ data = future.result() File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 129, in assertStateOK File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/ClientStorage.py", line 616, in loadBefore p, _ = self._storage.load(oid) File "_futures.pyx", line 260, in ZEO.asyncio._futures.CoroutineExecutor.step spec.assertStateOK(root) File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 129, in assertStateOK ZEO.Exceptions.ClientDisconnected: Connection lost ^^^^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 867, in io_call ^^^^^^^^^^^^^^^^^^^^^^^^^^ p, serial = self._storage.load(oid) File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/tests/testZEO.py", line 271, in _new_storage_client zstor = self._new_storage_client() zstor = self._new_storage_client() ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ raise ClientDisconnected File "_futures.pyx", line 212, in ZEO.asyncio._futures.ConcurrentFuture.result ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/ClientStorage.py", line 616, in loadBefore r = self._storage.loadBefore(oid, self._start) ^^^^^^^^^^^^^^^^^^ return self._server.load_before(oid, tid) t_() File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 424, in t_ return self.io_call( ^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.11/site-packages/ZODB/mvccadapter.py", line 164, in load File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 336, in _ db = self.dbopen() File "_futures.pyx", line 260, in ZEO.asyncio._futures.CoroutineExecutor.step p, serial = self._storage.load(oid) raise value File "_futures.pyx", line 212, in ZEO.asyncio._futures.ConcurrentFuture.result ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.11/site-packages/ZODB/mvccadapter.py", line 210, in store File "_futures.pyx", line 274, in ZEO.asyncio._futures.CoroutineExecutor.step ^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/tests/testZEO.py", line 271, in _new_storage_client ZEO.Exceptions.ClientDisconnected client = ZEO.ClientStorage.ClientStorage( File "/usr/lib/python3.11/site-packages/ZODB/mvccadapter.py", line 164, in load File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result ^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/ClientStorage.py", line 616, in loadBefore File "/usr/lib/python3.11/site-packages/ZODB/Connection.py", line 788, in setstate ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ r = self._storage.loadBefore(oid, self._start) File "/usr/lib/python3.11/site-packages/ZODB/Connection.py", line 788, in setstate ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ZEO.Exceptions.ClientDisconnected: Connection lost ^^^^^^^^^^^^^ i1 = root['obj1'].value ^^^^^^^^^^^^^ File "/usr/lib/python3.11/site-packages/ZODB/mvccadapter.py", line 164, in load r = self._storage.loadBefore(oid, self._start) File "/usr/lib/python3.11/site-packages/transaction/_transaction.py", line 431, in _commitResources r = self._storage.loadBefore(oid, self._start) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^ i1 = root['obj1'].value p, serial = self._storage.load(oid) File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 399, in work1 File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/ClientStorage.py", line 353, in __init__ return future.result() if wait else future p, serial = self._storage.load(oid) ^^^^^^^^^^^^^^^ spec.assertStateOK(root) File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 130, in assertStateOK File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 705, in await_operational_co File "/usr/lib/python3.11/site-packages/ZODB/Connection.py", line 788, in setstate return future.result() if wait else future ^^^^^^^^^^^^^^^ File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 940, in load_before i2 = root['obj2'].value File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/ClientStorage.py", line 616, in loadBefore File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 249, in dbopen ^^^^^^^^^^^^^^^^^^ File "_futures.pyx", line 202, in ZEO.asyncio._futures.ConcurrentFuture.result return self._server.load_before(oid, tid) File "_futures.pyx", line 274, in ZEO.asyncio._futures.CoroutineExecutor.step File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 438, in T File "/usr/lib/python3.11/site-packages/ZODB/Connection.py", line 788, in setstate File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/tests/testZEO.py", line 271, in _new_storage_client ^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.11/site-packages/ZODB/Connection.py", line 788, in setstate ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "_futures.pyx", line 66, in ZEO.asyncio._futures.Future.result File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/ClientStorage.py", line 353, in __init__ return future.result() if wait else future return future.result() if wait else future ^^^^^^^^^^^^^^^ return self._server.load_before(oid, tid) ^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.11/site-packages/ZODB/Connection.py", line 788, in setstate File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 249, in dbopen ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/ClientStorage.py", line 616, in loadBefore self._wait() ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.11/site-packages/ZODB/mvccadapter.py", line 164, in load return DB(zstor) File "_futures.pyx", line 66, in ZEO.asyncio._futures.Future.result File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result r = self._storage.loadBefore(oid, self._start) t_() File "_futures.pyx", line 202, in ZEO.asyncio._futures.ConcurrentFuture.result p, serial = self._storage.load(oid) client = ZEO.ClientStorage.ClientStorage( ^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^ self._wait() p = root['phase'].value ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 940, in load_before File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 867, in io_call File "/usr/lib/python3.11/site-packages/ZODB/Connection.py", line 788, in setstate File "_futures.pyx", line 274, in ZEO.asyncio._futures.CoroutineExecutor.step ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ p, serial = self._storage.load(oid) File "_futures.pyx", line 212, in ZEO.asyncio._futures.ConcurrentFuture.result File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/ClientStorage.py", line 616, in loadBefore return self._server.load_before(oid, tid) ^^^^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.11/site-packages/ZODB/mvccadapter.py", line 164, in load File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 429, in t_ return self._server.load_before(oid, tid) File "_futures.pyx", line 274, in ZEO.asyncio._futures.CoroutineExecutor.step rm.commit(self) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.11/site-packages/ZODB/Connection.py", line 498, in commit spec.assertStateOK(root) File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 130, in assertStateOK r = self._storage.loadBefore(oid, self._start) ZEO.Exceptions.ClientDisconnected: Connection lost File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 336, in _ File "_futures.pyx", line 212, in ZEO.asyncio._futures.ConcurrentFuture.result p, serial = self._storage.load(oid) File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 940, in load_before return self.io_call(self.load_before_co(oid, tid, self.timeout)) File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 760, in load_before_co ^^^^^^^^^ File "/usr/lib/python3.11/site-packages/ZODB/DB.py", line 474, in __init__ r = self._storage.loadBefore(oid, self._start) i1 = root['obj1'].value ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/ClientStorage.py", line 353, in __init__ File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 707, in await_operational_co File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result return DB(zstor) spec.assertStateOK(root) client = ZEO.ClientStorage.ClientStorage( r = self._storage.loadBefore(oid, self._start) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "_futures.pyx", line 202, in ZEO.asyncio._futures.ConcurrentFuture.result File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 1000, in wait ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result ^^^^^^^^^^^^^^^^^^^^^^^ self._wait() i2 = root['obj2'].value return self._server.load_before(oid, tid) File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 1000, in wait data = future.result() ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.11/site-packages/ZODB/mvccadapter.py", line 164, in load return self.io_call(self.load_before_co(oid, tid, self.timeout)) self._storage.store(oid, serial, data, version, transaction) return self._server.load_before(oid, tid) yield self.await_operational_co(timeout) File "_futures.pyx", line 260, in ZEO.asyncio._futures.CoroutineExecutor.step ^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 940, in load_before File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/ClientStorage.py", line 353, in __init__ File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/ClientStorage.py", line 616, in loadBefore File "_futures.pyx", line 274, in ZEO.asyncio._futures.CoroutineExecutor.step ^^^^^^^^^^^^^^^^^^^ File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 760, in load_before_co File "_futures.pyx", line 212, in ZEO.asyncio._futures.ConcurrentFuture.result ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.11/site-packages/ZODB/mvccadapter.py", line 164, in load ^^^^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ p, serial = self._storage.load(oid) ^^^^^^^^^^^^^^^ p, serial = self._storage.load(oid) File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/ClientStorage.py", line 616, in loadBefore return self._server.load_before(oid, tid) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 867, in io_call return self.io_call(self.load_before_co(oid, tid, self.timeout)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 867, in io_call p, serial = self._storage.load(oid) ^^^^^^^^^^^^^^^^^^^^^^^ self._wait() File "/usr/lib/python3.11/site-packages/ZODB/Connection.py", line 788, in setstate raise ClientDisconnected() raise ClientDisconnected("timed out waiting for connection") ZEO.Exceptions.ClientDisconnected File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 1000, in wait data = future.result() File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 336, in _ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 867, in io_call p, serial = self._storage.load(oid) r = self._storage.loadBefore(oid, self._start) File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 940, in load_before ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ return self.io_call( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 940, in load_before ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 131, in assertStateOK File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 940, in load_before File "_futures.pyx", line 202, in ZEO.asyncio._futures.ConcurrentFuture.result File "_futures.pyx", line 202, in ZEO.asyncio._futures.ConcurrentFuture.result work1(db) File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 399, in work1 return future.result() if wait else future File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/ClientStorage.py", line 616, in loadBefore self._commit(transaction) File "_futures.pyx", line 212, in ZEO.asyncio._futures.ConcurrentFuture.result r = self._storage.loadBefore(oid, self._start) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 940, in load_before File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result ^^^^^^^^^^^^^^^^^^^^^^^ File "_futures.pyx", line 66, in ZEO.asyncio._futures.Future.result File "/usr/lib/python3.11/site-packages/ZODB/mvccadapter.py", line 164, in load ^^^^^^^^^^^^^^^^^^ File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/ClientStorage.py", line 616, in loadBefore File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/ClientStorage.py", line 660, in store return future.result() if wait else future File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/ClientStorage.py", line 353, in __init__ File "_futures.pyx", line 66, in ZEO.asyncio._futures.Future.result data = future.result() return self.io_call( ^^^^^^^^^^^^^ File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 867, in io_call File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 1000, in wait return self._server.load_before(oid, tid) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ZEO.Exceptions.ClientDisconnected: timed out waiting for connection File "/usr/lib/python3.11/site-packages/ZODB/mvccadapter.py", line 164, in load ^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^ return self.io_call( File "/usr/lib/python3.11/site-packages/ZODB/Connection.py", line 788, in setstate File "/usr/lib/python3.11/site-packages/ZODB/DB.py", line 474, in __init__ ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.11/site-packages/ZODB/mvccadapter.py", line 164, in load ^^^^^^^^^^^^^^^ File "_futures.pyx", line 66, in ZEO.asyncio._futures.Future.result File "_futures.pyx", line 274, in ZEO.asyncio._futures.CoroutineExecutor.step File "/usr/lib/python3.11/site-packages/ZODB/mvccadapter.py", line 164, in load return self._server.load_before(oid, tid) ^^^^^^^^^^^^^^^ return self.io_call(self.load_before_co(oid, tid, self.timeout)) self._wait() return future.result() if wait else future File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 1000, in wait File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result tbuf = self._check_trans(txn, 'store') File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 940, in load_before ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.11/site-packages/ZODB/Connection.py", line 788, in setstate File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/ClientStorage.py", line 616, in loadBefore File "/usr/lib/python3.11/site-packages/ZODB/mvccadapter.py", line 164, in load File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/ClientStorage.py", line 616, in loadBefore ^^^^^^^^^^^^^ return self.io_call( ^^^^^^^^^^^^^ return future.result() if wait else future File "_futures.pyx", line 274, in ZEO.asyncio._futures.CoroutineExecutor.step return self._server.load_before(oid, tid) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "_futures.pyx", line 274, in ZEO.asyncio._futures.CoroutineExecutor.step r = self._storage.loadBefore(oid, self._start) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 867, in io_call File "/usr/lib/python3.11/site-packages/ZODB/mvccadapter.py", line 164, in load File "/usr/lib/python3.11/site-packages/ZODB/Connection.py", line 545, in _commit File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 705, in await_operational_co File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result return self.io_call(self.load_before_co(oid, tid, self.timeout)) File "_futures.pyx", line 66, in ZEO.asyncio._futures.Future.result File "/usr/lib/python3.11/site-packages/ZODB/mvccadapter.py", line 164, in load ^^^^^^^^^^^^^^^ File "_futures.pyx", line 202, in ZEO.asyncio._futures.ConcurrentFuture.result yield self.await_operational_co(timeout) File "_futures.pyx", line 66, in ZEO.asyncio._futures.Future.result File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 336, in _ p, serial = self._storage.load(oid) ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.11/site-packages/ZODB/mvccadapter.py", line 164, in load spec.assertStateOK(root) File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 760, in load_before_co File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result r = self._storage.loadBefore(oid, self._start) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ return self.io_call(self.load_before_co(oid, tid, self.timeout)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 867, in io_call File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 705, in await_operational_co yield self.await_operational_co(timeout) data = future.result() self._store_objects(ObjectWriter(obj), transaction) File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 867, in io_call File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result ^^^^^^^^^^^^^^^ File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result File "_futures.pyx", line 212, in ZEO.asyncio._futures.ConcurrentFuture.result File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result ZEO.Exceptions.ClientDisconnected: Connection lost ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ return self.io_call(self.load_before_co(oid, tid, self.timeout)) File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 131, in assertStateOK return self._server.load_before(oid, tid) return self._server.load_before(oid, tid) File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/ClientStorage.py", line 616, in loadBefore ^^^^^^^^^^^^^^^ File "_futures.pyx", line 202, in ZEO.asyncio._futures.ConcurrentFuture.result return self.io_call(self.load_before_co(oid, tid, self.timeout)) File "_futures.pyx", line 260, in ZEO.asyncio._futures.CoroutineExecutor.step File "_futures.pyx", line 274, in ZEO.asyncio._futures.CoroutineExecutor.step r = self._storage.loadBefore(oid, self._start) r = self._storage.loadBefore(oid, self._start) File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 867, in io_call ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/ClientStorage.py", line 616, in loadBefore raise ClientDisconnected("timed out waiting for connection") return future.result() if wait else future File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 940, in load_before File "_futures.pyx", line 212, in ZEO.asyncio._futures.ConcurrentFuture.result ZEO.Exceptions.ClientDisconnected: Connection lost ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 867, in io_call conn.get(z64) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.11/site-packages/ZODB/Connection.py", line 249, in get p = root['phase'].value r = self._storage.loadBefore(oid, self._start) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ZEO.Exceptions.ClientDisconnected: Connection lost ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "_futures.pyx", line 212, in ZEO.asyncio._futures.ConcurrentFuture.result return self.io_call(self.load_before_co(oid, tid, self.timeout)) File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 705, in await_operational_co File "/usr/lib/python3.11/site-packages/ZODB/Connection.py", line 600, in _store_objects return future.result() if wait else future File "_futures.pyx", line 202, in ZEO.asyncio._futures.ConcurrentFuture.result return self.io_call(self.load_before_co(oid, tid, self.timeout)) ^^^^^^^^^^^^^^^ ZEO.Exceptions.ClientDisconnected: timed out waiting for connection File "_futures.pyx", line 202, in ZEO.asyncio._futures.ConcurrentFuture.result ZEO.Exceptions.ClientDisconnected: Connection lost r = self._storage.loadBefore(oid, self._start) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/ClientStorage.py", line 616, in loadBefore return future.result() if wait else future File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 705, in await_operational_co File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/ClientStorage.py", line 575, in _check_trans return future.result() if wait else future ^^^^^^^^^^^^^ File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 867, in io_call return future.result() if wait else future ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^ File "_futures.pyx", line 202, in ZEO.asyncio._futures.ConcurrentFuture.result File "_futures.pyx", line 202, in ZEO.asyncio._futures.ConcurrentFuture.result r = self._storage.loadBefore(oid, self._start) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 940, in load_before return future.result() if wait else future ^^^^^^^^^^^^^^^ File "_futures.pyx", line 202, in ZEO.asyncio._futures.ConcurrentFuture.result ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "_futures.pyx", line 212, in ZEO.asyncio._futures.ConcurrentFuture.result ^^^^^^^^^^^^^^^ File "_futures.pyx", line 202, in ZEO.asyncio._futures.ConcurrentFuture.result return self._server.load_before(oid, tid) File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result s = self._storage.store(oid, serial, p, '', transaction) r = self._storage.loadBefore(oid, self._start) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.11/site-packages/ZODB/mvccadapter.py", line 210, in store File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 940, in load_before raise ClientDisconnected(meth, 'on a disconnected transaction') ZEO.Exceptions.ClientDisconnected: ('store', 'on a disconnected transaction') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result p, serial = self._storage.load(oid) ^^^^^^^^^^^^^^^^^^^^^^^ File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result ^^^^^^^^^^^^^^^ File "_futures.pyx", line 202, in ZEO.asyncio._futures.ConcurrentFuture.result return future.result() if wait else future ^^^^^^^^^^^^^^^ return self._server.load_before(oid, tid) File "_futures.pyx", line 274, in ZEO.asyncio._futures.CoroutineExecutor.step ^^^^^^^^^^^^^^^ File "_futures.pyx", line 202, in ZEO.asyncio._futures.ConcurrentFuture.result ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 940, in load_before conn.get(z64) File "_futures.pyx", line 212, in ZEO.asyncio._futures.ConcurrentFuture.result return self.io_call( ^^^^^^^^^^^^^ File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 867, in io_call raise ClientDisconnected("timed out waiting for connection") ZEO.Exceptions.ClientDisconnected: timed out waiting for connection ^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.11/site-packages/ZODB/Connection.py", line 788, in setstate File "_futures.pyx", line 212, in ZEO.asyncio._futures.ConcurrentFuture.result File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/ClientStorage.py", line 616, in loadBefore p = root['phase'].value File "_futures.pyx", line 212, in ZEO.asyncio._futures.ConcurrentFuture.result ^^^^^^^^^^^^^^^^^^^ return self._server.load_before(oid, tid) ^^^^^^^^^^^^^^^ File "_futures.pyx", line 66, in ZEO.asyncio._futures.Future.result File "_futures.pyx", line 212, in ZEO.asyncio._futures.ConcurrentFuture.result ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 867, in io_call File "/usr/lib/python3.11/site-packages/ZODB/Connection.py", line 249, in get File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 940, in load_before File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/ClientStorage.py", line 616, in loadBefore raise ClientDisconnected("timed out waiting for connection") File "/usr/lib/python3.11/site-packages/ZODB/mvccadapter.py", line 164, in load File "_futures.pyx", line 212, in ZEO.asyncio._futures.ConcurrentFuture.result File "_futures.pyx", line 274, in ZEO.asyncio._futures.CoroutineExecutor.step File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 867, in io_call File "_futures.pyx", line 66, in ZEO.asyncio._futures.Future.result self._storage.store(oid, serial, data, version, transaction) return self.io_call(self.load_before_co(oid, tid, self.timeout)) File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 760, in load_before_co File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/ClientStorage.py", line 616, in loadBefore File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result return self.io_call(self.load_before_co(oid, tid, self.timeout)) File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result ZEO.Exceptions.ClientDisconnected: timed out waiting for connection File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result File "_futures.pyx", line 202, in ZEO.asyncio._futures.ConcurrentFuture.result r = self._storage.loadBefore(oid, self._start) p, _ = self._storage.load(oid) return self._server.load_before(oid, tid) return self.io_call(self.load_before_co(oid, tid, self.timeout)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result File "_futures.pyx", line 274, in ZEO.asyncio._futures.CoroutineExecutor.step return future.result() if wait else future ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ return self.io_call(self.load_before_co(oid, tid, self.timeout)) File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/ClientStorage.py", line 616, in loadBefore raise ClientDisconnected("timed out waiting for connection") File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 867, in io_call p, _ = self._storage.load(oid) File "/usr/lib/python3.11/site-packages/ZODB/Connection.py", line 788, in setstate ZEO.Exceptions.ClientDisconnected: Connection lost ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 940, in load_before File "_futures.pyx", line 274, in ZEO.asyncio._futures.CoroutineExecutor.step File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/ClientStorage.py", line 661, in store File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 867, in io_call ^^^^^^^^^^^^^^^ File "_futures.pyx", line 202, in ZEO.asyncio._futures.ConcurrentFuture.result File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 867, in io_call File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 705, in await_operational_co return self._server.load_before(oid, tid) File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 705, in await_operational_co return self.io_call(self.load_before_co(oid, tid, self.timeout)) File "_futures.pyx", line 212, in ZEO.asyncio._futures.ConcurrentFuture.result File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.11/site-packages/ZODB/mvccadapter.py", line 164, in load ^^^^^^^^^^^^^^^^^^^^^^^ self._async('storea', oid, serial, data, id(txn)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 867, in io_call return future.result() if wait else future yield self.await_operational_co(timeout) return future.result() if wait else future File "_futures.pyx", line 274, in ZEO.asyncio._futures.CoroutineExecutor.step ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 940, in load_before ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ return future.result() if wait else future ^^^^^^^^^^^^^^^ return self._server.load_before(oid, tid) return future.result() if wait else future ^^^^^^^^^^^^^^^ File "_futures.pyx", line 202, in ZEO.asyncio._futures.ConcurrentFuture.result raise ClientDisconnected("timed out waiting for connection") r = self._storage.loadBefore(oid, self._start) File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 898, in async_ File "_futures.pyx", line 274, in ZEO.asyncio._futures.CoroutineExecutor.step return future.result() if wait else future ^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/ClientStorage.py", line 616, in loadBefore File "_futures.pyx", line 212, in ZEO.asyncio._futures.ConcurrentFuture.result File "_futures.pyx", line 274, in ZEO.asyncio._futures.CoroutineExecutor.step File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 867, in io_call File "_futures.pyx", line 274, in ZEO.asyncio._futures.CoroutineExecutor.step raise ClientDisconnected File "_futures.pyx", line 202, in ZEO.asyncio._futures.ConcurrentFuture.result raise ClientDisconnected("timed out waiting for connection") ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/ClientStorage.py", line 616, in loadBefore File "/usr/lib/python3.11/site-packages/ZODB/mvccadapter.py", line 164, in load File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 705, in await_operational_co File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "_futures.pyx", line 212, in ZEO.asyncio._futures.ConcurrentFuture.result ^^^^^^^^^^^^^^^ File "_futures.pyx", line 260, in ZEO.asyncio._futures.CoroutineExecutor.step ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 867, in io_call p, serial = self._storage.load(oid) ZEO.Exceptions.ClientDisconnected: timed out waiting for connection ZEO.Exceptions.ClientDisconnected File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 760, in load_before_co return future.result() if wait else future ^^^^^^^^^^^^^^^ ZEO.Exceptions.ClientDisconnected: timed out waiting for connection File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 940, in load_before return self._server.load_before(oid, tid) File "_futures.pyx", line 260, in ZEO.asyncio._futures.CoroutineExecutor.step ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "_futures.pyx", line 274, in ZEO.asyncio._futures.CoroutineExecutor.step File "_futures.pyx", line 202, in ZEO.asyncio._futures.ConcurrentFuture.result ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ p, serial = self._storage.load(oid) ^^^^^^^^^^^^^^^^^^^^^^^ return self._server.load_before(oid, tid) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 705, in await_operational_co File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result File "_futures.pyx", line 212, in ZEO.asyncio._futures.ConcurrentFuture.result File "_futures.pyx", line 274, in ZEO.asyncio._futures.CoroutineExecutor.step return self._server.load_before(oid, tid) return future.result() if wait else future ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 705, in await_operational_co ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/ClientStorage.py", line 616, in loadBefore File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 940, in load_before File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result return future.result() if wait else future ^^^^^^^^^^^^^^^ File "_futures.pyx", line 202, in ZEO.asyncio._futures.ConcurrentFuture.result yield self.await_operational_co(timeout) raise ClientDisconnected("timed out waiting for connection") File "_futures.pyx", line 260, in ZEO.asyncio._futures.CoroutineExecutor.step File "_futures.pyx", line 66, in ZEO.asyncio._futures.Future.result File "_futures.pyx", line 202, in ZEO.asyncio._futures.ConcurrentFuture.result return self.io_call(self.load_before_co(oid, tid, self.timeout)) File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 940, in load_before File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result raise ClientDisconnected("timed out waiting for connection") File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 940, in load_before ZEO.Exceptions.ClientDisconnected: timed out waiting for connection ^^^^^^^^^^^^^^^ File "_futures.pyx", line 202, in ZEO.asyncio._futures.ConcurrentFuture.result File "_futures.pyx", line 274, in ZEO.asyncio._futures.CoroutineExecutor.step r = self._storage.loadBefore(oid, self._start) File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 940, in load_before return self._server.load_before(oid, tid) File "_futures.pyx", line 212, in ZEO.asyncio._futures.ConcurrentFuture.result File "_futures.pyx", line 212, in ZEO.asyncio._futures.ConcurrentFuture.result File "_futures.pyx", line 212, in ZEO.asyncio._futures.ConcurrentFuture.result ^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "_futures.pyx", line 274, in ZEO.asyncio._futures.CoroutineExecutor.step File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result ZEO.Exceptions.ClientDisconnected: timed out waiting for connection File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 940, in load_before return self.io_call(self.load_before_co(oid, tid, self.timeout)) return self.io_call(self.load_before_co(oid, tid, self.timeout)) ^^^^^^^^^^^^^^^^^^^^^^^ File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 760, in load_before_co File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 760, in load_before_co File "_futures.pyx", line 212, in ZEO.asyncio._futures.ConcurrentFuture.result File "_futures.pyx", line 202, in ZEO.asyncio._futures.ConcurrentFuture.result File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result File "_futures.pyx", line 66, in ZEO.asyncio._futures.Future.result raise ClientDisconnected("timed out waiting for connection") ZEO.Exceptions.ClientDisconnected: timed out waiting for connection File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 867, in io_call ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ return self.io_call(self.load_before_co(oid, tid, self.timeout)) File "/usr/lib/python3.11/site-packages/ZODB/mvccadapter.py", line 164, in load ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "_futures.pyx", line 274, in ZEO.asyncio._futures.CoroutineExecutor.step return self.io_call(self.load_before_co(oid, tid, self.timeout)) File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result return self.io_call(self.load_before_co(oid, tid, self.timeout)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 867, in io_call yield self.await_operational_co(timeout) File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result File "_futures.pyx", line 202, in ZEO.asyncio._futures.ConcurrentFuture.result File "_futures.pyx", line 274, in ZEO.asyncio._futures.CoroutineExecutor.step File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 867, in io_call File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 867, in io_call return future.result() if wait else future ^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/ClientStorage.py", line 616, in loadBefore File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 867, in io_call File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 705, in await_operational_co File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 760, in load_before_co yield self.await_operational_co(timeout) File "_futures.pyx", line 260, in ZEO.asyncio._futures.CoroutineExecutor.step File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 705, in await_operational_co File "_futures.pyx", line 274, in ZEO.asyncio._futures.CoroutineExecutor.step File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 760, in load_before_co return self.io_call(self.load_before_co(oid, tid, self.timeout)) File "_futures.pyx", line 274, in ZEO.asyncio._futures.CoroutineExecutor.step File "_futures.pyx", line 274, in ZEO.asyncio._futures.CoroutineExecutor.step ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 940, in load_before File "_futures.pyx", line 212, in ZEO.asyncio._futures.ConcurrentFuture.result File "_futures.pyx", line 260, in ZEO.asyncio._futures.CoroutineExecutor.step raise ClientDisconnected("timed out waiting for connection") File "_futures.pyx", line 274, in ZEO.asyncio._futures.CoroutineExecutor.step File "_futures.pyx", line 212, in ZEO.asyncio._futures.ConcurrentFuture.result File "/usr/lib/python3.11/site-packages/ZODB/mvccadapter.py", line 164, in load return future.result() if wait else future ^^^^^^^^^^^^^^^ File "_futures.pyx", line 202, in ZEO.asyncio._futures.ConcurrentFuture.result File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 705, in await_operational_co ZEO.Exceptions.ClientDisconnected: timed out waiting for connection yield self.await_operational_co(timeout) File "_futures.pyx", line 212, in ZEO.asyncio._futures.ConcurrentFuture.result raise ClientDisconnected("timed out waiting for connection") return self._server.load_before(oid, tid) File "_futures.pyx", line 274, in ZEO.asyncio._futures.CoroutineExecutor.step r = self._storage.loadBefore(oid, self._start) File "_futures.pyx", line 212, in ZEO.asyncio._futures.ConcurrentFuture.result ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "_futures.pyx", line 66, in ZEO.asyncio._futures.Future.result File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 760, in load_before_co ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 867, in io_call return self.io_call(self.load_before_co(oid, tid, self.timeout)) File "_futures.pyx", line 260, in ZEO.asyncio._futures.CoroutineExecutor.step File "_futures.pyx", line 66, in ZEO.asyncio._futures.Future.result return future.result() if wait else future ^^^^^^^^^^^^^^^ File "_futures.pyx", line 202, in ZEO.asyncio._futures.ConcurrentFuture.result File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result File "_futures.pyx", line 66, in ZEO.asyncio._futures.Future.result File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 705, in await_operational_co File "_futures.pyx", line 212, in ZEO.asyncio._futures.ConcurrentFuture.result File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 867, in io_call ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result return future.result() if wait else future ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 760, in load_before_co return future.result() if wait else future File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 867, in io_call File "_futures.pyx", line 202, in ZEO.asyncio._futures.ConcurrentFuture.result File "_futures.pyx", line 66, in ZEO.asyncio._futures.Future.result yield self.await_operational_co(timeout) yield self.await_operational_co(timeout) File "_futures.pyx", line 260, in ZEO.asyncio._futures.CoroutineExecutor.step File "_futures.pyx", line 260, in ZEO.asyncio._futures.CoroutineExecutor.step File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 867, in io_call ZEO.Exceptions.ClientDisconnected: timed out waiting for connection File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result return future.result() if wait else future File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/ClientStorage.py", line 616, in loadBefore File "_futures.pyx", line 274, in ZEO.asyncio._futures.CoroutineExecutor.step yield self.await_operational_co(timeout) r = self._storage.loadBefore(oid, self._start) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 760, in load_before_co File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 940, in load_before File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result raise ClientDisconnected("timed out waiting for connection") ^^^^^^^^^^^^^^^ File "_futures.pyx", line 202, in ZEO.asyncio._futures.ConcurrentFuture.result File "_futures.pyx", line 274, in ZEO.asyncio._futures.CoroutineExecutor.step File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result return future.result() if wait else future ^^^^^^^^^^^^^^^ File "_futures.pyx", line 202, in ZEO.asyncio._futures.ConcurrentFuture.result ZEO.Exceptions.ClientDisconnected: timed out waiting for connection File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 760, in load_before_co File "_futures.pyx", line 66, in ZEO.asyncio._futures.Future.result ^^^^^^^^^^^^^^^ File "_futures.pyx", line 202, in ZEO.asyncio._futures.ConcurrentFuture.result File "_futures.pyx", line 274, in ZEO.asyncio._futures.CoroutineExecutor.step File "_futures.pyx", line 274, in ZEO.asyncio._futures.CoroutineExecutor.step File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 705, in await_operational_co File "_futures.pyx", line 274, in ZEO.asyncio._futures.CoroutineExecutor.step return future.result() if wait else future File "_futures.pyx", line 260, in ZEO.asyncio._futures.CoroutineExecutor.step File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/ClientStorage.py", line 616, in loadBefore ^^^^^^^^^^^^^^^ File "_futures.pyx", line 202, in ZEO.asyncio._futures.ConcurrentFuture.result ZEO.Exceptions.ClientDisconnected: timed out waiting for connection File "_futures.pyx", line 274, in ZEO.asyncio._futures.CoroutineExecutor.step yield self.await_operational_co(timeout) return self._server.load_before(oid, tid) File "_futures.pyx", line 212, in ZEO.asyncio._futures.ConcurrentFuture.result File "_futures.pyx", line 212, in ZEO.asyncio._futures.ConcurrentFuture.result File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 760, in load_before_co File "_futures.pyx", line 274, in ZEO.asyncio._futures.CoroutineExecutor.step File "_futures.pyx", line 212, in ZEO.asyncio._futures.ConcurrentFuture.result File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 760, in load_before_co return self.io_call(self.load_before_co(oid, tid, self.timeout)) File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 760, in load_before_co File "_futures.pyx", line 212, in ZEO.asyncio._futures.ConcurrentFuture.result raise ClientDisconnected("timed out waiting for connection") File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 705, in await_operational_co return future.result() if wait else future File "_futures.pyx", line 66, in ZEO.asyncio._futures.Future.result ^^^^^^^^^^^^^^^ File "_futures.pyx", line 274, in ZEO.asyncio._futures.CoroutineExecutor.step return self._server.load_before(oid, tid) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 760, in load_before_co File "_futures.pyx", line 212, in ZEO.asyncio._futures.ConcurrentFuture.result File "_futures.pyx", line 212, in ZEO.asyncio._futures.ConcurrentFuture.result yield self.await_operational_co(timeout) File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 940, in load_before File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result File "_futures.pyx", line 202, in ZEO.asyncio._futures.ConcurrentFuture.result File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 940, in load_before File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result raise ClientDisconnected("timed out waiting for connection") File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result File "_futures.pyx", line 260, in ZEO.asyncio._futures.CoroutineExecutor.step File "_futures.pyx", line 260, in ZEO.asyncio._futures.CoroutineExecutor.step ^^^^^^^^^^^^^^^ File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result File "_futures.pyx", line 274, in ZEO.asyncio._futures.CoroutineExecutor.step yield self.await_operational_co(timeout) yield self.await_operational_co(timeout) File "_futures.pyx", line 274, in ZEO.asyncio._futures.CoroutineExecutor.step File "_futures.pyx", line 66, in ZEO.asyncio._futures.Future.result ZEO.Exceptions.ClientDisconnected: timed out waiting for connection File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 705, in await_operational_co yield self.await_operational_co(timeout) File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 760, in load_before_co File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result File "_futures.pyx", line 274, in ZEO.asyncio._futures.CoroutineExecutor.step File "_futures.pyx", line 212, in ZEO.asyncio._futures.ConcurrentFuture.result File "_futures.pyx", line 274, in ZEO.asyncio._futures.CoroutineExecutor.step File "_futures.pyx", line 66, in ZEO.asyncio._futures.Future.result File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 867, in io_call File "_futures.pyx", line 274, in ZEO.asyncio._futures.CoroutineExecutor.step ZEO.Exceptions.ClientDisconnected: timed out waiting for connection File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 705, in await_operational_co File "_futures.pyx", line 202, in ZEO.asyncio._futures.ConcurrentFuture.result File "_futures.pyx", line 274, in ZEO.asyncio._futures.CoroutineExecutor.step return self.io_call(self.load_before_co(oid, tid, self.timeout)) File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result yield self.await_operational_co(timeout) File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 705, in await_operational_co File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 760, in load_before_co File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result raise ClientDisconnected("timed out waiting for connection") return self.io_call(self.load_before_co(oid, tid, self.timeout)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ raise ClientDisconnected("timed out waiting for connection") File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 760, in load_before_co File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result raise ClientDisconnected("timed out waiting for connection") File "_futures.pyx", line 260, in ZEO.asyncio._futures.CoroutineExecutor.step File "_futures.pyx", line 260, in ZEO.asyncio._futures.CoroutineExecutor.step yield self.await_operational_co(timeout) File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 760, in load_before_co File "_futures.pyx", line 274, in ZEO.asyncio._futures.CoroutineExecutor.step File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 705, in await_operational_co File "_futures.pyx", line 260, in ZEO.asyncio._futures.CoroutineExecutor.step File "_futures.pyx", line 274, in ZEO.asyncio._futures.CoroutineExecutor.step File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result yield self.await_operational_co(timeout) raise ClientDisconnected("timed out waiting for connection") ZEO.Exceptions.ClientDisconnected: timed out waiting for connection File "_futures.pyx", line 260, in ZEO.asyncio._futures.CoroutineExecutor.step return future.result() if wait else future File "_futures.pyx", line 274, in ZEO.asyncio._futures.CoroutineExecutor.step File "_futures.pyx", line 66, in ZEO.asyncio._futures.Future.result ZEO.Exceptions.ClientDisconnected: timed out waiting for connection yield self.await_operational_co(timeout) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 867, in io_call ZEO.Exceptions.ClientDisconnected: timed out waiting for connection File "_futures.pyx", line 212, in ZEO.asyncio._futures.ConcurrentFuture.result ZEO.Exceptions.ClientDisconnected: timed out waiting for connection File "_futures.pyx", line 274, in ZEO.asyncio._futures.CoroutineExecutor.step File "_futures.pyx", line 274, in ZEO.asyncio._futures.CoroutineExecutor.step File "_futures.pyx", line 66, in ZEO.asyncio._futures.Future.result File "_futures.pyx", line 260, in ZEO.asyncio._futures.CoroutineExecutor.step File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 760, in load_before_co File "_futures.pyx", line 66, in ZEO.asyncio._futures.Future.result File "_futures.pyx", line 66, in ZEO.asyncio._futures.Future.result File "_futures.pyx", line 260, in ZEO.asyncio._futures.CoroutineExecutor.step File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result File "_futures.pyx", line 66, in ZEO.asyncio._futures.Future.result File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result File "_futures.pyx", line 274, in ZEO.asyncio._futures.CoroutineExecutor.step File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 760, in load_before_co File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 760, in load_before_co raise ClientDisconnected("timed out waiting for connection") ^^^^^^^^^^^^^^^ File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 867, in io_call yield self.await_operational_co(timeout) File "_futures.pyx", line 66, in ZEO.asyncio._futures.Future.result File "_futures.pyx", line 274, in ZEO.asyncio._futures.CoroutineExecutor.step File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 705, in await_operational_co File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result File "_futures.pyx", line 274, in ZEO.asyncio._futures.CoroutineExecutor.step yield self.await_operational_co(timeout) return future.result() if wait else future ZEO.Exceptions.ClientDisconnected: timed out waiting for connection File "_futures.pyx", line 202, in ZEO.asyncio._futures.ConcurrentFuture.result File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result File "_futures.pyx", line 260, in ZEO.asyncio._futures.CoroutineExecutor.step File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 705, in await_operational_co File "_futures.pyx", line 274, in ZEO.asyncio._futures.CoroutineExecutor.step ^^^^^^^^^^^^^^^ File "_futures.pyx", line 202, in ZEO.asyncio._futures.ConcurrentFuture.result File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 705, in await_operational_co yield self.await_operational_co(timeout) File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 705, in await_operational_co yield self.await_operational_co(timeout) File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result File "_futures.pyx", line 274, in ZEO.asyncio._futures.CoroutineExecutor.step File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 760, in load_before_co File "_futures.pyx", line 274, in ZEO.asyncio._futures.CoroutineExecutor.step File "_futures.pyx", line 260, in ZEO.asyncio._futures.CoroutineExecutor.step File "_futures.pyx", line 212, in ZEO.asyncio._futures.ConcurrentFuture.result File "_futures.pyx", line 260, in ZEO.asyncio._futures.CoroutineExecutor.step raise ClientDisconnected("timed out waiting for connection") ZEO.Exceptions.ClientDisconnected: timed out waiting for connection File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 705, in await_operational_co raise ClientDisconnected("timed out waiting for connection") File "_futures.pyx", line 274, in ZEO.asyncio._futures.CoroutineExecutor.step ZEO.Exceptions.ClientDisconnected: timed out waiting for connection File "_futures.pyx", line 260, in ZEO.asyncio._futures.CoroutineExecutor.step File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result File "_futures.pyx", line 66, in ZEO.asyncio._futures.Future.result File "_futures.pyx", line 212, in ZEO.asyncio._futures.ConcurrentFuture.result File "_futures.pyx", line 66, in ZEO.asyncio._futures.Future.result File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 705, in await_operational_co File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result File "_futures.pyx", line 260, in ZEO.asyncio._futures.CoroutineExecutor.step File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 760, in load_before_co raise ClientDisconnected("timed out waiting for connection") File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 705, in await_operational_co File "_futures.pyx", line 66, in ZEO.asyncio._futures.Future.result yield self.await_operational_co(timeout) File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result return future.result() if wait else future File "_futures.pyx", line 274, in ZEO.asyncio._futures.CoroutineExecutor.step File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result File "_futures.pyx", line 274, in ZEO.asyncio._futures.CoroutineExecutor.step raise ClientDisconnected("timed out waiting for connection") ZEO.Exceptions.ClientDisconnected: timed out waiting for connection File "_futures.pyx", line 274, in ZEO.asyncio._futures.CoroutineExecutor.step File "_futures.pyx", line 66, in ZEO.asyncio._futures.Future.result ^^^^^^^^^^^^^^^ File "_futures.pyx", line 202, in ZEO.asyncio._futures.ConcurrentFuture.result File "_futures.pyx", line 274, in ZEO.asyncio._futures.CoroutineExecutor.step File "_futures.pyx", line 274, in ZEO.asyncio._futures.CoroutineExecutor.step File "_futures.pyx", line 260, in ZEO.asyncio._futures.CoroutineExecutor.step raise ClientDisconnected("timed out waiting for connection") ZEO.Exceptions.ClientDisconnected: timed out waiting for connection yield self.await_operational_co(timeout) File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 705, in await_operational_co raise ClientDisconnected("timed out waiting for connection") ZEO.Exceptions.ClientDisconnected: timed out waiting for connection File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 705, in await_operational_co File "_futures.pyx", line 274, in ZEO.asyncio._futures.CoroutineExecutor.step raise ClientDisconnected("timed out waiting for connection") File "_futures.pyx", line 260, in ZEO.asyncio._futures.CoroutineExecutor.step File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 705, in await_operational_co File "_futures.pyx", line 66, in ZEO.asyncio._futures.Future.result File "_futures.pyx", line 274, in ZEO.asyncio._futures.CoroutineExecutor.step File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result raise ClientDisconnected("timed out waiting for connection") ZEO.Exceptions.ClientDisconnected: timed out waiting for connection File "_futures.pyx", line 66, in ZEO.asyncio._futures.Future.result ZEO.Exceptions.ClientDisconnected: timed out waiting for connection File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 705, in await_operational_co File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 760, in load_before_co File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result File "_futures.pyx", line 274, in ZEO.asyncio._futures.CoroutineExecutor.step File "_futures.pyx", line 66, in ZEO.asyncio._futures.Future.result File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 705, in await_operational_co ZEO.Exceptions.ClientDisconnected: timed out waiting for connection raise ClientDisconnected("timed out waiting for connection") ZEO.Exceptions.ClientDisconnected: timed out waiting for connection File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 760, in load_before_co File "_futures.pyx", line 212, in ZEO.asyncio._futures.ConcurrentFuture.result raise ClientDisconnected("timed out waiting for connection") File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result File "_futures.pyx", line 274, in ZEO.asyncio._futures.CoroutineExecutor.step File "_futures.pyx", line 274, in ZEO.asyncio._futures.CoroutineExecutor.step ZEO.Exceptions.ClientDisconnected: timed out waiting for connection raise ClientDisconnected("timed out waiting for connection") File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 705, in await_operational_co yield self.await_operational_co(timeout) File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 705, in await_operational_co yield self.await_operational_co(timeout) File "_futures.pyx", line 260, in ZEO.asyncio._futures.CoroutineExecutor.step raise ClientDisconnected("timed out waiting for connection") ZEO.Exceptions.ClientDisconnected: timed out waiting for connection File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 705, in await_operational_co File "_futures.pyx", line 66, in ZEO.asyncio._futures.Future.result File "_futures.pyx", line 274, in ZEO.asyncio._futures.CoroutineExecutor.step File "_futures.pyx", line 260, in ZEO.asyncio._futures.CoroutineExecutor.step File "_futures.pyx", line 274, in ZEO.asyncio._futures.CoroutineExecutor.step ZEO.Exceptions.ClientDisconnected: timed out waiting for connection raise ClientDisconnected("timed out waiting for connection") File "_futures.pyx", line 66, in ZEO.asyncio._futures.Future.result File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 705, in await_operational_co ZEO.Exceptions.ClientDisconnected: timed out waiting for connection File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result File "_futures.pyx", line 66, in ZEO.asyncio._futures.Future.result raise ClientDisconnected("timed out waiting for connection") raise ClientDisconnected("timed out waiting for connection") ZEO.Exceptions.ClientDisconnected: timed out waiting for connection File "_futures.pyx", line 274, in ZEO.asyncio._futures.CoroutineExecutor.step File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result raise ClientDisconnected("timed out waiting for connection") File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result ZEO.Exceptions.ClientDisconnected: timed out waiting for connection ZEO.Exceptions.ClientDisconnected: timed out waiting for connection File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 705, in await_operational_co File "_futures.pyx", line 274, in ZEO.asyncio._futures.CoroutineExecutor.step File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 760, in load_before_co File "_futures.pyx", line 274, in ZEO.asyncio._futures.CoroutineExecutor.step File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 705, in await_operational_co File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 705, in await_operational_co raise ClientDisconnected("timed out waiting for connection") ZEO.Exceptions.ClientDisconnected: timed out waiting for connection yield self.await_operational_co(timeout) raise ClientDisconnected("timed out waiting for connection") raise ClientDisconnected("timed out waiting for connection") File "_futures.pyx", line 260, in ZEO.asyncio._futures.CoroutineExecutor.step ZEO.Exceptions.ClientDisconnected: timed out waiting for connection ZEO.Exceptions.ClientDisconnected: timed out waiting for connection File "_futures.pyx", line 66, in ZEO.asyncio._futures.Future.result File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result File "_futures.pyx", line 274, in ZEO.asyncio._futures.CoroutineExecutor.step File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 705, 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.FileStorageLoadDelayedTests.check_race_external_invalidate_vs_disconnect) Traceback (most recent call last): File "/usr/lib64/python3.11/unittest/case.py", line 57, in testPartExecutor yield File "/usr/lib64/python3.11/unittest/case.py", line 623, in run self._callTestMethod(testMethod) File "/usr/lib64/python3.11/unittest/case.py", line 579, in _callTestMethod if method() is not None: File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 367, in check_race_external_invalidate_vs_disconnect return self._check_race_external_invalidate_vs_disconnect( File "/usr/lib/python3.11/site-packages/ZODB/tests/util.py", line 422, in _ return f(*argv, **kw) File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 457, in _check_race_external_invalidate_vs_disconnect self.fail('\n\n'.join([_ for _ in failure if _])) File "/usr/lib64/python3.11/unittest/case.py", line 703, in fail raise self.failureException(msg) AssertionError The following test left new threads behind: check_race_external_invalidate_vs_disconnect (ZEO.tests.testZEO.FileStorageLoadDelayedTests.check_race_external_invalidate_vs_disconnect) New thread(s): [, , , , , , ] ... Ran 106 tests with 1 failures, 0 errors, 0 skipped in 26 minutes 8.010 seconds. Running .FileStorageReconnectionTests ZEO Connection Tests tests: Tear down .FileStorageLoadDelayedTests in 0.008 seconds. Set up .FileStorageReconnectionTests ZEO Connection Tests in 0.004 seconds. Running: ............ Ran 12 tests with 0 failures, 0 errors, 0 skipped in 1 minutes 11.434 seconds. Running .FileStorageSSLTests tests: Tear down .FileStorageReconnectionTests ZEO Connection Tests in 0.020 seconds. Set up .FileStorageSSLTests in 0.003 seconds. Running: .......................................................................................................Exception in thread T37: Traceback (most recent call last): File "/usr/lib64/python3.11/asyncio/tasks.py", line 490, in wait_for return fut.result() ^^^^^^^^^^^^ asyncio.exceptions.CancelledError The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 703, in await_operational_co Exception in thread T45: Traceback (most recent call last): File "/usr/lib64/python3.11/asyncio/tasks.py", line 490, in wait_for yield asyncio.wait_for(asyncio.shield(self.connected), timeout) File "_futures.pyx", line 260, in ZEO.asyncio._futures.CoroutineExecutor.step Exception in thread T41: Traceback (most recent call last): File "/usr/lib64/python3.11/asyncio/tasks.py", line 490, in wait_for File "_futures.pyx", line 66, in ZEO.asyncio._futures.Future.result return fut.result() File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result ^^^^^^^^^^^^ asyncio.exceptions.CancelledError return fut.result() ^^^^^^^^^^^^ asyncio.exceptions.CancelledError File "_futures.pyx", line 272, in ZEO.asyncio._futures.CoroutineExecutor.step The above exception was the direct cause of the following exception: The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 703, in await_operational_co Traceback (most recent call last): File "/usr/lib64/python3.11/asyncio/tasks.py", line 492, in wait_for File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 703, in await_operational_co Exception in thread T48: Traceback (most recent call last): File "/usr/lib64/python3.11/asyncio/tasks.py", line 490, in wait_for yield asyncio.wait_for(asyncio.shield(self.connected), timeout) File "_futures.pyx", line 260, in ZEO.asyncio._futures.CoroutineExecutor.step yield asyncio.wait_for(asyncio.shield(self.connected), timeout) File "_futures.pyx", line 260, in ZEO.asyncio._futures.CoroutineExecutor.step raise exceptions.TimeoutError() from exc File "_futures.pyx", line 66, in ZEO.asyncio._futures.Future.result TimeoutError File "_futures.pyx", line 66, in ZEO.asyncio._futures.Future.result return fut.result() During handling of the above exception, another exception occurred: Traceback (most recent call last): ^^^^^^^^^^^^ asyncio.exceptions.CancelledError The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 703, in await_operational_co File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result Exception in thread T50: File "/usr/lib64/python3.11/threading.py", line 1038, in _bootstrap_inner Traceback (most recent call last): File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result File "/usr/lib64/python3.11/asyncio/tasks.py", line 490, in wait_for Exception in thread T60: File "_futures.pyx", line 272, in ZEO.asyncio._futures.CoroutineExecutor.step Exception in thread T52: Exception in thread T49: Traceback (most recent call last): Exception in thread T54: File "_futures.pyx", line 272, in ZEO.asyncio._futures.CoroutineExecutor.step yield asyncio.wait_for(asyncio.shield(self.connected), timeout) Traceback (most recent call last): return fut.result() File "/usr/lib64/python3.11/asyncio/tasks.py", line 490, in wait_for File "/usr/lib64/python3.11/asyncio/tasks.py", line 492, in wait_for File "_futures.pyx", line 260, in ZEO.asyncio._futures.CoroutineExecutor.step Traceback (most recent call last): Exception in thread T46: self.run() File "/usr/lib64/python3.11/asyncio/tasks.py", line 490, in wait_for ^^^^^^^^^^^^ Traceback (most recent call last): File "/usr/lib64/python3.11/asyncio/tasks.py", line 490, in wait_for File "/usr/lib64/python3.11/threading.py", line 975, in run raise exceptions.TimeoutError() from exc Traceback (most recent call last): File "_futures.pyx", line 66, in ZEO.asyncio._futures.Future.result TimeoutError During handling of the above exception, another exception occurred: return fut.result() asyncio.exceptions.CancelledError return fut.result() Traceback (most recent call last): File "/usr/lib64/python3.11/threading.py", line 1038, in _bootstrap_inner The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 703, in await_operational_co File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result return fut.result() Exception in thread T55: Traceback (most recent call last): File "/usr/lib64/python3.11/asyncio/tasks.py", line 490, in wait_for ^^^^^^^^^^^^ asyncio.exceptions.CancelledError File "/usr/lib64/python3.11/asyncio/tasks.py", line 492, in wait_for File "/usr/lib64/python3.11/asyncio/tasks.py", line 490, in wait_for Exception in thread T6: Traceback (most recent call last): File "_futures.pyx", line 272, in ZEO.asyncio._futures.CoroutineExecutor.step ^^^^^^^^^^^^ asyncio.exceptions.CancelledError The above exception was the direct cause of the following exception: yield asyncio.wait_for(asyncio.shield(self.connected), timeout) return fut.result() Exception in thread Exception in thread T53: self.run() Exception in thread T51: Traceback (most recent call last): File "/usr/lib64/python3.11/asyncio/tasks.py", line 490, in wait_for File "_futures.pyx", line 260, in ZEO.asyncio._futures.CoroutineExecutor.step Traceback (most recent call last): self._target(*self._args, **self._kwargs) File "/usr/lib64/python3.11/asyncio/tasks.py", line 490, in wait_for File "/usr/lib64/python3.11/asyncio/tasks.py", line 490, in wait_for File "/usr/lib64/python3.11/asyncio/tasks.py", line 492, in wait_for T62: Traceback (most recent call last): ^^^^^^^^^^^^ Traceback (most recent call last): File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 703, in await_operational_co ^^^^^^^^^^^^ asyncio.exceptions.CancelledError The above exception was the direct cause of the following exception: File "/usr/lib64/python3.11/asyncio/tasks.py", line 490, in wait_for File "_futures.pyx", line 66, in ZEO.asyncio._futures.Future.result return fut.result() Exception in thread T56: Traceback (most recent call last): File "/usr/lib64/python3.11/threading.py", line 975, in run Exception in thread T39: Exception in thread T24: File "/usr/lib64/python3.11/asyncio/tasks.py", line 490, in wait_for return fut.result() ^^^^^^^^^^^^ Exception in thread T58: raise exceptions.TimeoutError() from exc Exception in thread T59: Traceback (most recent call last): File "/usr/lib64/python3.11/asyncio/tasks.py", line 490, in wait_for Traceback (most recent call last): File "/usr/lib64/python3.11/asyncio/tasks.py", line 490, in wait_for Exception in thread T0: Exception in thread T43: Traceback (most recent call last): File "/usr/lib64/python3.11/asyncio/tasks.py", line 490, in wait_for Exception in thread T36: Traceback (most recent call last): File "/usr/lib64/python3.11/asyncio/tasks.py", line 490, in wait_for TimeoutError return fut.result() File "/usr/lib64/python3.11/asyncio/tasks.py", line 490, in wait_for Exception in thread T61: Exception in thread T57: Traceback (most recent call last): Traceback (most recent call last): File "/usr/lib64/python3.11/asyncio/tasks.py", line 490, in wait_for return fut.result() ^^^^^^^^^^^^ asyncio.exceptions.CancelledError Exception in thread return fut.result() ^^^^^^^^^^^^ Exception in thread asyncio.exceptions.CancelledError return fut.result() self._target(*self._args, **self._kwargs) Exception in thread T21: Traceback (most recent call last): File "/usr/lib64/python3.11/asyncio/tasks.py", line 490, in wait_for Exception in thread T47: Traceback (most recent call last): raise exceptions.TimeoutError() from exc return fut.result() The above exception was the direct cause of the following exception: ^^^^^^^^^^^^ asyncio.exceptions.CancelledError The above exception was the direct cause of the following exception: return fut.result() Traceback (most recent call last): File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result asyncio.exceptions.CancelledError asyncio.exceptions.CancelledError The above exception was the direct cause of the following exception: Traceback (most recent call last): T35: Exception in thread T22: Traceback (most recent call last): T26: Traceback (most recent call last): File "/usr/lib64/python3.11/asyncio/tasks.py", line 490, in wait_for yield asyncio.wait_for(asyncio.shield(self.connected), timeout) ^^^^^^^^^^^^ File "/usr/lib64/python3.11/asyncio/tasks.py", line 490, in wait_for File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 703, in await_operational_co TimeoutError During handling of the above exception, another exception occurred: return fut.result() File "_futures.pyx", line 272, in ZEO.asyncio._futures.CoroutineExecutor.step Traceback (most recent call last): File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 703, in await_operational_co ^^^^^^^^^^^^ asyncio.exceptions.CancelledError Traceback (most recent call last): Exception in thread Exception in thread T42: File "/usr/lib64/python3.11/asyncio/tasks.py", line 490, in wait_for File "_futures.pyx", line 260, in ZEO.asyncio._futures.CoroutineExecutor.step Traceback (most recent call last): return fut.result() File "/usr/lib64/python3.11/asyncio/tasks.py", line 490, in wait_for return fut.result() ^^^^^^^^^^^^ Traceback (most recent call last): File "/usr/lib64/python3.11/asyncio/tasks.py", line 490, in wait_for File "/usr/lib64/python3.11/asyncio/tasks.py", line 490, in wait_for File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 438, in T Traceback (most recent call last): return fut.result() File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 703, in await_operational_co File "/usr/lib64/python3.11/asyncio/tasks.py", line 492, in wait_for File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 438, in T asyncio.exceptions.CancelledError ^^^^^^^^^^^^ Traceback (most recent call last): File "/usr/lib64/python3.11/threading.py", line 1038, in _bootstrap_inner Traceback (most recent call last): File "/usr/lib64/python3.11/asyncio/tasks.py", line 490, in wait_for The above exception was the direct cause of the following exception: Exception in thread T28: Traceback (most recent call last): ^^^^^^^^^^^^ return fut.result() return fut.result() return fut.result() yield asyncio.wait_for(asyncio.shield(self.connected), timeout) File "_futures.pyx", line 260, in ZEO.asyncio._futures.CoroutineExecutor.step The above exception was the direct cause of the following exception: asyncio.exceptions.CancelledError During handling of the above exception, another exception occurred: ^^^^^^^^^^^^ asyncio.exceptions.CancelledError return fut.result() The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/usr/lib64/python3.11/asyncio/tasks.py", line 490, in wait_for ^^^^^^^^^^^^ asyncio.exceptions.CancelledError ^^^^^^^^^^^^ self.run() ^^^^^^^^^^^^ return fut.result() ^^^^^^^^^^^^ asyncio.exceptions.CancelledError raise exceptions.TimeoutError() from exc TimeoutError During handling of the above exception, another exception occurred: return fut.result() ^^^^^^^^^^^^ The above exception was the direct cause of the following exception: File "/usr/lib64/python3.11/asyncio/tasks.py", line 490, in wait_for File "/usr/lib64/python3.11/threading.py", line 975, in run asyncio.exceptions.CancelledError File "_futures.pyx", line 66, in ZEO.asyncio._futures.Future.result return fut.result() The above exception was the direct cause of the following exception: T27: Traceback (most recent call last): File "/usr/lib64/python3.11/asyncio/tasks.py", line 490, in wait_for The above exception was the direct cause of the following exception: t_() ^^^^^^^^^^^^ File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 424, in t_ The above exception was the direct cause of the following exception: return fut.result() File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result Traceback (most recent call last): File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 703, in await_operational_co Traceback (most recent call last): File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 703, in await_operational_co File "_futures.pyx", line 66, in ZEO.asyncio._futures.Future.result asyncio.exceptions.CancelledError return fut.result() t_() asyncio.exceptions.CancelledError The above exception was the direct cause of the following exception: The above exception was the direct cause of the following exception: self._target(*self._args, **self._kwargs) Traceback (most recent call last): File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 438, in T Traceback (most recent call last): The above exception was the direct cause of the following exception: ^^^^^^^^^^^^ File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 424, in t_ Traceback (most recent call last): File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 703, in await_operational_co asyncio.exceptions.CancelledError yield asyncio.wait_for(asyncio.shield(self.connected), timeout) db = self.dbopen() Traceback (most recent call last): ^^^^^^^^^^^^^ File "/usr/lib64/python3.11/asyncio/tasks.py", line 490, in wait_for File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result yield asyncio.wait_for(asyncio.shield(self.connected), timeout) Traceback (most recent call last): Traceback (most recent call last): File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 703, in await_operational_co File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 703, in await_operational_co Traceback (most recent call last): The above exception was the direct cause of the following exception: File "_futures.pyx", line 272, in ZEO.asyncio._futures.CoroutineExecutor.step The above exception was the direct cause of the following exception: File "_futures.pyx", line 260, in ZEO.asyncio._futures.CoroutineExecutor.step Traceback (most recent call last): File "/usr/lib64/python3.11/threading.py", line 1038, in _bootstrap_inner yield asyncio.wait_for(asyncio.shield(self.connected), timeout) asyncio.exceptions.CancelledError File "_futures.pyx", line 260, in ZEO.asyncio._futures.CoroutineExecutor.step File "/usr/lib64/python3.11/threading.py", line 1038, in _bootstrap_inner return fut.result() The above exception was the direct cause of the following exception: asyncio.exceptions.CancelledError The above exception was the direct cause of the following exception: File "/usr/lib64/python3.11/threading.py", line 1038, in _bootstrap_inner Traceback (most recent call last): File "/usr/lib64/python3.11/threading.py", line 1038, in _bootstrap_inner ^^^^^^^^^^^^ asyncio.exceptions.CancelledError t_() The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/usr/lib64/python3.11/threading.py", line 1038, in _bootstrap_inner File "_futures.pyx", line 272, in ZEO.asyncio._futures.CoroutineExecutor.step Traceback (most recent call last): Traceback (most recent call last): Traceback (most recent call last): return fut.result() File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 242, in dbopen db = self.dbopen() File "_futures.pyx", line 66, in ZEO.asyncio._futures.Future.result return fut.result() ^^^^^^^^^^^^ ^^^^^^^^^^^^ ^^^^^^^^^^^^ asyncio.exceptions.CancelledError Traceback (most recent call last): File "/usr/lib64/python3.11/threading.py", line 1038, in _bootstrap_inner File "/usr/lib64/python3.11/threading.py", line 1038, in _bootstrap_inner ^^^^^^^^^^^^ asyncio.exceptions.CancelledError File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 703, in await_operational_co ^^^^^^^^^^^^ self.run() File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 424, in t_ File "_futures.pyx", line 260, in ZEO.asyncio._futures.CoroutineExecutor.step File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 703, in await_operational_co asyncio.exceptions.CancelledError File "/usr/lib64/python3.11/asyncio/tasks.py", line 492, in wait_for self.run() File "/usr/lib64/python3.11/threading.py", line 1038, in _bootstrap_inner File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result ^^^^^^^^^^^^ asyncio.exceptions.CancelledError yield asyncio.wait_for(asyncio.shield(self.connected), timeout) zstor = self._new_storage_client() The above exception was the direct cause of the following exception: Traceback (most recent call last): asyncio.exceptions.CancelledError File "/usr/lib64/python3.11/threading.py", line 975, in run db = self.dbopen() File "/usr/lib64/python3.11/asyncio/tasks.py", line 492, in wait_for ^^^^^^^^^^^^^ File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 242, in dbopen asyncio.exceptions.CancelledError File "/usr/lib64/python3.11/threading.py", line 975, in run ^^^^^^^^^^^^^ File "/usr/lib64/python3.11/threading.py", line 1038, in _bootstrap_inner yield asyncio.wait_for(asyncio.shield(self.connected), timeout) File "_futures.pyx", line 272, in ZEO.asyncio._futures.CoroutineExecutor.step File "_futures.pyx", line 260, in ZEO.asyncio._futures.CoroutineExecutor.step yield asyncio.wait_for(asyncio.shield(self.connected), timeout) self.run() File "/usr/lib64/python3.11/threading.py", line 975, in run Traceback (most recent call last): zstor = self._new_storage_client() File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 703, in await_operational_co The above exception was the direct cause of the following exception: The above exception was the direct cause of the following exception: self.run() File "/usr/lib64/python3.11/threading.py", line 975, in run The above exception was the direct cause of the following exception: File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 703, in await_operational_co File "/usr/lib64/python3.11/threading.py", line 1038, in _bootstrap_inner self.run() ^^^^^^^^^^^^^^^^^^^^^^^^^^ The above exception was the direct cause of the following exception: ^^^^^^^^^^^^^^^^^^^^^^^^^^ File "_futures.pyx", line 260, in ZEO.asyncio._futures.CoroutineExecutor.step File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 242, in dbopen File "_futures.pyx", line 66, in ZEO.asyncio._futures.Future.result The above exception was the direct cause of the following exception: self.run() The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 703, in await_operational_co File "/usr/lib64/python3.11/threading.py", line 975, in run File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/tests/testZEO.py", line 271, in _new_storage_client Traceback (most recent call last): Traceback (most recent call last): File "/usr/lib64/python3.11/threading.py", line 1038, in _bootstrap_inner zstor = self._new_storage_client() asyncio.exceptions.CancelledError Traceback (most recent call last): File "/usr/lib64/python3.11/threading.py", line 975, in run self.run() File "/usr/lib64/python3.11/threading.py", line 975, in run yield asyncio.wait_for(asyncio.shield(self.connected), timeout) File "_futures.pyx", line 66, in ZEO.asyncio._futures.Future.result yield asyncio.wait_for(asyncio.shield(self.connected), timeout) yield asyncio.wait_for(asyncio.shield(self.connected), timeout) File "_futures.pyx", line 260, in ZEO.asyncio._futures.CoroutineExecutor.step self._target(*self._args, **self._kwargs) File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result ^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/tests/testZEO.py", line 271, in _new_storage_client client = ZEO.ClientStorage.ClientStorage( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Traceback (most recent call last): File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/ClientStorage.py", line 353, in __init__ File "_futures.pyx", line 272, in ZEO.asyncio._futures.CoroutineExecutor.step File "_futures.pyx", line 260, in ZEO.asyncio._futures.CoroutineExecutor.step yield asyncio.wait_for(asyncio.shield(self.connected), timeout) File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/tests/testZEO.py", line 271, in _new_storage_client self._target(*self._args, **self._kwargs) self._target(*self._args, **self._kwargs) Traceback (most recent call last): File "_futures.pyx", line 66, in ZEO.asyncio._futures.Future.result yield asyncio.wait_for(asyncio.shield(self.connected), timeout) File "_futures.pyx", line 260, in ZEO.asyncio._futures.CoroutineExecutor.step The above exception was the direct cause of the following exception: self.run() File "/usr/lib64/python3.11/threading.py", line 1038, in _bootstrap_inner File "_futures.pyx", line 66, in ZEO.asyncio._futures.Future.result raise exceptions.TimeoutError() from exc File "_futures.pyx", line 260, in ZEO.asyncio._futures.CoroutineExecutor.step File "/usr/lib64/python3.11/threading.py", line 1038, in _bootstrap_inner File "/usr/lib64/python3.11/asyncio/tasks.py", line 492, in wait_for File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 438, in T self.run() yield asyncio.wait_for(asyncio.shield(self.connected), timeout) File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result self._target(*self._args, **self._kwargs) File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 438, in T File "_futures.pyx", line 260, in ZEO.asyncio._futures.CoroutineExecutor.step self.run() File "/usr/lib64/python3.11/threading.py", line 975, in run File "/usr/lib64/python3.11/threading.py", line 975, in run self.run() File "/usr/lib64/python3.11/threading.py", line 975, in run client = ZEO.ClientStorage.ClientStorage( File "_futures.pyx", line 260, in ZEO.asyncio._futures.CoroutineExecutor.step File "_futures.pyx", line 66, in ZEO.asyncio._futures.Future.result File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 438, in T File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result File "/usr/lib64/python3.11/threading.py", line 1038, in _bootstrap_inner File "_futures.pyx", line 260, in ZEO.asyncio._futures.CoroutineExecutor.step self._target(*self._args, **self._kwargs) File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 438, in T raise exceptions.TimeoutError() from exc File "/usr/lib64/python3.11/asyncio/tasks.py", line 492, in wait_for t_() t_() self._target(*self._args, **self._kwargs) File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 424, in t_ self._target(*self._args, **self._kwargs) File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 438, in T raise exceptions.TimeoutError() from exc self.run() File "/usr/lib64/python3.11/threading.py", line 975, in run self._wait() TimeoutError File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result File "_futures.pyx", line 272, in ZEO.asyncio._futures.CoroutineExecutor.step t_() File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 424, in t_ client = ZEO.ClientStorage.ClientStorage( File "_futures.pyx", line 66, in ZEO.asyncio._futures.Future.result File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 438, in T db = self.dbopen() File "/usr/lib64/python3.11/threading.py", line 975, in run self.run() t_() File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result db = self.dbopen() File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 1000, in wait Traceback (most recent call last): File "/usr/lib64/python3.11/threading.py", line 1038, in _bootstrap_inner t_() File "_futures.pyx", line 66, in ZEO.asyncio._futures.Future.result self._target(*self._args, **self._kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 438, in T TimeoutError During handling of the above exception, another exception occurred: ^^^^^^^^^^^^^ File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 242, in dbopen File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 431, in t_ File "_futures.pyx", line 66, in ZEO.asyncio._futures.Future.result self._target(*self._args, **self._kwargs) File "_futures.pyx", line 66, in ZEO.asyncio._futures.Future.result During handling of the above exception, another exception occurred: self.run() File "/usr/lib64/python3.11/threading.py", line 975, in run File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 438, in T raise exceptions.TimeoutError() from exc File "_futures.pyx", line 272, in ZEO.asyncio._futures.CoroutineExecutor.step File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result Traceback (most recent call last): File "/usr/lib64/python3.11/threading.py", line 1038, in _bootstrap_inner t_() File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 424, in t_ File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result return self.io_call( ^^^^^^^^^^^^^ File "_futures.pyx", line 272, in ZEO.asyncio._futures.CoroutineExecutor.step self.run() self.run() File "/usr/lib64/python3.11/asyncio/tasks.py", line 492, in wait_for ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ TimeoutError File "_futures.pyx", line 66, in ZEO.asyncio._futures.Future.result File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 703, in await_operational_co zstor = self._new_storage_client() File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 438, in T File "_futures.pyx", line 272, in ZEO.asyncio._futures.CoroutineExecutor.step File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 431, in t_ self._target(*self._args, **self._kwargs) File "/usr/lib64/python3.11/threading.py", line 975, in run File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/ClientStorage.py", line 353, in __init__ File "/usr/lib64/python3.11/asyncio/tasks.py", line 492, in wait_for t_() db = self.dbopen() ^^^^^^^^^^^^^ File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 242, in dbopen File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/ClientStorage.py", line 353, in __init__ File "/usr/lib64/python3.11/threading.py", line 975, in run ^^^^^^^^^^^^^ File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 242, in dbopen ^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 431, in t_ File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 867, in io_call db.close() File "/usr/lib/python3.11/site-packages/ZODB/DB.py", line 653, in close t_() File "/usr/lib64/python3.11/threading.py", line 975, in run File "_futures.pyx", line 272, in ZEO.asyncio._futures.CoroutineExecutor.step File "_futures.pyx", line 272, in ZEO.asyncio._futures.CoroutineExecutor.step File "_futures.pyx", line 66, in ZEO.asyncio._futures.Future.result raise exceptions.TimeoutError() from exc TimeoutError raise exceptions.TimeoutError() from exc zstor = self._new_storage_client() zstor = self._new_storage_client() self._wait() File "_futures.pyx", line 272, in ZEO.asyncio._futures.CoroutineExecutor.step File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 1000, in wait File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 438, in T File "/usr/lib64/python3.11/asyncio/tasks.py", line 492, in wait_for db.close() File "/usr/lib64/python3.11/asyncio/tasks.py", line 492, in wait_for self._target(*self._args, **self._kwargs) File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result During handling of the above exception, another exception occurred: self._target(*self._args, **self._kwargs) File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result ^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/tests/testZEO.py", line 271, in _new_storage_client File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/tests/testZEO.py", line 271, in _new_storage_client self._target(*self._args, **self._kwargs) File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 431, in t_ File "/usr/lib/python3.11/site-packages/ZODB/DB.py", line 653, in close return future.result() if wait else future self._target(*self._args, **self._kwargs) File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 438, in T self._target(*self._args, **self._kwargs) t_() File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 431, in t_ TimeoutError self._wait() ^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/tests/testZEO.py", line 271, in _new_storage_client Traceback (most recent call last): File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 438, in T File "_futures.pyx", line 272, in ZEO.asyncio._futures.CoroutineExecutor.step TimeoutError return self.io_call( ^^^^^^^^^^^^^^^ File "/usr/lib64/python3.11/asyncio/tasks.py", line 492, in wait_for t_() File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result raise exceptions.TimeoutError() from exc TimeoutError Traceback (most recent call last): File "/usr/lib64/python3.11/threading.py", line 1038, in _bootstrap_inner yield asyncio.wait_for(asyncio.shield(self.connected), timeout) File "_futures.pyx", line 260, in ZEO.asyncio._futures.CoroutineExecutor.step self._mvcc_storage.close() File "/usr/lib/python3.11/site-packages/ZODB/mvccadapter.py", line 78, in close File "/usr/lib64/python3.11/threading.py", line 1038, in _bootstrap_inner client = ZEO.ClientStorage.ClientStorage( During handling of the above exception, another exception occurred: File "_futures.pyx", line 202, in ZEO.asyncio._futures.ConcurrentFuture.result File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 438, in T client = ZEO.ClientStorage.ClientStorage( File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 438, in T During handling of the above exception, another exception occurred: Traceback (most recent call last): File "_futures.pyx", line 272, in ZEO.asyncio._futures.CoroutineExecutor.step t_() File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 424, in t_ File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 424, in t_ self._target(*self._args, **self._kwargs) ^^^^^^^^^^^^^ File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 438, in T During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/lib64/python3.11/threading.py", line 1038, in _bootstrap_inner ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ self.run() client = ZEO.ClientStorage.ClientStorage( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 1000, in wait db.close() File "_futures.pyx", line 272, in ZEO.asyncio._futures.CoroutineExecutor.step raise exceptions.TimeoutError() from exc File "_futures.pyx", line 212, in ZEO.asyncio._futures.ConcurrentFuture.result TimeoutError self.run() self._storage.close() File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/ClientStorage.py", line 377, in close File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 438, in T File "/usr/lib64/python3.11/asyncio/tasks.py", line 492, in wait_for File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 431, in t_ t_() File "/usr/lib64/python3.11/asyncio/tasks.py", line 492, in wait_for File "/usr/lib64/python3.11/threading.py", line 975, in run File "/usr/lib64/python3.11/threading.py", line 1038, in _bootstrap_inner raise exceptions.TimeoutError() from exc ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib64/python3.11/threading.py", line 975, in run t_() File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 431, in t_ db.close() File "/usr/lib64/python3.11/asyncio/tasks.py", line 492, in wait_for t_() Traceback (most recent call last): File "/usr/lib64/python3.11/threading.py", line 1038, in _bootstrap_inner During handling of the above exception, another exception occurred: File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/ClientStorage.py", line 357, in __init__ TimeoutError During handling of the above exception, another exception occurred: File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/ClientStorage.py", line 357, in __init__ db.close() self._target(*self._args, **self._kwargs) File "/usr/lib/python3.11/site-packages/ZODB/DB.py", line 653, in close File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 438, in T File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result raise exceptions.TimeoutError() from exc File "/usr/lib64/python3.11/asyncio/tasks.py", line 492, in wait_for self._target(*self._args, **self._kwargs) self._server.close() During handling of the above exception, another exception occurred: t_() self._mvcc_storage.close() File "_futures.pyx", line 66, in ZEO.asyncio._futures.Future.result db = self.dbopen() File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/ClientStorage.py", line 353, in __init__ File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 431, in t_ TimeoutError During handling of the above exception, another exception occurred: Traceback (most recent call last): db.close() File "/usr/lib64/python3.11/threading.py", line 1038, in _bootstrap_inner Traceback (most recent call last): File "/usr/lib/python3.11/site-packages/ZODB/DB.py", line 653, in close self._wait() raise exceptions.TimeoutError() from exc File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 431, in t_ raise exceptions.TimeoutError() from exc return self.io_call( ^^^^^^^^^^^^^ File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 867, in io_call File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 438, in T self._server.close() File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 1068, in close File "/usr/lib/python3.11/site-packages/ZODB/DB.py", line 653, in close self.run() File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 424, in t_ t_() File "/usr/lib64/python3.11/asyncio/tasks.py", line 492, in wait_for t_() File "_futures.pyx", line 274, in ZEO.asyncio._futures.CoroutineExecutor.step File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 424, in t_ self.run() self._server.close() File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 1068, in close db.close() db.close() File "/usr/lib/python3.11/site-packages/ZODB/DB.py", line 653, in close File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 1068, in close File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result db = self.dbopen() db.close() File "/usr/lib/python3.11/site-packages/ZODB/mvccadapter.py", line 78, in close super(ClientThread, self).close() File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 1000, in wait TimeoutError During handling of the above exception, another exception occurred: return future.result() if wait else future ^^^^^^^^^^^^^^^ self.run() self._mvcc_storage.close() db = self.dbopen() File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 867, in io_call Traceback (most recent call last): ^^^^^^^^^^^^^ File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 242, in dbopen File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 424, in t_ super(ClientThread, self).close() File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 972, in close ^^^^^^^^^^^^^ File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 242, in dbopen Traceback (most recent call last): File "/usr/lib64/python3.11/threading.py", line 1038, in _bootstrap_inner File "/usr/lib64/python3.11/threading.py", line 975, in run File "/usr/lib/python3.11/site-packages/ZODB/mvccadapter.py", line 78, in close ^^^^^^^^^^^^^ File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 242, in dbopen File "/usr/lib64/python3.11/threading.py", line 1038, in _bootstrap_inner raise exceptions.TimeoutError() from exc self._mvcc_storage.close() TimeoutError File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 972, in close File "/usr/lib64/python3.11/threading.py", line 975, in run TimeoutError zstor = self._new_storage_client() self._mvcc_storage.close() return self.io_call( File "/usr/lib/python3.11/site-packages/ZODB/mvccadapter.py", line 78, in close self.run() self._storage.close() File "/usr/lib64/python3.11/threading.py", line 975, in run self._storage.close() zstor = self._new_storage_client() call(self.client.close_co()) File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 867, in io_call self.run() During handling of the above exception, another exception occurred: File "_futures.pyx", line 202, in ZEO.asyncio._futures.ConcurrentFuture.result self._mvcc_storage.close() db = self.dbopen() ^^^^^^^^^^^^^ File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/ClientStorage.py", line 377, in close File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 242, in dbopen File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/ClientStorage.py", line 377, in close self.run() db = self.dbopen() ^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/tests/testZEO.py", line 271, in _new_storage_client File "/usr/lib64/python3.11/threading.py", line 975, in run raise exceptions.TimeoutError() from exc self._target(*self._args, **self._kwargs) File "/usr/lib/python3.11/site-packages/ZODB/DB.py", line 653, in close t_() File "/usr/lib/python3.11/site-packages/ZODB/mvccadapter.py", line 78, in close client = ZEO.ClientStorage.ClientStorage( return future.result() if wait else future File "/usr/lib64/python3.11/threading.py", line 1038, in _bootstrap_inner super(ClientThread, self).close() File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 972, in close File "/usr/lib64/python3.11/threading.py", line 975, in run File "_futures.pyx", line 212, in ZEO.asyncio._futures.ConcurrentFuture.result File "/usr/lib/python3.11/site-packages/ZODB/mvccadapter.py", line 78, in close call(self.client.close_co()) self._target(*self._args, **self._kwargs) Traceback (most recent call last): File "/usr/lib64/python3.11/threading.py", line 1038, in _bootstrap_inner File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 438, in T File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 431, in t_ File "/usr/lib64/python3.11/threading.py", line 975, in run self._target(*self._args, **self._kwargs) File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result File "/usr/lib/python3.11/site-packages/ZODB/DB.py", line 653, in close File "_futures.pyx", line 272, in ZEO.asyncio._futures.CoroutineExecutor.step ^^^^^^^^^^^^^ File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 242, in dbopen File "/usr/lib/python3.11/site-packages/ZODB/DB.py", line 653, in close TimeoutError During handling of the above exception, another exception occurred: ^^^^^^^^^^^^^ self._mvcc_storage.close() call(self.client.close_co()) ^^^^^^^^^^^^^^^ self._target(*self._args, **self._kwargs) self._storage.close() self.run() t_() self._target(*self._args, **self._kwargs) File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 424, in t_ self._server.close() zstor = self._new_storage_client() File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 438, in T ^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/tests/testZEO.py", line 271, in _new_storage_client self._storage.close() return future.result() if wait else future ^^^^^^^^^^^^^^^ File "_futures.pyx", line 202, in ZEO.asyncio._futures.ConcurrentFuture.result File "_futures.pyx", line 202, in ZEO.asyncio._futures.ConcurrentFuture.result File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 705, in await_operational_co self._storage.close() File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 438, in T self._target(*self._args, **self._kwargs) db.close() File "_futures.pyx", line 274, in ZEO.asyncio._futures.CoroutineExecutor.step zstor = self._new_storage_client() File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 867, in io_call self.run() File "/usr/lib64/python3.11/threading.py", line 975, in run File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/ClientStorage.py", line 377, in close zstor = self._new_storage_client() File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 438, in T File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 867, in io_call self._mvcc_storage.close() self._server.close() File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/ClientStorage.py", line 377, in close File "/usr/lib64/python3.11/asyncio/tasks.py", line 492, in wait_for File "_futures.pyx", line 212, in ZEO.asyncio._futures.ConcurrentFuture.result File "/usr/lib/python3.11/site-packages/ZODB/DB.py", line 653, in close Traceback (most recent call last): File "/usr/lib64/python3.11/threading.py", line 1038, in _bootstrap_inner self._mvcc_storage.close() t_() File "/usr/lib/python3.11/site-packages/ZODB/mvccadapter.py", line 78, in close ^^^^^^^^^^^^^^^^^^^^^^^^^^ t_() File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 705, in await_operational_co File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/ClientStorage.py", line 377, in close File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 1068, in close client = ZEO.ClientStorage.ClientStorage( raise ClientDisconnected("timed out waiting for connection") self._server.close() ZEO.Exceptions.ClientDisconnected: timed out waiting for connection During handling of the above exception, another exception occurred: ^^^^^^^^^^^^^^^^^^^^^^^^^^ self._target(*self._args, **self._kwargs) t_() self._server.close() Traceback (most recent call last): File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 424, in t_ File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/tests/testZEO.py", line 271, in _new_storage_client db = self.dbopen() File "/usr/lib64/python3.11/threading.py", line 975, in run ^^^^^^^^^^^^^ self.run() ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ db = self.dbopen() File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 1068, in close raise ClientDisconnected("timed out waiting for connection") ZEO.Exceptions.ClientDisconnected: timed out waiting for connection File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 867, in io_call File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 424, in t_ File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 438, in T ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/ClientStorage.py", line 353, in __init__ File "/usr/lib/python3.11/site-packages/ZODB/mvccadapter.py", line 78, in close File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 438, in T File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 242, in dbopen super(ClientThread, self).close() self._storage.close() self._mvcc_storage.close() self._server.close() return future.result() if wait else future ^^^^^^^^^^^^^ File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 242, in dbopen File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/tests/testZEO.py", line 271, in _new_storage_client File "/usr/lib/python3.11/site-packages/ZODB/mvccadapter.py", line 78, in close return future.result() if wait else future File "/usr/lib64/python3.11/threading.py", line 1038, in _bootstrap_inner File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 438, in T File "_futures.pyx", line 212, in ZEO.asyncio._futures.ConcurrentFuture.result File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/ClientStorage.py", line 377, in close super(ClientThread, self).close() File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/ClientStorage.py", line 357, in __init__ t_() ^^^^^^^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^ File "_futures.pyx", line 202, in ZEO.asyncio._futures.ConcurrentFuture.result File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result ^^^^^^^^^^^^^^^ raise exceptions.TimeoutError() from exc File "/usr/lib64/python3.11/threading.py", line 975, in run client = ZEO.ClientStorage.ClientStorage( File "_futures.pyx", line 274, in ZEO.asyncio._futures.CoroutineExecutor.step t_() File "/usr/lib/python3.11/site-packages/ZODB/mvccadapter.py", line 78, in close self._storage.close() self._server.close() File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 424, in t_ File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 1068, in close zstor = self._new_storage_client() ^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/tests/testZEO.py", line 271, in _new_storage_client File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 424, in t_ self._server.close() File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 1068, in close TimeoutError File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 972, in close db = self.dbopen() super(ClientThread, self).close() ^^^^^^^^^^^^^ File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 242, in dbopen self._storage.close() File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 1068, in close File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/ClientStorage.py", line 377, in close File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 1068, in close self.run() File "/usr/lib64/python3.11/threading.py", line 975, in run zstor = self._new_storage_client() During handling of the above exception, another exception occurred: db = self.dbopen() ^^^^^^^^^^^^^ self._target(*self._args, **self._kwargs) File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/tests/testZEO.py", line 271, in _new_storage_client t_() File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 424, in t_ File "_futures.pyx", line 202, in ZEO.asyncio._futures.ConcurrentFuture.result zstor = self._new_storage_client() File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 972, in close self._wait() ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 424, in t_ super(ClientThread, self).close() File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 1068, in close File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 242, in dbopen File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/ClientStorage.py", line 377, in close File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 438, in T File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 733, in close_co client = ZEO.ClientStorage.ClientStorage( return future.result() if wait else future self._target(*self._args, **self._kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^ client = ZEO.ClientStorage.ClientStorage( ^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/tests/testZEO.py", line 271, in _new_storage_client File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/ClientStorage.py", line 353, in __init__ call(self.client.close_co()) File "_futures.pyx", line 274, in ZEO.asyncio._futures.CoroutineExecutor.step client = ZEO.ClientStorage.ClientStorage( super(ClientThread, self).close() self._server.close() File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 1068, in close zstor = self._new_storage_client() File "_futures.pyx", line 212, in ZEO.asyncio._futures.ConcurrentFuture.result super(ClientThread, self).close() File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 972, in close File "_futures.pyx", line 212, in ZEO.asyncio._futures.ConcurrentFuture.result db = self.dbopen() ^^^^^^^^^^^^^ self._server.close() File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 972, in close File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 705, in await_operational_co ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call(self.client.close_co()) File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 972, in close self._storage.close() ^^^^^^^^^^^^^^^ File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 438, in T File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 1000, in wait call(self.client.close_co()) File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 867, in io_call File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 1068, in close t_() self._wait() File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result client = ZEO.ClientStorage.ClientStorage( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ super(ClientThread, self).close() File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/ClientStorage.py", line 377, in close File "_futures.pyx", line 202, in ZEO.asyncio._futures.ConcurrentFuture.result File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/tests/testZEO.py", line 271, in _new_storage_client self._target(*self._args, **self._kwargs) File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 867, in io_call Traceback (most recent call last): call(self.client.close_co()) File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 424, in t_ File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 1000, in wait File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/ClientStorage.py", line 353, in __init__ File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 867, in io_call File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/ClientStorage.py", line 353, in __init__ raise ClientDisconnected("timed out waiting for connection") ^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/tests/testZEO.py", line 271, in _new_storage_client File "_futures.pyx", line 274, in ZEO.asyncio._futures.CoroutineExecutor.step File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 438, in T db = self.dbopen() File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 242, in dbopen yield asyncio.wait_for(asyncio.shield(closing), 10) File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 972, in close File "_futures.pyx", line 260, in ZEO.asyncio._futures.CoroutineExecutor.step File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result return self.io_call( ZEO.Exceptions.ClientDisconnected: timed out waiting for connection return self.io_call( self._wait() self._wait() super(ClientThread, self).close() return future.result() if wait else future client = ZEO.ClientStorage.ClientStorage( self._server.close() File "_futures.pyx", line 212, in ZEO.asyncio._futures.ConcurrentFuture.result File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 867, in io_call zstor = self._new_storage_client() File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 972, in close db = self.dbopen() ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/ClientStorage.py", line 353, in __init__ File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 1000, in wait return future.result() if wait else future ^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^ File "_futures.pyx", line 202, in ZEO.asyncio._futures.ConcurrentFuture.result File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 1068, in close Traceback (most recent call last): ^^^^^^^^^^^^^^^^^^^^^^^^^^ t_() db = self.dbopen() ^^^^^^^^^^^^^ File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 242, in dbopen File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 1000, in wait File "_futures.pyx", line 66, in ZEO.asyncio._futures.Future.result File "_futures.pyx", line 202, in ZEO.asyncio._futures.ConcurrentFuture.result return future.result() if wait else future ^^^^^^^^^^^^^^^ call(self.client.close_co()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "_futures.pyx", line 212, in ZEO.asyncio._futures.ConcurrentFuture.result File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/tests/testZEO.py", line 271, in _new_storage_client File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 424, in t_ call(self.client.close_co()) File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 867, in io_call self._wait() ^^^^^^^^^^^^^ File "_futures.pyx", line 212, in ZEO.asyncio._futures.ConcurrentFuture.result File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 242, in dbopen File "/usr/lib64/python3.11/threading.py", line 1038, in _bootstrap_inner File "_futures.pyx", line 202, in ZEO.asyncio._futures.ConcurrentFuture.result zstor = self._new_storage_client() File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 867, in io_call File "_futures.pyx", line 274, in ZEO.asyncio._futures.CoroutineExecutor.step ^^^^^^^^^^^^^ ^^^^^^^^^^^^^ File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 867, in io_call call(self.client.close_co()) return future.result() if wait else future File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 972, in close return self.io_call( ^^^^^^^^^^^^^ return self.io_call( File "/usr/lib64/python3.11/threading.py", line 1038, in _bootstrap_inner db = self.dbopen() super(ClientThread, self).close() ^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^ File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result client = ZEO.ClientStorage.ClientStorage( zstor = self._new_storage_client() ^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 733, in close_co File "_futures.pyx", line 212, in ZEO.asyncio._futures.ConcurrentFuture.result File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 705, in await_operational_co File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 1000, in wait File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 867, in io_call ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/ClientStorage.py", line 353, in __init__ super(ClientThread, self).close() File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/ClientStorage.py", line 353, in __init__ return future.result() if wait else future t_() File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 242, in dbopen ^^^^^^^^^^^^^^^ return future.result() if wait else future File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result client = ZEO.ClientStorage.ClientStorage( File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 242, in dbopen File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 972, in close self.run() ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ self._wait() File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 424, in t_ File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 1000, in wait File "_futures.pyx", line 274, in ZEO.asyncio._futures.CoroutineExecutor.step ^^^^^^^^^^^^^^^ self._wait() ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/ClientStorage.py", line 353, in __init__ return self.io_call( return self.io_call( return future.result() if wait else future File "_futures.pyx", line 272, in ZEO.asyncio._futures.CoroutineExecutor.step ^^^^^^^^^^^^^^^ File "_futures.pyx", line 202, in ZEO.asyncio._futures.ConcurrentFuture.result File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 867, in io_call self.run() yield asyncio.wait_for(asyncio.shield(closing), 10) ^^^^^^^^^^^^^ File "_futures.pyx", line 202, in ZEO.asyncio._futures.ConcurrentFuture.result call(self.client.close_co()) File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result raise ClientDisconnected("timed out waiting for connection") File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result zstor = self._new_storage_client() File "_futures.pyx", line 274, in ZEO.asyncio._futures.CoroutineExecutor.step return future.result() if wait else future ^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^ File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 867, in io_call zstor = self._new_storage_client() self._wait() ^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 867, in io_call File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 972, in close File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 867, in io_call File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/tests/testZEO.py", line 271, in _new_storage_client ZEO.Exceptions.ClientDisconnected: timed out waiting for connection ^^^^^^^^^^^^^ File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 867, in io_call File "_futures.pyx", line 202, in ZEO.asyncio._futures.ConcurrentFuture.result File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/ClientStorage.py", line 353, in __init__ File "_futures.pyx", line 202, in ZEO.asyncio._futures.ConcurrentFuture.result File "/usr/lib64/python3.11/threading.py", line 975, in run File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 733, in close_co File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 1000, in wait File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 1000, in wait return future.result() if wait else future call(self.client.close_co()) ^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^ File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 867, in io_call File "/usr/lib64/python3.11/threading.py", line 975, in run File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 733, in close_co File "_futures.pyx", line 274, in ZEO.asyncio._futures.CoroutineExecutor.step File "_futures.pyx", line 212, in ZEO.asyncio._futures.ConcurrentFuture.result File "/usr/lib64/python3.11/asyncio/tasks.py", line 492, in wait_for File "_futures.pyx", line 212, in ZEO.asyncio._futures.ConcurrentFuture.result client = ZEO.ClientStorage.ClientStorage( db = self.dbopen() File "_futures.pyx", line 212, in ZEO.asyncio._futures.ConcurrentFuture.result return future.result() if wait else future ^^^^^^^^^^^^^^^ File "_futures.pyx", line 202, in ZEO.asyncio._futures.ConcurrentFuture.result self._target(*self._args, **self._kwargs) return future.result() if wait else future call(self.client.close_co()) yield asyncio.wait_for(asyncio.shield(closing), 10) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "_futures.pyx", line 212, in ZEO.asyncio._futures.ConcurrentFuture.result File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 733, in close_co raise exceptions.TimeoutError() from exc self._target(*self._args, **self._kwargs) File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result ^^^^^^^^^^^^^^^ File "_futures.pyx", line 202, in ZEO.asyncio._futures.ConcurrentFuture.result File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 438, in T ^^^^^^^^^^^^^^^ File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 867, in io_call File "_futures.pyx", line 212, in ZEO.asyncio._futures.ConcurrentFuture.result return future.result() if wait else future ^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/ClientStorage.py", line 353, in __init__ return self.io_call( File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 867, in io_call File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result yield asyncio.wait_for(asyncio.shield(closing), 10) File "_futures.pyx", line 274, in ZEO.asyncio._futures.CoroutineExecutor.step return self.io_call( File "_futures.pyx", line 202, in ZEO.asyncio._futures.ConcurrentFuture.result return future.result() if wait else future File "_futures.pyx", line 212, in ZEO.asyncio._futures.ConcurrentFuture.result t_() ^^^^^^^^^^^^^ File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/tests/testZEO.py", line 271, in _new_storage_client yield asyncio.wait_for(asyncio.shield(closing), 10) ^^^^^^^^^^^^^ File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 867, in io_call File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/tests/testZEO.py", line 271, in _new_storage_client File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result self._wait() ^^^^^^^^^^^^^ return future.result() if wait else future ^^^^^^^^^^^^^^^ File "_futures.pyx", line 274, in ZEO.asyncio._futures.CoroutineExecutor.step File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 424, in t_ File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 242, in dbopen File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 438, in T File "_futures.pyx", line 274, in ZEO.asyncio._futures.CoroutineExecutor.step File "_futures.pyx", line 274, in ZEO.asyncio._futures.CoroutineExecutor.step File "_futures.pyx", line 260, in ZEO.asyncio._futures.CoroutineExecutor.step File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/tests/testZEO.py", line 271, in _new_storage_client File "_futures.pyx", line 260, in ZEO.asyncio._futures.CoroutineExecutor.step self._wait() File "_futures.pyx", line 66, in ZEO.asyncio._futures.Future.result File "_futures.pyx", line 274, in ZEO.asyncio._futures.CoroutineExecutor.step File "_futures.pyx", line 202, in ZEO.asyncio._futures.ConcurrentFuture.result ^^^^^^^^^^^^^^^ client = ZEO.ClientStorage.ClientStorage( return future.result() if wait else future db = self.dbopen() File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result File "_futures.pyx", line 212, in ZEO.asyncio._futures.ConcurrentFuture.result File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 1000, in wait File "_futures.pyx", line 212, in ZEO.asyncio._futures.ConcurrentFuture.result File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 867, in io_call File "_futures.pyx", line 260, in ZEO.asyncio._futures.CoroutineExecutor.step return future.result() if wait else future File "_futures.pyx", line 274, in ZEO.asyncio._futures.CoroutineExecutor.step client = ZEO.ClientStorage.ClientStorage( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^ File "_futures.pyx", line 202, in ZEO.asyncio._futures.ConcurrentFuture.result File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 733, in close_co File "_futures.pyx", line 66, in ZEO.asyncio._futures.Future.result File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 733, in close_co ^^^^^^^^^^^^^^^ File "_futures.pyx", line 202, in ZEO.asyncio._futures.ConcurrentFuture.result File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 705, in await_operational_co File "_futures.pyx", line 212, in ZEO.asyncio._futures.ConcurrentFuture.result File "_futures.pyx", line 274, in ZEO.asyncio._futures.CoroutineExecutor.step File "_futures.pyx", line 202, in ZEO.asyncio._futures.ConcurrentFuture.result File "_futures.pyx", line 66, in ZEO.asyncio._futures.Future.result File "_futures.pyx", line 260, in ZEO.asyncio._futures.CoroutineExecutor.step File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/ClientStorage.py", line 353, in __init__ ^^^^^^^^^^^^^ return future.result() if wait else future ^^^^^^^^^^^^^^^ return future.result() if wait else future File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 1000, in wait ^^^^^^^^^^^^^^^ File "_futures.pyx", line 202, in ZEO.asyncio._futures.ConcurrentFuture.result File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result ^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "_futures.pyx", line 202, in ZEO.asyncio._futures.ConcurrentFuture.result File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 733, in close_co t_() File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 242, in dbopen File "_futures.pyx", line 202, in ZEO.asyncio._futures.ConcurrentFuture.result File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 733, in close_co File "_futures.pyx", line 212, in ZEO.asyncio._futures.ConcurrentFuture.result File "_futures.pyx", line 66, in ZEO.asyncio._futures.Future.result File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result TimeoutError File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result File "_futures.pyx", line 274, in ZEO.asyncio._futures.CoroutineExecutor.step yield asyncio.wait_for(asyncio.shield(closing), 10) zstor = self._new_storage_client() File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result File "_futures.pyx", line 212, in ZEO.asyncio._futures.ConcurrentFuture.result File "_futures.pyx", line 274, in ZEO.asyncio._futures.CoroutineExecutor.step client = ZEO.ClientStorage.ClientStorage( File "_futures.pyx", line 212, in ZEO.asyncio._futures.ConcurrentFuture.result File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result File "_futures.pyx", line 212, in ZEO.asyncio._futures.ConcurrentFuture.result File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result File "_futures.pyx", line 202, in ZEO.asyncio._futures.ConcurrentFuture.result File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/ClientStorage.py", line 353, in __init__ raise ClientDisconnected("timed out waiting for connection") File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result File "_futures.pyx", line 260, in ZEO.asyncio._futures.CoroutineExecutor.step File "_futures.pyx", line 272, in ZEO.asyncio._futures.CoroutineExecutor.step return self.io_call( ^^^^^^^^^^^^^ File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 705, in await_operational_co ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/ClientStorage.py", line 353, in __init__ File "_futures.pyx", line 212, in ZEO.asyncio._futures.ConcurrentFuture.result self._wait() File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 733, in close_co File "_futures.pyx", line 212, in ZEO.asyncio._futures.ConcurrentFuture.result File "_futures.pyx", line 272, in ZEO.asyncio._futures.CoroutineExecutor.step ZEO.Exceptions.ClientDisconnected: timed out waiting for connection File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 733, in close_co File "/usr/lib64/python3.11/asyncio/tasks.py", line 492, in wait_for File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 867, in io_call self._wait() File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result yield asyncio.wait_for(asyncio.shield(closing), 10) self._wait() File "_futures.pyx", line 274, in ZEO.asyncio._futures.CoroutineExecutor.step yield asyncio.wait_for(asyncio.shield(closing), 10) ^^^^^^^^^^^^^^^^^^^^^^^^^^ raise ClientDisconnected("timed out waiting for connection") File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result ZEO.Exceptions.ClientDisconnected: timed out waiting for connection File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result zstor = self._new_storage_client() ^^^^^^^^^^^^^^^^^^^^^^^^^^ File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result return future.result() if wait else future return self.io_call( File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 1000, in wait File "_futures.pyx", line 274, in ZEO.asyncio._futures.CoroutineExecutor.step File "_futures.pyx", line 260, in ZEO.asyncio._futures.CoroutineExecutor.step File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/tests/testZEO.py", line 271, in _new_storage_client yield asyncio.wait_for(asyncio.shield(closing), 10) File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 1000, in wait File "_futures.pyx", line 66, in ZEO.asyncio._futures.Future.result File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result File "/usr/lib64/python3.11/asyncio/tasks.py", line 492, in wait_for return self.io_call( File "_futures.pyx", line 274, in ZEO.asyncio._futures.CoroutineExecutor.step File "_futures.pyx", line 272, in ZEO.asyncio._futures.CoroutineExecutor.step File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 424, in t_ File "_futures.pyx", line 272, in ZEO.asyncio._futures.CoroutineExecutor.step File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 705, in await_operational_co yield asyncio.wait_for(asyncio.shield(closing), 10) return self.io_call( File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/tests/testZEO.py", line 271, in _new_storage_client ^^^^^^^^^^^^^^^ File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 1000, in wait File "_futures.pyx", line 202, in ZEO.asyncio._futures.ConcurrentFuture.result File "_futures.pyx", line 274, in ZEO.asyncio._futures.CoroutineExecutor.step File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 705, in await_operational_co client = ZEO.ClientStorage.ClientStorage( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ raise exceptions.TimeoutError() from exc File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 705, in await_operational_co File "/usr/lib64/python3.11/asyncio/tasks.py", line 492, in wait_for File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result ^^^^^^^^^^^^^ File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 867, in io_call File "_futures.pyx", line 66, in ZEO.asyncio._futures.Future.result File "_futures.pyx", line 274, in ZEO.asyncio._futures.CoroutineExecutor.step File "_futures.pyx", line 274, in ZEO.asyncio._futures.CoroutineExecutor.step File "_futures.pyx", line 260, in ZEO.asyncio._futures.CoroutineExecutor.step File "_futures.pyx", line 260, in ZEO.asyncio._futures.CoroutineExecutor.step ^^^^^^^^^^^^^ File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 867, in io_call File "_futures.pyx", line 212, in ZEO.asyncio._futures.ConcurrentFuture.result yield asyncio.wait_for(asyncio.shield(closing), 10) ^^^^^^^^^^^^^ File "/usr/lib64/python3.11/asyncio/tasks.py", line 492, in wait_for File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 705, in await_operational_co File "_futures.pyx", line 272, in ZEO.asyncio._futures.CoroutineExecutor.step File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result raise exceptions.TimeoutError() from exc TimeoutError db = self.dbopen() client = ZEO.ClientStorage.ClientStorage( File "_futures.pyx", line 260, in ZEO.asyncio._futures.CoroutineExecutor.step raise ClientDisconnected("timed out waiting for connection") File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 867, in io_call raise ClientDisconnected("timed out waiting for connection") File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result raise ClientDisconnected("timed out waiting for connection") TimeoutError File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 733, in close_co File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 705, in await_operational_co File "_futures.pyx", line 274, in ZEO.asyncio._futures.CoroutineExecutor.step ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/ClientStorage.py", line 353, in __init__ return future.result() if wait else future ^^^^^^^^^^^^^^^ File "_futures.pyx", line 202, in ZEO.asyncio._futures.ConcurrentFuture.result ZEO.Exceptions.ClientDisconnected: timed out waiting for connection File "_futures.pyx", line 260, in ZEO.asyncio._futures.CoroutineExecutor.step raise exceptions.TimeoutError() from exc ^^^^^^^^^^^^^ TimeoutError File "/usr/lib64/python3.11/asyncio/tasks.py", line 492, in wait_for File "_futures.pyx", line 274, in ZEO.asyncio._futures.CoroutineExecutor.step File "_futures.pyx", line 66, in ZEO.asyncio._futures.Future.result raise ClientDisconnected("timed out waiting for connection") ZEO.Exceptions.ClientDisconnected: timed out waiting for connection File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 733, in close_co raise exceptions.TimeoutError() from exc File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result return future.result() if wait else future ^^^^^^^^^^^^^^^ File "_futures.pyx", line 202, in ZEO.asyncio._futures.ConcurrentFuture.result yield asyncio.wait_for(asyncio.shield(closing), 10) File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 705, in await_operational_co File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 242, in dbopen File "_futures.pyx", line 66, in ZEO.asyncio._futures.Future.result TimeoutError raise ClientDisconnected("timed out waiting for connection") File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 705, in await_operational_co return future.result() if wait else future yield asyncio.wait_for(asyncio.shield(closing), 10) return self.io_call( File "_futures.pyx", line 66, in ZEO.asyncio._futures.Future.result raise exceptions.TimeoutError() from exc File "_futures.pyx", line 212, in ZEO.asyncio._futures.ConcurrentFuture.result File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/ClientStorage.py", line 353, in __init__ File "_futures.pyx", line 272, in ZEO.asyncio._futures.CoroutineExecutor.step ^^^^^^^^^^^^^^^ File "_futures.pyx", line 212, in ZEO.asyncio._futures.ConcurrentFuture.result File "_futures.pyx", line 260, in ZEO.asyncio._futures.CoroutineExecutor.step ^^^^^^^^^^^^^ File "_futures.pyx", line 272, in ZEO.asyncio._futures.CoroutineExecutor.step TimeoutError raise ClientDisconnected("timed out waiting for connection") File "_futures.pyx", line 260, in ZEO.asyncio._futures.CoroutineExecutor.step File "_futures.pyx", line 66, in ZEO.asyncio._futures.Future.result self._wait() File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 867, in io_call File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result ZEO.Exceptions.ClientDisconnected: timed out waiting for connection zstor = self._new_storage_client() File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result raise ClientDisconnected("timed out waiting for connection") ZEO.Exceptions.ClientDisconnected: timed out waiting for connection File "_futures.pyx", line 66, in ZEO.asyncio._futures.Future.result ZEO.Exceptions.ClientDisconnected: timed out waiting for connection File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 1000, in wait File "_futures.pyx", line 272, in ZEO.asyncio._futures.CoroutineExecutor.step File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result ZEO.Exceptions.ClientDisconnected: timed out waiting for connection File "_futures.pyx", line 202, in ZEO.asyncio._futures.ConcurrentFuture.result ZEO.Exceptions.ClientDisconnected: timed out waiting for connection File "_futures.pyx", line 274, in ZEO.asyncio._futures.CoroutineExecutor.step File "_futures.pyx", line 66, in ZEO.asyncio._futures.Future.result File "/usr/lib64/python3.11/asyncio/tasks.py", line 492, in wait_for File "_futures.pyx", line 274, in ZEO.asyncio._futures.CoroutineExecutor.step ^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/tests/testZEO.py", line 271, in _new_storage_client File "/usr/lib64/python3.11/asyncio/tasks.py", line 492, in wait_for self._wait() File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 705, in await_operational_co File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result File "/usr/lib64/python3.11/asyncio/tasks.py", line 492, in wait_for File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 1000, in wait File "_futures.pyx", line 212, in ZEO.asyncio._futures.ConcurrentFuture.result File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 705, in await_operational_co raise exceptions.TimeoutError() from exc File "_futures.pyx", line 272, in ZEO.asyncio._futures.CoroutineExecutor.step raise exceptions.TimeoutError() from exc TimeoutError File "_futures.pyx", line 272, in ZEO.asyncio._futures.CoroutineExecutor.step File "_futures.pyx", line 272, in ZEO.asyncio._futures.CoroutineExecutor.step File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result raise ClientDisconnected("timed out waiting for connection") return self.io_call( File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result raise exceptions.TimeoutError() from exc TimeoutError ZEO.Exceptions.ClientDisconnected: timed out waiting for connection return future.result() if wait else future ^^^^^^^^^^^^^^^ client = ZEO.ClientStorage.ClientStorage( ^^^^^^^^^^^^^ return self.io_call( File "_futures.pyx", line 272, in ZEO.asyncio._futures.CoroutineExecutor.step TimeoutError File "/usr/lib64/python3.11/asyncio/tasks.py", line 492, in wait_for ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/ClientStorage.py", line 353, in __init__ File "/usr/lib64/python3.11/asyncio/tasks.py", line 492, in wait_for File "_futures.pyx", line 202, in ZEO.asyncio._futures.ConcurrentFuture.result File "_futures.pyx", line 274, in ZEO.asyncio._futures.CoroutineExecutor.step ^^^^^^^^^^^^^ raise ClientDisconnected("timed out waiting for connection") File "/usr/lib64/python3.11/asyncio/tasks.py", line 492, in wait_for File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 867, in io_call ZEO.Exceptions.ClientDisconnected: timed out waiting for connection File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 867, in io_call File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 705, in await_operational_co raise exceptions.TimeoutError() from exc raise exceptions.TimeoutError() from exc raise ClientDisconnected("timed out waiting for connection") TimeoutError return future.result() if wait else future raise exceptions.TimeoutError() from exc self._wait() TimeoutError File "/usr/lib64/python3.11/asyncio/tasks.py", line 492, in wait_for raise exceptions.TimeoutError() from exc ^^^^^^^^^^^^^^^ File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 1000, in wait TimeoutError TimeoutError File "_futures.pyx", line 212, in ZEO.asyncio._futures.ConcurrentFuture.result ZEO.Exceptions.ClientDisconnected: timed out waiting for connection File "_futures.pyx", line 202, in ZEO.asyncio._futures.ConcurrentFuture.result return future.result() if wait else future ^^^^^^^^^^^^^^^ File "_futures.pyx", line 202, in ZEO.asyncio._futures.ConcurrentFuture.result File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result File "_futures.pyx", line 212, in ZEO.asyncio._futures.ConcurrentFuture.result return self.io_call( File "_futures.pyx", line 212, in ZEO.asyncio._futures.ConcurrentFuture.result ^^^^^^^^^^^^^ File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 867, in io_call File "_futures.pyx", line 274, in ZEO.asyncio._futures.CoroutineExecutor.step File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result File "_futures.pyx", line 274, in ZEO.asyncio._futures.CoroutineExecutor.step File "_futures.pyx", line 274, in ZEO.asyncio._futures.CoroutineExecutor.step File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 705, in await_operational_co return future.result() if wait else future ^^^^^^^^^^^^^^^ File "_futures.pyx", line 202, in ZEO.asyncio._futures.ConcurrentFuture.result File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 705, in await_operational_co File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 705, in await_operational_co raise ClientDisconnected("timed out waiting for connection") ZEO.Exceptions.ClientDisconnected: timed out waiting for connection File "_futures.pyx", line 212, in ZEO.asyncio._futures.ConcurrentFuture.result raise ClientDisconnected("timed out waiting for connection") raise ClientDisconnected("timed out waiting for connection") File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result ZEO.Exceptions.ClientDisconnected: timed out waiting for connection ZEO.Exceptions.ClientDisconnected: timed out waiting for connection File "_futures.pyx", line 274, in ZEO.asyncio._futures.CoroutineExecutor.step File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 705, 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.11/unittest/case.py", line 57, in testPartExecutor yield File "/usr/lib64/python3.11/unittest/case.py", line 623, in run self._callTestMethod(testMethod) File "/usr/lib64/python3.11/unittest/case.py", line 579, in _callTestMethod if method() is not None: File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 367, in check_race_external_invalidate_vs_disconnect return self._check_race_external_invalidate_vs_disconnect( File "/usr/lib/python3.11/site-packages/ZODB/tests/util.py", line 422, in _ return f(*argv, **kw) File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 457, in _check_race_external_invalidate_vs_disconnect self.fail('\n\n'.join([_ for _ in failure if _])) File "/usr/lib64/python3.11/unittest/case.py", line 703, in fail raise self.failureException(msg) AssertionError 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 106 tests with 1 failures, 0 errors, 0 skipped in 14 minutes 59.364 seconds. Running .FileStorageTimeoutTests ZEO Connection Tests tests: Tear down .FileStorageSSLTests in 0.006 seconds. Set up .FileStorageTimeoutTests ZEO Connection Tests in 0.003 seconds. Running: .... Ran 4 tests with 0 failures, 0 errors, 0 skipped in 15.091 seconds. Running .MappingStorageConnectionTests ZEO Connection Tests tests: Tear down .FileStorageTimeoutTests ZEO Connection Tests in 0.023 seconds. Set up .MappingStorageConnectionTests ZEO Connection Tests in 0.003 seconds. Running: .............. Ran 14 tests with 0 failures, 0 errors, 0 skipped in 44.669 seconds. Running .MappingStorageTests tests: Tear down .MappingStorageConnectionTests ZEO Connection Tests in 0.040 seconds. Set up .MappingStorageTests in 0.003 seconds. Running: .....................................................Exception in thread T12: Traceback (most recent call last): File "/usr/lib64/python3.11/asyncio/tasks.py", line 490, in wait_for return fut.result() ^^^^^^^^^^^^ asyncio.exceptions.CancelledError The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 703, in await_operational_co yield asyncio.wait_for(asyncio.shield(self.connected), timeout) File "_futures.pyx", line 260, in ZEO.asyncio._futures.CoroutineExecutor.step File "_futures.pyx", line 66, in ZEO.asyncio._futures.Future.result File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result File "_futures.pyx", line 272, in ZEO.asyncio._futures.CoroutineExecutor.step File "/usr/lib64/python3.11/asyncio/tasks.py", line 492, in wait_for raise exceptions.TimeoutError() from exc TimeoutError During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/lib64/python3.11/threading.py", line 1038, in _bootstrap_inner self.run() File "/usr/lib64/python3.11/threading.py", line 975, in run self._target(*self._args, **self._kwargs) File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 438, in T t_() File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 424, in t_ db = self.dbopen() ^^^^^^^^^^^^^ File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 242, in dbopen zstor = self._new_storage_client() ^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/tests/testZEO.py", line 271, in _new_storage_client client = ZEO.ClientStorage.ClientStorage( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/ClientStorage.py", line 353, in __init__ self._wait() File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 1000, in wait return self.io_call( ^^^^^^^^^^^^^ File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 867, in io_call return future.result() if wait else future ^^^^^^^^^^^^^^^ File "_futures.pyx", line 202, in ZEO.asyncio._futures.ConcurrentFuture.result File "_futures.pyx", line 212, in ZEO.asyncio._futures.ConcurrentFuture.result File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result File "_futures.pyx", line 274, in ZEO.asyncio._futures.CoroutineExecutor.step File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 705, 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.MappingStorageTests.check_race_external_invalidate_vs_disconnect) Traceback (most recent call last): File "/usr/lib64/python3.11/unittest/case.py", line 57, in testPartExecutor yield File "/usr/lib64/python3.11/unittest/case.py", line 623, in run self._callTestMethod(testMethod) File "/usr/lib64/python3.11/unittest/case.py", line 579, in _callTestMethod if method() is not None: File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 367, in check_race_external_invalidate_vs_disconnect return self._check_race_external_invalidate_vs_disconnect( File "/usr/lib/python3.11/site-packages/ZODB/tests/util.py", line 422, in _ return f(*argv, **kw) File "/usr/lib/python3.11/site-packages/ZODB/tests/racetest.py", line 457, in _check_race_external_invalidate_vs_disconnect self.fail('\n\n'.join([_ for _ in failure if _])) File "/usr/lib64/python3.11/unittest/case.py", line 703, in fail raise self.failureException(msg) AssertionError ... Ran 56 tests with 1 failures, 0 errors, 0 skipped in 11 minutes 15.711 seconds. Running .MappingStorageTimeoutTests ZEO Connection Tests tests: Tear down .MappingStorageTests in 0.003 seconds. Set up .MappingStorageTimeoutTests ZEO Connection Tests in 0.003 seconds. Running: .... Ran 4 tests with 0 failures, 0 errors, 0 skipped in 15.316 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.003 seconds. Running: .............. Ran 14 tests with 0 failures, 0 errors, 0 skipped in 48.008 seconds. Running .ZEO Connection DocTests tests: Tear down .SSLConnectionTests ZEO Connection Tests in 0.012 seconds. Set up .ZEO Connection DocTests in 0.004 seconds. Running: . Ran 1 tests with 0 failures, 0 errors, 0 skipped in 1 minutes 7.337 seconds. Running .testZeo-misc tests: Tear down .ZEO Connection DocTests in 0.016 seconds. Set up .testZeo-misc in 0.005 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-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/tests/testZEO.py", line 1545, in runzeo_logrotate_on_sigusr2 ---------------------------------------------------------------------- File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/tests/testZEO.py", line 1568, 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.11/doctest.py", line 1351, in __run exec(compile(example.source, filename, "single", File "", line 1, in wait_until('started', # NOQA: F821 undefined File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/tests/forker.py", line 185, in wait_until raise AssertionError("Timed out waiting for: ", label) AssertionError: ('Timed out waiting for: ', 'started') ---------------------------------------------------------------------- File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/tests/testZEO.py", line 1572, in ZEO.tests.testZEO.runzeo_logrotate_on_sigusr2 Failed example: oldlog = read('l') Exception raised: Traceback (most recent call last): File "/usr/lib64/python3.11/doctest.py", line 1351, in __run exec(compile(example.source, filename, "single", File "", line 1, in oldlog = read('l') File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/tests/testZEO.py", line 1541, in read with open(filename) as f: FileNotFoundError: [Errno 2] No such file or directory: 'l' ---------------------------------------------------------------------- File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/tests/testZEO.py", line 1573, 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.11/doctest.py", line 1351, 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-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/tests/testZEO.py", line 1576, in ZEO.tests.testZEO.runzeo_logrotate_on_sigusr2 Failed example: s = ClientStorage(port) Exception raised: Traceback (most recent call last): File "/usr/lib64/python3.11/doctest.py", line 1351, in __run exec(compile(example.source, filename, "single", File "", line 1, in s = ClientStorage(port) File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/ClientStorage.py", line 353, in __init__ self._wait() File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 1000, in wait return self.io_call( File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 867, in io_call return future.result() if wait else future File "_futures.pyx", line 202, in ZEO.asyncio._futures.ConcurrentFuture.result File "_futures.pyx", line 212, in ZEO.asyncio._futures.ConcurrentFuture.result File "_futures.pyx", line 73, in ZEO.asyncio._futures.Future.result File "_futures.pyx", line 274, in ZEO.asyncio._futures.CoroutineExecutor.step File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/asyncio/client.py", line 705, 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-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/tests/testZEO.py", line 1577, in ZEO.tests.testZEO.runzeo_logrotate_on_sigusr2 Failed example: s.close() Exception raised: Traceback (most recent call last): File "/usr/lib64/python3.11/doctest.py", line 1351, 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-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/tests/testZEO.py", line 1578, 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.11/doctest.py", line 1351, 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-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/tests/forker.py", line 182, in wait_until while not func(): File "", line 2, in lambda: ('Log files ' in read('l'))) File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/tests/testZEO.py", line 1541, in read with open(filename) as f: FileNotFoundError: [Errno 2] No such file or directory: 'l' ---------------------------------------------------------------------- File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/tests/testZEO.py", line 1580, 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.11/doctest.py", line 1351, 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-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/tests/testZEO.py", line 1541, 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-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/tests/testZEO.py", line 1100, in test_prefetch ---------------------------------------------------------------------- File "/builddir/build/BUILDROOT/python-ZEO-5.4.0-1.fc38.riscv64/usr/lib64/python3.11/site-packages/ZEO/tests/testZEO.py", line 1137, 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.11/doctest.py", line 1351, in __run exec(compile(example.source, filename, "single", File "", line 1, in wait((lambda: len(storage._cache) > count), 2) File "/usr/lib/python3.11/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 2 minutes 18.244 seconds. Running .testZeo-misc2 tests: Tear down .testZeo-misc in 0.024 seconds. Set up .testZeo-misc2 in 0.003 seconds. Running: ............... Ran 15 tests with 0 failures, 0 errors, 0 skipped in 3 minutes 3.353 seconds. Running .testZeo-new_addr.test tests: Tear down .testZeo-misc2 in 0.017 seconds. Set up .testZeo-new_addr.test in 0.004 seconds. Running: . Ran 1 tests with 0 failures, 0 errors, 0 skipped in 4.988 seconds. Running .testZeo-zeo-fan-out.test tests: Tear down .testZeo-new_addr.test in 0.003 seconds. Set up .testZeo-zeo-fan-out.test in 0.010 seconds. Running: . Ran 1 tests with 0 failures, 0 errors, 0 skipped in 50.718 seconds. Running .threaded_server_tests tests: Tear down .testZeo-zeo-fan-out.test in 0.003 seconds. Set up .threaded_server_tests in 0.003 seconds. Running: ...................Error: no values for 'authenticate'; 1 required (line 7 in file:///tmp/tmpwzx285nd/conf) For help, use /usr/bin/zope-testrunner -h . Ran 20 tests with 0 failures, 0 errors, 0 skipped in 21.223 seconds. Running .work_with_multiprocessing tests: Tear down .threaded_server_tests in 0.006 seconds. Set up .work_with_multiprocessing in 0.002 seconds. Running: . Ran 1 tests with 0 failures, 0 errors, 0 skipped in 3.705 seconds. Running ZODB.tests.util.ClientStorageNonSharedBlobsBlobTests tests: Tear down .work_with_multiprocessing in 0.016 seconds. Set up ZODB.tests.util.ClientStorageNonSharedBlobsBlobTests in 0.005 seconds. Running: .................... Ran 20 tests with 0 failures, 0 errors, 0 skipped in 1 minutes 3.730 seconds. Running ZODB.tests.util.ClientStorageSharedBlobsBlobTests tests: Tear down ZODB.tests.util.ClientStorageNonSharedBlobsBlobTests in 0.024 seconds. Set up ZODB.tests.util.ClientStorageSharedBlobsBlobTests in 0.003 seconds. Running: .................... Ran 20 tests with 0 failures, 0 errors, 0 skipped in 58.434 seconds. Tearing down left over layers: Tear down ZODB.tests.util.ClientStorageSharedBlobsBlobTests in 0.007 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) Total: 668 tests, 7 failures, 0 errors, 0 skipped in 118 minutes 53.154 seconds. py311: exit 1 (7148.32 seconds) /builddir/build/BUILD/ZEO-5.4.0> zope-testrunner -f --test-path=src -a 1000 -vc pid=883244 py311: FAIL code 1 (7287.82=setup[0.42]+cmd[139.08,7148.32] seconds) evaluation failed :( (7289.78 seconds) error: Bad exit status from /var/tmp/rpm-tmp.oXCLZU (%check) RPM build errors: Bad exit status from /var/tmp/rpm-tmp.oXCLZU (%check) Child return code was: 1 EXCEPTION: [Error('Command failed: \n # bash --login -c /usr/bin/rpmbuild -bb --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 598, 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 -bb --noclean --target riscv64 --nodeps /builddir/build/SPECS/python-ZEO.spec