FreeBSD-main-amd64-gcc14_build - Build #4436 - Still Failing
Date: Mon, 10 Aug 2026 20:39:02 UTC
FreeBSD-main-amd64-gcc14_build - Build #4436 (4f87828402912a7e451fdbe53161c68faa489128) - Still Failing
Build information: https://ci.FreeBSD.org/job/FreeBSD-main-amd64-gcc14_build/4436/
Full change log: https://ci.FreeBSD.org/job/FreeBSD-main-amd64-gcc14_build/4436/changes
Full build log: https://ci.FreeBSD.org/job/FreeBSD-main-amd64-gcc14_build/4436/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)
dd532ad13371dcabc07d05052a7a256fc83c6ead by asomers:
fts: reduce fd usage by storing fts_dirfd on directory entries only
877f0ee40c2af801c5ca758a37b3ebddc560dad2 by kbowling:
ixgbe: Preserve VF jumbo frame size across PF resets
660099c985e8bfc931b01398715441c90cf0d4db by kbowling:
ixgbe: Restore missed packet accounting
be3e1068ea8699fb719691453899ca20a601fe1d by kbowling:
ixgbe: Validate EEPROM checksum section bounds
c410551b9feadf9b65f920fd25714fcda8299a56 by kbowling:
ixgbe: Compare flow control against requested mode
a884921abbaf52ff862a32ff6806bf071974faa6 by kbowling:
ixv: Report multigigabit link speeds
ff86fd4f36618dacf1628180034c312c70294276 by kbowling:
ixgbe: Expose EEE LPI event counters
4220b52453c9701922955dcc1c1e1554d6a9f3ae by kbowling:
net: Add ifmedia support for 10GBase-BX BiDi
f9ce33b0d8ef233063bd6c27bdba2580f97d9094 by kbowling:
ixgbe: Add 10GBase-BX BiDi SFP+ module support
8b668bc7e7c8b0a1bcb018360a4aafa445ff554f by kbowling:
ixgbe: Preserve the full VF RSS domain in the shared RETA
6dfd710963da7fe6086bcfb705b32b6a3646848f by markj:
unix: Fix a missing initialization in uipc_sosend_stream_or_seqpacket()
e27d36e038bf0d681d19a07d3512e0dc5adb20c7 by markj:
unix: Simplify uipc_detach()
3b93d3597cc336d5637e12ade8642d589cb0bc8a by markj:
unix: Fix some bugs in the SOCK_STREAM receive path
ba47678b30a50fd44234f8ed7fbef68a56479b37 by markj:
git-arc: Use full names in reviewed-by lines
7977edb7656082d90a539b85bd2a750b383602da by markj:
unix: split unp_connectat() in two
44e99b67283517207d4e482feee63bc15f4f710e by markj:
unix: factor unp_sun_path() out of bind and connect
26147c51546ecc98791db66fa4d948348bf4ec7b by markj:
unix: pin the pathname peer by reference across the connect
2c01d10f67b343254fd4e747f822a8cdcc326f9d by markj:
unix: factor unp_vnode_peer() out of unp_connectat()
9b27a22ac69632d50e3561fd15ca710c022f3e70 by markj:
unix: factor unp_connectat_peer() out of unp_connectat()
6563dcb6b1f57e51db63854f3774b52e672232ed by markj:
unix: allow connectat(2) to name the peer socket by descriptor
e181e2342d111fa76e01024012b8b4bd726c99b6 by markj:
tests: exercise unix connectat(2) with a socket peer descriptor
ce3750b5995c3c3e0376ae62a7c55d9a6e547bbc by markj:
unix: allow listening on an unbound socket, and binding after listen
46dc4af526f624816dfd99855b436d6c01ac4956 by markj:
RELNOTES: Add an entry for a new unix socket feature
4f87828402912a7e451fdbe53161c68faa489128 by markj:
riscv/atomic: Provide some additional aliases
The end of the build log:
[...truncated 92.72 MiB...]
make[2]: stopped making "all" in /workspace/src
--- all_subdir_tests ---
--- mini-me ---
make[5]: stopped making "all" in /workspace/src/tests/sys/capsicum
make[4]: stopped making "all" in /workspace/src/tests/sys
make[3]: stopped making "all" in /workspace/src/tests
make[2]: stopped making "all" in /workspace/src
--- all_subdir_lib ---
In file included from /workspace/src/sys/sys/select.h:53,
from /workspace/src/sys/sys/types.h:317,
from /workspace/src/sys/sys/param.h:118,
from /workspace/src/lib/libc/tests/secure/fortify_wchar_test.c:6:
In function 'wmemcpy',
inlined from 'atfu_wmemcpy_heap_end_body' at /workspace/src/lib/libc/tests/secure/fortify_wchar_test.c:253:2:
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/ssp/wchar.h:69:17: warning: 'src.533' may be used uninitialized [-Wmaybe-uninitialized]
69 | return (__ssp_real(wmemcpy)(buf, src, len));
| ^
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/ssp/wchar.h: In function 'atfu_wmemcpy_heap_end_body':
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/ssp/wchar.h:59:1: note: by argument 2 of type 'const wchar_t * restrict' {aka 'const int * restrict'} to '__ssp_real_wmemcpy' declared here
59 | __ssp_redirect_raw_impl(wchar_t *, wmemcpy, wmemcpy,
| ^~~~~~~~~~~~~~~~~~~~~~~
/workspace/src/lib/libc/tests/secure/fortify_wchar_test.c:249:17: note: 'src.533' declared here
249 | wchar_t src[__len + 10];
| ^~~
In function 'wmemcpy',
inlined from 'atfu_wmemcpy_heap_before_end_body' at /workspace/src/lib/libc/tests/secure/fortify_wchar_test.c:229:2:
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/ssp/wchar.h:69:17: warning: 'src.537' may be used uninitialized [-Wmaybe-uninitialized]
69 | return (__ssp_real(wmemcpy)(buf, src, len));
| ^
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/ssp/wchar.h: In function 'atfu_wmemcpy_heap_before_end_body':
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/ssp/wchar.h:59:1: note: by argument 2 of type 'const wchar_t * restrict' {aka 'const int * restrict'} to '__ssp_real_wmemcpy' declared here
59 | __ssp_redirect_raw_impl(wchar_t *, wmemcpy, wmemcpy,
| ^~~~~~~~~~~~~~~~~~~~~~~
/workspace/src/lib/libc/tests/secure/fortify_wchar_test.c:225:17: note: 'src.537' declared here
225 | wchar_t src[__len + 10];
| ^~~
In function 'wmemcpy',
inlined from 'atfu_wmemcpy_end_body' at /workspace/src/lib/libc/tests/secure/fortify_wchar_test.c:205:2:
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/ssp/wchar.h:69:17: warning: 'src.541' may be used uninitialized [-Wmaybe-uninitialized]
69 | return (__ssp_real(wmemcpy)(buf, src, len));
| ^
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/ssp/wchar.h: In function 'atfu_wmemcpy_end_body':
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/ssp/wchar.h:59:1: note: by argument 2 of type 'const wchar_t * restrict' {aka 'const int * restrict'} to '__ssp_real_wmemcpy' declared here
59 | __ssp_redirect_raw_impl(wchar_t *, wmemcpy, wmemcpy,
| ^~~~~~~~~~~~~~~~~~~~~~~
/workspace/src/lib/libc/tests/secure/fortify_wchar_test.c:203:17: note: 'src.541' declared here
203 | wchar_t src[__len + 10];
| ^~~
In function 'wmemcpy',
inlined from 'atfu_wmemcpy_before_end_body' at /workspace/src/lib/libc/tests/secure/fortify_wchar_test.c:183:2:
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/ssp/wchar.h:69:17: warning: 'src.545' may be used uninitialized [-Wmaybe-uninitialized]
69 | return (__ssp_real(wmemcpy)(buf, src, len));
| ^
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/ssp/wchar.h: In function 'atfu_wmemcpy_before_end_body':
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/ssp/wchar.h:59:1: note: by argument 2 of type 'const wchar_t * restrict' {aka 'const int * restrict'} to '__ssp_real_wmemcpy' declared here
59 | __ssp_redirect_raw_impl(wchar_t *, wmemcpy, wmemcpy,
| ^~~~~~~~~~~~~~~~~~~~~~~
/workspace/src/lib/libc/tests/secure/fortify_wchar_test.c:181:17: note: 'src.545' declared here
181 | wchar_t src[__len + 10];
| ^~~
--- fortify_unistd_test ---
make[6]: stopped making "all" in /workspace/src/lib/libc/tests/secure
--- all_subdir_rescue ---
--- restore_make ---
--- symtab.o ---
make[5]: stopped making "objs" in /tmp/obj/workspace/src/amd64.amd64/rescue/rescue
*** [objs] Error code 2
make[4]: stopped making "all" in /workspace/src/rescue/rescue
make[4]: 1 error
make[4]: stopped making "all" in /workspace/src/rescue/rescue
make[3]: stopped making "all" in /workspace/src/rescue
make[2]: stopped making "all" in /workspace/src
--- all_subdir_usr.sbin ---
make[3]: stopped making "all" in /workspace/src/usr.sbin
make[2]: stopped making "all" in /workspace/src
--- all_subdir_lib ---
--- fortify_wchar_test ---
In function 'wmemmove',
inlined from 'atfu_wmemmove_heap_end_body' at /workspace/src/lib/libc/tests/secure/fortify_wchar_test.c:547:2:
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/ssp/wchar.h:93:17: warning: 'src.597' may be used uninitialized [-Wmaybe-uninitialized]
93 | return (__ssp_real(wmemmove)(buf, src, len));
| ^
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/ssp/wchar.h: In function 'atfu_wmemmove_heap_end_body':
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/ssp/wchar.h:85:1: note: by argument 2 of type 'const wchar_t *' {aka 'const int *'} to '__ssp_real_wmemmove' declared here
85 | __ssp_redirect_raw_impl(wchar_t *, wmemmove, wmemmove,
| ^~~~~~~~~~~~~~~~~~~~~~~
/workspace/src/lib/libc/tests/secure/fortify_wchar_test.c:543:17: note: 'src.597' declared here
543 | wchar_t src[__len + 10];
| ^~~
In function 'wmemmove',
inlined from 'atfu_wmemmove_heap_before_end_body' at /workspace/src/lib/libc/tests/secure/fortify_wchar_test.c:523:2:
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/ssp/wchar.h:93:17: warning: 'src.601' may be used uninitialized [-Wmaybe-uninitialized]
93 | return (__ssp_real(wmemmove)(buf, src, len));
| ^
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/ssp/wchar.h: In function 'atfu_wmemmove_heap_before_end_body':
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/ssp/wchar.h:85:1: note: by argument 2 of type 'const wchar_t *' {aka 'const int *'} to '__ssp_real_wmemmove' declared here
85 | __ssp_redirect_raw_impl(wchar_t *, wmemmove, wmemmove,
| ^~~~~~~~~~~~~~~~~~~~~~~
/workspace/src/lib/libc/tests/secure/fortify_wchar_test.c:519:17: note: 'src.601' declared here
519 | wchar_t src[__len + 10];
| ^~~
In function 'wmemmove',
inlined from 'atfu_wmemmove_end_body' at /workspace/src/lib/libc/tests/secure/fortify_wchar_test.c:499:2:
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/ssp/wchar.h:93:17: warning: 'src.605' may be used uninitialized [-Wmaybe-uninitialized]
93 | return (__ssp_real(wmemmove)(buf, src, len));
| ^
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/ssp/wchar.h: In function 'atfu_wmemmove_end_body':
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/ssp/wchar.h:85:1: note: by argument 2 of type 'const wchar_t *' {aka 'const int *'} to '__ssp_real_wmemmove' declared here
85 | __ssp_redirect_raw_impl(wchar_t *, wmemmove, wmemmove,
| ^~~~~~~~~~~~~~~~~~~~~~~
/workspace/src/lib/libc/tests/secure/fortify_wchar_test.c:497:17: note: 'src.605' declared here
497 | wchar_t src[__len + 10];
| ^~~
In function 'wmemmove',
inlined from 'atfu_wmemmove_before_end_body' at /workspace/src/lib/libc/tests/secure/fortify_wchar_test.c:477:2:
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/ssp/wchar.h:93:17: warning: 'src.609' may be used uninitialized [-Wmaybe-uninitialized]
93 | return (__ssp_real(wmemmove)(buf, src, len));
| ^
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/ssp/wchar.h: In function 'atfu_wmemmove_before_end_body':
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/ssp/wchar.h:85:1: note: by argument 2 of type 'const wchar_t *' {aka 'const int *'} to '__ssp_real_wmemmove' declared here
85 | __ssp_redirect_raw_impl(wchar_t *, wmemmove, wmemmove,
| ^~~~~~~~~~~~~~~~~~~~~~~
/workspace/src/lib/libc/tests/secure/fortify_wchar_test.c:475:17: note: 'src.609' declared here
475 | wchar_t src[__len + 10];
| ^~~
In function 'wmempcpy',
inlined from 'atfu_wmempcpy_heap_end_body' at /workspace/src/lib/libc/tests/secure/fortify_wchar_test.c:400:2:
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/ssp/wchar.h:82:17: warning: 'src.613' may be used uninitialized [-Wmaybe-uninitialized]
82 | return (__ssp_real(wmempcpy)(buf, src, len));
| ^
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/ssp/wchar.h: In function 'atfu_wmempcpy_heap_end_body':
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/ssp/wchar.h:72:1: note: by argument 2 of type 'const wchar_t * restrict' {aka 'const int * restrict'} to '__ssp_real_wmempcpy' declared here
72 | __ssp_redirect_raw_impl(wchar_t *, wmempcpy, wmempcpy,
| ^~~~~~~~~~~~~~~~~~~~~~~
/workspace/src/lib/libc/tests/secure/fortify_wchar_test.c:396:17: note: 'src.613' declared here
396 | wchar_t src[__len + 10];
| ^~~
In function 'wmempcpy',
inlined from 'atfu_wmempcpy_heap_before_end_body' at /workspace/src/lib/libc/tests/secure/fortify_wchar_test.c:376:2:
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/ssp/wchar.h:82:17: warning: 'src.617' may be used uninitialized [-Wmaybe-uninitialized]
82 | return (__ssp_real(wmempcpy)(buf, src, len));
| ^
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/ssp/wchar.h: In function 'atfu_wmempcpy_heap_before_end_body':
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/ssp/wchar.h:72:1: note: by argument 2 of type 'const wchar_t * restrict' {aka 'const int * restrict'} to '__ssp_real_wmempcpy' declared here
72 | __ssp_redirect_raw_impl(wchar_t *, wmempcpy, wmempcpy,
| ^~~~~~~~~~~~~~~~~~~~~~~
/workspace/src/lib/libc/tests/secure/fortify_wchar_test.c:372:17: note: 'src.617' declared here
372 | wchar_t src[__len + 10];
| ^~~
In function 'wmempcpy',
inlined from 'atfu_wmempcpy_end_body' at /workspace/src/lib/libc/tests/secure/fortify_wchar_test.c:352:2:
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/ssp/wchar.h:82:17: warning: 'src.621' may be used uninitialized [-Wmaybe-uninitialized]
82 | return (__ssp_real(wmempcpy)(buf, src, len));
| ^
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/ssp/wchar.h: In function 'atfu_wmempcpy_end_body':
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/ssp/wchar.h:72:1: note: by argument 2 of type 'const wchar_t * restrict' {aka 'const int * restrict'} to '__ssp_real_wmempcpy' declared here
72 | __ssp_redirect_raw_impl(wchar_t *, wmempcpy, wmempcpy,
| ^~~~~~~~~~~~~~~~~~~~~~~
/workspace/src/lib/libc/tests/secure/fortify_wchar_test.c:350:17: note: 'src.621' declared here
350 | wchar_t src[__len + 10];
| ^~~
In function 'wmempcpy',
inlined from 'atfu_wmempcpy_before_end_body' at /workspace/src/lib/libc/tests/secure/fortify_wchar_test.c:330:2:
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/ssp/wchar.h:82:17: warning: 'src.625' may be used uninitialized [-Wmaybe-uninitialized]
82 | return (__ssp_real(wmempcpy)(buf, src, len));
| ^
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/ssp/wchar.h: In function 'atfu_wmempcpy_before_end_body':
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/ssp/wchar.h:72:1: note: by argument 2 of type 'const wchar_t * restrict' {aka 'const int * restrict'} to '__ssp_real_wmempcpy' declared here
72 | __ssp_redirect_raw_impl(wchar_t *, wmempcpy, wmempcpy,
| ^~~~~~~~~~~~~~~~~~~~~~~
/workspace/src/lib/libc/tests/secure/fortify_wchar_test.c:328:17: note: 'src.625' declared here
328 | wchar_t src[__len + 10];
| ^~~
--- all_subdir_usr.bin ---
make[3]: stopped making "all" in /workspace/src/usr.bin
make[2]: stopped making "all" in /workspace/src
--- all_subdir_lib ---
make[6]: stopped making "all" in /workspace/src/lib/libc/tests/secure
make[5]: stopped making "all" in /workspace/src/lib/libc/tests
--- all_subdir_sbin ---
--- all_subdir_sbin/hastd ---
make[3]: stopped making "all" in /workspace/src/sbin
make[2]: stopped making "all" in /workspace/src
--- all_subdir_cddl ---
--- all_subdir_cddl/usr.sbin/zfsd/tests ---
make[6]: stopped making "all" in /workspace/src/cddl/usr.sbin/zfsd/tests
make[5]: stopped making "all" in /workspace/src/cddl/usr.sbin/zfsd
make[4]: stopped making "all" in /workspace/src/cddl/usr.sbin
make[3]: stopped making "all" in /workspace/src/cddl
make[2]: stopped making "all" in /workspace/src
--- all_subdir_lib ---
--- all_subdir_lib/libc/tests/net ---
make[6]: stopped making "all" in /workspace/src/lib/libc/tests/net
make[5]: stopped making "all" in /workspace/src/lib/libc/tests
make[4]: stopped making "all" in /workspace/src/lib/libc
make[3]: stopped making "all" in /workspace/src/lib
make[2]: stopped making "all" in /workspace/src
215.82 real 1346.84 user 109.45 sys
make[1]: stopped making "buildworld" in /workspace/src
make: stopped making "buildworld" 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-main-amd64-gcc14_build] $ /bin/sh -xe /tmp/jenkins6926604946053672179.sh
+ sh freebsd-ci/scripts/jail/clean.sh
clean jail FreeBSD-main-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