CloudOpting / cloudopting-crane

Build dockerized applications with puppet and deploy anywhere.
MIT License
4 stars 5 forks source link

Error when r10k creates symlinks #4

Closed j-fuentes closed 8 years ago

j-fuentes commented 9 years ago
ERROR    -> Command exited with non-zero exit code:
Command: git clone https://github.com/puppetlabs/puppetlabs-stdlib /var/crane/builds/CTV7zcNJ/modules/stdlib --reference /root/.r10k/git/https---github.com-puppetlabs-puppetlabs-stdlib
Stderr:
Cloning into '/var/crane/builds/CTV7zcNJ/modules/stdlib'...
error: unable to create symlink spec/fixtures/modules/stdlib/lib (Protocol error)
error: unable to create symlink spec/fixtures/modules/stdlib/manifests (Protocol error)
fatal: unable to checkout working tree
warning: Clone succeeded, but checkout failed.
You can inspect what was checked out with 'git status'
and retry the checkout with 'git checkout -f HEAD'

Exit code: 128

Error occurs when checkout puppetlabs module stdlib. Cannot make symlinks.

I did it before in another machine and it worked. Maybe is a problem with the virtualbox volume driver.

j-fuentes commented 8 years ago

The problem is not related with Crane, but with the docker volume driver.