From nobody Sun Oct 08 10:53:45 2023 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 4S3Jtf67pQz4wFl6 for ; Sun, 8 Oct 2023 10:53:46 +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 "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4S3Jtf2lkQz3YtJ; Sun, 8 Oct 2023 10:53:46 +0000 (UTC) (envelope-from jenkins-admin@FreeBSD.org) ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1696762426; a=rsa-sha256; cv=none; b=qzWdGcVsWeZpyNOK3NzQwc0hgw3q7IH4ODmm6/j9gmdrLuQJARIQQW/ATIQ+swQm0SE8Tf xznz59i+5Z4cOWen3jtTSF5wZQ4ciSEj9ic+zS4NUfboZ3dRSzCIthUx0f+wTgtF6pANDn xKkYti087QKPE2LVe3Z9epPX4iC9VD2XvHdFILCqtnF3oPJgxSF2FIhT01Akj2tE5THD+l F8MSsLTOZil4jgo+3BSgIKiIfKWQEhaq64HJvsxnLxI+lB46xKH48rZjgXaDHSVXz7Qw6L sbV0zmFNSLPla0Wvo5A7zGQf8oaKJR4s8cnAenX8sk+lOfdPKgEdm/Urm8tO9g== 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=1696762426; 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=jTvWec04OsnOw5k6c6YAYVm96AauRXH/grDzUKhKNMg=; b=a+gU2sWE3PMhIEPKQI6GJg+Qgazp0cDhkKMZ/7pkYLdzo6KSCd4iRjXloQ+t6vjHN+EbQy PE07TocBGCTCzxS+kuhxNyW4FPqPLlbfBqRoj8XVYw15Q4jbzdOzOir1ml/UIbLMMUCEWW L0PDEKlEuf1HduFBRPkVtao2zSPqjO0ye5VJZ8IbPhXijnEcYUojyOYFAoNSzmmCNHL5/C NDA1gjSelSrXwipl7lMx8MfEBYtma3gwRrWoJIY5vLkVjfD16eCK0M3STjHgpmcpfkAD11 g8mG6xJZQKt29vRw1S6zVzNV/sp962wXkX4v7UiJZ8cd/I2HwKThw7Qt8Wxndg== 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 4S3Jtf1nb2z19S8; Sun, 8 Oct 2023 10:53:46 +0000 (UTC) (envelope-from jenkins-admin@FreeBSD.org) Date: Sun, 8 Oct 2023 10:53:45 +0000 (GMT) From: jenkins-admin@FreeBSD.org To: noreply@github.com, mm@FreeBSD.org, behlendorf1@llnl.gov, dev-ci@FreeBSD.org Cc: jenkins-admin@FreeBSD.org Message-ID: <725423782.5746.1696762426255@jenkins.ci.freebsd.org> In-Reply-To: <1924233070.5742.1696754243773@jenkins.ci.freebsd.org> References: <1924233070.5742.1696754243773@jenkins.ci.freebsd.org> Subject: FreeBSD-main-amd64-test - Build #24226 - 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: Sender: owner-dev-ci@freebsd.org X-BeenThere: dev-ci@freebsd.org MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_Part_5745_1909349155.1696762425864" X-Jenkins-Job: FreeBSD-main-amd64-test X-Jenkins-Result: UNSTABLE List-ID: FreeBSD CI Build Notifications Precedence: bulk ------=_Part_5745_1909349155.1696762425864 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit FreeBSD-main-amd64-test - Build #24226 (9aa71bad2180d3903175d9d19c47f1076637eb25) - Still Unstable Build information: https://ci.FreeBSD.org/job/FreeBSD-main-amd64-test/24226/ Full change log: https://ci.FreeBSD.org/job/FreeBSD-main-amd64-test/24226/changes Full build log: https://ci.FreeBSD.org/job/FreeBSD-main-amd64-test/24226/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) 2a6c62109c74e2f991e385329572def6a5044bb2 by noreply: ARC: Remove b_cv from struct l1arc_buf_hdr 4848a0898e51a7b1483f974ac5be0061fe966481 by noreply: tests/block_cloning: sync before write in fallback test 82d2291398398535b461b5851935a67bbd63e5a6 by noreply: CI: add FreeBSD build with Cirrus CI 96b9cf42e0e4b182b1a6969a89dc44391196e59f by noreply: ARC: Remove b_bufcnt/b_ebufcnt from ARC headers 75a2eb7facc4d82a114198521bc6c87c06d10a1a by behlendorf1: ARC: Drop different size headers for crypto 342357cd9e719d9271f6d1bd339c6a92e6d19785 by noreply: Reduce number of metaslab preload taskq threads. 5b8688e62074874e78fa7ff0056f4bc21c61f0ba by noreply: zfsconcepts: add description of block cloning 8f5aa8cb00fb591c7dc9a91f0f2ff5b42de5f9c1 by behlendorf1: tests: add tests for zpool import behaviour when hostid changes 54b1b1d893cff26417fa8042776d7865d798d765 by behlendorf1: import: require force when cachefile hostid doesn't match on-disk 74ed1ae08a16d836efb4e24759fa4ffdb7d1af30 by noreply: rpm: Fix `make rpm` on Debian/Ubuntu 66b81b349749bc1ba11fa277bee860be03315429 by noreply: ZIL: Reduce maximum size of WR_COPIED to 7.5K 9aa71bad2180d3903175d9d19c47f1076637eb25 by mm: zfs: update zfs_config.h and zfs_gitrev.h missing in b2526e8bfe51 The failed test cases: 3 tests failed. FAILED: sys.netinet6.frag6.frag6_19.frag6_19 Error Message: Global IPv6 statistics do not match: 19 != 20 FAILED: usr.bin.file.file_test.contrib_file_tests Error Message: atf-check failed; see the output of the test for details FAILED: sys.fs.tmpfs.times_test.empty Error Message: Incorrect atime ------=_Part_5745_1909349155.1696762425864--