INFO: not using any hashes in /data/userland-archives/hashes for repoze.sphinx.autointerface-1.0.0.tar.gz (overridden with --hash) Source /data/userland-archives/repoze.sphinx.autointerface-1.0.0.tar.gz... not found, skipping file copy Source https://files.pythonhosted.org/packages/e2/c3/5a8238e9fcba69e3a925d8a4e88547765e110f807bab47c56598d7aa9a5b/repoze.sphinx.autointerface-1.0.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/repoze.sphinx.autointerface/repoze.sphinx.autointerface-1.0.0 to /jenkins/jobs/oi-userland/workspace/components/python/repoze.sphinx.autointerface/build/amd64-3.7 running build running build_py creating build creating build/lib creating build/lib/repoze copying repoze/__init__.py -> build/lib/repoze creating build/lib/repoze/sphinx copying repoze/sphinx/autointerface.py -> build/lib/repoze/sphinx copying repoze/sphinx/__init__.py -> build/lib/repoze/sphinx creating build/lib/repoze/sphinx/tests copying repoze/sphinx/tests/__init__.py -> build/lib/repoze/sphinx/tests copying repoze/sphinx/tests/test_autointerface.py -> build/lib/repoze/sphinx/tests copying repoze/sphinx/tests/util.py -> build/lib/repoze/sphinx/tests running egg_info writing repoze.sphinx.autointerface.egg-info/PKG-INFO writing dependency_links to repoze.sphinx.autointerface.egg-info/dependency_links.txt writing namespace_packages to repoze.sphinx.autointerface.egg-info/namespace_packages.txt writing requirements to repoze.sphinx.autointerface.egg-info/requires.txt writing top-level names to repoze.sphinx.autointerface.egg-info/top_level.txt /usr/lib/python3.7/vendor-packages/setuptools/dist.py:285: SetuptoolsDeprecationWarning: The namespace_packages parameter is deprecated, consider using implicit namespaces instead (PEP 420). warnings.warn(msg, SetuptoolsDeprecationWarning) listing git files failed - pretending there aren't any reading manifest file 'repoze.sphinx.autointerface.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching '.travis.yml' warning: no directories found matching '.github' warning: no previously-included files matching '__pycache__' found anywhere in distribution warning: no previously-included files matching '*.py[cod]' found anywhere in distribution warning: no previously-included files matching '.DS_Store' found anywhere in distribution adding license file 'LICENSE.txt' writing manifest file 'repoze.sphinx.autointerface.egg-info/SOURCES.txt' creating build/lib/repoze/sphinx/tests/root copying repoze/sphinx/tests/root/conf.py -> build/lib/repoze/sphinx/tests/root /usr/lib/python3.7/vendor-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'repoze.sphinx.tests.root' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'repoze.sphinx.tests.root' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'repoze.sphinx.tests.root' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'repoze.sphinx.tests.root' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) copy cloning /jenkins/jobs/oi-userland/workspace/components/python/repoze.sphinx.autointerface/repoze.sphinx.autointerface-1.0.0 to /jenkins/jobs/oi-userland/workspace/components/python/repoze.sphinx.autointerface/build/amd64-3.9 /usr/lib/python3.9/vendor-packages/setuptools/dist.py:285: SetuptoolsDeprecationWarning: The namespace_packages parameter is deprecated, consider using implicit namespaces instead (PEP 420). warnings.warn(msg, SetuptoolsDeprecationWarning) running build running build_py creating build creating build/lib creating build/lib/repoze copying repoze/__init__.py -> build/lib/repoze creating build/lib/repoze/sphinx copying repoze/sphinx/autointerface.py -> build/lib/repoze/sphinx copying repoze/sphinx/__init__.py -> build/lib/repoze/sphinx creating build/lib/repoze/sphinx/tests copying repoze/sphinx/tests/test_autointerface.py -> build/lib/repoze/sphinx/tests copying repoze/sphinx/tests/util.py -> build/lib/repoze/sphinx/tests copying repoze/sphinx/tests/__init__.py -> build/lib/repoze/sphinx/tests running egg_info writing repoze.sphinx.autointerface.egg-info/PKG-INFO writing dependency_links to repoze.sphinx.autointerface.egg-info/dependency_links.txt writing namespace_packages to repoze.sphinx.autointerface.egg-info/namespace_packages.txt writing requirements to repoze.sphinx.autointerface.egg-info/requires.txt writing top-level names to repoze.sphinx.autointerface.egg-info/top_level.txt listing git files failed - pretending there aren't any reading manifest file 'repoze.sphinx.autointerface.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching '.travis.yml' warning: no directories found matching '.github' warning: no previously-included files matching '__pycache__' found anywhere in distribution warning: no previously-included files matching '*.py[cod]' found anywhere in distribution warning: no previously-included files matching '.DS_Store' found anywhere in distribution adding license file 'LICENSE.txt' writing manifest file 'repoze.sphinx.autointerface.egg-info/SOURCES.txt' /usr/lib/python3.9/vendor-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'repoze.sphinx.tests.root' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'repoze.sphinx.tests.root' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'repoze.sphinx.tests.root' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'repoze.sphinx.tests.root' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) creating build/lib/repoze/sphinx/tests/root copying repoze/sphinx/tests/root/conf.py -> build/lib/repoze/sphinx/tests/root running install running install_lib /usr/lib/python3.7/vendor-packages/setuptools/dist.py:285: SetuptoolsDeprecationWarning: The namespace_packages parameter is deprecated, consider using implicit namespaces instead (PEP 420). warnings.warn(msg, SetuptoolsDeprecationWarning) /usr/lib/python3.7/vendor-packages/setuptools/command/install.py:37: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools. setuptools.SetuptoolsDeprecationWarning, Skipping installation of /jenkins/jobs/oi-userland/workspace/components/python/repoze.sphinx.autointerface/build/prototype/i386/usr/lib/python3.7/vendor-packages/repoze/__init__.py (namespace package) Skipping installation of /jenkins/jobs/oi-userland/workspace/components/python/repoze.sphinx.autointerface/build/prototype/i386/usr/lib/python3.7/vendor-packages/repoze/sphinx/__init__.py (namespace package) copying repoze/sphinx/autointerface.py -> /jenkins/jobs/oi-userland/workspace/components/python/repoze.sphinx.autointerface/build/prototype/i386/usr/lib/python3.7/vendor-packages/repoze/sphinx copying repoze/sphinx/tests/test_autointerface.py -> /jenkins/jobs/oi-userland/workspace/components/python/repoze.sphinx.autointerface/build/prototype/i386/usr/lib/python3.7/vendor-packages/repoze/sphinx/tests copying repoze/sphinx/tests/util.py -> /jenkins/jobs/oi-userland/workspace/components/python/repoze.sphinx.autointerface/build/prototype/i386/usr/lib/python3.7/vendor-packages/repoze/sphinx/tests copying repoze/sphinx/tests/__init__.py -> /jenkins/jobs/oi-userland/workspace/components/python/repoze.sphinx.autointerface/build/prototype/i386/usr/lib/python3.7/vendor-packages/repoze/sphinx/tests copying repoze/sphinx/tests/root/conf.py -> /jenkins/jobs/oi-userland/workspace/components/python/repoze.sphinx.autointerface/build/prototype/i386/usr/lib/python3.7/vendor-packages/repoze/sphinx/tests/root byte-compiling /jenkins/jobs/oi-userland/workspace/components/python/repoze.sphinx.autointerface/build/prototype/i386/usr/lib/python3.7/vendor-packages/repoze/sphinx/autointerface.py to autointerface.cpython-37.pyc byte-compiling /jenkins/jobs/oi-userland/workspace/components/python/repoze.sphinx.autointerface/build/prototype/i386/usr/lib/python3.7/vendor-packages/repoze/sphinx/tests/test_autointerface.py to test_autointerface.cpython-37.pyc byte-compiling /jenkins/jobs/oi-userland/workspace/components/python/repoze.sphinx.autointerface/build/prototype/i386/usr/lib/python3.7/vendor-packages/repoze/sphinx/tests/util.py to util.cpython-37.pyc byte-compiling /jenkins/jobs/oi-userland/workspace/components/python/repoze.sphinx.autointerface/build/prototype/i386/usr/lib/python3.7/vendor-packages/repoze/sphinx/tests/__init__.py to __init__.cpython-37.pyc byte-compiling /jenkins/jobs/oi-userland/workspace/components/python/repoze.sphinx.autointerface/build/prototype/i386/usr/lib/python3.7/vendor-packages/repoze/sphinx/tests/root/conf.py to conf.cpython-37.pyc running install_egg_info running egg_info writing repoze.sphinx.autointerface.egg-info/PKG-INFO writing dependency_links to repoze.sphinx.autointerface.egg-info/dependency_links.txt writing namespace_packages to repoze.sphinx.autointerface.egg-info/namespace_packages.txt writing requirements to repoze.sphinx.autointerface.egg-info/requires.txt writing top-level names to repoze.sphinx.autointerface.egg-info/top_level.txt reading manifest file 'repoze.sphinx.autointerface.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching '.travis.yml' warning: no directories found matching '.github' warning: no previously-included files matching '__pycache__' found anywhere in distribution warning: no previously-included files matching '*.py[cod]' found anywhere in distribution warning: no previously-included files matching '.DS_Store' found anywhere in distribution adding license file 'LICENSE.txt' writing manifest file 'repoze.sphinx.autointerface.egg-info/SOURCES.txt' Copying repoze.sphinx.autointerface.egg-info to /jenkins/jobs/oi-userland/workspace/components/python/repoze.sphinx.autointerface/build/prototype/i386/usr/lib/python3.7/vendor-packages/repoze.sphinx.autointerface-1.0.0-py3.7.egg-info Installing /jenkins/jobs/oi-userland/workspace/components/python/repoze.sphinx.autointerface/build/prototype/i386/usr/lib/python3.7/vendor-packages/repoze.sphinx.autointerface-1.0.0-py3.7-nspkg.pth running install_scripts Testing dependencies: tox zope.testrunner /usr/lib/python3.9/vendor-packages/setuptools/dist.py:285: SetuptoolsDeprecationWarning: The namespace_packages parameter is deprecated, consider using implicit namespaces instead (PEP 420). warnings.warn(msg, SetuptoolsDeprecationWarning) running install /usr/lib/python3.9/vendor-packages/setuptools/command/install.py:34: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools. warnings.warn( running install_lib Skipping installation of /jenkins/jobs/oi-userland/workspace/components/python/repoze.sphinx.autointerface/build/prototype/i386/usr/lib/python3.9/vendor-packages/repoze/__init__.py (namespace package) copying repoze/sphinx/autointerface.py -> /jenkins/jobs/oi-userland/workspace/components/python/repoze.sphinx.autointerface/build/prototype/i386/usr/lib/python3.9/vendor-packages/repoze/sphinx Skipping installation of /jenkins/jobs/oi-userland/workspace/components/python/repoze.sphinx.autointerface/build/prototype/i386/usr/lib/python3.9/vendor-packages/repoze/sphinx/__init__.py (namespace package) copying repoze/sphinx/tests/test_autointerface.py -> /jenkins/jobs/oi-userland/workspace/components/python/repoze.sphinx.autointerface/build/prototype/i386/usr/lib/python3.9/vendor-packages/repoze/sphinx/tests copying repoze/sphinx/tests/util.py -> /jenkins/jobs/oi-userland/workspace/components/python/repoze.sphinx.autointerface/build/prototype/i386/usr/lib/python3.9/vendor-packages/repoze/sphinx/tests copying repoze/sphinx/tests/__init__.py -> /jenkins/jobs/oi-userland/workspace/components/python/repoze.sphinx.autointerface/build/prototype/i386/usr/lib/python3.9/vendor-packages/repoze/sphinx/tests copying repoze/sphinx/tests/root/conf.py -> /jenkins/jobs/oi-userland/workspace/components/python/repoze.sphinx.autointerface/build/prototype/i386/usr/lib/python3.9/vendor-packages/repoze/sphinx/tests/root byte-compiling /jenkins/jobs/oi-userland/workspace/components/python/repoze.sphinx.autointerface/build/prototype/i386/usr/lib/python3.9/vendor-packages/repoze/sphinx/autointerface.py to autointerface.cpython-39.pyc byte-compiling /jenkins/jobs/oi-userland/workspace/components/python/repoze.sphinx.autointerface/build/prototype/i386/usr/lib/python3.9/vendor-packages/repoze/sphinx/tests/test_autointerface.py to test_autointerface.cpython-39.pyc byte-compiling /jenkins/jobs/oi-userland/workspace/components/python/repoze.sphinx.autointerface/build/prototype/i386/usr/lib/python3.9/vendor-packages/repoze/sphinx/tests/util.py to util.cpython-39.pyc byte-compiling /jenkins/jobs/oi-userland/workspace/components/python/repoze.sphinx.autointerface/build/prototype/i386/usr/lib/python3.9/vendor-packages/repoze/sphinx/tests/__init__.py to __init__.cpython-39.pyc byte-compiling /jenkins/jobs/oi-userland/workspace/components/python/repoze.sphinx.autointerface/build/prototype/i386/usr/lib/python3.9/vendor-packages/repoze/sphinx/tests/root/conf.py to conf.cpython-39.pyc running install_egg_info running egg_info writing repoze.sphinx.autointerface.egg-info/PKG-INFO writing dependency_links to repoze.sphinx.autointerface.egg-info/dependency_links.txt writing namespace_packages to repoze.sphinx.autointerface.egg-info/namespace_packages.txt writing requirements to repoze.sphinx.autointerface.egg-info/requires.txt writing top-level names to repoze.sphinx.autointerface.egg-info/top_level.txt reading manifest file 'repoze.sphinx.autointerface.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching '.travis.yml' warning: no directories found matching '.github' warning: no previously-included files matching '__pycache__' found anywhere in distribution warning: no previously-included files matching '*.py[cod]' found anywhere in distribution warning: no previously-included files matching '.DS_Store' found anywhere in distribution adding license file 'LICENSE.txt' writing manifest file 'repoze.sphinx.autointerface.egg-info/SOURCES.txt' Copying repoze.sphinx.autointerface.egg-info to /jenkins/jobs/oi-userland/workspace/components/python/repoze.sphinx.autointerface/build/prototype/i386/usr/lib/python3.9/vendor-packages/repoze.sphinx.autointerface-1.0.0-py3.9.egg-info Installing /jenkins/jobs/oi-userland/workspace/components/python/repoze.sphinx.autointerface/build/prototype/i386/usr/lib/python3.9/vendor-packages/repoze.sphinx.autointerface-1.0.0-py3.9-nspkg.pth running install_scripts Testing dependencies: tox zope.testrunner VALIDATING MANIFEST CONTENT: /jenkins/jobs/oi-userland/workspace/components/python/repoze.sphinx.autointerface/build/manifest-i386-repoze.sphinx.autointerface-37.depend.res /jenkins/jobs/oi-userland/workspace/components/python/repoze.sphinx.autointerface/build/manifest-i386-repoze.sphinx.autointerface-39.depend.res /jenkins/jobs/oi-userland/workspace/components/python/repoze.sphinx.autointerface/build/manifest-i386-repoze.sphinx.autointerface.depend.res NEW PACKAGE CONTENTS ARE LOCALLY VALIDATED AND READY TO GO NEW PACKAGE CONTENTS ARE LOCALLY VALIDATED AND READY TO GO NEW PACKAGE CONTENTS ARE LOCALLY VALIDATED AND READY TO GO generating metadata: python/repoze.sphinx.autointerface pkg://openindiana.org/library/python/repoze-sphinx-autointerface-37@1.0.0,5.11-2023.0.0.0:20230130T210144Z PUBLISHED pkg://openindiana.org/library/python/repoze-sphinx-autointerface-39@1.0.0,5.11-2023.0.0.0:20230130T210201Z PUBLISHED pkg://openindiana.org/library/python/repoze-sphinx-autointerface@1.0.0,5.11-2023.0.0.0:20230130T210217Z PUBLISHED