From nobody Fri Dec 23 18:40:27 2022 X-Original-To: stable@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 4Ndwwc0xM7z1HMh3 for ; Fri, 23 Dec 2022 18:40:32 +0000 (UTC) (envelope-from jonc@chen.org.nz) Received: from egress.chen.org.nz (egress.chen.org.nz [170.75.172.82]) by mx1.freebsd.org (Postfix) with ESMTP id 4Ndwwb2qsfz3GG6 for ; Fri, 23 Dec 2022 18:40:31 +0000 (UTC) (envelope-from jonc@chen.org.nz) Authentication-Results: mx1.freebsd.org; dkim=none; spf=pass (mx1.freebsd.org: domain of jonc@chen.org.nz designates 170.75.172.82 as permitted sender) smtp.mailfrom=jonc@chen.org.nz; dmarc=none Received: from mail.chen.org.nz (unknown [210.54.37.164]) by egress.chen.org.nz (Postfix) with ESMTP id 1A714EADE8 for ; Sat, 24 Dec 2022 07:40:30 +1300 (NZDT) Received: from mail.chen.org.nz (localhost [127.0.0.1]) by filter.inside.chen.org.nz (Postfix) with ESMTP id 4C72E51C72 for ; Sat, 24 Dec 2022 07:40:28 +1300 (NZDT) X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on ametrine.inside.chen.org.nz Received: from [192.168.1.10] (gate.inside.chen.org.nz [192.168.1.254]) by mail.chen.org.nz (Postfix) with ESMTPS id 41DF251C6D for ; Sat, 24 Dec 2022 07:40:28 +1300 (NZDT) Message-ID: <4b8b87d9-169c-92e9-2dfc-3a90edf9b3a2@chen.org.nz> Date: Sat, 24 Dec 2022 07:40:27 +1300 List-Id: Production branch of FreeBSD source code List-Archive: https://lists.freebsd.org/archives/freebsd-stable List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-stable@freebsd.org X-BeenThere: freebsd-stable@freebsd.org MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:102.0) Gecko/20100101 Thunderbird/102.6.0 Subject: Re: Unusual errors on recent stable/13 22-Dec-2022 (a related problem report on freebsd-ports?) Content-Language: en-US To: stable@freebsd.org References: <1FEE01D1-61F6-4274-BA97-6453EDC40E14.ref@yahoo.com> <1FEE01D1-61F6-4274-BA97-6453EDC40E14@yahoo.com> From: Jonathan Chen In-Reply-To: <1FEE01D1-61F6-4274-BA97-6453EDC40E14@yahoo.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Spamd-Result: default: False [-3.19 / 15.00]; NEURAL_HAM_MEDIUM(-1.00)[-1.000]; NEURAL_HAM_SHORT(-1.00)[-0.997]; NEURAL_HAM_LONG(-0.99)[-0.994]; R_SPF_ALLOW(-0.20)[+a:egress.chen.org.nz]; RCVD_NO_TLS_LAST(0.10)[]; MIME_GOOD(-0.10)[text/plain]; R_DKIM_NA(0.00)[]; ASN(0.00)[asn:174, ipnet:170.75.160.0/20, country:US]; MLMMJ_DEST(0.00)[stable@freebsd.org]; MIME_TRACE(0.00)[0:+]; FROM_EQ_ENVFROM(0.00)[]; ARC_NA(0.00)[]; RCVD_COUNT_THREE(0.00)[4]; MID_RHS_MATCH_FROM(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; FROM_HAS_DN(0.00)[]; DMARC_NA(0.00)[chen.org.nz]; TO_DN_NONE(0.00)[]; RCPT_COUNT_ONE(0.00)[1]; PREVIOUSLY_DELIVERED(0.00)[stable@freebsd.org]; SUBJECT_HAS_QUESTION(0.00)[] X-Rspamd-Queue-Id: 4Ndwwb2qsfz3GG6 X-Spamd-Bar: --- X-ThisMailContainsUnwantedMimeParts: N On 24/12/22 07:14, Mark Millard wrote: > Jonathan Chen wrote on > Date: Thu, 22 Dec 2022 19:21:37 UTC : > >> I recently updated my package builder machine to the >> stable/13-n253297-fc15d5bf1109of (22-Dec-2022); and appear to be having >> some unusual issues when building with a high number of jobs. My package >> builder uses synth (which uses nullfs on ZFS), and I have had failures >> with missing files, as well as what appears to be sequencing issues with >> Makefiles. If I re-run the build, these errors usually do not reoccur. >> >> I'm puzzled as to what is happening. Is this just happening to me? It >> appears that the ZFS code has been updated recently, and I'm wondering >> whether a regression has crept in. [Or it could just be my hardware?] > > > https://lists.freebsd.org/archives/freebsd-ports/2022-December/003153.html > > indicates a problem with tmpfs use such that using USE_TMPFS=no > avoids a problem for poudriere bulk builds on 13.1 amd64. > (Unclear if the note is for stable/13 vs. releng/13.1 vs. both.) I'll try disabling tmpfs on synth. Thanks! -- Jonathan Chen