>>> isomd5sum: Building testing/isomd5sum 1.2.3-r3 (using abuild 3.13.0-r3) started Tue, 09 Jul 2024 13:56:58 +0000 >>> isomd5sum: Checking sanity of /home/buildozer/aports/testing/isomd5sum/APKBUILD... >>> isomd5sum: Analyzing dependencies... >>> isomd5sum: Installing for build: build-base python3-dev popt-dev cdrkit (1/17) Installing libbz2 (1.0.8-r6) (2/17) Installing libffi (3.4.6-r0) (3/17) Installing gdbm (1.24-r0) (4/17) Installing xz-libs (5.6.2-r0) (5/17) Installing mpdecimal (4.0.0-r0) (6/17) Installing libpanelw (6.5_p20240601-r0) (7/17) Installing readline (8.2.10-r0) (8/17) Installing sqlite-libs (3.46.0-r0) (9/17) Installing python3 (3.12.3-r1) (10/17) Installing python3-pycache-pyc0 (3.12.3-r1) (11/17) Installing pyc (3.12.3-r1) (12/17) Installing python3-pyc (3.12.3-r1) (13/17) Installing python3-dev (3.12.3-r1) (14/17) Installing popt-dev (1.19-r3) (15/17) Installing bzip2 (1.0.8-r6) (16/17) Installing cdrkit (1.1.11-r6) (17/17) Installing .makedepends-isomd5sum (20240709.135700) Executing busybox-1.36.1-r31.trigger OK: 571 MiB in 124 packages >>> isomd5sum: Cleaning up srcdir >>> isomd5sum: Cleaning up pkgdir >>> isomd5sum: Cleaning up tmpdir >>> isomd5sum: Fetching https://distfiles.alpinelinux.org/distfiles/edge/isomd5sum-1.2.3.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 curl: (22) The requested URL returned error: 404 >>> isomd5sum: Fetching isomd5sum-1.2.3.tar.gz::https://github.com/rhinstaller/isomd5sum/archive/refs/tags/1.2.3.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 20811 100 20811 0 0 58445 0 --:--:-- --:--:-- --:--:-- 58445 >>> isomd5sum: Fetching https://distfiles.alpinelinux.org/distfiles/edge/isomd5sum-1.2.3.tar.gz >>> isomd5sum: Checking sha512sums... isomd5sum-1.2.3.tar.gz: OK >>> isomd5sum: Unpacking /var/cache/distfiles/edge/isomd5sum-1.2.3.tar.gz... gcc -Os -fstack-clash-protection -Wformat -Werror=format-security -std=gnu11 -Wall -D_GNU_SOURCE=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -fPIC -I/usr/include/python3.12 -I/usr/include/python3.12 -c -O3 -o implantisomd5.o implantisomd5.c gcc -Os -fstack-clash-protection -Wformat -Werror=format-security -std=gnu11 -Wall -D_GNU_SOURCE=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -fPIC -I/usr/include/python3.12 -I/usr/include/python3.12 -c -O3 -o libimplantisomd5.o libimplantisomd5.c gcc -Os -fstack-clash-protection -Wformat -Werror=format-security -std=gnu11 -Wall -D_GNU_SOURCE=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -fPIC -I/usr/include/python3.12 -I/usr/include/python3.12 -c -O3 -o md5.o md5.c gcc -Os -fstack-clash-protection -Wformat -Werror=format-security -std=gnu11 -Wall -D_GNU_SOURCE=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -fPIC -I/usr/include/python3.12 -I/usr/include/python3.12 -c -O3 -o utilities.o utilities.c gcc -Os -fstack-clash-protection -Wformat -Werror=format-security -std=gnu11 -Wall -D_GNU_SOURCE=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -fPIC -I/usr/include/python3.12 -I/usr/include/python3.12 -c -O3 -o checkisomd5.o checkisomd5.c gcc -Os -fstack-clash-protection -Wformat -Werror=format-security -std=gnu11 -Wall -D_GNU_SOURCE=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -fPIC -I/usr/include/python3.12 -I/usr/include/python3.12 -c -O3 -o libcheckisomd5.o libcheckisomd5.c gcc -Os -fstack-clash-protection -Wformat -Werror=format-security -std=gnu11 -Wall -D_GNU_SOURCE=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -fPIC -I/usr/include/python3.12 -I/usr/include/python3.12 -c -O3 -o pyisomd5sum.o pyisomd5sum.c md5.c:181:27: warning: argument 1 of type 'uint32[4]' {aka 'unsigned int[4]'} with mismatched bound [-Warray-parameter=] 181 | void MD5_Transform(uint32 buf[4], uint32 const in[16]) | ~~~~~~~^~~~~~ md5.c:26:28: note: previously declared as 'uint32 *' {aka 'unsigned int *'} 26 | void MD5_Transform(uint32 *buf, uint32 const *in); | ~~~~~~~~^~~ md5.c:181:48: warning: argument 2 of type 'const uint32[16]' {aka 'const unsigned int[16]'} with mismatched bound [-Warray-parameter=] 181 | void MD5_Transform(uint32 buf[4], uint32 const in[16]) | ~~~~~~~~~~~~~^~~~~~ md5.c:26:47: note: previously declared as 'const uint32 *' {aka 'const unsigned int *'} 26 | void MD5_Transform(uint32 *buf, uint32 const *in); | ~~~~~~~~~~~~~~^~ ar -rv libcheckisomd5.a libcheckisomd5.o ar: creating libcheckisomd5.a a - libcheckisomd5.o ar -rv libimplantisomd5.a libimplantisomd5.o ar: creating libimplantisomd5.a a - libimplantisomd5.o ar -rv libimplantisomd5.a utilities.o ar -rv libcheckisomd5.a utilities.o a - utilities.o a - utilities.o ar -rv libimplantisomd5.a md5.o ar -rv libcheckisomd5.a md5.o a - md5.o a - md5.o gcc -Os -fstack-clash-protection -Wformat -Werror=format-security -std=gnu11 -Wall -D_GNU_SOURCE=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -fPIC -I/usr/include/python3.12 -I/usr/include/python3.12 checkisomd5.o libcheckisomd5.a -lpopt -Wl,--as-needed,-O1,--sort-common -fPIC -o checkisomd5 gcc -Os -fstack-clash-protection -Wformat -Werror=format-security -std=gnu11 -Wall -D_GNU_SOURCE=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -fPIC -I/usr/include/python3.12 -I/usr/include/python3.12 implantisomd5.o libimplantisomd5.a -lpopt -Wl,--as-needed,-O1,--sort-common -fPIC -o implantisomd5 gcc -Os -fstack-clash-protection -Wformat -Werror=format-security -std=gnu11 -Wall -D_GNU_SOURCE=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -fPIC -I/usr/include/python3.12 -I/usr/include/python3.12 -shared -g -fpic pyisomd5sum.o libcheckisomd5.a libimplantisomd5.a -Wl,--as-needed,-O1,--sort-common -fPIC -o pyisomd5sum.so rm libimplantisomd5.o md5.o libcheckisomd5.o utilities.o 102400+0 records in 102400+0 records out 102400 bytes (100.0KB) copied, 0.202920 seconds, 492.8KB/s ./testpyisomd5sum.py Implanting -> PASS Implanting again w/o forcing -> PASS Implanting again forcing -> PASS Checking -> PASS Run with callback, prints offset and total 0 - 811008 32768 - 811008 65536 - 811008 98304 - 811008 131072 - 811008 163840 - 811008 196608 - 811008 229376 - 811008 262144 - 811008 294912 - 811008 327680 - 811008 360448 - 811008 393216 - 811008 425984 - 811008 458752 - 811008 491520 - 811008 524288 - 811008 557056 - 811008 589824 - 811008 622592 - 811008 655360 - 811008 688128 - 811008 720896 - 811008 753664 - 811008 786432 - 811008 811008 - 811008 841728 - 811008 PASS Run with callback and abort after offset of 500000 0 - 811008 32768 - 811008 65536 - 811008 98304 - 811008 131072 - 811008 163840 - 811008 196608 - 811008 229376 - 811008 262144 - 811008 294912 - 811008 327680 - 811008 360448 - 811008 393216 - 811008 425984 - 811008 458752 - 811008 491520 - 811008 524288 - 811008 PASS >>> isomd5sum: Entering fakeroot... install -d -m 0755 /home/buildozer/aports/testing/isomd5sum/pkg/isomd5sum/usr/bin install -d -m 0755 /home/buildozer/aports/testing/isomd5sum/pkg/isomd5sum/usr/lib/python3.12/site-packages install -d -m 0755 /home/buildozer/aports/testing/isomd5sum/pkg/isomd5sum/usr/share/man/man1 install -m 0755 pyisomd5sum.so /home/buildozer/aports/testing/isomd5sum/pkg/isomd5sum/usr/lib/python3.12/site-packages install -m 0755 implantisomd5 /home/buildozer/aports/testing/isomd5sum/pkg/isomd5sum/usr/bin install -m 0755 checkisomd5 /home/buildozer/aports/testing/isomd5sum/pkg/isomd5sum/usr/bin install -m 0644 implantisomd5.1 /home/buildozer/aports/testing/isomd5sum/pkg/isomd5sum/usr/share/man/man1 install -m 0644 checkisomd5.1 /home/buildozer/aports/testing/isomd5sum/pkg/isomd5sum/usr/share/man/man1 >>> isomd5sum-doc*: Running split function doc... >>> isomd5sum-doc*: Preparing subpackage isomd5sum-doc... >>> isomd5sum-doc*: Running postcheck for isomd5sum-doc >>> isomd5sum*: Running postcheck for isomd5sum >>> isomd5sum*: Preparing package isomd5sum... >>> isomd5sum*: Stripping binaries >>> isomd5sum-doc*: Scanning shared objects >>> isomd5sum*: Scanning shared objects >>> isomd5sum-doc*: Tracing dependencies... >>> isomd5sum-doc*: Package size: 28.0 KB >>> isomd5sum-doc*: Compressing data... >>> isomd5sum-doc*: Create checksum... >>> isomd5sum-doc*: Create isomd5sum-doc-1.2.3-r3.apk >>> isomd5sum*: Tracing dependencies... python3~3.12 so:libc.musl-aarch64.so.1 so:libpopt.so.0 >>> isomd5sum*: Package size: 228.0 KB >>> isomd5sum*: Compressing data... >>> isomd5sum*: Create checksum... >>> isomd5sum*: Create isomd5sum-1.2.3-r3.apk >>> isomd5sum: Build complete at Tue, 09 Jul 2024 13:57:02 +0000 elapsed time 0h 0m 4s >>> isomd5sum: Cleaning up srcdir >>> isomd5sum: Cleaning up pkgdir >>> isomd5sum: Uninstalling dependencies... (1/17) Purging .makedepends-isomd5sum (20240709.135700) (2/17) Purging python3-dev (3.12.3-r1) (3/17) Purging python3-pyc (3.12.3-r1) (4/17) Purging python3-pycache-pyc0 (3.12.3-r1) (5/17) Purging pyc (3.12.3-r1) (6/17) Purging python3 (3.12.3-r1) (7/17) Purging popt-dev (1.19-r3) (8/17) Purging cdrkit (1.1.11-r6) (9/17) Purging bzip2 (1.0.8-r6) (10/17) Purging gdbm (1.24-r0) (11/17) Purging libbz2 (1.0.8-r6) (12/17) Purging libffi (3.4.6-r0) (13/17) Purging libpanelw (6.5_p20240601-r0) (14/17) Purging mpdecimal (4.0.0-r0) (15/17) Purging readline (8.2.10-r0) (16/17) Purging sqlite-libs (3.46.0-r0) (17/17) Purging xz-libs (5.6.2-r0) Executing busybox-1.36.1-r31.trigger OK: 412 MiB in 107 packages >>> isomd5sum: Updating the testing/aarch64 repository index... >>> isomd5sum: Signing the index...