Skip to content

Rsync failing on MacOS with Colima #1686

@jaypan13

Description

@jaypan13

First of all thank you so much for this opensourced wonderful tool! This is helping community a lot.

Minimal .gitlab-ci.yml illustrating the issue

---
Testing:
  image: "alpine:latest"
  stage: build
  script:
    - echo DIND_VERSION="TEST" >> variables.env
    - cat variables.env
  artifacts:
    reports:
      dotenv: variables.env

Expected behavior
Artifacts should get copied.

Host information
MacOs Sequoia
gitlab-ci-local 4.62.0
Bash 5.2.37
Node version - v24.9.0

Containerd binary
Using colima (containerd containerd.io 1.7.24 88bf19b2105c8b17560993bee28a01ddc2f97182)

Additional context
I have installed rsync via npm and brew on host machine. This is happening with all normal jobs or DIND jobs. Also installed rsync on colima ssh VM just to see if it requires rsync on colima vm. I do not have other machine to test. I am not sure where I need to install rsync.

Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    elaborateFurther elaboration is needed

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions