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 1rOOD1-003mFF-A4 for pgsql-hackers@arkaria.postgresql.org; Fri, 12 Jan 2024 20:32:55 +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 1rOOD0-005QJ0-G8 for pgsql-hackers@arkaria.postgresql.org; Fri, 12 Jan 2024 20:32:54 +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 1rOOD0-005QIo-6y for pgsql-hackers@lists.postgresql.org; Fri, 12 Jan 2024 20:32:54 +0000 Received: from sss.pgh.pa.us ([68.162.161.243]) by magus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1rOOCx-001FZq-Tl for pgsql-hackers@lists.postgresql.org; Fri, 12 Jan 2024 20:32:53 +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 40CKWmvV757524; Fri, 12 Jan 2024 15:32:48 -0500 From: Tom Lane To: pgsql-hackers@lists.postgresql.org cc: Thomas Munro , Peter Eisentraut Subject: cfbot is failing all tests on FreeBSD/Meson builds MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <757522.1705091568.1@sss.pgh.pa.us> Content-Transfer-Encoding: quoted-printable Date: Fri, 12 Jan 2024 15:32:48 -0500 Message-ID: <757523.1705091568@sss.pgh.pa.us> List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk It looks like every recent cfbot run has failed in the FreeBSD-13-Meson build, even if it worked in other ones. The symptoms are failures in the TAP tests that try to use interactive_psql: Can't call method "slave" on an undefined value at /usr/local/lib/perl5/si= te_perl/IPC/Run.pm line 2889. I suspect that we are looking at some bug in IPC::Run that exists in the version that that FreeBSD release has (but not, seemingly, elsewhere in the community), and that was mostly harmless until c53859295 made all Perl warnings fatal. Not sure what we want to do about this. regards, tom lane