FreeBSD-main-amd64-test - Build #25210 - Still Unstable

From: <jenkins-admin_at_FreeBSD.org>
Date: Fri, 03 May 2024 03:55:54 UTC
FreeBSD-main-amd64-test - Build #25210 (a8089ea5aee578e08acab2438e82fc9a9ae50ed8) - Still Unstable

Build information: https://ci.FreeBSD.org/job/FreeBSD-main-amd64-test/25210/
Full change log: https://ci.FreeBSD.org/job/FreeBSD-main-amd64-test/25210/changes
Full build log: https://ci.FreeBSD.org/job/FreeBSD-main-amd64-test/25210/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)

f2e737683eef00469722265a2f957e867de6e354 by jhb:
nvmf_proto.h: NVMe over Fabrics protocol definitions

878d102ab9e5cd262fc478ebfdabf31f1c6b84a5 by jhb:
nvmf_proto.h: Update for use in FreeBSD

52d5738dc5b399d63497db896e0d25fb33c5538e by jhb:
nvmf_proto.h: Add additional types and constants from the 1.1 spec

d86edc181ab2c14df7f1411dd15f7ee7accbd027 by jhb:
nvmf.h: New header defining ioctls for NVMe over Fabrics

70e5a9ea78f34c9ce4e17518de905ef18a2c42ba by jhb:
nvmf: Install nvmf.h and nvmf_proto.h in /usr/include/dev/nvmf

bbd5b6fe91ecaf46d1104182acfbc7b398e9ca3d by jhb:
nvmf_tcp.h: Internal header shared between userspace and kernel

2f7b0de1de4749e24608fc89a2db63e723c253d2 by jhb:
nvmft: Add NVMeoF controller routines shared between kernel and userland

2da066ef6d85d3f7cd8aaec14369d66254836536 by jhb:
libnvmf: Add internal library to support NVMe over Fabrics

aa1207ea4f030c50a91bca6a3df950ca25113d5a by jhb:
nvmf: Add infrastructure kernel module for NVMe over Fabrics

59144db3fca192c4637637dfe6b5a5d98632cd47 by jhb:
nvmf_tcp: Add a TCP transport for NVMe over Fabrics

07c6a62bab69296f2514dc99046ac701c4392f78 by jhb:
cam: Add a XPORT_NVMF for NVMe over Fabrics sims

a1eda74167b5edb99fd31d507d8a3f7d7e14ae2b by jhb:
nvmf: The in-kernel NVMe over Fabrics host

1058c12197aba80d0777e3484f350436fca55fd7 by jhb:
nvmecontrol: New commands to support Fabrics hosts

352cf4a64adf117a8a0cf23a20b8de4990b2ba22 by jhb:
ctl: Avoid an upcast for calling ctl_scsi_path_string

ac7a514e20f394ffed0126c0c356aa9107821880 by jhb:
ctl: Add CTL_IO_ASSERT wrapper macro

5e3e4442305d9e5af9862fac73feb0d7f37d4b56 by jhb:
nvme: Add constants for the Fused Operation (FUSE) field in commands

59657816b9e8bb7e51c433d38bbf9fc3e474068e by jhb:
ctl: Add structure and related constants for NVMe commands

75577946b5a16df329c7e4b3a4a1e1ba7805b921 by jhb:
ctl: Add helper routines for setting NVMe completion status

6f308bcf572467c0884db833e169d9f14b7b49b2 by jhb:
ctl: Support NVMe requests in debug trace functions

ab4b83874a4e696733c0ae6c05820891cc09c546 by jhb:
ctl: Update some core data paths to be protocol agnostic

105333f1d6ee4c736e4d9101f8a90bea57f62425 by jhb:
ctl: Add assertions in SCSI-only paths

0c4ee619dff8f373268f030cd6e73b949e64d4ec by jhb:
ctl: Support for NVMe commands

bef5da8ebf740d05e893f5fb92912c3ee4295e85 by jhb:
ctl: Add helper routines to populate NVMe namespace data IDs for a LUN

ccaaee4607170e167114ace059ce6408a2c465d1 by jhb:
ctl_backend_ramdisk: Prepare for NVMe support

d5c21c68833d5d8e8d6b261be5f9e7988707504f by jhb:
ctl_backend_ramdisk: Add support for NVMe

40a4359064a5d2db47d375a2ea7e251ee472b4e2 by jhb:
ctl_backend_block: Prepare for NVMe support

374f12c52f1b757cde427a1e05b0caae6c954403 by jhb:
ctl_backend_block: Add support for NVMe

25bad5a2dac8fb79063f79b48cb6498baf8e54ff by jhb:
ctl: Add NVMF port type and ioctls

51346bd594585614bc99f29a124a2473df3155bd by jhb:
mbuf: Add EXT_CTL for mbufs backed by a CTL backend buffer

a15f7c96a27644de3ed3bfcf5feee285ebc1cc91 by jhb:
nvmft: The in-kernel NVMe over Fabrics controller

5fd68977a535323336affa3584a1f918611d1916 by jhb:
ctladm: Permit creating nvmf ports

4f9fa31c5c2ce78482677331e396cf104ae9b33f by jhb:
ctladm: Add nvlist command to list active NVMeoF associations

17c907dd7acf15cb54d6eca53fcc9eb7401f95ba by jhb:
ctladm: Add nvterminate command to drop active NVMeoF associations

09a931554adf9b726d77e42eedcb416cd0aa7798 by jhb:
nvmfdd: A simple userspace NVMe over Fabrics host

a8089ea5aee578e08acab2438e82fc9a9ae50ed8 by jhb:
nvmfd: A simple userspace daemon for the NVMe over Fabrics controller



The failed test cases:

2 tests failed.
FAILED:  sys.kern.unix_seqpacket_test.random_eor_and_waitall

Error Message:
/usr/src/tests/sys/kern/unix_seqpacket_test.c:1182: send(params->sock, &params->sendbuf[off], len, flags) == len not met

FAILED:  sys.netinet6.divert.ipdivert_ip6_output_remote_success

Error Message:
1 != 0 (1 != 0)