From nobody Tue Aug 25 12:03:36 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 4hTmdk2gzPz6q69r for ; Tue, 25 Aug 2026 12:03: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 "YR2" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 4hTmdh574tz3XCW; Tue, 25 Aug 2026 12:03:36 +0000 (UTC) (envelope-from jenkins-admin@FreeBSD.org) ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1787659416; a=rsa-sha256; cv=none; b=ij5DWAtL7DcovsXf1UcaPt6Q7lGU71IjxUN0GS+Zz8D/A3j3Mxq0czMpG/R0sOWQidTDYG 6mDadl6HAe0ShS/bU8zPj4MS1rnC9uFvWSQYl6wAhn3nY1+btoq2cgkJ4qKQp5EKhzAT8a s0TO7yGnFK0/fJtqwysrylERf2VFpWMG+0MAdFT67pculRTyLABxQZ4ItAKBeIMgosDtdI EYqRhBvd0g+LqDCv2xsE8k2OLzkouKkOtRwVioRRQw4lpKjaqRb+YYFquoce0lepLIOsqW tiVdvKExPPw50u8LtpiZcCllBMunfwWwDZXSr0uYDFYboKWCB0QiUFF1tw+pAA== 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=1787659416; 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=ATd3hOEfgerTFm5jbGTIZfpaPFuhHoIrnpMhVwgsUE8=; b=ig4dmEirqeY1OYxhwwJ5koYnbjVQcCwwww75GnkkLAEa8TakqilD5/Gw/JzJ4fI3L0VSex 8zagU5Sxdv9oPHN/0ilozi53doj0Lk6pd+eCybShkcx2Yb9or6x6murGsCfREUWbcQ6xiW bH2t9sTqeKPEbZlVJFJuvrGxLpoEcJgNZFWzz0t+68SOwKSU8c2Lj2c4kQSJLSwWdYohXR biC+/T7tgxnNT9Gjs00/nVOU+dhYA6dA+LZ2X9/662B6KU313PPGbmyxxHBkgH7hiZr+VC MHBf9/mabSPE/DX9azFwIwuFeiVL2kcpGs6gK6+d5TFFoQ377irboMsojmI3Nw== 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 4hTmdh3xDNzrH2; Tue, 25 Aug 2026 12:03:36 +0000 (UTC) (envelope-from jenkins-admin@FreeBSD.org) Date: Tue, 25 Aug 2026 12:03:36 +0000 (GMT) From: jenkins-admin@FreeBSD.org To: hutter2@llnl.gov, behlendorf1@llnl.gov, dev-ci@FreeBSD.org Cc: jenkins-admin@FreeBSD.org Message-ID: <1771848957.3247.1787659416558@jenkins.ci.freebsd.org> In-Reply-To: <1393422292.3241.1787636731922@jenkins.ci.freebsd.org> References: <1393422292.3241.1787636731922@jenkins.ci.freebsd.org> Subject: FreeBSD-stable-15-amd64-test - Build #1059 - 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_3246_729553098.1787659416361" X-Jenkins-Job: FreeBSD-stable-15-amd64-test X-Jenkins-Result: UNSTABLE List-ID: FreeBSD CI Build Notifications Precedence: bulk ------=_Part_3246_729553098.1787659416361 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit FreeBSD-stable-15-amd64-test - Build #1059 (2c00a4216378d1c7d21cb983d1621a159c755c27) - Still Unstable Build information: https://ci.FreeBSD.org/job/FreeBSD-stable-15-amd64-test/1059/ Full change log: https://ci.FreeBSD.org/job/FreeBSD-stable-15-amd64-test/1059/changes Full build log: https://ci.FreeBSD.org/job/FreeBSD-stable-15-amd64-test/1059/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) e720a4a43c881a83fc2267dd91a634a42b13dbee by behlendorf1: Constify some rrd_*() functions bc9ec31478f2d8965ceec91769cf542e2bfab84d by behlendorf1: Add dbrrd_latest_time() to grab the latest timestamp in the db fff9a0fea2cc02581235803b0a6a016314ddcceb by behlendorf1: freebsd: set mnt_time on the rootfs at mountroot time eb4199c6ae11ec322be1bbf98599323870195215 by behlendorf1: zio_ddt_write: compute have_dvas after taking dde_io_lock 550f18eabfc35a6312e0d382c797ba443fdb291f by behlendorf1: ZTS: Pass dec instead of hex to mknod d76cb2b3b081da56ac450576d9c75579137df667 by behlendorf1: ZTS: statx_dioalign.ksh update to stride_dd b9a8b8b1b1e99ca3e5fec8df67ff2fcce3b6af2b by behlendorf1: ZTS: delegate: add test for send sub-permissions 633b581d916a5ff76632753a3b719644bfb0bdc2 by behlendorf1: ZTS: remove send_delegation tests 9025944dd06f29056f5be38456e094ef8dbabe40 by behlendorf1: ZTS: delegate: add encryption option for test fixture datasets b788cb19dd35e4d4e90c73241b28a91f95416b0b by behlendorf1: ZTS: delegate: check send permissions on encrypted datasets 1672befd88f785327021e29e15295582c6e05f2d by behlendorf1: ZTS: delegate: test send:encrypted ccf236ed47f07a9ff785798c03e26f6909340846 by behlendorf1: zfs_secpolicy_send: lift checks to common function for both 768c8e31f706702a92b32778d1954ac7fa8df237 by behlendorf1: delegate: add 'send:encrypted' permission 027940e0b29def44741652c79305f5f99b932cc0 by behlendorf1: zbookmark_compare: handle "marker" bookmarks with negative levels eb808b3f41d4b24eed9017fe4a79d4cf4c3afe16 by behlendorf1: arc: add a few invariant checks in release builds 4fe728852f3dde94f05114f24d23ee7343cd60bb by hutter2: CI: Have zfs-build-packages workflow build tarballs on Alma (#18662) fa7e71e6e579417d279296f0f40c5b58334120f1 by hutter2: Update our CI runners to the newest FreeBSD 15.1 RELEASE (#18667) 3c27e3395d29d4323aed48436989f3b027697ba8 by hutter2: Linux 7.1 compat: META (#18682) 5f84f4d81031ce03538d4c39c7cb69086013243b by hutter2: Fix handling of _PC_HAS_HIDDENSYSTEM for FreeBSD b021ebcdc9d99e66a0a619d2aa789e8896412f58 by hutter2: zfs_ioctl: fix EBUSY race between quota queries and mount decee0c77aca79d28114485a518abe2a30042f37 by hutter2: CI: Re-allow workflow_dispatch on zfs-qemu e2a344702d5310debeb19bf30a203544325d69c0 by hutter2: initramfs-zfs should not try to copy directories 7e8f6ad78dc882a237852b4dbece4018ac01e9e6 by hutter2: Clean up embedded slog metaslab across txgs 5599bb7802865e98f96435f1c615d83ef73fb786 by hutter2: README: update supported FreeBSD release to 15.1 1dd19c3d8da2071455733f431a368a4975217b81 by hutter2: honor file argument in file_wait_event 0da2e6b397bdd6ba51f765f8dd8ef699eb9d07dc by hutter2: Update mtime/ctime when fallocate grows a file 5e8780ff962ba990006bacc27248d640612f051b by hutter2: ddt_log: Fix refcount tagging for begin/commit 894c103d93219f37265dbcf0aaf9f22a3229c5f9 by hutter2: CI: Increase default watchdog NMI timeout on Linux 14ff1853cdb0abc2964d4013a3d032d507e580c4 by hutter2: Fix race between device removal completion and pool export bc35c81062563739614783e113c2c25266ddb476 by hutter2: linux: handle mmap read beyond file size f4977e472b9da80dedc536f4cdc3c445bbd622c5 by hutter2: Using net/cloud-init to unpin specific python edf191fe49191ce665645167e46dd28fc9e089f5 by hutter2: linux/abd: remove BIO support functions ad8b10f83fd54ffd563fef945391c90273aa0793 by hutter2: Linux 7.2: zpl_super: convert to sget_fc() 51b907812823df3074d66c493f1afe442749521c by hutter2: zpl_ctldir: remove comments describing ancient kernel behaviour 09a876a38830f98d7bea97d77997d186b8baef91 by hutter2: Fix insufficient locking in dedup verify a2c02072f054bff572f171d2923e73621f0d419c by hutter2: libzfs: fix MS_CRYPT/MS_OVERLAY collision with umount2(2) flags d77d40e05e710bdefbe7c1af46bb7a8d78c7fe70 by hutter2: ZTS: ctime_001_pos increase tolerance 68c8dbe42ea8b119b6e16f66bfb22ac901cb4756 by hutter2: build: Fix for building dist target outside of project root d49cdddcef064668ad1d401fe3a16e8d71954fbd by hutter2: Linux: fix zfs_write() infinite loop on unfaultable buffer 977a37cd51b687acd9213cb841158021f83ea0fa by hutter2: linux: batch DMU reads of non-resident pages in mappedread() 910ff1a4e9eb7c9322e61a2d723e347551e81004 by hutter2: Add SECURITY.md policy file b4411799bdff8b1470d75bfe802ab831cb886c15 by hutter2: Fix receive -x according to comment 47f32602d7a21a4defbff565c00182cb355dc9f6 by hutter2: Fix receive of split large blocks with a short trailing chunk d3cb4d1c6b906a797b1aabe93f42a3648b6f61a2 by hutter2: ZTS: migration/setup: clear stale zfs_member label before new_fs 990b9a3d5d13d5bd0679ecdb361f7f7d0236c3a4 by hutter2: ZTS: stop zpool_initialize tests racing initialize to completion 7009da595dc0f66d06015a6081c1b04a250fada2 by hutter2: zpl_inode: remove zpl_rename no-flags variants 2e590aff67e20df1f6385bb31ac4b26b3c66844f by hutter2: CI: Fix race caused by shared ctr file updates 7d8a1e9d26f07703f4aa39407543bc4166598cd3 by hutter2: ZTS: fix zpool_initialize_multiple_pools suspend race 920b3b6bab0770fcf3113bae01606db7c8089e6b by hutter2: Remove libuutil from the pull request template and fix headings c778b1e394e7ff55787bc2eaf3964750e92c85c0 by hutter2: CI: Update Alpine Linux runner to 3.24.1 d6bbb80aedda2482950585a10e70cbd9d9d92482 by hutter2: Rate limit Direct I/O verify zevents a6f557c2cb58499dc3e09f5b91b1b3e4aa9b0c4f by hutter2: Fix reads for blocks freed after being cloned f5330ea341b02843f28ab9c221df8e82e6de46e0 by hutter2: libzfs: fallback VDEV_UPATH to VDEV_PATH for non-DM devices d37f629ce8fbf49d1f47dd9eec26b8fb1ca56784 by hutter2: ZTS: make zpool_iostat_interval_all teardown deterministic 36a398de222704a7581c3781ec70570d9cc77bab by hutter2: L2ARC: bound the rebuild by the write hand on a first sweep 5e2957f7bae2ce8b780cb4b5abb0d874cb89bac1 by hutter2: zdb: output refcounts from verify_spacemap_refcounts() 9623afdb9f35bf7b5c537884affccde844403e73 by hutter2: mmp: skip non-writeable vdevs during activity check 292c190b897fad96c07e99259d90fe81f0753774 by hutter2: libspl: Implement VERIFY_IMPLY and VERIFY_EQUIV af55dd36c59118bbcec09e0314242f93a9e05927 by hutter2: cstyle: better tolerance for struct literals fee6805042b38397fa6eff3bb61f706f816ad79e by hutter2: DDT: Fix several bugs in pruning 5f9bea1147865bf5620a959137526dd6989fcb99 by hutter2: dmu_recv: Avoid potential null deref 51423455a75298d243aa37b550627f3e31b37c2e by hutter2: ZTS: save ZAP_MICRO_MAX_SIZE before the large microzap tests change it 8ff555ea8a4a319c2632e589172dda761d5f66a9 by hutter2: ZTS: make file_check actually compare the resume test results cc010bbc34915310c6f31ca001a66f16b2ca3265 by hutter2: zpool export: return EBUSY when zvol minors are in use a052ffc647e200ac5068828ce72dec067908978b by hutter2: zed: let autoexpand see capacity changes on partitioned disks b00191f3fa1c24e787717b76e6567b1eb22b3e10 by hutter2: zfs: fix stale POSIX ACL cache after rollback 51421b0efbc818d366a7ef627883250ffd639c07 by hutter2: Fix DMU bonus hold leak on I/O error 49086325ba7f9651ec540ea446dc1e64c280786a by hutter2: Add missing checks to zfs_clone_range_replay() 17834383e58453d0e334a4068a8f830cbaadb251 by hutter2: libzfs: Do not call munmap() when mmap() fails bcf2999dbd197aafd387679c5f80736ea818c0f3 by hutter2: libzfs: don't truncate a resolved vdev path in zpool_vdev_name() 22336114452d7a8809b1ef0e19dc96fa78955ce9 by hutter2: libzfs: String trimming should not operate out of bounds 9683c86c42d37af79fbb4617bf863628ff35ff9a by hutter2: mmp: do not require writes to mirror legs the config marks absent 62a341175fdb2303b3373de224ea9eba05ffe0d8 by hutter2: ZTS: add coverage for the MMP claim on a degraded mirror 8be87df6156256f590251c17ef0fde78edc6b64e by hutter2: libzfs: don't read a dataset handle after closing it in resume send 67d36b8075a18b5177c4968ac8b68dcefa7c67c5 by hutter2: man: zvol_request_sync is not ignored under blk-mq 9a84f3b5dd54ceafe1f15011ecd324d7654e12ec by hutter2: CI: publish the per-VM test counter atomically 3e8965e780d8de9beab929e1444f01b1489ba339 by hutter2: CI: don't fail a passing job when a log reader has already exited 96eafcf17e2e551e0ddf955add746f77cfa1a067 by hutter2: build: Fix release detection when build dir is not source dir dffd011d96d42c4e8db4b33d8d5b1f9037a3ba55 by hutter2: ZTS: don't read a command's exit status as a missing binary 02861fdeb76e4221b428d4cbc6680bc8380d3061 by hutter2: nvpair: Fix operator precedence 81afa83d0bcb3a7c5b84eefef020e7ce7768aab9 by hutter2: Linux 6.18 compat: vfs_parse_fs_string() takes 3 args c4e020c1563a5deee76582db01a923149838c345 by hutter2: Linux 6.3: follow_down() gains flags arg bda84a4fb68df584616c8c70a5d525a5527094be by hutter2: Linux 5.19/6.17: handle differences in how to flush delay workqueue 9926f72b8f5eeb732639b483706fe39204ad4b4c by hutter2: CodeQL: Flag implicit compare-then-assign in branch conditions ec565e143c7c4b57c025c9f8fec972ae0de4b21a by hutter2: nvpair: Improve native handling of unterminated strings 88c5af6390f066340a468675ccc1de7bc2040ed3 by hutter2: nvpair: i_get_value_size() string array handling tweak c714cc5a3406518e4d510b81457186b4d45eaa27 by hutter2: Fix negative time overflows in DDT pruning 6c7be416facb9b14717d9b5d92b3d0c40f476028 by hutter2: Linux 7.2 compat: META d9031a262b3633378212cb0b12f6da57906ab52b by hutter2: Make systemd-udev-settle optional for the import units bc53c75223a40dddd85efa8c273481d14c6298bc by hutter2: zhack: add "mmp reclaim" to recover a pool stranded by MMP fb7d409286d78a9e470fd06966c8d8d07bc89e5c by hutter2: ZTS: add coverage for zhack mmp reclaim 9e07bfac7d22497716620d2730a89f7100a00159 by hutter2: mmp: tell a failed uberblock claim apart from remote activity 602794cc2b0f8f6354d0afe20decf4fdc8cb6173 by hutter2: config: detect idmap method via generic_permission test 92b8a665b4974223f8137f0ebe9fb3db2000ae61 by hutter2: ZTS: test secpolicy_sys_config correctly limits namespace access 76aeadddd4a6dd2a1dcf1ba3a09cc0adaf1f663c by hutter2: ZTS: test secpolicy_zinject correctly limits namespace access 91a8d72d71cb63f283cf10bd3205985b63c9c033 by hutter2: secpolicy_nfs: remove, not used 19db2358a1a4e0e778bf250275761f2b4ce665e1 by hutter2: secpolicy_zinject: only permit a global zone credential d3a101bbc0e0dfdc958c743e692262b022d17e1a by hutter2: secpolicy_sys_config: only permit a global zone credential 6ebae07fa9953d0fbe06bbb726bee4ed53d55019 by hutter2: secpolicy_zfs: add a note about the power of CAP_SYS_ADMIN 907dd00bf926493927826883e74326a15905adb4 by hutter2: vdev_open: pass credential to check for permission to open device 07f76455bf94a18e992661ea6b8430acf14b5177 by hutter2: zfs_file_open: add cred arg, use it to check access 2900998b5c169f972a321edf0e7942c88cc6f7d7 by hutter2: vdev_file: use calling cred to check for device access 90c5f63087846555b933cc57f5b7d174909b8eb9 by hutter2: vdev_disk: use calling cred to check for device access 8c5e28db94fdfd22a4ef25d5522740efedc7f9cc by hutter2: ZTS: device access tests 8f8bc4f261eb5075ea896a19982ff0bb5b2f2d80 by hutter2: [zfs-2.4.4] Add 'capsh' to commands.cfg 71a9f9578616a90c3c14bb59629fb4d31bfd68d1 by hutter2: Tag zfs-2.4.4 The failed test cases: 2 tests failed. FAILED: lib.libarchive.functional_test.test_read_filter_lz4_raw_skip Error Message: atf-check failed; see the output of the test for details FAILED: sys.netpfil.common.rdr.ipfnat_local_redirect Error Message: Redirect failed ------=_Part_3246_729553098.1787659416361--