Re: macOS - Sequoia CI task is stuck on the Postgres Github CI

From: Andres Freund <andres(at)anarazel(dot)de>
To: Álvaro Herrera <alvherre(at)kurilemu(dot)de>
Cc: Nazir Bilal Yavuz <byavuz81(at)gmail(dot)com>, PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: macOS - Sequoia CI task is stuck on the Postgres Github CI
Date: 2025-11-26 14:44:51
Message-ID: 3lvw645rr4lukynbjspepgqhiaz3picjh5a2azulaes2oianez@j5y5jrjj6m23
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi,

On 2025-11-26 15:38:37 +0100, Álvaro Herrera wrote:
> > I noticed that the macOS – Sequoia CI task is stuck on the PostgreSQL
> > GitHub CI [1], while the same task runs successfully on the CFBot [2].
> > On the CFBot, the worker jc-m2-1 is used, but the PostgreSQL GitHub CI
> > does not show a specific worker name although it reports
> > instance:PersistentWorkerInstance.
>
> Maybe the problem is just that the macOS workers are too busy? If I go
> to https://cirrus-ci.com/github/postgres/postgres/master I see a bunch
> that are marked as "executing", and if you open those, you see that
> they're all waiting until the "MacOS - Sequoia" task to complete, which
> is state Scheduled. ... and while I was looking at one, it switched to
> running.

The runner was down trying to download a new version of the image, which was
slower than normal, which created a backlog. But now it's downloaded, and the
backlog should be processed in another ~20 minutes.

Separately: We do unfortunately have quite a few spurious failures
lately. NetBSD is the most common failing task, I think that really needs the
upgrade to IPC::Run we've been talking about... But there are some others too.

Greetings,

Andres Freund

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Bertrand Drouvot 2025-11-26 14:54:48 Remove unused struct fields
Previous Message Álvaro Herrera 2025-11-26 14:38:37 Re: macOS - Sequoia CI task is stuck on the Postgres Github CI