local/install_deps.bash seems to fail mysteriously when there isn't enough memory
See original GitHub issueI launched a VM where install_deps.bash
failed with
Running: bazel run //local:create_gopath 2>/dev/null
| Return code is non-zero (1).
| Exit.
, which wasn’t very helpful. Without 2 >/dev/null
I was able to figure out what happened but unfortunately additionally broke something else because apparently the output is used to set GOPATH
😃 I think it would be great if the output wasn’t sent to “/dev/null” here.
(I relaxed the limits a bit and got past install_deps.bash
and now python butler.py run_server --bootstrap
seems to be stuck trying to “build templates for App Engine”. The machine is totally unresponsive so it’s hard to tell what’s going on. I’m going to tweak the limits until it works but it would probably be useful to mention in the documentation how a “typical” machine is supposed to look like, that is something like https://github.com/google/oss-fuzz/blob/master/docs/faq.md#what-are-the-specs-on-your-machines maybe).
Issue Analytics
- State:
- Created 5 years ago
- Comments:7 (1 by maintainers)
Top GitHub Comments
Reopening to improve the things mentioned in c#0.
polymer_bundler will be tracked by its own issue. bazel issue should be fixed now. Thanks for the report.