FreeBSD-stable-15-amd64-gcc12_build - Build #579 - Still Failing

From: <jenkins-admin_at_FreeBSD.org>
Date: Wed, 04 Mar 2026 23:36:30 UTC
FreeBSD-stable-15-amd64-gcc12_build - Build #579 (8d5e8dfdc22c52bc944d80d5a8811373de001517) - Still Failing

Build information: https://ci.FreeBSD.org/job/FreeBSD-stable-15-amd64-gcc12_build/579/
Full change log: https://ci.FreeBSD.org/job/FreeBSD-stable-15-amd64-gcc12_build/579/changes
Full build log: https://ci.FreeBSD.org/job/FreeBSD-stable-15-amd64-gcc12_build/579/console

Status explanation:
"Failure" - the build is suspected being broken by the following changes
"Still Failing" - the build has not been fixed by the following changes and
                  this is a notification to note that these changes have
                  not been fully tested by the CI system

Change summaries:
(Those commits are likely but not certainly responsible)

8d5e8dfdc22c52bc944d80d5a8811373de001517 by bapt:
ObsoleteFiles.inc: revert accidental merge failure



The end of the build log:

[...truncated 145.39 MiB...]
/workspace/src/sys/net80211/ieee80211_hwmp.c:1743:38: note: object 'prann' of size 23
 1743 |         struct ieee80211_meshrann_ie prann;
      |                                      ^~~~~
In function 'hwmp_add_meshpreq',
    inlined from 'hwmp_send_action' at /workspace/src/sys/net80211/ieee80211_hwmp.c:628:9,
    inlined from 'hwmp_send_rann' at /workspace/src/sys/net80211/ieee80211_hwmp.c:1843:9,
    inlined from 'hwmp_recv_rann' at /workspace/src/sys/net80211/ieee80211_hwmp.c:1823:3,
    inlined from 'hwmp_recv_action_meshpath' at /workspace/src/sys/net80211/ieee80211_hwmp.c:563:4:
/workspace/src/sys/net80211/ieee80211_hwmp.c:686:46: warning: array subscript 'const struct ieee80211_meshpreq_ie[0]' is partly outside array bounds of 'struct ieee80211_meshrann_ie[1]' [-Warray-bounds]
  686 | #define PREQ_TFLAGS(n)  preq->preq_targets[n].target_flags
      |                         ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~
/workspace/src/sys/net80211/ieee80211_hwmp.c:710:26: note: in expansion of macro 'PREQ_TFLAGS'
  710 |                 *frm++ = PREQ_TFLAGS(i);
      |                          ^~~~~~~~~~~
/workspace/src/sys/net80211/ieee80211_hwmp.c: In function 'hwmp_recv_action_meshpath':
/workspace/src/sys/net80211/ieee80211_hwmp.c:1743:38: note: object 'prann' of size 23
 1743 |         struct ieee80211_meshrann_ie prann;
      |                                      ^~~~~
In function 'hwmp_add_meshpreq',
    inlined from 'hwmp_send_action' at /workspace/src/sys/net80211/ieee80211_hwmp.c:628:9,
    inlined from 'hwmp_send_rann' at /workspace/src/sys/net80211/ieee80211_hwmp.c:1843:9,
    inlined from 'hwmp_recv_rann' at /workspace/src/sys/net80211/ieee80211_hwmp.c:1823:3,
    inlined from 'hwmp_recv_action_meshpath' at /workspace/src/sys/net80211/ieee80211_hwmp.c:563:4:
/workspace/src/sys/net80211/ieee80211_hwmp.c:687:46: warning: array subscript 'const struct ieee80211_meshpreq_ie[0]' is partly outside array bounds of 'struct ieee80211_meshrann_ie[1]' [-Warray-bounds]
  687 | #define PREQ_TADDR(n)   preq->preq_targets[n].target_addr
/workspace/src/sys/sys/systm.h:283:57: note: in definition of macro 'memcpy'
  283 | #define memcpy(to, from, len)   __builtin_memcpy((to), (from), (len))
      |                                                         ^~~~
/workspace/src/sys/net80211/ieee80211_hwmp.c:711:17: note: in expansion of macro 'IEEE80211_ADDR_COPY'
  711 |                 IEEE80211_ADDR_COPY(frm, PREQ_TADDR(i));
      |                 ^~~~~~~~~~~~~~~~~~~
/workspace/src/sys/net80211/ieee80211_hwmp.c:711:42: note: in expansion of macro 'PREQ_TADDR'
  711 |                 IEEE80211_ADDR_COPY(frm, PREQ_TADDR(i));
      |                                          ^~~~~~~~~~
/workspace/src/sys/net80211/ieee80211_hwmp.c: In function 'hwmp_recv_action_meshpath':
/workspace/src/sys/net80211/ieee80211_hwmp.c:1743:38: note: object 'prann' of size 23
 1743 |         struct ieee80211_meshrann_ie prann;
      |                                      ^~~~~
In function 'hwmp_add_meshpreq',
    inlined from 'hwmp_send_action' at /workspace/src/sys/net80211/ieee80211_hwmp.c:628:9,
    inlined from 'hwmp_send_rann' at /workspace/src/sys/net80211/ieee80211_hwmp.c:1843:9,
    inlined from 'hwmp_recv_rann' at /workspace/src/sys/net80211/ieee80211_hwmp.c:1823:3,
    inlined from 'hwmp_recv_action_meshpath' at /workspace/src/sys/net80211/ieee80211_hwmp.c:563:4:
/workspace/src/sys/net80211/ieee80211_hwmp.c:688:46: warning: array subscript 'const struct ieee80211_meshpreq_ie[0]' is partly outside array bounds of 'struct ieee80211_meshrann_ie[1]' [-Warray-bounds]
  688 | #define PREQ_TSEQ(n)    preq->preq_targets[n].target_seq
      |                         ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
/workspace/src/sys/net80211/ieee80211_hwmp.c:680:22: note: in definition of macro 'ADDWORD'
  680 |         le32enc(frm, v);                \
      |                      ^
/workspace/src/sys/net80211/ieee80211_hwmp.c:713:30: note: in expansion of macro 'PREQ_TSEQ'
  713 |                 ADDWORD(frm, PREQ_TSEQ(i));
      |                              ^~~~~~~~~
/workspace/src/sys/net80211/ieee80211_hwmp.c: In function 'hwmp_recv_action_meshpath':
/workspace/src/sys/net80211/ieee80211_hwmp.c:1743:38: note: object 'prann' of size 23
 1743 |         struct ieee80211_meshrann_ie prann;
      |                                      ^~~~~
--- ieee80211_scan_sta.o ---
ctfconvert -L VERSION -g ieee80211_scan_sta.o
--- all_subdir_xdr ---
ctfconvert -L VERSION -g xdr.o

make[3]: stopped making "all" in /workspace/src/sys/modules
--- all_subdir_usb ---
--- all_subdir_usb/ehci ---
--- ehci.o ---
ctfconvert -L VERSION -g ehci.o

make[4]: stopped making "all" in /workspace/src/sys/modules/usb
--- all_subdir_wlan ---
--- ieee80211_hwmp.o ---
In function 'hwmp_add_meshpreq',
    inlined from 'hwmp_send_action' at /workspace/src/sys/net80211/ieee80211_hwmp.c:628:9,
    inlined from 'hwmp_send_prep' at /workspace/src/sys/net80211/ieee80211_hwmp.c:1491:9,
    inlined from 'hwmp_recv_preq' at /workspace/src/sys/net80211/ieee80211_hwmp.c:1099:3,
    inlined from 'hwmp_recv_action_meshpath' at /workspace/src/sys/net80211/ieee80211_hwmp.c:458:4:
/workspace/src/sys/sys/systm.h:283:33: warning: '__builtin_memcpy' forming offset [39, 40] is out of the bounds [0, 39] of object 'prep' with type 'struct ieee80211_meshprep_ie' [-Warray-bounds]
  283 | #define memcpy(to, from, len)   __builtin_memcpy((to), (from), (len))
      |                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/workspace/src/sys/net80211/ieee80211_var.h:625:41: note: in expansion of macro 'memcpy'
  625 | #define IEEE80211_ADDR_COPY(dst,src)    memcpy(dst,src,IEEE80211_ADDR_LEN)
      |                                         ^~~~~~
/workspace/src/sys/net80211/ieee80211_hwmp.c:711:17: note: in expansion of macro 'IEEE80211_ADDR_COPY'
  711 |                 IEEE80211_ADDR_COPY(frm, PREQ_TADDR(i));
      |                 ^~~~~~~~~~~~~~~~~~~
/workspace/src/sys/net80211/ieee80211_hwmp.c: In function 'hwmp_recv_action_meshpath':
/workspace/src/sys/net80211/ieee80211_hwmp.c:1063:46: note: 'prep' declared here
 1063 |                 struct ieee80211_meshprep_ie prep;
      |                                              ^~~~
In function 'hwmp_add_meshpreq',
    inlined from 'hwmp_send_action' at /workspace/src/sys/net80211/ieee80211_hwmp.c:628:9,
    inlined from 'hwmp_send_prep' at /workspace/src/sys/net80211/ieee80211_hwmp.c:1491:9,
    inlined from 'hwmp_recv_preq' at /workspace/src/sys/net80211/ieee80211_hwmp.c:1160:4,
    inlined from 'hwmp_recv_action_meshpath' at /workspace/src/sys/net80211/ieee80211_hwmp.c:458:4:
/workspace/src/sys/sys/systm.h:283:33: warning: '__builtin_memcpy' forming offset [39, 40] is out of the bounds [0, 39] of object 'prep' with type 'struct ieee80211_meshprep_ie' [-Warray-bounds]
  283 | #define memcpy(to, from, len)   __builtin_memcpy((to), (from), (len))
      |                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/workspace/src/sys/net80211/ieee80211_var.h:625:41: note: in expansion of macro 'memcpy'
  625 | #define IEEE80211_ADDR_COPY(dst,src)    memcpy(dst,src,IEEE80211_ADDR_LEN)
      |                                         ^~~~~~
/workspace/src/sys/net80211/ieee80211_hwmp.c:711:17: note: in expansion of macro 'IEEE80211_ADDR_COPY'
  711 |                 IEEE80211_ADDR_COPY(frm, PREQ_TADDR(i));
      |                 ^~~~~~~~~~~~~~~~~~~
/workspace/src/sys/net80211/ieee80211_hwmp.c: In function 'hwmp_recv_action_meshpath':
/workspace/src/sys/net80211/ieee80211_hwmp.c:1147:54: note: 'prep' declared here
 1147 |                         struct ieee80211_meshprep_ie prep;
      |                                                      ^~~~
In function 'hwmp_add_meshpreq',
    inlined from 'hwmp_send_action' at /workspace/src/sys/net80211/ieee80211_hwmp.c:628:9,
    inlined from 'hwmp_send_prep' at /workspace/src/sys/net80211/ieee80211_hwmp.c:1491:9,
    inlined from 'hwmp_recv_preq' at /workspace/src/sys/net80211/ieee80211_hwmp.c:1203:5,
    inlined from 'hwmp_recv_action_meshpath' at /workspace/src/sys/net80211/ieee80211_hwmp.c:458:4:
/workspace/src/sys/sys/systm.h:283:33: warning: '__builtin_memcpy' forming offset [39, 40] is out of the bounds [0, 39] of object 'prep' with type 'struct ieee80211_meshprep_ie' [-Warray-bounds]
  283 | #define memcpy(to, from, len)   __builtin_memcpy((to), (from), (len))
      |                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/workspace/src/sys/net80211/ieee80211_var.h:625:41: note: in expansion of macro 'memcpy'
  625 | #define IEEE80211_ADDR_COPY(dst,src)    memcpy(dst,src,IEEE80211_ADDR_LEN)
      |                                         ^~~~~~
/workspace/src/sys/net80211/ieee80211_hwmp.c:711:17: note: in expansion of macro 'IEEE80211_ADDR_COPY'
  711 |                 IEEE80211_ADDR_COPY(frm, PREQ_TADDR(i));
      |                 ^~~~~~~~~~~~~~~~~~~
/workspace/src/sys/net80211/ieee80211_hwmp.c: In function 'hwmp_recv_action_meshpath':
/workspace/src/sys/net80211/ieee80211_hwmp.c:1187:62: note: 'prep' declared here
 1187 |                                 struct ieee80211_meshprep_ie prep;
      |                                                              ^~~~
In function 'hwmp_add_meshpreq',
    inlined from 'hwmp_send_action' at /workspace/src/sys/net80211/ieee80211_hwmp.c:628:9,
    inlined from 'hwmp_send_prep' at /workspace/src/sys/net80211/ieee80211_hwmp.c:1491:9,
    inlined from 'hwmp_recv_prep' at /workspace/src/sys/net80211/ieee80211_hwmp.c:1392:3,
    inlined from 'hwmp_recv_action_meshpath' at /workspace/src/sys/net80211/ieee80211_hwmp.c:496:4:
/workspace/src/sys/sys/systm.h:283:33: warning: '__builtin_memcpy' forming offset [39, 40] is out of the bounds [0, 39] of object 'pprep' with type 'struct ieee80211_meshprep_ie' [-Warray-bounds]
  283 | #define memcpy(to, from, len)   __builtin_memcpy((to), (from), (len))
      |                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/workspace/src/sys/net80211/ieee80211_var.h:625:41: note: in expansion of macro 'memcpy'
  625 | #define IEEE80211_ADDR_COPY(dst,src)    memcpy(dst,src,IEEE80211_ADDR_LEN)
      |                                         ^~~~~~
/workspace/src/sys/net80211/ieee80211_hwmp.c:711:17: note: in expansion of macro 'IEEE80211_ADDR_COPY'
  711 |                 IEEE80211_ADDR_COPY(frm, PREQ_TADDR(i));
      |                 ^~~~~~~~~~~~~~~~~~~
/workspace/src/sys/net80211/ieee80211_hwmp.c: In function 'hwmp_recv_action_meshpath':
/workspace/src/sys/net80211/ieee80211_hwmp.c:1370:46: note: 'pprep' declared here
 1370 |                 struct ieee80211_meshprep_ie pprep; /* propagated PREP */
      |                                              ^~~~~
In function 'hwmp_add_meshpreq',
    inlined from 'hwmp_send_action' at /workspace/src/sys/net80211/ieee80211_hwmp.c:628:9,
    inlined from 'hwmp_send_rann' at /workspace/src/sys/net80211/ieee80211_hwmp.c:1843:9,
    inlined from 'hwmp_recv_rann' at /workspace/src/sys/net80211/ieee80211_hwmp.c:1823:3,
    inlined from 'hwmp_recv_action_meshpath' at /workspace/src/sys/net80211/ieee80211_hwmp.c:563:4:
/workspace/src/sys/sys/systm.h:283:33: warning: '__builtin_memcpy' forming offset [23, 24] is out of the bounds [0, 23] of object 'prann' with type 'struct ieee80211_meshrann_ie' [-Warray-bounds]
  283 | #define memcpy(to, from, len)   __builtin_memcpy((to), (from), (len))
      |                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/workspace/src/sys/net80211/ieee80211_var.h:625:41: note: in expansion of macro 'memcpy'
  625 | #define IEEE80211_ADDR_COPY(dst,src)    memcpy(dst,src,IEEE80211_ADDR_LEN)
      |                                         ^~~~~~
/workspace/src/sys/net80211/ieee80211_hwmp.c:703:17: note: in expansion of macro 'IEEE80211_ADDR_COPY'
  703 |                 IEEE80211_ADDR_COPY(frm, preq->preq_orig_ext_addr);
      |                 ^~~~~~~~~~~~~~~~~~~
/workspace/src/sys/net80211/ieee80211_hwmp.c: In function 'hwmp_recv_action_meshpath':
/workspace/src/sys/net80211/ieee80211_hwmp.c:1743:38: note: 'prann' declared here
 1743 |         struct ieee80211_meshrann_ie prann;
      |                                      ^~~~~
In function 'hwmp_add_meshpreq',
    inlined from 'hwmp_send_action' at /workspace/src/sys/net80211/ieee80211_hwmp.c:628:9,
    inlined from 'hwmp_send_rann' at /workspace/src/sys/net80211/ieee80211_hwmp.c:1843:9,
    inlined from 'hwmp_recv_rann' at /workspace/src/sys/net80211/ieee80211_hwmp.c:1823:3,
    inlined from 'hwmp_recv_action_meshpath' at /workspace/src/sys/net80211/ieee80211_hwmp.c:563:4:
/workspace/src/sys/sys/systm.h:283:33: warning: '__builtin_memcpy' offset 35 is out of the bounds [0, 23] of object 'prann' with type 'struct ieee80211_meshrann_ie' [-Warray-bounds]
  283 | #define memcpy(to, from, len)   __builtin_memcpy((to), (from), (len))
      |                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/workspace/src/sys/net80211/ieee80211_var.h:625:41: note: in expansion of macro 'memcpy'
  625 | #define IEEE80211_ADDR_COPY(dst,src)    memcpy(dst,src,IEEE80211_ADDR_LEN)
      |                                         ^~~~~~
/workspace/src/sys/net80211/ieee80211_hwmp.c:711:17: note: in expansion of macro 'IEEE80211_ADDR_COPY'
  711 |                 IEEE80211_ADDR_COPY(frm, PREQ_TADDR(i));
      |                 ^~~~~~~~~~~~~~~~~~~
/workspace/src/sys/net80211/ieee80211_hwmp.c: In function 'hwmp_recv_action_meshpath':
/workspace/src/sys/net80211/ieee80211_hwmp.c:1743:38: note: 'prann' declared here
 1743 |         struct ieee80211_meshrann_ie prann;
      |                                      ^~~~~
In function 'hwmp_add_meshprep',
    inlined from 'hwmp_send_action' at /workspace/src/sys/net80211/ieee80211_hwmp.c:632:9,
    inlined from 'hwmp_send_rann' at /workspace/src/sys/net80211/ieee80211_hwmp.c:1843:9,
    inlined from 'hwmp_recv_rann' at /workspace/src/sys/net80211/ieee80211_hwmp.c:1823:3,
    inlined from 'hwmp_recv_action_meshpath' at /workspace/src/sys/net80211/ieee80211_hwmp.c:563:4:
/workspace/src/sys/sys/systm.h:283:33: warning: '__builtin_memcpy' offset 29 is out of the bounds [0, 23] of object 'prann' with type 'struct ieee80211_meshrann_ie' [-Warray-bounds]
  283 | #define memcpy(to, from, len)   __builtin_memcpy((to), (from), (len))
      |                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/workspace/src/sys/net80211/ieee80211_var.h:625:41: note: in expansion of macro 'memcpy'
  625 | #define IEEE80211_ADDR_COPY(dst,src)    memcpy(dst,src,IEEE80211_ADDR_LEN)
      |                                         ^~~~~~
/workspace/src/sys/net80211/ieee80211_hwmp.c:740:9: note: in expansion of macro 'IEEE80211_ADDR_COPY'
  740 |         IEEE80211_ADDR_COPY(frm, prep->prep_origaddr); frm += 6;
      |         ^~~~~~~~~~~~~~~~~~~
/workspace/src/sys/net80211/ieee80211_hwmp.c: In function 'hwmp_recv_action_meshpath':
/workspace/src/sys/net80211/ieee80211_hwmp.c:1743:38: note: 'prann' declared here
 1743 |         struct ieee80211_meshrann_ie prann;
      |                                      ^~~~~
--- all_subdir_tcp ---
ctfconvert -L VERSION -g rack.o

make[4]: stopped making "all" in /workspace/src/sys/modules/tcp

make[3]: stopped making "all" in /workspace/src/sys/modules
--- all_subdir_wlan ---
--- ieee80211_ht.o ---
ctfconvert -L VERSION -g ieee80211_ht.o
--- ieee80211_hwmp.o ---
ctfconvert -L VERSION -g ieee80211_hwmp.o

make[3]: stopped making "all" in /workspace/src/sys/modules
--- all_subdir_usb ---
--- all_subdir_usb/uhci ---
--- uhci.o ---
ctfconvert -L VERSION -g uhci.o

make[4]: stopped making "all" in /workspace/src/sys/modules/usb
--- all_subdir_wpi ---
ctfconvert -L VERSION -g if_wpi.o

make[3]: stopped making "all" in /workspace/src/sys/modules
--- all_subdir_usb ---
--- all_subdir_usb/xhci ---
ctfconvert -L VERSION -g xhci.o

make[4]: stopped making "all" in /workspace/src/sys/modules/usb

make[3]: stopped making "all" in /workspace/src/sys/modules
--- all_subdir_x86bios ---
ctfconvert -L VERSION -g x86emu.o

make[3]: stopped making "all" in /workspace/src/sys/modules

make[2]: stopped making "all" in /tmp/obj/workspace/src/amd64.amd64/sys/GENERIC
      484.64 real      5614.20 user       343.87 sys

make[1]: stopped making "buildkernel" in /workspace/src

make: stopped making "buildkernel" in /workspace/src
Build step 'Execute shell' marked build as failure
[WARNINGS]Skipping publisher since build result is FAILURE
[PostBuildScript] - [INFO] Executing post build scripts.
[FreeBSD-stable-15-amd64-gcc12_build] $ /bin/sh -xe /tmp/jenkins7163006433573589902.sh
+ sh freebsd-ci/scripts/jail/clean.sh
clean jail FreeBSD-stable-15-amd64-gcc12_build
Checking for post-build
Performing post-build step
Checking if email needs to be generated
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any
Sending mail from default account using System Admin e-mail address