Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1tHw5s-00Avfj-3s for buildfarm-members@arkaria.postgresql.org; Mon, 02 Dec 2024 02:23:24 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.94.2) (envelope-from ) id 1tHw5o-00D4UZ-S6 for buildfarm-members@arkaria.postgresql.org; Mon, 02 Dec 2024 02:23:22 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1tHw5n-00D4UR-Vo for buildfarm-members@lists.postgresql.org; Mon, 02 Dec 2024 02:23:21 +0000 Received: from relay2-d.mail.gandi.net ([217.70.183.194]) by magus.postgresql.org with esmtps (TLS1.2) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1tHw5h-000Zu2-Fg for buildfarm-members@lists.postgresql.org; Mon, 02 Dec 2024 02:23:20 +0000 Received: by mail.gandi.net (Postfix) with ESMTPSA id 6756440003; Mon, 2 Dec 2024 02:23:10 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=vondra.me; s=gm1; t=1733106192; 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: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=V+rczXfg+qs8EhM6AjtWzpejnzyUt0YJuJeR3qbebrk=; b=nQ9BPaxcA0ok6zQpDLxtsMgfw7PNwLkU8GDp/9mTumRt6GZWAMchZwbTaL/PPCR+5inF25 ePfSYlgpBpkfNqMn61yQalxVzljMarXMgKmWYYPTC80iLVK/7txbMvE43MWrF1rb/tM0cE XpN3yEG8bhNN+XmzrfDttjl5rDgq/by7flzr4djbOOS3wtMP2dq8VsmI+gVZZU9JsWFuvt xJ2BcOYyM6816qFCfdN959bNqlJ/c8G2m3TI0JBf7NLCTDp4Mmn3z8IUW8upeNMp5jJDNi LLPZIt3o87d8N3Ub2AccVoNE6sbdn9X819ncpEAdm44p+9EZy9WPMuE+nOxswA== Message-ID: Date: Mon, 2 Dec 2024 03:23:10 +0100 MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: strange git problems on turaco To: Tom Lane Cc: buildfarm-members@lists.postgresql.org References: <6a705172-5b28-4023-a40e-fb7805c717c4@vondra.me> <1515248.1733104590@sss.pgh.pa.us> Content-Language: en-US From: Tomas Vondra In-Reply-To: <1515248.1733104590@sss.pgh.pa.us> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-GND-Sasl: tomas@vondra.me List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk On 12/2/24 02:56, Tom Lane wrote: > Tomas Vondra writes: >> turaco seems to be having some strange git issues - some of the >> buildfarm runs fail like this: > > Have you tried rm -rf'ing its git repo and letting the script > check that out from scratch? The fact that it's just the 17 > branch has a whiff of repo corruption. > I actually nuked the whole buildroot, because the old SD card was having issues and I wasn't sure what might be corrupted. So it's all fresh. But I also first ran ./run_branches.pl --run-all --nosend --nostatus just to make sure everything works fine, and it did ... > Andrew might correct me, but I think you have to remove > both the pgmirror.git directory and the per-branch pgsql > subdirectories to be clean. Don't remove the various > .* status files. > Done. Let's see how quickly it breaks again. regards -- Tomas Vondra