>>> isomd5sum: Building testing/isomd5sum 1.2.3-r3 (using abuild 3.13.0-r5) started Mon, 23 Sep 2024 09:34:06 +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/16) Installing libbz2 (1.0.8-r6) (2/16) Installing libffi (3.4.6-r0) (3/16) Installing gdbm (1.24-r0) (4/16) Installing xz-libs (5.6.2-r0) (5/16) Installing mpdecimal (4.0.0-r0) (6/16) Installing libpanelw (6.5_p20240601-r1) (7/16) Installing sqlite-libs (3.46.1-r0) (8/16) Installing python3 (3.12.6-r0) (9/16) Installing python3-pycache-pyc0 (3.12.6-r0) (10/16) Installing pyc (3.12.6-r0) (11/16) Installing python3-pyc (3.12.6-r0) (12/16) Installing python3-dev (3.12.6-r0) (13/16) Installing popt-dev (1.19-r4) (14/16) Installing bzip2 (1.0.8-r6) (15/16) Installing cdrkit (1.1.11-r6) (16/16) Installing .makedepends-isomd5sum (20240923.093408) Executing busybox-1.36.1-r32.trigger OK: 530 MiB in 119 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 100 20811 100 20811 0 0 247k 0 --:--:-- --:--:-- --:--:-- 247k 100 20811 100 20811 0 0 247k 0 --:--:-- --:--:-- --:--:-- 247k >>> 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/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 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 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 -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.159708 seconds, 626.1KB/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 - 761856 32768 - 761856 65536 - 761856 98304 - 761856 131072 - 761856 163840 - 761856 196608 - 761856 229376 - 761856 262144 - 761856 294912 - 761856 327680 - 761856 360448 - 761856 393216 - 761856 425984 - 761856 458752 - 761856 491520 - 761856 524288 - 761856 557056 - 761856 589824 - 761856 622592 - 761856 655360 - 761856 688128 - 761856 720896 - 761856 753664 - 761856 761856 - 761856 792576 - 761856 PASS Run with callback and abort after offset of 500000 0 - 761856 32768 - 761856 65536 - 761856 98304 - 761856 131072 - 761856 163840 - 761856 196608 - 761856 229376 - 761856 262144 - 761856 294912 - 761856 327680 - 761856 360448 - 761856 393216 - 761856 425984 - 761856 458752 - 761856 491520 - 761856 524288 - 761856 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-loongarch64.so.1 so:libpopt.so.0 >>> isomd5sum*: Package size: 132.0 KB >>> isomd5sum*: Compressing data... >>> isomd5sum*: Create checksum... >>> isomd5sum*: Create isomd5sum-1.2.3-r3.apk >>> isomd5sum: Build complete at Mon, 23 Sep 2024 09:34:12 +0000 elapsed time 0h 0m 6s >>> isomd5sum: Cleaning up srcdir >>> isomd5sum: Cleaning up pkgdir >>> isomd5sum: Uninstalling dependencies... (1/16) Purging .makedepends-isomd5sum (20240923.093408) (2/16) Purging python3-dev (3.12.6-r0) (3/16) Purging python3-pyc (3.12.6-r0) (4/16) Purging python3-pycache-pyc0 (3.12.6-r0) (5/16) Purging pyc (3.12.6-r0) (6/16) Purging python3 (3.12.6-r0) (7/16) Purging popt-dev (1.19-r4) (8/16) Purging cdrkit (1.1.11-r6) (9/16) Purging bzip2 (1.0.8-r6) (10/16) Purging gdbm (1.24-r0) (11/16) Purging libbz2 (1.0.8-r6) (12/16) Purging libffi (3.4.6-r0) (13/16) Purging libpanelw (6.5_p20240601-r1) (14/16) Purging mpdecimal (4.0.0-r0) (15/16) Purging sqlite-libs (3.46.1-r0) (16/16) Purging xz-libs (5.6.2-r0) Executing busybox-1.36.1-r32.trigger OK: 251 MiB in 103 packages >>> isomd5sum: Updating the testing/loongarch64 repository index... >>> isomd5sum: Signing the index...