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 1thXjm-003jEB-8o for buildfarm-members@arkaria.postgresql.org; Mon, 10 Feb 2025 17:38:26 +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 1thXjk-003Dhs-Fs for buildfarm-members@arkaria.postgresql.org; Mon, 10 Feb 2025 17:38:24 +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 1thXjk-003Dhl-8u for buildfarm-members@lists.postgresql.org; Mon, 10 Feb 2025 17:38:24 +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.96) (envelope-from ) id 1thXjh-0004f6-1u for buildfarm-members@lists.postgresql.org; Mon, 10 Feb 2025 17:38:23 +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 51AHcJOH2298969 for ; Mon, 10 Feb 2025 12:38:19 -0500 From: Tom Lane To: buildfarm-members@lists.postgresql.org Subject: Please check for stuck buildfarm animals MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <2298967.1739209099.1@sss.pgh.pa.us> Date: Mon, 10 Feb 2025 12:38:19 -0500 Message-ID: <2298968.1739209099@sss.pgh.pa.us> List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk A security patch pushed an hour or two ago turned out to cause an infinite loop on machines where "char" is unsigned. Please check your animals --- if you see a process named "test_escape" that is consuming 100% CPU, just kill it manually and the buildfarm script will clean up. (The script would probably time out eventually, but maybe not for many hours, and we'd kind of like to get buildfarm checks of the security fix done sooner than that.) Thanks! regards, tom lane