From nobody Mon Dec 2 03:55:11 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 4Y1qgN5Kmhz5fVh3 for ; Mon, 02 Dec 2024 03:55:12 +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 4Y1qgM6tN5z4s87; Mon, 2 Dec 2024 03:55:11 +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=1733111712; 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=qBFF78XRDHw9YvSI3/zGI/tzF6BVksS5AsnMojTiofo=; b=X+NjJkFX1MErdZokiJ/r6bA+YSHN/84peQIK1okwKo+KKjkHg1xRLRenZoYXYoaxkm7QPr LlV8KZaFp9aPO//HxYXrqLFEH886CxDnjKz4KbJdN23b+u2L5HK2K32QXr01/ONERodTZi jbYguyFgyx24s95pkhEf61hqN7Z9Pn9Bprro71R4l+KFxOpcikYt+EnuGsLddqYJQjIJTv nQFFdc6ReiBO5soOCiRxMhnJ5UrePSAAsyrI/W6ilGAxsXARiO03Z6BnOt4vRHp5U2ZcPT i0IIAhFi2FQEu3nhdV2TqwpIfOwdDBemiQJ/JW/dTiN7QHt0hKp94tovw9aJKA== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1733111712; a=rsa-sha256; cv=none; b=wBeRAQ5L5j8+he2SPIa96LerNvQAOD6DWWhDS/7KFG1iVLA8BypZpkHN9blOIh6Vj2AfSf fVVSmhTMuWeGhFu6rWXxpKzHlfuM5RbCYpP21EKGezcsBsi2mPXcqQWToMpjDC7m++yv2I CAi+h7W3hH1j++xuJBPeqYy4H4s+BS7Vc+E0nbdpv5pNSADS+HVb2uCMoWCcWkhlEmdUrj J7ZrveO3DK9xP1KV9MU1tySIC6EdQlu9N19df50KXjr7yctyS7WSRzpuJD+Ya9BedfgLO0 7LrbP8TMojtjuyvI//FQjOVx/6Z/GNBkgyNX7XSxtazgf809TWf9kA50r+trcg== 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 4Y1qgM6LfSzMHM; Mon, 2 Dec 2024 03:55:11 +0000 (UTC) (envelope-from jenkins-admin@FreeBSD.org) Date: Mon, 2 Dec 2024 03:55:11 +0000 (GMT) From: jenkins-admin@FreeBSD.org To: kib@FreeBSD.org, dev-ci@FreeBSD.org Cc: jenkins-admin@FreeBSD.org Message-ID: <678773152.6462.1733111711896@jenkins.ci.freebsd.org> In-Reply-To: <1246016468.6430.1733086950153@jenkins.ci.freebsd.org> References: <1246016468.6430.1733086950153@jenkins.ci.freebsd.org> Subject: FreeBSD-stable-14-amd64-test - Build #824 - 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_6461_904668382.1733111711594" X-Jenkins-Job: FreeBSD-stable-14-amd64-test X-Jenkins-Result: UNSTABLE List-ID: FreeBSD CI Build Notifications Precedence: bulk ------=_Part_6461_904668382.1733111711594 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit FreeBSD-stable-14-amd64-test - Build #824 (96b72aa66bc920b2c2d741ccad425a6dec0ccc2b) - Still Unstable Build information: https://ci.FreeBSD.org/job/FreeBSD-stable-14-amd64-test/824/ Full change log: https://ci.FreeBSD.org/job/FreeBSD-stable-14-amd64-test/824/changes Full build log: https://ci.FreeBSD.org/job/FreeBSD-stable-14-amd64-test/824/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) 8e9f1e10c624e289212a9244c317b61ea8195a7e by kib: amd64 pmap: assert and explain why pmap_qremove() is safe WRT 7302cdd34994fe3db06111f5c73e63a85bb9ef34 by kib: amd64: switch pmap_map_io_transient() to use pmap_kenter_attr() 057da12eeaa6700793340ffcfede620135b7f540 by kib: kern___realpathat(): do not copyout past end of string 96b72aa66bc920b2c2d741ccad425a6dec0ccc2b by kib: kern___realpathat(): honor uio_seg argument The failed test cases: 5 tests failed. 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 ------=_Part_6461_904668382.1733111711594--