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 1tHv7I-00AoZ2-D5 for buildfarm-members@arkaria.postgresql.org; Mon, 02 Dec 2024 01:20:48 +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 1tHv7E-00CfjE-WE for buildfarm-members@arkaria.postgresql.org; Mon, 02 Dec 2024 01:20:46 +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 1tHv7E-00Cfj5-Aq for buildfarm-members@lists.postgresql.org; Mon, 02 Dec 2024 01:20:46 +0000 Received: from relay5-d.mail.gandi.net ([2001:4b98:dc4:8::225]) by magus.postgresql.org with esmtps (TLS1.2) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1tHv78-000ZX0-Gv for buildfarm-members@lists.postgresql.org; Mon, 02 Dec 2024 01:20:44 +0000 Received: by mail.gandi.net (Postfix) with ESMTPSA id AFEF21C0003 for ; Mon, 2 Dec 2024 01:20:36 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=vondra.me; s=gm1; t=1733102436; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=E3aaMB7okZk8Qpr7+OKzENzuWlAgpJKWkKZQp6ztOMI=; b=iQoqKjpy+l7Be/gtyRdgGGF+2oDv6b3B/i46a527hq7pRxPL6N7hVdRIem3WRo7alvns0J qEsX1gu1pdFdRn6caWgVYfc7ghLqppSeDj+uDhjZsRVeB+3X/b/c5UIDXhH2ewzDkHdf9r JVwkc2IYiSXzYasleUThCegRIhEzwkhNWFv3w0OrIH7Ogn/3rWpFBeB1JQBQjutUrquU5f 3AK7EJoGj25w2GVEbKTKNcFxTYJFrTW7Fbsbk0LxfqwrE3AjIcgvns03Mu0thux3GyGCd5 Pq1nTqIYoRIIBz3YwPUI3sHvhJ4fKOinoLYudJ0AtQTmnUE9lCGeb9SnkokK+w== Message-ID: <6a705172-5b28-4023-a40e-fb7805c717c4@vondra.me> Date: Mon, 2 Dec 2024 02:20:35 +0100 MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Content-Language: en-US To: buildfarm-members@lists.postgresql.org From: Tomas Vondra Subject: strange git problems on turaco 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 Hi, turaco seems to be having some strange git issues - some of the buildfarm runs fail like this: turaco:REL_16_STABLE [22:41:11] OK Sun Dec 1 22:41:27 2024: buildfarm run for turaco:REL_17_STABLE starting turaco:REL_17_STABLE [22:41:27] checking out source ... Missing checked out branch bf_REL_17_STABLE: fatal: not a git repository (or any parent up to mount point /mnt) Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). turaco:REL_17_STABLE [22:41:32] failed at stage pgsql-Git Sun Dec 1 22:41:33 2024: buildfarm run for turaco:HEAD starting turaco:HEAD [22:41:33] checking out source ... I initially suspected this might be due to aging storage (SD card on rpi), but I replaced that, and there's nothing strange in dmesg. Also, other branches seem to be working fine ... Any ideas what could be causing this? regards -- Tomas Vondra