patching file icecream/icecream.py
patching file tox.ini
copy cloning /jenkins/jobs/oi-userland/workspace/components/python/icecream/icecream-2.1.4 to /jenkins/jobs/oi-userland/workspace/components/python/icecream/build/amd64-3.9
/jenkins/jobs/oi-userland/workspace/components/python/icecream/build/amd64-3.9/setup.py:18: SetuptoolsDeprecationWarning: The test command is disabled and references to it are deprecated.
!!

        ********************************************************************************
        Please remove any references to `setuptools.command.test` in all supported versions of the affected package.

        This deprecation is overdue, please update your project and remove deprecated
        calls to avoid build errors in the future.
        ********************************************************************************

!!
  from setuptools.command.test import test as TestCommand
/usr/lib/python3.9/vendor-packages/setuptools/_distutils/dist.py:270: UserWarning: Unknown distribution option: 'tests_require'
  warnings.warn(msg)
running build
running build_py
creating build/lib/tests
copying tests/install_test_import.py -> build/lib/tests
copying tests/__init__.py -> build/lib/tests
copying tests/test_icecream.py -> build/lib/tests
copying tests/test_install.py -> build/lib/tests
creating build/lib/icecream
copying icecream/__init__.py -> build/lib/icecream
copying icecream/coloring.py -> build/lib/icecream
copying icecream/__version__.py -> build/lib/icecream
copying icecream/builtins.py -> build/lib/icecream
copying icecream/icecream.py -> build/lib/icecream
running egg_info
creating icecream.egg-info
writing icecream.egg-info/PKG-INFO
writing dependency_links to icecream.egg-info/dependency_links.txt
writing requirements to icecream.egg-info/requires.txt
writing top-level names to icecream.egg-info/top_level.txt
writing manifest file 'icecream.egg-info/SOURCES.txt'
reading manifest file 'icecream.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
adding license file 'LICENSE.txt'
writing manifest file 'icecream.egg-info/SOURCES.txt'
/jenkins/jobs/oi-userland/workspace/components/python/icecream/build/amd64-3.9/setup.py:18: SetuptoolsDeprecationWarning: The test command is disabled and references to it are deprecated.
!!

        ********************************************************************************
        Please remove any references to `setuptools.command.test` in all supported versions of the affected package.

        This deprecation is overdue, please update your project and remove deprecated
        calls to avoid build errors in the future.
        ********************************************************************************

!!
  from setuptools.command.test import test as TestCommand
/usr/lib/python3.9/vendor-packages/setuptools/_distutils/dist.py:270: UserWarning: Unknown distribution option: 'tests_require'
  warnings.warn(msg)
running install
/usr/lib/python3.9/vendor-packages/setuptools/_distutils/cmd.py:79: 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
copying build/lib/tests/install_test_import.py -> /jenkins/jobs/oi-userland/workspace/components/python/icecream/build/prototype/i386/usr/lib/python3.9/vendor-packages/tests
copying build/lib/tests/__init__.py -> /jenkins/jobs/oi-userland/workspace/components/python/icecream/build/prototype/i386/usr/lib/python3.9/vendor-packages/tests
copying build/lib/tests/test_icecream.py -> /jenkins/jobs/oi-userland/workspace/components/python/icecream/build/prototype/i386/usr/lib/python3.9/vendor-packages/tests
copying build/lib/tests/test_install.py -> /jenkins/jobs/oi-userland/workspace/components/python/icecream/build/prototype/i386/usr/lib/python3.9/vendor-packages/tests
copying build/lib/icecream/icecream.py -> /jenkins/jobs/oi-userland/workspace/components/python/icecream/build/prototype/i386/usr/lib/python3.9/vendor-packages/icecream
copying build/lib/icecream/builtins.py -> /jenkins/jobs/oi-userland/workspace/components/python/icecream/build/prototype/i386/usr/lib/python3.9/vendor-packages/icecream
copying build/lib/icecream/coloring.py -> /jenkins/jobs/oi-userland/workspace/components/python/icecream/build/prototype/i386/usr/lib/python3.9/vendor-packages/icecream
copying build/lib/icecream/__init__.py -> /jenkins/jobs/oi-userland/workspace/components/python/icecream/build/prototype/i386/usr/lib/python3.9/vendor-packages/icecream
copying build/lib/icecream/__version__.py -> /jenkins/jobs/oi-userland/workspace/components/python/icecream/build/prototype/i386/usr/lib/python3.9/vendor-packages/icecream
byte-compiling /jenkins/jobs/oi-userland/workspace/components/python/icecream/build/prototype/i386/usr/lib/python3.9/vendor-packages/tests/install_test_import.py to install_test_import.cpython-39.pyc
byte-compiling /jenkins/jobs/oi-userland/workspace/components/python/icecream/build/prototype/i386/usr/lib/python3.9/vendor-packages/tests/__init__.py to __init__.cpython-39.pyc
byte-compiling /jenkins/jobs/oi-userland/workspace/components/python/icecream/build/prototype/i386/usr/lib/python3.9/vendor-packages/tests/test_icecream.py to test_icecream.cpython-39.pyc
byte-compiling /jenkins/jobs/oi-userland/workspace/components/python/icecream/build/prototype/i386/usr/lib/python3.9/vendor-packages/tests/test_install.py to test_install.cpython-39.pyc
byte-compiling /jenkins/jobs/oi-userland/workspace/components/python/icecream/build/prototype/i386/usr/lib/python3.9/vendor-packages/icecream/icecream.py to icecream.cpython-39.pyc
byte-compiling /jenkins/jobs/oi-userland/workspace/components/python/icecream/build/prototype/i386/usr/lib/python3.9/vendor-packages/icecream/builtins.py to builtins.cpython-39.pyc
byte-compiling /jenkins/jobs/oi-userland/workspace/components/python/icecream/build/prototype/i386/usr/lib/python3.9/vendor-packages/icecream/coloring.py to coloring.cpython-39.pyc
byte-compiling /jenkins/jobs/oi-userland/workspace/components/python/icecream/build/prototype/i386/usr/lib/python3.9/vendor-packages/icecream/__init__.py to __init__.cpython-39.pyc
byte-compiling /jenkins/jobs/oi-userland/workspace/components/python/icecream/build/prototype/i386/usr/lib/python3.9/vendor-packages/icecream/__version__.py to __version__.cpython-39.pyc
running install_egg_info
running egg_info
writing icecream.egg-info/PKG-INFO
writing dependency_links to icecream.egg-info/dependency_links.txt
writing requirements to icecream.egg-info/requires.txt
writing top-level names to icecream.egg-info/top_level.txt
reading manifest file 'icecream.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
adding license file 'LICENSE.txt'
writing manifest file 'icecream.egg-info/SOURCES.txt'
removing '/jenkins/jobs/oi-userland/workspace/components/python/icecream/build/prototype/i386/usr/lib/python3.9/vendor-packages/icecream-2.1.4-py3.9.egg-info' (and everything under it)
Copying icecream.egg-info to /jenkins/jobs/oi-userland/workspace/components/python/icecream/build/prototype/i386/usr/lib/python3.9/vendor-packages/icecream-2.1.4-py3.9.egg-info
running install_scripts
Testing dependencies:
tox
Testing extras:

Testing dependency groups:

VALIDATING MANIFEST CONTENT: /jenkins/jobs/oi-userland/workspace/components/python/icecream/build/manifest-i386-icecream-39.depend.res /jenkins/jobs/oi-userland/workspace/components/python/icecream/build/manifest-i386-icecream.depend.res
NEW PACKAGE CONTENTS ARE LOCALLY VALIDATED AND READY TO GO
pkg://openindiana.org/library/python/icecream-39@2.1.4,5.11-2025.0.0.0:20250110T131021Z
PUBLISHED
NEW PACKAGE CONTENTS ARE LOCALLY VALIDATED AND READY TO GO
pkg://openindiana.org/library/python/icecream@2.1.4,5.11-2025.0.0.0:20250110T131033Z
PUBLISHED
pkg://openindiana.org/library/python/icecream-37@2.1.3,5.11-2023.0.0.1:20250110T131045Z
PUBLISHED
generating metadata: python/icecream