MinGW CI tasks fail / timeout

From: Nazir Bilal Yavuz <byavuz81(at)gmail(dot)com>
To: PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Cc: Noah Misch <noah(at)leadboat(dot)com>
Subject: MinGW CI tasks fail / timeout
Date: 2026-03-26 14:40:32
Message-ID: CAN55FZ06xanSbJdHe-CurjX_qNuBWZDEvS1kAk36L38YCtZXnw@mail.gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi,

I noticed that MinGW CI tasks are currently failing and timing out
[1]. It appears that this started after the IPC::Run package was
updated on the MinGW CI image from: 'NJM/IPC-Run-20250809.0.tar.gz' to
'TODDR/IPC-Run-20260322.0.tar.gz' [2]. If I explicitly install
NJM/IPC-Run-20250809.0.tar.gz, then MinGW CI passes again [3].

I guess this PR [4] is responsible for the failures but I am not sure
about the fix so I wanted to bring that topic to -hackers.

[1]
https://cirrus-ci.com/task/6622468279894016 (I run only the first
failing test to get logs)
https://cirrus-ci.com/task/6735321162842112
https://cirrus-ci.com/task/6454511536963584

[2]
Build of MinGW image before 26 March:
https://cirrus-ci.com/task/6096120272650240?logs=build_image#L915
Latest build of MinGW image on 26 March 2026 00:58:
https://cirrus-ci.com/task/6476947640811520?logs=build_image#L905

[3] https://cirrus-ci.com/task/6574128355868672

[4] https://github.com/cpan-authors/IPC-Run/pull/192

--
Regards,
Nazir Bilal Yavuz
Microsoft

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Andres Freund 2026-03-26 14:46:19 Re: MinGW CI tasks fail / timeout
Previous Message Nathan Bossart 2026-03-26 14:37:28 Re: Clean up NamedLWLockTranche stuff