Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1mWgGy-0005kj-W8 for buildfarm-members@arkaria.postgresql.org; Sat, 02 Oct 2021 14:45:56 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1mWgGx-0008GP-6n for buildfarm-members@arkaria.postgresql.org; Sat, 02 Oct 2021 14:45:55 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1mWgGx-0008ER-1k for buildfarm-members@lists.postgresql.org; Sat, 02 Oct 2021 14:45:55 +0000 Received: from sss.pgh.pa.us ([66.207.139.130]) by magus.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1mWgGu-0002Oc-Jo for buildfarm-members@lists.postgresql.org; Sat, 02 Oct 2021 14:45:54 +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 192EjmXa3689083; Sat, 2 Oct 2021 10:45:48 -0400 From: Tom Lane To: Noah Misch cc: buildfarm-members@lists.postgresql.org Subject: Re: Animals with old SSL may find no build required In-reply-to: <20211002070010.GB205991@rfd.leadboat.com> References: <20211002070010.GB205991@rfd.leadboat.com> Comments: In-reply-to Noah Misch message dated "Sat, 02 Oct 2021 00:00:10 -0700" MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <3689081.1633185948.1@sss.pgh.pa.us> Content-Transfer-Encoding: quoted-printable Date: Sat, 02 Oct 2021 10:45:48 -0400 Message-ID: <3689082.1633185948@sss.pgh.pa.us> List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk Noah Misch writes: > build-farm.conf.sample defaults to git_ignore_mirror_failure=3D>1. With= that > setting, if a buildfarm member SSL setup breaks, the member will appear = to be > functioning, but it will find no changes to test: > Sat Oct 2 04:35:22 2021: buildfarm run for frogfish:REL9_6_STABLE start= ing > git version 1.7.10.4 too old for automatic default branch update > frogfish:REL9_6_STABLE [04:35:23] checking out source ... > frogfish:REL9_6_STABLE [04:35:58] checking if build run needed ... > frogfish:REL9_6_STABLE [04:35:58] No build required: last status =3D Fri= Sep 24 23:15:14 2021 GMT, current snapshot =3D Sat Sep 25 14:53:55 2021 G= MT, changed files =3D 0 FWIW, if you are using run_branches.pl, the failure will happen earlier. What I am getting on prairiedog is error getting branches of interest: 500 Can't connect to buildfarm.postgre= sql.org:443 (certificate verify failed) at ./run_branches.pl line 201. I worked around it for the moment by s/https/http/g in the config file, but I'm hoping to find where the obsolete trust store is and update it. (I thought updating perl's Mozilla::CA would do the trick, but nope.) regards, tom lane