INFO: not using any hashes in /data/userland-archives/hashes for persistent-5.1.tar.gz (overridden with --hash) Source /data/userland-archives/persistent-5.1.tar.gz... not found, skipping file copy Source https://files.pythonhosted.org/packages/e7/bd/9efb67cf7704368663b7b07a99ad08e58fef69423fd90a35c7a75fa2b04c/persistent-5.1.tar.gz... downloading... ok validating signature... checking local signature... not found signature validation failed validating hash... ok patching file src/persistent/tests/test_docs.py copy cloning /jenkins/jobs/oi-userland/workspace/components/python/persistent/persistent-5.1 to /jenkins/jobs/oi-userland/workspace/components/python/persistent/build/amd64-3.9 /usr/lib/python3.9/vendor-packages/setuptools/__init__.py:80: _DeprecatedInstaller: setuptools.installer and fetch_build_eggs are deprecated. !! ******************************************************************************** Requirements should be satisfied by a PEP 517 installer. If you are using pip, you can try `pip install --use-pep517`. ******************************************************************************** !! dist.fetch_build_eggs(dist.setup_requires) running build running build_py creating build creating build/lib.solaris-2.11-i86pc.64bit-cpython-39 creating build/lib.solaris-2.11-i86pc.64bit-cpython-39/persistent copying src/persistent/mapping.py -> build/lib.solaris-2.11-i86pc.64bit-cpython-39/persistent copying src/persistent/_ring_build.py -> build/lib.solaris-2.11-i86pc.64bit-cpython-39/persistent copying src/persistent/interfaces.py -> build/lib.solaris-2.11-i86pc.64bit-cpython-39/persistent copying src/persistent/ring.py -> build/lib.solaris-2.11-i86pc.64bit-cpython-39/persistent copying src/persistent/wref.py -> build/lib.solaris-2.11-i86pc.64bit-cpython-39/persistent copying src/persistent/dict.py -> build/lib.solaris-2.11-i86pc.64bit-cpython-39/persistent copying src/persistent/list.py -> build/lib.solaris-2.11-i86pc.64bit-cpython-39/persistent copying src/persistent/_compat.py -> build/lib.solaris-2.11-i86pc.64bit-cpython-39/persistent copying src/persistent/__init__.py -> build/lib.solaris-2.11-i86pc.64bit-cpython-39/persistent copying src/persistent/persistence.py -> build/lib.solaris-2.11-i86pc.64bit-cpython-39/persistent copying src/persistent/picklecache.py -> build/lib.solaris-2.11-i86pc.64bit-cpython-39/persistent copying src/persistent/timestamp.py -> build/lib.solaris-2.11-i86pc.64bit-cpython-39/persistent creating build/lib.solaris-2.11-i86pc.64bit-cpython-39/persistent/tests copying src/persistent/tests/utils.py -> build/lib.solaris-2.11-i86pc.64bit-cpython-39/persistent/tests copying src/persistent/tests/test_docs.py -> build/lib.solaris-2.11-i86pc.64bit-cpython-39/persistent/tests copying src/persistent/tests/test_picklecache.py -> build/lib.solaris-2.11-i86pc.64bit-cpython-39/persistent/tests copying src/persistent/tests/test_persistence.py -> build/lib.solaris-2.11-i86pc.64bit-cpython-39/persistent/tests copying src/persistent/tests/__init__.py -> build/lib.solaris-2.11-i86pc.64bit-cpython-39/persistent/tests copying src/persistent/tests/test_ring.py -> build/lib.solaris-2.11-i86pc.64bit-cpython-39/persistent/tests copying src/persistent/tests/test__compat.py -> build/lib.solaris-2.11-i86pc.64bit-cpython-39/persistent/tests copying src/persistent/tests/test_wref.py -> build/lib.solaris-2.11-i86pc.64bit-cpython-39/persistent/tests copying src/persistent/tests/attrhooks.py -> build/lib.solaris-2.11-i86pc.64bit-cpython-39/persistent/tests copying src/persistent/tests/test_compile_flags.py -> build/lib.solaris-2.11-i86pc.64bit-cpython-39/persistent/tests copying src/persistent/tests/test_list.py -> build/lib.solaris-2.11-i86pc.64bit-cpython-39/persistent/tests copying src/persistent/tests/test_timestamp.py -> build/lib.solaris-2.11-i86pc.64bit-cpython-39/persistent/tests copying src/persistent/tests/cucumbers.py -> build/lib.solaris-2.11-i86pc.64bit-cpython-39/persistent/tests copying src/persistent/tests/test_mapping.py -> build/lib.solaris-2.11-i86pc.64bit-cpython-39/persistent/tests running egg_info writing src/persistent.egg-info/PKG-INFO writing dependency_links to src/persistent.egg-info/dependency_links.txt writing requirements to src/persistent.egg-info/requires.txt writing top-level names to src/persistent.egg-info/top_level.txt reading manifest file 'src/persistent.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' adding license file 'LICENSE.txt' writing manifest file 'src/persistent.egg-info/SOURCES.txt' copying src/persistent/_compat.h -> build/lib.solaris-2.11-i86pc.64bit-cpython-39/persistent copying src/persistent/_timestamp.c -> build/lib.solaris-2.11-i86pc.64bit-cpython-39/persistent copying src/persistent/cPersistence.c -> build/lib.solaris-2.11-i86pc.64bit-cpython-39/persistent copying src/persistent/cPersistence.h -> build/lib.solaris-2.11-i86pc.64bit-cpython-39/persistent copying src/persistent/cPickleCache.c -> build/lib.solaris-2.11-i86pc.64bit-cpython-39/persistent copying src/persistent/ring.c -> build/lib.solaris-2.11-i86pc.64bit-cpython-39/persistent copying src/persistent/ring.h -> build/lib.solaris-2.11-i86pc.64bit-cpython-39/persistent running build_ext generating cffi module 'build/temp.solaris-2.11-i86pc.64bit-cpython-39/persistent._ring.c' creating build/temp.solaris-2.11-i86pc.64bit-cpython-39 building 'persistent.cPersistence' extension creating build/temp.solaris-2.11-i86pc.64bit-cpython-39/src creating build/temp.solaris-2.11-i86pc.64bit-cpython-39/src/persistent /usr/gcc/10/bin/gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -O3 -Wall -m64 -O2 -fPIC -DPIC -D_XOPEN_SOURCE=600 -D__EXTENSIONS__=1 -D_XPG6 -D_REENTRANT -m64 -O2 -fPIC -DPIC -D_XOPEN_SOURCE=600 -D__EXTENSIONS__=1 -D_XPG6 -m64 -O3 -fPIC -I/usr/include/python3.9 -c src/persistent/cPersistence.c -o build/temp.solaris-2.11-i86pc.64bit-cpython-39/src/persistent/cPersistence.o /usr/gcc/10/bin/gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -O3 -Wall -m64 -O2 -fPIC -DPIC -D_XOPEN_SOURCE=600 -D__EXTENSIONS__=1 -D_XPG6 -D_REENTRANT -m64 -O2 -fPIC -DPIC -D_XOPEN_SOURCE=600 -D__EXTENSIONS__=1 -D_XPG6 -m64 -O3 -fPIC -I/usr/include/python3.9 -c src/persistent/ring.c -o build/temp.solaris-2.11-i86pc.64bit-cpython-39/src/persistent/ring.o /usr/gcc/10/bin/gcc -shared -m64 -fPIC -DPIC -m64 -fPIC -DPIC -m64 -O3 build/temp.solaris-2.11-i86pc.64bit-cpython-39/src/persistent/cPersistence.o build/temp.solaris-2.11-i86pc.64bit-cpython-39/src/persistent/ring.o -L/usr/lib/amd64 -o build/lib.solaris-2.11-i86pc.64bit-cpython-39/persistent/cPersistence.cpython-39.so building 'persistent.cPickleCache' extension /usr/gcc/10/bin/gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -O3 -Wall -m64 -O2 -fPIC -DPIC -D_XOPEN_SOURCE=600 -D__EXTENSIONS__=1 -D_XPG6 -D_REENTRANT -m64 -O2 -fPIC -DPIC -D_XOPEN_SOURCE=600 -D__EXTENSIONS__=1 -D_XPG6 -m64 -O3 -fPIC -I/usr/include/python3.9 -c src/persistent/cPickleCache.c -o build/temp.solaris-2.11-i86pc.64bit-cpython-39/src/persistent/cPickleCache.o /usr/gcc/10/bin/gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -O3 -Wall -m64 -O2 -fPIC -DPIC -D_XOPEN_SOURCE=600 -D__EXTENSIONS__=1 -D_XPG6 -D_REENTRANT -m64 -O2 -fPIC -DPIC -D_XOPEN_SOURCE=600 -D__EXTENSIONS__=1 -D_XPG6 -m64 -O3 -fPIC -I/usr/include/python3.9 -c src/persistent/ring.c -o build/temp.solaris-2.11-i86pc.64bit-cpython-39/src/persistent/ring.o /usr/gcc/10/bin/gcc -shared -m64 -fPIC -DPIC -m64 -fPIC -DPIC -m64 -O3 build/temp.solaris-2.11-i86pc.64bit-cpython-39/src/persistent/cPickleCache.o build/temp.solaris-2.11-i86pc.64bit-cpython-39/src/persistent/ring.o -L/usr/lib/amd64 -o build/lib.solaris-2.11-i86pc.64bit-cpython-39/persistent/cPickleCache.cpython-39.so building 'persistent._timestamp' extension /usr/gcc/10/bin/gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -O3 -Wall -m64 -O2 -fPIC -DPIC -D_XOPEN_SOURCE=600 -D__EXTENSIONS__=1 -D_XPG6 -D_REENTRANT -m64 -O2 -fPIC -DPIC -D_XOPEN_SOURCE=600 -D__EXTENSIONS__=1 -D_XPG6 -m64 -O3 -fPIC -I/usr/include/python3.9 -c src/persistent/_timestamp.c -o build/temp.solaris-2.11-i86pc.64bit-cpython-39/src/persistent/_timestamp.o /usr/gcc/10/bin/gcc -shared -m64 -fPIC -DPIC -m64 -fPIC -DPIC -m64 -O3 build/temp.solaris-2.11-i86pc.64bit-cpython-39/src/persistent/_timestamp.o -L/usr/lib/amd64 -o build/lib.solaris-2.11-i86pc.64bit-cpython-39/persistent/_timestamp.cpython-39.so building 'persistent._ring' extension creating build/temp.solaris-2.11-i86pc.64bit-cpython-39/build creating build/temp.solaris-2.11-i86pc.64bit-cpython-39/build/temp.solaris-2.11-i86pc.64bit-cpython-39 /usr/gcc/10/bin/gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -O3 -Wall -m64 -O2 -fPIC -DPIC -D_XOPEN_SOURCE=600 -D__EXTENSIONS__=1 -D_XPG6 -D_REENTRANT -m64 -O2 -fPIC -DPIC -D_XOPEN_SOURCE=600 -D__EXTENSIONS__=1 -D_XPG6 -m64 -O3 -fPIC -I/jenkins/jobs/oi-userland/workspace/components/python/persistent/build/amd64-3.9/src/persistent -I/usr/include/python3.9 -c build/temp.solaris-2.11-i86pc.64bit-cpython-39/persistent._ring.c -o build/temp.solaris-2.11-i86pc.64bit-cpython-39/build/temp.solaris-2.11-i86pc.64bit-cpython-39/persistent._ring.o /usr/gcc/10/bin/gcc -shared -m64 -fPIC -DPIC -m64 -fPIC -DPIC -m64 -O3 build/temp.solaris-2.11-i86pc.64bit-cpython-39/build/temp.solaris-2.11-i86pc.64bit-cpython-39/persistent._ring.o -L/usr/lib/amd64 -o build/lib.solaris-2.11-i86pc.64bit-cpython-39/persistent/_ring.abi3.so /usr/lib/python3.9/vendor-packages/setuptools/__init__.py:80: _DeprecatedInstaller: setuptools.installer and fetch_build_eggs are deprecated. !! ******************************************************************************** Requirements should be satisfied by a PEP 517 installer. If you are using pip, you can try `pip install --use-pep517`. ******************************************************************************** !! dist.fetch_build_eggs(dist.setup_requires) running install /usr/lib/python3.9/vendor-packages/setuptools/_distutils/cmd.py:66: SetuptoolsDeprecationWarning: setup.py install is deprecated. !! ******************************************************************************** Please avoid running ``setup.py`` directly. Instead, use pypa/build, pypa/installer or other standards-based tools. See https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html for details. ******************************************************************************** !! self.initialize_options() running install_lib creating /jenkins/jobs/oi-userland/workspace/components/python/persistent/build/prototype creating /jenkins/jobs/oi-userland/workspace/components/python/persistent/build/prototype/i386 creating /jenkins/jobs/oi-userland/workspace/components/python/persistent/build/prototype/i386/usr creating /jenkins/jobs/oi-userland/workspace/components/python/persistent/build/prototype/i386/usr/lib creating /jenkins/jobs/oi-userland/workspace/components/python/persistent/build/prototype/i386/usr/lib/python3.9 creating /jenkins/jobs/oi-userland/workspace/components/python/persistent/build/prototype/i386/usr/lib/python3.9/vendor-packages creating /jenkins/jobs/oi-userland/workspace/components/python/persistent/build/prototype/i386/usr/lib/python3.9/vendor-packages/persistent copying build/lib.solaris-2.11-i86pc.64bit-cpython-39/persistent/cPersistence.c -> /jenkins/jobs/oi-userland/workspace/components/python/persistent/build/prototype/i386/usr/lib/python3.9/vendor-packages/persistent copying build/lib.solaris-2.11-i86pc.64bit-cpython-39/persistent/_compat.py -> /jenkins/jobs/oi-userland/workspace/components/python/persistent/build/prototype/i386/usr/lib/python3.9/vendor-packages/persistent copying build/lib.solaris-2.11-i86pc.64bit-cpython-39/persistent/_ring.abi3.so -> /jenkins/jobs/oi-userland/workspace/components/python/persistent/build/prototype/i386/usr/lib/python3.9/vendor-packages/persistent copying build/lib.solaris-2.11-i86pc.64bit-cpython-39/persistent/ring.h -> /jenkins/jobs/oi-userland/workspace/components/python/persistent/build/prototype/i386/usr/lib/python3.9/vendor-packages/persistent copying build/lib.solaris-2.11-i86pc.64bit-cpython-39/persistent/_timestamp.c -> /jenkins/jobs/oi-userland/workspace/components/python/persistent/build/prototype/i386/usr/lib/python3.9/vendor-packages/persistent copying build/lib.solaris-2.11-i86pc.64bit-cpython-39/persistent/_ring_build.py -> /jenkins/jobs/oi-userland/workspace/components/python/persistent/build/prototype/i386/usr/lib/python3.9/vendor-packages/persistent creating /jenkins/jobs/oi-userland/workspace/components/python/persistent/build/prototype/i386/usr/lib/python3.9/vendor-packages/persistent/tests copying build/lib.solaris-2.11-i86pc.64bit-cpython-39/persistent/tests/test_list.py -> /jenkins/jobs/oi-userland/workspace/components/python/persistent/build/prototype/i386/usr/lib/python3.9/vendor-packages/persistent/tests copying build/lib.solaris-2.11-i86pc.64bit-cpython-39/persistent/tests/test_compile_flags.py -> /jenkins/jobs/oi-userland/workspace/components/python/persistent/build/prototype/i386/usr/lib/python3.9/vendor-packages/persistent/tests copying build/lib.solaris-2.11-i86pc.64bit-cpython-39/persistent/tests/attrhooks.py -> /jenkins/jobs/oi-userland/workspace/components/python/persistent/build/prototype/i386/usr/lib/python3.9/vendor-packages/persistent/tests copying build/lib.solaris-2.11-i86pc.64bit-cpython-39/persistent/tests/test_wref.py -> /jenkins/jobs/oi-userland/workspace/components/python/persistent/build/prototype/i386/usr/lib/python3.9/vendor-packages/persistent/tests copying build/lib.solaris-2.11-i86pc.64bit-cpython-39/persistent/tests/test_persistence.py -> /jenkins/jobs/oi-userland/workspace/components/python/persistent/build/prototype/i386/usr/lib/python3.9/vendor-packages/persistent/tests copying build/lib.solaris-2.11-i86pc.64bit-cpython-39/persistent/tests/test_picklecache.py -> /jenkins/jobs/oi-userland/workspace/components/python/persistent/build/prototype/i386/usr/lib/python3.9/vendor-packages/persistent/tests copying build/lib.solaris-2.11-i86pc.64bit-cpython-39/persistent/tests/test_mapping.py -> /jenkins/jobs/oi-userland/workspace/components/python/persistent/build/prototype/i386/usr/lib/python3.9/vendor-packages/persistent/tests copying build/lib.solaris-2.11-i86pc.64bit-cpython-39/persistent/tests/__init__.py -> /jenkins/jobs/oi-userland/workspace/components/python/persistent/build/prototype/i386/usr/lib/python3.9/vendor-packages/persistent/tests copying build/lib.solaris-2.11-i86pc.64bit-cpython-39/persistent/tests/cucumbers.py -> /jenkins/jobs/oi-userland/workspace/components/python/persistent/build/prototype/i386/usr/lib/python3.9/vendor-packages/persistent/tests copying build/lib.solaris-2.11-i86pc.64bit-cpython-39/persistent/tests/utils.py -> /jenkins/jobs/oi-userland/workspace/components/python/persistent/build/prototype/i386/usr/lib/python3.9/vendor-packages/persistent/tests copying build/lib.solaris-2.11-i86pc.64bit-cpython-39/persistent/tests/test_docs.py -> /jenkins/jobs/oi-userland/workspace/components/python/persistent/build/prototype/i386/usr/lib/python3.9/vendor-packages/persistent/tests copying build/lib.solaris-2.11-i86pc.64bit-cpython-39/persistent/tests/test__compat.py -> /jenkins/jobs/oi-userland/workspace/components/python/persistent/build/prototype/i386/usr/lib/python3.9/vendor-packages/persistent/tests copying build/lib.solaris-2.11-i86pc.64bit-cpython-39/persistent/tests/test_timestamp.py -> /jenkins/jobs/oi-userland/workspace/components/python/persistent/build/prototype/i386/usr/lib/python3.9/vendor-packages/persistent/tests copying build/lib.solaris-2.11-i86pc.64bit-cpython-39/persistent/tests/test_ring.py -> /jenkins/jobs/oi-userland/workspace/components/python/persistent/build/prototype/i386/usr/lib/python3.9/vendor-packages/persistent/tests copying build/lib.solaris-2.11-i86pc.64bit-cpython-39/persistent/ring.py -> /jenkins/jobs/oi-userland/workspace/components/python/persistent/build/prototype/i386/usr/lib/python3.9/vendor-packages/persistent copying build/lib.solaris-2.11-i86pc.64bit-cpython-39/persistent/cPickleCache.c -> /jenkins/jobs/oi-userland/workspace/components/python/persistent/build/prototype/i386/usr/lib/python3.9/vendor-packages/persistent copying build/lib.solaris-2.11-i86pc.64bit-cpython-39/persistent/mapping.py -> /jenkins/jobs/oi-userland/workspace/components/python/persistent/build/prototype/i386/usr/lib/python3.9/vendor-packages/persistent copying build/lib.solaris-2.11-i86pc.64bit-cpython-39/persistent/list.py -> /jenkins/jobs/oi-userland/workspace/components/python/persistent/build/prototype/i386/usr/lib/python3.9/vendor-packages/persistent copying build/lib.solaris-2.11-i86pc.64bit-cpython-39/persistent/ring.c -> /jenkins/jobs/oi-userland/workspace/components/python/persistent/build/prototype/i386/usr/lib/python3.9/vendor-packages/persistent copying build/lib.solaris-2.11-i86pc.64bit-cpython-39/persistent/persistence.py -> /jenkins/jobs/oi-userland/workspace/components/python/persistent/build/prototype/i386/usr/lib/python3.9/vendor-packages/persistent copying build/lib.solaris-2.11-i86pc.64bit-cpython-39/persistent/wref.py -> /jenkins/jobs/oi-userland/workspace/components/python/persistent/build/prototype/i386/usr/lib/python3.9/vendor-packages/persistent copying build/lib.solaris-2.11-i86pc.64bit-cpython-39/persistent/cPersistence.h -> /jenkins/jobs/oi-userland/workspace/components/python/persistent/build/prototype/i386/usr/lib/python3.9/vendor-packages/persistent copying build/lib.solaris-2.11-i86pc.64bit-cpython-39/persistent/cPickleCache.cpython-39.so -> /jenkins/jobs/oi-userland/workspace/components/python/persistent/build/prototype/i386/usr/lib/python3.9/vendor-packages/persistent copying build/lib.solaris-2.11-i86pc.64bit-cpython-39/persistent/timestamp.py -> /jenkins/jobs/oi-userland/workspace/components/python/persistent/build/prototype/i386/usr/lib/python3.9/vendor-packages/persistent copying build/lib.solaris-2.11-i86pc.64bit-cpython-39/persistent/picklecache.py -> /jenkins/jobs/oi-userland/workspace/components/python/persistent/build/prototype/i386/usr/lib/python3.9/vendor-packages/persistent copying build/lib.solaris-2.11-i86pc.64bit-cpython-39/persistent/dict.py -> /jenkins/jobs/oi-userland/workspace/components/python/persistent/build/prototype/i386/usr/lib/python3.9/vendor-packages/persistent copying build/lib.solaris-2.11-i86pc.64bit-cpython-39/persistent/_compat.h -> /jenkins/jobs/oi-userland/workspace/components/python/persistent/build/prototype/i386/usr/lib/python3.9/vendor-packages/persistent copying build/lib.solaris-2.11-i86pc.64bit-cpython-39/persistent/cPersistence.cpython-39.so -> /jenkins/jobs/oi-userland/workspace/components/python/persistent/build/prototype/i386/usr/lib/python3.9/vendor-packages/persistent copying build/lib.solaris-2.11-i86pc.64bit-cpython-39/persistent/__init__.py -> /jenkins/jobs/oi-userland/workspace/components/python/persistent/build/prototype/i386/usr/lib/python3.9/vendor-packages/persistent copying build/lib.solaris-2.11-i86pc.64bit-cpython-39/persistent/_timestamp.cpython-39.so -> /jenkins/jobs/oi-userland/workspace/components/python/persistent/build/prototype/i386/usr/lib/python3.9/vendor-packages/persistent copying build/lib.solaris-2.11-i86pc.64bit-cpython-39/persistent/interfaces.py -> /jenkins/jobs/oi-userland/workspace/components/python/persistent/build/prototype/i386/usr/lib/python3.9/vendor-packages/persistent byte-compiling /jenkins/jobs/oi-userland/workspace/components/python/persistent/build/prototype/i386/usr/lib/python3.9/vendor-packages/persistent/_compat.py to _compat.cpython-39.pyc byte-compiling /jenkins/jobs/oi-userland/workspace/components/python/persistent/build/prototype/i386/usr/lib/python3.9/vendor-packages/persistent/_ring_build.py to _ring_build.cpython-39.pyc byte-compiling /jenkins/jobs/oi-userland/workspace/components/python/persistent/build/prototype/i386/usr/lib/python3.9/vendor-packages/persistent/tests/test_list.py to test_list.cpython-39.pyc byte-compiling /jenkins/jobs/oi-userland/workspace/components/python/persistent/build/prototype/i386/usr/lib/python3.9/vendor-packages/persistent/tests/test_compile_flags.py to test_compile_flags.cpython-39.pyc byte-compiling /jenkins/jobs/oi-userland/workspace/components/python/persistent/build/prototype/i386/usr/lib/python3.9/vendor-packages/persistent/tests/attrhooks.py to attrhooks.cpython-39.pyc byte-compiling /jenkins/jobs/oi-userland/workspace/components/python/persistent/build/prototype/i386/usr/lib/python3.9/vendor-packages/persistent/tests/test_wref.py to test_wref.cpython-39.pyc byte-compiling /jenkins/jobs/oi-userland/workspace/components/python/persistent/build/prototype/i386/usr/lib/python3.9/vendor-packages/persistent/tests/test_persistence.py to test_persistence.cpython-39.pyc byte-compiling /jenkins/jobs/oi-userland/workspace/components/python/persistent/build/prototype/i386/usr/lib/python3.9/vendor-packages/persistent/tests/test_picklecache.py to test_picklecache.cpython-39.pyc byte-compiling /jenkins/jobs/oi-userland/workspace/components/python/persistent/build/prototype/i386/usr/lib/python3.9/vendor-packages/persistent/tests/test_mapping.py to test_mapping.cpython-39.pyc byte-compiling /jenkins/jobs/oi-userland/workspace/components/python/persistent/build/prototype/i386/usr/lib/python3.9/vendor-packages/persistent/tests/__init__.py to __init__.cpython-39.pyc byte-compiling /jenkins/jobs/oi-userland/workspace/components/python/persistent/build/prototype/i386/usr/lib/python3.9/vendor-packages/persistent/tests/cucumbers.py to cucumbers.cpython-39.pyc byte-compiling /jenkins/jobs/oi-userland/workspace/components/python/persistent/build/prototype/i386/usr/lib/python3.9/vendor-packages/persistent/tests/utils.py to utils.cpython-39.pyc byte-compiling /jenkins/jobs/oi-userland/workspace/components/python/persistent/build/prototype/i386/usr/lib/python3.9/vendor-packages/persistent/tests/test_docs.py to test_docs.cpython-39.pyc byte-compiling /jenkins/jobs/oi-userland/workspace/components/python/persistent/build/prototype/i386/usr/lib/python3.9/vendor-packages/persistent/tests/test__compat.py to test__compat.cpython-39.pyc byte-compiling /jenkins/jobs/oi-userland/workspace/components/python/persistent/build/prototype/i386/usr/lib/python3.9/vendor-packages/persistent/tests/test_timestamp.py to test_timestamp.cpython-39.pyc byte-compiling /jenkins/jobs/oi-userland/workspace/components/python/persistent/build/prototype/i386/usr/lib/python3.9/vendor-packages/persistent/tests/test_ring.py to test_ring.cpython-39.pyc byte-compiling /jenkins/jobs/oi-userland/workspace/components/python/persistent/build/prototype/i386/usr/lib/python3.9/vendor-packages/persistent/ring.py to ring.cpython-39.pyc byte-compiling /jenkins/jobs/oi-userland/workspace/components/python/persistent/build/prototype/i386/usr/lib/python3.9/vendor-packages/persistent/mapping.py to mapping.cpython-39.pyc byte-compiling /jenkins/jobs/oi-userland/workspace/components/python/persistent/build/prototype/i386/usr/lib/python3.9/vendor-packages/persistent/list.py to list.cpython-39.pyc byte-compiling /jenkins/jobs/oi-userland/workspace/components/python/persistent/build/prototype/i386/usr/lib/python3.9/vendor-packages/persistent/persistence.py to persistence.cpython-39.pyc byte-compiling /jenkins/jobs/oi-userland/workspace/components/python/persistent/build/prototype/i386/usr/lib/python3.9/vendor-packages/persistent/wref.py to wref.cpython-39.pyc byte-compiling /jenkins/jobs/oi-userland/workspace/components/python/persistent/build/prototype/i386/usr/lib/python3.9/vendor-packages/persistent/timestamp.py to timestamp.cpython-39.pyc byte-compiling /jenkins/jobs/oi-userland/workspace/components/python/persistent/build/prototype/i386/usr/lib/python3.9/vendor-packages/persistent/picklecache.py to picklecache.cpython-39.pyc byte-compiling /jenkins/jobs/oi-userland/workspace/components/python/persistent/build/prototype/i386/usr/lib/python3.9/vendor-packages/persistent/dict.py to dict.cpython-39.pyc byte-compiling /jenkins/jobs/oi-userland/workspace/components/python/persistent/build/prototype/i386/usr/lib/python3.9/vendor-packages/persistent/__init__.py to __init__.cpython-39.pyc byte-compiling /jenkins/jobs/oi-userland/workspace/components/python/persistent/build/prototype/i386/usr/lib/python3.9/vendor-packages/persistent/interfaces.py to interfaces.cpython-39.pyc running install_headers creating /jenkins/jobs/oi-userland/workspace/components/python/persistent/build/prototype/i386/usr/include creating /jenkins/jobs/oi-userland/workspace/components/python/persistent/build/prototype/i386/usr/include/python3.9 creating /jenkins/jobs/oi-userland/workspace/components/python/persistent/build/prototype/i386/usr/include/python3.9/persistent copying src/persistent/cPersistence.h -> /jenkins/jobs/oi-userland/workspace/components/python/persistent/build/prototype/i386/usr/include/python3.9/persistent copying src/persistent/ring.h -> /jenkins/jobs/oi-userland/workspace/components/python/persistent/build/prototype/i386/usr/include/python3.9/persistent running install_egg_info running egg_info writing src/persistent.egg-info/PKG-INFO writing dependency_links to src/persistent.egg-info/dependency_links.txt writing requirements to src/persistent.egg-info/requires.txt writing top-level names to src/persistent.egg-info/top_level.txt reading manifest file 'src/persistent.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' adding license file 'LICENSE.txt' writing manifest file 'src/persistent.egg-info/SOURCES.txt' Copying src/persistent.egg-info to /jenkins/jobs/oi-userland/workspace/components/python/persistent/build/prototype/i386/usr/lib/python3.9/vendor-packages/persistent-5.1-py3.9.egg-info running install_scripts Testing dependencies: tox>=4.0 Testing extras: test docs VALIDATING MANIFEST CONTENT: /jenkins/jobs/oi-userland/workspace/components/python/persistent/build/manifest-i386-persistent-39.depend.res /jenkins/jobs/oi-userland/workspace/components/python/persistent/build/manifest-i386-persistent.depend.res NEW PACKAGE CONTENTS ARE LOCALLY VALIDATED AND READY TO GO NEW PACKAGE CONTENTS ARE LOCALLY VALIDATED AND READY TO GO generating metadata: python/persistent pkg://openindiana.org/library/python/persistent-39@5.1,5.11-2023.0.0.0:20231006T125013Z PUBLISHED pkg://openindiana.org/library/python/persistent@5.1,5.11-2023.0.0.0:20231006T125022Z PUBLISHED