>>> py3-random2: Building community/py3-random2 1.0.1-r5 (using abuild 3.12.0-r5) started Fri, 12 Apr 2024 20:17:44 +0000 >>> py3-random2: Checking sanity of /home/buildozer/aports/community/py3-random2/APKBUILD... >>> py3-random2: Analyzing dependencies... >>> py3-random2: Installing for build: build-base python3 py3-setuptools (1/17) Installing libffi (3.4.6-r0) (2/17) Installing gdbm (1.23-r1) (3/17) Installing mpdecimal (4.0.0-r0) (4/17) Installing libpanelw (6.4_p20240330-r0) (5/17) Installing readline (8.2.10-r0) (6/17) Installing sqlite-libs (3.45.2-r0) (7/17) Installing python3 (3.12.2-r1) (8/17) Installing python3-pycache-pyc0 (3.12.2-r1) (9/17) Installing pyc (3.12.2-r1) (10/17) Installing python3-pyc (3.12.2-r1) (11/17) Installing py3-parsing (3.1.2-r1) (12/17) Installing py3-parsing-pyc (3.1.2-r1) (13/17) Installing py3-packaging (24.0-r1) (14/17) Installing py3-packaging-pyc (24.0-r1) (15/17) Installing py3-setuptools (69.2.0-r2) (16/17) Installing py3-setuptools-pyc (69.2.0-r2) (17/17) Installing .makedepends-py3-random2 (20240412.201745) Executing busybox-1.36.1-r25.trigger OK: 315 MiB in 127 packages >>> py3-random2: Cleaning up srcdir >>> py3-random2: Cleaning up pkgdir >>> py3-random2: Cleaning up tmpdir >>> py3-random2: Fetching https://distfiles.alpinelinux.org/distfiles/edge/random2-1.0.1.zip >>> py3-random2: Fetching https://distfiles.alpinelinux.org/distfiles/edge/random2-1.0.1.zip >>> py3-random2: Checking sha512sums... random2-1.0.1.zip: OK >>> py3-random2: Unpacking /var/cache/distfiles/random2-1.0.1.zip... running build running build_py creating build creating build/lib copying src/random2.py -> build/lib running egg_info writing src/random2.egg-info/PKG-INFO writing dependency_links to src/random2.egg-info/dependency_links.txt writing top-level names to src/random2.egg-info/top_level.txt reading manifest file 'src/random2.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching '*.rst' warning: no files found matching 'buildout.cfg' warning: no previously-included files matching '*.pyc' found anywhere in distribution writing manifest file 'src/random2.egg-info/SOURCES.txt' running test WARNING: Testing via this command is deprecated and will be removed in a future version. Users looking for a generic test entry point independent of test runner are encouraged to use tox. /usr/lib/python3.12/site-packages/setuptools/command/test.py:193: _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`. ******************************************************************************** !! ir_d = dist.fetch_build_eggs(dist.install_requires) WARNING: The wheel package is not available. /usr/lib/python3.12/site-packages/setuptools/command/test.py:194: _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`. ******************************************************************************** !! tr_d = dist.fetch_build_eggs(dist.tests_require or []) WARNING: The wheel package is not available. /usr/lib/python3.12/site-packages/setuptools/command/test.py:195: _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`. ******************************************************************************** !! er_d = dist.fetch_build_eggs( WARNING: The wheel package is not available. running egg_info writing src/random2.egg-info/PKG-INFO writing dependency_links to src/random2.egg-info/dependency_links.txt writing top-level names to src/random2.egg-info/top_level.txt reading manifest file 'src/random2.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching '*.rst' warning: no files found matching 'buildout.cfg' warning: no previously-included files matching '*.pyc' found anywhere in distribution writing manifest file 'src/random2.egg-info/SOURCES.txt' running build_ext test_autoseed (tests.WichmannHill_TestBasicOps.test_autoseed) ... ok test_bigrand (tests.WichmannHill_TestBasicOps.test_bigrand) ... ok test_gauss (tests.WichmannHill_TestBasicOps.test_gauss) ... ok test_gauss_with_whseed (tests.WichmannHill_TestBasicOps.test_gauss_with_whseed) ... ok test_jumpahead (tests.WichmannHill_TestBasicOps.test_jumpahead) ... ok test_pickling (tests.WichmannHill_TestBasicOps.test_pickling) ... ok test_sample (tests.WichmannHill_TestBasicOps.test_sample) ... ok test_sample_distribution (tests.WichmannHill_TestBasicOps.test_sample_distribution) ... ok test_sample_inputs (tests.WichmannHill_TestBasicOps.test_sample_inputs) ... ok test_sample_on_dicts (tests.WichmannHill_TestBasicOps.test_sample_on_dicts) ... ok test_saverestore (tests.WichmannHill_TestBasicOps.test_saverestore) ... ok test_seedargs (tests.WichmannHill_TestBasicOps.test_seedargs) ... ok test_setstate_first_arg (tests.WichmannHill_TestBasicOps.test_setstate_first_arg) ... ok test_strong_jumpahead (tests.WichmannHill_TestBasicOps.test_strong_jumpahead) ... ok test_53_bits_per_float (tests.MersenneTwister_TestBasicOps.test_53_bits_per_float) ... ok test_autoseed (tests.MersenneTwister_TestBasicOps.test_autoseed) ... ok test_bigrand (tests.MersenneTwister_TestBasicOps.test_bigrand) ... ok test_bigrand_ranges (tests.MersenneTwister_TestBasicOps.test_bigrand_ranges) ... ok test_gauss (tests.MersenneTwister_TestBasicOps.test_gauss) ... ok test_genrandbits (tests.MersenneTwister_TestBasicOps.test_genrandbits) ... ok test_jumpahead (tests.MersenneTwister_TestBasicOps.test_jumpahead) ... ok test_long_seed (tests.MersenneTwister_TestBasicOps.test_long_seed) ... ok test_pickling (tests.MersenneTwister_TestBasicOps.test_pickling) ... ok test_randbelow_logic (tests.MersenneTwister_TestBasicOps.test_randbelow_logic) ... ok test_randrange_bug_1590891 (tests.MersenneTwister_TestBasicOps.test_randrange_bug_1590891) ... ok test_rangelimits (tests.MersenneTwister_TestBasicOps.test_rangelimits) ... ok test_referenceImplementation (tests.MersenneTwister_TestBasicOps.test_referenceImplementation) ... ok test_sample (tests.MersenneTwister_TestBasicOps.test_sample) ... ok test_sample_distribution (tests.MersenneTwister_TestBasicOps.test_sample_distribution) ... ok test_sample_inputs (tests.MersenneTwister_TestBasicOps.test_sample_inputs) ... ok test_sample_on_dicts (tests.MersenneTwister_TestBasicOps.test_sample_on_dicts) ... ok test_saverestore (tests.MersenneTwister_TestBasicOps.test_saverestore) ... ok test_seedargs (tests.MersenneTwister_TestBasicOps.test_seedargs) ... ok test_setstate_first_arg (tests.MersenneTwister_TestBasicOps.test_setstate_first_arg) ... ok test_setstate_middle_arg (tests.MersenneTwister_TestBasicOps.test_setstate_middle_arg) ... ok test_strong_reference_implementation (tests.MersenneTwister_TestBasicOps.test_strong_reference_implementation) ... ok test_avg_std (tests.TestDistributions.test_avg_std) ... ok test_zeroinputs (tests.TestDistributions.test_zeroinputs) ... ok testMagicConstants (tests.TestModule.testMagicConstants) ... ok test__all__ (tests.TestModule.test__all__) ... ok test_random_subclass_with_kwargs (tests.TestModule.test_random_subclass_with_kwargs) ... ok ---------------------------------------------------------------------- Ran 41 tests in 0.306s OK >>> py3-random2: Entering fakeroot... running install /usr/lib/python3.12/site-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 /home/buildozer/aports/community/py3-random2/pkg creating /home/buildozer/aports/community/py3-random2/pkg/py3-random2 creating /home/buildozer/aports/community/py3-random2/pkg/py3-random2/usr creating /home/buildozer/aports/community/py3-random2/pkg/py3-random2/usr/lib creating /home/buildozer/aports/community/py3-random2/pkg/py3-random2/usr/lib/python3.12 creating /home/buildozer/aports/community/py3-random2/pkg/py3-random2/usr/lib/python3.12/site-packages copying build/lib/random2.py -> /home/buildozer/aports/community/py3-random2/pkg/py3-random2/usr/lib/python3.12/site-packages byte-compiling /home/buildozer/aports/community/py3-random2/pkg/py3-random2/usr/lib/python3.12/site-packages/random2.py to random2.cpython-312.pyc running install_egg_info running egg_info writing src/random2.egg-info/PKG-INFO writing dependency_links to src/random2.egg-info/dependency_links.txt writing top-level names to src/random2.egg-info/top_level.txt reading manifest file 'src/random2.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching '*.rst' warning: no files found matching 'buildout.cfg' writing manifest file 'src/random2.egg-info/SOURCES.txt' Copying src/random2.egg-info to /home/buildozer/aports/community/py3-random2/pkg/py3-random2/usr/lib/python3.12/site-packages/random2-1.0.1-py3.12.egg-info running install_scripts >>> py3-random2-pyc*: Running split function pyc... '/home/buildozer/aports/community/py3-random2/pkg/py3-random2/usr/lib/python3.12/site-packages/__pycache__' -> '/home/buildozer/aports/community/py3-random2/pkg/py3-random2-pyc/usr/lib/python3.12/site-packages/__pycache__' >>> py3-random2-pyc*: Preparing subpackage py3-random2-pyc... >>> py3-random2-pyc*: Running postcheck for py3-random2-pyc >>> py3-random2*: Running postcheck for py3-random2 >>> py3-random2*: Preparing package py3-random2... >>> py3-random2-pyc*: Tracing dependencies... python3 python3~3.12 >>> py3-random2-pyc*: Package size: 56.0 KB >>> py3-random2-pyc*: Compressing data... >>> py3-random2-pyc*: Create checksum... >>> py3-random2-pyc*: Create py3-random2-pyc-1.0.1-r5.apk >>> py3-random2*: Tracing dependencies... python3 python3~3.12 >>> py3-random2*: Package size: 76.0 KB >>> py3-random2*: Compressing data... >>> py3-random2*: Create checksum... >>> py3-random2*: Create py3-random2-1.0.1-r5.apk >>> py3-random2: Build complete at Fri, 12 Apr 2024 20:17:47 +0000 elapsed time 0h 0m 3s >>> py3-random2: Cleaning up srcdir >>> py3-random2: Cleaning up pkgdir >>> py3-random2: Uninstalling dependencies... (1/17) Purging .makedepends-py3-random2 (20240412.201745) (2/17) Purging py3-setuptools-pyc (69.2.0-r2) (3/17) Purging py3-setuptools (69.2.0-r2) (4/17) Purging py3-packaging-pyc (24.0-r1) (5/17) Purging py3-packaging (24.0-r1) (6/17) Purging py3-parsing-pyc (3.1.2-r1) (7/17) Purging py3-parsing (3.1.2-r1) (8/17) Purging python3-pyc (3.12.2-r1) (9/17) Purging python3-pycache-pyc0 (3.12.2-r1) (10/17) Purging pyc (3.12.2-r1) (11/17) Purging python3 (3.12.2-r1) (12/17) Purging gdbm (1.23-r1) (13/17) Purging libffi (3.4.6-r0) (14/17) Purging libpanelw (6.4_p20240330-r0) (15/17) Purging mpdecimal (4.0.0-r0) (16/17) Purging readline (8.2.10-r0) (17/17) Purging sqlite-libs (3.45.2-r0) Executing busybox-1.36.1-r25.trigger OK: 263 MiB in 110 packages >>> py3-random2: Updating the community/ppc64le repository index... >>> py3-random2: Signing the index...