+ case "${usergroup_phase}" in
+ local run_cmd
+ run_cmd=run_su
+ shift
+ run_su /opt/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent PYTHON_VERSION_REQD=310 WRKLOG=/tmp/bulklog/py310-bitcoinlib-0.12.2/work.log
+ su pbulk -c '"$@"' make /opt/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent PYTHON_VERSION_REQD=310 WRKLOG=/tmp/bulklog/py310-bitcoinlib-0.12.2/work.log
===> Building for py310-bitcoinlib-0.12.2
* Building wheel...
/opt/pkg/lib/python3.10/site-packages/setuptools/_distutils/dist.py:289: UserWarning: Unknown distribution option: 'test_suite'
  warnings.warn(msg)
/opt/pkg/lib/python3.10/site-packages/setuptools/dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated.
!!

        ********************************************************************************
        Please consider removing the following classifiers in favor of a SPDX license expression:

        License :: OSI Approved :: GNU Lesser General Public License v3 or later (LGPLv3+)

        See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.
        ********************************************************************************

!!
  self._finalize_license_expression()
running bdist_wheel
running build
running build_py
creating build/lib/bitcoin
copying bitcoin/signmessage.py -> build/lib/bitcoin
copying bitcoin/__init__.py -> build/lib/bitcoin
copying bitcoin/signature.py -> build/lib/bitcoin
copying bitcoin/wallet.py -> build/lib/bitcoin
copying bitcoin/messages.py -> build/lib/bitcoin
copying bitcoin/segwit_addr.py -> build/lib/bitcoin
copying bitcoin/net.py -> build/lib/bitcoin
copying bitcoin/bloom.py -> build/lib/bitcoin
copying bitcoin/bech32.py -> build/lib/bitcoin
copying bitcoin/base58.py -> build/lib/bitcoin
copying bitcoin/rpc.py -> build/lib/bitcoin
creating build/lib/bitcoin/tests
copying bitcoin/tests/__init__.py -> build/lib/bitcoin/tests
copying bitcoin/tests/test_script.py -> build/lib/bitcoin/tests
copying bitcoin/tests/test_serialize.py -> build/lib/bitcoin/tests
copying bitcoin/tests/fakebitcoinproxy.py -> build/lib/bitcoin/tests
copying bitcoin/tests/test_signmessage.py -> build/lib/bitcoin/tests
copying bitcoin/tests/test_key.py -> build/lib/bitcoin/tests
copying bitcoin/tests/test_bloom.py -> build/lib/bitcoin/tests
copying bitcoin/tests/test_segwit.py -> build/lib/bitcoin/tests
copying bitcoin/tests/test_messages.py -> build/lib/bitcoin/tests
copying bitcoin/tests/test_checkblock.py -> build/lib/bitcoin/tests
copying bitcoin/tests/test_core.py -> build/lib/bitcoin/tests
copying bitcoin/tests/test_wallet.py -> build/lib/bitcoin/tests
copying bitcoin/tests/test_rpc.py -> build/lib/bitcoin/tests
copying bitcoin/tests/test_scripteval.py -> build/lib/bitcoin/tests
copying bitcoin/tests/test_transactions.py -> build/lib/bitcoin/tests
copying bitcoin/tests/test_net.py -> build/lib/bitcoin/tests
copying bitcoin/tests/test_fakebitcoinproxy.py -> build/lib/bitcoin/tests
copying bitcoin/tests/test_base58.py -> build/lib/bitcoin/tests
copying bitcoin/tests/test_bech32.py -> build/lib/bitcoin/tests
copying bitcoin/tests/test_ripemd160.py -> build/lib/bitcoin/tests
creating build/lib/bitcoin/core
copying bitcoin/core/script.py -> build/lib/bitcoin/core
copying bitcoin/core/key.py -> build/lib/bitcoin/core
copying bitcoin/core/_bignum.py -> build/lib/bitcoin/core
copying bitcoin/core/__init__.py -> build/lib/bitcoin/core
copying bitcoin/core/scripteval.py -> build/lib/bitcoin/core
copying bitcoin/core/serialize.py -> build/lib/bitcoin/core
creating build/lib/bitcoin/core/contrib
copying bitcoin/core/contrib/__init__.py -> build/lib/bitcoin/core/contrib
copying bitcoin/core/contrib/ripemd160.py -> build/lib/bitcoin/core/contrib
installing to build/bdist.solaris-2.11-i86pc.64bit/wheel
running install
running install_lib
creating build/bdist.solaris-2.11-i86pc.64bit/wheel
creating build/bdist.solaris-2.11-i86pc.64bit/wheel/bitcoin
copying build/lib/bitcoin/base58.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./bitcoin
copying build/lib/bitcoin/bech32.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./bitcoin
copying build/lib/bitcoin/segwit_addr.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./bitcoin
copying build/lib/bitcoin/wallet.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./bitcoin
copying build/lib/bitcoin/bloom.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./bitcoin
copying build/lib/bitcoin/messages.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./bitcoin
copying build/lib/bitcoin/signmessage.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./bitcoin
copying build/lib/bitcoin/signature.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./bitcoin
copying build/lib/bitcoin/__init__.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./bitcoin
copying build/lib/bitcoin/net.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./bitcoin
creating build/bdist.solaris-2.11-i86pc.64bit/wheel/bitcoin/tests
copying build/lib/bitcoin/tests/test_segwit.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./bitcoin/tests
copying build/lib/bitcoin/tests/test_key.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./bitcoin/tests
copying build/lib/bitcoin/tests/test_ripemd160.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./bitcoin/tests
copying build/lib/bitcoin/tests/__init__.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./bitcoin/tests
copying build/lib/bitcoin/tests/test_scripteval.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./bitcoin/tests
copying build/lib/bitcoin/tests/test_fakebitcoinproxy.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./bitcoin/tests
copying build/lib/bitcoin/tests/test_core.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./bitcoin/tests
copying build/lib/bitcoin/tests/test_script.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./bitcoin/tests
copying build/lib/bitcoin/tests/test_bloom.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./bitcoin/tests
copying build/lib/bitcoin/tests/test_transactions.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./bitcoin/tests
copying build/lib/bitcoin/tests/test_rpc.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./bitcoin/tests
copying build/lib/bitcoin/tests/test_bech32.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./bitcoin/tests
copying build/lib/bitcoin/tests/test_base58.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./bitcoin/tests
copying build/lib/bitcoin/tests/test_messages.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./bitcoin/tests
copying build/lib/bitcoin/tests/test_checkblock.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./bitcoin/tests
copying build/lib/bitcoin/tests/test_serialize.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./bitcoin/tests
copying build/lib/bitcoin/tests/test_wallet.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./bitcoin/tests
copying build/lib/bitcoin/tests/test_net.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./bitcoin/tests
copying build/lib/bitcoin/tests/test_signmessage.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./bitcoin/tests
copying build/lib/bitcoin/tests/fakebitcoinproxy.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./bitcoin/tests
copying build/lib/bitcoin/rpc.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./bitcoin
creating build/bdist.solaris-2.11-i86pc.64bit/wheel/bitcoin/core
copying build/lib/bitcoin/core/key.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./bitcoin/core
copying build/lib/bitcoin/core/script.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./bitcoin/core
copying build/lib/bitcoin/core/scripteval.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./bitcoin/core
copying build/lib/bitcoin/core/serialize.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./bitcoin/core
copying build/lib/bitcoin/core/_bignum.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./bitcoin/core
creating build/bdist.solaris-2.11-i86pc.64bit/wheel/bitcoin/core/contrib
copying build/lib/bitcoin/core/contrib/ripemd160.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./bitcoin/core/contrib
copying build/lib/bitcoin/core/contrib/__init__.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./bitcoin/core/contrib
copying build/lib/bitcoin/core/__init__.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./bitcoin/core
running install_egg_info
running egg_info
writing python_bitcoinlib.egg-info/PKG-INFO
writing dependency_links to python_bitcoinlib.egg-info/dependency_links.txt
writing top-level names to python_bitcoinlib.egg-info/top_level.txt
reading manifest file 'python_bitcoinlib.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
adding license file 'LICENSE'
writing manifest file 'python_bitcoinlib.egg-info/SOURCES.txt'
Copying python_bitcoinlib.egg-info to build/bdist.solaris-2.11-i86pc.64bit/wheel/./python_bitcoinlib-0.12.2-py3.10.egg-info
running install_scripts
creating build/bdist.solaris-2.11-i86pc.64bit/wheel/python_bitcoinlib-0.12.2.dist-info/WHEEL
creating '/home/pbulk/build/finance/py-bitcoinlib/work/python-bitcoinlib-0.12.2/dist/.tmp-uztl8bx0/python_bitcoinlib-0.12.2-py3-none-any.whl' and adding 'build/bdist.solaris-2.11-i86pc.64bit/wheel' to it
adding 'bitcoin/__init__.py'
adding 'bitcoin/base58.py'
adding 'bitcoin/bech32.py'
adding 'bitcoin/bloom.py'
adding 'bitcoin/messages.py'
adding 'bitcoin/net.py'
adding 'bitcoin/rpc.py'
adding 'bitcoin/segwit_addr.py'
adding 'bitcoin/signature.py'
adding 'bitcoin/signmessage.py'
adding 'bitcoin/wallet.py'
adding 'bitcoin/core/__init__.py'
adding 'bitcoin/core/_bignum.py'
adding 'bitcoin/core/key.py'
adding 'bitcoin/core/script.py'
adding 'bitcoin/core/scripteval.py'
adding 'bitcoin/core/serialize.py'
adding 'bitcoin/core/contrib/__init__.py'
adding 'bitcoin/core/contrib/ripemd160.py'
adding 'bitcoin/tests/__init__.py'
adding 'bitcoin/tests/fakebitcoinproxy.py'
adding 'bitcoin/tests/test_base58.py'
adding 'bitcoin/tests/test_bech32.py'
adding 'bitcoin/tests/test_bloom.py'
adding 'bitcoin/tests/test_checkblock.py'
adding 'bitcoin/tests/test_core.py'
adding 'bitcoin/tests/test_fakebitcoinproxy.py'
adding 'bitcoin/tests/test_key.py'
adding 'bitcoin/tests/test_messages.py'
adding 'bitcoin/tests/test_net.py'
adding 'bitcoin/tests/test_ripemd160.py'
adding 'bitcoin/tests/test_rpc.py'
adding 'bitcoin/tests/test_script.py'
adding 'bitcoin/tests/test_scripteval.py'
adding 'bitcoin/tests/test_segwit.py'
adding 'bitcoin/tests/test_serialize.py'
adding 'bitcoin/tests/test_signmessage.py'
adding 'bitcoin/tests/test_transactions.py'
adding 'bitcoin/tests/test_wallet.py'
adding 'python_bitcoinlib-0.12.2.dist-info/licenses/LICENSE'
adding 'python_bitcoinlib-0.12.2.dist-info/METADATA'
adding 'python_bitcoinlib-0.12.2.dist-info/WHEEL'
adding 'python_bitcoinlib-0.12.2.dist-info/top_level.txt'
adding 'python_bitcoinlib-0.12.2.dist-info/RECORD'
removing build/bdist.solaris-2.11-i86pc.64bit/wheel
Successfully built python_bitcoinlib-0.12.2-py3-none-any.whl