From nobody Sun Apr 16 22:28:42 2023 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 4Q04bH5P4sz44phr for ; Sun, 16 Apr 2023 22:28:43 +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 4Q04bH1WcMz4LsY; Sun, 16 Apr 2023 22:28:43 +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=1681684123; 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=2hXQqTGZRIRMFi7/Tc3iLekfhR/LX2hzaOVDtlbMYFQ=; b=LICJdoB/ZyHj7ueGumNMyL63B1DBGOUfnR17rCYnCHL+DIxgJa+W0bA3/m1mavva9f60cq PEej4hpF8T2VSnbsR/jEHZzLPbUDAEcxkjzoopANNm2RWx7sRWKeKEyudwOdeblDns0uSS z48YIw14/Q9zQ6eh8SCUx4CYsSC2K7YLaEwS0KWioRndGViYrQ5FNHaAiN8PLVGsiMXSpI 2kmvxh+0AxyQbmO7kMVf8EcqzXn6O9BY5UkURVhmFHWX+JzcdOeAx07k119DPpAvnOYeX5 IjRWGDqylP/dtTPVfRXum6+erzNfQoMZOZGSBQaBXjbYOxl+3g86gaI8NeHsvw== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1681684123; a=rsa-sha256; cv=none; b=VEM2MBwJ8tpvhaRw9CU323HicLec1Vf7Z/kO2qApRvp1FBSudbmWORhlWxQDL0EvznFUQQ avpLOJymNMRyUybpB3udHruqgWqm6VGMI+D5GC2GhG4osDo864m7OFO8ZgThYpFR180xa8 1alYx+MVmosBD29s4YeX3R+tptOnWC2ZlxVQ+3MYrz53Ag2gYPM7Pre4Coda51UGqadYJq owFysN6V1WK8eFSPPKbLr3WrJKHpTqrcK4yhPWJl2jOmzo3deAB5sGsH1aj26/qLBloZ9e WQMkH2Um1FGRXGl1x+Ee3sJrYr7V8zGpb5yupmYImmnZ6CyIOSocCys0vZHNcg== 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 4Q04bH0Krrz14TD; Sun, 16 Apr 2023 22:28:43 +0000 (UTC) (envelope-from jenkins-admin@FreeBSD.org) Date: Sun, 16 Apr 2023 22:28:42 +0000 (GMT) From: jenkins-admin@FreeBSD.org To: stevek@FreeBSD.org, emaste@FreeBSD.org, rmacklem@FreeBSD.org, dev-ci@FreeBSD.org Cc: jenkins-admin@FreeBSD.org Message-ID: <1068690986.2305.1681684123051@jenkins.ci.freebsd.org> In-Reply-To: <1127133075.2297.1681673527475@jenkins.ci.freebsd.org> References: <1127133075.2297.1681673527475@jenkins.ci.freebsd.org> Subject: FreeBSD-main-amd64-test - Build #23361 - 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_2304_527878998.1681684122547" X-Jenkins-Job: FreeBSD-main-amd64-test X-Jenkins-Result: UNSTABLE List-ID: FreeBSD CI Build Notifications Precedence: bulk X-ThisMailContainsUnwantedMimeParts: N ------=_Part_2304_527878998.1681684122547 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit FreeBSD-main-amd64-test - Build #23361 (e5551216d8e563043248bc7f3cb1c75b2dbd9791) - Still Unstable Build information: https://ci.FreeBSD.org/job/FreeBSD-main-amd64-test/23361/ Full change log: https://ci.FreeBSD.org/job/FreeBSD-main-amd64-test/23361/changes Full build log: https://ci.FreeBSD.org/job/FreeBSD-main-amd64-test/23361/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) 4819e5aeda4ef1a193a08e29b4099c3c30369a81 by stevek: Add new privilege PRIV_KDB_SET_BACKEND 89d197cc991acfbb6937be0ce5b9255d14b72160 by rmacklem: RELNOTES: Add entries for two new NFS features e5551216d8e563043248bc7f3cb1c75b2dbd9791 by emaste: makefs: call brelse from bread The failed test cases: 4 tests failed. FAILED: sys.netinet6.lpm6.lpm6_test1_success Error Message: atf-check failed; see the output of the test for details FAILED: sys.netpfil.common.dummynet.pf_queue Error Message: We failed prioritisation 1 times FAILED: examples.test_ktest_example.py.__test_cases_list__ Error Message: Test program did not exit cleanly FAILED: sys.netinet6.fibs6.fibs6_ifroutes1_success Error Message: atf-check failed; see the output of the test for details ------=_Part_2304_527878998.1681684122547--