From nobody Tue May 12 09:24:21 2026 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 4gFB4P4lqtz6dLyl for ; Tue, 12 May 2026 09:24:21 +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 "R13" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 4gFB4P2Xhqz3JTB; Tue, 12 May 2026 09:24:21 +0000 (UTC) (envelope-from jenkins-admin@FreeBSD.org) ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1778577861; a=rsa-sha256; cv=none; b=oX6kRKb/YNPeIgA91+dNGYIm+NuhJHHOg7pV+v2kQ5pp+wI866S0OpcuT5iBjxjHbp1r4L Cw6IKxhZSdTm1TkEH3GPrbq//tdi3BfoOZH3VT3acUNRc5uxo0kFBqUOl4hQcAtnv4HfLQ x4gwrY/D5fHOEFEG25DleL7x9Z4zcbP2v/1V11nnhE9QdApAJT5qVHzY/oPjivvNdK/i5O cZzj5XBlVP9QP4eaXW8dCpgnAt/S4CvTeYaRozZcIi/VlWNxbA5GvfbtufOrBquA9wfe46 +J0DL0eyUhikn+6fLdwRcuwdejsB6zQQW6e4vPICb/fzqj2W8izLX0JapZouSw== 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=1778577861; 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=/7WOvb/Y50gUNcxTrya9hEFSLhVmWkd2bnZg20pmK4g=; b=ISNL6TGSkmVuhR/sITS4youSSD6WSNe2peN9tpx41mZDT0S3uDN3XilOb2dBGxERYOhHR2 wU0ES5j5VcHLNHgyNk1euXAzIeN/xJdqeTIoTt4794jZwkjuStFh6+d/tAZ0tGRTgfyV6+ aAO+oiZUYhrunI715FQ5Y2g0t9A3dauAxEGXVw1tOWfzC/wmkbi2uAP8rBoqDFf6mk/aoV L/rqnM3k81TgtVg6/rhC81DG+UAJb0GxvTqSqgTSEUrGtNK/M3lZ+S4Qp+2pjEGAPb7RSp 2iRViS+BBYDWn8WyInbFhxJR8AoqrsbYMRKyPuLUW2w5+u8XjI6cKOuQlzbq7A== 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 4gFB4P1yn3zxCx; Tue, 12 May 2026 09:24:21 +0000 (UTC) (envelope-from jenkins-admin@FreeBSD.org) Date: Tue, 12 May 2026 09:24:21 +0000 (GMT) From: jenkins-admin@FreeBSD.org To: pouria@FreeBSD.org, dev-ci@FreeBSD.org Cc: jenkins-admin@FreeBSD.org Message-ID: <1956902235.289.1778577861279@jenkins.ci.freebsd.org> In-Reply-To: <1061880677.261.1778544264003@jenkins.ci.freebsd.org> References: <1061880677.261.1778544264003@jenkins.ci.freebsd.org> Subject: FreeBSD-main-amd64-test - Build #28467 - 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 List-Id: List-Post: List-Help: List-Subscribe: List-Unsubscribe: List-Owner: Precedence: list MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_Part_288_500018430.1778577861087" X-Jenkins-Job: FreeBSD-main-amd64-test X-Jenkins-Result: UNSTABLE List-ID: FreeBSD CI Build Notifications Precedence: bulk ------=_Part_288_500018430.1778577861087 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit FreeBSD-main-amd64-test - Build #28467 (70ef02b5d3fdbc4f51ea81404c4cbca310083ce6) - Still Unstable Build information: https://ci.FreeBSD.org/job/FreeBSD-main-amd64-test/28467/ Full change log: https://ci.FreeBSD.org/job/FreeBSD-main-amd64-test/28467/changes Full build log: https://ci.FreeBSD.org/job/FreeBSD-main-amd64-test/28467/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) 70ef02b5d3fdbc4f51ea81404c4cbca310083ce6 by pouria: if_geneve: Fix uninitialized variable use in geneve_udp_input() The failed test cases: 3 tests failed. FAILED: sys.netinet6.ndp.ndp_routeinfo_option Error Message: atf-check failed; see the output of the test for details FAILED: lib.libarchive.functional_test.test_archive_string_conversion_fail_c Error Message: atf-check failed; see the output of the test for details FAILED: lib.libarchive.functional_test.test_archive_string_conversion_fail_latin1 Error Message: atf-check failed; see the output of the test for details ------=_Part_288_500018430.1778577861087--