Re: CI, macports, darwin version problems

From: Joe Conway <mail(at)joeconway(dot)com>
To: Thomas Munro <thomas(dot)munro(at)gmail(dot)com>
Cc: Christophe Pettus <christophe(dot)pettus(at)pgexperts(dot)com>, Andres Freund <andres(at)anarazel(dot)de>, Nazir Bilal Yavuz <byavuz81(at)gmail(dot)com>, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: CI, macports, darwin version problems
Date: 2024-09-09 01:37:55
Message-ID: 7bfc6f06-b3f7-4433-9c25-47bae9da6286@joeconway.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 9/8/24 16:55, Thomas Munro wrote:
> On Sat, Aug 3, 2024 at 12:07 AM Joe Conway <mail(at)joeconway(dot)com> wrote:
>> I tried making this run like a service using launchctl, but that was
>> giving the permissions errors. I finally gave up trying to figure it out
>> and just accepted that I need to manually start the script whenever I
>> reboot the mac.
>
> It seems to be unhappy recently:
>
> Persistent worker failed to start the task: tart isolation failed:
> failed to create VM cloned from
> "ghcr.io/cirruslabs/macos-runner:sonoma": tart command returned
> non-zero exit code: "tart/VMStorageOCI.swift:5: Fatal error: 'try!'
> expression unexpectedly raised an error: Error
> Domain=NSCocoaErrorDomain Code=512 \"The file “ci-run” couldn’t be
> saved in the folder “Users”.\" UserInfo={NSFilePath=/Users/ci-run,
> NSUnderlyingError=0x6000019f0720 {Error Domain=NSPOSIXErrorDomain
> Code=20 \"Not a directory\"}}"

Seems the mounted drive got unmounted somehow ¯\_(ツ)_/¯

Please check it out and let me know if it is working properly now.

--
Joe Conway
PostgreSQL Contributors Team
RDS Open Source Databases
Amazon Web Services: https://aws.amazon.com

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Yugo Nagata 2024-09-09 01:53:35 Fix possible memory leak in rescanLatestTimeLine()
Previous Message jian he 2024-09-09 01:36:00 Re: not null constraints, again