>>> iniparser: Building main/iniparser 4.1-r1 (using abuild 3.10.0_rc1-r2) started Tue, 25 Oct 2022 22:04:09 +0000 >>> iniparser: Checking sanity of /home/buildozer/aports/main/iniparser/APKBUILD... >>> iniparser: Analyzing dependencies... >>> iniparser: Installing for build: build-base bash (1/3) Installing readline (8.2.0-r0) (2/3) Installing bash (5.2.2-r0) Executing bash-5.2.2-r0.post-install (3/3) Installing .makedepends-iniparser (20221025.220409) Executing busybox-1.35.0-r27.trigger OK: 292 MiB in 95 packages >>> iniparser: Cleaning up srcdir >>> iniparser: Cleaning up pkgdir >>> iniparser: Fetching https://distfiles.alpinelinux.org/distfiles/v3.17/iniparser-4.1.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 0 146 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 >>> iniparser: Fetching iniparser-4.1.tar.gz::https://github.com/ndevilla/iniparser/archive/v4.1.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 44732 0 44732 0 0 69443 0 --:--:-- --:--:-- --:--:-- 69443 >>> iniparser: Fetching https://distfiles.alpinelinux.org/distfiles/v3.17/iniparser-4.1.tar.gz >>> iniparser: Checking sha512sums... iniparser-4.1.tar.gz: OK rpath.patch: OK >>> iniparser: Unpacking /var/cache/distfiles/v3.17/iniparser-4.1.tar.gz... >>> iniparser: rpath.patch patching file Makefile CC src/iniparser.o CC src/dictionary.o src/iniparser.c: In function 'iniparser_load': src/iniparser.c:791:32: warning: 'sprintf' may write a terminating nul past the end of the destination [-Wformat-overflow=] 791 | sprintf(tmp, "%s:%s", section, key); | ^ src/iniparser.c:791:13: note: 'sprintf' output between 2 and 2050 bytes into a destination of size 2049 791 | sprintf(tmp, "%s:%s", section, key); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ AR libiniparser.a LINK libiniparser.so.1 a - src/iniparser.o a - src/dictionary.o RANLIB libiniparser.a make[1]: Entering directory '/home/buildozer/aports/main/iniparser/src/iniparser-4.1/test' CC CuTest.o CC test_dictionary.o CC test_iniparser.o In file included from test_iniparser.c:13: ../src/iniparser.c: In function 'iniparser_load': ../src/iniparser.c:791:32: warning: 'sprintf' may write a terminating nul past the end of the destination [-Wformat-overflow=] 791 | sprintf(tmp, "%s:%s", section, key); | ^ ../src/iniparser.c:791:13: note: 'sprintf' output between 2 and 2050 bytes into a destination of size 2049 791 | sprintf(tmp, "%s:%s", section, key); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ test_iniparser.c: In function 'Test_iniparser_strstrip': test_iniparser.c:109:68: warning: '%s' directive writing up to 1024 bytes into a region of size 94 [-Wformat-overflow=] 109 | sprintf(error_msg, "Bad stripping : strstrip(\"%s\") ==> \"%s\"", | ^~ 110 | strings_empty[i], stripped); | ~~~~~~~~ test_iniparser.c:109:9: note: 'sprintf' output 36 or more bytes (assuming 1060) into a destination of size 128 109 | sprintf(error_msg, "Bad stripping : strstrip(\"%s\") ==> \"%s\"", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 110 | strings_empty[i], stripped); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~ test_iniparser.c:118:68: warning: '%s' directive writing up to 1024 bytes into a region of size 94 [-Wformat-overflow=] 118 | sprintf(error_msg, "Bad stripping : strstrip(\"%s\") ==> \"%s\"", | ^~ 119 | strings_test[i], stripped); | ~~~~~~~~ test_iniparser.c:118:9: note: 'sprintf' output 36 or more bytes (assuming 1060) into a destination of size 128 118 | sprintf(error_msg, "Bad stripping : strstrip(\"%s\") ==> \"%s\"", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 119 | strings_test[i], stripped); | ~~~~~~~~~~~~~~~~~~~~~~~~~~ test_iniparser.c: In function 'Test_iniparser_load': test_iniparser.c:608:31: warning: '%s' directive writing up to 255 bytes into a region of size 236 [-Wformat-overflow=] 608 | sprintf(ini_path, "%s/%s", GOOD_INI_PATH, curr->d_name); | ^~ test_iniparser.c:608:9: note: 'sprintf' output between 21 and 276 bytes into a destination of size 256 608 | sprintf(ini_path, "%s/%s", GOOD_INI_PATH, curr->d_name); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ test_iniparser.c:622:31: warning: '%s' directive writing up to 255 bytes into a region of size 237 [-Wformat-overflow=] 622 | sprintf(ini_path, "%s/%s", BAD_INI_PATH, curr->d_name); | ^~ test_iniparser.c:622:9: note: 'sprintf' output between 20 and 275 bytes into a destination of size 256 622 | sprintf(ini_path, "%s/%s", BAD_INI_PATH, curr->d_name); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ GN Alltests.c CC AllTests.o CC testrun iniparser: cannot open /you/shall/not/path iniparser: input line too long in ressources/bad_ini/twisted-ofkey.ini (14) iniparser: syntax error in ressources/bad_ini/ends_well.ini (5): -> error is here iniparser: syntax error in ressources/bad_ini/twisted-errors.ini (5): -> hello iniparser: syntax error in ressources/bad_ini/twisted-errors.ini (6): -> world iniparser: syntax error in ressources/bad_ini/twisted-errors.ini (8): -> hello world iniparser: syntax error in ressources/bad_ini/twisted-errors.ini (9): -> a + b ; iniparser: input line too long in ressources/bad_ini/twisted-ofval.ini (14) iniparser: cannot open /path/to/nowhere.ini .................... OK (20 tests) make[1]: Leaving directory '/home/buildozer/aports/main/iniparser/src/iniparser-4.1/test' >>> iniparser: Entering fakeroot... >>> iniparser-dev*: Running split function dev... >>> iniparser-dev*: Preparing subpackage iniparser-dev... >>> iniparser-dev*: Stripping binaries >>> iniparser-dev*: Running postcheck for iniparser-dev >>> iniparser*: Running postcheck for iniparser >>> iniparser*: Preparing package iniparser... >>> iniparser*: Stripping binaries >>> iniparser-dev*: Scanning shared objects >>> iniparser*: Scanning shared objects >>> iniparser-dev*: Tracing dependencies... iniparser=4.1-r1 >>> iniparser-dev*: Package size: 40.0 KB >>> iniparser-dev*: Compressing data... >>> iniparser-dev*: Create checksum... >>> iniparser-dev*: Create iniparser-dev-4.1-r1.apk >>> iniparser*: Tracing dependencies... so:libc.musl-ppc64le.so.1 >>> iniparser*: Package size: 80.0 KB >>> iniparser*: Compressing data... >>> iniparser*: Create checksum... >>> iniparser*: Create iniparser-4.1-r1.apk >>> iniparser: Build complete at Tue, 25 Oct 2022 22:04:13 +0000 elapsed time 0h 0m 4s >>> iniparser: Cleaning up srcdir >>> iniparser: Cleaning up pkgdir >>> iniparser: Uninstalling dependencies... (1/3) Purging .makedepends-iniparser (20221025.220409) (2/3) Purging bash (5.2.2-r0) Executing bash-5.2.2-r0.pre-deinstall (3/3) Purging readline (8.2.0-r0) Executing busybox-1.35.0-r27.trigger OK: 288 MiB in 92 packages >>> iniparser: Updating the main/ppc64le repository index... >>> iniparser: Signing the index...