Please note these two errors:

WARNING: Download from https://storage.googleapis.com/mirror.tensorflow.org/github.com/llvm/llvm-project/archive/f402e682d0ef5598eeffc9a21a691b03e602ff58.tar.gz failed: class com.google.devtools.build.lib.bazel.repository.downloader.UnrecoverableHttpExcep
tion GET returned 404 Not Found

Is the URL outdated?
That's ok. TF has a fallback

/home/modules/software/binutils/2.35-GCCcore-10.2.0/bin/ld.gold: fatal error: bazel-out/k8-opt/bin/tensorflow/core/common_runtime/graph_constructor_test: No space left on device

What device might that be?  As shown above, I have quite a bit of disk space.  Is /tmp being used and getting full?

> export EASYBUILD_BUILDPATH=/run/user/$UID/eb_build

> tmpfs                               19G   19G   30M 100% /run/user/983

This clearly shows that your buildpath is full. So that is the issue. Try using another buildpath, Kenneth is right, we make sure Bazel doesn't use /tmp.


I'd also suggest to join Slack as discussions there are potentially faster.

I'll take a look - are there instructions for Slack?

https://easybuild-slack.herokuapp.com/

> Alexandre: should we look for patterns like "No space left on device" in the Bazel output and highlight them better, perhaps with a concrete suggestion to use --tmpdir to avoid the usage of /tmp?

We could in general put something into EasyBuild, yes. I started a PR with enhanced error parsing which could maybe be used for that.



Attachment: smime.p7s
Description: S/MIME Cryptographic Signature

Reply via email to