From nobody Tue Jul 09 23:35:11 2024 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 4WJcmJ5jdMz5RJlf for ; Tue, 09 Jul 2024 23:35:12 +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 "R11" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4WJcmJ2b5Tz42Gw; Tue, 9 Jul 2024 23:35:12 +0000 (UTC) (envelope-from jenkins-admin@FreeBSD.org) ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1720568112; a=rsa-sha256; cv=none; b=yNaJa2nX7CWw/vObgGcynWFLFQL8xRqexHG3CWLMCwgLq1/BSMTxguUgbts9s7d/4GM2TC otXy1Sp5PnIx0Dsvb9dHvCUw7gIoy8msoVrkwncyb6fLE+7koAauu1oSlFaILI2FMzwC3D B39c+zQ0vyUxlnGmAkEXhavm1RdcN/DpqmG56oZpD5uFpkmx3eDtdJ3RwZ7XDwJIX0FZxo vDo3y68lHMu8woZnfebunw7z0fwUd5cUCtIZJnT9DE1v9r4gtvB5LANOu0bMFlX28kaKDX dQ3weWXQrRZ5wGcU/wSHWgJ4smyytjcbH5ObX+Bh7X1PUPAX02Q5zy3iuHuNQA== 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=1720568112; 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: list-id; bh=WxA1y4wJpMqu7XTMIdgcQM/OPGUFLkEDRjCuu9wjsDI=; b=b7HHf9AZYP12sTlpynv2fyBavo8lxnt/sEJ2hyL5JPeSYfAz33xn4frLAT9+kPz81AxTrP lFQ4QAE6Tyqmp8Dvt2fVyBirA68ZfzDXWloNaQjaWxDO2Diqcw2x9oxvjfJrulMx7kaYQz SyHHAF/LH1UP3GDZidpe1NrhY4d3WkEpauLh8jjKgG+XrtL376yh74DwpzkbP9TG45g3hV WopuId6rXEWUl+zJrrhybOzBrON+BE7liE6zUp6uyZwbaRFSR0mhPErzVHjP8zhMRCCNA0 eVTyYRZ5ZWHmXvuZsOhKseChz+YrZTyLyWqCVKiz9OShOW41zwMBWoWw7461FQ== 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 4WJcmJ1x6Nzv39; Tue, 9 Jul 2024 23:35:12 +0000 (UTC) (envelope-from jenkins-admin@FreeBSD.org) Date: Tue, 9 Jul 2024 23:35:11 +0000 (GMT) From: jenkins-admin@FreeBSD.org To: mhorne@FreeBSD.org, rmacklem@FreeBSD.org, rew@FreeBSD.org, kp@FreeBSD.org, dev-ci@FreeBSD.org Cc: jenkins-admin@FreeBSD.org Message-ID: <675264736.743.1720568112307@jenkins.ci.freebsd.org> Subject: FreeBSD-main-amd64-test - Build #25303 - 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 MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_Part_742_1824997292.1720568111529" X-Jenkins-Job: FreeBSD-main-amd64-test X-Jenkins-Result: UNSTABLE List-ID: FreeBSD CI Build Notifications Precedence: bulk ------=_Part_742_1824997292.1720568111529 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit FreeBSD-main-amd64-test - Build #25303 (5f75cd390a67cbec06993c4c66f784f0f777c854) - Unstable Build information: https://ci.FreeBSD.org/job/FreeBSD-main-amd64-test/25303/ Full change log: https://ci.FreeBSD.org/job/FreeBSD-main-amd64-test/25303/changes Full build log: https://ci.FreeBSD.org/job/FreeBSD-main-amd64-test/25303/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) ae4c7e6aa0361f67abeeadb7b60ee22815895be7 by mhorne: riscv: fix pv_chunk check in pmap_pv_demote_l2() e7f849e25bbca9a74c9d3a5b633f9cd01ba95a55 by mhorne: amd64: use pc_is_full() helper function 3114d55866b86ca1132923211936aa23881b0057 by rew: sound: drop midistat lock in error path 77439cd18f342fa4f206d4fb35d40c1d02e1bf8c by rmacklem: nfsd: Add option to disable going into daemon mode f7dc514c01d0a3a08e329744eb15c4af495f5fea by rmacklem: nfsd.8: Update the man page for -N 5f75cd390a67cbec06993c4c66f784f0f777c854 by kp: if_pfsync: lock buckets during pfsync_drop() The failed test cases: 2 tests failed. FAILED: libexec.tftpd.functional.rrq_window_rfc7440_v4 Error Message: Test case body timed out FAILED: sys.geom.class.eli.setkey_test.setkey_passphrase Error Message: atf-check failed; see the output of the test for details ------=_Part_742_1824997292.1720568111529--