You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ rm -rf target ; docker run --rm --volume $(pwd):/app rust:1.81.0 bash -c "cd app ; cargo test" Compiling preload-test v0.1.0 (/app) Finished `test` profile [unoptimized + debuginfo] target(s) in 0.92s Running unittests src/lib.rs (target/debug/deps/preload_test-0a654d8cd2033440)HOLA FROM LD_PRELOAD!fatal runtime error: thread::set_current should only be called once per threaderror: test failed, to rerun pass `--lib`Caused by: process didn't exit successfully: `/app/target/debug/deps/preload_test-0a654d8cd2033440` (signal: 6, SIGABRT: process abort signal)