[INFO] cloning repository https://github.com/andychensn/nixl
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/andychensn/nixl" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fandychensn%2Fnixl", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fandychensn%2Fnixl'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] fab579c1a4cfe2dbf147862fc7983304d6f44f66
[INFO] testing andychensn/nixl against 1.98.0-beta.1 for beta-1.98-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fandychensn%2Fnixl" "/workspace/builds/worker-6-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/andychensn/nixl
[INFO] finished tweaking git repo https://github.com/andychensn/nixl
[INFO] tweaked toml for git repo https://github.com/andychensn/nixl written to /workspace/builds/worker-6-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/andychensn/nixl on toolchain 1.98.0-beta.1
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.98.0-beta.1" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/andychensn/nixl already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.98.0-beta.1" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3d5ced03c013a94a2f102a4510f48a6e9184255caf5fd8244f58017bde7f5210" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] a9abbd42937a2646548f920ca5c988dfe17be05b8c6e9f482a9127122d786e4f
[INFO] running `Command { std: "docker" "start" "a9abbd42937a2646548f920ca5c988dfe17be05b8c6e9f482a9127122d786e4f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "a9abbd42937a2646548f920ca5c988dfe17be05b8c6e9f482a9127122d786e4f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "a9abbd42937a2646548f920ca5c988dfe17be05b8c6e9f482a9127122d786e4f" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "a9abbd42937a2646548f920ca5c988dfe17be05b8c6e9f482a9127122d786e4f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "a9abbd42937a2646548f920ca5c988dfe17be05b8c6e9f482a9127122d786e4f" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.95
[INFO] [stderr]    Compiling unicode-ident v1.0.18
[INFO] [stderr]    Compiling libc v0.2.172
[INFO] [stderr]    Compiling glob v0.3.2
[INFO] [stderr]    Compiling prettyplease v0.2.32
[INFO] [stderr]    Compiling serde v1.0.219
[INFO] [stderr]    Compiling regex-syntax v0.8.5
[INFO] [stderr]    Compiling cfg-if v1.0.0
[INFO] [stderr]    Compiling memchr v2.7.4
[INFO] [stderr]    Compiling minimal-lexical v0.2.1
[INFO] [stderr]    Compiling libloading v0.8.7
[INFO] [stderr]    Compiling anyhow v1.0.100
[INFO] [stderr]    Compiling either v1.15.0
[INFO] [stderr]    Compiling shlex v1.3.0
[INFO] [stderr]    Compiling clang-sys v1.8.1
[INFO] [stderr]    Compiling bindgen v0.71.1
[INFO] [stderr]    Compiling log v0.4.27
[INFO] [stderr]    Compiling itertools v0.13.0
[INFO] [stderr]    Compiling bitflags v2.9.1
[INFO] [stderr]    Compiling rustc-hash v2.1.1
[INFO] [stderr]    Compiling thiserror v2.0.12
[INFO] [stderr]    Compiling once_cell v1.21.3
[INFO] [stderr]    Compiling quote v1.0.40
[INFO] [stderr]    Compiling nom v7.1.3
[INFO] [stderr]    Compiling pkg-config v0.3.32
[INFO] [stderr]    Compiling tracing-core v0.1.33
[INFO] [stderr]    Compiling pin-project-lite v0.2.16
[INFO] [stderr]    Compiling syn v2.0.101
[INFO] [stderr]    Compiling jobserver v0.1.33
[INFO] [stderr]    Compiling regex-automata v0.4.9
[INFO] [stderr]    Compiling cc v1.2.23
[INFO] [stderr]    Compiling cexpr v0.6.0
[INFO] [stderr]    Compiling regex v1.11.1
[INFO] [stderr]    Compiling serde_derive v1.0.219
[INFO] [stderr]    Compiling tracing-attributes v0.1.28
[INFO] [stderr]    Compiling thiserror-impl v2.0.12
[INFO] [stderr]    Compiling tracing v0.1.41
[INFO] [stderr]    Compiling os_info v3.11.0
[INFO] [stderr]    Compiling bincode v1.3.3
[INFO] [stderr]    Compiling nixl-sys v1.2.0 (/opt/rustwide/workdir/src/bindings/rust)
[INFO] [stderr] warning: nixl-sys@1.2.0: Using NIXL_PREFIX: /opt/nvidia/nvda_nixl
[INFO] [stderr] warning: nixl-sys@1.2.0: Using library path: /opt/nvidia/nvda_nixl/lib/x86_64-linux-gnu
[INFO] [stderr] warning: nixl-sys@1.2.0: pkg-config not available, using manual library paths
[INFO] [stderr] warning: nixl-sys@1.2.0: NIXL build failed: libnixl.so not found in any search path ["/opt/nvidia/nvda_nixl/lib/x86_64-linux-gnu", "/opt/nvidia/nvda_nixl", "/opt/nvidia/nvda_nixl/lib", "/opt/nvidia/nvda_nixl/lib64", "/opt/nvidia/nvda_nixl/lib/x86_64-linux-gnu"]; nixl libraries are not installed, falling back to stub API
[INFO] [stderr] warning: nixl-sys@1.2.0: Building with stub API - NIXL functions will be resolved at runtime via dlopen
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 51.44s
[INFO] running `Command { std: "docker" "inspect" "a9abbd42937a2646548f920ca5c988dfe17be05b8c6e9f482a9127122d786e4f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "a9abbd42937a2646548f920ca5c988dfe17be05b8c6e9f482a9127122d786e4f" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling cfg-if v1.0.0
[INFO] [stderr]    Compiling rustix v1.0.8
[INFO] [stderr]    Compiling getrandom v0.3.3
[INFO] [stderr]    Compiling bitflags v2.9.1
[INFO] [stderr]    Compiling linux-raw-sys v0.9.4
[INFO] [stderr]    Compiling fastrand v2.3.0
[INFO] [stderr]    Compiling libloading v0.8.7
[INFO] [stderr]    Compiling clang-sys v1.8.1
[INFO] [stderr]    Compiling tempfile v3.20.0
[INFO] [stderr]    Compiling bindgen v0.71.1
[INFO] [stderr]    Compiling nixl-sys v1.2.0 (/opt/rustwide/workdir/src/bindings/rust)
[INFO] [stderr] warning: nixl-sys@1.2.0: Using NIXL_PREFIX: /opt/nvidia/nvda_nixl
[INFO] [stderr] warning: nixl-sys@1.2.0: Using library path: /opt/nvidia/nvda_nixl/lib/x86_64-linux-gnu
[INFO] [stderr] warning: nixl-sys@1.2.0: pkg-config not available, using manual library paths
[INFO] [stderr] warning: nixl-sys@1.2.0: NIXL build failed: libnixl.so not found in any search path ["/opt/nvidia/nvda_nixl/lib/x86_64-linux-gnu", "/opt/nvidia/nvda_nixl", "/opt/nvidia/nvda_nixl/lib", "/opt/nvidia/nvda_nixl/lib64", "/opt/nvidia/nvda_nixl/lib/x86_64-linux-gnu"]; nixl libraries are not installed, falling back to stub API
[INFO] [stderr] warning: nixl-sys@1.2.0: Building with stub API - NIXL functions will be resolved at runtime via dlopen
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 23.13s
[INFO] running `Command { std: "docker" "inspect" "a9abbd42937a2646548f920ca5c988dfe17be05b8c6e9f482a9127122d786e4f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "a9abbd42937a2646548f920ca5c988dfe17be05b8c6e9f482a9127122d786e4f" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "test" "--frozen", kill_on_drop: false }`
[INFO] [stderr] warning: nixl-sys@1.2.0: Using NIXL_PREFIX: /opt/nvidia/nvda_nixl
[INFO] [stderr] warning: nixl-sys@1.2.0: Using library path: /opt/nvidia/nvda_nixl/lib/x86_64-linux-gnu
[INFO] [stderr] warning: nixl-sys@1.2.0: pkg-config not available, using manual library paths
[INFO] [stderr] warning: nixl-sys@1.2.0: NIXL build failed: libnixl.so not found in any search path ["/opt/nvidia/nvda_nixl/lib/x86_64-linux-gnu", "/opt/nvidia/nvda_nixl", "/opt/nvidia/nvda_nixl/lib", "/opt/nvidia/nvda_nixl/lib64", "/opt/nvidia/nvda_nixl/lib/x86_64-linux-gnu"]; nixl libraries are not installed, falling back to stub API
[INFO] [stderr] warning: nixl-sys@1.2.0: Building with stub API - NIXL functions will be resolved at runtime via dlopen
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.08s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/nixl_sys-65cc8161b1be9be4)
[INFO] [stderr]      Running tests/test_sync_manager.rs (/opt/rustwide/target/debug/deps/test_sync_manager-ec61a24c83442289)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 4 tests
[INFO] [stdout] test sync_manager_backend_accessor_triggers_sync ... ok
[INFO] [stdout] test sync_manager_first_access_triggers_single_sync ... ok
[INFO] [stdout] test sync_manager_resyncs_after_modify ... ok
[INFO] [stdout] test sync_manager_error_is_propagated_and_retry_succeeds ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/tests.rs (/opt/rustwide/target/debug/deps/tests-7b1ccee69342456b)
[INFO] [stdout] 
[INFO] [stdout] running 96 tests
[INFO] [stdout] test env_guard::tests::set_restores_preexisting_value ... ok
[INFO] [stdout] test env_guard::tests::remove_restores_value_on_drop ... ok
[INFO] [stdout] test env_guard::tests::set_restores_unsnapshotted_key_to_unset ... ok
[INFO] [stderr] nixl error: libnixl_capi.so not found. Install nixl or ensure the nixl library directory is in LD_LIBRARY_PATH. dlopen error: libnixl_capi.so: cannot open shared object file: No such file or directory
[INFO] [stderr] error: test failed, to rerun pass `--test tests`
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/target/debug/deps/tests-7b1ccee69342456b` (signal: 6, SIGABRT: process abort signal)
[INFO] running `Command { std: "docker" "inspect" "a9abbd42937a2646548f920ca5c988dfe17be05b8c6e9f482a9127122d786e4f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a9abbd42937a2646548f920ca5c988dfe17be05b8c6e9f482a9127122d786e4f", kill_on_drop: false }`
[INFO] [stdout] a9abbd42937a2646548f920ca5c988dfe17be05b8c6e9f482a9127122d786e4f
