sail icon indicating copy to clipboard operation
sail copied to clipboard

ERROR failed to wait for project to be online: container cdr_sail not running

Open kunwarsahni01 opened this issue 4 years ago • 4 comments

On OSX 10.15.3 I have just installed sail and after attempting to run sail run cdr/sail I get this:

2020-03-20 15:57:51 ERROR	failed to wait for project to be online: container cdr_sail not running
+ cd /home/user/go/src/go.coder.com/sail
+ sudo chown user:user /home/user/.vscode
+ code-server --host 0.0.0.0 --port 8443 --data-dir /home/user/.config/Code --extensions-dir /home/user/.vscode/host-extensions --extra-extensions-dir /home/user/.vscode/extensions --allow-http --no-auth
+ tee /tmp/code-server.log
/lib/ld-linux-aarch64.so.1: No such file or directory
2020-03-20 15:57:52 ERROR	build run failed: container cdr_sail not running

kunwarsahni01 avatar Mar 20 '20 19:03 kunwarsahni01

Opening the chrome extension results in an fatal error as well. Screen Shot 2020-03-20 at 4 01 22 PM

kunwarsahni01 avatar Mar 20 '20 20:03 kunwarsahni01

I'm experiencing the same thing

$ sail version
v1.1.0

ghost avatar Mar 26 '20 05:03 ghost

Reproducible for both situations using sail run and the error message when trying with the extension.

OSX 10.14.6
Chrome 80.0
Docker Desktop 2.2.0.4
Docker 19.03.8

skymeyer avatar Apr 02 '20 07:04 skymeyer

I ran into a similar issue #270 and I think this may be caused by the code-server dependency which just moved to a new major version 3.0. I tried building and running the latest version of sail, but it still doesn't work. This looks like a promising project, but the lack of backwards compatibility, testing and responsiveness to this is concerning...

chafey avatar Apr 05 '20 19:04 chafey