>>> isomd5sum: Building testing/isomd5sum 1.2.3-r2 (using abuild 3.10.0_rc1-r2) started Thu, 24 Nov 2022 12:17:51 +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/11) Installing libffi (3.4.4-r0) (2/11) Installing gdbm (1.23-r0) (3/11) Installing mpdecimal (2.5.1-r1) (4/11) Installing readline (8.2.0-r0) (5/11) Installing sqlite-libs (3.40.0-r0) (6/11) Installing python3 (3.11.0-r2) (7/11) Installing python3-dev (3.11.0-r2) (8/11) Installing popt-dev (1.19-r0) (9/11) Installing bzip2 (1.0.8-r4) (10/11) Installing cdrkit (1.1.11-r4) (11/11) Installing .makedepends-isomd5sum (20221124.121753) Executing busybox-1.35.0-r29.trigger OK: 500 MiB in 114 packages >>> isomd5sum: Cleaning up srcdir >>> isomd5sum: Cleaning up pkgdir >>> 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 100 20811 100 20811 0 0 133k 0 --:--:-- --:--:-- --:--:-- 133k >>> 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 -fomit-frame-pointer -Os -fomit-frame-pointer -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.11 -I/usr/include/python3.11 -c -O3 -o implantisomd5.o implantisomd5.c gcc -Os -fomit-frame-pointer -Os -fomit-frame-pointer -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.11 -I/usr/include/python3.11 -c -O3 -o libimplantisomd5.o libimplantisomd5.c gcc -Os -fomit-frame-pointer -Os -fomit-frame-pointer -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.11 -I/usr/include/python3.11 -c -O3 -o md5.o md5.c gcc -Os -fomit-frame-pointer -Os -fomit-frame-pointer -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.11 -I/usr/include/python3.11 -c -O3 -o utilities.o utilities.c gcc -Os -fomit-frame-pointer -Os -fomit-frame-pointer -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.11 -I/usr/include/python3.11 -c -O3 -o checkisomd5.o checkisomd5.c gcc -Os -fomit-frame-pointer -Os -fomit-frame-pointer -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.11 -I/usr/include/python3.11 -c -O3 -o libcheckisomd5.o libcheckisomd5.c gcc -Os -fomit-frame-pointer -Os -fomit-frame-pointer -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.11 -I/usr/include/python3.11 -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 -fomit-frame-pointer -Os -fomit-frame-pointer -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.11 -I/usr/include/python3.11 implantisomd5.o libimplantisomd5.a -lpopt -Wl,--as-needed,-O1,--sort-common -fPIC -o implantisomd5 gcc -Os -fomit-frame-pointer -Os -fomit-frame-pointer -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.11 -I/usr/include/python3.11 checkisomd5.o libcheckisomd5.a -lpopt -Wl,--as-needed,-O1,--sort-common -fPIC -o checkisomd5 gcc -Os -fomit-frame-pointer -Os -fomit-frame-pointer -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.11 -I/usr/include/python3.11 -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 ./testpyisomd5sum.py Implanting -> PASS Implanting again w/o forcing -> PASS Implanting again forcing -> PASS Checking -> PASS Run with callback, prints offset and total 0 - 665600 32768 - 665600 65536 - 665600 98304 - 665600 131072 - 665600 163840 - 665600 196608 - 665600 229376 - 665600 262144 - 665600 294912 - 665600 327680 - 665600 360448 - 665600 393216 - 665600 425984 - 665600 458752 - 665600 491520 - 665600 524288 - 665600 557056 - 665600 589824 - 665600 622592 - 665600 655360 - 665600 665600 - 665600 696320 - 665600 PASS Run with callback and abort after offset of 500000 0 - 665600 32768 - 665600 65536 - 665600 98304 - 665600 131072 - 665600 163840 - 665600 196608 - 665600 229376 - 665600 262144 - 665600 294912 - 665600 327680 - 665600 360448 - 665600 393216 - 665600 425984 - 665600 458752 - 665600 491520 - 665600 524288 - 665600 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.11/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.11/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-r2.apk >>> isomd5sum*: Tracing dependencies... so:libc.musl-x86.so.1 so:libpopt.so.0 >>> isomd5sum*: Package size: 100.0 KB >>> isomd5sum*: Compressing data... >>> isomd5sum*: Create checksum... >>> isomd5sum*: Create isomd5sum-1.2.3-r2.apk >>> isomd5sum: Build complete at Thu, 24 Nov 2022 12:17:56 +0000 elapsed time 0h 0m 5s >>> isomd5sum: Cleaning up srcdir >>> isomd5sum: Cleaning up pkgdir >>> isomd5sum: Uninstalling dependencies... (1/11) Purging .makedepends-isomd5sum (20221124.121753) (2/11) Purging python3-dev (3.11.0-r2) (3/11) Purging python3 (3.11.0-r2) (4/11) Purging popt-dev (1.19-r0) (5/11) Purging cdrkit (1.1.11-r4) (6/11) Purging bzip2 (1.0.8-r4) (7/11) Purging libffi (3.4.4-r0) (8/11) Purging gdbm (1.23-r0) (9/11) Purging mpdecimal (2.5.1-r1) (10/11) Purging readline (8.2.0-r0) (11/11) Purging sqlite-libs (3.40.0-r0) Executing busybox-1.35.0-r29.trigger OK: 380 MiB in 103 packages >>> isomd5sum: Updating the testing/x86 repository index... >>> isomd5sum: Signing the index...