-
Notifications
You must be signed in to change notification settings - Fork 79
Open
Description
I presume that issue is processor-specific, as i just ran it on my laptop equipped with AMD Ryzen 3 3200U and quite surprisingly(maybe not) tests got passed. Here are some logs i end up getting:
INFO: Analyzed target //src:unit-tests (0 packages loaded, 0 targets configured).
INFO: Found 1 test target...
FAIL: //src:unit-tests (see /home/glasser/.cache/bazel/_bazel_glasser/90ad5b34d6bf5ba4db55b6ca0ce1ca6a/execroot/org_libmesh/bazel-out/k8-fastbuild/testlogs/src/unit-tests/test.log)
INFO: From Testing //src:unit-tests:
==================== Test output for //src:unit-tests:
Running main() from gmock_main.cc
[==========] Running 23 tests from 7 test suites.
[----------] Global test environment set-up.
[----------] 2 tests from Alignment
[ RUN ] Alignment.NaturalAlignment
================================================================================
Target //src:unit-tests up-to-date:
bazel-bin/src/unit-tests
INFO: Elapsed time: 0.313s, Critical Path: 0.16s
INFO: 2 processes: 2 linux-sandbox.
INFO: Build completed, 1 test FAILED, 2 total actions
//src:unit-tests FAILED in 0.1s
/home/glasser/.cache/bazel/_bazel_glasser/90ad5b34d6bf5ba4db55b6ca0ce1ca6a/execroot/org_libmesh/bazel-out/k8-fastbuild/testlogs/src/unit-tests/test.log
INFO: Build completed, 1 test FAILED, 2 total actions
make: *** [Makefile:44: test] Error 3
Here, in logs, i was advised to look into /home/glasser/.cache/bazel/_bazel_glasser/90ad5b34d6bf5ba4db55b6ca0ce1ca6a/execroot/org_libmesh/bazel-out/k8-fastbuild/testlogs/src/unit-tests/test.log.
Here's an output of the latter
exec ${PAGER:-/usr/bin/less} "$0" || exit 1
Executing tests from //src:unit-tests
-----------------------------------------------------------------------------
Running main() from gmock_main.cc
[==========] Running 23 tests from 7 test suites.
[----------] Global test environment set-up.
[----------] 2 tests from Alignment
[ RUN ] Alignment.NaturalAlignment
Thanks in advance!
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels