From nobody Thu Jun 4 10:26:38 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 4gWLMf6zWSz6gT7B for ; Thu, 04 Jun 2026 10:26:38 +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 4gWLMf3QWSz3DWY; Thu, 04 Jun 2026 10:26:38 +0000 (UTC) (envelope-from jenkins-admin@FreeBSD.org) ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1780568798; a=rsa-sha256; cv=none; b=l+XQc4LGv3NvpUtQyD+obt+Wj706bLQ+B0nipBqTWm5riduzDwYPoOWrvZWHFxsOkUg3NE IPOLOFMSsdDmWr9nRzWZ2YnvXaMFtx96HFEPRTin2kYMDZwbAzd8+K+sUywrvLw2aZg9iw +NjdSfmgbbqnybEXrxPAYWKSzGglC3gATTh2OnoCmvTKSfxpFKgobu9zT4oXv+SiYwH704 uLLPGEsogDB8/5FAzK1kE2o17iUxTVhjpHqg/aBu9dBoXd2sP4dd1xo9YRIbKvxe4aakTk 8Akm4oXYWE/1UTB8kFcSMrFmrwkPia6mPHYEGBKa2tIdEPUKYgRgR3gdL1OrzQ== 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=1780568798; 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=jlyTg2h4erM7YuhMeMbzyamBITNLHdpPDAyPabJzveY=; b=DIGjouec3jRUVXM9TBxyJGKUzCpYg/loF+P4PQ3ibNb2kIrSH4Wo/QpLJ0sJbzPbaF4mBv B7i6fKzPpRM+tepapcv4rhh6B9zpuNYDI62EYcc/hj+STqe3mX1MWNp3MR42LUJrx8GBdc 4RgQmCvS3qcYeetbBuoPuA1Sp05EEj+NZL2X/CiSZUNov95P5+2ebCwJLKmcvQ2RW6ftfv cvFESuJII+R3Y3lic5XC3Ibkdy+VBCZykaQvM1mVy8oPbAzH/Jx1YgIMEulWLgMTKuEgMx bZh9rUdEp6anI0RjnGw2e1voawpJzfzBTlEoJFP2QsTgpEKy5FUv5kls78tBig== 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 4gWLMf2z2BztvQ; Thu, 04 Jun 2026 10:26:38 +0000 (UTC) (envelope-from jenkins-admin@FreeBSD.org) Date: Thu, 4 Jun 2026 10:26:38 +0000 (GMT) From: jenkins-admin@FreeBSD.org To: kevans@FreeBSD.org, dev-ci@FreeBSD.org Cc: jenkins-admin@FreeBSD.org Message-ID: <397147929.2217.1780568798421@jenkins.ci.freebsd.org> In-Reply-To: <1857270809.2215.1780559734724@jenkins.ci.freebsd.org> References: <1857270809.2215.1780559734724@jenkins.ci.freebsd.org> Subject: FreeBSD-main-amd64-test - Build #28681 - 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_2216_18820742.1780568798230" X-Jenkins-Job: FreeBSD-main-amd64-test X-Jenkins-Result: UNSTABLE List-ID: FreeBSD CI Build Notifications Precedence: bulk ------=_Part_2216_18820742.1780568798230 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit FreeBSD-main-amd64-test - Build #28681 (a05af6ddf9016e4ea4f0b361aa674e7ece6fe7ec) - Still Unstable Build information: https://ci.FreeBSD.org/job/FreeBSD-main-amd64-test/28681/ Full change log: https://ci.FreeBSD.org/job/FreeBSD-main-amd64-test/28681/changes Full build log: https://ci.FreeBSD.org/job/FreeBSD-main-amd64-test/28681/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) b230a7b9a52c0fc948f4f1dcd1225a94674073f6 by kevans: kern: ofw: provide ofw_bus_destroy_iinfo to teardown interrupt-map 31a94ec32b53ebf6227bc868ce4f7aa07650680d by kevans: pci: pci_host_generic: provide cleanup methods outside of detach a05af6ddf9016e4ea4f0b361aa674e7ece6fe7ec by kevans: pci: bcm2838: cleanup on attach failure to fix devmatch panic The failed test cases: 1 tests failed. FAILED: usr.bin.file.file_test.contrib_file_tests Error Message: atf-check failed; see the output of the test for details ------=_Part_2216_18820742.1780568798230--