rules_rust icon indicating copy to clipboard operation
rules_rust copied to clipboard

Infra failure in `Examples with Clang and LLD` linux job

Open UebelAndre opened this issue 1 year ago • 3 comments

https://buildkite.com/bazel/rules-rust-rustlang/builds/10847#018e4620-7a11-47df-af2b-e6c2f2b8000d

exec ${PAGER:-/usr/bin/less} "$0" || exit 1
Executing tests from //ffi/rust_calling_c:matrix_dylib_test
-----------------------------------------------------------------------------
/var/lib/buildkite-agent/.cache/bazel/_bazel_buildkite-agent/90e2e9b2d72fa9b00c19ff0535bb31ae/sandbox/linux-sandbox/5894/execroot/examples/bazel-out/k8-fastbuild/bin/ffi/rust_calling_c/test-1366775444/matrix_dylib_test.runfiles/examples/ffi/rust_calling_c/test-1366775444/matrix_dylib_test: error while loading shared libraries: libnative_matrix_so.so: cannot open shared object file: No such file or directory

UebelAndre avatar Mar 16 '24 14:03 UebelAndre

@scentini @meteorcloudy did something change about CI infra?

UebelAndre avatar Mar 16 '24 14:03 UebelAndre

We did updated the docker images for Linux platforms recently, but I'm not sure whether it was related. But you can probably reproduce with gcr.io/bazel-public/ubuntu2004

meteorcloudy avatar Mar 18 '24 10:03 meteorcloudy

I've opened https://github.com/bazelbuild/rules_rust/pull/2560 to unblock other PRs while we experiment with fixes for this.

UebelAndre avatar Mar 19 '24 02:03 UebelAndre