Rsync failing on MacOS with Colima
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.
Please provide bash --version
@firecow I thought I added it to my original post already but probably you required full version information.
Please paste output from rsync --version
colima version 0.9.1
And from which PC/Server or VM do you execute your gitlab-ci-local command, when this error happens?
Mac os with colima. Gcl is getting executed on Mac.
On Sat, Nov 29, 2025, 1:30 AM Mads Jon Nielsen @.***> wrote:
firecow left a comment (firecow/gitlab-ci-local#1686) https://github.com/firecow/gitlab-ci-local/issues/1686#issuecomment-3591506001
And from which PC/Server or VM do you execute your gitlab-ci-local command, when this error happens?
— Reply to this email directly, view it on GitHub https://github.com/firecow/gitlab-ci-local/issues/1686#issuecomment-3591506001, or unsubscribe https://github.com/notifications/unsubscribe-auth/AHRLY2A4UDHZH6YWG6SFR3L37FRSJAVCNFSM6AAAAACMIVO2XOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZTKOJRGUYDMMBQGE . You are receiving this because you authored the thread.Message ID: @.***>
Either your VM or you host doesn't have rsync installed.
@firecow I understand that it is not installed "somewhere" but I sent the screenshot with rsync version on both mac and colima earlier here.