question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

local/install_deps.bash seems to fail mysteriously when there isn't enough memory

See original GitHub issue

I 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:closed
  • Created 5 years ago
  • Comments:7 (1 by maintainers)

github_iconTop GitHub Comments

1reaction
inferno-chromiumcommented, Feb 8, 2019

Reopening to improve the things mentioned in c#0.

0reactions
inferno-chromiumcommented, Feb 8, 2019

polymer_bundler will be tracked by its own issue. bazel issue should be fixed now. Thanks for the report.

Read more comments on GitHub >

github_iconTop Results From Across the Web

A not so unfortunate sharp edge in Pipenv - Hacker News
pipenv has consistently failed to do its job to simply install dependencies because of issues like the one described in the article where...
Read more >
Advanced Bash-Scripting Guide
A shell program, called a script, is an easy-to-use tool for building applications by "gluing together" system calls, tools, utilities, and ...
Read more >
Installation/Upgrading Issues - Snipe-IT Documentation
When you see this error, it means that you either forgot to install or run composer, or you did and it failed somewhere...
Read more >
[FIXED] Not Enough Memory Resources are Available to ...
If you want to Get Rid of Not Enough Memory Resources are Available to Process this Command Error then Check this Not Enough...
Read more >
INSTALL - Build and Installation guide for perl 5. - metacpan.org
See your installed copy of the perllocal.pod file for a (possibly incomplete) list of locally installed modules. Also see the CPAN module's autobundle ......
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found