>>> memtester: Building community/memtester 4.6.0-r1 (using abuild 3.11.0-r1) started Mon, 15 May 2023 11:51:13 +0000 >>> memtester: Checking sanity of /home/buildozer/aports/community/memtester/APKBUILD... >>> memtester: Analyzing dependencies... >>> memtester: Installing for build: build-base (1/1) Installing .makedepends-memtester (20230515.115113) OK: 311 MiB in 101 packages >>> memtester: Cleaning up srcdir >>> memtester: Cleaning up pkgdir >>> memtester: Fetching https://distfiles.alpinelinux.org/distfiles/edge/memtester-4.6.0.tar.gz >>> memtester: Fetching https://distfiles.alpinelinux.org/distfiles/edge/memtester-4.6.0.tar.gz >>> memtester: Checking sha512sums... memtester-4.6.0.tar.gz: OK >>> memtester: Unpacking /var/cache/distfiles/edge/memtester-4.6.0.tar.gz... ( cat warn-auto.sh; \ echo CC=\'`head -1 conf-cc`\'; \ echo LD=\'`head -1 conf-ld`\' \ ) > auto-ccld.sh cat auto-ccld.sh make-compile.sh > make-compile cat auto-ccld.sh find-systype.sh > find-systype chmod 755 make-compile cat auto-ccld.sh make-load.sh > make-load chmod 755 find-systype ./find-systype > systype chmod 755 make-load ( cat warn-auto.sh; ./make-compile "`cat systype`" ) > \ compile ( cat warn-auto.sh; ./make-load "`cat systype`" ) > load ./extra-libs.sh "`cat systype`" >extra-libs chmod 755 compile ./compile memtester.c chmod 755 load ./compile tests.c tests.c: In function 'compare_regions': tests.c:54:25: warning: format '%lx' expects argument of type 'long unsigned int', but argument 5 has type 'off_t' {aka 'long long int'} [-Wformat=] 54 | "FAILURE: " FMT_TARGET " != " FMT_TARGET " at physical address " FMT_TARGET ".\n", | ^~~~~~~~~~~ 55 | (ul) *p1, (ul) *p2, physaddr); | ~~~~~~~~ | | | off_t {aka long long int} In file included from tests.c:22: sizes.h:20:31: note: format string is defined here 20 | #define FMT_TARGET "0x%08lx" | ~~~~^ | | | long unsigned int | %08llx tests.c: In function 'test_stuck_address': tests.c:94:29: warning: format '%lx' expects argument of type 'long unsigned int', but argument 3 has type 'off_t' {aka 'long long int'} [-Wformat=] 94 | "FAILURE: possible bad address line at physical address " FMT_TARGET ".\n", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 95 | physaddr); | ~~~~~~~~ | | | off_t {aka long long int} sizes.h:20:31: note: format string is defined here 20 | #define FMT_TARGET "0x%08lx" | ~~~~^ | | | long unsigned int | %08llx memtester.c: In function 'main': memtester.c:251:34: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'size_t' {aka 'unsigned int'} [-Wformat=] 251 | fprintf(stderr, "bytes %ld < pagesize %ld -- memory argument too large?\n", | ~~^ | | | long int | %d 252 | wantbytes, pagesize); | ~~~~~~~~~ | | | size_t {aka unsigned int} memtester.c:251:49: warning: format '%ld' expects argument of type 'long int', but argument 4 has type 'size_t' {aka 'unsigned int'} [-Wformat=] 251 | fprintf(stderr, "bytes %ld < pagesize %ld -- memory argument too large?\n", | ~~^ | | | long int | %d 252 | wantbytes, pagesize); | ~~~~~~~~ | | | size_t {aka unsigned int} ./load memtester tests.o `cat extra-libs` ( cat warn-auto.sh; \ echo CC=\'`head -1 conf-cc`\'; \ echo LD=\'`head -1 conf-ld`\' \ ) > auto-ccld.sh cat auto-ccld.sh make-compile.sh > make-compile cat auto-ccld.sh find-systype.sh > find-systype cat auto-ccld.sh make-load.sh > make-load chmod 755 make-compile chmod 755 find-systype ./find-systype > systype chmod 755 make-load ( cat warn-auto.sh; ./make-compile "`cat systype`" ) > \ compile ( cat warn-auto.sh; ./make-load "`cat systype`" ) > load ./extra-libs.sh "`cat systype`" >extra-libs chmod 755 load chmod 755 compile ./compile memtester.c ./compile tests.c tests.c: In function 'compare_regions': tests.c:54:25: warning: format '%lx' expects argument of type 'long unsigned int', but argument 5 has type 'off_t' {aka 'long long int'} [-Wformat=] 54 | "FAILURE: " FMT_TARGET " != " FMT_TARGET " at physical address " FMT_TARGET ".\n", | ^~~~~~~~~~~ 55 | (ul) *p1, (ul) *p2, physaddr); | ~~~~~~~~ | | | off_t {aka long long int} In file included from tests.c:22: sizes.h:20:31: note: format string is defined here 20 | #define FMT_TARGET "0x%08lx" | ~~~~^ | | | long unsigned int | %08llx tests.c: In function 'test_stuck_address': tests.c:94:29: warning: format '%lx' expects argument of type 'long unsigned int', but argument 3 has type 'off_t' {aka 'long long int'} [-Wformat=] 94 | "FAILURE: possible bad address line at physical address " FMT_TARGET ".\n", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 95 | physaddr); | ~~~~~~~~ | | | off_t {aka long long int} sizes.h:20:31: note: format string is defined here 20 | #define FMT_TARGET "0x%08lx" | ~~~~^ | | | long unsigned int | %08llx memtester.c: In function 'main': memtester.c:251:34: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'size_t' {aka 'unsigned int'} [-Wformat=] 251 | fprintf(stderr, "bytes %ld < pagesize %ld -- memory argument too large?\n", | ~~^ | | | long int | %d 252 | wantbytes, pagesize); | ~~~~~~~~~ | | | size_t {aka unsigned int} memtester.c:251:49: warning: format '%ld' expects argument of type 'long int', but argument 4 has type 'size_t' {aka 'unsigned int'} [-Wformat=] 251 | fprintf(stderr, "bytes %ld < pagesize %ld -- memory argument too large?\n", | ~~^ | | | long int | %d 252 | wantbytes, pagesize); | ~~~~~~~~ | | | size_t {aka unsigned int} ./load memtester tests.o `cat extra-libs` >>> memtester: Entering fakeroot... >>> memtester-doc*: Running split function doc... >>> memtester-doc*: Preparing subpackage memtester-doc... >>> memtester-doc*: Running postcheck for memtester-doc >>> memtester-static*: Running split function static... >>> memtester-static*: Preparing subpackage memtester-static... >>> memtester-static*: Stripping binaries >>> memtester-static*: Running postcheck for memtester-static >>> memtester*: Running postcheck for memtester >>> memtester*: Preparing package memtester... >>> memtester*: Stripping binaries >>> memtester-doc*: Scanning shared objects >>> memtester-static*: Scanning shared objects >>> memtester*: Scanning shared objects >>> memtester-doc*: Tracing dependencies... >>> memtester-doc*: Package size: 48.0 KB >>> memtester-doc*: Compressing data... >>> memtester-doc*: Create checksum... >>> memtester-doc*: Create memtester-doc-4.6.0-r1.apk >>> memtester-static*: Tracing dependencies... >>> memtester-static*: Package size: 64.0 KB >>> memtester-static*: Compressing data... >>> memtester-static*: Create checksum... >>> memtester-static*: Create memtester-static-4.6.0-r1.apk >>> memtester*: Tracing dependencies... so:libc.musl-armhf.so.1 >>> memtester*: Package size: 32.0 KB >>> memtester*: Compressing data... >>> memtester*: Create checksum... >>> memtester*: Create memtester-4.6.0-r1.apk >>> memtester: Build complete at Mon, 15 May 2023 11:51:14 +0000 elapsed time 0h 0m 1s >>> memtester: Cleaning up srcdir >>> memtester: Cleaning up pkgdir >>> memtester: Uninstalling dependencies... (1/1) Purging .makedepends-memtester (20230515.115113) OK: 311 MiB in 100 packages >>> memtester: Updating the community/armhf repository index... >>> memtester: Signing the index...