From nobody Thu May 28 09:28:04 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 4gR1PJ69kxz6fQWx for ; Thu, 28 May 2026 09:28:04 +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 4gR1PJ44qBz42x0; Thu, 28 May 2026 09:28:04 +0000 (UTC) (envelope-from jenkins-admin@FreeBSD.org) ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1779960484; a=rsa-sha256; cv=none; b=HVxyFEGgDESdB303F/09eEqjZoPr+ZeEysmb5Fu2/aWiIKqSmvizhyH4KhbogDXREFZTY7 DSgaJv/0VHD+t9UACRnyCiWR4OYlk7vOv61pqORHmR0LpASjl5usqAL6t4SexG0Twl9ABE HBcguTHo3RB3M1AjjXO/v2g+CEcHz4DhH2xt4YKZ+4r/4qwz/Wk/hDbKpH7MCBnIwq3tuV 7KyvFsPja1qR+t9YNX/Wvtg0FSvUmxajkGFmvpoBBpA1EUVYTL00Yxl/hrjrHLdt/+J9ao faIcFSbUn3xCevquQfG6unPLvKQnIi5N8Eqf21VwGr6RQ23m7naYMV1b6lyttA== 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=1779960484; 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=7pvbv6QTvqWQ3ufhUFfjWsfd5gHirI53fS71JWlS2l0=; b=PZvT3ndmlS+EpjJL0RaJSCB0PtrcfwWR34fuDWtxlk84k1toPp+nijRzW0HBJC+uc6zL4F nzCDJE5sgdUm6gHcUens2ykYiwi0/sgXAoNMnbunT/jkOfoGgtDwV3Tq9n46+6KjamWhW3 kPhNc5hPu3dHJPsfbroTjsYHLTgE4tAqIH/unBBtwnk96IObdUt32f5sJbLLE6yLH+ZUde 6fWeC8ZX8fpQ/nowLZxFCLPTmUKUiNhESDb7EdDcDZmIYyR/ZhMzuTssxHvxvuDUIIaczj fKYhfvQ6jkTo+9qgTkTVE2s3YS0kHx7bhEQNGC/IkjO3SXH0X8fEADcXdOfZOw== 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 4gR1PJ3f8Yzh8R; Thu, 28 May 2026 09:28:04 +0000 (UTC) (envelope-from jenkins-admin@FreeBSD.org) Date: Thu, 28 May 2026 09:28:04 +0000 (GMT) From: jenkins-admin@FreeBSD.org To: markj@FreeBSD.org, jhb@FreeBSD.org, dev-ci@FreeBSD.org Cc: jenkins-admin@FreeBSD.org Message-ID: <581286559.1709.1779960484516@jenkins.ci.freebsd.org> In-Reply-To: <1396132132.1705.1779952254079@jenkins.ci.freebsd.org> References: <1396132132.1705.1779952254079@jenkins.ci.freebsd.org> Subject: FreeBSD-main-amd64-test - Build #28619 - 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_1708_646087843.1779960484320" X-Jenkins-Job: FreeBSD-main-amd64-test X-Jenkins-Result: UNSTABLE List-ID: FreeBSD CI Build Notifications Precedence: bulk ------=_Part_1708_646087843.1779960484320 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit FreeBSD-main-amd64-test - Build #28619 (96256587b06cfcdbeb1789145f5e427831b3d732) - Still Unstable Build information: https://ci.FreeBSD.org/job/FreeBSD-main-amd64-test/28619/ Full change log: https://ci.FreeBSD.org/job/FreeBSD-main-amd64-test/28619/changes Full build log: https://ci.FreeBSD.org/job/FreeBSD-main-amd64-test/28619/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) 7a436d378951bedbdaa71d45bf236fb001323549 by jhb: ctld: Don't ignore pp/vp values of kernel ports with pp == 0 but vp != 0 caef3c50ac067ca751ba4950f310821a521ebf57 by jhb: ctld: Refactor ioctl port handling d1a8fa2e0f415f941e628f959fa0e70f23058fdb by jhb: ctld: Only check physical port linking in a single configuration context 887841731be60a958e471b9fd79261169b67b7ad by jhb: ctl: Use CAM_PRIORITY_NORMAL for queued CCBs 0beb172898499fff51eed4df3d9284cd1094afbb by markj: ucode: Fix validation on Intel platforms 96256587b06cfcdbeb1789145f5e427831b3d732 by markj: ucode: ucode_error can be defined with static The failed test cases: 1 tests failed. FAILED: sys.acl.00.main Error Message: 1 of 4 tests failed ------=_Part_1708_646087843.1779960484320--