From nobody Wed Jul 3 22:00:15 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 4WDtxX3y2mz5QNBf for ; Wed, 03 Jul 2024 22:00:16 +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 "R11" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4WDtxX24Y5z4qpy; Wed, 3 Jul 2024 22:00:16 +0000 (UTC) (envelope-from jenkins-admin@FreeBSD.org) ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1720044016; a=rsa-sha256; cv=none; b=tNbg+tHo29WfW0L3NRvc7Ud1DMQYbvMwqmaefI2ouICsGsdssrIe0K8QSv5MJL8vOjhG83 CszQ9YLPGWoGwNaITiIr3jeIfvpVsXKDGlnLwlI11NaDN4RRCnHxuTP73Gy/xIgh/a1sP7 lflsLrDKSGMfatWKPpL1iVAZRuw8dzIMhT0OnTMp81UZp++8RvUPdqoGRNbil2lwKVj1MC EEGRtF9lZwp5t0FJIPFDj6EGBTwK8Dfw7zzkrOKhdC17KR0NGDs5hpMHfFJlj9tZW9+WfB iABgeyFSv6KFsrU+ZTSS3BvwYY/b0HLHO0EQJJX+Pxi7TArKZTPX+YMhfDt8Cg== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1720044016; 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=K8kU5d4PGOJX6GzGjlOTtqzFkpm/UFWX0JEWkgjU0Jw=; b=kldLHHq2UV0dQFKGo8bM3CP0mLSZPn1n9S694omNaJH/yoxkIgIWOcq2Xb33wwEvtcxUr3 EECURdBm7aSCMRL+sJsxRJ6hiIH5T2qsnsRB9RwtNt6t4HQZoH2wl2h0xuyyrDFkB64tN7 J4PKVvmeVPE0jfwHcL/xgKwD33TNSlfESK7xeaTUN786gv3hyvd7EYeiWAFRAFV7OwvztQ hF/GjcyJsVxK8tzfqnKGyGXuJwEqJZhsx+PWkoUZUEG1S8cCvOR9ry9BMpPAJolgq3m8s+ X4rLYgLmRT37sTcdgHpLZF15owqhIE2aJT5pGR5IN76ia6qDJmAeLbdbJXHIsw== 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 4WDtxX1fVNzpNG; Wed, 3 Jul 2024 22:00:16 +0000 (UTC) (envelope-from jenkins-admin@FreeBSD.org) Date: Wed, 3 Jul 2024 22:00:15 +0000 (GMT) From: jenkins-admin@FreeBSD.org To: kib@FreeBSD.org, eugen@FreeBSD.org, dev-ci@FreeBSD.org Cc: jenkins-admin@FreeBSD.org Message-ID: <118818376.359.1720044016236@jenkins.ci.freebsd.org> In-Reply-To: <389260759.269.1719937780304@jenkins.ci.freebsd.org> References: <389260759.269.1719937780304@jenkins.ci.freebsd.org> Subject: FreeBSD-stable-14-amd64-test - Build #595 - 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_358_1709726319.1720044015855" X-Jenkins-Job: FreeBSD-stable-14-amd64-test X-Jenkins-Result: UNSTABLE List-ID: FreeBSD CI Build Notifications Precedence: bulk ------=_Part_358_1709726319.1720044015855 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit FreeBSD-stable-14-amd64-test - Build #595 (125a2a6b676484964661689f8a62d59d0a49fa14) - Still Unstable Build information: https://ci.FreeBSD.org/job/FreeBSD-stable-14-amd64-test/595/ Full change log: https://ci.FreeBSD.org/job/FreeBSD-stable-14-amd64-test/595/changes Full build log: https://ci.FreeBSD.org/job/FreeBSD-stable-14-amd64-test/595/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) 342053a66c161c12f6887efac913c80040959ae8 by kib: sched_unpin(): assert that curthread was pinned 125a2a6b676484964661689f8a62d59d0a49fa14 by eugen: MFC: linux: Make module standalone-buildable The failed test cases: 5 tests failed. FAILED: sys.geom.class.gate.ggate_test.ggatec_trim Error Message: atf-check failed; see the output of the test for details FAILED: sys.netpfil.common.forward.pf_v4 Error Message: atf-check failed; see the output of the test for details FAILED: sys.netpfil.pf.set_tos.v4 Error Message: atf-check failed; see the output of the test for details FAILED: sys.geom.class.eli.attach_test.attach_multiple_fails Error Message: Premature exit; test case exited with code 1 FAILED: sys.netlink.test_netlink_message_writer.py.__test_cases_list__ Error Message: Test program did not exit cleanly ------=_Part_358_1709726319.1720044015855--