INFO: not using any hashes in /data/userland-archives/hashes for zope.proxy-5.3.tar.gz (overridden with --hash) Source /data/userland-archives/zope.proxy-5.3.tar.gz... not found, skipping file copy Source https://files.pythonhosted.org/packages/source/z/zope.proxy/zope.proxy-5.3.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/zope.proxy/zope.proxy-5.3 to /jenkins/jobs/oi-userland/workspace/components/python/zope.proxy/build/amd64-3.9 /usr/lib/python3.9/vendor-packages/setuptools/dist.py:650: SetuptoolsDeprecationWarning: The namespace_packages parameter is deprecated. !! ******************************************************************************** Please replace its usage with implicit namespaces (PEP 420). See https://setuptools.pypa.io/en/latest/references/keywords.html#keyword-namespace-packages for details. ******************************************************************************** !! ep.load()(self, ep.name, value) 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/zope copying src/zope/__init__.py -> build/lib.solaris-2.11-i86pc.64bit-cpython-39/zope creating build/lib.solaris-2.11-i86pc.64bit-cpython-39/zope/proxy copying src/zope/proxy/__init__.py -> build/lib.solaris-2.11-i86pc.64bit-cpython-39/zope/proxy copying src/zope/proxy/interfaces.py -> build/lib.solaris-2.11-i86pc.64bit-cpython-39/zope/proxy copying src/zope/proxy/decorator.py -> build/lib.solaris-2.11-i86pc.64bit-cpython-39/zope/proxy running egg_info writing src/zope.proxy.egg-info/PKG-INFO writing dependency_links to src/zope.proxy.egg-info/dependency_links.txt writing namespace_packages to src/zope.proxy.egg-info/namespace_packages.txt writing requirements to src/zope.proxy.egg-info/requires.txt writing top-level names to src/zope.proxy.egg-info/top_level.txt reading manifest file 'src/zope.proxy.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' adding license file 'LICENSE.txt' writing manifest file 'src/zope.proxy.egg-info/SOURCES.txt' /usr/lib/python3.9/vendor-packages/setuptools/command/build_py.py:215: _Warning: Package 'zope.proxy.tests' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'zope.proxy.tests' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'zope.proxy.tests' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'zope.proxy.tests' to be distributed and are already explicitly excluding 'zope.proxy.tests' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) copying src/zope/proxy/_zope_proxy_proxy.c -> build/lib.solaris-2.11-i86pc.64bit-cpython-39/zope/proxy copying src/zope/proxy/proxy.h -> build/lib.solaris-2.11-i86pc.64bit-cpython-39/zope/proxy creating build/lib.solaris-2.11-i86pc.64bit-cpython-39/zope/proxy/tests copying src/zope/proxy/tests/__init__.py -> build/lib.solaris-2.11-i86pc.64bit-cpython-39/zope/proxy/tests copying src/zope/proxy/tests/test_compile_flags.py -> build/lib.solaris-2.11-i86pc.64bit-cpython-39/zope/proxy/tests copying src/zope/proxy/tests/test_decorator.py -> build/lib.solaris-2.11-i86pc.64bit-cpython-39/zope/proxy/tests copying src/zope/proxy/tests/test_proxy.py -> build/lib.solaris-2.11-i86pc.64bit-cpython-39/zope/proxy/tests running build_ext building 'zope.proxy._zope_proxy_proxy' extension creating build/temp.solaris-2.11-i86pc.64bit-cpython-39 creating build/temp.solaris-2.11-i86pc.64bit-cpython-39/src creating build/temp.solaris-2.11-i86pc.64bit-cpython-39/src/zope creating build/temp.solaris-2.11-i86pc.64bit-cpython-39/src/zope/proxy /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/zope/proxy/_zope_proxy_proxy.c -o build/temp.solaris-2.11-i86pc.64bit-cpython-39/src/zope/proxy/_zope_proxy_proxy.o /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/zope/proxy/_zope_proxy_proxy.o -L/usr/lib/amd64 -o build/lib.solaris-2.11-i86pc.64bit-cpython-39/zope/proxy/_zope_proxy_proxy.cpython-39.so /usr/lib/python3.9/vendor-packages/setuptools/dist.py:650: SetuptoolsDeprecationWarning: The namespace_packages parameter is deprecated. !! ******************************************************************************** Please replace its usage with implicit namespaces (PEP 420). See https://setuptools.pypa.io/en/latest/references/keywords.html#keyword-namespace-packages for details. ******************************************************************************** !! ep.load()(self, ep.name, value) 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 Skipping installation of /jenkins/jobs/oi-userland/workspace/components/python/zope.proxy/build/prototype/i386/usr/lib/python3.9/vendor-packages/zope/__init__.py (namespace package) copying zope/proxy/interfaces.py -> /jenkins/jobs/oi-userland/workspace/components/python/zope.proxy/build/prototype/i386/usr/lib/python3.9/vendor-packages/zope/proxy copying zope/proxy/__init__.py -> /jenkins/jobs/oi-userland/workspace/components/python/zope.proxy/build/prototype/i386/usr/lib/python3.9/vendor-packages/zope/proxy copying zope/proxy/proxy.h -> /jenkins/jobs/oi-userland/workspace/components/python/zope.proxy/build/prototype/i386/usr/lib/python3.9/vendor-packages/zope/proxy copying zope/proxy/decorator.py -> /jenkins/jobs/oi-userland/workspace/components/python/zope.proxy/build/prototype/i386/usr/lib/python3.9/vendor-packages/zope/proxy copying zope/proxy/_zope_proxy_proxy.c -> /jenkins/jobs/oi-userland/workspace/components/python/zope.proxy/build/prototype/i386/usr/lib/python3.9/vendor-packages/zope/proxy copying zope/proxy/_zope_proxy_proxy.cpython-39.so -> /jenkins/jobs/oi-userland/workspace/components/python/zope.proxy/build/prototype/i386/usr/lib/python3.9/vendor-packages/zope/proxy copying zope/proxy/tests/test_proxy.py -> /jenkins/jobs/oi-userland/workspace/components/python/zope.proxy/build/prototype/i386/usr/lib/python3.9/vendor-packages/zope/proxy/tests copying zope/proxy/tests/__init__.py -> /jenkins/jobs/oi-userland/workspace/components/python/zope.proxy/build/prototype/i386/usr/lib/python3.9/vendor-packages/zope/proxy/tests copying zope/proxy/tests/test_compile_flags.py -> /jenkins/jobs/oi-userland/workspace/components/python/zope.proxy/build/prototype/i386/usr/lib/python3.9/vendor-packages/zope/proxy/tests copying zope/proxy/tests/test_decorator.py -> /jenkins/jobs/oi-userland/workspace/components/python/zope.proxy/build/prototype/i386/usr/lib/python3.9/vendor-packages/zope/proxy/tests byte-compiling /jenkins/jobs/oi-userland/workspace/components/python/zope.proxy/build/prototype/i386/usr/lib/python3.9/vendor-packages/zope/proxy/interfaces.py to interfaces.cpython-39.pyc byte-compiling /jenkins/jobs/oi-userland/workspace/components/python/zope.proxy/build/prototype/i386/usr/lib/python3.9/vendor-packages/zope/proxy/__init__.py to __init__.cpython-39.pyc byte-compiling /jenkins/jobs/oi-userland/workspace/components/python/zope.proxy/build/prototype/i386/usr/lib/python3.9/vendor-packages/zope/proxy/decorator.py to decorator.cpython-39.pyc byte-compiling /jenkins/jobs/oi-userland/workspace/components/python/zope.proxy/build/prototype/i386/usr/lib/python3.9/vendor-packages/zope/proxy/tests/test_proxy.py to test_proxy.cpython-39.pyc byte-compiling /jenkins/jobs/oi-userland/workspace/components/python/zope.proxy/build/prototype/i386/usr/lib/python3.9/vendor-packages/zope/proxy/tests/__init__.py to __init__.cpython-39.pyc byte-compiling /jenkins/jobs/oi-userland/workspace/components/python/zope.proxy/build/prototype/i386/usr/lib/python3.9/vendor-packages/zope/proxy/tests/test_compile_flags.py to test_compile_flags.cpython-39.pyc byte-compiling /jenkins/jobs/oi-userland/workspace/components/python/zope.proxy/build/prototype/i386/usr/lib/python3.9/vendor-packages/zope/proxy/tests/test_decorator.py to test_decorator.cpython-39.pyc running install_headers creating /jenkins/jobs/oi-userland/workspace/components/python/zope.proxy/build/prototype/i386/usr/include creating /jenkins/jobs/oi-userland/workspace/components/python/zope.proxy/build/prototype/i386/usr/include/python3.9 creating /jenkins/jobs/oi-userland/workspace/components/python/zope.proxy/build/prototype/i386/usr/include/python3.9/zope.proxy copying src/zope/proxy/proxy.h -> /jenkins/jobs/oi-userland/workspace/components/python/zope.proxy/build/prototype/i386/usr/include/python3.9/zope.proxy running install_egg_info running egg_info writing src/zope.proxy.egg-info/PKG-INFO writing dependency_links to src/zope.proxy.egg-info/dependency_links.txt writing namespace_packages to src/zope.proxy.egg-info/namespace_packages.txt writing requirements to src/zope.proxy.egg-info/requires.txt writing top-level names to src/zope.proxy.egg-info/top_level.txt reading manifest file 'src/zope.proxy.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' adding license file 'LICENSE.txt' writing manifest file 'src/zope.proxy.egg-info/SOURCES.txt' Copying src/zope.proxy.egg-info to /jenkins/jobs/oi-userland/workspace/components/python/zope.proxy/build/prototype/i386/usr/lib/python3.9/vendor-packages/zope.proxy-5.3-py3.9.egg-info Installing /jenkins/jobs/oi-userland/workspace/components/python/zope.proxy/build/prototype/i386/usr/lib/python3.9/vendor-packages/zope.proxy-5.3-py3.9-nspkg.pth running install_scripts Testing dependencies: tox>=4.0 setuptools < 69 Sphinx Testing extras: test docs VALIDATING MANIFEST CONTENT: /jenkins/jobs/oi-userland/workspace/components/python/zope.proxy/build/manifest-i386-zope.proxy-39.depend.res /jenkins/jobs/oi-userland/workspace/components/python/zope.proxy/build/manifest-i386-zope.proxy.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/zope.proxy pkg://openindiana.org/library/python/zope-proxy-39@5.3,5.11-2024.0.0.0:20240807T194451Z PUBLISHED pkg://openindiana.org/library/python/zope-proxy@5.3,5.11-2024.0.0.0:20240807T194513Z PUBLISHED