[INFO] cloning repository https://github.com/dj8yfo/treiber_stack_arcs
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/dj8yfo/treiber_stack_arcs" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdj8yfo%2Ftreiber_stack_arcs", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdj8yfo%2Ftreiber_stack_arcs'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 620812acc028dbead89e5cb7af3842dfe5bc169f
[INFO] testing dj8yfo/treiber_stack_arcs against beta-2025-09-21 for beta-1.91-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdj8yfo%2Ftreiber_stack_arcs" "/workspace/builds/worker-3-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/dj8yfo/treiber_stack_arcs
[INFO] finished tweaking git repo https://github.com/dj8yfo/treiber_stack_arcs
[INFO] tweaked toml for git repo https://github.com/dj8yfo/treiber_stack_arcs written to /workspace/builds/worker-3-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/dj8yfo/treiber_stack_arcs on toolchain beta-2025-09-21
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/dj8yfo/treiber_stack_arcs 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" "+beta-2025-09-21" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/source:/opt/rustwide/workdir:ro,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" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 5a75fd05400649aa5fa9da57210e7e2c18ec4b62eca9b84b485fd21f573cec51
[INFO] running `Command { std: "docker" "start" "-a" "5a75fd05400649aa5fa9da57210e7e2c18ec4b62eca9b84b485fd21f573cec51", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "5a75fd05400649aa5fa9da57210e7e2c18ec4b62eca9b84b485fd21f573cec51", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "5a75fd05400649aa5fa9da57210e7e2c18ec4b62eca9b84b485fd21f573cec51", kill_on_drop: false }`
[INFO] [stdout] 5a75fd05400649aa5fa9da57210e7e2c18ec4b62eca9b84b485fd21f573cec51
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/source:/opt/rustwide/workdir:ro,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" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-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" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 584770629efaf748a7497cdb584dc23a708054b5bb99a3be09adc5951611bdaf
[INFO] running `Command { std: "docker" "start" "-a" "584770629efaf748a7497cdb584dc23a708054b5bb99a3be09adc5951611bdaf", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.133
[INFO] [stderr]    Compiling memchr v2.5.0
[INFO] [stderr]    Compiling fs_extra v1.2.0
[INFO] [stderr]    Compiling backtrace v0.3.66
[INFO] [stderr]    Compiling gimli v0.26.2
[INFO] [stderr]    Compiling anyhow v1.0.65
[INFO] [stderr]    Compiling miniz_oxide v0.5.4
[INFO] [stderr]    Compiling rustc-demangle v0.1.21
[INFO] [stderr]    Compiling jemalloc-sys v0.5.1+5.3.0-patched
[INFO] [stderr]    Compiling object v0.29.0
[INFO] [stderr]    Compiling addr2line v0.17.0
[INFO] [stderr]    Compiling jemallocator v0.5.0
[INFO] [stderr]    Compiling conc_linklists_std_arc v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 31s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: fs_extra v1.2.0
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
[INFO] running `Command { std: "docker" "inspect" "584770629efaf748a7497cdb584dc23a708054b5bb99a3be09adc5951611bdaf", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "584770629efaf748a7497cdb584dc23a708054b5bb99a3be09adc5951611bdaf", kill_on_drop: false }`
[INFO] [stdout] 584770629efaf748a7497cdb584dc23a708054b5bb99a3be09adc5951611bdaf
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/source:/opt/rustwide/workdir:ro,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" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-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" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 839c986c2c49a151ad30db271d519b5a06da9b6b58f43ea41dc628c4425ddc12
[INFO] running `Command { std: "docker" "start" "-a" "839c986c2c49a151ad30db271d519b5a06da9b6b58f43ea41dc628c4425ddc12", kill_on_drop: false }`
[INFO] [stderr]    Compiling conc_linklists_std_arc v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.97s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: fs_extra v1.2.0
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
[INFO] running `Command { std: "docker" "inspect" "839c986c2c49a151ad30db271d519b5a06da9b6b58f43ea41dc628c4425ddc12", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "839c986c2c49a151ad30db271d519b5a06da9b6b58f43ea41dc628c4425ddc12", kill_on_drop: false }`
[INFO] [stdout] 839c986c2c49a151ad30db271d519b5a06da9b6b58f43ea41dc628c4425ddc12
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/source:/opt/rustwide/workdir:ro,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" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-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" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] a65844fab8d17e4fd1453eafaa4cac3e33e0ab6debcf995a79200563ce543ce7
[INFO] running `Command { std: "docker" "start" "-a" "a65844fab8d17e4fd1453eafaa4cac3e33e0ab6debcf995a79200563ce543ce7", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.06s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: fs_extra v1.2.0
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/conc_linklists_std_arc-4290e3698c8422e9)
[INFO] [stdout] 
[INFO] [stdout] running 6 tests
[INFO] [stdout] test list::tests::test_new ... ok
[INFO] [stdout] test list::tests::test_next ... ok
[INFO] [stdout] test list::tests::test_set_backlink ... ok
[INFO] [stdout] test list::tests::test_try_insert ... ok
[INFO] [stdout] test list::cursor::delete::tests::test_try_delete ... ok
[INFO] [stdout] test list::tests::test_concurrent_treiber_stacking has been running for over 60 seconds
[INFO] [stderr] error: test failed, to rerun pass `--lib`
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/target/debug/deps/conc_linklists_std_arc-4290e3698c8422e9` (signal: 9, SIGKILL: kill)
[INFO] running `Command { std: "docker" "inspect" "a65844fab8d17e4fd1453eafaa4cac3e33e0ab6debcf995a79200563ce543ce7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a65844fab8d17e4fd1453eafaa4cac3e33e0ab6debcf995a79200563ce543ce7", kill_on_drop: false }`
[INFO] [stdout] a65844fab8d17e4fd1453eafaa4cac3e33e0ab6debcf995a79200563ce543ce7
