FreeBSD-stable-15-amd64-gcc14_build - Build #404 - Still Failing
Date: Sat, 10 Jan 2026 19:29:52 UTC
FreeBSD-stable-15-amd64-gcc14_build - Build #404 (24a20efd93bed43f505ddfc2022e8d02563838a1) - Still Failing
Build information: https://ci.FreeBSD.org/job/FreeBSD-stable-15-amd64-gcc14_build/404/
Full change log: https://ci.FreeBSD.org/job/FreeBSD-stable-15-amd64-gcc14_build/404/changes
Full build log: https://ci.FreeBSD.org/job/FreeBSD-stable-15-amd64-gcc14_build/404/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)
6c20edf2fdd1edf617600367afd46d1ff91e5bb6 by delphij:
GCE: Enable vtnet(4) Multiqueue.
24a20efd93bed43f505ddfc2022e8d02563838a1 by delphij:
GCE: Fix growfs path
The end of the build log:
[...truncated 143.53 MiB...]
| ~~~~^~~~~~~~~~~~~
/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: 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:708:22: warning: array subscript 'const struct ieee80211_meshpreq_ie[0]' is partly outside array bounds of 'struct ieee80211_meshrann_ie[1]' [-Warray-bounds=]
708 | *frm++ = preq->preq_tcount;
| ~~~~^~~~~~~~~~~~~
/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: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_ht.o ---
ctfconvert -L VERSION -g ieee80211_ht.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;
| ^~~~~
ctfconvert -L VERSION -g ieee80211_hwmp.o
--- modules-all ---
--- all_subdir_rtw89 ---
--- fw.o ---
ctfconvert -L VERSION -g fw.o
--- all_subdir_sk ---
ctfconvert -L VERSION -g if_sk.o
make[3]: stopped making "all" in /workspace/src/sys/modules
--- all_subdir_rtw89 ---
make[3]: stopped making "all" in /workspace/src/sys/modules
--- all_subdir_sctp ---
ctfconvert -L VERSION -g sctp_output.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
292.76 real 3307.23 user 240.23 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-gcc14_build] $ /bin/sh -xe /tmp/jenkins991850945212129944.sh
+ sh freebsd-ci/scripts/jail/clean.sh
clean jail FreeBSD-stable-15-amd64-gcc14_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