>>> makepasswd: Building community/makepasswd 0.5.4-r3 (using abuild 3.12.0-r1) started Sun, 07 Jan 2024 22:20:47 +0000 >>> makepasswd: Checking sanity of /home/buildozer/aports/community/makepasswd/APKBUILD... >>> makepasswd: Analyzing dependencies... >>> makepasswd: Installing for build: build-base libxslt docbook-xsl openssl-dev>3 (1/10) Installing libgpg-error (1.47-r2) (2/10) Installing libgcrypt (1.10.3-r0) (3/10) Installing xz-libs (5.4.5-r0) (4/10) Installing libxml2 (2.11.6-r0) (5/10) Installing libxslt (1.1.39-r0) (6/10) Installing libxml2-utils (2.11.6-r0) (7/10) Installing docbook-xml (4.5-r8) Executing docbook-xml-4.5-r8.post-install (8/10) Installing docbook-xsl (1.79.2-r8) Executing docbook-xsl-1.79.2-r8.post-install (9/10) Installing openssl-dev (3.1.4-r2) (10/10) Installing .makedepends-makepasswd (20240107.222048) Executing busybox-1.36.1-r18.trigger OK: 401 MiB in 116 packages >>> makepasswd: Cleaning up srcdir >>> makepasswd: Cleaning up pkgdir >>> makepasswd: Cleaning up tmpdir >>> makepasswd: Fetching https://distfiles.alpinelinux.org/distfiles/edge/makepasswd-0.5.4.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 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 22066 100 22066 0 0 237k 0 --:--:-- --:--:-- --:--:-- 236k >>> makepasswd: Fetching https://distfiles.alpinelinux.org/distfiles/edge/makepasswd-0.5.4.tar.gz >>> makepasswd: Checking sha512sums... makepasswd-0.5.4.tar.gz: OK >>> makepasswd: Unpacking /var/cache/distfiles/edge/makepasswd-0.5.4.tar.gz... make[1]: Entering directory '/home/buildozer/aports/community/makepasswd/src/makepasswd-0.5.4/doc' ./docbook.sh -P "/usr/local" -- "makepasswd.1" ./docbook.sh -P "/usr/local" -- "makepasswd.html" xsltproc --nonet --xinclude -o makepasswd.1 http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl makepasswd.xml xsltproc --nonet --xinclude -o makepasswd.html http://docbook.sourceforge.net/release/xsl/current/xhtml/docbook.xsl makepasswd.xml Note: namesp. add : added namespace before processing makepasswd User Manual Note: namesp. add : added namespace before processing makepasswd User Manual Note: Writing makepasswd.1 make[1]: Leaving directory '/home/buildozer/aports/community/makepasswd/src/makepasswd-0.5.4/doc' make[1]: Entering directory '/home/buildozer/aports/community/makepasswd/src/makepasswd-0.5.4/src' cc `pkg-config --cflags openssl` -W -Wall -g -O2 -pedantic -o makepasswd.o -c makepasswd.c makepasswd.c: In function '_hash_md5': makepasswd.c:398:9: warning: 'MD5_Init' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 398 | MD5_Init(&c); | ^~~~~~~~ In file included from makepasswd.c:30: /usr/include/openssl/md5.h:49:27: note: declared here 49 | OSSL_DEPRECATEDIN_3_0 int MD5_Init(MD5_CTX *c); | ^~~~~~~~ makepasswd.c:399:9: warning: 'MD5_Update' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 399 | MD5_Update(&c, password, strlen(password)); | ^~~~~~~~~~ /usr/include/openssl/md5.h:50:27: note: declared here 50 | OSSL_DEPRECATEDIN_3_0 int MD5_Update(MD5_CTX *c, const void *data, size_t len); | ^~~~~~~~~~ makepasswd.c:400:9: warning: 'MD5_Final' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 400 | MD5_Final(digest, &c); | ^~~~~~~~~ /usr/include/openssl/md5.h:51:27: note: declared here 51 | OSSL_DEPRECATEDIN_3_0 int MD5_Final(unsigned char *md, MD5_CTX *c); | ^~~~~~~~~ makepasswd.c: In function '_makepasswd': makepasswd.c:107:35: warning: storing the address of local variable 'characters' in '*prefs.characters' [-Wdangling-pointer=] 107 | prefs->characters = characters; | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~ makepasswd.c:103:20: note: 'characters' declared here 103 | const char characters[] = "ABCDEFGHIJKLMNOPQRSTUVWXYZ" | ^~~~~~~~~~ makepasswd.c:100:32: note: 'prefs' declared here 100 | static int _makepasswd(Prefs * prefs) | ~~~~~~~~^~~~~ cc -o makepasswd makepasswd.o `pkg-config --libs openssl` -lcrypt make[1]: Leaving directory '/home/buildozer/aports/community/makepasswd/src/makepasswd-0.5.4/src' make: Entering directory '/home/buildozer/aports/community/makepasswd/src/makepasswd-0.5.4/doc' make: Nothing to be done for 'all'. make: Leaving directory '/home/buildozer/aports/community/makepasswd/src/makepasswd-0.5.4/doc' ./tmp.CNFgDf: OK >>> makepasswd: Entering fakeroot... >>> makepasswd-doc*: Running split function doc... >>> makepasswd-doc*: Preparing subpackage makepasswd-doc... >>> makepasswd-doc*: Running postcheck for makepasswd-doc >>> makepasswd*: Running postcheck for makepasswd >>> makepasswd*: Preparing package makepasswd... >>> makepasswd*: Stripping binaries >>> makepasswd-doc*: Scanning shared objects >>> makepasswd*: Scanning shared objects >>> makepasswd-doc*: Tracing dependencies... >>> makepasswd-doc*: Package size: 24.0 KB >>> makepasswd-doc*: Compressing data... >>> makepasswd-doc*: Create checksum... >>> makepasswd-doc*: Create makepasswd-doc-0.5.4-r3.apk >>> makepasswd*: Tracing dependencies... so:libc.musl-x86_64.so.1 so:libcrypto.so.3 >>> makepasswd*: Package size: 32.0 KB >>> makepasswd*: Compressing data... >>> makepasswd*: Create checksum... >>> makepasswd*: Create makepasswd-0.5.4-r3.apk >>> makepasswd: Build complete at Sun, 07 Jan 2024 22:20:50 +0000 elapsed time 0h 0m 3s >>> makepasswd: Cleaning up srcdir >>> makepasswd: Cleaning up pkgdir >>> makepasswd: Uninstalling dependencies... (1/10) Purging .makedepends-makepasswd (20240107.222048) (2/10) Purging docbook-xsl (1.79.2-r8) Executing docbook-xsl-1.79.2-r8.post-deinstall (3/10) Purging libxslt (1.1.39-r0) (4/10) Purging docbook-xml (4.5-r8) Executing docbook-xml-4.5-r8.post-deinstall (5/10) Purging libxml2-utils (2.11.6-r0) (6/10) Purging openssl-dev (3.1.4-r2) (7/10) Purging libgcrypt (1.10.3-r0) (8/10) Purging libgpg-error (1.47-r2) (9/10) Purging libxml2 (2.11.6-r0) (10/10) Purging xz-libs (5.4.5-r0) Executing busybox-1.36.1-r18.trigger OK: 378 MiB in 106 packages >>> makepasswd: Updating the community/x86_64 repository index... >>> makepasswd: Signing the index...