From nobody Mon May 25 19:42:10 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 4gPR9H0SYRz6fpsn for ; Mon, 25 May 2026 19:42:11 +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 4gPR9G52Xcz3FB0; Mon, 25 May 2026 19:42:10 +0000 (UTC) (envelope-from jenkins-admin@FreeBSD.org) ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1779738130; a=rsa-sha256; cv=none; b=pWHQ8DehOKo2LOmeQPbpVN4AhCRoj3zDLJHPpFAgFdxZ1yc1wZ8GaGgYVj2weU6dnw2zRj KPWZj1HQm9VtU+0At8OctHzjZx+4guCTf1oUxJAbb7XzFDrebdm0WdKYGKnw+GPOHWFT+Y hH91ZXUl0tJzZ0i7ph+BoPPzropeWyIORT6IOHgJkpRhnkpxUjEqmr19TKVASPztwHaJH3 GJhxQ3F493/HAK3vMUuoyuqvZELyOibvY7qFbgxOlIrVZzgk8LKV6NmIOUMdRRcfEC1pc2 qE/xhTKkTQ+WIdC6TiUD8+i/Zd+233eX8a3lTCMUt6KlFbSSzocb9kfmpsZ8fg== 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=1779738130; 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=Zf7Xgbi893thuOeqYclERvyapeg6jqgaWDnBOn4BTtc=; b=eKGLN3d8CaO8uPyoQWq/FwMcbWN8zGFJxXv3K1wwfrDCOqC59a+pRuXXjbUG1BUzhulHoz wPEURyR63++7yQ0SsJm2mVmgWT7Wl/4BIKP+1eCxF4/RdXeGNuOFbKj50+Dt7b/XK47800 AbKojbYOSDXqgwK03nONAIL0cC5gV8qtz30BaK8bHDNOOjyZQ1SS21e8xvNayvLfJg7ZkB yUPtQLT8MbKt5/8rBkBWx4q+7QsFX/OFW1s+MarqBZgJmaVBllYZHJ7YHPWqwr2+QkY7IE hE0UJC+zpO7CHbuzVWdihDxBzIaUyQ7BwWKJK+zrJAfYqgEHz+zQNoigcdQ/Rg== 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 4gPR9G4NLrzvwG; Mon, 25 May 2026 19:42:10 +0000 (UTC) (envelope-from jenkins-admin@FreeBSD.org) Date: Mon, 25 May 2026 19:42:10 +0000 (GMT) From: jenkins-admin@FreeBSD.org To: markj@FreeBSD.org, dev-ci@FreeBSD.org Cc: jenkins-admin@FreeBSD.org Message-ID: <1479816900.1485.1779738130618@jenkins.ci.freebsd.org> In-Reply-To: <1607595980.1477.1779730030233@jenkins.ci.freebsd.org> References: <1607595980.1477.1779730030233@jenkins.ci.freebsd.org> Subject: FreeBSD-stable-15-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 List-Id: List-Post: List-Help: List-Subscribe: List-Unsubscribe: List-Owner: Precedence: list MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_Part_1484_367088216.1779738130411" X-Jenkins-Job: FreeBSD-stable-15-amd64-test X-Jenkins-Result: UNSTABLE List-ID: FreeBSD CI Build Notifications Precedence: bulk ------=_Part_1484_367088216.1779738130411 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit FreeBSD-stable-15-amd64-test - Build #774 (151f0971eaa70db86e22e8c201f05ae3f4d3bd58) - Still Unstable Build information: https://ci.FreeBSD.org/job/FreeBSD-stable-15-amd64-test/774/ Full change log: https://ci.FreeBSD.org/job/FreeBSD-stable-15-amd64-test/774/changes Full build log: https://ci.FreeBSD.org/job/FreeBSD-stable-15-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) bc70af0acdda8e9e2a2b21ccc9870f874d803408 by markj: eventhandler: Fix a race when pruning eventhandlers 473ba783fa0f2fcfff3fc00906bd76766c5ad71f by markj: if_vlan: Use the exclusive lock everywhere deea28af8dced91b7aa50dadc28ec47ca3f1d478 by markj: amd64/vmm: Fix ppt_unmap_mmio() after commit 36b855f18925 151f0971eaa70db86e22e8c201f05ae3f4d3bd58 by markj: eventhandler: Fix the NODEBUG build The failed test cases: 2 tests failed. 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_1484_367088216.1779738130411--