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 1tHvfv-00AsXw-Vx for buildfarm-members@arkaria.postgresql.org; Mon, 02 Dec 2024 01:56:35 +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 1tHvft-00CvJt-8f for buildfarm-members@arkaria.postgresql.org; Mon, 02 Dec 2024 01:56:34 +0000 Received: from makus.postgresql.org ([2001:4800:3e1:1::229]) by malur.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1tHvft-00CvHD-2F for buildfarm-members@lists.postgresql.org; Mon, 02 Dec 2024 01:56:34 +0000 Received: from sss.pgh.pa.us ([68.162.161.243]) by makus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1tHvfr-000ZVg-Qz for buildfarm-members@lists.postgresql.org; Mon, 02 Dec 2024 01:56:33 +0000 Received: from sss1.sss.pgh.pa.us (localhost [127.0.0.1]) by sss.pgh.pa.us (8.15.2/8.15.2) with ESMTP id 4B21uUN51515249; Sun, 1 Dec 2024 20:56:31 -0500 From: Tom Lane To: Tomas Vondra cc: buildfarm-members@lists.postgresql.org Subject: Re: strange git problems on turaco In-reply-to: <6a705172-5b28-4023-a40e-fb7805c717c4@vondra.me> References: <6a705172-5b28-4023-a40e-fb7805c717c4@vondra.me> Comments: In-reply-to Tomas Vondra message dated "Mon, 02 Dec 2024 02:20:35 +0100" MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <1515247.1733104590.1@sss.pgh.pa.us> Date: Sun, 01 Dec 2024 20:56:30 -0500 Message-ID: <1515248.1733104590@sss.pgh.pa.us> List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk 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. 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. regards, tom lane