>>> py3-gnupg: Building testing/py3-gnupg 0.4.8-r1 (using abuild 3.9.0-r0) started Sun, 19 Dec 2021 15:58:53 +0000 >>> py3-gnupg: Checking sanity of /home/buildozer/aports/testing/py3-gnupg/APKBUILD... >>> py3-gnupg: Analyzing dependencies... >>> py3-gnupg: Installing for build: build-base python3 gnupg py3-setuptools py3-pytest (1/46) Installing libffi (3.4.2-r1) (2/46) Installing gdbm (1.22-r0) (3/46) Installing mpdecimal (2.5.1-r1) (4/46) Installing readline (8.1.1-r0) (5/46) Installing sqlite-libs (3.37.0-r0) (6/46) Installing python3 (3.10.1-r0) (7/46) Installing libgpg-error (1.42-r1) (8/46) Installing libassuan (2.5.5-r0) (9/46) Installing libcap (2.62-r0) (10/46) Installing pinentry (1.2.0-r0) Executing pinentry-1.2.0-r0.post-install (11/46) Installing libgcrypt (1.9.4-r0) (12/46) Installing gnupg-gpgconf (2.2.31-r1) (13/46) Installing gpg (2.2.31-r1) (14/46) Installing npth (1.6-r1) (15/46) Installing gpg-agent (2.2.31-r1) (16/46) Installing gpg-wks-server (2.2.31-r1) (17/46) Installing libksba (1.6.0-r0) (18/46) Installing gpgsm (2.2.31-r1) (19/46) Installing gpgv (2.2.31-r1) (20/46) Installing nettle (3.7.3-r0) (21/46) Installing p11-kit (0.24.0-r1) (22/46) Installing libtasn1 (4.18.0-r0) (23/46) Installing libunistring (0.9.10-r1) (24/46) Installing gnutls (3.7.1-r0) (25/46) Installing libsasl (2.1.27-r14) (26/46) Installing libldap (2.6.0-r0) (27/46) Installing gnupg-dirmngr (2.2.31-r1) (28/46) Installing gnupg-utils (2.2.31-r1) (29/46) Installing gnupg-wks-client (2.2.31-r1) (30/46) Installing gnupg (2.2.31-r1) (31/46) Installing py3-ordered-set (4.0.2-r3) (32/46) Installing py3-appdirs (1.4.4-r3) (33/46) Installing py3-parsing (2.4.7-r3) (34/46) Installing py3-six (1.16.0-r1) (35/46) Installing py3-packaging (21.3-r0) (36/46) Installing py3-setuptools (52.0.0-r5) (37/46) Installing py3-atomicwrites (1.4.0-r2) (38/46) Installing py3-attrs (21.2.0-r1) (39/46) Installing py3-more-itertools (8.12.0-r1) (40/46) Installing py3-iniconfig (1.1.1-r2) (41/46) Installing py3-pluggy (0.13.1-r5) (42/46) Installing py3-py (1.10.0-r2) (43/46) Installing py3-wcwidth (0.2.5-r2) (44/46) Installing py3-toml (0.10.2-r3) (45/46) Installing py3-pytest (6.2.5-r1) (46/46) Installing .makedepends-py3-gnupg (20211219.155854) Executing busybox-1.34.1-r5.trigger OK: 433 MiB in 147 packages >>> py3-gnupg: Cleaning up srcdir >>> py3-gnupg: Cleaning up pkgdir >>> py3-gnupg: Fetching https://distfiles.alpinelinux.org/distfiles/edge/python-gnupg-0.4.8.tar.gz >>> py3-gnupg: Fetching https://distfiles.alpinelinux.org/distfiles/edge/python-gnupg-0.4.8.tar.gz >>> py3-gnupg: Checking sha512sums... python-gnupg-0.4.8.tar.gz: OK >>> py3-gnupg: Unpacking /var/cache/distfiles/edge/python-gnupg-0.4.8.tar.gz... running build running build_py creating build creating build/lib copying gnupg.py -> build/lib ============================= test session starts ============================== platform linux -- Python 3.10.1, pytest-6.2.5, py-1.10.0, pluggy-0.13.1 -- /usr/bin/python3 cachedir: .pytest_cache rootdir: /home/buildozer/aports/testing/py3-gnupg/src/python-gnupg-0.4.8 collecting ... collected 29 items test_gnupg.py::GPGTestCase::test_deletion PASSED [ 3%] test_gnupg.py::GPGTestCase::test_doctest_import_keys PASSED [ 6%] test_gnupg.py::GPGTestCase::test_encryption_and_decryption PASSED [ 10%] test_gnupg.py::GPGTestCase::test_environment PASSED [ 13%] test_gnupg.py::GPGTestCase::test_file_encryption_and_decryption PASSED [ 17%] test_gnupg.py::GPGTestCase::test_filenames_with_spaces PASSED [ 20%] test_gnupg.py::GPGTestCase::test_get_recipients PASSED [ 24%] test_gnupg.py::GPGTestCase::test_import_and_export PASSED [ 27%] test_gnupg.py::GPGTestCase::test_import_only PASSED [ 31%] test_gnupg.py::GPGTestCase::test_invalid_fileobject PASSED [ 34%] test_gnupg.py::GPGTestCase::test_invalid_home PASSED [ 37%] test_gnupg.py::GPGTestCase::test_invalid_outputs PASSED [ 41%] test_gnupg.py::GPGTestCase::test_key_generation_input PASSED [ 44%] test_gnupg.py::GPGTestCase::test_key_generation_with_colons PASSED [ 48%] test_gnupg.py::GPGTestCase::test_key_generation_with_escapes PASSED [ 51%] test_gnupg.py::GPGTestCase::test_key_generation_with_invalid_key_type PASSED [ 55%] test_gnupg.py::GPGTestCase::test_key_trust PASSED [ 58%] test_gnupg.py::GPGTestCase::test_list_keys_after_generation PASSED [ 62%] test_gnupg.py::GPGTestCase::test_list_keys_initial PASSED [ 65%] test_gnupg.py::GPGTestCase::test_list_signatures PASSED [ 68%] test_gnupg.py::GPGTestCase::test_make_args PASSED [ 72%] test_gnupg.py::GPGTestCase::test_no_such_key PASSED [ 75%] test_gnupg.py::GPGTestCase::test_nogpg PASSED [ 79%] test_gnupg.py::GPGTestCase::test_quote_with_shell PASSED [ 82%] test_gnupg.py::GPGTestCase::test_recv_keys_no_server PASSED [ 86%] test_gnupg.py::GPGTestCase::test_scan_keys PASSED [ 89%] test_gnupg.py::GPGTestCase::test_search_keys PASSED [ 93%] test_gnupg.py::GPGTestCase::test_signature_file PASSED [ 96%] test_gnupg.py::GPGTestCase::test_signature_verification PASSED [100%] =============================== warnings summary =============================== test_gnupg.py: 146 warnings /home/buildozer/aports/testing/py3-gnupg/src/python-gnupg-0.4.8/gnupg.py:1024: DeprecationWarning: setDaemon() is deprecated, set the daemon attribute instead rr.setDaemon(True) test_gnupg.py: 146 warnings /home/buildozer/aports/testing/py3-gnupg/src/python-gnupg-0.4.8/gnupg.py:1031: DeprecationWarning: setDaemon() is deprecated, set the daemon attribute instead dr.setDaemon(True) test_gnupg.py: 69 warnings /home/buildozer/aports/testing/py3-gnupg/src/python-gnupg-0.4.8/gnupg.py:172: DeprecationWarning: setDaemon() is deprecated, set the daemon attribute instead wr.setDaemon(True) -- Docs: https://docs.pytest.org/en/stable/warnings.html ================= 29 passed, 361 warnings in 64.02s (0:01:04) ================== >>> py3-gnupg: Entering fakeroot... running install running build running build_py running install_lib creating /home/buildozer/aports/testing/py3-gnupg/pkg creating /home/buildozer/aports/testing/py3-gnupg/pkg/py3-gnupg creating /home/buildozer/aports/testing/py3-gnupg/pkg/py3-gnupg/usr creating /home/buildozer/aports/testing/py3-gnupg/pkg/py3-gnupg/usr/lib creating /home/buildozer/aports/testing/py3-gnupg/pkg/py3-gnupg/usr/lib/python3.10 creating /home/buildozer/aports/testing/py3-gnupg/pkg/py3-gnupg/usr/lib/python3.10/site-packages copying build/lib/gnupg.py -> /home/buildozer/aports/testing/py3-gnupg/pkg/py3-gnupg/usr/lib/python3.10/site-packages byte-compiling /home/buildozer/aports/testing/py3-gnupg/pkg/py3-gnupg/usr/lib/python3.10/site-packages/gnupg.py to gnupg.cpython-310.pyc running install_egg_info running egg_info writing python_gnupg.egg-info/PKG-INFO writing dependency_links to python_gnupg.egg-info/dependency_links.txt writing top-level names to python_gnupg.egg-info/top_level.txt reading manifest file 'python_gnupg.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' writing manifest file 'python_gnupg.egg-info/SOURCES.txt' Copying python_gnupg.egg-info to /home/buildozer/aports/testing/py3-gnupg/pkg/py3-gnupg/usr/lib/python3.10/site-packages/python_gnupg-0.4.8-py3.10.egg-info running install_scripts >>> py3-gnupg*: Running postcheck for py3-gnupg >>> py3-gnupg*: Preparing package py3-gnupg... >>> py3-gnupg*: Tracing dependencies... >>> py3-gnupg*: Package size: 156.0 KB >>> py3-gnupg*: Compressing data... >>> py3-gnupg*: Create checksum... >>> py3-gnupg*: Create py3-gnupg-0.4.8-r1.apk >>> py3-gnupg: Build complete at Sun, 19 Dec 2021 16:00:00 +0000 elapsed time 0h 1m 7s >>> py3-gnupg: Cleaning up srcdir >>> py3-gnupg: Cleaning up pkgdir >>> py3-gnupg: Uninstalling dependencies... (1/46) Purging .makedepends-py3-gnupg (20211219.155854) (2/46) Purging gnupg (2.2.31-r1) (3/46) Purging gpg-wks-server (2.2.31-r1) (4/46) Purging gpgsm (2.2.31-r1) (5/46) Purging gpgv (2.2.31-r1) (6/46) Purging gnupg-utils (2.2.31-r1) (7/46) Purging gnupg-wks-client (2.2.31-r1) (8/46) Purging gpg (2.2.31-r1) (9/46) Purging gpg-agent (2.2.31-r1) (10/46) Purging gnupg-dirmngr (2.2.31-r1) (11/46) Purging gnupg-gpgconf (2.2.31-r1) (12/46) Purging pinentry (1.2.0-r0) (13/46) Purging py3-setuptools (52.0.0-r5) (14/46) Purging py3-ordered-set (4.0.2-r3) (15/46) Purging py3-appdirs (1.4.4-r3) (16/46) Purging py3-pytest (6.2.5-r1) (17/46) Purging py3-atomicwrites (1.4.0-r2) (18/46) Purging py3-attrs (21.2.0-r1) (19/46) Purging py3-more-itertools (8.12.0-r1) (20/46) Purging py3-iniconfig (1.1.1-r2) (21/46) Purging py3-pluggy (0.13.1-r5) (22/46) Purging py3-py (1.10.0-r2) (23/46) Purging py3-wcwidth (0.2.5-r2) (24/46) Purging py3-packaging (21.3-r0) (25/46) Purging py3-parsing (2.4.7-r3) (26/46) Purging py3-six (1.16.0-r1) (27/46) Purging py3-toml (0.10.2-r3) (28/46) Purging python3 (3.10.1-r0) (29/46) Purging gnutls (3.7.1-r0) (30/46) Purging p11-kit (0.24.0-r1) (31/46) Purging libffi (3.4.2-r1) (32/46) Purging libldap (2.6.0-r0) (33/46) Purging libsasl (2.1.27-r14) (34/46) Purging gdbm (1.22-r0) (35/46) Purging mpdecimal (2.5.1-r1) (36/46) Purging readline (8.1.1-r0) (37/46) Purging sqlite-libs (3.37.0-r0) (38/46) Purging libksba (1.6.0-r0) (39/46) Purging libassuan (2.5.5-r0) (40/46) Purging libgcrypt (1.9.4-r0) (41/46) Purging libgpg-error (1.42-r1) (42/46) Purging libcap (2.62-r0) (43/46) Purging npth (1.6-r1) (44/46) Purging nettle (3.7.3-r0) (45/46) Purging libtasn1 (4.18.0-r0) (46/46) Purging libunistring (0.9.10-r1) Executing busybox-1.34.1-r5.trigger OK: 365 MiB in 101 packages >>> py3-gnupg: Updating the testing/aarch64 repository index... >>> py3-gnupg: Signing the index...