Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 12 Feb 2025 22:23:04 +0000 (GMT)
From:      jenkins-admin@FreeBSD.org
To:        jhb@FreeBSD.org, $@FreeBSD.org, dev-ci@FreeBSD.org
Subject:   FreeBSD-main-amd64-gcc14_build - Build #21 - Still Failing
Message-ID:  <1797242572.1239.1739398987815@jenkins.ci.freebsd.org>
In-Reply-To: <1445333378.1229.1739391114456@jenkins.ci.freebsd.org>
References:  <1445333378.1229.1739391114456@jenkins.ci.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
------=_Part_1238_668659534.1739398984347
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: quoted-printable

FreeBSD-main-amd64-gcc14_build - Build #21 (5e6a462277b1e28ea5338a3031c509c=
829dcf588) - Still Failing

Build information: https://ci.FreeBSD.org/job/FreeBSD-main-amd64-gcc14_buil=
d/21/
Full change log: https://ci.FreeBSD.org/job/FreeBSD-main-amd64-gcc14_build/=
21/changes
Full build log: https://ci.FreeBSD.org/job/FreeBSD-main-amd64-gcc14_build/2=
1/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)

ca8a23d6cb32d8af18f3c249ed604c8db7c68d08 by jhb:
ctld: Drop some #if 0'd debugging traces

450a84c292ae5c4195d38bc7f7204d0e1e455f20 by jhb:
ctld: Some bool-related cleanups

6de7a0d6c47615beecd8692e580aa3136c243303 by jhb:
ctld: Consistently free temporary strings during yacc parsing

64905b38b1aeeaa9faeb90192b762efc1c2216ee by jhb:
ctld: Fix the isns-period and isns-timeout keywords in the UCL parser

f42f7bedabb329b68c7c9aa0d9a2dc49637d385f by jhb:
ctld: Fail for missing or invalid CHAP secrets in UCL config

79a4240b135952cb318adf216a9e5d3ccbd6e343 by jhb:
ctld: Use preferred style for evaluating result of strcmp

5e6a462277b1e28ea5338a3031c509c829dcf588 by jhb:
ctld: Fix parsing of text values for DSCP in UCL parser



The end of the build log:

[...truncated 127.35 MiB...]
In function 'usbd_do_request_flags',
    inlined from 'usbd_req_set_address' at /workspace/src/sys/dev/usb/usb_r=
equest.c:1593:8:
/workspace/src/sys/sys/systm.h:283:33: warning: argument 1 null where non-n=
ull expected [-Wnonnull]
  283 | #define memcpy(to, from, len)   __builtin_memcpy((to), (from), (len=
))
      |                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~=
~~
/workspace/src/sys/dev/usb/usb_request.c:522:33: note: in expansion of macr=
o 'memcpy'
  522 |                                 memcpy(data, desc, length);
      |                                 ^~~~~~
/workspace/src/sys/sys/systm.h:283:33: note: in a call to built-in function=
 '__builtin_memcpy'
  283 | #define memcpy(to, from, len)   __builtin_memcpy((to), (from), (len=
))
      |                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~=
~~
/workspace/src/sys/dev/usb/usb_request.c:522:33: note: in expansion of macr=
o 'memcpy'
  522 |                                 memcpy(data, desc, length);
      |                                 ^~~~~~
In function 'usbd_do_request_flags',
    inlined from 'usbd_req_clear_hub_feature' at /workspace/src/sys/dev/usb=
/usb_request.c:1645:10:
/workspace/src/sys/sys/systm.h:283:33: warning: argument 1 null where non-n=
ull expected [-Wnonnull]
  283 | #define memcpy(to, from, len)   __builtin_memcpy((to), (from), (len=
))
      |                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~=
~~
/workspace/src/sys/dev/usb/usb_request.c:522:33: note: in expansion of macr=
o 'memcpy'
  522 |                                 memcpy(data, desc, length);
      |                                 ^~~~~~
/workspace/src/sys/sys/systm.h:283:33: note: in a call to built-in function=
 '__builtin_memcpy'
  283 | #define memcpy(to, from, len)   __builtin_memcpy((to), (from), (len=
))
      |                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~=
~~
/workspace/src/sys/dev/usb/usb_request.c:522:33: note: in expansion of macr=
o 'memcpy'
  522 |                                 memcpy(data, desc, length);
      |                                 ^~~~~~
In function 'usbd_do_request_flags',
    inlined from 'usbd_req_set_hub_feature' at /workspace/src/sys/dev/usb/u=
sb_request.c:1666:10:
/workspace/src/sys/sys/systm.h:283:33: warning: argument 1 null where non-n=
ull expected [-Wnonnull]
  283 | #define memcpy(to, from, len)   __builtin_memcpy((to), (from), (len=
))
      |                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~=
~~
/workspace/src/sys/dev/usb/usb_request.c:522:33: note: in expansion of macr=
o 'memcpy'
  522 |                                 memcpy(data, desc, length);
      |                                 ^~~~~~
/workspace/src/sys/sys/systm.h:283:33: note: in a call to built-in function=
 '__builtin_memcpy'
  283 | #define memcpy(to, from, len)   __builtin_memcpy((to), (from), (len=
))
      |                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~=
~~
/workspace/src/sys/dev/usb/usb_request.c:522:33: note: in expansion of macr=
o 'memcpy'
  522 |                                 memcpy(data, desc, length);
      |                                 ^~~~~~
In function 'usbd_do_request_flags',
    inlined from 'usbd_req_set_hub_u1_timeout' at /workspace/src/sys/dev/us=
b/usb_request.c:1688:10:
/workspace/src/sys/sys/systm.h:283:33: warning: argument 1 null where non-n=
ull expected [-Wnonnull]
  283 | #define memcpy(to, from, len)   __builtin_memcpy((to), (from), (len=
))
      |                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~=
~~
/workspace/src/sys/dev/usb/usb_request.c:522:33: note: in expansion of macr=
o 'memcpy'
  522 |                                 memcpy(data, desc, length);
      |                                 ^~~~~~
/workspace/src/sys/sys/systm.h:283:33: note: in a call to built-in function=
 '__builtin_memcpy'
  283 | #define memcpy(to, from, len)   __builtin_memcpy((to), (from), (len=
))
      |                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~=
~~
/workspace/src/sys/dev/usb/usb_request.c:522:33: note: in expansion of macr=
o 'memcpy'
  522 |                                 memcpy(data, desc, length);
      |                                 ^~~~~~
--- all_subdir_vesa ---
ctfconvert -L VERSION -g vesa.o
--- vesa.ko.full ---
/usr/local/x86_64-unknown-freebsd14.1/bin/ld -m elf_x86_64_fbsd -d -warn-co=
mmon --build-id=3Dsha1 -T /workspace/src/sys/conf/ldscript.kmod.amd64 -r  -=
o vesa.ko.full vesa.o scvesactl.o=20
ctfmerge -L VERSION -g -o vesa.ko.full vesa.o scvesactl.o=20
:> export_syms
awk -f /workspace/src/sys/conf/kmod_syms.awk vesa.ko.full  export_syms | xa=
rgs -J % /usr/local/x86_64-unknown-freebsd14.1/bin/objcopy % vesa.ko.full
--- all_subdir_usb ---
In function 'usbd_do_request_flags',
    inlined from 'usbd_req_set_hub_u2_timeout' at /workspace/src/sys/dev/us=
b/usb_request.c:1710:10:
/workspace/src/sys/sys/systm.h:283:33: warning: argument 1 null where non-n=
ull expected [-Wnonnull]
  283 | #define memcpy(to, from, len)   __builtin_memcpy((to), (from), (len=
))
      |                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~=
~~
/workspace/src/sys/dev/usb/usb_request.c:522:33: note: in expansion of macr=
o 'memcpy'
  522 |                                 memcpy(data, desc, length);
      |                                 ^~~~~~
/workspace/src/sys/sys/systm.h:283:33: note: in a call to built-in function=
 '__builtin_memcpy'
  283 | #define memcpy(to, from, len)   __builtin_memcpy((to), (from), (len=
))
      |                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~=
~~
/workspace/src/sys/dev/usb/usb_request.c:522:33: note: in expansion of macr=
o 'memcpy'
  522 |                                 memcpy(data, desc, length);
      |                                 ^~~~~~
--- all_subdir_vesa ---
--- vesa.ko.debug ---
/usr/local/x86_64-unknown-freebsd14.1/bin/objcopy --only-keep-debug vesa.ko=
.full vesa.ko.debug
--- vesa.ko ---
/usr/local/x86_64-unknown-freebsd14.1/bin/objcopy --strip-debug --add-gnu-d=
ebuglink=3Dvesa.ko.debug  vesa.ko.full vesa.ko
--- all_subdir_sound ---
--- all_subdir_sound/driver/cmi ---
=3D=3D=3D> sound/driver/cmi (all)
[Creating objdir /tmp/obj/workspace/src/amd64.amd64/sys/GENERIC/modules/wor=
kspace/src/sys/modules/sound/driver/cmi...]
--- machine ---
machine -> /workspace/src/sys/amd64/include
--- x86 ---
x86 -> /workspace/src/sys/x86/include
--- i386 ---
i386 -> /workspace/src/sys/i386/include
--- device_if.h ---
awk -f /workspace/src/sys/tools/makeobjops.awk /workspace/src/sys/kern/devi=
ce_if.m -h
--- bus_if.h ---
awk -f /workspace/src/sys/tools/makeobjops.awk /workspace/src/sys/kern/bus_=
if.m -h
--- all_subdir_usb ---
In function 'usbd_do_request_flags',
    inlined from 'usbd_req_set_hub_depth' at /workspace/src/sys/dev/usb/usb=
_request.c:1731:10:
/workspace/src/sys/sys/systm.h:283:33: warning: argument 1 null where non-n=
ull expected [-Wnonnull]
  283 | #define memcpy(to, from, len)   __builtin_memcpy((to), (from), (len=
))
      |                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~=
~~
/workspace/src/sys/dev/usb/usb_request.c:522:33: note: in expansion of macr=
o 'memcpy'
  522 |                                 memcpy(data, desc, length);
      |                                 ^~~~~~
/workspace/src/sys/sys/systm.h:283:33: note: in a call to built-in function=
 '__builtin_memcpy'
  283 | #define memcpy(to, from, len)   __builtin_memcpy((to), (from), (len=
))
      |                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~=
~~
/workspace/src/sys/dev/usb/usb_request.c:522:33: note: in expansion of macr=
o 'memcpy'
  522 |                                 memcpy(data, desc, length);
      |                                 ^~~~~~
--- all_subdir_sound ---
--- pci_if.h ---
awk -f /workspace/src/sys/tools/makeobjops.awk /workspace/src/sys/dev/pci/p=
ci_if.m -h
--- mpufoi_if.h ---
awk -f /workspace/src/sys/tools/makeobjops.awk /workspace/src/sys/dev/sound=
/midi/mpufoi_if.m -h
--- ac97_if.h ---
awk -f /workspace/src/sys/tools/makeobjops.awk /workspace/src/sys/dev/sound=
/pcm/ac97_if.m -h
--- all_subdir_usb ---
In function 'usbd_do_request_flags',
    inlined from 'usbd_req_clear_port_feature' at /workspace/src/sys/dev/us=
b/usb_request.c:1753:10:
/workspace/src/sys/sys/systm.h:283:33: warning: argument 1 null where non-n=
ull expected [-Wnonnull]
  283 | #define memcpy(to, from, len)   __builtin_memcpy((to), (from), (len=
))
      |                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~=
~~
/workspace/src/sys/dev/usb/usb_request.c:522:33: note: in expansion of macr=
o 'memcpy'
  522 |                                 memcpy(data, desc, length);
      |                                 ^~~~~~
/workspace/src/sys/sys/systm.h:283:33: note: in a call to built-in function=
 '__builtin_memcpy'
  283 | #define memcpy(to, from, len)   __builtin_memcpy((to), (from), (len=
))
      |                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~=
~~
/workspace/src/sys/dev/usb/usb_request.c:522:33: note: in expansion of macr=
o 'memcpy'
  522 |                                 memcpy(data, desc, length);
      |                                 ^~~~~~
--- all_subdir_sound ---
--- channel_if.h ---
awk -f /workspace/src/sys/tools/makeobjops.awk /workspace/src/sys/dev/sound=
/pcm/channel_if.m -h
--- feeder_if.h ---
awk -f /workspace/src/sys/tools/makeobjops.awk /workspace/src/sys/dev/sound=
/pcm/feeder_if.m -h
--- mixer_if.h ---
awk -f /workspace/src/sys/tools/makeobjops.awk /workspace/src/sys/dev/sound=
/pcm/mixer_if.m -h
--- genoffset.o ---
/usr/local/bin/x86_64-unknown-freebsd14.1-gcc14 --sysroot=3D/tmp/obj/worksp=
ace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.1/bin/ -c -O2=
 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -DKLD_TIED -nost=
dinc -DHAVE_KERNEL_OPTION_HEADERS -include /tmp/obj/workspace/src/amd64.amd=
64/sys/GENERIC/opt_global.h -I. -I/workspace/src/sys -I/workspace/src/sys/c=
ontrib/ck/include -g -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -=
fdebug-prefix-map=3D./machine=3D/workspace/src/sys/amd64/include -fdebug-pr=
efix-map=3D./x86=3D/workspace/src/sys/x86/include -fdebug-prefix-map=3D./i3=
86=3D/workspace/src/sys/i386/include -I/tmp/obj/workspace/src/amd64.amd64/s=
ys/GENERIC -MD -MF.depend.genoffset.o -MTgenoffset.o -mcmodel=3Dkernel -mno=
-red-zone -mno-mmx -mno-sse -msoft-float -fno-asynchronous-unwind-tables -f=
freestanding -fwrapv -fstack-protector -gdwarf-4 -Wall -Wstrict-prototypes =
-Wmissing-prototypes -Wpointer-arith -Wcast-qual -Wundef -Wno-pointer-sign =
-D__printf__=3D__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-sho=
w-option -Wno-unknown-pragmas -Wswitch -Wno-error=3Daddress -Wno-error=3Dag=
gressive-loop-optimizations -Wno-error=3Darray-bounds -Wno-error=3Dattribut=
es -Wno-error=3Dcast-qual -Wno-error=3Denum-compare -Wno-error=3Dmaybe-unin=
itialized -Wno-error=3Dmisleading-indentation -Wno-error=3Dnonnull-compare =
-Wno-error=3Doverflow -Wno-error=3Dsequence-point -Wno-error=3Dshift-overfl=
ow -Wno-error=3Dtautological-compare -Wno-error=3Dunused-function -Wno-erro=
r=3Dstringop-overflow -Wno-error=3Dmemset-elt-size -Wno-error=3Dpacked-not-=
aligned -Wno-address-of-packed-member -Wno-alloc-size-larger-than -Wno-erro=
r=3Dalloca-larger-than=3D -Wno-error=3Dnonnull -Wno-dangling-pointer -Wno-z=
ero-length-bounds -Wno-return-type -Wno-format-zero-length -finline-limit=
=3D8000 -fms-extensions --param inline-unit-growth=3D100 --param large-func=
tion-growth=3D1000 -std=3Dgnu17 -fcommon  /workspace/src/sys/kern/genoffset=
.c
--- all_subdir_usb ---
In function 'usbd_do_request_flags',
    inlined from 'usbd_req_set_port_feature' at /workspace/src/sys/dev/usb/=
usb_request.c:1775:10:
/workspace/src/sys/sys/systm.h:283:33: warning: argument 1 null where non-n=
ull expected [-Wnonnull]
  283 | #define memcpy(to, from, len)   __builtin_memcpy((to), (from), (len=
))
      |                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~=
~~
/workspace/src/sys/dev/usb/usb_request.c:522:33: note: in expansion of macr=
o 'memcpy'
  522 |                                 memcpy(data, desc, length);
      |                                 ^~~~~~
/workspace/src/sys/sys/systm.h:283:33: note: in a call to built-in function=
 '__builtin_memcpy'
  283 | #define memcpy(to, from, len)   __builtin_memcpy((to), (from), (len=
))
      |                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~=
~~
/workspace/src/sys/dev/usb/usb_request.c:522:33: note: in expansion of macr=
o 'memcpy'
  522 |                                 memcpy(data, desc, length);
      |                                 ^~~~~~
--- all_subdir_usb/mtw ---
In file included from /workspace/src/sys/dev/usb/wlan/if_mtw.c:27:
In function 'mtw_mcu_cmd',
    inlined from 'mtw_mcu_radio' at /workspace/src/sys/dev/usb/wlan/if_mtw.=
c:4387:10,
    inlined from 'mtw_init_locked' at /workspace/src/sys/dev/usb/wlan/if_mt=
w.c:4513:2,
    inlined from 'mtw_parent' at /workspace/src/sys/dev/usb/wlan/if_mtw.c:3=
490:3:
/workspace/src/sys/sys/systm.h:283:33: warning: '__builtin_memcpy' forming =
offset [4, 15] is out of the bounds [0, 4] of object 'val' with type 'uint3=
2_t' {aka 'unsigned int'} [-Warray-bounds=3D]
  283 | #define memcpy(to, from, len)   __builtin_memcpy((to), (from), (len=
))
      |                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~=
~~
/workspace/src/sys/dev/usb/wlan/if_mtw.c:1407:9: note: in expansion of macr=
o 'memcpy'
 1407 |         memcpy(&sc->txd_fw[sc->sc_idx]->fw, buf, len);
      |         ^~~~~~
/workspace/src/sys/dev/usb/wlan/if_mtw.c: In function 'mtw_parent':
/workspace/src/sys/dev/usb/wlan/if_mtw.c:4390:1: note: 'val' declared here
 4390 | mtw_init_locked(struct mtw_softc *sc)
      | ^~~~~~~~~~~~~~~
--- all_subdir_sound ---
--- offset.inc ---
sh /workspace/src/sys/kern/genoffset.sh genoffset.o > offset.inc
--- all_subdir_usb ---
--- all_subdir_usb/usb ---
In function 'usbd_do_request_flags',
    inlined from 'usbd_req_set_protocol' at /workspace/src/sys/dev/usb/usb_=
request.c:1804:10:
/workspace/src/sys/sys/systm.h:283:33: warning: argument 1 null where non-n=
ull expected [-Wnonnull]
  283 | #define memcpy(to, from, len)   __builtin_memcpy((to), (from), (len=
))
      |                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~=
~~
/workspace/src/sys/dev/usb/usb_request.c:522:33: note: in expansion of macr=
o 'memcpy'
  522 |                                 memcpy(data, desc, length);
      |                                 ^~~~~~
/workspace/src/sys/sys/systm.h:283:33: note: in a call to built-in function=
 '__builtin_memcpy'
  283 | #define memcpy(to, from, len)   __builtin_memcpy((to), (from), (len=
))
      |                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~=
~~
/workspace/src/sys/dev/usb/usb_request.c:522:33: note: in expansion of macr=
o 'memcpy'
  522 |                                 memcpy(data, desc, length);
      |                                 ^~~~~~
--- all_subdir_sound ---
--- cmi.o ---
/usr/local/bin/x86_64-unknown-freebsd14.1-gcc14 --sysroot=3D/tmp/obj/worksp=
ace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.1/bin/  -O2 -=
pipe -fno-common  -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -DKLD=
_TIED -nostdinc   -DHAVE_KERNEL_OPTION_HEADERS -include /tmp/obj/workspace/=
src/amd64.amd64/sys/GENERIC/opt_global.h -I. -I/workspace/src/sys -I/worksp=
ace/src/sys/contrib/ck/include -fno-common -g -fno-omit-frame-pointer -mno-=
omit-leaf-frame-pointer -fdebug-prefix-map=3D./machine=3D/workspace/src/sys=
/amd64/include -fdebug-prefix-map=3D./x86=3D/workspace/src/sys/x86/include =
-fdebug-prefix-map=3D./i386=3D/workspace/src/sys/i386/include -I/tmp/obj/wo=
rkspace/src/amd64.amd64/sys/GENERIC    -MD  -MF.depend.cmi.o -MTcmi.o -mcmo=
del=3Dkernel -mno-red-zone -mno-mmx -mno-sse -msoft-float  -fno-asynchronou=
s-unwind-tables -ffreestanding -fwrapv -fstack-protector  -gdwarf-4 -Wall -=
Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-qual -Wundef=
 -Wno-pointer-sign -D__printf__=3D__freebsd_kprintf__ -Wmissing-include-dir=
s -fdiagnostics-show-option -Wno-unknown-pragmas -Wswitch -Wno-error=3Daddr=
ess -Wno-error=3Daggressive-loop-optimizations -Wno-error=3Darray-bounds -W=
no-error=3Dattributes -Wno-error=3Dcast-qual -Wno-error=3Denum-compare -Wno=
-error=3Dmaybe-uninitialized -Wno-error=3Dmisleading-indentation -Wno-error=
=3Dnonnull-compare -Wno-error=3Doverflow -Wno-error=3Dsequence-point -Wno-e=
rror=3Dshift-overflow -Wno-error=3Dtautological-compare -Wno-error=3Dunused=
-function -Wno-error=3Dstringop-overflow -Wno-error=3Dmemset-elt-size -Wno-=
error=3Dpacked-not-aligned -Wno-address-of-packed-member -Wno-alloc-size-la=
rger-than -Wno-error=3Dalloca-larger-than=3D -Wno-error=3Dnonnull -Wno-dang=
ling-pointer -Wno-zero-length-bounds -Wno-return-type -Wno-format-zero-leng=
th   -finline-limit=3D8000 -fms-extensions --param inline-unit-growth=3D100=
 --param large-function-growth=3D1000  -std=3Dgnu17 -c /workspace/src/sys/d=
ev/sound/pci/cmi.c -o cmi.o
--- all_subdir_usb ---
--- all_subdir_usb/xhci ---
--- xhci.o ---
ctfconvert -L VERSION -g xhci.o
--- xhci.ko.full ---
/usr/local/x86_64-unknown-freebsd14.1/bin/ld -m elf_x86_64_fbsd -d -warn-co=
mmon --build-id=3Dsha1 -T /workspace/src/sys/conf/ldscript.kmod.amd64 -r  -=
o xhci.ko.full xhci_pci.o xhci.o=20
ctfmerge -L VERSION -g -o xhci.ko.full xhci_pci.o xhci.o=20
:> export_syms
awk -f /workspace/src/sys/conf/kmod_syms.awk xhci.ko.full  export_syms | xa=
rgs -J % /usr/local/x86_64-unknown-freebsd14.1/bin/objcopy % xhci.ko.full
--- xhci.ko.debug ---
/usr/local/x86_64-unknown-freebsd14.1/bin/objcopy --only-keep-debug xhci.ko=
.full xhci.ko.debug
--- xhci.ko ---
/usr/local/x86_64-unknown-freebsd14.1/bin/objcopy --strip-debug --add-gnu-d=
ebuglink=3Dxhci.ko.debug  xhci.ko.full xhci.ko
--- mpt_pci.o ---
/usr/local/bin/x86_64-unknown-freebsd14.1-gcc14 --sysroot=3D/tmp/obj/worksp=
ace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.1/bin/ -c -O2=
 -pipe -frename-registers -fno-strict-aliasing  -g -nostdinc  -I. -I/worksp=
ace/src/sys -I/workspace/src/sys/contrib/ck/include -I/workspace/src/sys/co=
ntrib/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.mpt_pci.o -MTmpt_pci.o -fdebug-prefix-map=3D./machine=3D/workspace/s=
rc/sys/amd64/include -fdebug-prefix-map=3D./x86=3D/workspace/src/sys/x86/in=
clude -fdebug-prefix-map=3D./i386=3D/workspace/src/sys/i386/include -mcmode=
l=3Dkernel -mno-red-zone -mno-mmx -mno-sse -msoft-float  -fno-asynchronous-=
unwind-tables -ffreestanding -fwrapv -fstack-protector  -gdwarf-4 -Wall -Ws=
trict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-qual -Wundef -=
Wno-pointer-sign -D__printf__=3D__freebsd_kprintf__ -Wmissing-include-dirs =
-fdiagnostics-show-option -Wno-unknown-pragmas -Wswitch -Wno-error=3Daddres=
s -Wno-error=3Daggressive-loop-optimizations -Wno-error=3Darray-bounds -Wno=
-error=3Dattributes -Wno-error=3Dcast-qual -Wno-error=3Denum-compare -Wno-e=
rror=3Dmaybe-uninitialized -Wno-error=3Dmisleading-indentation -Wno-error=
=3Dnonnull-compare -Wno-error=3Doverflow -Wno-error=3Dsequence-point -Wno-e=
rror=3Dshift-overflow -Wno-error=3Dtautological-compare -Wno-error=3Dunused=
-function -Wno-error=3Dstringop-overflow -Wno-error=3Dmemset-elt-size -Wno-=
error=3Dpacked-not-aligned -Wno-address-of-packed-member -Wno-alloc-size-la=
rger-than -Wno-error=3Dalloca-larger-than=3D -Wno-error=3Dnonnull -Wno-dang=
ling-pointer -Wno-zero-length-bounds -Wno-return-type -Wno-format-zero-leng=
th   -fms-extensions -finline-limit=3D8000 --param inline-unit-growth=3D100=
 --param large-function-growth=3D1000 -fms-extensions  -std=3Dgnu17 -Werror=
 /workspace/src/sys/dev/mpt/mpt_pci.c
--- modules-all ---
--- all_subdir_usb/usb ---
In function 'usbd_do_request_flags',
    inlined from 'usbd_req_set_idle' at /workspace/src/sys/dev/usb/usb_requ=
est.c:1888:10:
/workspace/src/sys/sys/systm.h:283:33: warning: argument 1 null where non-n=
ull expected [-Wnonnull]
  283 | #define memcpy(to, from, len)   __builtin_memcpy((to), (from), (len=
))
      |                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~=
~~
/workspace/src/sys/dev/usb/usb_request.c:522:33: note: in expansion of macr=
o 'memcpy'
  522 |                                 memcpy(data, desc, length);
      |                                 ^~~~~~
/workspace/src/sys/sys/systm.h:283:33: note: in a call to built-in function=
 '__builtin_memcpy'
  283 | #define memcpy(to, from, len)   __builtin_memcpy((to), (from), (len=
))
      |                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~=
~~
/workspace/src/sys/dev/usb/usb_request.c:522:33: note: in expansion of macr=
o 'memcpy'
  522 |                                 memcpy(data, desc, length);
      |                                 ^~~~~~
--- all_subdir_usb/mtw ---
cc1: all warnings being treated as errors
*** [if_mtw.o] Error code 1

make[5]: stopped in /workspace/src/sys/modules/usb/mtw
      342.89 real       569.08 user        29.52 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-gcc14_build] $ /bin/sh -xe /tmp/jenkins8796210846127540=
394.sh
+ sh freebsd-ci/scripts/jail/clean.sh
clean jail FreeBSD-main-amd64-gcc14_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_1238_668659534.1739398984347--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1797242572.1239.1739398987815>