Date: Wed, 25 Feb 2026 01:36:45 +0000 (GMT) From: jenkins-admin@FreeBSD.org To: jhb@FreeBSD.org, dev-ci@FreeBSD.org Cc: jenkins-admin@FreeBSD.org Subject: FreeBSD-main-amd64-gcc14_build - Build #2977 - Still Failing Message-ID: <1872560776.1513.1771983409078@jenkins.ci.freebsd.org> In-Reply-To: <2144226724.1499.1771972711401@jenkins.ci.freebsd.org>
index | next in thread | previous in thread | raw e-mail
FreeBSD-main-amd64-gcc14_build - Build #2977 (8d3f41dbcb2a949b52660501d7efc6bb12850b09) - Still Failing Build information: https://ci.FreeBSD.org/job/FreeBSD-main-amd64-gcc14_build/2977/ Full change log: https://ci.FreeBSD.org/job/FreeBSD-main-amd64-gcc14_build/2977/changes Full build log: https://ci.FreeBSD.org/job/FreeBSD-main-amd64-gcc14_build/2977/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) 5faceb84142f3c9886f38a03dd5214785ac6961f by jhb: __builtin_align_down: Cast value to __uintptr_t in the fallback 8d3f41dbcb2a949b52660501d7efc6bb12850b09 by jhb: ccp: Don't name anonymous structure and union types The end of the build log: [...truncated 122.00 MiB...] 522 | memcpy(data, desc, length); | ^~~~~~ --- all_subdir_sound --- --- all_subdir_sound/driver/hda --- ctfconvert -L VERSION -g hdaa.o make[5]: stopped making "all" in /workspace/src/sys/modules/sound/driver make[4]: stopped making "all" in /workspace/src/sys/modules/sound make[3]: stopped making "all" in /workspace/src/sys/modules --- 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-null 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 macro '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 macro 'memcpy' 522 | memcpy(data, desc, length); | ^~~~~~ 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-null 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 macro '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 macro 'memcpy' 522 | memcpy(data, desc, length); | ^~~~~~ In function 'usbd_do_request_flags', inlined from 'usbd_req_set_idle' at /workspace/src/sys/dev/usb/usb_request.c:1888:10: /workspace/src/sys/sys/systm.h:283:33: warning: argument 1 null where non-null 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 macro '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 macro 'memcpy' 522 | memcpy(data, desc, length); | ^~~~~~ In function 'usbd_do_request_flags', inlined from 'usbd_req_set_config' at /workspace/src/sys/dev/usb/usb_request.c:1943:10: /workspace/src/sys/sys/systm.h:283:33: warning: argument 1 null where non-null 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 macro '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 macro 'memcpy' 522 | memcpy(data, desc, length); | ^~~~~~ In function 'usbd_do_request_flags', inlined from 'usbd_req_clear_tt_buffer' at /workspace/src/sys/dev/usb/usb_request.c:2267:10, inlined from 'usbd_req_re_enumerate' at /workspace/src/sys/dev/usb/usb_request.c:2095:10: /workspace/src/sys/sys/systm.h:283:33: warning: argument 1 null where non-null 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 macro '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 macro 'memcpy' 522 | memcpy(data, desc, length); | ^~~~~~ In function 'usbd_do_request_flags', inlined from 'usbd_req_clear_port_feature' at /workspace/src/sys/dev/usb/usb_request.c:1753:10, inlined from 'usbd_req_reset_port' at /workspace/src/sys/dev/usb/usb_request.c:806:2, inlined from 'usbd_req_re_enumerate' at /workspace/src/sys/dev/usb/usb_request.c:2110:8: /workspace/src/sys/sys/systm.h:283:33: warning: argument 1 null where non-null 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 macro '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 macro 'memcpy' 522 | memcpy(data, desc, length); | ^~~~~~ In function 'usbd_do_request_flags', inlined from 'usbd_req_set_port_feature' at /workspace/src/sys/dev/usb/usb_request.c:1775:10, inlined from 'usbd_req_reset_port' at /workspace/src/sys/dev/usb/usb_request.c:810:8, inlined from 'usbd_req_re_enumerate' at /workspace/src/sys/dev/usb/usb_request.c:2110:8: /workspace/src/sys/sys/systm.h:283:33: warning: argument 1 null where non-null 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 macro '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 macro 'memcpy' 522 | memcpy(data, desc, length); | ^~~~~~ In function 'usbd_do_request_flags', inlined from 'usbd_req_clear_port_feature' at /workspace/src/sys/dev/usb/usb_request.c:1753:10, inlined from 'usbd_req_reset_port' at /workspace/src/sys/dev/usb/usb_request.c:852:8, inlined from 'usbd_req_re_enumerate' at /workspace/src/sys/dev/usb/usb_request.c:2110:8: /workspace/src/sys/sys/systm.h:283:33: warning: argument 1 null where non-null 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 macro '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 macro 'memcpy' 522 | memcpy(data, desc, length); | ^~~~~~ --- all_subdir_ufs --- --- ffs_alloc.o --- ctfconvert -L VERSION -g ffs_alloc.o make[3]: stopped making "all" in /workspace/src/sys/modules --- all_subdir_virtio --- --- all_subdir_virtio/network --- ctfconvert -L VERSION -g if_vtnet.o make[4]: stopped making "all" in /workspace/src/sys/modules/virtio make[3]: stopped making "all" in /workspace/src/sys/modules --- all_subdir_usb --- In function 'usbd_do_request_flags', inlined from 'usbd_req_clear_device_feature' at /workspace/src/sys/dev/usb/usb_request.c:2184:10: /workspace/src/sys/sys/systm.h:283:33: warning: argument 1 null where non-null 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 macro '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 macro 'memcpy' 522 | memcpy(data, desc, length); | ^~~~~~ In function 'usbd_do_request_flags', inlined from 'usbd_req_set_device_feature' at /workspace/src/sys/dev/usb/usb_request.c:2205:10: /workspace/src/sys/sys/systm.h:283:33: warning: argument 1 null where non-null 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 macro '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 macro 'memcpy' 522 | memcpy(data, desc, length); | ^~~~~~ In function 'usbd_do_request_flags', inlined from 'usbd_req_reset_tt' at /workspace/src/sys/dev/usb/usb_request.c:2233:10: /workspace/src/sys/sys/systm.h:283:33: warning: argument 1 null where non-null 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 macro '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 macro 'memcpy' 522 | memcpy(data, desc, length); | ^~~~~~ In function 'usbd_do_request_flags', inlined from 'usbd_req_clear_tt_buffer' at /workspace/src/sys/dev/usb/usb_request.c:2267:10: /workspace/src/sys/sys/systm.h:283:33: warning: argument 1 null where non-null 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 macro '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 macro 'memcpy' 522 | memcpy(data, desc, length); | ^~~~~~ In function 'usbd_do_request_flags', inlined from 'usbd_req_set_port_link_state' at /workspace/src/sys/dev/usb/usb_request.c:2291:10: /workspace/src/sys/sys/systm.h:283:33: warning: argument 1 null where non-null 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 macro '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 macro 'memcpy' 522 | memcpy(data, desc, length); | ^~~~~~ ctfconvert -L VERSION -g usb_request.o make[4]: stopped making "all" in /workspace/src/sys/modules/usb make[3]: stopped making "all" in /workspace/src/sys/modules --- all_subdir_tcp --- --- all_subdir_tcp/rack --- ctfconvert -L VERSION -g rack.o make[4]: stopped making "all" in /workspace/src/sys/modules/tcp make[3]: stopped making "all" in /workspace/src/sys/modules *** [modules-all] Error code 2 make[2]: stopped making "all" in /tmp/obj/workspace/src/amd64.amd64/sys/GENERIC make[2]: 1 error make[2]: stopped making "all" in /tmp/obj/workspace/src/amd64.amd64/sys/GENERIC 550.39 real 6359.29 user 378.41 sys make[1]: stopped making "buildkernel" in /workspace/src make: stopped making "buildkernel" 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/jenkins4671708744088696811.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 addresshome | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1872560776.1513.1771983409078>
