Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bug: EXDEV: cross-device link not permitted when moving the Kind binary #21

Closed
ryanzhang-oss opened this issue May 21, 2020 · 3 comments · Fixed by #22
Closed

bug: EXDEV: cross-device link not permitted when moving the Kind binary #21

ryanzhang-oss opened this issue May 21, 2020 · 3 comments · Fixed by #22

Comments

@ryanzhang-oss
Copy link

with:
    version: v0.7.0
    name: kind
    wait: 300s
    skipClusterCreation: false
  env:
    GOROOT: /opt/hostedtoolcache/go/1.13.11/x64
downloading kind from https://github.com/kubernetes-sigs/kind/releases/download/v0.7.0/kind-linux-amd64
chmod +x /home/runner/work/_temp/174cfcc2-60fa-4457-beaa-ccc15123e9e8
##[error]EXDEV: cross-device link not permitted, rename '/home/runner/work/_temp/174cfcc2-60fa-4457-beaa-ccc15123e9e8' -> '/home/runner/bin/kind'

https://github.com/crossplane/addon-oam-kubernetes-local/runs/697514545?check_suite_focus=true

@radu-matei
Copy link
Member

radu-matei commented May 21, 2020

Thanks a lot for reporting!
I can confirm that this seems to be currently broken, I suspect because of a change in how the GitHub worker is set up - specifically, /home/runner/work and home/runner/bin no longer being on the same file system mount.

I am actively working on this, and hope to have a release soon.
Thanks!

@radu-matei radu-matei changed the title The plug-in seems to be break bug: EXDEV: cross-device link not permitted when moving the Kind binary May 21, 2020
@radu-matei
Copy link
Member

@ryanzhang-oss - I created a new release with a fix for this - https://github.com/engineerd/setup-kind/releases/tag/v0.4.0

Thanks again for reporting!

@ryanzhang-oss
Copy link
Author

Thank you very much for the quick turn around time, I am a fan now!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants