FreeBSD-main-amd64-gcc13_build - Build #124 - Still Failing

From: <jenkins-admin_at_FreeBSD.org>
Date: Thu, 11 Jan 2024 00:03:06 UTC
FreeBSD-main-amd64-gcc13_build - Build #124 (62e8ccc3a489434af379c7f47da71545bc1e14ee) - Still Failing

Build information: https://ci.FreeBSD.org/job/FreeBSD-main-amd64-gcc13_build/124/
Full change log: https://ci.FreeBSD.org/job/FreeBSD-main-amd64-gcc13_build/124/changes
Full build log: https://ci.FreeBSD.org/job/FreeBSD-main-amd64-gcc13_build/124/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)

aa339f1d5df9e38f36a34eb522355c4eebcae6c4 by se:
vendor/bc: upgrade to version 6.7.2

e6857bd4d7b4bf39ea32b9dcd34f8371164c356e by se:
vendor/bc: upgrade to version 6.7.4

f4fbc49d201f81c481a33fac6ba28e19faf96260 by se:
vendor/bc: upgrade to version 6.7.5

aadb4a1b3fd185d547087f6eafca6ce0b4df3291 by olce:
pthread_attr_get_np(): Use malloc(), report ENOMEM, don't tamper on

6211cd4be32dfdc51b5ac452d4ead98a36ec42a6 by olce:
pthread_attr_get_np(3): Revamp

a1e37beb45d270ae9926eff3b93e9398d08c94e5 by olce:
cr_bsd_visible(): Style fixes

3c2b2a28b9c102d9aa368663ea250fd644f96b46 by manu:
iicbus: Move rockchip driver into the common directory

994c943a0098e38bff96f9f9169cbb38542c39c1 by manu:
spibus: Move rockchip driver into the common directory

ec2b0ccdeed2cbd3f49b7a992023c351e239389b by manu:
spibus: Move allwinner driver into the common directory

2e3507c25e42292b45a5482e116d278f5515d04d by manu:
pwm: Move rockchip driver into the common directory

02e9120893770924227138ba49df1edb3896112a by manu:
pwm: Move allwinner driver into the common directory

e37e8677fe55ddd0685c764e17ac58707787758a by manu:
clk: Move allwinner driver into the common directory

77f222415832c58c2e307f74f1200941efe868d9 by manu:
clk: Move rockchip driver into the common directory

fe75646a0234a261c0013bf1840fdac4acaf0cec by manu:
usb: dwc3: Move driver under a subdirectory

be82b3a0bf72ed3b5f01ac9fcd8dcd3802e3c742 by manu:
clk: Move clock code in dev/clk

1f469a9fc498c3d406ef7c4e347232678f49da0a by manu:
hwreset: Move reset code in dev/hwreset

e51b3d8e53cee7d6a36e34e1cd4d588593d71b40 by manu:
nvmem: Move nvmem code in dev/nvmem

b2f0caf160993c30a0d0e3d52e8a2d03616908cd by manu:
regulator: Move regulator code in dev/regulator

950a6087ec18cd22464b3297573f54a6d9223c99 by manu:
phy: Move phy code in dev/phy

62e8ccc3a489434af379c7f47da71545bc1e14ee by manu:
syscon: Move syscon code in dev/syscon



The end of the build log:

[...truncated 118.22 MB...]
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,
    inlined from 'xpt_pollwait' at /workspace/src/sys/cam/cam_xpt.c:3132:3:
/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_pollwait':
/workspace/src/sys/cam/cam_xpt.c:4944:27: note: object 'crs' of size 216
 4944 |         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;
      |                 ^~~~~~~~~~~~~
--- 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;
      |                           ^~~
--- freebsd32_misc.o ---
cc1: all warnings being treated as errors
*** [freebsd32_misc.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_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;
      |                           ^~~
--- scsi_sa.o ---
ctfconvert -L VERSION -g scsi_sa.o
ERROR: ctfconvert: rc = 1 Unsupported version [_dwarf_info_load(229)]
--- cam_xpt.o ---
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_all.o ---
ctfconvert -L VERSION -g scsi_all.o
ERROR: ctfconvert: rc = 1 Unsupported version [_dwarf_info_load(229)]
--- scsi_da.o ---
ctfconvert -L VERSION -g scsi_da.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;
      |                             ^~~
ctfconvert -L VERSION -g cam_xpt.o
ERROR: ctfconvert: rc = 1 Unsupported version [_dwarf_info_load(229)]
3 errors

make[2]: stopped in /tmp/obj/workspace/src/amd64.amd64/sys/GENERIC
        5.29 real        32.58 user         3.29 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/jenkins6985536173088581918.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