From nobody Mon Oct 13 04:32:22 2025 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 4clPZv1KQyz6BrWt for ; Mon, 13 Oct 2025 04:32:23 +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 "R12" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4clPZt5CN9z3Zv9; Mon, 13 Oct 2025 04:32:22 +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=1760329942; 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=UJXsGCvrqpvDK7qINcxBIY4V5hUlBkXgRXH6vHP6sGs=; b=x3JhDjKlnVFppaEqEEI5SPKTN1p5LKuAwdA7Af+KnNO3Yps5PNeIkxe6Tl6DAURwMsOKX7 aQHmWwsFC6Hxh7NdD7AfB/7aoIqBhOMDedvD2/U9k3YSmA/+p1nEbqFPCeHIwxgj1WbZBs U03zT/0F90Uqt+bmSNd30Ygz0ihbb3U/yzP6lZlHXV/THjp5EZm4Gj9k5QedFJBng4pJPX x8iSlN8z7LeHKMHJzY+AIrbniBQAZza7QbSEx9rO72h6OUpEW5MiXs97sSxKCIY+Dsrgvg wBTHSz8r1kV7U8zDwaMmPDEfoYoJf+WXt+ZuvGTqM1Th2iLlGmhD3qyCtX3R7A== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1760329942; a=rsa-sha256; cv=none; b=VicAnQ+FQz5YwKZ/ZlfjSrbZ48/z6UMQHid0udiQ0NDpR5g5mS0cXTAFS7uyVydH/vI26T A77jBHQ1FNcsVqKcmKleGhjp0c4iTV0oU0TxQ0xHRDv2b8ckHkD4EKBDeu7685JSe3oIjb 3pTg7r/V1c+RyuPuUpjrkOfLSChA+YDLmiOk+/ujhSxMF0+Gxqwul2s+jEMWYOrtg49/GM 0kvVYpIHZT5qNhDh0Vx7q5JTqpZXdReB3Z0A+yBFHo71uXx/D5f45tcoGG0f7afHiTXqxn Spevc5Hi9dk3ar2vsItlhhIKzVIOeYkn4FlH5RsD7zFQD8Gf4uenIb2ALgNafA== ARC-Authentication-Results: i=1; mx1.freebsd.org; none 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 4clPZt4kLSzrt5; Mon, 13 Oct 2025 04:32:22 +0000 (UTC) (envelope-from jenkins-admin@FreeBSD.org) Date: Mon, 13 Oct 2025 04:32:22 +0000 (GMT) From: jenkins-admin@FreeBSD.org To: kib@FreeBSD.org, dev-ci@FreeBSD.org Cc: jenkins-admin@FreeBSD.org Message-ID: <1317224369.1139.1760329942670@jenkins.ci.freebsd.org> In-Reply-To: <140288924.1073.1760244759912@jenkins.ci.freebsd.org> References: <140288924.1073.1760244759912@jenkins.ci.freebsd.org> Subject: FreeBSD-stable-14-amd64-test - Build #1515 - 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: X-BeenThere: dev-ci@freebsd.org Sender: owner-dev-ci@FreeBSD.org MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_Part_1138_1125766858.1760329942470" X-Jenkins-Job: FreeBSD-stable-14-amd64-test X-Jenkins-Result: UNSTABLE List-ID: FreeBSD CI Build Notifications Precedence: bulk ------=_Part_1138_1125766858.1760329942470 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit FreeBSD-stable-14-amd64-test - Build #1515 (0c7c1c27ea9eed8aefa236daa13eabb5bd050cfc) - Still Unstable Build information: https://ci.FreeBSD.org/job/FreeBSD-stable-14-amd64-test/1515/ Full change log: https://ci.FreeBSD.org/job/FreeBSD-stable-14-amd64-test/1515/changes Full build log: https://ci.FreeBSD.org/job/FreeBSD-stable-14-amd64-test/1515/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) f0f57fde342d79aec17ef56406aa08bb1eaa1f79 by kib: kern_exit.c: do not leak reaper bitmap busy bits 3bd1780213bf53f6229ea2f00b1b975b18652836 by kib: kern: replace several EBADF with EINVAL 84b51272045564ef63787423105334176aa6014e by kib: pdgetpid(2): switch back returning EBADF for non-procdesc fd 5f4168fa9f29a2985a16c34a5571c20c6775f622 by kib: vm/vm_fault.c: cleanup includes 3126c57163fbbeb0d013d9c04d87a44a458b3f07 by kib: vm_fault: drop never-true busy_sleep test 4b938ed09069e24e6c2714b62b4b5559081da67b by kib: vm_fault_busy_sleep(): pass explicit allocflags for vm_page_busy_sleep() e7422f7dfd0e4c1f0db5560f171260d78bad9383 by kib: vm_fault: add vm_fault_might_be_cow() helper f4d5c6d65168d3d9b99a2332d854c14b231188e6 by kib: vm_fault: add helper vm_fault_can_cow_rename() 94ea60483bcc0681e351901d1e466547a275a6da by kib: vm_fault: try to only share-busy page for soft faults d1cdb4a087e69e1515a855a928ced8a18f9b75f9 by kib: vm_fault: assert that first_m is xbusy 0c7c1c27ea9eed8aefa236daa13eabb5bd050cfc by kib: vm_fault_busy_sleep(): update comment after addition of allocflags arg The failed test cases: 550 tests failed. FAILED: sbin.ifconfig.inet6.broadcast Error Message: atf-check failed; see the output of the test for details FAILED: sbin.ifconfig.inet6.netmask Error Message: atf-check failed; see the output of the test for details FAILED: sbin.ping.test_ping.py.TestPing::test_ping[_4_c1_s56_t1_localhost] Error Message: /usr/tests/sbin/ping/test_ping.py:737: AssertionError FAILED: sbin.ping.test_ping.py.TestPing::test_ping[_A_3_192_0.2.1] Error Message: /usr/tests/sbin/ping/test_ping.py:737: AssertionError FAILED: sbin.ping.test_ping.py.TestPing::test_ping[_A_c1_192_0_2_1] Error Message: /usr/tests/sbin/ping/test_ping.py:737: AssertionError FAILED: sbin.ping.test_ping.py.TestPing::test_ping[_A_c1_192_0_2_2] Error Message: /usr/tests/sbin/ping/test_ping.py:739: AssertionError FAILED: sbin.ping.test_ping.py.TestPing::test_ping[_A_c1_2001_db8__1] Error Message: /usr/tests/sbin/ping/test_ping.py:737: AssertionError FAILED: sbin.ping.test_ping.py.TestPing::test_ping[_A_c1_2001_db8__2] Error Message: /usr/tests/sbin/ping/test_ping.py:737: AssertionError FAILED: sbin.ping.test_ping.py.TestPing::test_ping[_A_c3_192_0_2_2] Error Message: /usr/tests/sbin/ping/test_ping.py:739: AssertionError FAILED: sbin.ping.test_ping.py.TestPing::test_ping[_A_c3_2001_db8__1] Error Message: /usr/tests/sbin/ping/test_ping.py:737: AssertionError FAILED: sbin.ping.test_ping.py.TestPing::test_ping[_A_c3_2001_db8__2] Error Message: /usr/tests/sbin/ping/test_ping.py:737: AssertionError FAILED: sbin.ping.test_ping.py.TestPing::test_ping[_c1_192_0_2_1] Error Message: /usr/tests/sbin/ping/test_ping.py:737: AssertionError FAILED: sbin.ping.test_ping.py.TestPing::test_ping[_c1_192_0_2_2] Error Message: /usr/tests/sbin/ping/test_ping.py:739: AssertionError FAILED: sbin.ping.test_ping.py.TestPing::test_ping[_c1_2001_db8__1] Error Message: /usr/tests/sbin/ping/test_ping.py:737: AssertionError FAILED: sbin.ping.test_ping.py.TestPing::test_ping[_c1_2001_db8__2] Error Message: /usr/tests/sbin/ping/test_ping.py:737: AssertionError FAILED: sbin.ping.test_ping.py.TestPing::test_ping[_c1_S127_0_0_1_s56_t1_localhost] Error Message: /usr/tests/sbin/ping/test_ping.py:737: AssertionError FAILED: sbin.ping.test_ping.py.TestPing::test_ping[_c3_192_0_2_1] Error Message: /usr/tests/sbin/ping/test_ping.py:737: AssertionError FAILED: sbin.ping.test_ping.py.TestPing::test_ping[_c3_192_0_2_2] Error Message: /usr/tests/sbin/ping/test_ping.py:739: AssertionError FAILED: sbin.ping.test_ping.py.TestPing::test_ping[_c3_2001_db8__1] Error Message: /usr/tests/sbin/ping/test_ping.py:737: AssertionError FAILED: sbin.ping.test_ping.py.TestPing::test_ping[_c3_2001_db8__2] Error Message: /usr/tests/sbin/ping/test_ping.py:737: AssertionError FAILED: sbin.ping.test_ping.py.TestPing::test_ping[_q_c1_192_0_2_1] Error Message: /usr/tests/sbin/ping/test_ping.py:737: AssertionError FAILED: sbin.ping.test_ping.py.TestPing::test_ping[_q_c1_192_0_2_2] Error Message: /usr/tests/sbin/ping/test_ping.py:739: AssertionError FAILED: sbin.ping.test_ping.py.TestPing::test_ping[_q_c1_2001_db8__1] Error Message: /usr/tests/sbin/ping/test_ping.py:737: AssertionError FAILED: sbin.ping.test_ping.py.TestPing::test_ping[_q_c1_2001_db8__2] Error Message: /usr/tests/sbin/ping/test_ping.py:737: AssertionError FAILED: sbin.ping.test_ping.py.TestPing::test_ping[_q_c3_192_0_2_1] Error Message: /usr/tests/sbin/ping/test_ping.py:737: AssertionError FAILED: sbin.ping.test_ping.py.TestPing::test_ping[_q_c3_192_0_2_2] Error Message: /usr/tests/sbin/ping/test_ping.py:739: AssertionError FAILED: sbin.ping.test_ping.py.TestPing::test_ping[_q_c3_2001_db8__1] Error Message: /usr/tests/sbin/ping/test_ping.py:737: AssertionError FAILED: sbin.ping.test_ping.py.TestPing::test_ping[_q_c3_2001_db8__2] Error Message: /usr/tests/sbin/ping/test_ping.py:737: AssertionError FAILED: sbin.ping.test_ping.py.TestPing::test_pinger[_0_0] Error Message: /usr/local/lib/python3.11/subprocess.py:571: CalledProcessError FAILED: sbin.ping.test_ping.py.TestPing::test_pinger[_0_0_opts_EOL] Error Message: /usr/local/lib/python3.11/subprocess.py:571: CalledProcessError FAILED: sbin.ping.test_ping.py.TestPing::test_pinger[_0_0_opts_LSRR] Error Message: /usr/local/lib/python3.11/subprocess.py:571: CalledProcessError FAILED: sbin.ping.test_ping.py.TestPing::test_pinger[_0_0_opts_LSRR_trunc] Error Message: /usr/local/lib/python3.11/subprocess.py:571: CalledProcessError FAILED: sbin.ping.test_ping.py.TestPing::test_pinger[_0_0_opts_NOP] Error Message: /usr/local/lib/python3.11/subprocess.py:571: CalledProcessError FAILED: sbin.ping.test_ping.py.TestPing::test_pinger[_0_0_opts_NOP_40] Error Message: /usr/local/lib/python3.11/subprocess.py:571: CalledProcessError FAILED: sbin.ping.test_ping.py.TestPing::test_pinger[_0_0_opts_RR] Error Message: /usr/local/lib/python3.11/subprocess.py:571: CalledProcessError FAILED: sbin.ping.test_ping.py.TestPing::test_pinger[_0_0_opts_RR_same] Error Message: /usr/local/lib/python3.11/subprocess.py:571: CalledProcessError FAILED: sbin.ping.test_ping.py.TestPing::test_pinger[_0_0_opts_RR_trunc] Error Message: /usr/local/lib/python3.11/subprocess.py:571: CalledProcessError FAILED: sbin.ping.test_ping.py.TestPing::test_pinger[_0_0_opts_SSRR] Error Message: /usr/local/lib/python3.11/subprocess.py:571: CalledProcessError FAILED: sbin.ping.test_ping.py.TestPing::test_pinger[_0_0_opts_SSRR_trunc] Error Message: /usr/local/lib/python3.11/subprocess.py:571: CalledProcessError FAILED: sbin.ping.test_ping.py.TestPing::test_pinger[_0_0_opts_unk] Error Message: /usr/local/lib/python3.11/subprocess.py:571: CalledProcessError FAILED: sbin.ping.test_ping.py.TestPing::test_pinger[_0_0_special_warp] Error Message: /usr/local/lib/python3.11/subprocess.py:571: CalledProcessError FAILED: sbin.ping.test_ping.py.TestPing::test_pinger[_0_0_special_wrong] Error Message: /usr/local/lib/python3.11/subprocess.py:571: CalledProcessError FAILED: sbin.ping.test_ping.py.TestPing::test_pinger[_3_1_flags_DF] Error Message: /usr/local/lib/python3.11/subprocess.py:571: CalledProcessError FAILED: sbin.ping.test_ping.py.TestPing::test_pinger[_3_1_opts_NOP_40] Error Message: /usr/local/lib/python3.11/subprocess.py:571: CalledProcessError FAILED: sbin.ping.test_ping.py.TestPing::test_pinger[_3_1_special_not_mine_verbose_false] Error Message: /usr/local/lib/python3.11/subprocess.py:571: CalledProcessError FAILED: sbin.ping.test_ping.py.TestPing::test_pinger[_3_1_special_tcp] Error Message: /usr/local/lib/python3.11/subprocess.py:571: CalledProcessError FAILED: sbin.ping.test_ping.py.TestPing::test_pinger[_3_1_special_udp] Error Message: /usr/local/lib/python3.11/subprocess.py:571: CalledProcessError FAILED: sbin.ping.test_ping.py.TestPing::test_pinger[_3_1_verbose_false] Error Message: /usr/local/lib/python3.11/subprocess.py:571: CalledProcessError FAILED: sbin.ping.test_ping.py.TestPing::test_pinger[_IHL_too_short] Error Message: /usr/local/lib/python3.11/subprocess.py:571: CalledProcessError FAILED: sbin.ping.test_ping.py.TestPing::test_pinger[_inner_IHL_too_short] Error Message: /usr/local/lib/python3.11/subprocess.py:571: CalledProcessError FAILED: sbin.ping.test_ping.py.TestPing::test_pinger[_inner_packet_too_short] Error Message: /usr/local/lib/python3.11/subprocess.py:571: CalledProcessError FAILED: sbin.ping.test_ping.py.TestPing::test_pinger[_max_inner_packet_ihl_without_payload] Error Message: /usr/local/lib/python3.11/subprocess.py:571: CalledProcessError FAILED: sbin.ping.test_ping.py.TestPing::test_pinger[_quoted_data_too_short] Error Message: /usr/local/lib/python3.11/subprocess.py:571: CalledProcessError FAILED: sbin.route.basic.basic_v4 Error Message: Failed to add new route. FAILED: sbin.route.basic.basic_v6 Error Message: Failed to add new route. FAILED: sys.kern.socket_accf.http Error Message: /usr/src/tests/sys/kern/socket_accf.c:129: accept(l, NULL, 0) == -1 not met FAILED: sys.net.if_bridge_test.bridge_transmit_ipv4_unicast Error Message: atf-check failed; see the output of the test for details FAILED: sys.net.if_bridge_test.gif Error Message: atf-check failed; see the output of the test for details FAILED: sys.net.if_bridge_test.mac_conflict Error Message: atf-check failed; see the output of the test for details FAILED: sys.net.if_bridge_test.member_ifaddrs_disabled Error Message: atf-check failed; see the output of the test for details FAILED: sys.net.if_bridge_test.member_ifaddrs_enabled Error Message: atf-check failed; see the output of the test for details FAILED: sys.net.if_bridge_test.member_ifaddrs_vlan Error Message: atf-check failed; see the output of the test for details FAILED: sys.net.if_bridge_test.vlan Error Message: atf-check failed; see the output of the test for details FAILED: sys.net.if_epair_test.pcp Error Message: atf-check failed; see the output of the test for details FAILED: sys.net.if_gif.4in4 Error Message: atf-check failed; see the output of the test for details FAILED: sys.net.if_gif.4in6 Error Message: atf-check failed; see the output of the test for details FAILED: sys.net.if_gif.6in4 Error Message: atf-check failed; see the output of the test for details FAILED: sys.net.if_gif.6in6 Error Message: atf-check failed; see the output of the test for details FAILED: sys.net.if_gif.etherip Error Message: atf-check failed; see the output of the test for details FAILED: sys.net.if_gif.etherip6 Error Message: atf-check failed; see the output of the test for details FAILED: sys.net.if_ovpn.if_ovpn.4in4 Error Message: atf-check failed; see the output of the test for details FAILED: sys.net.if_ovpn.if_ovpn.4in6 Error Message: atf-check failed; see the output of the test for details FAILED: sys.net.if_ovpn.if_ovpn.4mapped Error Message: atf-check failed; see the output of the test for details FAILED: sys.net.if_ovpn.if_ovpn.6in4 Error Message: atf-check failed; see the output of the test for details FAILED: sys.net.if_ovpn.if_ovpn.6in6 Error Message: atf-check failed; see the output of the test for details FAILED: sys.net.if_ovpn.if_ovpn.bz283426 Error Message: atf-check failed; see the output of the test for details FAILED: sys.net.if_ovpn.if_ovpn.chacha Error Message: atf-check failed; see the output of the test for details FAILED: sys.net.if_ovpn.if_ovpn.explicit_exit Error Message: atf-check failed; see the output of the test for details FAILED: sys.net.if_ovpn.if_ovpn.gcm_128 Error Message: atf-check failed; see the output of the test for details FAILED: sys.net.if_ovpn.if_ovpn.multi_client Error Message: atf-check failed; see the output of the test for details FAILED: sys.net.if_ovpn.if_ovpn.multihome4 Error Message: atf-check failed; see the output of the test for details FAILED: sys.net.if_ovpn.if_ovpn.multihome6 Error Message: atf-check failed; see the output of the test for details FAILED: sys.net.if_ovpn.if_ovpn.ra Error Message: atf-check failed; see the output of the test for details FAILED: sys.net.if_ovpn.if_ovpn.route_to Error Message: atf-check failed; see the output of the test for details FAILED: sys.net.if_ovpn.if_ovpn.timeout_client Error Message: atf-check failed; see the output of the test for details FAILED: sys.net.if_stf.6rd Error Message: atf-check failed; see the output of the test for details FAILED: sys.net.if_stf.6rd_peer Error Message: atf-check failed; see the output of the test for details FAILED: sys.net.if_stf.6to4 Error Message: atf-check failed; see the output of the test for details FAILED: sys.net.if_tun_test.basic Error Message: atf-check failed; see the output of the test for details FAILED: sys.net.if_vlan.basic Error Message: atf-check failed; see the output of the test for details FAILED: sys.net.if_vlan.qinq_deep Error Message: atf-check failed; see the output of the test for details FAILED: sys.net.if_vlan.qinq_dot Error Message: atf-check failed; see the output of the test for details FAILED: sys.net.if_vlan.qinq_legacy Error Message: atf-check failed; see the output of the test for details FAILED: sys.net.if_vlan.qinq_simple Error Message: atf-check failed; see the output of the test for details FAILED: sys.net.if_wg.wg_basic Error Message: atf-check failed; see the output of the test for details FAILED: sys.net.if_wg.wg_basic_crossaf Error Message: atf-check failed; see the output of the test for details FAILED: sys.net.if_wg.wg_basic_netmap Error Message: atf-check failed; see the output of the test for details FAILED: sys.net.if_wg.wg_vnet_parent_routing Error Message: atf-check failed; see the output of the test for details FAILED: sys.net.routing.test_routing_l3.py.TestIfOps::test_change_prefix_route[inet6] Error Message: /usr/tests/sys/net/routing/test_routing_l3.py:41: IndexError 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:41: IndexError ... and 450 other failed tests. ------=_Part_1138_1125766858.1760329942470--