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

make test fails #325

Open
ncordon opened this issue Oct 24, 2019 · 2 comments
Open

make test fails #325

ncordon opened this issue Oct 24, 2019 · 2 comments
Labels

Comments

@ncordon
Copy link
Member

ncordon commented Oct 24, 2019

make test seems to be broken failing with:

docker: Error response from daemon: OCI runtime create failed: container_linux.go:346: starting container process caused "exec: \"GO111MODULE=on\": executable file not found in $PATH": unknown.

make test-coverage works though

@ncordon ncordon added the bug label Oct 24, 2019
@creachadair
Copy link
Contributor

It looks like something is trying to exec a command line that is meant to be a shell script rather than a single command. I'm not sure what would have changed, though.

(The handling of prefix assignments like X=y Z=a cmd arg1 arg2 … is done by the shell, not by exec*)

@ncordon
Copy link
Member Author

ncordon commented Oct 24, 2019

I have debugged it poorly, but it seems that we are using a docker image there which just has a reports folder. I have tried to change it to bblfsh/bblfshd:fixtures, which is built on make dependencies and does contain a whole structure of Unix directories, but does not have a go command inside installed.

Anyway we can solve this if still persists once we tackle the structural changes.

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

No branches or pull requests

2 participants