-
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
Windows: Malformed Bazel output #6731
Comments
Is this a regression in 0.19.x over 0.18.0? |
I mean, do we have to make a patch release 0.19.3? |
Actually, this is a regression in 0.18.0 over 0.17.0... |
Sadly that means there were two minor versions with this bug. |
Sounds good. Please do. |
And thank you so much for getting to the bottom of this error. From your explanations it sounded like a particularly difficult one to track down... |
This reverts commit 1a95502. Related: bazelbuild#6731
No problem! Glad we finally find it out! I can help test if you have a fix for this. ;) |
This is resolved. |
This reverts commit 1a955020ff7a27b9d49c83aef89e0991380daa5e. Related: bazelbuild/bazel#6731 Closes #6732. PiperOrigin-RevId: 222958770
TensorFlow recently reported a bug that they are no longer able to find error messages in Bazel's output log:
eg. https://source.cloud.google.com/results/invocations/9e5e78ac-152a-4ff8-aea0-2b587038a652/log
I can reproduce this bug by running the build of the following example on a CI Windows machine.
https://github.com/meteorcloudy/my_tests/tree/master/missing_log_test
Bisecting points 1a95502 as the culprit.
I also confirmed reverting 1a95502 from HEAD fixes the problem.
FYI @laszlocsomor @dslomov
The text was updated successfully, but these errors were encountered: