cirruslabs / gitlab-tart-executor

GitLab Runner executor to run jobs in Tart VMs
MIT License
60 stars 5 forks source link

Error: The request timed out - While attemping to pull the latest image. #71

Closed dinbtechit closed 7 months ago

dinbtechit commented 7 months ago

Recently upgraded the gitlab-tart-executor to version 13. And, build started to fail, due to Error: The request timed out.

The build ran for 1hr and showed before showing the timeout error.

image


Note

  1. tart run sonoma-xcode works like a charm. It only fails while running via the gitlab executor.
  2. tart list (Also the latest version of the image already exist on the machine) image

Thank you,

fkorotkov commented 7 months ago

Could you please try to tart pull ghcr.io/cirruslabs/macos-sonoma-xcode:latest on the machine? This image just got updated and it seems your host is failing to download it.

dinbtechit commented 7 months ago

Could you please try to tart pull ghcr.io/cirruslabs/macos-sonoma-xcode:latest on the machine? This image just got updated and it seems your host is failing to download it.

@fkorotkov - The issue got resolved after manually pulling the image. Thank you so much