FreeBSD-stable-15-amd64-gcc13_build - Build #444 - Still Failing

From: <jenkins-admin_at_FreeBSD.org>
Date: Sat, 24 Jan 2026 03:32:49 UTC
FreeBSD-stable-15-amd64-gcc13_build - Build #444 (6fd7e55c94134b01c6e0f14f53d3172f18ab786f) - Still Failing

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

84cab089ed771511e302ac7b4af56cec0f63cac3 by kib:
vm_object_coalesce(): remove commented out code

99fab30f7272c3448d11f5e4a0b98e5ecb9de537 by kib:
vm_object_coalesce(): simplify common expression

1e1727a7d7bdead736c221b0e4971bcba307fc94 by kib:
vm_object_coalesce(): do not account holes twice

249939298daf62f003cf75cb3bd265c6a7b20c08 by kib:
vm_object_coalesce(): return swap reservation back if overcharged

1f6db7d73474a823723473a88e5af0917f93f2e9 by kib:
swap_release_by_cred*(): give some additional info on panics due to

0ab96c91676d8f5158227ae1d1465019ef97cdb3 by kib:
rfork(2): fix swap accounting in vmspace_unshare()

a4123ac9f596415a090e74849b7a4bedf548f97b by kib:
vm_object: remove the charge member

10af3b3b71a0aeb992c5edbba8c4c52715fb7c5b by kib:
tuning.7: add more explanation about swap (over-)accounting

9dbc47d79efed2ded49e723597176b60b0b15265 by kib:
vm_map_entry_delete(): fix the calculation of swap release

7768be681bedaff7ba28bc0750c891fb3b42c809 by kib:
tuning.7: use the correct word for collapsing

b3e6c8eb7eba15c216de1be835f18a8622e36547 by kib:
tuning.7: wording fixes

a6cc48e22ba7357d368ef6f21c3a01b839d412a2 by kib:
sendfile: remove calculation of unused bsize

102400e5d07a901e0b55a3645b6708e509000ff0 by kib:
swap_pager_getpages(): assert that bp->b_pages[] is accessed in bounds

2a27aefcefe05fb531189b256bad63c3c8f5cea5 by kib:
swap_pager_getpages(): some pages from ma[] might be bogus

95eec982c37a7982e7a1b116554fbaa39466f281 by kib:
vm/swap_pager.c: silence compiler warning

6fd7e55c94134b01c6e0f14f53d3172f18ab786f by rmacklem:
nfsd: Fix handling of hidden/system during Open/Create



The end of the build log:

[...truncated 140.70 MiB...]
/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_hub_u2_timeout' at /workspace/src/sys/dev/usb/usb_request.c:1710: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);
      |                                 ^~~~~~
--- modules-all ---

make[3]: stopped making "all" in /workspace/src/sys/modules
--- usb_request.o ---
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-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:
/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:
/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_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);
      |                                 ^~~~~~
--- modules-all ---
--- all_subdir_sk ---
ctfconvert -L VERSION -g if_sk.o

make[3]: stopped making "all" in /workspace/src/sys/modules
--- usb_request.o ---
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);
      |                                 ^~~~~~
--- modules-all ---
--- all_subdir_rtw89 ---
--- rtw8852c_rfk.o ---
ctfconvert -L VERSION -g rtw8852c_rfk.o
--- usb_request.o ---
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
--- modules-all ---
--- all_subdir_sctp ---
--- sctp_input.o ---
ctfconvert -L VERSION -g sctp_input.o

make[3]: stopped making "all" in /workspace/src/sys/modules
--- all_subdir_rtw89 ---
--- rtw8852c_table.o ---
ctfconvert -L VERSION -g rtw8852c_table.o

make[3]: stopped making "all" in /workspace/src/sys/modules

make[2]: stopped making "all" in /tmp/obj/workspace/src/amd64.amd64/sys/GENERIC
      354.01 real      4072.37 user       260.65 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-stable-15-amd64-gcc13_build] $ /bin/sh -xe /tmp/jenkins13200437350989556412.sh
+ sh freebsd-ci/scripts/jail/clean.sh
clean jail FreeBSD-stable-15-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