From nobody Fri Jan 19 17:49:45 2024 X-Original-To: dev-ci@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4TGnF70myTz571fS for ; Fri, 19 Jan 2024 17:49:47 +0000 (UTC) (envelope-from jenkins-admin@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4TGnF64j3Rz4VmW; Fri, 19 Jan 2024 17:49:46 +0000 (UTC) (envelope-from jenkins-admin@FreeBSD.org) ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1705686586; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references:list-id; bh=1xTHWdChIZLmAKGptK4fa8IfQEuM6owGslFpZY593Bw=; b=Awugl9k9K3DWyY3ql1ONmY61IZlOU3R9x1yTspKknqF755Hf0B5Kz7qK6jKiQNXhvqwQ/1 OaVaHtB5lVWTJ7Zae9O2YdC67RZE8spdQtVQ5BjGjmpmfevn+qQHnLcZ7bnWg/etW18yBF 46d2pvdS98gN+dx8M59ud3l6KUyGzYuCrvH4oj9eslRjHwAnGrW/1mhHmBw/AR3oZ7o34T vGFlNyVGi8xHaWJf2odGAxanu70c5GYW7Vibn+pQie17cfIQhrgTeKbLGiSZG5YjEwcS7p X5Mtv6vui6gBQvZlOkW5J6tdlQ3JbuPmOwmE3XcHVdseAH1Eywosb23R1rOUUA== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1705686586; a=rsa-sha256; cv=none; b=R8SraBq04wKnFC+OvHM4i+8lVRhBZuTKN74zqPrYK8kCrbFwIyE16xRPwuxEhtxSMu65z4 XUxv+xdAWLQ8AtN10vJ1d1A9Wf9LkVHgdt5SGmLrcM18SKFRfaMul4KJfY/wz7PkQ99RKA 4dGdGmr6fr6cnF1nsAZ/A/jXp1JXzcdP5Uj29uxKpgmKUb8eRTm7dFBNITXGI6Wx5dC7Ad XxWtKtcLkjHPiVX5MpIanAk9i5qbWnBYnaax8egpuhhuHcuWUuYJhK2iERxvQmB3mz5Ldl 8GGCTKjxRWp31T6TMYc9VeslJT4mj/ae9Xqs17VirzfGlOuEy6OL331ZsMpKdg== Received: from jenkins.ci.freebsd.org (jenkins.ci.freebsd.org [IPv6:2610:1c1:1:607c::16:16]) by mxrelay.nyi.freebsd.org (Postfix) with ESMTP id 4TGnF63kr9z11Bg; Fri, 19 Jan 2024 17:49:46 +0000 (UTC) (envelope-from jenkins-admin@FreeBSD.org) Date: Fri, 19 Jan 2024 17:49:45 +0000 (GMT) From: jenkins-admin@FreeBSD.org To: markj@FreeBSD.org, mm@FreeBSD.org, marius@FreeBSD.org, jhb@FreeBSD.org, olce@FreeBSD.org, dev-ci@FreeBSD.org Cc: jenkins-admin@FreeBSD.org Message-ID: <2034308882.871.1705686586529@jenkins.ci.freebsd.org> In-Reply-To: <439339105.787.1705608419254@jenkins.ci.freebsd.org> References: <439339105.787.1705608419254@jenkins.ci.freebsd.org> Subject: FreeBSD-stable-14-amd64-test - Build #325 - Still unstable List-Id: Continuous Integration Build and Test Results List-Archive: https://lists.freebsd.org/archives/dev-ci List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-dev-ci@freebsd.org X-BeenThere: dev-ci@freebsd.org MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_Part_870_1253670807.1705686585867" X-Jenkins-Job: FreeBSD-stable-14-amd64-test X-Jenkins-Result: UNSTABLE List-ID: FreeBSD CI Build Notifications Precedence: bulk ------=_Part_870_1253670807.1705686585867 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit FreeBSD-stable-14-amd64-test - Build #325 (f027083b906abb67120974d9c23570c4bd46d156) - Still unstable Build information: https://ci.FreeBSD.org/job/FreeBSD-stable-14-amd64-test/325/ Full change log: https://ci.FreeBSD.org/job/FreeBSD-stable-14-amd64-test/325/changes Full build log: https://ci.FreeBSD.org/job/FreeBSD-stable-14-amd64-test/325/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) c4e6ee658b9444d5fc56b768a6a254c9c9b66aa6 by marius: e1000(4): Remove disconnected SYSCTL 6d150c4c3f0258b7d0fbaf0375b328b6ae84a169 by marius: igb(4): Remove disconnected SYSCTL 8595e76a9f1a5bcf057afe6d28846099287a26b7 by marius: uart(4): Honor hardware state of NS8250-class for tsw_busy d6ec20a3091924793576ba3fd71f42d4fcd3371f by marius: geom_map(4): Garbage collect disconnected driver 13673bca2f8271881bb958e2437935fbdfb25df0 by marius: geom_redboot(4): Garbage collect disconnected driver cc02fa8da105294e9315546507c8216221dafbc1 by olce: libthr: thr_attr.c: Clarity, whitespace and style 6ae07a0424c328148e63b46fc7d5eaeeeaa6e28a by olce: libthr: thr_attr.c: EINVAL, not ENOTSUP, on invalid arguments 17244789c2fd5d3d758a524d98c2b6f887af7905 by olce: cr_bsd_visible(): Style fixes e676886a9031f1e60dde4745ff38ebb1b7c7e82e by jhb: kldxref: Refactor PNP entry parsing, no functional change 01aec6e1fd68511b6e0a204b74afac86c3d4edf5 by jhb: kldxref: Make use of libelf to be a portable cross tool 92222d8aee57f8c2f77261f716140dbb912964d4 by jhb: kldxref: fix build on 32 bits arches ccb683c60335d68c8d387bfdfdd36b83df1e815e by jhb: kldxref: Cast rtype to int in ef_aarch64.c in warning cf0810ba25061962ba5f5e4012e7b089ed936fc0 by jhb: kldxref: Fix for 32-bit powerpc 02f82a3f0e9276a5fe799c2a22b71f9960169219 by jhb: kldxref: Put each ef_CPUARCH.c on its own line to prepare for ef_arm.c 84410c7bb737d2d4b1ff22605f7bd24841f3b3f6 by jhb: kldxref: Add arm support f935fd713d15ea6a8e1572a95876e359a7531fb1 by jhb: kldxref: Fix MIPS Elf_Rel addend computation 156b0d23dcd57cd7bba7d0544133e8f32559a2ac by jhb: kldxref: Implement aarch64 R_AARCH64_AB64 relocation 7ea7498f6406bec488957e3ec23ec4c89fa3c436 by jhb: kldxref: Reduce divergence between per-architecture files 6de6c4211bddab4c6359244684cdc3cd74b3117e by jhb: kldxref: Tidy error handling for invalid addresses 38effbdd2d8a033e1221d309517c4d4418018ec3 by jhb: kldxref: Simplify elf_read_raw_data 214c8da28028760b5a3c0c1c264c4d4aa42128f7 by jhb: kldxref: Simplify handling of ELF object files 8ac6f5e3941796195ae1e78602523499a20b68b7 by jhb: kldxref: Appease a Coverity warning cfab4620f8a1b59ae81c067638f7964f4b8e6b9a by jhb: kldxref: fix bootstrapping on Linux with Clang 16 b1a3aa4eec580596cee6ff3a1f626c31a7696732 by jhb: kldxref: Correct contract number in license ACK cec0bae09eaedff61b4e296e662a1c87757b8af9 by jhb: kldxref: Workaround incorrect PT_DYNAMIC in existing powerpc kernels d735315d4dbf3007a46f9069baad8056f2187b50 by jhb: tools/build: Provide sys/linker_set.h when cross-building 509a5d9314d1f4af64d9f7c8a5e93f6efc50dca8 by jhb: Makefile.inc1: Forward on METALOG and DISTBASE for kernel targets 2fbed5e9ea843c6747fba6d3cd209c3d5860617a by jhb: Make kldxref a bootstrap tool and use unconditionally 8ae27e114b28153c0bf2884c8f7bfcdeb81494f9 by jhb: acpi: Only reserve resources enumerated via _CRS 58836703dc30889c1526cdb9dd482f795ae4508b by jhb: mbuf.9: Document mtodo e000bd2551a34ae1513e90ebf258f523048584d1 by jhb: sys: Style fix for M_EXT | M_EXTPG 2bc7fdc3a8d0d9b86c219714d93145eececfa622 by jhb: net80211 amdpu: Simplify a few loops that drain an mbufq 68fd49e8f56a1a5c52590626b72e8faa1d395ffb by jhb: mbuf: Add mbufq_empty 9c50c9b776e3023d4b24cce0a5a587a7813c6c54 by jhb: sys: Use mbufq_empty instead of comparing mbufq_len against 0 0469f7ab3c7e460d581ba37569598e4c90395a6c by jhb: ctl: Always return errno values from ctl_port_register 99f93a33aed443194b0f30035f4883b72aa55e4c by jhb: ctl_frontend.h: Note that ctl_port.frontend is set by the FETD 873bef94a2f284406be3109e9d6d0557658ac04f by jhb: ctl: Add missing comma after CTL_FLAG_ALREADY_DONE e467a320e3d90802b78fa185f2795bee2d2b29f3 by jhb: cltadm.8: Correct documentation of -r arg to port command f55f4ef13e06c2815861edc305e6139bd04cfbc4 by jhb: ctladm: Fix a typo and add a FALLTHROUGH annotation 49413aa308fce38b25d70af33b156191b1d6753c by jhb: ctladm: Only autoload cfiscsi.ko for iSCSI-specific commands 98b822fccd8350f59eb2deb842c52c35b145c2cb by jhb: pci_cfgreg: Add a PCI domain argument to the low-level register API b5d2a06b2c4f50fd20774928602a3b5f0f27b127 by jhb: pci_cfgreg: Add shims to preserve ABI of pci_cfgreg(read|write) 1fc6f25daf301a876a543ff86842e23fc1cc9830 by jhb: x86: Refactor pcie_cfgregopen 4b5f64408804384809e2e8954f6d5e7e95b8dbaa by jhb: x86: Support multiple PCI MCFG regions 6a75d3b3fbe4c66bf9b8c18db55bba19ffb492e4 by jhb: x86: Adjust base addr for PCI MCFG regions f2ad8d3a1397660127f22ba9c0785ef4122a8ba5 by markj: mail: add volatile in grabh() f027083b906abb67120974d9c23570c4bd46d156 by mm: ktls: fix vnet-related panic in ktls_reset_receive_tag() The failed test cases: 5 tests failed. FAILED: sys.netinet.arp.arp_add_success Error Message: atf-check failed; see the output of the test for details FAILED: sys.netinet.forward.fwd_ip_icmp_iface_slow_success Error Message: atf-check failed; see the output of the test for details FAILED: sys.netpfil.common.tos.ipfw_tos Error Message: atf-check failed; see the output of the test for details FAILED: sys.netpfil.pf.dup.dup_to Error Message: atf-check failed; see the output of the test for details FAILED: sys.netlink.test_netlink_message_writer.py.__test_cases_list__ Error Message: Test program did not exit cleanly ------=_Part_870_1253670807.1705686585867--