FreeBSD-main-amd64-gcc13_build - Build #96 - Failure
Date: Fri, 05 Jan 2024 00:36:31 UTC
FreeBSD-main-amd64-gcc13_build - Build #96 (1809089a9613c6ebdb6861ee142fba90d6a20c45) - Failure Build information: https://ci.FreeBSD.org/job/FreeBSD-main-amd64-gcc13_build/96/ Full change log: https://ci.FreeBSD.org/job/FreeBSD-main-amd64-gcc13_build/96/changes Full build log: https://ci.FreeBSD.org/job/FreeBSD-main-amd64-gcc13_build/96/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) f66370b48309741b99c37303fb37c64fd9181741 by olce: mailmap: Translate olce's personal address to olce@FreeBSD.org 8e36732e6eb50976ecc139a9c499f1396d340d1a by markj: systm: Annotate copyin() and related functions with __result_use_check 359fc7eb329b1fcb10392fda68ea036929b0c7b4 by schweikh: Typos corrected; dependant, addres. fc55c20355d889bf3d3f81d94b3614a0c4253fa0 by cy: heimdal: Fix man page and documentation typos 1809089a9613c6ebdb6861ee142fba90d6a20c45 by markj: rc.d: Process autobridge_* in vnet jails The end of the build log: [...truncated 117.66 MB...] | ~~^~~~~~~~ /workspace/src/sys/dev/aic7xxx/aic7xxx_pci.c: In function 'ahc_pci_resume': /workspace/src/sys/dev/aic7xxx/aic7xxx_pci.c:2132:44: note: 'sd.sd_RDY' was declared here 2132 | struct seeprom_descriptor sd; | ^~ In function 'configure_termination', inlined from 'ahc_pci_resume' at /workspace/src/sys/dev/aic7xxx/aic7xxx_pci.c:2141:3: /workspace/src/sys/dev/aic7xxx/aic7xxx_osm.h:150:9: warning: 'sd.sd_CS' may be used uninitialized [-Wmaybe-uninitialized] 150 | bus_space_write_1((ahc)->tag, (ahc)->bsh, port, value) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /workspace/src/sys/dev/aic7xxx/aic7xxx_93cx6.h:87:9: note: in expansion of macro 'ahc_outb' 87 | ahc_outb(sd->sd_ahc, sd->sd_control_offset, value); \ | ^~~~~~~~ /workspace/src/sys/dev/aic7xxx/aic7xxx_pci.c:1628:9: note: in expansion of macro 'SEEPROM_OUTB' 1628 | SEEPROM_OUTB(sd, sd->sd_MS | sd->sd_CS); | ^~~~~~~~~~~~ /workspace/src/sys/dev/aic7xxx/aic7xxx_pci.c: In function 'ahc_pci_resume': /workspace/src/sys/dev/aic7xxx/aic7xxx_pci.c:2132:44: note: 'sd.sd_CS' was declared here 2132 | struct seeprom_descriptor sd; | ^~ --- scsi_cd.o --- ctfconvert -L VERSION -g scsi_cd.o ERROR: ctfconvert: rc = 1 Unsupported version [_dwarf_info_load(229)] --- scsi_enc.o --- /usr/local/bin/x86_64-unknown-freebsd14.0-gcc13 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.0/bin/ -c -O2 -pipe -frename-registers -fno-strict-aliasing -g -nostdinc -I. -I/workspace/src/sys -I/workspace/src/sys/contrib/ck/include -I/workspace/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -MD -MF.depend.scsi_enc.o -MTscsi_enc.o -fdebug-prefix-map=./machine=/workspace/src/sys/amd64/include -fdebug-prefix-map=./x86=/workspace/src/sys/x86/include -fdebug-prefix-map=./i386=/workspace/src/sys/i386/include -mcmodel=kernel -mno-red-zone -mno-mmx -mno-sse -msoft-float -fno-asynchronous-unwind-tables -ffreestanding -fwrapv -fstack-protector -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error=address -Wno-error=aggressive-loop-optimizations -Wno-error=array-bounds -Wno-error=attributes -Wno-error=cast-qual -Wno-error=enum-compare -Wno-error=maybe-uninitialized -Wno-error=misleading-indentation -Wno-error=nonnull-compare -Wno-error=overflow -Wno-error=sequence-point -Wno-error=shift-overflow -Wno-error=tautological-compare -Wno-error=unused-function -Wno-error=stringop-overflow -Wno-error=memset-elt-size -Wno-error=packed-not-aligned -Wno-address-of-packed-member -Wno-alloc-size-larger-than -Wno-error=alloca-larger-than= -Wno-error=nonnull -Wno-dangling-pointer -Wno-zero-length-bounds -Wno-return-type -Wno-format-zero-length -fms-extensions -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000 -fms-extensions -std=gnu99 -Werror /workspace/src/sys/cam/scsi/scsi_enc.c /workspace/src/sys/cam/scsi/scsi_enc.c: In function 'enc_ioctl': /workspace/src/sys/cam/scsi/scsi_enc.c:477:31: error: ignoring return value of 'copyout' declared with attribute 'warn_unused_result' [-Werror=unused-result] 477 | (void)copyout(&sstr.bufsiz, | ^~~~~~~~~~~~~~~~~~~~~ 478 | &((encioc_string_t *)addr)->bufsiz, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 479 | sizeof(sstr.bufsiz)); | ~~~~~~~~~~~~~~~~~~~~ --- ata_da.o --- ctfconvert -L VERSION -g ata_da.o ERROR: ctfconvert: rc = 1 Unsupported version [_dwarf_info_load(229)] --- scsi_enc_ses.o --- /usr/local/bin/x86_64-unknown-freebsd14.0-gcc13 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.0/bin/ -c -O2 -pipe -frename-registers -fno-strict-aliasing -g -nostdinc -I. -I/workspace/src/sys -I/workspace/src/sys/contrib/ck/include -I/workspace/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -MD -MF.depend.scsi_enc_ses.o -MTscsi_enc_ses.o -fdebug-prefix-map=./machine=/workspace/src/sys/amd64/include -fdebug-prefix-map=./x86=/workspace/src/sys/x86/include -fdebug-prefix-map=./i386=/workspace/src/sys/i386/include -mcmodel=kernel -mno-red-zone -mno-mmx -mno-sse -msoft-float -fno-asynchronous-unwind-tables -ffreestanding -fwrapv -fstack-protector -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error=address -Wno-error=aggressive-loop-optimizations -Wno-error=array-bounds -Wno-error=attributes -Wno-error=cast-qual -Wno-error=enum-compare -Wno-error=maybe-uninitialized -Wno-error=misleading-indentation -Wno-error=nonnull-compare -Wno-error=overflow -Wno-error=sequence-point -Wno-error=shift-overflow -Wno-error=tautological-compare -Wno-error=unused-function -Wno-error=stringop-overflow -Wno-error=memset-elt-size -Wno-error=packed-not-aligned -Wno-address-of-packed-member -Wno-alloc-size-larger-than -Wno-error=alloca-larger-than= -Wno-error=nonnull -Wno-dangling-pointer -Wno-zero-length-bounds -Wno-return-type -Wno-format-zero-length -fms-extensions -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000 -fms-extensions -std=gnu99 -Werror /workspace/src/sys/cam/scsi/scsi_enc_ses.c --- scsi_sa.o --- In file included from /workspace/src/sys/cam/cam_ccb.h:41, from /workspace/src/sys/cam/scsi/scsi_sa.c:59: In function 'scsi_ulto3b', inlined from 'sasetparams' at /workspace/src/sys/cam/scsi/scsi_sa.c:4470:4: /workspace/src/sys/cam/scsi/scsi_all.h:4417:25: warning: 'current_blocksize' may be used uninitialized [-Wmaybe-uninitialized] 4417 | bytes[0] = (val >> 16) & 0xff; | ~~~~~^~~~~~ /workspace/src/sys/cam/scsi/scsi_sa.c: In function 'sasetparams': /workspace/src/sys/cam/scsi/scsi_sa.c:4396:18: note: 'current_blocksize' was declared here 4396 | uint32_t current_blocksize; | ^~~~~~~~~~~~~~~~~ /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:4399:17: note: 'current_speed' was declared here 4399 | uint8_t current_speed; | ^~~~~~~~~~~~~ /workspace/src/sys/cam/scsi/scsi_sa.c:4660:43: warning: 'current_density' may be used uninitialized [-Wmaybe-uninitialized] 4660 | mode_blk->density = current_density; | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~ /workspace/src/sys/cam/scsi/scsi_sa.c:4398:17: note: 'current_density' was declared here 4398 | uint8_t current_density; | ^~~~~~~~~~~~~~~ --- scsi_enc.o --- cc1: all warnings being treated as errors *** [scsi_enc.o] Error code 1 make[2]: stopped in /tmp/obj/workspace/src/amd64.amd64/sys/GENERIC --- modules-all --- *** [modules-all] Error code 6 make[2]: stopped in /tmp/obj/workspace/src/amd64.amd64/sys/GENERIC --- scsi_sa.o --- /workspace/src/sys/cam/scsi/scsi_sa.c: In function 'sasetsili': /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 'sasetsili' at /workspace/src/sys/cam/scsi/scsi_sa.c:1111:10: /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 'sasetsili': /workspace/src/sys/cam/scsi/scsi_sa.c:4399:17: note: 'current_speed' was declared here 4399 | uint8_t current_speed; | ^~~~~~~~~~~~~ --- scsi_enc_ses.o --- In file included from /workspace/src/sys/cam/scsi/scsi_enc_ses.c:51: In function 'cam_ccb_status', inlined from 'cam_ccb_success' at /workspace/src/sys/cam/cam_ccb.h:1520:10, inlined from 'ses_setphyspath_callback' at /workspace/src/sys/cam/scsi/scsi_enc_ses.c:1065:7: /workspace/src/sys/cam/cam_ccb.h:1514:40: warning: array subscript 'union ccb[0]' is partly outside array bounds of 'struct ccb_dev_advinfo[1]' [-Warray-bounds=] 1514 | return ((cam_status)(ccb->ccb_h.status & CAM_STATUS_MASK)); | ~~~~~~~~~~^~~~~~~ /workspace/src/sys/cam/scsi/scsi_enc_ses.c: In function 'ses_setphyspath_callback': /workspace/src/sys/cam/scsi/scsi_enc_ses.c:1037:32: note: object 'cdai' of size 232 1037 | struct ccb_dev_advinfo cdai; | ^~~~ --- scsi_pass.o --- ctfconvert -L VERSION -g scsi_pass.o ERROR: ctfconvert: rc = 1 Unsupported version [_dwarf_info_load(229)] --- scsi_sa.o --- In function 'sagetparams_common', inlined from 'saextget' at /workspace/src/sys/cam/scsi/scsi_sa.c:4720:10: /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 'saextget': /workspace/src/sys/cam/scsi/scsi_sa.c:1514:17: note: 'write_protect' was declared here 1514 | uint8_t write_protect; | ^~~~~~~~~~~~~ --- scsi_enc_ses.o --- In function 'cam_ccb_status', inlined from 'cam_ccb_success' at /workspace/src/sys/cam/cam_ccb.h:1520:10, inlined from 'ses_setphyspath_callback' at /workspace/src/sys/cam/scsi/scsi_enc_ses.c:1065:7, inlined from 'ses_paths_iter' at /workspace/src/sys/cam/scsi/scsi_enc_ses.c:987:5, inlined from 'ses_set_physpath' at /workspace/src/sys/cam/scsi/scsi_enc_ses.c:1153:2, inlined from 'ses_publish_physpaths' at /workspace/src/sys/cam/scsi/scsi_enc_ses.c:1965:7: /workspace/src/sys/cam/cam_ccb.h:1514:40: warning: array subscript 'union ccb[0]' is partly outside array bounds of 'struct ccb_dev_advinfo[1]' [-Warray-bounds=] 1514 | return ((cam_status)(ccb->ccb_h.status & CAM_STATUS_MASK)); | ~~~~~~~~~~^~~~~~~ /workspace/src/sys/cam/scsi/scsi_enc_ses.c: In function 'ses_publish_physpaths': /workspace/src/sys/cam/scsi/scsi_enc_ses.c:1037:32: note: object 'cdai' of size 232 1037 | struct ccb_dev_advinfo cdai; | ^~~~ --- scsi_sa.o --- In function 'sasetprot', inlined from 'sasetprotents' at /workspace/src/sys/cam/scsi/scsi_sa.c:1330:10: /workspace/src/sys/cam/scsi/scsi_sa.c:4294:30: warning: 'current_speed' may be used uninitialized [-Wmaybe-uninitialized] 4294 | mode10_hdr->dev_spec = current_speed; | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~ /workspace/src/sys/cam/scsi/scsi_sa.c: In function 'sasetprotents': /workspace/src/sys/cam/scsi/scsi_sa.c:4213:17: note: 'current_speed' was declared here 4213 | uint8_t current_speed; | ^~~~~~~~~~~~~ /workspace/src/sys/cam/scsi/scsi_sa.c: In function 'samount.isra': /workspace/src/sys/cam/scsi/scsi_sa.c:3561:20: warning: 'write_protect' may be used uninitialized [-Wmaybe-uninitialized] 3561 | if (write_protect) | ^ /workspace/src/sys/cam/scsi/scsi_sa.c:3235:25: note: 'write_protect' was declared here 3235 | uint8_t write_protect, guessing = 0; | ^~~~~~~~~~~~~ /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:3399:14: /workspace/src/sys/cam/scsi/scsi_sa.c:4660:43: warning: 'current_density' may be used uninitialized [-Wmaybe-uninitialized] 4660 | mode_blk->density = current_density; | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~ /workspace/src/sys/cam/scsi/scsi_sa.c: In function 'samount.isra': /workspace/src/sys/cam/scsi/scsi_sa.c:4398:17: note: 'current_density' was declared here 4398 | uint8_t current_density; | ^~~~~~~~~~~~~~~ In function 'sasetparams', inlined from 'samount.isra' at /workspace/src/sys/cam/scsi/scsi_sa.c:3399:14: /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:3493: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; | ^~~~~~~~~~~~~ /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:3507: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; | ^~~~~~~~~~~~~ /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; | ^~~~~~~~~~~~~ --- scsi_enc_ses.o --- ctfconvert -L VERSION -g scsi_enc_ses.o ERROR: ctfconvert: rc = 1 Unsupported version [_dwarf_info_load(229)] --- 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; | ^~~~~~~~~~~~~ ctfconvert -L VERSION -g scsi_sa.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)] 2 errors make[2]: stopped in /tmp/obj/workspace/src/amd64.amd64/sys/GENERIC 11.99 real 67.23 user 6.19 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/jenkins9736360748684925572.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