Skip to content
GitLab
Next
    • GitLab: the DevOps platform
    • Explore GitLab
    • Install GitLab
    • How GitLab compares
    • Get started
    • GitLab docs
    • GitLab Learn
  • Pricing
  • Talk to an expert
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
    Projects Groups Topics Snippets
  • Register
  • Sign in
  • R runner-saas-macos
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
    • Locked files
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
    • Requirements
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Artifacts
    • Schedules
    • Test cases
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Container Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Code review
    • Insights
    • Issue
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • GitLab.comGitLab.com
  • runner-saas-macos
  • Issues
  • #536
Closed
Open
Issue created Aug 12, 2022 by Yan P@zumby🥁

macOs 12 - Creation failed. Attempting to cleanup. WARNING: Cleanup script failed: exit status 2

SaaS macOs runner creation fails, job never starts.

Relates to #154 (closed)

Logs:

Running with gitlab-runner 15.0.0 (febb2a09)
  on orka-beta-gitlab-runner-867977f45c-tnv5b y3jak6XV
  feature flags: FF_USE_FASTZIP:true
Resolving secrets
00:00
Preparing the "custom" executor
00:10
Using Custom executor with driver autoscaler 0.8.0 (398e6e9)...
Creating virtual machine for the job...
Using image macos-12-xcode-13 (aliased to "ork-12-13-202205201051")
Creation failed. Attempting to cleanup
WARNING: Cleanup script failed: exit status 2
ERROR: Preparation failed: exit status 2
Will be retried in 3s ...
Using Custom executor with driver autoscaler 0.8.0 (398e6e9)...
Creating virtual machine for the job...
Using image macos-12-xcode-13 (aliased to "ork-12-13-202205201051")
Creation failed. Attempting to cleanup
WARNING: Cleanup script failed: exit status 2
ERROR: Preparation failed: exit status 2
Will be retried in 3s ...
Using Custom executor with driver autoscaler 0.8.0 (398e6e9)...
Creating virtual machine for the job...
Using image macos-12-xcode-13 (aliased to "ork-12-13-202205201051")
Creation failed. Attempting to cleanup
WARNING: Cleanup script failed: exit status 2
ERROR: Preparation failed: exit status 2
Will be retried in 3s ...
ERROR: Job failed (system failure): exit status 2

.gitlab-ci.yml runner definition:

build:ios:
  image: macos-12-xcode-13
  tags:
  - shared-macos-amd64
...

Additional info.

Note from our observations - "Parallel" jobs fail in 100% cases. "Single" jobs almost never fail:

The following would work: image
The following would fail: image

However, this behaviour is also not consistent as we have cases of single jobs failed too:

Single job image
Edited Aug 12, 2022 by Yan P
Assignee
Assign to
Time tracking