>>> pwsafe: Building community/pwsafe 0.2.0_git20210320-r2 (using abuild 3.9.0-r6) started Fri, 02 Sep 2022 19:27:25 +0000 >>> pwsafe: Checking sanity of /home/buildozer/aports/community/pwsafe/APKBUILD... >>> pwsafe: Analyzing dependencies... >>> pwsafe: Installing for build: build-base autoconf automake ncurses-dev openssl-dev>3 libxmu-dev readline-dev (1/43) Installing m4 (1.4.19-r1) (2/43) Installing libbz2 (1.0.8-r2) (3/43) Installing perl (5.36.0-r0) (4/43) Installing autoconf (2.71-r0) (5/43) Installing automake (1.16.5-r1) (6/43) Installing ncurses-dev (6.3_p20220827-r0) (7/43) Installing openssl-dev (3.0.5-r2) (8/43) Installing libblkid (2.38.1-r0) (9/43) Installing libuuid (2.38.1-r0) (10/43) Installing libfdisk (2.38.1-r0) (11/43) Installing libmount (2.38.1-r0) (12/43) Installing libsmartcols (2.38.1-r0) (13/43) Installing util-linux-dev (2.38.1-r0) (14/43) Installing libxau (1.0.10-r0) (15/43) Installing libmd (1.0.4-r0) (16/43) Installing libbsd (0.11.6-r2) (17/43) Installing libxdmcp (1.1.3-r1) (18/43) Installing libxcb (1.15-r0) (19/43) Installing libx11 (1.8.1-r1) (20/43) Installing libxext (1.3.4-r1) (21/43) Installing libice (1.0.10-r1) (22/43) Installing libsm (1.2.3-r1) (23/43) Installing libxt (1.2.1-r0) (24/43) Installing libxmu (1.1.3-r1) (25/43) Installing xorgproto (2022.2-r0) (26/43) Installing libxau-dev (1.0.10-r0) (27/43) Installing xcb-proto (1.15.2-r0) (28/43) Installing libxdmcp-dev (1.1.3-r1) (29/43) Installing libxcb-dev (1.15-r0) (30/43) Installing xtrans (1.4.0-r2) (31/43) Installing libx11-dev (1.8.1-r1) (32/43) Installing libxext-dev (1.3.4-r1) (33/43) Installing libice-dev (1.0.10-r1) (34/43) Installing libsm-dev (1.2.3-r1) (35/43) Installing libxt-dev (1.2.1-r0) (36/43) Installing libxmu-dev (1.1.3-r1) (37/43) Installing libhistory (8.1.2-r0) (38/43) Installing readline (8.1.2-r0) (39/43) Installing readline-dev (8.1.2-r0) (40/43) Installing .makedepends-pwsafe (20220902.192738) (41/43) Installing perl-error (0.17029-r1) (42/43) Installing perl-git (2.37.1-r1) (43/43) Installing git-perl (2.37.1-r1) Executing busybox-1.35.0-r23.trigger OK: 333 MiB in 121 packages >>> pwsafe: Cleaning up srcdir >>> pwsafe: Cleaning up pkgdir >>> pwsafe: Fetching https://github.com/nsd20463/pwsafe/archive/3af22b1b81004606b17a4f13ea7bff65b727a7cc/pwsafe-3af22b1b81004606b17a4f13ea7bff65b727a7cc.tar.gz >>> pwsafe: Fetching https://github.com/nsd20463/pwsafe/archive/3af22b1b81004606b17a4f13ea7bff65b727a7cc/pwsafe-3af22b1b81004606b17a4f13ea7bff65b727a7cc.tar.gz >>> pwsafe: Checking sha512sums... pwsafe-3af22b1b81004606b17a4f13ea7bff65b727a7cc.tar.gz: OK >>> pwsafe: Unpacking /var/cache/distfiles/pwsafe-3af22b1b81004606b17a4f13ea7bff65b727a7cc.tar.gz... configure.ac:45: installing './compile' configure.ac:41: installing './config.guess' configure.ac:41: installing './config.sub' configure.ac:10: installing './install-sh' configure.ac:10: installing './missing' Makefile.am: installing './depcomp' parallel-tests: installing './test-driver' configure.ac:13: warning: 'AM_CONFIG_HEADER': this macro is obsolete. configure.ac:13: You should use the 'AC_CONFIG_HEADERS' macro instead. ./lib/autoconf/general.m4:2434: AC_DIAGNOSE is expanded from... aclocal.m4:745: AM_CONFIG_HEADER is expanded from... configure.ac:13: the top level configure.ac:17: warning: The macro `AC_HELP_STRING' is obsolete. configure.ac:17: You should run autoupdate. ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from... configure.ac:17: the top level configure.ac:29: warning: The macro `AC_HELP_STRING' is obsolete. configure.ac:29: You should run autoupdate. ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from... configure.ac:29: the top level configure.ac:33: warning: The macro `AC_HELP_STRING' is obsolete. configure.ac:33: You should run autoupdate. ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from... configure.ac:33: the top level configure.ac:81: warning: The macro `AC_HEADER_STDC' is obsolete. configure.ac:81: You should run autoupdate. ./lib/autoconf/headers.m4:704: AC_HEADER_STDC is expanded from... configure.ac:81: the top level configure.ac:132: warning: AC_OUTPUT should be used without arguments. configure.ac:132: You should run autoupdate. checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a race-free mkdir -p... ./install-sh -c -d checking for gawk... no checking for mawk... no checking for nawk... no checking for awk... awk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking build system type... riscv64-unknown-linux-musl checking host system type... riscv64-unknown-linux-musl checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether the compiler supports GNU C... yes checking whether gcc accepts -g... yes checking for gcc option to enable C11 features... none needed checking whether gcc understands -c and -o together... yes checking whether make supports the include directive... yes (GNU style) checking dependency style of gcc... gcc3 checking whether the compiler supports GNU C++... yes checking whether g++ accepts -g... yes checking for g++ option to enable C++11 features... none needed checking dependency style of g++... gcc3 checking for strip... strip checking for stdio.h... yes checking for stdlib.h... yes checking for string.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for strings.h... yes checking for sys/stat.h... yes checking for sys/types.h... yes checking for unistd.h... yes checking for pid_t... yes checking how to run the C preprocessor... gcc -E checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for uid_t in sys/types.h... yes checking for size_t... yes checking for long long... yes checking for working memcmp... yes checking for X... libraries , headers checking for gethostbyname... yes checking for connect... yes checking for remove... yes checking for shmat... yes checking for IceConnectionNumber in -lICE... yes checking for XOpenDisplay in -lX11... yes checking for XmuInternAtom in -lXmu... yes checking for SHA1_Init in -lcrypto... yes checking for egrep... (cached) /bin/grep -E checking for unistd.h... (cached) yes checking for sys/param.h... yes checking for sys/time.h... yes checking for sys/stat.h... (cached) yes checking for time.h... yes checking for sys/types.h... (cached) yes checking for sys/mkdev.h... no checking for sys/sysmacros.h... yes checking for string.h... (cached) yes checking for memory.h... yes checking for fcntl.h... yes checking for dirent.h... yes checking for sys/ndir.h... no checking for ndir.h... no checking for alloca.h... yes checking for locale.h... yes checking for fcntl.h... (cached) yes checking for signal.h... yes checking for sys/select.h... yes checking for sys/resource.h... yes checking for sys/socket.h... yes checking for sys/un.h... yes checking for sys/mman.h... yes checking for stdint.h... (cached) yes checking for errno.h... yes checking for termios.h... yes checking for getopt.h... yes checking for openssl/sha.h... yes checking for openssl/blowfish.h... yes checking for openssl/rand.h... yes checking for netinet/in.h... yes checking for X11/Xlib.h... yes checking for X11/Xatom.h... yes checking for X11/Xmu/Atoms.h... yes checking for sys/mkdev.h... (cached) no checking for sys/sysmacros.h... (cached) yes checking whether struct tm is in sys/time.h or time.h... time.h checking for socklen_t... yes checking POSIX termios... yes checking for getopt_long... yes checking for tcsetattr... yes checking for setrlimit... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating pwsafe.1 config.status: creating pwsafe.lsm config.status: creating pwsafe.spec config.status: creating config.h config.status: executing depfiles commands /usr/bin/make all-am make[1]: Entering directory '/home/buildozer/aports/community/pwsafe/src/pwsafe-3af22b1b81004606b17a4f13ea7bff65b727a7cc' g++ -DHAVE_CONFIG_H -I. -Os -fomit-frame-pointer -Os -fomit-frame-pointer -Wall -Wextra -MT pwsafe.o -MD -MP -MF .deps/pwsafe.Tpo -c -o pwsafe.o pwsafe.cpp pwsafe.cpp: In member function 'void DB::hashkey(const secstring&, unsigned char*)': pwsafe.cpp:2055:12: warning: 'int SHA1_Init(SHA_CTX*)' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2055 | SHA1_Init(&sha); | ~~~~~~~~~^~~~~~ In file included from pwsafe.cpp:113: /usr/include/openssl/sha.h:49:27: note: declared here 49 | OSSL_DEPRECATEDIN_3_0 int SHA1_Init(SHA_CTX *c); | ^~~~~~~~~ pwsafe.cpp:2056:14: warning: 'int SHA1_Update(SHA_CTX*, const void*, size_t)' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2056 | SHA1_Update(&sha, header->random, sizeof(header->random)); | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/openssl/sha.h:50:27: note: declared here 50 | OSSL_DEPRECATEDIN_3_0 int SHA1_Update(SHA_CTX *c, const void *data, size_t len); | ^~~~~~~~~~~ pwsafe.cpp:2058:14: warning: 'int SHA1_Update(SHA_CTX*, const void*, size_t)' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2058 | SHA1_Update(&sha, zeros, 2); | ~~~~~~~~~~~^~~~~~~~~~~~~~~~ /usr/include/openssl/sha.h:50:27: note: declared here 50 | OSSL_DEPRECATEDIN_3_0 int SHA1_Update(SHA_CTX *c, const void *data, size_t len); | ^~~~~~~~~~~ pwsafe.cpp:2059:14: warning: 'int SHA1_Update(SHA_CTX*, const void*, size_t)' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2059 | SHA1_Update(&sha, pw.data(), pw.length()); | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/openssl/sha.h:50:27: note: declared here 50 | OSSL_DEPRECATEDIN_3_0 int SHA1_Update(SHA_CTX *c, const void *data, size_t len); | ^~~~~~~~~~~ pwsafe.cpp:2062:13: warning: 'int SHA1_Final(unsigned char*, SHA_CTX*)' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2062 | SHA1_Final(temp_key, &sha); | ~~~~~~~~~~^~~~~~~~~~~~~~~~ /usr/include/openssl/sha.h:51:27: note: declared here 51 | OSSL_DEPRECATEDIN_3_0 int SHA1_Final(unsigned char *md, SHA_CTX *c); | ^~~~~~~~~~ pwsafe.cpp:2065:13: warning: 'void BF_set_key(BF_KEY*, int, const unsigned char*)' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2065 | BF_set_key(&bf, sizeof(temp_key), temp_key); | ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from pwsafe.cpp:114: /usr/include/openssl/blowfish.h:50:28: note: declared here 50 | OSSL_DEPRECATEDIN_3_0 void BF_set_key(BF_KEY *key, int len, | ^~~~~~~~~~ pwsafe.cpp:2071:15: warning: 'void BF_encrypt(unsigned int*, const BF_KEY*)' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2071 | BF_encrypt(block,&bf); | ~~~~~~~~~~^~~~~~~~~~~ /usr/include/openssl/blowfish.h:52:28: note: declared here 52 | OSSL_DEPRECATEDIN_3_0 void BF_encrypt(BF_LONG *data, const BF_KEY *key); | ^~~~~~~~~~ pwsafe.cpp:2086:14: warning: 'int SHA1_Update(SHA_CTX*, const void*, size_t)' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2086 | SHA1_Update(&sha, hash_data, sizeof(hash_data)); | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/openssl/sha.h:50:27: note: declared here 50 | OSSL_DEPRECATEDIN_3_0 int SHA1_Update(SHA_CTX *c, const void *data, size_t len); | ^~~~~~~~~~~ pwsafe.cpp:2087:14: warning: 'int SHA1_Update(SHA_CTX*, const void*, size_t)' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2087 | SHA1_Update(&sha, zeros, 2); | ~~~~~~~~~~~^~~~~~~~~~~~~~~~ /usr/include/openssl/sha.h:50:27: note: declared here 50 | OSSL_DEPRECATEDIN_3_0 int SHA1_Update(SHA_CTX *c, const void *data, size_t len); | ^~~~~~~~~~~ pwsafe.cpp:2088:13: warning: 'int SHA1_Final(unsigned char*, SHA_CTX*)' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2088 | SHA1_Final(test_hash, &sha); | ~~~~~~~~~~^~~~~~~~~~~~~~~~~ /usr/include/openssl/sha.h:51:27: note: declared here 51 | OSSL_DEPRECATEDIN_3_0 int SHA1_Final(unsigned char *md, SHA_CTX *c); | ^~~~~~~~~~ pwsafe.cpp: In constructor 'DB::Context::Context(const DB::Header&, const secstring&, const Version&)': pwsafe.cpp:2642:12: warning: 'int SHA1_Init(SHA_CTX*)' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2642 | SHA1_Init(&sha); | ~~~~~~~~~^~~~~~ /usr/include/openssl/sha.h:49:27: note: declared here 49 | OSSL_DEPRECATEDIN_3_0 int SHA1_Init(SHA_CTX *c); | ^~~~~~~~~ pwsafe.cpp:2643:14: warning: 'int SHA1_Update(SHA_CTX*, const void*, size_t)' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2643 | SHA1_Update(&sha, pw.data(), pw.length()); | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/openssl/sha.h:50:27: note: declared here 50 | OSSL_DEPRECATEDIN_3_0 int SHA1_Update(SHA_CTX *c, const void *data, size_t len); | ^~~~~~~~~~~ pwsafe.cpp:2644:14: warning: 'int SHA1_Update(SHA_CTX*, const void*, size_t)' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2644 | SHA1_Update(&sha, h.salt, sizeof(h.salt)); | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/openssl/sha.h:50:27: note: declared here 50 | OSSL_DEPRECATEDIN_3_0 int SHA1_Update(SHA_CTX *c, const void *data, size_t len); | ^~~~~~~~~~~ pwsafe.cpp:2646:13: warning: 'int SHA1_Final(unsigned char*, SHA_CTX*)' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2646 | SHA1_Final(key, &sha); | ~~~~~~~~~~^~~~~~~~~~~ /usr/include/openssl/sha.h:51:27: note: declared here 51 | OSSL_DEPRECATEDIN_3_0 int SHA1_Final(unsigned char *md, SHA_CTX *c); | ^~~~~~~~~~ pwsafe.cpp:2647:13: warning: 'void BF_set_key(BF_KEY*, int, const unsigned char*)' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2647 | BF_set_key(&bf, sizeof(key), key); | ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~ /usr/include/openssl/blowfish.h:50:28: note: declared here 50 | OSSL_DEPRECATEDIN_3_0 void BF_set_key(BF_KEY *key, int len, | ^~~~~~~~~~ pwsafe.cpp: In static member function 'static bool DB::Entry::read(FILE*, DB::Context&, uint8_t&, secstring&)': pwsafe.cpp:2904:13: warning: 'void BF_decrypt(unsigned int*, const BF_KEY*)' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2904 | BF_decrypt(block, &c.bf); | ~~~~~~~~~~^~~~~~~~~~~~~~ /usr/include/openssl/blowfish.h:53:28: note: declared here 53 | OSSL_DEPRECATEDIN_3_0 void BF_decrypt(BF_LONG *data, const BF_KEY *key); | ^~~~~~~~~~ pwsafe.cpp:2936:15: warning: 'void BF_decrypt(unsigned int*, const BF_KEY*)' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2936 | BF_decrypt(block, &c.bf); | ~~~~~~~~~~^~~~~~~~~~~~~~ /usr/include/openssl/blowfish.h:53:28: note: declared here 53 | OSSL_DEPRECATEDIN_3_0 void BF_decrypt(BF_LONG *data, const BF_KEY *key); | ^~~~~~~~~~ pwsafe.cpp: In static member function 'static bool DB::Entry::write(FILE*, DB::Context&, uint8_t, const secstring&)': pwsafe.cpp:2966:15: warning: 'void BF_encrypt(unsigned int*, const BF_KEY*)' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2966 | BF_encrypt(block, &c.bf); | ~~~~~~~~~~^~~~~~~~~~~~~~ /usr/include/openssl/blowfish.h:52:28: note: declared here 52 | OSSL_DEPRECATEDIN_3_0 void BF_encrypt(BF_LONG *data, const BF_KEY *key); | ^~~~~~~~~~ pwsafe.cpp:2977:15: warning: 'void BF_encrypt(unsigned int*, const BF_KEY*)' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2977 | BF_encrypt(block, &c.bf); | ~~~~~~~~~~^~~~~~~~~~~~~~ /usr/include/openssl/blowfish.h:52:28: note: declared here 52 | OSSL_DEPRECATEDIN_3_0 void BF_encrypt(BF_LONG *data, const BF_KEY *key); | ^~~~~~~~~~ mv -f .deps/pwsafe.Tpo .deps/pwsafe.Po g++ -Os -fomit-frame-pointer -Wall -Wextra -Wl,--as-needed,-O1,--sort-common -o pwsafe pwsafe.o -lSM -lICE -lcrypto -lXmu -lX11 make[1]: Leaving directory '/home/buildozer/aports/community/pwsafe/src/pwsafe-3af22b1b81004606b17a4f13ea7bff65b727a7cc' /usr/bin/make check-TESTS make[1]: Entering directory '/home/buildozer/aports/community/pwsafe/src/pwsafe-3af22b1b81004606b17a4f13ea7bff65b727a7cc' make[2]: Entering directory '/home/buildozer/aports/community/pwsafe/src/pwsafe-3af22b1b81004606b17a4f13ea7bff65b727a7cc' PASS: test/read PASS: test/edit PASS: test/create PASS: test/merge ============================================================================ Testsuite summary for pwsafe.cpp 0.2.2beta ============================================================================ # TOTAL: 4 # PASS: 4 # SKIP: 0 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ============================================================================ make[2]: Leaving directory '/home/buildozer/aports/community/pwsafe/src/pwsafe-3af22b1b81004606b17a4f13ea7bff65b727a7cc' make[1]: Leaving directory '/home/buildozer/aports/community/pwsafe/src/pwsafe-3af22b1b81004606b17a4f13ea7bff65b727a7cc' >>> pwsafe: Entering fakeroot... make[1]: Entering directory '/home/buildozer/aports/community/pwsafe/src/pwsafe-3af22b1b81004606b17a4f13ea7bff65b727a7cc' ./install-sh -c -d '/home/buildozer/aports/community/pwsafe/pkg/pwsafe/usr/share/man/man1' ./install-sh -c -d '/home/buildozer/aports/community/pwsafe/pkg/pwsafe/usr/bin' /usr/bin/install -c pwsafe '/home/buildozer/aports/community/pwsafe/pkg/pwsafe/usr/bin' /usr/bin/install -c -m 644 pwsafe.1 '/home/buildozer/aports/community/pwsafe/pkg/pwsafe/usr/share/man/man1' make[1]: Leaving directory '/home/buildozer/aports/community/pwsafe/src/pwsafe-3af22b1b81004606b17a4f13ea7bff65b727a7cc' >>> pwsafe-doc*: Running split function doc... >>> pwsafe-doc*: Preparing subpackage pwsafe-doc... scanelf: enabling seccomp failed >>> pwsafe-doc*: Running postcheck for pwsafe-doc scanelf: enabling seccomp failed scanelf: enabling seccomp failed >>> pwsafe*: Running postcheck for pwsafe scanelf: enabling seccomp failed scanelf: enabling seccomp failed >>> pwsafe*: Preparing package pwsafe... >>> pwsafe*: Stripping binaries scanelf: enabling seccomp failed scanelf: enabling seccomp failed scanelf: enabling seccomp failed >>> pwsafe-doc*: Scanning shared objects scanelf: enabling seccomp failed scanelf: enabling seccomp failed >>> pwsafe*: Scanning shared objects scanelf: enabling seccomp failed scanelf: enabling seccomp failed >>> pwsafe-doc*: Tracing dependencies... >>> pwsafe-doc*: Package size: 24.0 KB >>> pwsafe-doc*: Compressing data... >>> pwsafe-doc*: Create checksum... >>> pwsafe-doc*: Create pwsafe-doc-0.2.0_git20210320-r2.apk >>> pwsafe*: Tracing dependencies... so:libX11.so.6 so:libXmu.so.6 so:libc.musl-riscv64.so.1 so:libcrypto.so.3 so:libgcc_s.so.1 so:libstdc++.so.6 >>> pwsafe*: Package size: 84.0 KB >>> pwsafe*: Compressing data... >>> pwsafe*: Create checksum... >>> pwsafe*: Create pwsafe-0.2.0_git20210320-r2.apk >>> pwsafe: Build complete at Fri, 02 Sep 2022 19:29:33 +0000 elapsed time 0h 2m 8s >>> pwsafe: Cleaning up srcdir >>> pwsafe: Cleaning up pkgdir >>> pwsafe: Uninstalling dependencies... (1/43) Purging .makedepends-pwsafe (20220902.192738) (2/43) Purging autoconf (2.71-r0) (3/43) Purging m4 (1.4.19-r1) (4/43) Purging automake (1.16.5-r1) (5/43) Purging openssl-dev (3.0.5-r2) (6/43) Purging libxmu-dev (1.1.3-r1) (7/43) Purging util-linux-dev (2.38.1-r0) (8/43) Purging libfdisk (2.38.1-r0) (9/43) Purging libmount (2.38.1-r0) (10/43) Purging libsmartcols (2.38.1-r0) (11/43) Purging libxmu (1.1.3-r1) (12/43) Purging readline-dev (8.1.2-r0) (13/43) Purging libhistory (8.1.2-r0) (14/43) Purging readline (8.1.2-r0) (15/43) Purging git-perl (2.37.1-r1) (16/43) Purging perl-git (2.37.1-r1) (17/43) Purging perl-error (0.17029-r1) (18/43) Purging perl (5.36.0-r0) (19/43) Purging libbz2 (1.0.8-r2) (20/43) Purging ncurses-dev (6.3_p20220827-r0) (21/43) Purging libblkid (2.38.1-r0) (22/43) Purging libxt-dev (1.2.1-r0) (23/43) Purging libxt (1.2.1-r0) (24/43) Purging libsm-dev (1.2.3-r1) (25/43) Purging libsm (1.2.3-r1) (26/43) Purging libuuid (2.38.1-r0) (27/43) Purging libxext-dev (1.3.4-r1) (28/43) Purging libxext (1.3.4-r1) (29/43) Purging libx11-dev (1.8.1-r1) (30/43) Purging xtrans (1.4.0-r2) (31/43) Purging libx11 (1.8.1-r1) (32/43) Purging libxcb-dev (1.15-r0) (33/43) Purging xcb-proto (1.15.2-r0) (34/43) Purging libxcb (1.15-r0) (35/43) Purging libxau-dev (1.0.10-r0) (36/43) Purging libxau (1.0.10-r0) (37/43) Purging libxdmcp-dev (1.1.3-r1) (38/43) Purging libxdmcp (1.1.3-r1) (39/43) Purging libbsd (0.11.6-r2) (40/43) Purging libmd (1.0.4-r0) (41/43) Purging libice-dev (1.0.10-r1) (42/43) Purging libice (1.0.10-r1) (43/43) Purging xorgproto (2022.2-r0) Executing busybox-1.35.0-r23.trigger OK: 270 MiB in 78 packages >>> pwsafe: Updating the community/riscv64 repository index... >>> pwsafe: Signing the index...