google-deepmind / lab

A customisable 3D platform for agent-based AI research
Other
7.11k stars 1.37k forks source link

Build Error - Executing genrule //:map_assets #81

Closed ghost closed 6 years ago

ghost commented 6 years ago

I am attempting to run the tests on the build page and I get stuck on this "Executing genrule //:map_assets" part with no feedback from --verbose_failures. I am able to run random_agent from the /bazel-bin/random_agent.runfiles/org_deepmind_lab directory but I can't get any of the tests to run.

$ bazel run :random_agent --verbose_failures --define headless=glx

INFO: Analysed target //:random_agent (0 packages loaded). INFO: Found 1 target... [982 / 983] Executing genrule //:map_assets; 14s linux-sandbox Bazel caught interrupt signal; shutting down. Target //:random_agent failed to build ERROR: build interrupted INFO: Elapsed time: 15.052s, Critical Path: 14.50s FAILED: Build did NOT complete successfully ERROR: Build failed. Not running target

tkoeppe commented 6 years ago

It looks like someone pressed Ctrl-C?

ghost commented 6 years ago

Yes, it will run indefinitely on that step with no feedback.

tkoeppe commented 6 years ago

How long did you wait? The asset generation takes about 10 minutes.

ghost commented 6 years ago

Got it, I did run it longer than 10sec but I closed it before then because I couldnt tell if it was hanging without any output. It is working now.

tkoeppe commented 6 years ago

Yes, 10 min is a bit longer than 10 sec :-) Glad it's working. You can use top to see if a process is busy, by the way.