From nobody Wed Oct 30 21:28:02 2024 X-Original-To: freebsd-current@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 4Xf0bc0nGDz5c40R for ; Wed, 30 Oct 2024 21:28:12 +0000 (UTC) (envelope-from lexi@le-fay.org) Received: from fuchsia.eden.le-Fay.ORG (fuchsia.eden.le-fay.org [IPv6:2001:8b0:aab5:107::11]) by mx1.freebsd.org (Postfix) with ESMTP id 4Xf0bb5qdLz41B7 for ; Wed, 30 Oct 2024 21:28:11 +0000 (UTC) (envelope-from lexi@le-fay.org) Authentication-Results: mx1.freebsd.org; none Received: from iris.eden.le-Fay.ORG (iris.eden.le-fay.org [IPv6:2001:8b0:aab5:7::11]) by fuchsia.eden.le-Fay.ORG (Postfix) with ESMTP id 766021AB1; Wed, 30 Oct 2024 21:28:03 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=le-fay.org; s=fuchsia; t=1730323683; bh=yXCUnm/kru/fxwi32vMfKnQWClejPI3yg7o21ZCYNgU=; h=Date:Subject:To:Cc:References:From:In-Reply-To; b=usTWdJm8DaXmJ/QKkwzGce0Sj2nXBAqfNgnQXq3/TQtXOOFbLJLwMXRrKFqGiBJlx A2aU991rg8SdBKEU/GPshsmf/Ckxzt9cAsuJKMgpZERpF/ey3hSqyriZcGdhOAc2HM PDU8g2dT2axG69y9X9DYEPipwTFVSnROkcyHrDq0= Received: from [IPV6:2001:8b0:aab5:c210:20f8:9154:fcf8:9d18] (unknown [IPv6:2001:8b0:aab5:c210:20f8:9154:fcf8:9d18]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature ECDSA (secp384r1) server-digest SHA384) (No client certificate requested) by iris.eden.le-Fay.ORG (Postfix) with ESMTPSA id B5D932C0475; Wed, 30 Oct 2024 21:28:01 +0000 (GMT) Message-ID: <718c2958-0e2e-476a-bbc7-738b66a8124c@le-fay.org> Date: Wed, 30 Oct 2024 21:28:02 +0000 List-Id: Discussions about the use of FreeBSD-current List-Archive: https://lists.freebsd.org/archives/freebsd-current List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-current@FreeBSD.org MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: buildworld FAILURE:googletest Content-Language: en-GB To: "Simon J. Gerraty" Cc: Larry Rosenman , Freebsd current References: <3defd95fd3c26a76cb5adf68977e30e1@lerctr.org> <8fc6573e8789a983517eb024949ec555@lerctr.org> <55583.1730320961@kaos.jnpr.net> From: Lexi Winter In-Reply-To: <55583.1730320961@kaos.jnpr.net> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Rspamd-Pre-Result: action=no action; module=replies; Message is reply to one we originated X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[]; ASN(0.00)[asn:20712, ipnet:2001:8b0::/32, country:GB] X-Rspamd-Queue-Id: 4Xf0bb5qdLz41B7 X-Spamd-Bar: ---- On 30/10/2024 20:42, Simon J. Gerraty wrote: > Would need more context to comment. > Do you have filemon(4) loaded? yes. > meta mode makes very little difference for a clean tree build, > it is only update builds where the .meta files become super useful. this was a build updating an existing obj tree from ~53314e34d5e8e7f781ab990805b22f7a56bc0580 to ~22429a464a5f4f6bb5a056aae1353985db83b721 so about 10 days worth of changes. > Though they are always good for build failure triage - helps if you have > MK_META_ERROR_TARGET=yes then you would get the failing .meta file(s) > copied to ERROR_LOGDIR which defaults to ${SRCTOP:H}/error/ i will look at setting this in case it helps debug any future build issues.