>>> py3-signedjson: Building community/py3-signedjson 1.1.1-r0 (using abuild 3.7.0_rc1-r2) started Tue, 22 Dec 2020 07:49:06 +0000 >>> py3-signedjson: Checking sanity of /home/buildozer/aports/community/py3-signedjson/APKBUILD... >>> py3-signedjson: Analyzing dependencies... >>> py3-signedjson: Installing for build: build-base python3 py3-pynacl py3-canonicaljson py3-unpaddedbase64 py3-typing-extensions py3-importlib-metadata py3-setuptools (1/25) Installing libbz2 (1.0.8-r1) (2/25) Installing libffi (3.3-r2) (3/25) Installing gdbm (1.18.1-r0) (4/25) Installing xz-libs (5.2.5-r0) (5/25) Installing readline (8.0.4-r0) (6/25) Installing sqlite-libs (3.34.0-r0) (7/25) Installing python3 (3.8.6-r0) (8/25) Installing py3-cparser (2.20-r0) (9/25) Installing py3-cffi (1.14.4-r0) (10/25) Installing py3-six (1.15.0-r0) (11/25) Installing py3-pynacl (1.4.0-r0) (12/25) Installing py3-simplejson (3.17.2-r0) (13/25) Installing py3-frozendict (1.2-r3) (14/25) Installing py3-canonicaljson (1.4.0-r0) (15/25) Installing py3-unpaddedbase64 (1.1.0-r1) (16/25) Installing py3-typing-extensions (3.7.4.3-r0) (17/25) Installing py3-more-itertools (8.6.0-r0) (18/25) Installing py3-zipp (1.0.0-r0) (19/25) Installing py3-importlib-metadata (1.7.0-r0) (20/25) Installing py3-ordered-set (4.0.2-r0) (21/25) Installing py3-appdirs (1.4.4-r1) (22/25) Installing py3-parsing (2.4.7-r1) (23/25) Installing py3-packaging (20.8-r0) (24/25) Installing py3-setuptools (51.0.0-r0) (25/25) Installing .makedepends-py3-signedjson (20201222.074914) Executing busybox-1.32.0-r8.trigger OK: 364 MiB in 111 packages >>> py3-signedjson: Cleaning up srcdir >>> py3-signedjson: Cleaning up pkgdir >>> py3-signedjson: Fetching https://distfiles.alpinelinux.org/distfiles/v3.13/signedjson-1.1.1.tar.gz % 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 10906 100 10906 0 0 158k 0 --:--:-- --:--:-- --:--:-- 158k >>> py3-signedjson: Fetching https://distfiles.alpinelinux.org/distfiles/v3.13/signedjson-1.1.1.tar.gz >>> py3-signedjson: Checking sha512sums... signedjson-1.1.1.tar.gz: OK >>> py3-signedjson: Unpacking /var/cache/distfiles/v3.13/signedjson-1.1.1.tar.gz... WARNING: The pip package is not available, falling back to EasyInstall for handling setup_requires/test_requires; this is deprecated and will be removed in a future version. running build running build_py creating build creating build/lib creating build/lib/signedjson copying signedjson/key.py -> build/lib/signedjson copying signedjson/sign.py -> build/lib/signedjson copying signedjson/__init__.py -> build/lib/signedjson copying signedjson/types.py -> build/lib/signedjson WARNING: The pip package is not available, falling back to EasyInstall for handling setup_requires/test_requires; this is deprecated and will be removed in a future version. 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 signedjson.egg-info/PKG-INFO writing dependency_links to signedjson.egg-info/dependency_links.txt writing requirements to signedjson.egg-info/requires.txt writing top-level names to signedjson.egg-info/top_level.txt reading manifest file 'signedjson.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' no previously-included directories found matching '.idea' writing manifest file 'signedjson.egg-info/SOURCES.txt' running build_ext test_sign_minimal (tests.test_known_key.KnownKeyTestCase) ... /home/buildozer/aports/community/py3-signedjson/src/signedjson-1.1.1/tests/test_known_key.py:44: DeprecationWarning: Please use assertEqual instead. self.assertEquals( ok test_sign_with_data (tests.test_known_key.KnownKeyTestCase) ... ok test_sign_and_verify (tests.test_sign.JsonSignTestCase) ... ok test_signature_ids (tests.test_sign.JsonSignTestCase) ... ok test_verify_fail (tests.test_sign.JsonSignTestCase) ... ok test_verify_fail_no_signature_for_alice (tests.test_sign.JsonSignTestCase) ... ok test_verify_fail_no_signatures (tests.test_sign.JsonSignTestCase) ... ok test_verify_fail_not_base64 (tests.test_sign.JsonSignTestCase) ... ok test_ed25519 (tests.test_key.AlgorithmSupportedTestCase) ... ok test_unsupported (tests.test_key.AlgorithmSupportedTestCase) ... ok test_decode (tests.test_key.DecodeTestCase) ... /home/buildozer/aports/community/py3-signedjson/src/signedjson-1.1.1/tests/test_key.py:38: DeprecationWarning: Please use assertEqual instead. self.assertEquals(decoded_key.alg, "ed25519") ok test_decode_invalid_base64 (tests.test_key.DecodeTestCase) ... ok test_decode_invalid_key (tests.test_key.DecodeTestCase) ... ok test_decode_signing_invalid_algorithm (tests.test_key.DecodeTestCase) ... ok test_decode_verify_invalid_algorithm (tests.test_key.DecodeTestCase) ... ok test_decode_verify_key (tests.test_key.DecodeTestCase) ... ok test_decode_verify_key_invalid_algorithm (tests.test_key.DecodeTestCase) ... ok test_decode_verify_key_invalid_base64 (tests.test_key.DecodeTestCase) ... ok test_decode_verify_key_invalid_key (tests.test_key.DecodeTestCase) ... ok test_read_keys (tests.test_key.DecodeTestCase) ... ok test_read_old_keys (tests.test_key.DecodeTestCase) ... ok test_write_signing_keys (tests.test_key.DecodeTestCase) ... ok test_generate_key (tests.test_key.GenerateTestCase) ... ok ---------------------------------------------------------------------- Ran 23 tests in 0.010s OK >>> py3-signedjson: Entering fakeroot... WARNING: The pip package is not available, falling back to EasyInstall for handling setup_requires/test_requires; this is deprecated and will be removed in a future version. running install running build running build_py running install_lib creating /home/buildozer/aports/community/py3-signedjson/pkg creating /home/buildozer/aports/community/py3-signedjson/pkg/py3-signedjson creating /home/buildozer/aports/community/py3-signedjson/pkg/py3-signedjson/usr creating /home/buildozer/aports/community/py3-signedjson/pkg/py3-signedjson/usr/lib creating /home/buildozer/aports/community/py3-signedjson/pkg/py3-signedjson/usr/lib/python3.8 creating /home/buildozer/aports/community/py3-signedjson/pkg/py3-signedjson/usr/lib/python3.8/site-packages creating /home/buildozer/aports/community/py3-signedjson/pkg/py3-signedjson/usr/lib/python3.8/site-packages/signedjson copying build/lib/signedjson/key.py -> /home/buildozer/aports/community/py3-signedjson/pkg/py3-signedjson/usr/lib/python3.8/site-packages/signedjson copying build/lib/signedjson/sign.py -> /home/buildozer/aports/community/py3-signedjson/pkg/py3-signedjson/usr/lib/python3.8/site-packages/signedjson copying build/lib/signedjson/__init__.py -> /home/buildozer/aports/community/py3-signedjson/pkg/py3-signedjson/usr/lib/python3.8/site-packages/signedjson copying build/lib/signedjson/types.py -> /home/buildozer/aports/community/py3-signedjson/pkg/py3-signedjson/usr/lib/python3.8/site-packages/signedjson byte-compiling /home/buildozer/aports/community/py3-signedjson/pkg/py3-signedjson/usr/lib/python3.8/site-packages/signedjson/key.py to key.cpython-38.pyc byte-compiling /home/buildozer/aports/community/py3-signedjson/pkg/py3-signedjson/usr/lib/python3.8/site-packages/signedjson/sign.py to sign.cpython-38.pyc byte-compiling /home/buildozer/aports/community/py3-signedjson/pkg/py3-signedjson/usr/lib/python3.8/site-packages/signedjson/__init__.py to __init__.cpython-38.pyc byte-compiling /home/buildozer/aports/community/py3-signedjson/pkg/py3-signedjson/usr/lib/python3.8/site-packages/signedjson/types.py to types.cpython-38.pyc running install_egg_info running egg_info writing signedjson.egg-info/PKG-INFO writing dependency_links to signedjson.egg-info/dependency_links.txt writing requirements to signedjson.egg-info/requires.txt writing top-level names to signedjson.egg-info/top_level.txt reading manifest file 'signedjson.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' no previously-included directories found matching '.idea' writing manifest file 'signedjson.egg-info/SOURCES.txt' Copying signedjson.egg-info to /home/buildozer/aports/community/py3-signedjson/pkg/py3-signedjson/usr/lib/python3.8/site-packages/signedjson-1.1.1-py3.8.egg-info running install_scripts >>> py3-signedjson*: Running postcheck for py3-signedjson >>> py3-signedjson*: Preparing package py3-signedjson... >>> py3-signedjson*: Tracing dependencies... >>> py3-signedjson*: Package size: 96.0 KB >>> py3-signedjson*: Compressing data... >>> py3-signedjson*: Create checksum... >>> py3-signedjson*: Create py3-signedjson-1.1.1-r0.apk >>> py3-signedjson: Build complete at Tue, 22 Dec 2020 07:49:27 +0000 elapsed time 0h 0m 21s >>> py3-signedjson: Cleaning up srcdir >>> py3-signedjson: Cleaning up pkgdir >>> py3-signedjson: Uninstalling dependencies... (1/25) Purging .makedepends-py3-signedjson (20201222.074914) (2/25) Purging py3-pynacl (1.4.0-r0) (3/25) Purging py3-cffi (1.14.4-r0) (4/25) Purging py3-cparser (2.20-r0) (5/25) Purging py3-canonicaljson (1.4.0-r0) (6/25) Purging py3-simplejson (3.17.2-r0) (7/25) Purging py3-frozendict (1.2-r3) (8/25) Purging py3-unpaddedbase64 (1.1.0-r1) (9/25) Purging py3-typing-extensions (3.7.4.3-r0) (10/25) Purging py3-importlib-metadata (1.7.0-r0) (11/25) Purging py3-zipp (1.0.0-r0) (12/25) Purging py3-more-itertools (8.6.0-r0) (13/25) Purging py3-setuptools (51.0.0-r0) (14/25) Purging py3-ordered-set (4.0.2-r0) (15/25) Purging py3-appdirs (1.4.4-r1) (16/25) Purging py3-packaging (20.8-r0) (17/25) Purging py3-parsing (2.4.7-r1) (18/25) Purging py3-six (1.15.0-r0) (19/25) Purging python3 (3.8.6-r0) (20/25) Purging libbz2 (1.0.8-r1) (21/25) Purging libffi (3.3-r2) (22/25) Purging gdbm (1.18.1-r0) (23/25) Purging xz-libs (5.2.5-r0) (24/25) Purging readline (8.0.4-r0) (25/25) Purging sqlite-libs (3.34.0-r0) Executing busybox-1.32.0-r8.trigger OK: 310 MiB in 86 packages >>> py3-signedjson: Updating the community/x86 repository index... >>> py3-signedjson: Signing the index...