Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA384:256) (Exim 4.89) (envelope-from ) id 1exHtq-0007IB-C1 for buildfarm-members@arkaria.postgresql.org; Sat, 17 Mar 2018 19:53:54 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.89) (envelope-from ) id 1exHtp-0000Ti-0D for buildfarm-members@arkaria.postgresql.org; Sat, 17 Mar 2018 19:53:53 +0000 Received: from makus.postgresql.org ([2001:4800:1501:1::229]) by malur.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA384:256) (Exim 4.89) (envelope-from ) id 1exHto-0000TZ-Ob for buildfarm-members@lists.postgresql.org; Sat, 17 Mar 2018 19:53:52 +0000 Received: from sss.pgh.pa.us ([66.207.139.130]) by makus.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA384:256) (Exim 4.89) (envelope-from ) id 1exHtm-0001iG-ER for buildfarm-members@lists.postgresql.org; Sat, 17 Mar 2018 19:53:51 +0000 Received: from sss1.sss.pgh.pa.us (localhost [127.0.0.1]) by sss.pgh.pa.us (8.14.4/8.14.4) with ESMTP id w2HJrn7C018490 for ; Sat, 17 Mar 2018 15:53:49 -0400 From: Tom Lane To: buildfarm-members@lists.postgresql.org Subject: Please check for possibly-stuck PG buildfarm members MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <18488.1521316429.1@sss.pgh.pa.us> Date: Sat, 17 Mar 2018 15:53:49 -0400 Message-ID: <18489.1521316429@sss.pgh.pa.us> List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Precedence: bulk On 2017-12-31 I added a new regression test to exercise some formerly untested code in plpgsql, and it turns out that the addition exposed a compiler-dependent bug that would send the test into an infinite loop. Buildfarm member fulmar, for one, has been stuck since then; we only noticed when its test output file filled up the disk :-(. I've now pushed a patch that should fix the underlying problem. If you don't routinely monitor your buildfarm member(s), please check to see if any have been stuck building HEAD since January. A look at the buildfarm webpage suggests that at least aholehole, dunlin, leech, markhor, mastodon, and treepie might be suffering effects of this, as they've not reported in for roughly the right amount of time. regards, tom lane