From nobody Sun Apr 09 17:02:47 2023 X-Original-To: dev-commits-src-all@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 4PvdhZ6hTkz44j4Q; Sun, 9 Apr 2023 17:02:54 +0000 (UTC) (envelope-from mjguzik@gmail.com) Received: from mail-oa1-x2e.google.com (mail-oa1-x2e.google.com [IPv6:2001:4860:4864:20::2e]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "smtp.gmail.com", Issuer "GTS CA 1D4" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4PvdhY40p4z3vMd; Sun, 9 Apr 2023 17:02:53 +0000 (UTC) (envelope-from mjguzik@gmail.com) Authentication-Results: mx1.freebsd.org; none Received: by mail-oa1-x2e.google.com with SMTP id 586e51a60fabf-1842e278605so3733709fac.6; Sun, 09 Apr 2023 10:02:53 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; t=1681059768; x=1683651768; h=content-transfer-encoding:cc:to:subject:message-id:date:from :references:in-reply-to:mime-version:from:to:cc:subject:date :message-id:reply-to; bh=pxu/g4C6VrLDfx1T9dE9iir2rwyNS3T3vGOs4SHjM+M=; b=hUjDHvrNoPtKwgOwpF9J/BuMWha9LS9fndh77lHKa0J5hoOAebWUAC9jeqNTrXDIJj HJ3SCKnAAwO8seG1iKpqSCjqenyzahMNtgsr48x/4PmC2BC6uIum2bYk0aVgeSP+V1QO l+ca24tI1SVjPb/Z9hXHPD7t0pZnc5IGQ86lCOFKoWvym3F5Sfi2rlpTORdEHiVQWTQv HFDsJqDSamz/55FbPy7QeMDbjhQyNsKHyUj6R0c8T9LTgcpMr417XGkfMa6OC2dHurXx s8tGSnJpeFvCb5lIG2BR+kKVOoEFeHqjrPOJYB2mFJL+gjT/VaW3dsOin+YVYJjTgDXa TUmw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; t=1681059768; x=1683651768; h=content-transfer-encoding:cc:to:subject:message-id:date:from :references:in-reply-to:mime-version:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=pxu/g4C6VrLDfx1T9dE9iir2rwyNS3T3vGOs4SHjM+M=; b=Sj3NAC0TSf9uX7UsU7EvHEBgsvpPL/tb9dtcARzU95I3bxJXBi6t+dloIOkhmiW8TP QZIvkhUPGFV2sLyg2Pywy9wjo9xHaSvW8soaFxxxqJ30kRuOAFxsQd/ojg8/zQK/HSoV 1ohZR0RBDzKZGyuqW4mV48wQrFpZMHnHjQOQunyY9qic9NXAcVH40pxxx22Z3BjF0W+r 09wlHAdRigPtciVX9h7oBlgmnIrP4GPB2MvEr0SQPt7Fai9+2T9QG5C80qW+YoinlVaF JRxOizNcBIQH6uesoiSBAtOfpP+QpQrZKM0w6r4XEWsSYGr5gLseEFceyxWCkb2PR+pX A3kA== X-Gm-Message-State: AAQBX9fC7IdBSlE4n2Ai/7+pYbExORB0zAIPBFkyHHI3vhA8pR06O/s6 heLP4xe+p7o26iVnVjUpDJ+ZSFBwz+a6vPoNOksf96gv X-Google-Smtp-Source: AKy350Y8fjyTuudNPHFR+E0IfUI1MEEavj91v0zVy9+hlyxG9SzCajOa/ppnL1QpSd1JNVvXYjCf+cqKGRcNBYIj/fM= X-Received: by 2002:a05:6870:24a2:b0:177:ca1c:2cd5 with SMTP id s34-20020a05687024a200b00177ca1c2cd5mr2434440oaq.4.1681059768443; Sun, 09 Apr 2023 10:02:48 -0700 (PDT) List-Id: Commit messages for all branches of the src repository List-Archive: https://lists.freebsd.org/archives/dev-commits-src-all List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-dev-commits-src-all@freebsd.org X-BeenThere: dev-commits-src-all@freebsd.org MIME-Version: 1.0 Received: by 2002:ac9:798d:0:b0:49c:b071:b1e3 with HTTP; Sun, 9 Apr 2023 10:02:47 -0700 (PDT) In-Reply-To: <7c75b934-cb0a-b32e-bc19-b1e15e8cf3aa@freebsd.org> References: <202304031513.333FD6qw014903@gitrepo.freebsd.org> <20230403231444.CF48911F@slippy.cwsent.com> <20230403232549.73E331A2@slippy.cwsent.com> <20230403235851.84C0467@slippy.cwsent.com> <20230404052811.DA2172C1@slippy.cwsent.com> <7c75b934-cb0a-b32e-bc19-b1e15e8cf3aa@freebsd.org> From: Mateusz Guzik Date: Sun, 9 Apr 2023 19:02:47 +0200 Message-ID: Subject: Re: git: 2a58b312b62f - main - zfs: merge openzfs/zfs@431083f75 To: Charlie Li Cc: Cy Schubert , Rick Macklem , Martin Matuska , src-committers@freebsd.org, dev-commits-src-all@freebsd.org, dev-commits-src-main@freebsd.org Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Rspamd-Queue-Id: 4PvdhY40p4z3vMd X-Spamd-Bar: ---- X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[]; TAGGED_RCPT(0.00)[]; ASN(0.00)[asn:15169, ipnet:2001:4860:4864::/48, country:US] X-Rspamd-Pre-Result: action=no action; module=replies; Message is reply to one we originated X-ThisMailContainsUnwantedMimeParts: N On 4/9/23, Charlie Li wrote: > Cy Schubert wrote: >> I've noticed random artifacts in my emails since the new ZFS. I'm not >> sure >> if it's related to block_cloning or something else. This could mean >> deeper >> trouble. >> > I've also started noticing random artefacts and malformed files whilst > building packages with poudriere, causing all sorts of "exec format > error"s, missing .so files due to corruption, data file corruption > causing unintended failure modes, etc. All without block_cloning; > enabling such causes a panic of its own when starting multiple builder > jails at once. > what's the panic? > -- > Charlie Li > =E2=80=A6nope, still don't have an exit line. > > --=20 Mateusz Guzik