>>> pass: Building community/pass 1.7.4-r3 (using abuild 3.15.0-r1) started Tue, 18 Nov 2025 19:18:51 +0000 >>> pass: Validating /home/udu/aports/community/pass/APKBUILD... >>> pass: Analyzing dependencies... >>> pass: Installing for build: build-base bash tree cmd:gpg2 gnupg git WARNING: opening /home/udu/packages//community: No such file or directory WARNING: opening /home/udu/packages//main: No such file or directory fetch http://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz fetch http://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz (1/25) Installing tree (2.2.1-r0) (2/25) Installing libgpg-error (1.55-r0) (3/25) Installing libassuan (2.5.7-r0) (4/25) Installing pinentry (1.3.1-r0) Executing pinentry-1.3.1-r0.post-install (5/25) Installing libgcrypt (1.10.3-r1) (6/25) Installing gnupg-gpgconf (2.4.7-r0) (7/25) Installing nettle (3.10.1-r0) (8/25) Installing libtasn1 (4.20.0-r0) (9/25) Installing p11-kit (0.25.5-r2) (10/25) Installing gnutls (3.8.8-r0) (11/25) Installing libksba (1.6.7-r0) (12/25) Installing libsasl (2.1.28-r8) (13/25) Installing libldap (2.6.8-r0) (14/25) Installing npth (1.8-r0) (15/25) Installing gnupg-dirmngr (2.4.7-r0) (16/25) Installing gnupg-keyboxd (2.4.7-r0) (17/25) Installing gpg (2.4.7-r0) (18/25) Installing gpg-agent (2.4.7-r0) (19/25) Installing gpg-wks-server (2.4.7-r0) (20/25) Installing gpgsm (2.4.7-r0) (21/25) Installing gpgv (2.4.7-r0) (22/25) Installing gnupg-utils (2.4.7-r0) (23/25) Installing gnupg-wks-client (2.4.7-r0) (24/25) Installing gnupg (2.4.7-r0) (25/25) Installing .makedepends-pass (20251118.191852) Executing busybox-1.37.0-r19.trigger OK: 307 MiB in 114 packages >>> pass: Fetching https://git.zx2c4.com/password-store/snapshot/password-store-1.7.4.tar.xz >>> pass: Fetching https://git.zx2c4.com/password-store/snapshot/password-store-1.7.4.tar.xz >>> pass: Checking sha512sums... password-store-1.7.4.tar.xz: OK README.alpine: OK >>> pass: Unpacking /var/cache/distfiles/password-store-1.7.4.tar.xz... ok 1 - Make sure we can run pass ok 2 - Make sure we can initialize our test store # passed all 2 test(s) 1..2 not ok 1 - Test "generate" command # # "$PASS" init $KEY1 && # "$PASS" generate cred 19 && # [[ $("$PASS" show cred | wc -m) -eq 20 ]] # not ok 2 - Test replacement of first line # # "$PASS" insert -m cred2 <<<"$(printf "this is a big\\npassword\\nwith\\nmany\\nlines\\nin it bla bla")" && # "$PASS" generate -i cred2 23 && # [[ $("$PASS" show cred2) == "$(printf "%s\\npassword\\nwith\\nmany\\nlines\\nin it bla bla" "$("$PASS" show cred2 | head -n 1)")" ]] # # failed 2 among 2 test(s) 1..2 make: *** [Makefile:72: tests/t0010-generate-tests.sh] Error 1 make: *** Waiting for unfinished jobs.... not ok 1 - Test "show" command # # "$PASS" init $KEY1 && # "$PASS" generate cred1 20 && # "$PASS" show cred1 # ok 2 - Test "show" command with spaces not ok 3 - Test "show" command with unicode # # "$PASS" generate 🏠 && # "$PASS" show | grep -q 🏠 # ok 4 - Test "show" of nonexistant password # failed 2 among 4 test(s) 1..4 make: *** [Makefile:72: tests/t0020-show-tests.sh] Error 1 >>> ERROR: pass: check failed