From nobody Tue Oct 29 15:48:56 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 4XdF6d43rXz5bcfv for ; Tue, 29 Oct 2024 15:48:57 +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 "R10" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4XdF6d2KmZz4gCF; Tue, 29 Oct 2024 15:48:57 +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=1730216937; 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=5KxjZ62UpPRybCzgYO9Z1rYu3X1QYPjIiPxn8Q+g1z8=; b=i4Yiq7weiCLh+vBMybte2QOWHbwIEN6WP9FQYDYo7NH+NSChGErf8FhvfMQcCj33VgF8lm ByR1mXjIKiRVhx7YfzY8u2VLrh51MLugjQnMbQ/C/47oy8Y00Hm1SKO5E9KuM7eFbzNhxD Q/SNhyXqHcas/THaLV8TUG4kdnNxFai4n53ykN4kXCemJh8Jb2RC+Tsl+F2G1UcS8sb2jT eIVe3JYRpnzzO4ElUlzCBTrlG4IpDQhUAfVoolKEXGS1A1oTZj36E8w6TItHfdH3QWXIP8 mu/N0qc8n2bmc6UPVI182lF15sc1GWKtOlmrkZkUAcJ8/tXFQ7xPgWlPZ21ovA== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1730216937; a=rsa-sha256; cv=none; b=XzOIanY8CwQMeHkGBopDjopJ+ODRPV1TLH1HvIdvMwg4L3hCaCt+RtWNXwTkCHvWk6J1wk kEO7GUXGBzb8FaXI5ep0curp2aUlfGqxYnDuYaznEp9yLGt4+gKgR+/8iIbpNIJdNJT4cc 5WUI3IG5Vobl2T7tFcFkLHL/s7otvYwskFTLj5t1VJL5IDV92TtjBy6sayOLbSuYwlAzhg UEdsQ1hiKC+t+ekbacggkiNxTgI06nHc8tV6z1RLGM3had2A1LUbyztDORI3fJLmoXiT+w Lq9WXJcl0FQe/cd+ZDoQU3XeJSlPPCL2d26sqrUXupFKIQ+r29IxEKk++/PSCQ== 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 4XdF6d1vTlzV7L; Tue, 29 Oct 2024 15:48:57 +0000 (UTC) (envelope-from jenkins-admin@FreeBSD.org) Date: Tue, 29 Oct 2024 15:48:56 +0000 (GMT) From: jenkins-admin@FreeBSD.org To: markj@FreeBSD.org, dev-ci@FreeBSD.org Cc: jenkins-admin@FreeBSD.org Message-ID: <421341152.3622.1730216937271@jenkins.ci.freebsd.org> In-Reply-To: <719221893.3614.1730193481997@jenkins.ci.freebsd.org> References: <719221893.3614.1730193481997@jenkins.ci.freebsd.org> Subject: FreeBSD-stable-14-amd64-test - Build #774 - 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_3621_1581246690.1730216936983" X-Jenkins-Job: FreeBSD-stable-14-amd64-test X-Jenkins-Result: UNSTABLE List-ID: FreeBSD CI Build Notifications Precedence: bulk ------=_Part_3621_1581246690.1730216936983 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit FreeBSD-stable-14-amd64-test - Build #774 (1d271ba05fceb1ef6246e8079bc19e3b6416a833) - Still Unstable Build information: https://ci.FreeBSD.org/job/FreeBSD-stable-14-amd64-test/774/ Full change log: https://ci.FreeBSD.org/job/FreeBSD-stable-14-amd64-test/774/changes Full build log: https://ci.FreeBSD.org/job/FreeBSD-stable-14-amd64-test/774/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) 9b42b9863808791a24ed77e80c5d64ab47211019 by markj: vm_object: Report laundry pages in kinfo_vmobject 6feb4f363cdbe6a41ca631b37d1451cd5f1191e0 by markj: vmstat: Add a column to vmstat -o output for laundry pages 1d271ba05fceb1ef6246e8079bc19e3b6416a833 by markj: vm_meter: Fix laundry accounting The failed test cases: 2 tests failed. 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 ------=_Part_3621_1581246690.1730216936983--