-
Notifications
You must be signed in to change notification settings - Fork 4.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Where is the error log? #23747
Comments
I have added these commands '--verbose_failures', '--jobs', '8', '-c', 'opt', '--config=avx'.
I did not see any detailed error information. |
Can you share the Bazel output in its entirety? (Attach a file if it's too big for a GitHub comment) |
Do I need to follow the information in this file called "command.log" to debug? |
The command.log link points to this issue. |
The file is uploaded now. My key question is: how can I gather the error information if I build via bazel.
|
The command.log is a copy of the output Bazel prints to the terminal. There are several errors in your build; here's the first one of them:
The |
Which Bazel version are you running? Can you reproduce the issue by building a trivial genrule:
|
The Bazel version is 6.5.0. And this issue can not be reproduced via
It seems that only some special libraries like libsodium can produce this issue. |
Can you check whether the file |
I have checked |
Description of the bug:
When I use
bazel build //... -c opt --jobs 8 --sandbox_debug
to compile a repository, it just says "bazel FAILED: Build did NOT complete successfully". But there are no more error messages. Where can I find the log that locates the error?Which category does this issue belong to?
Configurability
What's the simplest, easiest way to reproduce this bug? Please provide a minimal example if possible.
No response
Which operating system are you running Bazel on?
No response
What is the output of
bazel info release
?No response
If
bazel info release
returnsdevelopment version
or(@non-git)
, tell us how you built Bazel.No response
What's the output of
git remote get-url origin; git rev-parse HEAD
?No response
If this is a regression, please try to identify the Bazel commit where the bug was introduced with bazelisk --bisect.
No response
Have you found anything relevant by searching the web?
No response
Any other information, logs, or outputs that you want to share?
No response
The text was updated successfully, but these errors were encountered: