Last active
September 27, 2017 23:10
-
-
Save nuclearsandwich/8f30b964188eb6717b5208110f6cd06f to your computer and use it in GitHub Desktop.
Test failures from https://github.com/osrf/drake/tree/yaml-cpp
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
root@ff9fc0b1af59:/drake# bazel test //... | |
INFO: Found 1217 targets and 2371 test targets... | |
FAIL: //drake/automotive/maliput/utility:bazel_buildifier (see /root/.cache/bazel/_bazel_root/9ecb0f4ce434715009a64c73d901046c/execroot/drake/bazel-out/clang-3.9-linux-opt/testlogs/drake/automotive/maliput/utility/bazel_buildifier/test.log). | |
INFO: From Testing //drake/automotive/maliput/utility:bazel_buildifier: | |
==================== Test output for //drake/automotive/maliput/utility:bazel_buildifier: | |
drake/automotive/maliput/utility/BUILD # reformat | |
Use --strategy=TestRunner=standalone to disable sandboxing for the failing actions. | |
================================================================================ | |
FAIL: //:bazel_buildifier (see /root/.cache/bazel/_bazel_root/9ecb0f4ce434715009a64c73d901046c/execroot/drake/bazel-out/clang-3.9-linux-opt/testlogs/bazel_buildifier/test.log). | |
INFO: From Testing //:bazel_buildifier: | |
==================== Test output for //:bazel_buildifier: | |
./WORKSPACE # callsort | |
Use --strategy=TestRunner=standalone to disable sandboxing for the failing actions. | |
================================================================================ | |
INFO: Elapsed time: 1.836s, Critical Path: 0.02s | |
//:bazel_buildifier FAILED in 0.0s | |
/root/.cache/bazel/_bazel_root/9ecb0f4ce434715009a64c73d901046c/execroot/drake/bazel-out/clang-3.9-linux-opt/testlogs/bazel_buildifier/test.log | |
//drake/automotive/maliput/utility:bazel_buildifier FAILED in 0.0s | |
/root/.cache/bazel/_bazel_root/9ecb0f4ce434715009a64c73d901046c/execroot/drake/bazel-out/clang-3.9-linux-opt/testlogs/drake/automotive/maliput/utility/bazel_buildifier/test.log | |
Executed 2 out of 2371 tests: 2369 tests pass and 2 fail locally. | |
root@ff9fc0b1af59:/drake# cat /root/.cache/bazel/_bazel_root/9ecb0f4ce434715009a64c73d901046c/execroot/drake/bazel-out/clang-3.9-linux-opt/testlogs/bazel_buildifier/test.log | |
exec ${PAGER:-/usr/bin/less} "$0" || exit 1 | |
----------------------------------------------------------------------------- | |
./WORKSPACE # callsort |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment