DEBUG: Executing python function autotools_aclocals
DEBUG: SITE files ['endian-little', 'bit-64', 'arm-common', 'arm-64', 'common-linux', 'common-musl', 'aarch64-linux', 'aarch64-linux-musl', 'common']
DEBUG: Python function autotools_aclocals finished
DEBUG: Executing shell function do_compile
NOTE: make -j 32
Building include
Building tests
Building lib
    [LTDEP]
Building btrfs
Building ceph
Building cifs
Building ext4
Building f2fs
Building generic
Building nfs
 [GROUP] TOPDIR/build/tmp/work/cortexa57-yoe-linux-musl/xfstests/2023.10.29/git/tests/ceph/group.list
Building ocfs2
 [GROUP] TOPDIR/build/tmp/work/cortexa57-yoe-linux-musl/xfstests/2023.10.29/git/tests/ext4/group.list
 [GROUP] TOPDIR/build/tmp/work/cortexa57-yoe-linux-musl/xfstests/2023.10.29/git/tests/f2fs/group.list
 [GROUP] TOPDIR/build/tmp/work/cortexa57-yoe-linux-musl/xfstests/2023.10.29/git/tests/nfs/group.list
Building perf
 [GROUP] TOPDIR/build/tmp/work/cortexa57-yoe-linux-musl/xfstests/2023.10.29/git/tests/btrfs/group.list
 [GROUP] TOPDIR/build/tmp/work/cortexa57-yoe-linux-musl/xfstests/2023.10.29/git/tests/generic/group.list
 [GROUP] TOPDIR/build/tmp/work/cortexa57-yoe-linux-musl/xfstests/2023.10.29/git/tests/cifs/group.list
 [GROUP] TOPDIR/build/tmp/work/cortexa57-yoe-linux-musl/xfstests/2023.10.29/git/tests/ocfs2/group.list
Building overlay
Building selftest
Building shared
Building udf
Building xfs
 [GROUP] TOPDIR/build/tmp/work/cortexa57-yoe-linux-musl/xfstests/2023.10.29/git/tests/overlay/group.list
 [GROUP] TOPDIR/build/tmp/work/cortexa57-yoe-linux-musl/xfstests/2023.10.29/git/tests/perf/group.list
 [GROUP] TOPDIR/build/tmp/work/cortexa57-yoe-linux-musl/xfstests/2023.10.29/git/tests/selftest/group.list
 [GROUP] TOPDIR/build/tmp/work/cortexa57-yoe-linux-musl/xfstests/2023.10.29/git/tests/shared/group.list
 [GROUP] TOPDIR/build/tmp/work/cortexa57-yoe-linux-musl/xfstests/2023.10.29/git/tests/udf/group.list
 [GROUP] TOPDIR/build/tmp/work/cortexa57-yoe-linux-musl/xfstests/2023.10.29/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
databin.c:19:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
   19 | databingen (mode, buffer, bsize, offset)
      | ^
databin.c:66:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
   66 | databinchk(mode, buffer, bsize, offset, errmsg)
      | ^
dataascii.c:20:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
   20 | dataasciigen(listofchars, buffer, bsize, offset)
      | ^
dataascii.c:55:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
   55 | dataasciichk(listofchars, buffer, bsize, offset, errmsg)
      | ^
2 warnings generated.
str_to_bytes.c:45:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
   45 | str_to_bytes(s)
      | ^
str_to_bytes.c:80:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
   80 | str_to_lbytes(s)
      | ^
str_to_bytes.c:120:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
  120 | str_to_llbytes(s)
      | ^
2 warnings generated.
datapid.c:60:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
   60 | datapidgen(pid, buffer, bsize, offset)
      | ^
datapid.c:76:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
   76 | datapidchk(pid, buffer, bsize, offset, errmsg)
      | ^
pattern.c:15:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
   15 | pattern_check(buf, buflen, pat, patlen, patshift)
      | ^
tlibio.c:146:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
  146 | stride_bounds(offset, stride, nstrides, bytes_per_stride, min, max)
      | ^
pattern.c:82:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
   82 | pattern_fill(buf, buflen, pat, patlen, patshift)
      | ^
string_to_tokens.c:57:10: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a previous declaration [-Wdeprecated-non-prototype]
   57 |    char *strtok();
      |          ^
random_range.c:76:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
   76 | parse_ranges(str, defmin, defmax, defmult, parse_func, rangeptr, errptr)
      | ^
tlibio.c:446:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
  446 | lio_write_buffer(fd, method, buffer, size, sig, errmsg, wrd)
      | ^
random_range.c:135:21: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
  135 |                         if ((*parse_func)(n1str, &rp->min) < 0) {
      |                                          ^
random_range.c:153:21: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
  153 |                         if ((*parse_func)(n2str, &rp->max) < 0) {
      |                                          ^
random_range.c:169:21: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
  169 |                         if ((*parse_func)(multstr, &rp->mult) < 0) {
      |                                          ^
tlibio.c:643:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
  643 | lio_read_buffer(fd, method, buffer, size, sig, errmsg, wrd)
      | ^
random_range.c:197:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
  197 | str_to_int(str, ip)
      | ^
random_range.c:72:18: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype]
   72 | static int       str_to_int();
      |                  ^
random_range.c:217:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
  217 | range_min(rbuf, r)
      | ^
random_range.c:225:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
  225 | range_max(rbuf, r)
      | ^
random_range.c:233:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
  233 | range_mult(rbuf, r)
      | ^
random_range.c:266:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
  266 | random_range(min, max, mult, errp)
      | ^
file_lock.c:37:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
   37 | file_lock(fd, flags, errormsg)
      | ^
random_range.c:336:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
  336 | random_rangel(min, max, mult, errp)
      | ^
2 warnings generated.
random_range.c:427:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
  427 | random_rangell(min, max, mult, errp)
      | ^
file_lock.c:112:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
  112 | record_lock(fd, flags, start, len, errormsg)
      | ^
3 warnings generated.
random_range.c:591:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
  591 | random_range_seed(s)
      | ^
random_range.c:594:17: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a previous declaration [-Wdeprecated-non-prototype]
  594 |     extern void srand48();
      |                 ^
TOPDIR/build/tmp/work/cortexa57-yoe-linux-musl/xfstests/2023.10.29/recipe-sysroot/usr/include/stdlib.h:134:6: note: conflicting prototype is here
  134 | void srand48 (long);
      |      ^
random_range.c:619:9: warning: misleading indentation; statement is not part of the previous 'if' [-Wmisleading-indentation]
  619 |         bit=1L;
      |         ^
random_range.c:613:5: note: previous statement is here
  613 |     if ( mask == 0 )
      |     ^
write_log.c:90:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
   90 | wlog_open(wfile, trunc, mode)
      | ^
write_log.c1:141:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
  141 | wlog_close(wfile)
      | ^
 warning generated.
write_log.c:176:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
  176 | wlog_record_write(wfile, wrec, offset)
      | ^
write_log.c:224:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
  224 | wlog_scan_backward(wfile, nrecs, func, data)
      | ^
write_log.c:332:15: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
  332 |                         if ((*func)(&wrec, data) == WLOG_STOP_SCAN) {
      |                                    ^
write_log.c:354:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
  354 | wlog_rec_pack(wrec, buf, flag)
      | ^
forker.c:108:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
  108 | background(prefix)
      | ^
write_log.c:403:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
  403 | wlog_rec_unpack(wrec, buf)
      | ^
forker.c:134:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
  134 | forker(ncopies, mode, prefix)
      | ^
2 warnings generated.
2 warnings generated.
2 warnings generated.
3 warnings generated.
15 warnings generated.
7 warnings generated.
    [LD] 
Building ltp
Building src
Building m4
Building common
    [DEP]
    [DEP]
    [CC]    doio
    [CC]    fsstress
    [CC]    fsx
    [CC]    growfiles
    [CC]    iogen
doio.c:308:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
  308 | main(argc, argv)
      | ^
doio.c:203:7: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype]
  203 | char    *format_rw();
      |          ^
doio.c:959:1: note: conflicting prototype is here
  959 | format_rw(
      | ^
doio.c:1038:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
 1038 | do_read(req)
      | ^
doio.c:1132:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
 1132 | do_write(req)
      | ^
doio.c:1198:14: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
 1198 |         (*Data_Fill)(Memptr, nbytes, Pattern, Pattern_Length, 0);
      |                     ^
iogen.c:229:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
  229 | main(argc, argv)
      | ^
doio.c:1345:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
 1345 | lock_file_region(fname, fd, type, start, nbytes)
      | ^
doio.c:1372:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
 1372 | do_listio(req)
      | ^
iogen.c:426:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
  426 | form_iorequest(req)
      | ^
doio.c:1490:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
 1490 | sy_pread(req, sysc, fd, addr)
      | ^
doio.c:1516:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
 1516 | sy_pwrite(req, sysc, fd, addr)
      | ^
doio.c:1563:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
 1563 | sy_rwv(req, sysc, fd, addr, rw)
      | ^
doio.c:1603:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
 1603 | sy_readv(req, sysc, fd, addr)
      | ^
doio.c:1613:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
 1613 | sy_writev(req, sysc, fd, addr)
      | ^
doio.c:1635:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
 1635 | sy_mmrw(req, sysc, fd, addr, rw)
      | ^
iogen.c:729:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
  729 | get_file_info(rec)
      | ^
doio.c:1701:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
 1701 | sy_mmread(req, sysc, fd, addr)
      | ^
doio.c:1711:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
 1711 | sy_mmwrite(req, sysc, fd, addr)
      | ^
doio.c:1783:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
 1783 | do_rw(req)
      | ^
doio.c:1849:32: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
 1849 |                 mem_needed = (*sy->sy_buffer)(req, 0, 0, NULL, NULL);
      |                                              ^
doio.c:1899:16: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
 1899 |                         (*Data_Fill)(Memptr, memfsx.c:2066_:n9e:e dwarning: ed, taking the absolute value of unsigned type 'unsigned long long' has no effect [-Wabsolute-value]Pa
ttern, Patt er2066n | _        Lreentguthr, n0 );llabs(
(      u| n                                    ^si
gned long long)off1 - off0) < size;
      |                ^
doio.c:1914:20: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
 1914 |                         (*sy->sy_buffer)(req, offset, 0, &min_byte, &maxfsx.c_byt:e)2066;
:      9|                                         ^:
 note: remove the call to 'llabs' since unsigned values cannot be negative
iogen.c 2066: | 812        :r1e:t uwarning: rna function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] 
ll  a812b | csre(a(tue_nfislieg(pnaethd,  nlboytnegs )
l      | o^n
g)off1 - off0) < size;
      |                ^~~~~
doio.c:1972:23: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
 1972 |         s = (*sy->sy_syscall)(req, sy, fd, addr);
      |                              ^
doio.c:1979:25: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
 1979 |                              (*sy->sy_format)(req, sy, fd, addr));
      |                                              ^
doio.c:2014:27: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
 2014 |                                              (*sy->sy_format)(req, sy, fd, addr));
      |                                                              ^
doio.c:2036:26: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
 2036 |                                      (*sy->sy_format)(req, sy, fd, addr));
      |                                                      ^
iogen.c:1126:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
 1126 | str_to_value(map, str)
      | ^
growfiles.c:289:7: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a previous declaration [-Wdeprecated-non-prototype]
  289 | char *strrchr();
      |       ^
iogen.c:1145:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
 1145 | str_lookup(map, str)
      | ^
iogen.c:1165:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
 1165 | value_to_string(map, val)
      | ^
iogen.c:1165:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
iogen.c:1184:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
 1184 | parse_cmdline(argc, argv, opts)
      | ^
doio.c:2081:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
 2081 | do_xfsctl(req)
      | ^
doio.c:2175:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
 2175 | do_sync(req)
      | ^
doio.c:2219:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
 2219 | doio_pat_check(buf, offset, length, pattern, pattern_length, patshift)
      | ^
doio.c:2304:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
 2304 | check_file(file, offset, length, pattern, pattern_length, patshift, fsa)
      | ^
doio.c:2363:25: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
 2363 |         if( (em = (*Data_Check)(buf, offset, length, pattern, pattern_leiogen.c:1608:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
 1608 | help(stream)
      | ^
ngth, patshift)) != NULL ) {
      |                                ^
iogen.c:1675:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
 1675 | usage(stream)
      | ^
growfiles.c:247:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
  247 | main(argc, argv)
      | ^
doio.c:2419:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
 2419 | alloc_mem(nbytes)
      | ^
doio.c:2625:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
 2625 | alloc_fd(file, oflags)
      | ^
doio.c:2640:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
 2640 | alloc_fdcache(file, oflags)
      | ^
doio.c:2814:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
 2814 | die_handler(sig)
      | ^
doio.c:194:6: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype]
  194 | void    die_handler();          /* Bad sig in child doios, exit 1. */
      |         ^
doio.c:2823:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
 2823 | sigbus_handler(sig)
      | ^
doio.c:197:6: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype]
  197 | void    sigbus_handler();       /* Handle sigbus--check active_mmap_rw to
      |         ^
doio.c:2838:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
 2838 | noop_handler(sig)
      | ^
doio.c:201:6: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype]
  201 | void    noop_handler();         /* Delayop alarm, does nothing. */
      |         ^
doio.c:2870:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
 2870 | aio_handler(sig)
      | ^
doio.c:2915:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
 2915 | aio_slot(aio_id)
      | ^
doio.c:269:18: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype]
  269 | struct aio_info *aio_slot();
      |                  ^
doio.c:2952:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
 2952 | aio_register(fd, strategy, sig)
      | ^
doio.c:2985:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
 2985 | aio_unregister(aio_id)
      | ^
doio.c:3023:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
 3023 | hms(t)
      | ^
doio.c:3056:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
 3056 | doio_upanic(mask)
      | ^
doio.c:3072:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
 3072 | parse_cmdline(argc, argv, opts)
      | ^
growfiles.c:1397:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
 1397 | sig_handler(sig)
      | ^
growfiles.c:74:6: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype]
   74 | void sig_handler();
      |      ^
growfiles.c:1654:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
 1654 | growfile(fd, file, grow_incr, buf)
      | ^
doio.c:3518:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
 3518 | usage(stream)
      | ^
doio.c:3535:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
 3535 | help(stream)
      | ^
growfiles.c:1988:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
 1988 | shrinkfile(fd, filename, trunc_incr, trunc_inter, just_trunc)
      | ^
growfiles.c:2079:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
 2079 | check_write(fd, cf_inter, filename, mode)
      | ^
growfiles.c:2270:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
 2270 | check_file(fd, cf_inter, filename, no_file_check)
      | ^
growfiles.c:2570:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
 2570 | pre_alloc(file, fd, size)
      | ^
11 warnings generated.
9 warnings generated.
47 warnings generated.
1 warning generated.
    [DEP]
    [DEP]
    [DEP]
    [CC]    dirstress
    [CC]    fill
    [CC]    fill2
    [CC]    getpagesize
    [CC]    holes
    [CC]    nametest
    [CC]    lstat64
    [CC]    permname
    [CC]    randholes
    [CC]    runas
    [CC]    truncfile
    [CC]    usemem
    [CC]    mmapcat
    [CC]    append_reader
    [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]    makeextents
    [CC]    itrash
    [CC]    rename
    [CC]    multi_open_unlink
    [CC]    unwritten_sync
    [CC]    genhashnames
    [CC]    t_holes
    [CC]    t_mmap_writev
    [CC]    t_truncate_cmtime
    [CC]    dirhash_collide
    [CC]    t_rename_overwrite
    [CC]    holetest
    [CC]    t_truncate_self
    [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]    checkpoint_journal
    [CC]    t_mmap_writev_overlap
    [CC]    mmap-rw-fault
    [CC]    allocstale
    [CC]    t_mmap_cow_memory_failure
    [CC]    fake-dump-rootino
    [CC]    dio-buf-fault
    [CC]    xfsctl
    [CC]    bstat
    [CC]    t_mtab
    [CC]    getdevicesize
t_ext4_dax_journal_corruption.c:44:49: error: call to undeclared function 'basename'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
   44 |                 printf("Usage: %s <chattr program> <file>\n", basename(argv[0]));
      |                                                               ^
t_ext4_dax_journal_corruption.c:44:49: warning: format specifies type 'char *' but the argument has type 'int' [-Wformat]
   44 |                 printf("Usage: %s <chattr program> <file>\n", basename(argv[0]));
      |                                ~~                             ^~~~~~~~~~~~~~~~~
      |                                %d
1 warning and 1 error generated.
make[2]: *** [Makefile:112: t_ext4_dax_journal_corruption] Error 1
make[2]: *** Waiting for unfinished jobs....
t_ext4_dax_inline_corruption.c:30:32: error: call to undeclared function 'basename'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
   30 |                 printf("Usage: %s <file>\n", basename(argv[0]));
      |                                              ^
t_ext4_dax_inline_corruption.c:30:32: warning: format specifies type 'char *' but the argument has type 'int' [-Wformat]
   30 |                 printf("Usage: %s <file>\n", basename(argv[0]));
      |                                ~~            ^~~~~~~~~~~~~~~~~
      |                                %d
1 warning and 1 error generated.
make[2]: *** [Makefile:111: t_ext4_dax_inline_corruption] Error 1
t_mmap_collision.c:190:5: error: call to undeclared function 'basename'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
  190 |                                 basename(argv[0]));
      |                                 ^
t_mmap_collision.c:190:5: warning: format specifies type 'char *' but the argument has type 'int' [-Wformat]
  189 |                 printf("Usage: %s <dax file> <non-dax file>\n",
      |                                ~~
      |                                %d
  190 |                                 basename(argv[0]));
      |                                 ^~~~~~~~~~~~~~~~~
1 warning and 1 error generated.
fake-dump-rootino.c:3:9: warning: t_ofd_locks.c'_LARGEFILE64_SOURCE' macro redefined [-Wmacro-redefined]
:300:36:     3warning:  | #variable 'semu' is uninitialized when used here [-Wuninitialized]d
efine _LARGEFI  L300E | 6        4        _        S        OiUfR C(Es
e      m| c        ^t
l(s<command line>e:m2i:d9,:  2note: , previous definition is hereI
PC_    RM2I | #Dd,ef isenmue)  _=L=A R-G1E)F
I      L| E6                                                               ^~~~4
_SOURCE 1t_ofd_locks.c
:      185| :        ^2
: note: variable 'semu' is declared here
  185 |         union semun semu;
      |         ^
make[2]: *** [Makefile:111: t_mmap_collision] Error 1
1 warning generated.
1 warning generated.
make[1]: *** [include/buildrules:30: src] Error 2
make: *** [Makefile:51: default] Error 2
ERROR: oe_runmake failed
WARNING: TOPDIR/build/tmp/work/cortexa57-yoe-linux-musl/xfstests/2023.10.29/temp/run.do_compile.2196623:182 exit 1 from 'exit 1'
WARNING: Backtrace (BB generated script): 
	#1: bbfatal_log, TOPDIR/build/tmp/work/cortexa57-yoe-linux-musl/xfstests/2023.10.29/temp/run.do_compile.2196623, line 182
	#2: die, TOPDIR/build/tmp/work/cortexa57-yoe-linux-musl/xfstests/2023.10.29/temp/run.do_compile.2196623, line 166
	#3: oe_runmake, TOPDIR/build/tmp/work/cortexa57-yoe-linux-musl/xfstests/2023.10.29/temp/run.do_compile.2196623, line 161
	#4: autotools_do_compile, TOPDIR/build/tmp/work/cortexa57-yoe-linux-musl/xfstests/2023.10.29/temp/run.do_compile.2196623, line 156
	#5: do_compile, TOPDIR/build/tmp/work/cortexa57-yoe-linux-musl/xfstests/2023.10.29/temp/run.do_compile.2196623, line 151
	#6: main, TOPDIR/build/tmp/work/cortexa57-yoe-linux-musl/xfstests/2023.10.29/temp/run.do_compile.2196623, line 195

Error details

Submitted on:
20/01/24 18:22
Error type:
Recipe
Task:
do_compile
Recipe:
xfstests
Recipe version:
2023.10.29-r0
Machine:
qemuarm64
Distro:
yoe
Build system:
x86_64-linux
Target system:
aarch64-yoe-linux-musl
Host distro:
ubuntu-22.04/ubuntu-22.04
Branch:
HEAD
Commit:
413570d1dd311a1ef8bace299d78f43dbb7c9565
Build:
#177371
Submitter:
ab@rdk
Similar errors:
0
Open a bug