FreeBSD-main-amd64-gcc13_build - Build #119 - Still Failing
Date: Wed, 10 Jan 2024 06:15:04 UTC
FreeBSD-main-amd64-gcc13_build - Build #119 (8338ea1d3cc705f08674285a884d3aa485bf6290) - Still Failing
Build information: https://ci.FreeBSD.org/job/FreeBSD-main-amd64-gcc13_build/119/
Full change log: https://ci.FreeBSD.org/job/FreeBSD-main-amd64-gcc13_build/119/changes
Full build log: https://ci.FreeBSD.org/job/FreeBSD-main-amd64-gcc13_build/119/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)
c2356a440db91c106867d45c94b3d6d7bc0e50f0 by des:
asa: Rewrite to fix line termination issue.
731704f5ea2f6f9d7e3c4b5ed2ad1a3cba703f42 by grembo:
bsdinstall: Fix installation script splitting
6631e2f9b49e08f53c7beb560ee8509c343b3927 by jhb:
kldxref: Workaround incorrect PT_DYNAMIC in existing powerpc kernels
6977311633c73f594ff3dae150d6d1fe06105a8f by jhb:
net80211 amdpu: Simplify a few loops that drain an mbufq
76f405ed63540aa2d989c231f70277062e76ccfb by jhb:
mbuf: Add mbufq_empty
8cb9b68f5821e45c63ee08d8ee3029ca523ac174 by jhb:
sys: Use mbufq_empty instead of comparing mbufq_len against 0
a9b615120628411cc20af730edb291c52be02f66 by jhb:
memdesc: Helper function to construct mbuf chain backed by memdesc
c6a488511ab1fbae8d16264b9e83c85024c9e1ce by jhb:
acpi: Only reserve resources enumerated via _CRS
0013741108bc515dbaa56b2b9ca4043cdf6c9e5f by rew:
powerpc_mmu_radix: add leaf page for wired mappings when
09fa78d438a7729f3fbe055d65f0fca4d05c0971 by glebius:
netlink: fix regression with group writers
5cd08d9ecf52d37229f4888e38631cb91ce97eb9 by gallatin:
apei: Mark ReadAckRegister resource as shareable
9ea86c8f67a65ca00f79f3cd83aa977b38589f39 by np:
cxgbe(4): Use the correct size for the CIM LA on the T6.
0d6d28ce5650d1cd23dbe4bbac87fb103b3e2d3d by marius:
e1000(4): Remove disconnected SYSCTL
f221d35be7a5749e2a1246c81adc9c03c1dc545c by marius:
igb(4): Remove disconnected SYSCTL
8e2c2992da7aab7213b6349ff54dbaf1dcc05678 by brooks:
socket_msg_trunc: allocate a large enough buffer
13f345cdecd3e208b9226e3b1dcc39737ab2881b by brooks:
powerpc64/SYS.h: implement _SYSCALL_BODY() macro
8338ea1d3cc705f08674285a884d3aa485bf6290 by glebius:
tests/netlink: add minimal test for a group writer
The end of the build log:
[...truncated 118.24 MB...]
/workspace/src/sys/cam/scsi/scsi_sa.c:4493:28: warning: 'current_speed' may be used uninitialized [-Wmaybe-uninitialized]
4493 | mode_hdr->dev_spec = current_speed;
| ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~
/workspace/src/sys/cam/scsi/scsi_sa.c: In function 'samount.isra':
/workspace/src/sys/cam/scsi/scsi_sa.c:4399:17: note: 'current_speed' was declared here
4399 | uint8_t current_speed;
| ^~~~~~~~~~~~~
/workspace/src/sys/cam/scsi/scsi_sa.c:4396:18: warning: 'current_blocksize' may be used uninitialized [-Wmaybe-uninitialized]
4396 | uint32_t current_blocksize;
| ^~~~~~~~~~~~~~~~~
In function 'sasetparams',
inlined from 'samount.isra' at /workspace/src/sys/cam/scsi/scsi_sa.c:3576:12:
/workspace/src/sys/cam/scsi/scsi_sa.c:4493:28: warning: 'current_speed' may be used uninitialized [-Wmaybe-uninitialized]
4493 | mode_hdr->dev_spec = current_speed;
| ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~
/workspace/src/sys/cam/scsi/scsi_sa.c: In function 'samount.isra':
/workspace/src/sys/cam/scsi/scsi_sa.c:4399:17: note: 'current_speed' was declared here
4399 | uint8_t current_speed;
| ^~~~~~~~~~~~~
--- cam_xpt.o ---
In function 'xpt_action',
inlined from 'xpt_start_tags' at /workspace/src/sys/cam/cam_xpt.c:4969:2,
inlined from 'xpt_done_process' at /workspace/src/sys/cam/cam_xpt.c:5354:5,
inlined from 'xpt_async_td' at /workspace/src/sys/cam/cam_xpt.c:5398:4:
/workspace/src/sys/cam/cam_xpt.c:2520:33: warning: array subscript 'union ccb[0]' is partly outside array bounds of 'struct ccb_relsim[1]' [-Warray-bounds=]
2520 | start_ccb->ccb_h.status = CAM_REQ_INPROG;
| ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~
/workspace/src/sys/cam/cam_xpt.c: In function 'xpt_async_td':
/workspace/src/sys/cam/cam_xpt.c:4944:27: note: object 'crs' of size 216
4944 | struct ccb_relsim crs;
| ^~~
In function 'xpt_action',
inlined from 'xpt_start_tags' at /workspace/src/sys/cam/cam_xpt.c:4969:2,
inlined from 'xpt_done_process' at /workspace/src/sys/cam/cam_xpt.c:5354:5,
inlined from 'xpt_async_td' at /workspace/src/sys/cam/cam_xpt.c:5398:4:
/workspace/src/sys/cam/cam_xpt.c:2521:28: warning: array subscript 'union ccb[0]' is partly outside array bounds of 'struct ccb_relsim[1]' [-Warray-bounds=]
2521 | (*(start_ccb->ccb_h.path->bus->xport->ops->action))(start_ccb);
| ~~~~~~~~~~~~~~~~^~~~~
/workspace/src/sys/cam/cam_xpt.c: In function 'xpt_async_td':
/workspace/src/sys/cam/cam_xpt.c:4944:27: note: object 'crs' of size 216
4944 | struct ccb_relsim crs;
| ^~~
In function 'xpt_action',
inlined from 'xpt_start_tags' at /workspace/src/sys/cam/cam_xpt.c:4969:2,
inlined from 'xpt_done_process' at /workspace/src/sys/cam/cam_xpt.c:5354:5,
inlined from 'camisr_runqueue' at /workspace/src/sys/cam/cam_xpt.c:5449:4,
inlined from 'xpt_sim_poll' at /workspace/src/sys/cam/cam_xpt.c:3088:2:
/workspace/src/sys/cam/cam_xpt.c:2520:33: warning: array subscript 'union ccb[0]' is partly outside array bounds of 'struct ccb_relsim[1]' [-Warray-bounds=]
2520 | start_ccb->ccb_h.status = CAM_REQ_INPROG;
| ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~
/workspace/src/sys/cam/cam_xpt.c: In function 'xpt_sim_poll':
/workspace/src/sys/cam/cam_xpt.c:4944:27: note: object 'crs' of size 216
4944 | struct ccb_relsim crs;
| ^~~
In function 'xpt_action',
inlined from 'xpt_start_tags' at /workspace/src/sys/cam/cam_xpt.c:4969:2,
inlined from 'xpt_done_process' at /workspace/src/sys/cam/cam_xpt.c:5354:5,
inlined from 'camisr_runqueue' at /workspace/src/sys/cam/cam_xpt.c:5449:4,
inlined from 'xpt_sim_poll' at /workspace/src/sys/cam/cam_xpt.c:3088:2:
/workspace/src/sys/cam/cam_xpt.c:2521:28: warning: array subscript 'union ccb[0]' is partly outside array bounds of 'struct ccb_relsim[1]' [-Warray-bounds=]
2521 | (*(start_ccb->ccb_h.path->bus->xport->ops->action))(start_ccb);
| ~~~~~~~~~~~~~~~~^~~~~
/workspace/src/sys/cam/cam_xpt.c: In function 'xpt_sim_poll':
/workspace/src/sys/cam/cam_xpt.c:4944:27: note: object 'crs' of size 216
4944 | struct ccb_relsim crs;
| ^~~
In function 'xpt_action',
inlined from 'xpt_start_tags' at /workspace/src/sys/cam/cam_xpt.c:4969:2,
inlined from 'xpt_done_process' at /workspace/src/sys/cam/cam_xpt.c:5354:5,
inlined from 'xpt_done_td' at /workspace/src/sys/cam/cam_xpt.c:5427:4:
/workspace/src/sys/cam/cam_xpt.c:2520:33: warning: array subscript 'union ccb[0]' is partly outside array bounds of 'struct ccb_relsim[1]' [-Warray-bounds=]
2520 | start_ccb->ccb_h.status = CAM_REQ_INPROG;
| ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~
/workspace/src/sys/cam/cam_xpt.c: In function 'xpt_done_td':
/workspace/src/sys/cam/cam_xpt.c:4944:27: note: object 'crs' of size 216
4944 | struct ccb_relsim crs;
| ^~~
In function 'xpt_action',
inlined from 'xpt_start_tags' at /workspace/src/sys/cam/cam_xpt.c:4969:2,
inlined from 'xpt_done_process' at /workspace/src/sys/cam/cam_xpt.c:5354:5,
inlined from 'xpt_done_td' at /workspace/src/sys/cam/cam_xpt.c:5427:4:
/workspace/src/sys/cam/cam_xpt.c:2521:28: warning: array subscript 'union ccb[0]' is partly outside array bounds of 'struct ccb_relsim[1]' [-Warray-bounds=]
2521 | (*(start_ccb->ccb_h.path->bus->xport->ops->action))(start_ccb);
| ~~~~~~~~~~~~~~~~^~~~~
/workspace/src/sys/cam/cam_xpt.c: In function 'xpt_done_td':
/workspace/src/sys/cam/cam_xpt.c:4944:27: note: object 'crs' of size 216
4944 | struct ccb_relsim crs;
| ^~~
In function 'xpt_action',
inlined from 'xpt_path_inq' at /workspace/src/sys/cam/cam_xpt.h:158:2,
inlined from 'xptsetasyncbusfunc' at /workspace/src/sys/cam/cam_xpt.c:2502:2:
/workspace/src/sys/cam/cam_xpt.c:2520:33: warning: array subscript 'union ccb[0]' is partly outside array bounds of 'struct ccb_pathinq[1]' [-Warray-bounds=]
2520 | start_ccb->ccb_h.status = CAM_REQ_INPROG;
| ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~
/workspace/src/sys/cam/cam_xpt.c: In function 'xptsetasyncbusfunc':
/workspace/src/sys/cam/cam_xpt.c:2494:28: note: object 'cpi' of size 464
2494 | struct ccb_pathinq cpi;
| ^~~
In function 'xpt_action',
inlined from 'xpt_path_inq' at /workspace/src/sys/cam/cam_xpt.h:158:2,
inlined from 'xptsetasyncbusfunc' at /workspace/src/sys/cam/cam_xpt.c:2502:2:
/workspace/src/sys/cam/cam_xpt.c:2521:28: warning: array subscript 'union ccb[0]' is partly outside array bounds of 'struct ccb_pathinq[1]' [-Warray-bounds=]
2521 | (*(start_ccb->ccb_h.path->bus->xport->ops->action))(start_ccb);
| ~~~~~~~~~~~~~~~~^~~~~
/workspace/src/sys/cam/cam_xpt.c: In function 'xptsetasyncbusfunc':
/workspace/src/sys/cam/cam_xpt.c:2494:28: note: object 'cpi' of size 464
2494 | struct ccb_pathinq cpi;
| ^~~
In function 'xpt_action',
inlined from 'xpt_path_inq' at /workspace/src/sys/cam/cam_xpt.h:158:2,
inlined from 'xpt_bus_register' at /workspace/src/sys/cam/cam_xpt.c:3928:2:
/workspace/src/sys/cam/cam_xpt.c:2520:33: warning: array subscript 'union ccb[0]' is partly outside array bounds of 'struct ccb_pathinq[1]' [-Warray-bounds=]
2520 | start_ccb->ccb_h.status = CAM_REQ_INPROG;
| ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~
/workspace/src/sys/cam/cam_xpt.c: In function 'xpt_bus_register':
/workspace/src/sys/cam/cam_xpt.c:3878:28: note: object 'cpi' of size 464
3878 | struct ccb_pathinq cpi;
| ^~~
In function 'xpt_action',
inlined from 'xpt_path_inq' at /workspace/src/sys/cam/cam_xpt.h:158:2,
inlined from 'xpt_bus_register' at /workspace/src/sys/cam/cam_xpt.c:3928:2:
/workspace/src/sys/cam/cam_xpt.c:2521:28: warning: array subscript 'union ccb[0]' is partly outside array bounds of 'struct ccb_pathinq[1]' [-Warray-bounds=]
2521 | (*(start_ccb->ccb_h.path->bus->xport->ops->action))(start_ccb);
| ~~~~~~~~~~~~~~~~^~~~~
/workspace/src/sys/cam/cam_xpt.c: In function 'xpt_bus_register':
/workspace/src/sys/cam/cam_xpt.c:3878:28: note: object 'cpi' of size 464
3878 | struct ccb_pathinq cpi;
| ^~~
In file included from /workspace/src/sys/cam/cam_xpt.c:55:
In function 'cam_ccb_status',
inlined from 'cam_ccb_success' at /workspace/src/sys/cam/cam_ccb.h:1520:10,
inlined from 'xpt_bus_register' at /workspace/src/sys/cam/cam_xpt.c:3936:6:
/workspace/src/sys/cam/cam_ccb.h:1514:40: warning: array subscript 'union ccb[0]' is partly outside array bounds of 'struct ccb_pathinq[1]' [-Warray-bounds=]
1514 | return ((cam_status)(ccb->ccb_h.status & CAM_STATUS_MASK));
| ~~~~~~~~~~^~~~~~~
/workspace/src/sys/cam/cam_xpt.c: In function 'xpt_bus_register':
/workspace/src/sys/cam/cam_xpt.c:3878:28: note: object 'cpi' of size 464
3878 | struct ccb_pathinq cpi;
| ^~~
In function 'xpt_action',
inlined from 'xpt_start_tags' at /workspace/src/sys/cam/cam_xpt.c:4969:2:
/workspace/src/sys/cam/cam_xpt.c:2520:33: warning: array subscript 'union ccb[0]' is partly outside array bounds of 'struct ccb_relsim[1]' [-Warray-bounds=]
2520 | start_ccb->ccb_h.status = CAM_REQ_INPROG;
| ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~
/workspace/src/sys/cam/cam_xpt.c: In function 'xpt_start_tags':
/workspace/src/sys/cam/cam_xpt.c:4944:27: note: object 'crs' of size 216
4944 | struct ccb_relsim crs;
| ^~~
In function 'xpt_action',
inlined from 'xpt_start_tags' at /workspace/src/sys/cam/cam_xpt.c:4969:2:
/workspace/src/sys/cam/cam_xpt.c:2521:28: warning: array subscript 'union ccb[0]' is partly outside array bounds of 'struct ccb_relsim[1]' [-Warray-bounds=]
2521 | (*(start_ccb->ccb_h.path->bus->xport->ops->action))(start_ccb);
| ~~~~~~~~~~~~~~~~^~~~~
/workspace/src/sys/cam/cam_xpt.c: In function 'xpt_start_tags':
/workspace/src/sys/cam/cam_xpt.c:4944:27: note: object 'crs' of size 216
4944 | struct ccb_relsim crs;
| ^~~
In function 'xpt_action',
inlined from 'xpt_stop_tags' at /workspace/src/sys/cam/cam_xpt.c:4995:2:
/workspace/src/sys/cam/cam_xpt.c:2520:33: warning: array subscript 'union ccb[0]' is partly outside array bounds of 'struct ccb_relsim[1]' [-Warray-bounds=]
2520 | start_ccb->ccb_h.status = CAM_REQ_INPROG;
| ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~
/workspace/src/sys/cam/cam_xpt.c: In function 'xpt_stop_tags':
/workspace/src/sys/cam/cam_xpt.c:4975:27: note: object 'crs' of size 216
4975 | struct ccb_relsim crs;
| ^~~
In function 'xpt_action',
inlined from 'xpt_stop_tags' at /workspace/src/sys/cam/cam_xpt.c:4995:2:
/workspace/src/sys/cam/cam_xpt.c:2521:28: warning: array subscript 'union ccb[0]' is partly outside array bounds of 'struct ccb_relsim[1]' [-Warray-bounds=]
2521 | (*(start_ccb->ccb_h.path->bus->xport->ops->action))(start_ccb);
| ~~~~~~~~~~~~~~~~^~~~~
/workspace/src/sys/cam/cam_xpt.c: In function 'xpt_stop_tags':
/workspace/src/sys/cam/cam_xpt.c:4975:27: note: object 'crs' of size 216
4975 | struct ccb_relsim crs;
| ^~~
--- scsi_sa.o ---
/workspace/src/sys/cam/scsi/scsi_sa.c: In function 'saioctl':
/workspace/src/sys/cam/scsi/scsi_sa.c:4396:18: warning: 'current_blocksize' may be used uninitialized [-Wmaybe-uninitialized]
4396 | uint32_t current_blocksize;
| ^~~~~~~~~~~~~~~~~
In function 'sasetparams',
inlined from 'saioctl' at /workspace/src/sys/cam/scsi/scsi_sa.c:1997:12:
/workspace/src/sys/cam/scsi/scsi_sa.c:4493:28: warning: 'current_speed' may be used uninitialized [-Wmaybe-uninitialized]
4493 | mode_hdr->dev_spec = current_speed;
| ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~
/workspace/src/sys/cam/scsi/scsi_sa.c: In function 'saioctl':
/workspace/src/sys/cam/scsi/scsi_sa.c:4399:17: note: 'current_speed' was declared here
4399 | uint8_t current_speed;
| ^~~~~~~~~~~~~
In function 'sagetparams_common',
inlined from 'saioctl' at /workspace/src/sys/cam/scsi/scsi_sa.c:1664:11:
/workspace/src/sys/cam/scsi/scsi_sa.c:1532:12: warning: 'write_protect' may be used uninitialized [-Wmaybe-uninitialized]
1532 | if (write_protect)
| ^
/workspace/src/sys/cam/scsi/scsi_sa.c: In function 'saioctl':
/workspace/src/sys/cam/scsi/scsi_sa.c:1514:17: note: 'write_protect' was declared here
1514 | uint8_t write_protect;
| ^~~~~~~~~~~~~
--- scsi_all.o ---
ctfconvert -L VERSION -g scsi_all.o
ERROR: ctfconvert: rc = 1 Unsupported version [_dwarf_info_load(229)]
--- cam_xpt.o ---
In function 'xpt_action',
inlined from 'xpt_register_async' at /workspace/src/sys/cam/cam_xpt.c:5151:2:
/workspace/src/sys/cam/cam_xpt.c:2520:33: warning: array subscript 'union ccb[0]' is partly outside array bounds of 'struct ccb_setasync[1]' [-Warray-bounds=]
2520 | start_ccb->ccb_h.status = CAM_REQ_INPROG;
| ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~
/workspace/src/sys/cam/cam_xpt.c: In function 'xpt_register_async':
/workspace/src/sys/cam/cam_xpt.c:5132:29: note: object 'csa' of size 224
5132 | struct ccb_setasync csa;
| ^~~
In function 'xpt_action',
inlined from 'xpt_register_async' at /workspace/src/sys/cam/cam_xpt.c:5151:2:
/workspace/src/sys/cam/cam_xpt.c:2521:28: warning: array subscript 'union ccb[0]' is partly outside array bounds of 'struct ccb_setasync[1]' [-Warray-bounds=]
2521 | (*(start_ccb->ccb_h.path->bus->xport->ops->action))(start_ccb);
| ~~~~~~~~~~~~~~~~^~~~~
/workspace/src/sys/cam/cam_xpt.c: In function 'xpt_register_async':
/workspace/src/sys/cam/cam_xpt.c:5132:29: note: object 'csa' of size 224
5132 | struct ccb_setasync csa;
| ^~~
--- scsi_da.o ---
ctfconvert -L VERSION -g scsi_da.o
ERROR: ctfconvert: rc = 1 Unsupported version [_dwarf_info_load(229)]
--- cam_xpt.o ---
ctfconvert -L VERSION -g cam_xpt.o
ERROR: ctfconvert: rc = 1 Unsupported version [_dwarf_info_load(229)]
--- scsi_sa.o ---
ctfconvert -L VERSION -g scsi_sa.o
ERROR: ctfconvert: rc = 1 Unsupported version [_dwarf_info_load(229)]
2 errors
make[2]: stopped in /tmp/obj/workspace/src/amd64.amd64/sys/GENERIC
6.63 real 42.68 user 4.03 sys
make[1]: stopped in /workspace/src
make: stopped 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-gcc13_build] $ /bin/sh -xe /tmp/jenkins16212421777662863473.sh
+ sh freebsd-ci/scripts/jail/clean.sh
clean jail FreeBSD-main-amd64-gcc13_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