INFO: not using any hashes in /data/userland-archives/hashes for wrapt-1.17.0.tar.gz (overridden with --hash) Source /data/userland-archives/wrapt-1.17.0.tar.gz... not found, skipping file copy Source https://files.pythonhosted.org/packages/source/w/wrapt/wrapt-1.17.0.tar.gz... downloading... ok validating signature... checking local signature... not found signature validation failed validating hash... ok copy cloning /jenkins/jobs/oi-userland/workspace/components/python/wrapt/wrapt-1.17.0 to /jenkins/jobs/oi-userland/workspace/components/python/wrapt/build/amd64-3.9 /usr/lib/python3.9/vendor-packages/setuptools/__init__.py:94: _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/lib.solaris-2.11-i86pc.64bit-cpython-39/wrapt copying src/wrapt/arguments.py -> build/lib.solaris-2.11-i86pc.64bit-cpython-39/wrapt copying src/wrapt/importer.py -> build/lib.solaris-2.11-i86pc.64bit-cpython-39/wrapt copying src/wrapt/__init__.py -> build/lib.solaris-2.11-i86pc.64bit-cpython-39/wrapt copying src/wrapt/weakrefs.py -> build/lib.solaris-2.11-i86pc.64bit-cpython-39/wrapt copying src/wrapt/decorators.py -> build/lib.solaris-2.11-i86pc.64bit-cpython-39/wrapt copying src/wrapt/patches.py -> build/lib.solaris-2.11-i86pc.64bit-cpython-39/wrapt copying src/wrapt/wrappers.py -> build/lib.solaris-2.11-i86pc.64bit-cpython-39/wrapt copying src/wrapt/__wrapt__.py -> build/lib.solaris-2.11-i86pc.64bit-cpython-39/wrapt running build_ext building 'wrapt._wrappers' extension creating build/temp.solaris-2.11-i86pc.64bit-cpython-39/src/wrapt /usr/gcc/13/bin/gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -O3 -Wall -m64 -O2 -g -gdwarf-4 -gstrict-dwarf -msave-args -fno-reorder-functions -fno-reorder-blocks-and-partition -fPIC -DPIC -D_XOPEN_SOURCE=600 -D__EXTENSIONS__=1 -D_XPG6 -D_REENTRANT -m64 -O2 -g -gdwarf-4 -gstrict-dwarf -msave-args -fno-reorder-functions -fno-reorder-blocks-and-partition -fPIC -DPIC -D_XOPEN_SOURCE=600 -D__EXTENSIONS__=1 -D_XPG6 -m64 -O3 -fPIC -I/usr/include/python3.9 -c src/wrapt/_wrappers.c -o build/temp.solaris-2.11-i86pc.64bit-cpython-39/src/wrapt/_wrappers.o src/wrapt/_wrappers.c: In function 'WraptObjectProxy_init': src/wrapt/_wrappers.c:134:13: warning: passing argument 4 of 'PyArg_ParseTupleAndKeywords' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 134 | kwlist, &wrapped)) { | ^~~~~~ In file included from /usr/include/python3.9/Python.h:136, from src/wrapt/_wrappers.c:3: /usr/include/python3.9/modsupport.h:42:65: note: expected 'char **' but argument is of type 'char * const*' 42 | const char *, char **, ...); | ^~~~~~~ src/wrapt/_wrappers.c: In function 'WraptObjectProxy_round': src/wrapt/_wrappers.c:1339:9: warning: passing argument 4 of 'PyArg_ParseTupleAndKeywords' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 1339 | kwlist, &ndigits)) { | ^~~~~~ /usr/include/python3.9/modsupport.h:42:65: note: expected 'char **' but argument is of type 'char * const*' 42 | const char *, char **, ...); | ^~~~~~~ src/wrapt/_wrappers.c:1326:15: warning: unused variable 'dict' [-Wunused-variable] 1326 | PyObject *dict = NULL; | ^~~~ src/wrapt/_wrappers.c: In function 'WraptFunctionWrapperBase_init': src/wrapt/_wrappers.c:2316:45: warning: passing argument 4 of 'PyArg_ParseTupleAndKeywords' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 2316 | "OOO|OOOO:FunctionWrapperBase", kwlist, &wrapped, &instance, | ^~~~~~ /usr/include/python3.9/modsupport.h:42:65: note: expected 'char **' but argument is of type 'char * const*' 42 | const char *, char **, ...); | ^~~~~~~ src/wrapt/_wrappers.c: In function 'WraptFunctionWrapper_init': src/wrapt/_wrappers.c:3156:13: warning: passing argument 4 of 'PyArg_ParseTupleAndKeywords' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 3156 | kwlist, &wrapped, &wrapper, &enabled)) { | ^~~~~~ /usr/include/python3.9/modsupport.h:42:65: note: expected 'char **' but argument is of type 'char * const*' 42 | const char *, char **, ...); | ^~~~~~~ /usr/gcc/13/bin/gcc -shared -m64 -fPIC -DPIC -m64 -fPIC -DPIC -m64 -m64 -O3 build/temp.solaris-2.11-i86pc.64bit-cpython-39/src/wrapt/_wrappers.o -L/usr/lib/amd64 -o build/lib.solaris-2.11-i86pc.64bit-cpython-39/wrapt/_wrappers.cpython-39.so /usr/lib/python3.9/vendor-packages/setuptools/__init__.py:94: _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/wrapt/build/prototype/i386/usr/lib/python3.9/vendor-packages creating /jenkins/jobs/oi-userland/workspace/components/python/wrapt/build/prototype/i386/usr/lib/python3.9/vendor-packages/wrapt copying build/lib.solaris-2.11-i86pc.64bit-cpython-39/wrapt/__init__.py -> /jenkins/jobs/oi-userland/workspace/components/python/wrapt/build/prototype/i386/usr/lib/python3.9/vendor-packages/wrapt copying build/lib.solaris-2.11-i86pc.64bit-cpython-39/wrapt/importer.py -> /jenkins/jobs/oi-userland/workspace/components/python/wrapt/build/prototype/i386/usr/lib/python3.9/vendor-packages/wrapt copying build/lib.solaris-2.11-i86pc.64bit-cpython-39/wrapt/weakrefs.py -> /jenkins/jobs/oi-userland/workspace/components/python/wrapt/build/prototype/i386/usr/lib/python3.9/vendor-packages/wrapt copying build/lib.solaris-2.11-i86pc.64bit-cpython-39/wrapt/arguments.py -> /jenkins/jobs/oi-userland/workspace/components/python/wrapt/build/prototype/i386/usr/lib/python3.9/vendor-packages/wrapt copying build/lib.solaris-2.11-i86pc.64bit-cpython-39/wrapt/decorators.py -> /jenkins/jobs/oi-userland/workspace/components/python/wrapt/build/prototype/i386/usr/lib/python3.9/vendor-packages/wrapt copying build/lib.solaris-2.11-i86pc.64bit-cpython-39/wrapt/_wrappers.cpython-39.so -> /jenkins/jobs/oi-userland/workspace/components/python/wrapt/build/prototype/i386/usr/lib/python3.9/vendor-packages/wrapt copying build/lib.solaris-2.11-i86pc.64bit-cpython-39/wrapt/patches.py -> /jenkins/jobs/oi-userland/workspace/components/python/wrapt/build/prototype/i386/usr/lib/python3.9/vendor-packages/wrapt copying build/lib.solaris-2.11-i86pc.64bit-cpython-39/wrapt/wrappers.py -> /jenkins/jobs/oi-userland/workspace/components/python/wrapt/build/prototype/i386/usr/lib/python3.9/vendor-packages/wrapt copying build/lib.solaris-2.11-i86pc.64bit-cpython-39/wrapt/__wrapt__.py -> /jenkins/jobs/oi-userland/workspace/components/python/wrapt/build/prototype/i386/usr/lib/python3.9/vendor-packages/wrapt byte-compiling /jenkins/jobs/oi-userland/workspace/components/python/wrapt/build/prototype/i386/usr/lib/python3.9/vendor-packages/wrapt/__init__.py to __init__.cpython-39.pyc byte-compiling /jenkins/jobs/oi-userland/workspace/components/python/wrapt/build/prototype/i386/usr/lib/python3.9/vendor-packages/wrapt/importer.py to importer.cpython-39.pyc byte-compiling /jenkins/jobs/oi-userland/workspace/components/python/wrapt/build/prototype/i386/usr/lib/python3.9/vendor-packages/wrapt/weakrefs.py to weakrefs.cpython-39.pyc byte-compiling /jenkins/jobs/oi-userland/workspace/components/python/wrapt/build/prototype/i386/usr/lib/python3.9/vendor-packages/wrapt/arguments.py to arguments.cpython-39.pyc byte-compiling /jenkins/jobs/oi-userland/workspace/components/python/wrapt/build/prototype/i386/usr/lib/python3.9/vendor-packages/wrapt/decorators.py to decorators.cpython-39.pyc byte-compiling /jenkins/jobs/oi-userland/workspace/components/python/wrapt/build/prototype/i386/usr/lib/python3.9/vendor-packages/wrapt/patches.py to patches.cpython-39.pyc byte-compiling /jenkins/jobs/oi-userland/workspace/components/python/wrapt/build/prototype/i386/usr/lib/python3.9/vendor-packages/wrapt/wrappers.py to wrappers.cpython-39.pyc byte-compiling /jenkins/jobs/oi-userland/workspace/components/python/wrapt/build/prototype/i386/usr/lib/python3.9/vendor-packages/wrapt/__wrapt__.py to __wrapt__.cpython-39.pyc running install_egg_info running egg_info writing src/wrapt.egg-info/PKG-INFO writing dependency_links to src/wrapt.egg-info/dependency_links.txt writing top-level names to src/wrapt.egg-info/top_level.txt reading manifest file 'src/wrapt.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' adding license file 'LICENSE' writing manifest file 'src/wrapt.egg-info/SOURCES.txt' Copying src/wrapt.egg-info to /jenkins/jobs/oi-userland/workspace/components/python/wrapt/build/prototype/i386/usr/lib/python3.9/vendor-packages/wrapt-1.17.0-py3.9.egg-info running install_scripts Testing dependencies: tox coverage pytest Testing extras: Testing dependency groups: VALIDATING MANIFEST CONTENT: /jenkins/jobs/oi-userland/workspace/components/python/wrapt/build/manifest-i386-wrapt-39.depend.res /jenkins/jobs/oi-userland/workspace/components/python/wrapt/build/manifest-i386-wrapt.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/wrapt pkg://openindiana.org/library/python/wrapt-39@1.17.0,5.11-2024.0.0.0:20241122T115723Z PUBLISHED pkg://openindiana.org/library/python/wrapt@1.17.0,5.11-2024.0.0.0:20241122T115738Z PUBLISHED pkg://openindiana.org/library/python/wrapt-37@1.15.0,5.11-2023.0.0.1:20241122T115754Z PUBLISHED