>>> hashcash: Building community/hashcash 1.22-r0 (using abuild 3.12.0-r0) started Mon, 27 Nov 2023 07:31:59 +0000 >>> hashcash: Checking sanity of /home/buildozer/aports/community/hashcash/APKBUILD... >>> hashcash: Analyzing dependencies... >>> hashcash: Installing for build: build-base (1/1) Installing .makedepends-hashcash (20231127.073204) OK: 227 MiB in 101 packages >>> hashcash: Cleaning up srcdir >>> hashcash: Cleaning up pkgdir >>> hashcash: Cleaning up tmpdir >>> hashcash: Fetching https://distfiles.alpinelinux.org/distfiles/edge/hashcash-1.22.tgz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 190k 100 190k 0 0 529k 0 --:--:-- --:--:-- --:--:-- 555k >>> hashcash: Fetching https://distfiles.alpinelinux.org/distfiles/edge/hashcash-1.22.tgz >>> hashcash: Checking sha512sums... hashcash-1.22.tgz: OK >>> hashcash: Unpacking /var/cache/distfiles/hashcash-1.22.tgz... make "CFLAGS=-Os -fstack-clash-protection -Wformat -Werror=format-security -DREGEXP_POSIX -O3 " build make where platform is: x86, mingw, mingw-dll, g3-osx, ppc-linux, gnu, generic, debug or to link with openSSL for SHA1 rather than builtin: make[1]: Entering directory '/home/buildozer/aports/community/hashcash/src/hashcash-1.22' gcc -Os -fstack-clash-protection -Wformat -Werror=format-security -DREGEXP_POSIX -O3 -c -o hashcash.o hashcash.c gcc -Os -fstack-clash-protection -Wformat -Werror=format-security -DREGEXP_POSIX -O3 -c -o getopt.o getopt.c x86-openssl, g3-osx-openssl, ppc-linux-openssl, gcc -Os -fstack-clash-protection -Wformat -Werror=format-security -DREGEXP_POSIX -O3 -c -o libhc.o libhc.c gcc -Os -fstack-clash-protection -Wformat -Werror=format-security -DREGEXP_POSIX -O3 -c -o libsha1.o libsha1.c gcc -Os -fstack-clash-protection -Wformat -Werror=format-security -DREGEXP_POSIX -O3 -c -o utct.o utct.c gcc -Os -fstack-clash-protection -Wformat -Werror=format-security -DREGEXP_POSIX -O3 -c -o sdb.o sdb.c gcc -Os -fstack-clash-protection -Wformat -Werror=format-security -DREGEXP_POSIX -O3 -c -o lock.o lock.c gcc -Os -fstack-clash-protection -Wformat -Werror=format-security -DREGEXP_POSIX -O3 -c -o sstring.o sstring.c gcc -Os -fstack-clash-protection -Wformat -Werror=format-security -DREGEXP_POSIX -O3 -c -o random.o random.c gcc -Os -fstack-clash-protection -Wformat -Werror=format-security -DREGEXP_POSIX -O3 -c -o libfastmint.o libfastmint.c gnu-openssl, generic-openssl, debug-openssl gcc -Os -fstack-clash-protection -Wformat -Werror=format-security -DREGEXP_POSIX -O3 -c -o fastmint_mmx_standard_1.o fastmint_mmx_standard_1.c gcc -Os -fstack-clash-protection -Wformat -Werror=format-security -DREGEXP_POSIX -O3 -c -o fastmint_mmx_compact_1.o fastmint_mmx_compact_1.c gcc -Os -fstack-clash-protection -Wformat -Werror=format-security -DREGEXP_POSIX -O3 -c -o fastmint_ansi_compact_1.o fastmint_ansi_compact_1.c gcc -Os -fstack-clash-protection -Wformat -Werror=format-security -DREGEXP_POSIX -O3 -c -o fastmint_ansi_standard_1.o fastmint_ansi_standard_1.c gcc -Os -fstack-clash-protection -Wformat -Werror=format-security -DREGEXP_POSIX -O3 -c -o fastmint_ansi_compact_2.o fastmint_ansi_compact_2.c gcc -Os -fstack-clash-protection -Wformat -Werror=format-security -DREGEXP_POSIX -O3 -c -o fastmint_ansi_standard_2.o fastmint_ansi_standard_2.c gcc -Os -fstack-clash-protection -Wformat -Werror=format-security -DREGEXP_POSIX -O3 -c -o fastmint_altivec_standard_1.o fastmint_altivec_standard_1.c gcc -Os -fstack-clash-protection -Wformat -Werror=format-security -DREGEXP_POSIX -O3 -c -o fastmint_altivec_standard_2.o fastmint_altivec_standard_2.c other make targets are docs, install, clean, distclean, docclean gcc -Os -fstack-clash-protection -Wformat -Werror=format-security -DREGEXP_POSIX -O3 -c -o fastmint_altivec_compact_2.o fastmint_altivec_compact_2.c gcc -Os -fstack-clash-protection -Wformat -Werror=format-security -DREGEXP_POSIX -O3 -c -o fastmint_ansi_ultracompact_1.o fastmint_ansi_ultracompact_1.c gcc -Os -fstack-clash-protection -Wformat -Werror=format-security -DREGEXP_POSIX -O3 -c -o fastmint_library.o fastmint_library.c gcc -Os -fstack-clash-protection -Wformat -Werror=format-security -DREGEXP_POSIX -O3 -c -o sha1.o sha1.c (doing make generic by default) fastmint_library.c: In function 'minter_library': fastmint_library.c:92:17: warning: implicit declaration of function 'SHA1_Transform'; did you mean 'SHA1_Xform'? [-Wimplicit-function-declaration] 92 | SHA1_Transform( H, X ); | ^~~~~~~~~~~~~~ | SHA1_Xform gcc sha1.o libsha1.o -o sha1 -Wl,--as-needed,-O1,--sort-common rm -f libhashcash.a ar rcs libhashcash.a libhc.o libsha1.o utct.o sdb.o lock.o sstring.o random.o libfastmint.o fastmint_mmx_standard_1.o fastmint_mmx_compact_1.o fastmint_ansi_compact_1.o fastmint_ansi_standard_1.o fastmint_ansi_compact_2.o fastmint_ansi_standard_2.o fastmint_altivec_standard_1.o fastmint_altivec_standard_2.o fastmint_altivec_compact_2.o fastmint_ansi_ultracompact_1.o fastmint_library.o gcc hashcash.o getopt.o libhashcash.a -o hashcash -Wl,--as-needed,-O1,--sort-common make[1]: Leaving directory '/home/buildozer/aports/community/hashcash/src/hashcash-1.22' >>> hashcash: Entering fakeroot... install -d /home/buildozer/aports/community/hashcash/pkg/hashcash/usr/bin install hashcash sha1 /home/buildozer/aports/community/hashcash/pkg/hashcash/usr/bin install -d /home/buildozer/aports/community/hashcash/pkg/hashcash/usr/share/man/man1 install -m 644 hashcash.1 sha1-hashcash.1 /home/buildozer/aports/community/hashcash/pkg/hashcash/usr/share/man/man1 install -d /home/buildozer/aports/community/hashcash/pkg/hashcash/usr/share/doc/hashcash install -m 644 README LICENSE CHANGELOG /home/buildozer/aports/community/hashcash/pkg/hashcash/usr/share/doc/hashcash >>> hashcash-doc*: Running split function doc... >>> hashcash-doc*: Preparing subpackage hashcash-doc... >>> hashcash-doc*: Running postcheck for hashcash-doc >>> hashcash*: Running postcheck for hashcash >>> hashcash*: Preparing package hashcash... >>> hashcash*: Stripping binaries >>> hashcash-doc*: Scanning shared objects >>> hashcash*: Scanning shared objects >>> hashcash-doc*: Tracing dependencies... >>> hashcash-doc*: Package size: 88.0 KB >>> hashcash-doc*: Compressing data... >>> hashcash-doc*: Create checksum... >>> hashcash-doc*: Create hashcash-doc-1.22-r0.apk >>> hashcash*: Tracing dependencies... so:libc.musl-riscv64.so.1 >>> hashcash*: Package size: 172.0 KB >>> hashcash*: Compressing data... >>> hashcash*: Create checksum... >>> hashcash*: Create hashcash-1.22-r0.apk >>> hashcash: Build complete at Mon, 27 Nov 2023 07:32:22 +0000 elapsed time 0h 0m 23s >>> hashcash: Cleaning up srcdir >>> hashcash: Cleaning up pkgdir >>> hashcash: Uninstalling dependencies... (1/1) Purging .makedepends-hashcash (20231127.073204) OK: 227 MiB in 100 packages >>> hashcash: Updating the community/riscv64 repository index... >>> hashcash: Signing the index...