>>> py3-random2: Building community/py3-random2 1.0.1-r1 (using abuild 3.9.0_rc2-r1) started Tue, 19 Oct 2021 20:30:49 +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/15) Installing libbz2 (1.0.8-r1) (2/15) Installing libffi (3.4.2-r1) (3/15) Installing gdbm (1.20-r2) (4/15) Installing xz-libs (5.2.5-r0) (5/15) Installing mpdecimal (2.5.1-r1) (6/15) Installing readline (8.1.1-r0) (7/15) Installing sqlite-libs (3.36.0-r0) (8/15) Installing python3 (3.9.7-r3) (9/15) Installing py3-ordered-set (4.0.2-r2) (10/15) Installing py3-appdirs (1.4.4-r2) (11/15) Installing py3-parsing (2.4.7-r2) (12/15) Installing py3-six (1.16.0-r0) (13/15) Installing py3-packaging (20.9-r1) (14/15) Installing py3-setuptools (52.0.0-r4) (15/15) Installing .makedepends-py3-random2 (20211019.203058) Executing busybox-1.34.1-r1.trigger OK: 367 MiB in 104 packages >>> py3-random2: Cleaning up srcdir >>> py3-random2: Cleaning up pkgdir >>> py3-random2: Fetching https://distfiles.alpinelinux.org/distfiles/v3.15/random2-1.0.1.zip % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 >>> py3-random2: Fetching https://pypi.python.org/packages/source/r/random2/random2-1.0.1.zip % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 122 100 122 0 0 1451 0 --:--:-- --:--:-- --:--:-- 1469 100 271 100 271 0 0 1164 0 --:--:-- --:--:-- --:--:-- 1164 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 21088 100 21088 0 0 71443 0 --:--:-- --:--:-- --:--:-- 71443 >>> py3-random2: Fetching https://distfiles.alpinelinux.org/distfiles/v3.15/random2-1.0.1.zip >>> py3-random2: Checking sha512sums... random2-1.0.1.zip: OK >>> py3-random2: Unpacking /var/cache/distfiles/v3.15/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. 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) ... ok test_bigrand (tests.WichmannHill_TestBasicOps) ... ok test_gauss (tests.WichmannHill_TestBasicOps) ... ok test_gauss_with_whseed (tests.WichmannHill_TestBasicOps) ... ok test_jumpahead (tests.WichmannHill_TestBasicOps) ... ok test_pickling (tests.WichmannHill_TestBasicOps) ... ok test_sample (tests.WichmannHill_TestBasicOps) ... ok test_sample_distribution (tests.WichmannHill_TestBasicOps) ... ok test_sample_inputs (tests.WichmannHill_TestBasicOps) ... ok test_sample_on_dicts (tests.WichmannHill_TestBasicOps) ... ok test_saverestore (tests.WichmannHill_TestBasicOps) ... ok test_seedargs (tests.WichmannHill_TestBasicOps) ... ok test_setstate_first_arg (tests.WichmannHill_TestBasicOps) ... ok test_strong_jumpahead (tests.WichmannHill_TestBasicOps) ... ok test_53_bits_per_float (tests.MersenneTwister_TestBasicOps) ... ok test_autoseed (tests.MersenneTwister_TestBasicOps) ... ok test_bigrand (tests.MersenneTwister_TestBasicOps) ... ok test_bigrand_ranges (tests.MersenneTwister_TestBasicOps) ... ok test_gauss (tests.MersenneTwister_TestBasicOps) ... ok test_genrandbits (tests.MersenneTwister_TestBasicOps) ... ok test_jumpahead (tests.MersenneTwister_TestBasicOps) ... ok test_long_seed (tests.MersenneTwister_TestBasicOps) ... ok test_pickling (tests.MersenneTwister_TestBasicOps) ... ok test_randbelow_logic (tests.MersenneTwister_TestBasicOps) ... ok test_randrange_bug_1590891 (tests.MersenneTwister_TestBasicOps) ... ok test_rangelimits (tests.MersenneTwister_TestBasicOps) ... ok test_referenceImplementation (tests.MersenneTwister_TestBasicOps) ... ok test_sample (tests.MersenneTwister_TestBasicOps) ... ok test_sample_distribution (tests.MersenneTwister_TestBasicOps) ... ok test_sample_inputs (tests.MersenneTwister_TestBasicOps) ... ok test_sample_on_dicts (tests.MersenneTwister_TestBasicOps) ... ok test_saverestore (tests.MersenneTwister_TestBasicOps) ... ok test_seedargs (tests.MersenneTwister_TestBasicOps) ... ok test_setstate_first_arg (tests.MersenneTwister_TestBasicOps) ... ok test_setstate_middle_arg (tests.MersenneTwister_TestBasicOps) ... ok test_strong_reference_implementation (tests.MersenneTwister_TestBasicOps) ... ok test_avg_std (tests.TestDistributions) ... ok test_zeroinputs (tests.TestDistributions) ... ok testMagicConstants (tests.TestModule) ... ok test__all__ (tests.TestModule) ... ok test_random_subclass_with_kwargs (tests.TestModule) ... ok ---------------------------------------------------------------------- Ran 41 tests in 0.417s OK >>> py3-random2: Entering fakeroot... running install running build running build_py 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' 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.9 creating /home/buildozer/aports/community/py3-random2/pkg/py3-random2/usr/lib/python3.9/site-packages copying build/lib/random2.py -> /home/buildozer/aports/community/py3-random2/pkg/py3-random2/usr/lib/python3.9/site-packages byte-compiling /home/buildozer/aports/community/py3-random2/pkg/py3-random2/usr/lib/python3.9/site-packages/random2.py to random2.cpython-39.pyc running install_egg_info Copying src/random2.egg-info to /home/buildozer/aports/community/py3-random2/pkg/py3-random2/usr/lib/python3.9/site-packages/random2-1.0.1-py3.9.egg-info running install_scripts >>> py3-random2*: Running postcheck for py3-random2 >>> py3-random2*: Preparing package py3-random2... >>> py3-random2*: Tracing dependencies... >>> py3-random2*: Package size: 104.0 KB >>> py3-random2*: Compressing data... >>> py3-random2*: Create checksum... >>> py3-random2*: Create py3-random2-1.0.1-r1.apk >>> py3-random2: Build complete at Tue, 19 Oct 2021 20:31:02 +0000 elapsed time 0h 0m 13s >>> py3-random2: Cleaning up srcdir >>> py3-random2: Cleaning up pkgdir >>> py3-random2: Uninstalling dependencies... (1/15) Purging .makedepends-py3-random2 (20211019.203058) (2/15) Purging py3-setuptools (52.0.0-r4) (3/15) Purging py3-ordered-set (4.0.2-r2) (4/15) Purging py3-appdirs (1.4.4-r2) (5/15) Purging py3-packaging (20.9-r1) (6/15) Purging py3-parsing (2.4.7-r2) (7/15) Purging py3-six (1.16.0-r0) (8/15) Purging python3 (3.9.7-r3) (9/15) Purging libbz2 (1.0.8-r1) (10/15) Purging libffi (3.4.2-r1) (11/15) Purging gdbm (1.20-r2) (12/15) Purging xz-libs (5.2.5-r0) (13/15) Purging mpdecimal (2.5.1-r1) (14/15) Purging readline (8.1.1-r0) (15/15) Purging sqlite-libs (3.36.0-r0) Executing busybox-1.34.1-r1.trigger OK: 316 MiB in 89 packages >>> py3-random2: Updating the community/x86 repository index... >>> py3-random2: Signing the index...