Date: Sat, 3 Jun 2023 01:04:21 +0000 (GMT) From: jenkins-admin@FreeBSD.org To: mav@FreeBSD.org, jhb@FreeBSD.org, glebius@FreeBSD.org, markj@FreeBSD.org, 0mp@FreeBSD.org, grahamperrin@FreeBSD.org, dev-ci@FreeBSD.org Cc: jenkins-admin@FreeBSD.org Subject: FreeBSD-main-amd64-gcc12_build - Build #1112 - Still Failing Message-ID: <2059684161.5697.1685754263944@jenkins.ci.freebsd.org> In-Reply-To: <332949541.5679.1685740135211@jenkins.ci.freebsd.org> References: <332949541.5679.1685740135211@jenkins.ci.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
------=_Part_5696_2134971875.1685754261276 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit FreeBSD-main-amd64-gcc12_build - Build #1112 (0981275c75d5678172eb9dd8fbc89ef61c05c979) - Still Failing Build information: https://ci.FreeBSD.org/job/FreeBSD-main-amd64-gcc12_build/1112/ Full change log: https://ci.FreeBSD.org/job/FreeBSD-main-amd64-gcc12_build/1112/changes Full build log: https://ci.FreeBSD.org/job/FreeBSD-main-amd64-gcc12_build/1112/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) 7811cca8722dbf91df4144be462ec220c690f294 by glebius: netlink: fix compilation withous INET6 9ad8dc721e57bdccd55532a01bde251502966a95 by markj: ossl: Expose more CPUID bits in OPENSSL_ia32cap_P 9a3444d91c706dda65040138acbdb8c932213960 by markj: ossl: Add a VAES-based AES-GCM implementation for amd64 9b1d87286c78266dc76d32a06ed19bf3e93c0a3b by markj: ossl: Add a fallback AES-GCM implementation using AES-NI 6a3e9a885a9f27863883fc9500975e4e6f6c9fde by markj: nlsysevent: Fix the EXPORT_SYMS definition 1e078fb6021ebb5ccfb092fe9e5befcf4054ac0b by 0mp: nproc.1: Fix "first appeared in" details 30ff1255fcd6fc2cdb96924d3185dd7fa6c31c68 by mav: Fix panic in nfs bootp/diskless after 0785c323f3. ee06552d625f267e4a73217ce8a9bd63de3d6cfd by jhb: <sys/memrange.h>: Include <sys/ioccom.h>. 67f938c5ff1a4c90fcb9372132c8458ed67aba57 by markj: kevent: Make references to filter definitions const 7266f5249848512b99d4dc78256af148f9df986e by markj: x86: Mark the CPU idle function table as const 056305d3aa2bdb93e57c7a3d369e5742b1b404b8 by markj: ipsec: Make algorithm tables read-only 556b43492297617d0eb69ea19e3e01701e787b71 by markj: ossl: Compile newly added files into the kernel if so requested 0981275c75d5678172eb9dd8fbc89ef61c05c979 by grahamperrin: rc(8): document how to reload rc's configuration The end of the build log: [...truncated 93.24 MB...] 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, inlined from 'xpt_poll_setup' at /workspace/src/sys/cam/cam_xpt.c:3204:3: /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_poll_setup': /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, inlined from 'xpt_poll_setup' at /workspace/src/sys/cam/cam_xpt.c:3204:3: /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_poll_setup': /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, inlined from 'xpt_pollwait' at /workspace/src/sys/cam/cam_xpt.c:3220:3: /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_pollwait': /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, inlined from 'xpt_pollwait' at /workspace/src/sys/cam/cam_xpt.c:3220:3: /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_pollwait': /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: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; | ^~~ 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; | ^~~ 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 12 errors make[2]: stopped in /tmp/obj/workspace/src/amd64.amd64/sys/GENERIC 4.72 real 9.74 user 1.59 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/jenkins15594161410825082088.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_5696_2134971875.1685754261276--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?2059684161.5697.1685754263944>