>>> keychain: Building community/keychain 3.0.2-r0 (using abuild 3.18.0_rc5-r0) started Sun, 09 Aug 2026 12:43:38 +0000 >>> keychain: Validating /home/buildozer/aports/community/keychain/APKBUILD... >>> keychain: Analyzing dependencies... >>> keychain: Installing for build: build-base procps-ng python3 perl python3-dev py3-pytest openssh-client-common ( 1/36) Installing libintl (1.0-r0) ( 2/36) Installing skalibs-libs (2.15.1.0-r0) ( 3/36) Installing utmps-libs (0.1.3.4-r0) ( 4/36) Installing libproc2 (4.0.6-r0) ( 5/36) Installing procps-ng (4.0.6-r0) ( 6/36) Installing libbz2 (1.0.8-r6) ( 7/36) Installing libffi (3.5.2-r1) ( 8/36) Installing xz-libs (5.8.3-r0) ( 9/36) Installing mpdecimal (4.0.1-r0) (10/36) Installing libpanelw (6.6_p20260516-r0) (11/36) Installing readline (8.3.3-r1) (12/36) Installing sqlite-libs (3.53.4-r0) (13/36) Installing python3 (3.14.5-r2) (14/36) Installing python3-pycache-pyc0 (3.14.5-r2) (15/36) Installing pyc (3.14.5-r2) (16/36) Installing python3-pyc (3.14.5-r2) (17/36) Installing perl (5.44.0-r0) (18/36) Installing python3-dev (3.14.5-r2) (19/36) Installing py3-iniconfig (2.3.0-r1) (20/36) Installing py3-iniconfig-pyc (2.3.0-r1) (21/36) Installing py3-parsing (3.3.2-r1) (22/36) Installing py3-parsing-pyc (3.3.2-r1) (23/36) Installing py3-packaging (26.2-r0) (24/36) Installing py3-packaging-pyc (26.2-r0) (25/36) Installing py3-pluggy (1.6.0-r1) (26/36) Installing py3-pluggy-pyc (1.6.0-r1) (27/36) Installing py3-py (1.11.0-r5) (28/36) Installing py3-py-pyc (1.11.0-r5) (29/36) Installing py3-pygments (2.20.0-r0) (30/36) Installing py3-pygments-pyc (2.20.0-r0) (31/36) Installing py3-pytest (9.1.1-r0) (32/36) Installing py3-pytest-pyc (9.1.1-r0) (33/36) Installing .makedepends-keychain (20260809.124340) (34/36) Installing perl-error (0.17030-r0) (35/36) Installing perl-git (2.55.0-r1) (36/36) Installing git-perl (2.55.0-r1) Executing busybox-1.38.0-r4.trigger OK: 767.4 MiB in 142 packages >>> keychain: Cleaning up srcdir >>> keychain: Cleaning up pkgdir >>> keychain: Cleaning up tmpdir >>> keychain: Fetching https://distfiles.alpinelinux.org/distfiles/edge/keychain-3.0.2.tar.gz Connecting to distfiles.alpinelinux.org (172.105.82.32:443) wget: server returned error: HTTP/1.1 404 Not Found >>> keychain: Fetching keychain-3.0.2.tar.gz::https://github.com/danielrobbins/keychain/archive/refs/tags/3.0.2.tar.gz Connecting to github.com (140.82.121.4:443) Connecting to codeload.github.com (140.82.121.10:443) saving to '/var/cache/distfiles/edge/keychain-3.0.2.tar.gz.part' keychain-3.0.2.tar.g 100% |********************************| 187k 0:00:00 ETA '/var/cache/distfiles/edge/keychain-3.0.2.tar.gz.part' saved /var/cache/distfiles/edge/keychain-3.0.2.tar.gz: OK >>> keychain: Fetching https://distfiles.alpinelinux.org/distfiles/edge/keychain-3.0.2.tar.gz /var/cache/distfiles/edge/keychain-3.0.2.tar.gz: OK >>> keychain: Unpacking /var/cache/distfiles/edge/keychain-3.0.2.tar.gz... python3 scripts/build_doc_texts.py rm -rf build/pyz-stage mkdir -p build/pyz-stage cp -r src/keychain build/pyz-stage/ cp VERSION build/pyz-stage/keychain/VERSION find build/pyz-stage -name __pycache__ -type d -exec rm -rf {} + 2>/dev/null || true python3 -m compileall -q build/pyz-stage cp scripts/pyz_bootstrap.py build/pyz-stage/__main__.py python3 -m zipapp build/pyz-stage -o keychain.pyz -p '/usr/bin/env python3' -c chmod +x keychain.pyz Obtaining file:///home/buildozer/aports/community/keychain/src/keychain-3.0.2 Installing build dependencies: started Installing build dependencies: finished with status 'done' Checking if build backend supports build_editable: started Checking if build backend supports build_editable: finished with status 'done' Getting requirements to build editable: started Getting requirements to build editable: finished with status 'done' Preparing editable metadata (pyproject.toml): started Preparing editable metadata (pyproject.toml): finished with status 'done' Building wheels for collected packages: keychain Building editable for keychain (pyproject.toml): started Building editable for keychain (pyproject.toml): finished with status 'done' Created wheel for keychain: filename=keychain-3.0.2-0.editable-py3-none-any.whl size=21141 sha256=fca92b60e715496d7ccf355d8f2c1e974c24aa412c559834c244865b5e3a2796 Stored in directory: /tmp/pip-ephem-wheel-cache-qxw8b9w7/wheels/b4/8d/b4/82b0953de7bff2e5656903cd59368727f8ce8feee3243223ac Successfully built keychain Installing collected packages: keychain Successfully installed keychain-3.0.2 [notice] A new release of pip is available: 26.1.1 -> 26.2.1 [notice] To update, run: /home/buildozer/aports/community/keychain/src/keychain-3.0.2/testenv/bin/python3 -m pip install --upgrade pip ============================= test session starts ============================== platform linux -- Python 3.14.5, pytest-9.1.1, pluggy-1.6.0 rootdir: /home/buildozer/aports/community/keychain/src/keychain-3.0.2 configfile: pyproject.toml testpaths: tests collected 582 items tests/test_agents.py ................................................... [ 8%] ...................... [ 12%] tests/test_build_backend.py .. [ 12%] tests/test_build_doc_texts.py ..... [ 13%] tests/test_cli_actions.py ........................................... [ 21%] tests/test_cli_help.py ........................ [ 25%] tests/test_cli_legacy.py ..............................ss.....s.sss [ 32%] tests/test_cli_parse.py ..........ss.............s [ 36%] tests/test_cli_startup.py .......... [ 38%] tests/test_compat.py ................................................... [ 47%] ... [ 47%] tests/test_coordination.py .................................. [ 53%] tests/test_docs_contract.py ...... [ 54%] tests/test_docs_runtime.py ............ [ 56%] tests/test_e2e_playbooks.py ............. [ 59%] tests/test_envfile.py ....... [ 60%] tests/test_gpg_e2e.py ssssssssss [ 62%] tests/test_help.py . [ 62%] tests/test_immediate.py ......... [ 63%] tests/test_imports.py ................... [ 67%] tests/test_keys.py ....................... [ 70%] tests/test_output.py ..................................... [ 77%] tests/test_paths.py ..................................... [ 83%] tests/test_runtime.py .................. [ 86%] tests/test_runtime_config.py .................................. [ 92%] tests/test_ssh_confirm_e2e.py ... [ 93%] tests/test_state.py ..................... [ 96%] tests/test_tables.py ..... [ 97%] tests/test_util.py ............ [ 99%] tests/test_workflows.py .. [100%] ======================= 563 passed, 19 skipped in 25.83s ======================= >>> keychain: Entering fakeroot... >>> keychain*: Running postcheck for keychain >>> keychain*: Preparing package keychain... >>> keychain*: Tracing dependencies... procps-ng python3 >>> keychain*: Package size: 303.5 KB >>> keychain*: Compressing data... >>> keychain*: Create checksum... >>> keychain*: Create keychain-3.0.2-r0.apk >>> keychain: Build complete at Sun, 09 Aug 2026 12:44:50 +0000 elapsed time 0h 1m 12s >>> keychain: Cleaning up srcdir >>> keychain: Cleaning up pkgdir >>> keychain: Cleaning up tmpdir >>> keychain: Uninstalling dependencies... ( 1/36) Purging .makedepends-keychain (20260809.124340) ( 2/36) Purging procps-ng (4.0.6-r0) ( 3/36) Purging python3-dev (3.14.5-r2) ( 4/36) Purging py3-pytest-pyc (9.1.1-r0) ( 5/36) Purging py3-pytest (9.1.1-r0) ( 6/36) Purging py3-iniconfig-pyc (2.3.0-r1) ( 7/36) Purging py3-iniconfig (2.3.0-r1) ( 8/36) Purging py3-packaging-pyc (26.2-r0) ( 9/36) Purging py3-packaging (26.2-r0) (10/36) Purging py3-parsing-pyc (3.3.2-r1) (11/36) Purging py3-parsing (3.3.2-r1) (12/36) Purging py3-pluggy-pyc (1.6.0-r1) (13/36) Purging py3-pluggy (1.6.0-r1) (14/36) Purging py3-py-pyc (1.11.0-r5) (15/36) Purging py3-py (1.11.0-r5) (16/36) Purging py3-pygments-pyc (2.20.0-r0) (17/36) Purging py3-pygments (2.20.0-r0) (18/36) Purging python3-pyc (3.14.5-r2) (19/36) Purging python3-pycache-pyc0 (3.14.5-r2) (20/36) Purging pyc (3.14.5-r2) (21/36) Purging python3 (3.14.5-r2) (22/36) Purging git-perl (2.55.0-r1) (23/36) Purging perl-git (2.55.0-r1) (24/36) Purging perl-error (0.17030-r0) (25/36) Purging perl (5.44.0-r0) (26/36) Purging libbz2 (1.0.8-r6) (27/36) Purging libffi (3.5.2-r1) (28/36) Purging libintl (1.0-r0) (29/36) Purging libpanelw (6.6_p20260516-r0) (30/36) Purging libproc2 (4.0.6-r0) (31/36) Purging mpdecimal (4.0.1-r0) (32/36) Purging readline (8.3.3-r1) (33/36) Purging sqlite-libs (3.53.4-r0) (34/36) Purging utmps-libs (0.1.3.4-r0) (35/36) Purging xz-libs (5.8.3-r0) (36/36) Purging skalibs-libs (2.15.1.0-r0) Executing busybox-1.38.0-r4.trigger OK: 392.1 MiB in 106 packages >>> keychain: Updating the community/riscv64 repository index... >>> keychain: Signing the index...