Closed dinbtechit closed 8 months ago
Which version of Tart are you using? Please make sure it's not 2.7.0
which had a regression. 2.7.1
includes a fix.
ohh!! it was indeed 2.7.0
. Let me try upgrading it to 2.7.1
After upgrading to 2.7.1
, tart no longer crashes!
However, strangely I got a new error this time. Any idea, what might be causing this? - tart command returned non-zero exit code: "failed to parse remote name: token recognition error at: ' ' (character 46)"
Gitlab-ci error log
Running with gitlab-runner 16.9.1 (782c6ecb)
on macos-m1-digitalplatformservices YunSgmyJz, system ID: s_aa659e8ec80
Resolving secrets
00:00
Preparing the "custom" executor
00:00
Using Custom executor...
2024/03/12 19:07:36 Pulling the latest version of ghcr.io/cirruslabs/macos-ventura-xcode:latest ventura-xcode...
2024/03/12 19:07:36 tart command returned non-zero exit code: "failed to parse remote name: token recognition error at: ' ' (character 46)"
WARNING: Cleanup script failed: exit status 1
ERROR: Job failed: exit status 1
It seems you set image to ghcr.io/cirruslabs/macos-ventura-xcode:latest ventura-xcode
and it should be just ghcr.io/cirruslabs/macos-ventura-xcode:latest
oops! my bad - that was it. Thank you so much for all the help.. It worked like a charm.
Running with gitlab-runner 16.9.1 (782c6ecb)
on macos-m1 YunSgmyJz, system ID: s_aa659e[2](https://git.novascotia.ca/digitalplatformservices/test-macos-runner/-/jobs/218302#L2)8ec80
Resolving secrets
00:00
Preparing the "custom" executor
00:12
Using Custom executor...
2024/0[3](https://git.novascotia.ca/digitalplatformservices/test-macos-runner/-/jobs/218302#L3)/12 19:29:40 Pulling the latest version of ghcr.io/cirruslabs/macos-ventura-xcode:latest...
2024/03/12 19:29:40 Cloning and configuring a new VM...
2024/03/12 19:29:40 Waiting for the VM to boot and be SSH-able...
2024/03/12 19:29:52 Was able to SSH!
2024/03/12 19:29:52 VM is ready.
Preparing environment
00:02
Running on admins-Virtual-Machine.local...
Getting source from Git repository
00:05
Fetching changes with git depth set to 20...
Initialized empty Git repository in /Users/admin/builds/digitalplatformservices/test-macos-runner/.git/
Created fresh repository.
Checking out 8c5cf61c as detached HEAD (ref is main)...
Skipping Git submodules setup
Executing "step_script" stage of the job script
00:00
WARNING: Starting with version 17.0 the 'build_script' stage will be replaced with 'step_script': https://gitlab.com/groups/gitlab-org/-/epics/6112
$ uname -a
Darwin admins-Virtual-Machine.local 22.6.0 Darwin Kernel Version 22.6.0: Fri Sep 15 13:39:33 PDT 2023; root:xnu-8796.1[4](https://git.novascotia.ca/digitalplatformservices/test-macos-runner/-/jobs/218302#L4)1.3.700.8~1/RELEASE_ARM[6](https://git.novascotia.ca/digitalplatformservices/test-macos-runner/-/jobs/218302#L6)4_VMAPPLE arm64
Cleaning up project directory and file based variables
00:01
Job succeeded
Tart keeps crashing on mac mini m1.
.gitlab-ci.yml
Gitlab output
Full error: