[INFO] cloning repository https://github.com/KrisNK/shared-resource-ipc
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/KrisNK/shared-resource-ipc" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FKrisNK%2Fshared-resource-ipc", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FKrisNK%2Fshared-resource-ipc'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 1fb3e817e33664717f753bc939ed769c31e34809
[INFO] testing KrisNK/shared-resource-ipc 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%2FKrisNK%2Fshared-resource-ipc" "/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/KrisNK/shared-resource-ipc
[INFO] finished tweaking git repo https://github.com/KrisNK/shared-resource-ipc
[INFO] tweaked toml for git repo https://github.com/KrisNK/shared-resource-ipc written to /workspace/builds/worker-6-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/KrisNK/shared-resource-ipc 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/KrisNK/shared-resource-ipc 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-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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] 35f0955d3fbec6a59832a3de079f5870feb205faad232d7c73cd1da431266f2e
[INFO] running `Command { std: "docker" "start" "-a" "35f0955d3fbec6a59832a3de079f5870feb205faad232d7c73cd1da431266f2e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "35f0955d3fbec6a59832a3de079f5870feb205faad232d7c73cd1da431266f2e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "35f0955d3fbec6a59832a3de079f5870feb205faad232d7c73cd1da431266f2e", kill_on_drop: false }`
[INFO] [stdout] 35f0955d3fbec6a59832a3de079f5870feb205faad232d7c73cd1da431266f2e
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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] 3178c2b625cbff3fab44fc9b4de8c6ada6202b92fdb54bfb0d64e93b2979c53e
[INFO] running `Command { std: "docker" "start" "-a" "3178c2b625cbff3fab44fc9b4de8c6ada6202b92fdb54bfb0d64e93b2979c53e", kill_on_drop: false }`
[INFO] [stderr]    Compiling syn v2.0.39
[INFO] [stderr]    Compiling crossbeam-epoch v0.9.15
[INFO] [stderr]    Compiling thiserror v1.0.50
[INFO] [stderr]    Compiling crossbeam-deque v0.8.3
[INFO] [stderr]    Compiling rayon-core v1.12.0
[INFO] [stderr]    Compiling rayon v1.8.0
[INFO] [stderr]    Compiling serde_derive v1.0.193
[INFO] [stderr]    Compiling tracing-attributes v0.1.27
[INFO] [stderr]    Compiling thiserror-impl v1.0.50
[INFO] [stderr]    Compiling tracing v0.1.40
[INFO] [stderr]    Compiling serde v1.0.193
[INFO] [stderr]    Compiling bincode v1.3.3
[INFO] [stderr]    Compiling shared-resource-ipc v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.38s
[INFO] running `Command { std: "docker" "inspect" "3178c2b625cbff3fab44fc9b4de8c6ada6202b92fdb54bfb0d64e93b2979c53e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "3178c2b625cbff3fab44fc9b4de8c6ada6202b92fdb54bfb0d64e93b2979c53e", kill_on_drop: false }`
[INFO] [stdout] 3178c2b625cbff3fab44fc9b4de8c6ada6202b92fdb54bfb0d64e93b2979c53e
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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] 984a0f188edb7cf35c1d4dd02f82a0dc88fec1e23d9f5c436c1eb4070ddd0fec
[INFO] running `Command { std: "docker" "start" "-a" "984a0f188edb7cf35c1d4dd02f82a0dc88fec1e23d9f5c436c1eb4070ddd0fec", kill_on_drop: false }`
[INFO] [stderr]    Compiling linux-raw-sys v0.4.12
[INFO] [stderr]    Compiling bitflags v2.4.1
[INFO] [stderr]    Compiling rustix v0.38.28
[INFO] [stderr]    Compiling fastrand v2.0.1
[INFO] [stderr]    Compiling tracing-log v0.2.0
[INFO] [stderr]    Compiling quick-error v1.2.3
[INFO] [stderr]    Compiling wait-timeout v0.2.0
[INFO] [stderr]    Compiling tracing v0.1.40
[INFO] [stderr]    Compiling tracing-subscriber v0.3.18
[INFO] [stderr]    Compiling shared-resource-ipc v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]    Compiling tempfile v3.8.1
[INFO] [stderr]    Compiling rusty-fork v0.3.0
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 5.45s
[INFO] running `Command { std: "docker" "inspect" "984a0f188edb7cf35c1d4dd02f82a0dc88fec1e23d9f5c436c1eb4070ddd0fec", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "984a0f188edb7cf35c1d4dd02f82a0dc88fec1e23d9f5c436c1eb4070ddd0fec", kill_on_drop: false }`
[INFO] [stdout] 984a0f188edb7cf35c1d4dd02f82a0dc88fec1e23d9f5c436c1eb4070ddd0fec
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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] 7352324fd3cef2e1a579d5716d994d9d51cad4942e78158065fbb0f4b46a2ef6
[INFO] running `Command { std: "docker" "start" "-a" "7352324fd3cef2e1a579d5716d994d9d51cad4942e78158065fbb0f4b46a2ef6", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.09s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/shared_resource_ipc-b6b57a6a92c8d086)
[INFO] [stdout] 
[INFO] [stdout] running 6 tests
[INFO] [stdout] test unix::unix::tests::test_single_proc_mutate ... ok
[INFO] [stdout] test unix::unix::tests::test_single_proc_read ... ok
[INFO] [stdout] test unix::unix::tests::test_single_proc_open_close_resource ... ok
[INFO] [stdout] test unix::unix::tests::test_many_proc_open_close_resource ... ok
[INFO] [stdout] test unix::unix::tests::test_many_proc_read ... ok
[INFO] [stderr]    Doc-tests shared_resource_ipc
[INFO] [stdout] test unix::unix::tests::test_many_proc_mutate ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.03s
[INFO] [stdout] 
[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] running `Command { std: "docker" "inspect" "7352324fd3cef2e1a579d5716d994d9d51cad4942e78158065fbb0f4b46a2ef6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "7352324fd3cef2e1a579d5716d994d9d51cad4942e78158065fbb0f4b46a2ef6", kill_on_drop: false }`
[INFO] [stdout] 7352324fd3cef2e1a579d5716d994d9d51cad4942e78158065fbb0f4b46a2ef6
