-
Notifications
You must be signed in to change notification settings - Fork 5.3k
Closed
Labels
Description
Hi,
I am using Fedora 30, while I ran
bazel test --test_output=streamed //test/common/http:async_client_impl_test
I encountered the following error.
INFO: Found 1 test target...
INFO: Deleting stale sandbox base /home/dichen/.cache/bazel/_bazel_dichen/ef6d8658a22c5c22f4c3b69abbf6565f/sandbox
ERROR: /home/dichen/codebase/envoy/test/common/http/BUILD:15:1: Linking of rule '//test/common/http:async_client_impl_test' failed (Exit 1) gcc failed: error executing command /usr/bin/gcc @bazel-out/k8-fastbuild/bin/test/common/http/async_client_impl_test-2.params
Use --sandbox_debug to see verbose messages from the sandbox
/usr/bin/ld.gold: error: cannot open /usr/lib64/libatomic.so.1.2.0: No such file or directory
collect2: error: ld returned 1 exit status
Target //test/common/http:async_client_impl_test failed to build
Use --verbose_failures to see the command lines of failed build steps.
INFO: Elapsed time: 323.054s, Critical Path: 63.87s
INFO: 56 processes: 56 linux-sandbox.
FAILED: Build did NOT complete successfully
After I installed libatomic, the test passed correctly.
I think we should add this library in the deployment doc.
Reactions are currently unavailable