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 1nLCOB-0002LV-Ir for pgsql-hackers@arkaria.postgresql.org; Fri, 18 Feb 2022 23:10:11 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1nLCNd-0004md-4U for pgsql-hackers@arkaria.postgresql.org; Fri, 18 Feb 2022 23:09:37 +0000 Received: from makus.postgresql.org ([2001:4800:3e1:1::229]) by malur.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1nLCNc-0004mU-Ra for pgsql-hackers@lists.postgresql.org; Fri, 18 Feb 2022 23:09:36 +0000 Received: from sss.pgh.pa.us ([66.207.139.130]) by makus.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1nLCNa-0000eB-3F; Fri, 18 Feb 2022 23:09:35 +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 21IN9JS84165379; Fri, 18 Feb 2022 18:09:19 -0500 From: Tom Lane To: Andres Freund cc: Peter Eisentraut , pgsql-hackers@postgresql.org, pgbf@twiska.com, markwkm@postgresql.org, heikki.linnakangas@iki.fi Subject: Re: Time to drop plpython2? In-reply-to: <20220218224104.pv6caojcj2caixa6@alap3.anarazel.de> References: <2924751.1644871692@sss.pgh.pa.us> <43C0836C-AD2F-4433-AFD6-3EA0FDACD745@anarazel.de> <2983839.1644897457@sss.pgh.pa.us> <20220215060131.vccqql2xelbujgtu@alap3.anarazel.de> <20220215214016.theaavgrleb72s5l@alap3.anarazel.de> <20220216195850.2ca4wnivsl3vbsib@alap3.anarazel.de> <20220217065208.2plo6mmx3ssu5fjd@alap3.anarazel.de> <20220217071446.tss2c3ozqpkl22iv@alap3.anarazel.de> <20220217180855.zdupcbamom6z5rxq@alap3.anarazel.de> <20220218224104.pv6caojcj2caixa6@alap3.anarazel.de> Comments: In-reply-to Andres Freund message dated "Fri, 18 Feb 2022 14:41:04 -0800" MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <4165377.1645225759.1@sss.pgh.pa.us> Content-Transfer-Encoding: quoted-printable Date: Fri, 18 Feb 2022 18:09:19 -0500 Message-ID: <4165378.1645225759@sss.pgh.pa.us> List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk Andres Freund writes: > There's one further failure, but the symptoms are quite different. I've = also > pinged its owner. I think it's a problem on the system, rather than our = side, > but less certain than with the other cases: > https://buildfarm.postgresql.org/cgi-bin/show_log.pl?nm=3Dhaddock&dt=3D2= 022-02-17%2023%3A36%3A09 This one was discussed on the buildfarm-owners list last month. There's no 32-bit python3 on that box, and apparently no plans to install one --- it sounded like the box is due for retirement anyway. regards, tom lane