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 1qjEcB-009vPm-T7 for pgsql-hackers@arkaria.postgresql.org; Thu, 21 Sep 2023 08:00:47 +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 1qjEcA-009ZGs-AJ for pgsql-hackers@arkaria.postgresql.org; Thu, 21 Sep 2023 08:00:46 +0000 Received: from makus.postgresql.org ([2001:4800:3e1:1::229]) by malur.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1qjEc9-009ZGT-Vs for pgsql-hackers@lists.postgresql.org; Thu, 21 Sep 2023 08:00:45 +0000 Received: from smtp.outgoing.loopia.se ([93.188.3.37]) by makus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1qjEc3-005lqj-5C for pgsql-hackers@lists.postgresql.org; Thu, 21 Sep 2023 08:00:44 +0000 Received: from s807.loopia.se (localhost [127.0.0.1]) by s807.loopia.se (Postfix) with ESMTP id 8E94C2FB09CE for ; Thu, 21 Sep 2023 10:00:37 +0200 (CEST) Received: from s934.loopia.se (unknown [172.22.191.5]) by s807.loopia.se (Postfix) with ESMTP id 7F67E2E285FA; Thu, 21 Sep 2023 10:00:37 +0200 (CEST) Received: from s470.loopia.se (unknown [172.22.191.5]) by s934.loopia.se (Postfix) with ESMTP id 7DA7E7CEA90; Thu, 21 Sep 2023 10:00:37 +0200 (CEST) X-Virus-Scanned: amavisd-new at amavis.loopia.se X-Spam-Flag: NO X-Spam-Score: -1 X-Spam-Level: X-Spam-Status: No, score=-1 tagged_above=-999 required=6.2 tests=[ALL_TRUSTED=-1] autolearn=disabled Received: from s981.loopia.se ([172.22.191.6]) by s470.loopia.se (s470.loopia.se [172.22.190.34]) (amavisd-new, port 10024) with UTF8LMTP id 47zWtPVYRpMp; Thu, 21 Sep 2023 10:00:37 +0200 (CEST) X-Loopia-Auth: user X-Loopia-User: daniel@yesql.se X-Loopia-Originating-IP: 89.255.232.193 Received: from smtpclient.apple (customer-89-255-232-193.stosn.net [89.255.232.193]) (Authenticated sender: daniel@yesql.se) by s981.loopia.se (Postfix) with ESMTPSA id 3673422B1783; Thu, 21 Sep 2023 10:00:37 +0200 (CEST) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 16.0 \(3696.120.41.1.3\)) Subject: Re: CI: Unfamiliar error while testing macOS From: Daniel Gustafsson In-Reply-To: Date: Thu, 21 Sep 2023 10:00:36 +0200 Cc: PostgreSQL Hackers Content-Transfer-Encoding: quoted-printable Message-Id: <8423DCBA-40C0-45C8-8955-896990910B88@yesql.se> References: To: "Hayato Kuroda (Fujitsu)" X-Mailer: Apple Mail (2.3696.120.41.1.3) List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk > On 21 Sep 2023, at 05:25, Hayato Kuroda (Fujitsu) = wrote: >=20 > Dear hackers, >=20 > While developing my patch, I found that the CI for macOS failed with = unknown error [1]. > Do you know the reason why it happened? Please tell me if you have = workarounds... >=20 > It failed the test at "Upload 'ccache' cache". The Cirrus app said a = following message: >=20 >> Persistent worker failed to start the task: remote agent failed: = failed to run agent: wait: remote command exited without exit status or = exit signal That looks like a transient infrastructure error and not something = related to your patch, it will most likely go away for the next run. -- Daniel Gustafsson