DEBUG: Executing shell function do_compile
NOTE: make -j 70 -l 140
Building include
Building lib
Building tests
[LTDEP]
Building btrfs
Building ceph
Building cifs
Building ext4
Building f2fs
Building generic
Building nfs
Building ocfs2
Building overlay
Building perf
Building selftest
Building tmpfs
Building xfs
Building udf
[GROUP] TOPDIR/tmp/work/core2-32-oe-linux-musl/xfstests/2025.04.27/git/tests/ceph/group.list
[GROUP] TOPDIR/tmp/work/core2-32-oe-linux-musl/xfstests/2025.04.27/git/tests/cifs/group.list
[GROUP] TOPDIR/tmp/work/core2-32-oe-linux-musl/xfstests/2025.04.27/git/tests/btrfs/group.list
[GROUP] TOPDIR/tmp/work/core2-32-oe-linux-musl/xfstests/2025.04.27/git/tests/ext4/group.list
[GROUP] TOPDIR/tmp/work/core2-32-oe-linux-musl/xfstests/2025.04.27/git/tests/f2fs/group.list
[GROUP] TOPDIR/tmp/work/core2-32-oe-linux-musl/xfstests/2025.04.27/git/tests/nfs/group.list
[GROUP] TOPDIR/tmp/work/core2-32-oe-linux-musl/xfstests/2025.04.27/git/tests/overlay/group.list
[GROUP] TOPDIR/tmp/work/core2-32-oe-linux-musl/xfstests/2025.04.27/git/tests/ocfs2/group.list
[GROUP] TOPDIR/tmp/work/core2-32-oe-linux-musl/xfstests/2025.04.27/git/tests/generic/group.list
[GROUP] TOPDIR/tmp/work/core2-32-oe-linux-musl/xfstests/2025.04.27/git/tests/perf/group.list
[GROUP] TOPDIR/tmp/work/core2-32-oe-linux-musl/xfstests/2025.04.27/git/tests/selftest/group.list
[GROUP] TOPDIR/tmp/work/core2-32-oe-linux-musl/xfstests/2025.04.27/git/tests/udf/group.list
[GROUP] TOPDIR/tmp/work/core2-32-oe-linux-musl/xfstests/2025.04.27/git/tests/tmpfs/group.list
[GROUP] TOPDIR/tmp/work/core2-32-oe-linux-musl/xfstests/2025.04.27/git/tests/xfs/group.list
[CC] dataascii.lo
[CC] databin.lo
[CC] datapid.lo
[CC] file_lock.lo
[CC] forker.lo
[CC] pattern.lo
[CC] open_flags.lo
[CC] random_range.lo
[CC] string_to_tokens.lo
[CC] str_to_bytes.lo
[CC] tlibio.lo
[CC] write_log.lo
[CC] random.lo
[LD]
Building ltp
Building src
Building m4
Building common
Building tools
[DEP]
[DEP]
[CC] doio
[CC] fsstress
[CC] fsx
[CC] iogen
[DEP]
[DEP]
[DEP]
[CC] dirstress
[CC] fill
[CC] fill2
[CC] getpagesize
[CC] holes
[CC] lstat64
[CC] nametest
[CC] permname
[CC] randholes
[CC] runas
[CC] truncfile
[CC] usemem
[CC] append_reader
[CC] mmapcat
[CC] append_writer
[CC] dirperf
[CC] metaperf
[CC] devzero
[CC] feature
[CC] alloc
[CC] fault
[CC] fstest
[CC] t_access_root
[CC] godown
[CC] resvtest
[CC] writemod
[CC] writev_on_pagefault
[CC] itrash
[CC] makeextents
[CC] rename
[CC] multi_open_unlink
[CC] unwritten_sync
[CC] genhashnames
[CC] t_holes
[CC] t_truncate_cmtime
[CC] t_mmap_writev
[CC] dirhash_collide
[CC] t_rename_overwrite
[CC] holetest
[CC] af_unix
[CC] t_mmap_stale_pmd
[CC] t_mmap_cow_race
[CC] t_mmap_fallocate
[CC] fsync-err
[CC] t_mmap_write_ro
[CC] t_ext4_dax_journal_corruption
[CC] t_ext4_dax_inline_corruption
[CC] t_ofd_locks
[CC] t_mmap_collision
[CC] mmap-write-concurrent
[CC] t_get_file_time
[CC] t_create_short_dirs
[CC] t_create_long_dirs
[CC] t_enospc
[CC] t_mmap_writev_overlap
[CC] checkpoint_journal
[CC] mmap-rw-fault
[CC] allocstale
[CC] t_mmap_cow_memory_failure
[CC] fake-dump-rootino
[CC] dio-buf-fault
[CC] rewinddir-test
[CC] readdir-while-renames
[CC] dio-append-buf-fault
[CC] dio-write-fsync-same-fd
[CC] dio-writeback-race
[CC] t_mtab
[CC] bstat
[CC] xfsctl
lstat64.c: In function 'main':
lstat64.c:65:14: warning: passing argument 1 of 'time' from incompatible pointer type [-Wincompatible-pointer-types]
65 | time(&timebuf);
| ^~~~~~~~
| |
| long int *
In file included from lstat64.c:11:
TOPDIR/tmp/work/core2-32-oe-linux-musl/xfstests/2025.04.27/recipe-sysroot/usr/include/time.h:55:14: note: expected 'time_t *' {aka 'long long int *'} but argument is of type 'long int *'
55 | time_t time (time_t *);
| ^~~~~~~~
[CC] getdevicesize
holetest.c: In function 'get_id':
holetest.c:65:24: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
65 | return (uint64_t) pthread_self();
| ^
holetest.c: In function 'test_this':
holetest.c:186:34: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
186 | tid[i] = (uint64_t)t[i];
| ^
t_get_file_time.c: In function 'main':
t_get_file_time.c:50:18: warning: format '%lu' expects argument of type 'long unsigned int', but argument 2 has type 'time_t' {aka 'long long int'} [-Wformat=]
50 | printf("%lu\n", t);
| ~~^ ~
| | |
| | time_t {aka long long int}
| long unsigned int
| %llu
[CC] preallo_rw_pattern_reader
fake-dump-rootino.c:3:9: warning: '_LARGEFILE64_SOURCE' redefined
3 | #define _LARGEFILE64_SOURCE
| ^~~~~~~~~~~~~~~~~~~
allocstale.c: In function 'main':
allocstale.c:110:71: warning: format '%zd' expects argument of type 'signed size_t', but argument 4 has type 'off_t' {aka 'long long int'} [-Wformat=]
110 | fprintf(stderr, "%s: found junk near offset %zd!\n",
| ~~^
| |
| int
| %lld
111 | argv[1], offset - sb.st_blksize);
| ~~~~~~~~~~~~~~~~~~~~~~
| |
| off_t {aka long long int}
[CC] preallo_rw_pattern_writer
<command-line>: note: this is the location of the previous definition
[CC] ftrunc
[CC] trunc
[CC] fs_perms
[CC] testx
[CC] looptest
[CC] unwritten_mmap
[CC] locktest
[CC] deduperace
[CC] bulkstat_unlink_test_modified
[CC] t_dir_offset
[CC] bulkstat_unlink_test
[CC] t_futimens
bstat.c:65:33: error: unknown type name '__uint32_t'; did you mean 'uint32_t'?
65 | static inline int xfs_highbit32(__uint32_t v)
| ^~~~~~~~~~
| uint32_t
bstat.c: In function 'dotime':
bstat.c:79:19: warning: passing argument 1 of 'ctime' from incompatible pointer type [-Wincompatible-pointer-types]
79 | c = ctime(&t->tv_sec);
| ^~~~~~~~~~
| |
| __kernel_long_t * {aka long int *}
In file included from TOPDIR/tmp/work/core2-32-oe-linux-musl/xfstests/2025.04.27/recipe-sysroot/usr/include/uuid/uuid.h:42,
from TOPDIR/tmp/work/core2-32-oe-linux-musl/xfstests/2025.04.27/recipe-sysroot/usr/include/xfs/linux.h:13,
from TOPDIR/tmp/work/core2-32-oe-linux-musl/xfstests/2025.04.27/recipe-sysroot/usr/include/xfs/xfs.h:9,
from global.h:19,
from bstat.c:7:
TOPDIR/tmp/work/core2-32-oe-linux-musl/xfstests/2025.04.27/recipe-sysroot/usr/include/time.h:62:14: note: expected 'const time_t *' {aka 'const long long int *'} but argument is of type '__kernel_long_t *' {aka 'long int *'}
62 | char *ctime (const time_t *);
| ^~~~~~~~~~~~~~
[CC] stale_handle
[CC] t_immutable
[CC] pwrite_mmap_blocked
[CC] t_dir_offset2
bstat.c: In function 'do_threads':
bstat.c:300:18: error: implicit declaration of function 'xfs_highbit32' [-Wimplicit-function-declaration]
300 | (xfs_highbit32((fsg).blocksize / (fsg).inodesize))
| ^~~~~~~~~~~~~
bstat.c:302:26: note: in expansion of macro 'FSGEOM_INOPBLOG'
302 | (((__u64)(a) << (FSGEOM_INOPBLOG(fsg) + \
| ^~~~~~~~~~~~~~~
bstat.c:350:24: note: in expansion of macro 'FSGEOM_AGINO_TO_INO'
350 | last = FSGEOM_AGINO_TO_INO(geom, i,
| ^~~~~~~~~~~~~~~~~~~
[CC] seek_sanity_test
[CC] seek_copy_test
[CC] t_readdir_1
[CC] t_readdir_2
[CC] fsync-tester
make[2]: *** [Makefile:123: bstat] Error 1
make[2]: *** Waiting for unfinished jobs....
locktest.c: In function 'do_truncate':
locktest.c:748:42: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'size_t' {aka 'unsigned int'} [-Wformat=]
748 | fprintf(stderr, "truncating to %ld\n", length);
| ~~^ ~~~~~~
| | |
| | size_t {aka unsigned int}
| long int
| %d
make[1]: *** [include/buildrules:30: src] Error 2
make: *** [Makefile:65: default] Error 2
ERROR: oe_runmake failed
WARNING: TOPDIR/tmp/work/core2-32-oe-linux-musl/xfstests/2025.04.27/temp/run.do_compile.214037:181 exit 1 from 'exit 1'
WARNING: Backtrace (BB generated script):
#1: bbfatal_log, TOPDIR/tmp/work/core2-32-oe-linux-musl/xfstests/2025.04.27/temp/run.do_compile.214037, line 181
#2: die, TOPDIR/tmp/work/core2-32-oe-linux-musl/xfstests/2025.04.27/temp/run.do_compile.214037, line 165
#3: oe_runmake, TOPDIR/tmp/work/core2-32-oe-linux-musl/xfstests/2025.04.27/temp/run.do_compile.214037, line 160
#4: autotools_do_compile, TOPDIR/tmp/work/core2-32-oe-linux-musl/xfstests/2025.04.27/temp/run.do_compile.214037, line 155
#5: do_compile, TOPDIR/tmp/work/core2-32-oe-linux-musl/xfstests/2025.04.27/temp/run.do_compile.214037, line 150
#6: main, TOPDIR/tmp/work/core2-32-oe-linux-musl/xfstests/2025.04.27/temp/run.do_compile.214037, line 194