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

From: <jenkins-admin_at_FreeBSD.org>
Date: Sun, 08 Mar 2026 03:17:28 UTC
FreeBSD-stable-15-amd64-gcc12_build - Build #590 (fd72ef8f8955adf91eb6831b41d778aa1289bb18) - Still Failing

Build information: https://ci.FreeBSD.org/job/FreeBSD-stable-15-amd64-gcc12_build/590/
Full change log: https://ci.FreeBSD.org/job/FreeBSD-stable-15-amd64-gcc12_build/590/changes
Full build log: https://ci.FreeBSD.org/job/FreeBSD-stable-15-amd64-gcc12_build/590/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)

fd72ef8f8955adf91eb6831b41d778aa1289bb18 by kib:
amd64 initializecpu(): use 64bit type for rcr4() result



The end of the build log:

[...truncated 143.61 MiB...]
    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:709:29: warning: array subscript 'const struct ieee80211_meshpreq_ie[0]' is partly outside array bounds of 'struct ieee80211_meshrann_ie[1]' [-Warray-bounds]
  709 |         for (i = 0; i < preq->preq_tcount; 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: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_adhoc.o ---
ctfconvert -L VERSION -g ieee80211_adhoc.o
--- 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_zfs ---
--- ldebug.o ---
ctfconvert -L VERSION -g ldebug.o
--- all_subdir_wlan ---
--- ieee80211_hostap.o ---
ctfconvert -L VERSION -g ieee80211_hostap.o
--- ieee80211_ht.o ---
ctfconvert -L VERSION -g ieee80211_ht.o
--- all_subdir_zfs ---
--- ldo.o ---
ctfconvert -L VERSION -g ldo.o
--- all_subdir_wlan ---
--- ieee80211_hwmp.o ---
ctfconvert -L VERSION -g ieee80211_hwmp.o

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

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

make[3]: stopped making "all" in /workspace/src/sys/modules
--- kern_cpuset.o ---
ctfconvert -L VERSION -g kern_cpuset.o
--- kern_descrip.o ---
ctfconvert -L VERSION -g kern_descrip.o
--- modules-all ---
--- 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

make[2]: stopped making "all" in /tmp/obj/workspace/src/amd64.amd64/sys/GENERIC
      279.78 real      3202.60 user       258.36 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/jenkins11444537280349183165.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