Date: Wed, 19 Nov 2025 21:55:22 +0000 (GMT) From: jenkins-admin@FreeBSD.org To: cperciva@FreeBSD.org, dev-ci@FreeBSD.org Cc: jenkins-admin@FreeBSD.org Subject: FreeBSD-stable-15-amd64-gcc13_build - Build #261 - Still Failing Message-ID: <469076214.2393.1763589326099@jenkins.ci.freebsd.org> In-Reply-To: <176213073.2383.1763583642274@jenkins.ci.freebsd.org>
index | next in thread | previous in thread | raw e-mail
FreeBSD-stable-15-amd64-gcc13_build - Build #261 (fa546e9d18f4dbbf5fa1fe152c78d97615d51bda) - Still Failing Build information: https://ci.FreeBSD.org/job/FreeBSD-stable-15-amd64-gcc13_build/261/ Full change log: https://ci.FreeBSD.org/job/FreeBSD-stable-15-amd64-gcc13_build/261/changes Full build log: https://ci.FreeBSD.org/job/FreeBSD-stable-15-amd64-gcc13_build/261/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) fa546e9d18f4dbbf5fa1fe152c78d97615d51bda by cperciva: UPDATING: Document FreeBSD-base pkg .conf shuffle The end of the build log: [...truncated 127.63 MiB...] /workspace/src/sys/cam/cam_xpt.c: In function 'xpt_start_tags': /workspace/src/sys/cam/cam_xpt.c:4950:27: note: object 'crs' of size 216 4950 | struct ccb_relsim crs; | ^~~ In function 'xpt_action', inlined from 'xpt_start_tags' at /workspace/src/sys/cam/cam_xpt.c:4975:2: /workspace/src/sys/cam/cam_xpt.c:2528:28: warning: array subscript 'union ccb[0]' is partly outside array bounds of 'struct ccb_relsim[1]' [-Warray-bounds=] 2528 | (*(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:4950:27: note: object 'crs' of size 216 4950 | struct ccb_relsim crs; | ^~~ --- scsi_xpt.o --- In function 'cam_ccb_status', inlined from 'proberequestbackoff' at /workspace/src/sys/cam/scsi/scsi_xpt.c:1066:6, inlined from 'probedone' at /workspace/src/sys/cam/scsi/scsi_xpt.c:1756:8: /workspace/src/sys/cam/cam_ccb.h:1551:40: warning: array subscript 'union ccb[0]' is partly outside array bounds of 'struct ccb_trans_settings[1]' [-Warray-bounds=] 1551 | return ((cam_status)(ccb->ccb_h.status & CAM_STATUS_MASK)); | ~~~~~~~~~~^~~~~~~ /workspace/src/sys/cam/scsi/scsi_xpt.c: In function 'probedone': /workspace/src/sys/cam/scsi/scsi_xpt.c:1058:35: note: object 'cts' of size 320 1058 | struct ccb_trans_settings cts; | ^~~ In function 'cam_ccb_status', inlined from 'proberequestbackoff' at /workspace/src/sys/cam/scsi/scsi_xpt.c:1144:7, inlined from 'probedone' at /workspace/src/sys/cam/scsi/scsi_xpt.c:1756:8: /workspace/src/sys/cam/cam_ccb.h:1551:40: warning: array subscript 'union ccb[0]' is partly outside array bounds of 'struct ccb_trans_settings[1]' [-Warray-bounds=] 1551 | return ((cam_status)(ccb->ccb_h.status & CAM_STATUS_MASK)); | ~~~~~~~~~~^~~~~~~ /workspace/src/sys/cam/scsi/scsi_xpt.c: In function 'probedone': /workspace/src/sys/cam/scsi/scsi_xpt.c:1058:35: note: object 'cts' of size 320 1058 | struct ccb_trans_settings cts; | ^~~ In function 'cam_ccb_status', inlined from 'proberequestdefaultnegotiation' at /workspace/src/sys/cam/scsi/scsi_xpt.c:1044:6, inlined from 'probedone' at /workspace/src/sys/cam/scsi/scsi_xpt.c:1672:4: /workspace/src/sys/cam/cam_ccb.h:1551:40: warning: array subscript 'union ccb[0]' is partly outside array bounds of 'struct ccb_trans_settings[1]' [-Warray-bounds=] 1551 | return ((cam_status)(ccb->ccb_h.status & CAM_STATUS_MASK)); | ~~~~~~~~~~^~~~~~~ /workspace/src/sys/cam/scsi/scsi_xpt.c: In function 'probedone': /workspace/src/sys/cam/scsi/scsi_xpt.c:1037:35: note: object 'cts' of size 320 1037 | struct ccb_trans_settings cts; | ^~~ In function 'cam_ccb_status', inlined from 'proberequestdefaultnegotiation' at /workspace/src/sys/cam/scsi/scsi_xpt.c:1044:6, inlined from 'probeschedule' at /workspace/src/sys/cam/scsi/scsi_xpt.c:719:3, inlined from 'probedone' at /workspace/src/sys/cam/scsi/scsi_xpt.c:1811:3: /workspace/src/sys/cam/cam_ccb.h:1551:40: warning: array subscript 'union ccb[0]' is partly outside array bounds of 'struct ccb_trans_settings[1]' [-Warray-bounds=] 1551 | return ((cam_status)(ccb->ccb_h.status & CAM_STATUS_MASK)); | ~~~~~~~~~~^~~~~~~ /workspace/src/sys/cam/scsi/scsi_xpt.c: In function 'probedone': /workspace/src/sys/cam/scsi/scsi_xpt.c:1037:35: note: object 'cts' of size 320 1037 | struct ccb_trans_settings cts; | ^~~ --- cam_xpt.o --- In function 'xpt_action', inlined from 'xpt_stop_tags' at /workspace/src/sys/cam/cam_xpt.c:5001:2: /workspace/src/sys/cam/cam_xpt.c:2527:33: warning: array subscript 'union ccb[0]' is partly outside array bounds of 'struct ccb_relsim[1]' [-Warray-bounds=] 2527 | 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:4981:27: note: object 'crs' of size 216 4981 | struct ccb_relsim crs; | ^~~ In function 'xpt_action', inlined from 'xpt_stop_tags' at /workspace/src/sys/cam/cam_xpt.c:5001:2: /workspace/src/sys/cam/cam_xpt.c:2528:28: warning: array subscript 'union ccb[0]' is partly outside array bounds of 'struct ccb_relsim[1]' [-Warray-bounds=] 2528 | (*(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:4981:27: note: object 'crs' of size 216 4981 | struct ccb_relsim crs; | ^~~ In function 'xpt_action', inlined from 'xpt_start_tags' at /workspace/src/sys/cam/cam_xpt.c:4975:2, inlined from 'xpt_done_process' at /workspace/src/sys/cam/cam_xpt.c:5360:5, inlined from 'camisr_runqueue' at /workspace/src/sys/cam/cam_xpt.c:5455:4, inlined from 'xpt_sim_poll' at /workspace/src/sys/cam/cam_xpt.c:3095:2, inlined from 'xpt_poll_setup' at /workspace/src/sys/cam/cam_xpt.c:3123:3: /workspace/src/sys/cam/cam_xpt.c:2527:33: warning: array subscript 'union ccb[0]' is partly outside array bounds of 'struct ccb_relsim[1]' [-Warray-bounds=] 2527 | start_ccb->ccb_h.status = CAM_REQ_INPROG; | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ /workspace/src/sys/cam/cam_xpt.c: In function 'xpt_poll_setup': /workspace/src/sys/cam/cam_xpt.c:4950:27: note: object 'crs' of size 216 4950 | struct ccb_relsim crs; | ^~~ In function 'xpt_action', inlined from 'xpt_start_tags' at /workspace/src/sys/cam/cam_xpt.c:4975:2, inlined from 'xpt_done_process' at /workspace/src/sys/cam/cam_xpt.c:5360:5, inlined from 'camisr_runqueue' at /workspace/src/sys/cam/cam_xpt.c:5455:4, inlined from 'xpt_sim_poll' at /workspace/src/sys/cam/cam_xpt.c:3095:2, inlined from 'xpt_poll_setup' at /workspace/src/sys/cam/cam_xpt.c:3123:3: /workspace/src/sys/cam/cam_xpt.c:2528:28: warning: array subscript 'union ccb[0]' is partly outside array bounds of 'struct ccb_relsim[1]' [-Warray-bounds=] 2528 | (*(start_ccb->ccb_h.path->bus->xport->ops->action))(start_ccb); | ~~~~~~~~~~~~~~~~^~~~~ /workspace/src/sys/cam/cam_xpt.c: In function 'xpt_poll_setup': /workspace/src/sys/cam/cam_xpt.c:4950:27: note: object 'crs' of size 216 4950 | struct ccb_relsim crs; | ^~~ In function 'xpt_action', inlined from 'xpt_start_tags' at /workspace/src/sys/cam/cam_xpt.c:4975:2, inlined from 'xpt_done_process' at /workspace/src/sys/cam/cam_xpt.c:5360:5, inlined from 'camisr_runqueue' at /workspace/src/sys/cam/cam_xpt.c:5455:4, inlined from 'xpt_sim_poll' at /workspace/src/sys/cam/cam_xpt.c:3095:2, inlined from 'xpt_pollwait' at /workspace/src/sys/cam/cam_xpt.c:3139:3: /workspace/src/sys/cam/cam_xpt.c:2527:33: warning: array subscript 'union ccb[0]' is partly outside array bounds of 'struct ccb_relsim[1]' [-Warray-bounds=] 2527 | start_ccb->ccb_h.status = CAM_REQ_INPROG; | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ /workspace/src/sys/cam/cam_xpt.c: In function 'xpt_pollwait': /workspace/src/sys/cam/cam_xpt.c:4950:27: note: object 'crs' of size 216 4950 | struct ccb_relsim crs; | ^~~ In function 'xpt_action', inlined from 'xpt_start_tags' at /workspace/src/sys/cam/cam_xpt.c:4975:2, inlined from 'xpt_done_process' at /workspace/src/sys/cam/cam_xpt.c:5360:5, inlined from 'camisr_runqueue' at /workspace/src/sys/cam/cam_xpt.c:5455:4, inlined from 'xpt_sim_poll' at /workspace/src/sys/cam/cam_xpt.c:3095:2, inlined from 'xpt_pollwait' at /workspace/src/sys/cam/cam_xpt.c:3139:3: /workspace/src/sys/cam/cam_xpt.c:2528:28: warning: array subscript 'union ccb[0]' is partly outside array bounds of 'struct ccb_relsim[1]' [-Warray-bounds=] 2528 | (*(start_ccb->ccb_h.path->bus->xport->ops->action))(start_ccb); | ~~~~~~~~~~~~~~~~^~~~~ /workspace/src/sys/cam/cam_xpt.c: In function 'xpt_pollwait': /workspace/src/sys/cam/cam_xpt.c:4950:27: note: object 'crs' of size 216 4950 | struct ccb_relsim crs; | ^~~ --- scsi_xpt.o --- ctfconvert -L VERSION -g scsi_xpt.o --- cam_xpt.o --- In function 'xpt_action', inlined from 'xpt_start_tags' at /workspace/src/sys/cam/cam_xpt.c:4975:2, inlined from 'xpt_done_process' at /workspace/src/sys/cam/cam_xpt.c:5360:5, inlined from 'xpt_async_td' at /workspace/src/sys/cam/cam_xpt.c:5404:4: /workspace/src/sys/cam/cam_xpt.c:2527:33: warning: array subscript 'union ccb[0]' is partly outside array bounds of 'struct ccb_relsim[1]' [-Warray-bounds=] 2527 | 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:4950:27: note: object 'crs' of size 216 4950 | struct ccb_relsim crs; | ^~~ In function 'xpt_action', inlined from 'xpt_start_tags' at /workspace/src/sys/cam/cam_xpt.c:4975:2, inlined from 'xpt_done_process' at /workspace/src/sys/cam/cam_xpt.c:5360:5, inlined from 'xpt_async_td' at /workspace/src/sys/cam/cam_xpt.c:5404:4: /workspace/src/sys/cam/cam_xpt.c:2528:28: warning: array subscript 'union ccb[0]' is partly outside array bounds of 'struct ccb_relsim[1]' [-Warray-bounds=] 2528 | (*(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:4950:27: note: object 'crs' of size 216 4950 | struct ccb_relsim crs; | ^~~ In function 'xpt_action', inlined from 'xpt_start_tags' at /workspace/src/sys/cam/cam_xpt.c:4975:2, inlined from 'xpt_done_process' at /workspace/src/sys/cam/cam_xpt.c:5360:5, inlined from 'xpt_done_td' at /workspace/src/sys/cam/cam_xpt.c:5433:4: /workspace/src/sys/cam/cam_xpt.c:2527:33: warning: array subscript 'union ccb[0]' is partly outside array bounds of 'struct ccb_relsim[1]' [-Warray-bounds=] 2527 | 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:4950:27: note: object 'crs' of size 216 4950 | struct ccb_relsim crs; | ^~~ In function 'xpt_action', inlined from 'xpt_start_tags' at /workspace/src/sys/cam/cam_xpt.c:4975:2, inlined from 'xpt_done_process' at /workspace/src/sys/cam/cam_xpt.c:5360:5, inlined from 'xpt_done_td' at /workspace/src/sys/cam/cam_xpt.c:5433:4: /workspace/src/sys/cam/cam_xpt.c:2528:28: warning: array subscript 'union ccb[0]' is partly outside array bounds of 'struct ccb_relsim[1]' [-Warray-bounds=] 2528 | (*(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:4950:27: note: object 'crs' of size 216 4950 | struct ccb_relsim crs; | ^~~ In function 'xpt_action', inlined from 'xpt_start_tags' at /workspace/src/sys/cam/cam_xpt.c:4975:2, inlined from 'xpt_done_process' at /workspace/src/sys/cam/cam_xpt.c:5360:5, inlined from 'camisr_runqueue' at /workspace/src/sys/cam/cam_xpt.c:5455:4, inlined from 'xpt_sim_poll' at /workspace/src/sys/cam/cam_xpt.c:3095:2: /workspace/src/sys/cam/cam_xpt.c:2527:33: warning: array subscript 'union ccb[0]' is partly outside array bounds of 'struct ccb_relsim[1]' [-Warray-bounds=] 2527 | 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:4950:27: note: object 'crs' of size 216 4950 | struct ccb_relsim crs; | ^~~ In function 'xpt_action', inlined from 'xpt_start_tags' at /workspace/src/sys/cam/cam_xpt.c:4975:2, inlined from 'xpt_done_process' at /workspace/src/sys/cam/cam_xpt.c:5360:5, inlined from 'camisr_runqueue' at /workspace/src/sys/cam/cam_xpt.c:5455:4, inlined from 'xpt_sim_poll' at /workspace/src/sys/cam/cam_xpt.c:3095:2: /workspace/src/sys/cam/cam_xpt.c:2528:28: warning: array subscript 'union ccb[0]' is partly outside array bounds of 'struct ccb_relsim[1]' [-Warray-bounds=] 2528 | (*(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:4950:27: note: object 'crs' of size 216 4950 | struct ccb_relsim crs; | ^~~ In function 'xpt_action', inlined from 'xpt_path_inq' at /workspace/src/sys/cam/cam_xpt.h:157:2, inlined from 'xpt_bus_register' at /workspace/src/sys/cam/cam_xpt.c:3935:2: /workspace/src/sys/cam/cam_xpt.c:2527:33: warning: array subscript 'union ccb[0]' is partly outside array bounds of 'struct ccb_pathinq[1]' [-Warray-bounds=] 2527 | 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:3885:28: note: object 'cpi' of size 464 3885 | struct ccb_pathinq cpi; | ^~~ In function 'xpt_action', inlined from 'xpt_path_inq' at /workspace/src/sys/cam/cam_xpt.h:157:2, inlined from 'xpt_bus_register' at /workspace/src/sys/cam/cam_xpt.c:3935:2: /workspace/src/sys/cam/cam_xpt.c:2528:28: warning: array subscript 'union ccb[0]' is partly outside array bounds of 'struct ccb_pathinq[1]' [-Warray-bounds=] 2528 | (*(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:3885:28: note: object 'cpi' of size 464 3885 | struct ccb_pathinq cpi; | ^~~ In file included from /workspace/src/sys/cam/cam_xpt.c:56: In function 'cam_ccb_status', inlined from 'cam_ccb_success' at /workspace/src/sys/cam/cam_ccb.h:1557:10, inlined from 'xpt_bus_register' at /workspace/src/sys/cam/cam_xpt.c:3943:6: /workspace/src/sys/cam/cam_ccb.h:1551:40: warning: array subscript 'union ccb[0]' is partly outside array bounds of 'struct ccb_pathinq[1]' [-Warray-bounds=] 1551 | 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:3885:28: note: object 'cpi' of size 464 3885 | struct ccb_pathinq cpi; | ^~~ ctfconvert -L VERSION -g cam_xpt.o 2 errors make[2]: stopped in /tmp/obj/workspace/src/amd64.amd64/sys/GENERIC 9.43 real 27.73 user 4.32 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-stable-15-amd64-gcc13_build] $ /bin/sh -xe /tmp/jenkins463573831742414978.sh + sh freebsd-ci/scripts/jail/clean.sh clean jail FreeBSD-stable-15-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 addresshome | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?469076214.2393.1763589326099>
