google / shipshape

Program analysis platform
Apache License 2.0
269 stars 35 forks source link

Shipshape exits with "HTTP client did not become healthy" #35

Closed mernst closed 9 years ago

mernst commented 9 years ago

I followed the simple installation instructions at https://github.com/google/shipshape .

Then, when I ran Shipshape, I got

% shipshape --categories="go vet,JSHint,PyLint" /home/mernst/research/types/checker-framework E0523 08:21:41.998751 35994 shipshape.go:327] Error from pull: exit status 1 [run -p=127.0.0.1:10007:10007 -v=/home/mernst/research/types/checker-framework:/shipshape-workspace -v=/tmp:/shipshape-output -e="START_SERVICE=true" -e="ANALYZERS=localhost:10005,localhost:10006" --name=shipping_container -d gcr.io/shipshape_releases/service:prod]E0523 08:21:42.108346 35994 shipshape.go:213] HTTP client did not become healthy: exit status 1

Unfortunately, I cannot interpret this output.

emsod commented 9 years ago

Thanks for trying out ShipShape and sorry that you have to encounter this issue. We are working on a solution. Meanwhile, the issue may be caused by old docker containers. You could try to clean up previous docker containers using:

$ docker rm docker ps -a -q

mernst commented 9 years ago

I see you have updated the installation instructions; thanks. The problem seems to have been my docker installation rather than anything related to shipshape. (I had just installed docker for the first time, and your command didn't work for me.) In my case, rebooting after installing docker did the trick, a suggestion I found elsewhere on the Internet.

emsod commented 9 years ago

Ok. Closing this issue. Please reopen if you see this problem again.