Date: Fri, 2 Jun 2023 04:24:33 +0000 (GMT) From: jenkins-admin@FreeBSD.org To: cy@FreeBSD.org, markj@FreeBSD.org, bapt@FreeBSD.org, rmacklem@FreeBSD.org, vangyzen@FreeBSD.org, dev-ci@FreeBSD.org Cc: jenkins-admin@FreeBSD.org Subject: FreeBSD-main-amd64-gcc12_build - Build #1106 - Failure Message-ID: <884726694.5605.1685679875876@jenkins.ci.freebsd.org>
next in thread | raw e-mail | index | archive | help
------=_Part_5604_382787808.1685679873216 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit FreeBSD-main-amd64-gcc12_build - Build #1106 (4d780613774c28a1efe4dc6272ae5fbc09d999f4) - Failure Build information: https://ci.FreeBSD.org/job/FreeBSD-main-amd64-gcc12_build/1106/ Full change log: https://ci.FreeBSD.org/job/FreeBSD-main-amd64-gcc12_build/1106/changes Full build log: https://ci.FreeBSD.org/job/FreeBSD-main-amd64-gcc12_build/1106/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) fe590ffe40f49fe09d8275fbf29f0d46c5b99dc7 by vangyzen: Import vixie cron 4.0 88ea962879be7f989b263ad6d6686d72d888253a by rmacklem: rpc.tls[serv|clnt]d.c: Clean up code for OpenSSL3 c21438cd14d3fafc77f2cc2d591c6fad962c37ea by rmacklem: nfsuserd.8: Substitute server for slave terminology fe06db1817e0af6cbfa963598e249810773c115c by bapt: bsdinstall: remove sendmail hardening option afbb26b58b93bddf0e8720698cd712eac7f8c13d by bapt: devctl: allow to register a hook to receive the events 8a2af0b469b6d65ee48f2352ca56225b36d32342 by bapt: nlsysevent: add a genetlink(4) module to report kernel events 04eeb364d439bec0931f7e73627f59a88bb474f3 by bapt: cpuset(3): Move cpuset's parselist function into libutil c8a383396888d897d057088d7f84fb57de40807e by markj: ktrace: Make sys/ktrace.h self-contained 0d3f1b4f25150c3c5afaa669715421821323ead1 by markj: signal: Make the signal disposition table const 3080f82b8b644809d8731c4f5c72f1530c400eb3 by markj: ktrace: Make the data lengths table const 18282c4772fb68a0e076d17f30de9749190542f4 by markj: sysarch: Add includes required for ktrcapfail() calls to be compiled aee3ee66a1820749e6babac841e08e86937cd47d by vangyzen: cron: fix build without LOGIN_CAP 8093646b0be9731f24eddbcee7dc34e1fd2365b5 by bapt: cpuset(3): Add unit tests 4d780613774c28a1efe4dc6272ae5fbc09d999f4 by cy: ntp: Update version string The end of the build log: [...truncated 93.90 MB...] /workspace/src/sys/cam/scsi/scsi_sa.c:3560:20: warning: 'write_protect' may be used uninitialized [-Wmaybe-uninitialized] 3560 | if (write_protect) | ^ /workspace/src/sys/cam/scsi/scsi_sa.c:3234:26: note: 'write_protect' was declared here 3234 | u_int8_t write_protect, guessing = 0; | ^~~~~~~~~~~~~ --- cam_xpt.o --- In function 'xpt_action', inlined from 'xpt_start_tags' at /workspace/src/sys/cam/cam_xpt.c:5053:2, inlined from 'xpt_done_process' at /workspace/src/sys/cam/cam_xpt.c:5438:5, inlined from 'xpt_async_td' at /workspace/src/sys/cam/cam_xpt.c:5482:4: /workspace/src/sys/cam/cam_xpt.c:2608:33: warning: array subscript 'union ccb[0]' is partly outside array bounds of 'struct ccb_relsim[1]' [-Warray-bounds] 2608 | 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:5028:27: note: object 'crs' of size 216 5028 | struct ccb_relsim crs; | ^~~ In function 'xpt_action', inlined from 'xpt_start_tags' at /workspace/src/sys/cam/cam_xpt.c:5053:2, inlined from 'xpt_done_process' at /workspace/src/sys/cam/cam_xpt.c:5438:5, inlined from 'xpt_async_td' at /workspace/src/sys/cam/cam_xpt.c:5482:4: /workspace/src/sys/cam/cam_xpt.c:2609:28: warning: array subscript 'union ccb[0]' is partly outside array bounds of 'struct ccb_relsim[1]' [-Warray-bounds] 2609 | (*(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:5028:27: note: object 'crs' of size 216 5028 | struct ccb_relsim crs; | ^~~ In function 'xpt_action', inlined from 'xpt_start_tags' at /workspace/src/sys/cam/cam_xpt.c:5053:2, inlined from 'xpt_done_process' at /workspace/src/sys/cam/cam_xpt.c:5438:5, inlined from 'camisr_runqueue' at /workspace/src/sys/cam/cam_xpt.c:5533:4, inlined from 'xpt_sim_poll' at /workspace/src/sys/cam/cam_xpt.c:3176:2: /workspace/src/sys/cam/cam_xpt.c:2608:33: warning: array subscript 'union ccb[0]' is partly outside array bounds of 'struct ccb_relsim[1]' [-Warray-bounds] 2608 | 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:5028:27: note: object 'crs' of size 216 5028 | struct ccb_relsim crs; | ^~~ In function 'xpt_action', inlined from 'xpt_start_tags' at /workspace/src/sys/cam/cam_xpt.c:5053:2, inlined from 'xpt_done_process' at /workspace/src/sys/cam/cam_xpt.c:5438:5, inlined from 'camisr_runqueue' at /workspace/src/sys/cam/cam_xpt.c:5533:4, inlined from 'xpt_sim_poll' at /workspace/src/sys/cam/cam_xpt.c:3176:2: /workspace/src/sys/cam/cam_xpt.c:2609:28: warning: array subscript 'union ccb[0]' is partly outside array bounds of 'struct ccb_relsim[1]' [-Warray-bounds] 2609 | (*(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:5028:27: note: object 'crs' of size 216 5028 | struct ccb_relsim crs; | ^~~ In function 'xpt_action', inlined from 'xpt_start_tags' at /workspace/src/sys/cam/cam_xpt.c:5053:2, inlined from 'xpt_done_process' at /workspace/src/sys/cam/cam_xpt.c:5438:5, inlined from 'xpt_done_td' at /workspace/src/sys/cam/cam_xpt.c:5511:4: /workspace/src/sys/cam/cam_xpt.c:2608:33: warning: array subscript 'union ccb[0]' is partly outside array bounds of 'struct ccb_relsim[1]' [-Warray-bounds] 2608 | 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:5028:27: note: object 'crs' of size 216 5028 | struct ccb_relsim crs; | ^~~ In function 'xpt_action', inlined from 'xpt_start_tags' at /workspace/src/sys/cam/cam_xpt.c:5053:2, inlined from 'xpt_done_process' at /workspace/src/sys/cam/cam_xpt.c:5438:5, inlined from 'xpt_done_td' at /workspace/src/sys/cam/cam_xpt.c:5511:4: /workspace/src/sys/cam/cam_xpt.c:2609:28: warning: array subscript 'union ccb[0]' is partly outside array bounds of 'struct ccb_relsim[1]' [-Warray-bounds] 2609 | (*(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:5028:27: note: object 'crs' of size 216 5028 | struct ccb_relsim crs; | ^~~ In function 'xpt_action', inlined from 'xpt_path_inq' at /workspace/src/sys/cam/cam_xpt.h:162:2, inlined from 'xptsetasyncbusfunc' at /workspace/src/sys/cam/cam_xpt.c:2590:2: /workspace/src/sys/cam/cam_xpt.c:2608:33: warning: array subscript 'union ccb[0]' is partly outside array bounds of 'struct ccb_pathinq[1]' [-Warray-bounds] 2608 | 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:2582:28: note: object 'cpi' of size 464 2582 | struct ccb_pathinq cpi; | ^~~ In function 'xpt_action', inlined from 'xpt_path_inq' at /workspace/src/sys/cam/cam_xpt.h:162:2, inlined from 'xptsetasyncbusfunc' at /workspace/src/sys/cam/cam_xpt.c:2590:2: /workspace/src/sys/cam/cam_xpt.c:2609:28: warning: array subscript 'union ccb[0]' is partly outside array bounds of 'struct ccb_pathinq[1]' [-Warray-bounds] 2609 | (*(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:2582:28: note: object 'cpi' of size 464 2582 | struct ccb_pathinq cpi; | ^~~ --- scsi_cd.o --- cc1: all warnings being treated as errors *** [scsi_cd.o] Error code 1 make[2]: stopped in /tmp/obj/workspace/src/amd64.amd64/sys/GENERIC --- cam_xpt.o --- In function 'xpt_action', inlined from 'xpt_path_inq' at /workspace/src/sys/cam/cam_xpt.h:162:2, inlined from 'xpt_bus_register' at /workspace/src/sys/cam/cam_xpt.c:4019:2: /workspace/src/sys/cam/cam_xpt.c:2608:33: warning: array subscript 'union ccb[0]' is partly outside array bounds of 'struct ccb_pathinq[1]' [-Warray-bounds] 2608 | 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:3969:28: note: object 'cpi' of size 464 3969 | struct ccb_pathinq cpi; | ^~~ In function 'xpt_action', inlined from 'xpt_path_inq' at /workspace/src/sys/cam/cam_xpt.h:162:2, inlined from 'xpt_bus_register' at /workspace/src/sys/cam/cam_xpt.c:4019:2: /workspace/src/sys/cam/cam_xpt.c:2609:28: warning: array subscript 'union ccb[0]' is partly outside array bounds of 'struct ccb_pathinq[1]' [-Warray-bounds] 2609 | (*(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:3969:28: note: object 'cpi' of size 464 3969 | struct ccb_pathinq cpi; | ^~~ In file included from /workspace/src/sys/cam/cam_xpt.c:58: In function 'cam_ccb_status', inlined from 'cam_ccb_success' at /workspace/src/sys/cam/cam_ccb.h:1522:10, inlined from 'xpt_bus_register' at /workspace/src/sys/cam/cam_xpt.c:4021:6: /workspace/src/sys/cam/cam_ccb.h:1516:40: warning: array subscript 'union ccb[0]' is partly outside array bounds of 'struct ccb_pathinq[1]' [-Warray-bounds] 1516 | 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:3969:28: note: object 'cpi' of size 464 3969 | struct ccb_pathinq cpi; | ^~~ In function 'xpt_action', inlined from 'xpt_start_tags' at /workspace/src/sys/cam/cam_xpt.c:5053:2: /workspace/src/sys/cam/cam_xpt.c:2608:33: warning: array subscript 'union ccb[0]' is partly outside array bounds of 'struct ccb_relsim[1]' [-Warray-bounds] 2608 | 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:5028:27: note: object 'crs' of size 216 5028 | struct ccb_relsim crs; | ^~~ In function 'xpt_action', inlined from 'xpt_start_tags' at /workspace/src/sys/cam/cam_xpt.c:5053:2: /workspace/src/sys/cam/cam_xpt.c:2609:28: warning: array subscript 'union ccb[0]' is partly outside array bounds of 'struct ccb_relsim[1]' [-Warray-bounds] 2609 | (*(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:5028:27: note: object 'crs' of size 216 5028 | struct ccb_relsim crs; | ^~~ In function 'xpt_action', inlined from 'xpt_stop_tags' at /workspace/src/sys/cam/cam_xpt.c:5079:2: /workspace/src/sys/cam/cam_xpt.c:2608:33: warning: array subscript 'union ccb[0]' is partly outside array bounds of 'struct ccb_relsim[1]' [-Warray-bounds] 2608 | 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:5059:27: note: object 'crs' of size 216 5059 | struct ccb_relsim crs; | ^~~ In function 'xpt_action', inlined from 'xpt_stop_tags' at /workspace/src/sys/cam/cam_xpt.c:5079:2: /workspace/src/sys/cam/cam_xpt.c:2609:28: warning: array subscript 'union ccb[0]' is partly outside array bounds of 'struct ccb_relsim[1]' [-Warray-bounds] 2609 | (*(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:5059:27: note: object 'crs' of size 216 5059 | struct ccb_relsim crs; | ^~~ --- scsi_sa.o --- In function 'sasetparams', inlined from 'saioctl' at /workspace/src/sys/cam/scsi/scsi_sa.c:1996:12: /workspace/src/sys/cam/scsi/scsi_sa.c:4496:36: warning: 'current_speed' may be used uninitialized [-Wmaybe-uninitialized] 4496 | mode_hdr->dev_spec |= SMH_SA_BUF_MODE_SIBUF; /workspace/src/sys/cam/scsi/scsi_sa.c: In function 'saioctl': /workspace/src/sys/cam/scsi/scsi_sa.c:4398:18: note: 'current_speed' was declared here 4398 | u_int8_t current_speed; | ^~~~~~~~~~~~~ /workspace/src/sys/cam/scsi/scsi_sa.c:4395:19: warning: 'current_blocksize' may be used uninitialized [-Wmaybe-uninitialized] 4395 | u_int32_t current_blocksize; | ^~~~~~~~~~~~~~~~~ In function 'sagetparams_common', inlined from 'saioctl' at /workspace/src/sys/cam/scsi/scsi_sa.c:1663:11: /workspace/src/sys/cam/scsi/scsi_sa.c:1531:12: warning: 'write_protect' may be used uninitialized [-Wmaybe-uninitialized] 1531 | if (write_protect) | ^ /workspace/src/sys/cam/scsi/scsi_sa.c: In function 'saioctl': /workspace/src/sys/cam/scsi/scsi_sa.c:1513:18: note: 'write_protect' was declared here 1513 | u_int8_t write_protect; | ^~~~~~~~~~~~~ --- scsi_da.o --- cc1: all warnings being treated as errors *** [scsi_da.o] Error code 1 make[2]: stopped in /tmp/obj/workspace/src/amd64.amd64/sys/GENERIC --- cam_xpt.o --- In function 'xpt_action', inlined from 'xpt_register_async' at /workspace/src/sys/cam/cam_xpt.c:5235:2: /workspace/src/sys/cam/cam_xpt.c:2608:33: warning: array subscript 'union ccb[0]' is partly outside array bounds of 'struct ccb_setasync[1]' [-Warray-bounds] 2608 | 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:5216:29: note: object 'csa' of size 224 5216 | struct ccb_setasync csa; | ^~~ In function 'xpt_action', inlined from 'xpt_register_async' at /workspace/src/sys/cam/cam_xpt.c:5235:2: /workspace/src/sys/cam/cam_xpt.c:2609:28: warning: array subscript 'union ccb[0]' is partly outside array bounds of 'struct ccb_setasync[1]' [-Warray-bounds] 2609 | (*(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:5216:29: note: object 'csa' of size 224 5216 | struct ccb_setasync csa; | ^~~ cc1: all warnings being treated as errors *** [cam_xpt.o] Error code 1 make[2]: stopped in /tmp/obj/workspace/src/amd64.amd64/sys/GENERIC --- scsi_all.o --- cc1: all warnings being treated as errors --- scsi_sa.o --- cc1: all warnings being treated as errors --- scsi_all.o --- *** [scsi_all.o] Error code 1 make[2]: stopped in /tmp/obj/workspace/src/amd64.amd64/sys/GENERIC --- scsi_sa.o --- *** [scsi_sa.o] Error code 1 make[2]: stopped in /tmp/obj/workspace/src/amd64.amd64/sys/GENERIC 24 errors make[2]: stopped in /tmp/obj/workspace/src/amd64.amd64/sys/GENERIC 6.83 real 39.59 user 3.89 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-gcc12_build] $ /bin/sh -xe /tmp/jenkins10691805529995926277.sh + sh freebsd-ci/scripts/jail/clean.sh clean jail FreeBSD-main-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 ------=_Part_5604_382787808.1685679873216--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?884726694.5605.1685679875876>