FreeBSD-stable-14-amd64-test - Build #881 - Still Unstable
Date: Fri, 17 Jan 2025 18:10:19 UTC
FreeBSD-stable-14-amd64-test - Build #881 (6b1a5d3535d9211279667cec62c507caa001a410) - Still Unstable
Build information: https://ci.FreeBSD.org/job/FreeBSD-stable-14-amd64-test/881/
Full change log: https://ci.FreeBSD.org/job/FreeBSD-stable-14-amd64-test/881/changes
Full build log: https://ci.FreeBSD.org/job/FreeBSD-stable-14-amd64-test/881/console
Status explanation:
"Unstable" - some tests are suspected being broken by the following changes
"Still Unstable" - the failing test cases have not been fixed by these
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)
1ae0a4f52af67d345d9829422b3c7cf9e704da0e by olce:
Open-code proc_set_cred_init()
3e496c9f10fc8add74722d9bd5b892a1149f31d8 by olce:
Add function to OSD to get values without taking the lock.
0635f5eeacbfccff227dc5722cad62ca11abd47b by olce:
riscv: Implement atomic operations
63abb6a3b5d499f4fcd7d10e891900ae09bfbb06 by olce:
osd: Constify signature of osd_register()
1fc5db8e9f4b10fed01fc1c07d0e5725c4089b97 by olce:
atomics: Constify loads
2e866a1ea99ebc14568a8d8ded8d88958a1f011a by olce:
refcount: Constify refcount_load()
fa940dd2bf034a294f6638bd0def2022c7746fd5 by olce:
queue: New debug macros for STAILQ
b1fe5eac37bab5bb2606bb4e0b1eee4877b3b367 by olce:
MAC: mac.h: Fix missing includes/typedefs
1bd029729e4537aae2b5e946e9c569034eabeef2 by olce:
MAC: mac.h: Separately test inclusion from userspace
f878893bdc59de2d6db9275713c3876150028de6 by olce:
MAC: 'kernel_mac_support' module: Make an outdated comment more generic
66fb52a27279235d0c42b605355afe3227feacee by olce:
MAC: Define a common 'mac' node for MAC's jail parameters
ec661f29c3e350c7a54ed95af5b110d427e830cd by olce:
jail.h: Fix whitespace in the param macros declaration block
7340eb44087fe067b0bac9f32cbc07342b5261e1 by olce:
jail.h: New SYSCTL_JAIL_PARAM_SYS_SUBNODE()
4ccba65f91907df7bfe6b2e447eb0d28519f4125 by olce:
jail.h: New SYSCTL_JAIL_PARAM_DECL()
62d3e81935c6b642bc6a3ffb0b909c14d15efbed by olce:
MAC: mac_policy.h: Declare common MAC sysctl and jail parameters' nodes
f0bd9df3e6ad3687a8d7bd3648d333488a6a1206 by olce:
MAC: syscalls: Factor out common label copy-in code
c2bf375d102329723f5e2fd45429bc4d92878a51 by olce:
MAC: syscalls: Split mac_set_proc() into reusable pieces
731dc8994cc8a8bd31fe2cbfca7390fc7b1499bf by olce:
MAC: syscalls: mac_label_copyin(): 32-bit compatibility
6a654950dd5ff32efdaeb0f3e622a2f04212c51b by olce:
cred: crget(): Compute initial 'cr_agroups' with nitems()
aeff6867a4df37bdb3058aa9530480c59699783a by olce:
mountd(8): parsecred(): uid:gid:... loop: Simplify a bit
a633b10e3d85345cfc80c1043825fa440fbc5753 by olce:
mountd(8): parsecred(): Remove "duplicate compression"
fb651b2318631eeceb08dc8ef88e868887ce362e by olce:
mountd(8): parsecred(): Fallback to "nogroup" or GID_NOGROUP
b82144e708d6c302e70d609a301b99795674cf69 by olce:
exports(5): -maproot, -mapall: Explain the fallback on no group
3f0b888ae3d0b3a9bf520af9a5708d271a9198f8 by olce:
mountd(8): parsecred(): Groups limit: NGROUPS_MAX => NGROUPS_MAX + 1
d8b77cc05ab25500636d0d34f10a8a9091778914 by olce:
nmount(2), NFS: Accept 'ngroups_max + 1' groups in "export" credentials
42a885e6907c44afd0d848c6f5c37f58f108e029 by olce:
mountd(8): parsecred(): Remove comment on non-existent bug
8caa6bc96c8c51353b5ce2feb66bf563ea27d469 by olce:
mountd(8): parsecred(): Re-order operations for clarity
ca9614d8f64a7de19ba1f1cd9d6927047dd3d032 by olce:
mountd(8): Allow to pass {NGROUPS_MAX} + 1 groups
d1830c75865c880c895c289e049c6649b20b9a4b by olce:
cred: proc_set_cred(): Remove obsolete comments
b6c9ff04fcb4147f8071f421aa33099eaabe371a by olce:
cred: proc_set_cred(), proc_unset_cred(): Update user's process count
eed08497de05a3ab6bbdb3823aafccd82e161996 by olce:
syscallsubr.h: Header inclusions: Explicit <sys/param.h>, sort
24e4f0365709b473029f7aa85514939a0d87df77 by olce:
x86 atomics: Remove unused WANT_FUNCTIONS
31eb78aef84f7670dc88c2ee246a74ad86b27ee7 by olce:
atomic(9): Update manpage after constifying atomic loads
22e8819388ee0495bb02a31e888ea4c0f0b11dab by olce:
proc_set_cred(): Fix compilation of GENERIC-NODEBUG
fce2a3509a65a374820dc889929f8e8f5dbd1707 by olce:
atomics: Constify loads: Fix powerpc build
b14c0e102e783c24795578df33b60319c6239481 by olce:
queue: Fix STAILQ_SWAP
dd0fae3028d22ec9e9c98172aedfde46c3534186 by olce:
atomic: Update interceptor function signatures after commit 5e9a82e898d5
76d0aed16439c58c4919973436400b067ad434cc by olce:
libprocstat: ZFS support: Makefile: Tidy up a bit
5e6079209e9b6db2bd2980e1b97e7cb4cf8b5364 by olce:
tmpfs: Rework file handles
e16a2508e17de8dffaf06d41df59918cc57b27e0 by markj:
vm_pageout: Make vmd_oom a bool
4b9ba274d736de74676051c8f13e7d3dd536334b by markj:
audit: Fix short-circuiting in syscallenter()
f97d802a3d89d5ffbc4575b41991434c741bd061 by olce:
tarfs(5): Grammar fix for a source code comment
155987e2019089a5bd2eef77ed7bcc5cc26c362e by olce:
tarfs: Fix the size of struct tarfs_fid and add a static assert
4634282f8908406fa395a2b49a8e4c06c07830e4 by olce:
tarfs: 'struct tarfs_fid': Switch 'gen' to 'u_int', avoid packing
7a3a0402aeb626a7379addd344cbfd8900e83baa by olce:
ext2fs: Fix the size of struct ufid and add a static assert
6b1a5d3535d9211279667cec62c507caa001a410 by olce:
ext2fs: 'struct ufid': Re-order fields and unpack
The failed test cases:
6 tests failed.
FAILED: sys.net.routing.test_routing_l3.py.TestIfOps::test_change_prefix_route[inet]
Error Message:
/usr/tests/sys/net/routing/test_routing_l3.py:42: AssertionError
FAILED: sys.kern.sigsys.sigsys_test_off
Error Message:
/usr/src/tests/sys/kern/sigsys.c:70: sysctlbyname(name, &oldval, &oldlen, NULL, 0) == 0 not met
FAILED: sys.kern.sigsys.sigsys_test_on
Error Message:
/usr/src/tests/sys/kern/sigsys.c:70: sysctlbyname(name, &oldval, &oldlen, NULL, 0) == 0 not met
FAILED: usr.bin.grep.grep_test.recurse_symlink
Error Message:
atf-check failed; see the output of the test for details
FAILED: sys.netmap.ctrl-api-test.main
Error Message:
Returned non-success exit status 255
FAILED: sys.netlink.test_netlink_message_writer.py.__test_cases_list__
Error Message:
Test program did not exit cleanly