[INFO] cloning repository https://github.com/sairajchouhan/play-cli
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/sairajchouhan/play-cli" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsairajchouhan%2Fplay-cli", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsairajchouhan%2Fplay-cli'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 42619e9786b451e61324c2ec37909ba3a76c5964
[INFO] testing sairajchouhan/play-cli against beta-2025-09-21 for beta-1.91-3
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsairajchouhan%2Fplay-cli" "/workspace/builds/worker-7-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/sairajchouhan/play-cli
[INFO] finished tweaking git repo https://github.com/sairajchouhan/play-cli
[INFO] tweaked toml for git repo https://github.com/sairajchouhan/play-cli written to /workspace/builds/worker-7-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/sairajchouhan/play-cli 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/sairajchouhan/play-cli 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-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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] 0d790d33b4f97d35fcf881aa63c4ebc2a46d2c3f47f1b86d39decb5a39eaa7b8
[INFO] running `Command { std: "docker" "start" "-a" "0d790d33b4f97d35fcf881aa63c4ebc2a46d2c3f47f1b86d39decb5a39eaa7b8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "0d790d33b4f97d35fcf881aa63c4ebc2a46d2c3f47f1b86d39decb5a39eaa7b8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0d790d33b4f97d35fcf881aa63c4ebc2a46d2c3f47f1b86d39decb5a39eaa7b8", kill_on_drop: false }`
[INFO] [stdout] 0d790d33b4f97d35fcf881aa63c4ebc2a46d2c3f47f1b86d39decb5a39eaa7b8
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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] 42172f4d873bea5dbd766bfdaa76f70b87ed0691fdfd371502761d19846003eb
[INFO] running `Command { std: "docker" "start" "-a" "42172f4d873bea5dbd766bfdaa76f70b87ed0691fdfd371502761d19846003eb", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.140
[INFO] [stderr]    Compiling io-lifetimes v1.0.9
[INFO] [stderr]    Compiling proc-macro2 v1.0.55
[INFO] [stderr]    Compiling rustix v0.37.6
[INFO] [stderr]    Compiling linux-raw-sys v0.3.1
[INFO] [stderr]    Compiling utf8parse v0.2.1
[INFO] [stderr]    Compiling concolor-query v0.3.3
[INFO] [stderr]    Compiling anstyle v0.3.5
[INFO] [stderr]    Compiling concolor-override v1.0.0
[INFO] [stderr]    Compiling clap_lex v0.4.1
[INFO] [stderr]    Compiling bstr v1.4.0
[INFO] [stderr]    Compiling serde_json v1.0.95
[INFO] [stderr]    Compiling anyhow v1.0.70
[INFO] [stderr]    Compiling thread_local v1.1.7
[INFO] [stderr]    Compiling regex v1.7.3
[INFO] [stderr]    Compiling anstyle-parse v0.1.1
[INFO] [stderr]    Compiling quote v1.0.26
[INFO] [stderr]    Compiling syn v2.0.13
[INFO] [stderr]    Compiling globset v0.4.10
[INFO] [stderr]    Compiling getrandom v0.1.16
[INFO] [stderr]    Compiling dirs-sys v0.4.0
[INFO] [stderr]    Compiling rand_core v0.5.1
[INFO] [stderr]    Compiling ignore v0.4.20
[INFO] [stderr]    Compiling rand_chacha v0.2.2
[INFO] [stderr]    Compiling dirs v5.0.0
[INFO] [stderr]    Compiling rand v0.7.3
[INFO] [stderr]    Compiling serde_derive v1.0.159
[INFO] [stderr]    Compiling memorable-wordlist v0.1.7
[INFO] [stderr]    Compiling is-terminal v0.4.6
[INFO] [stderr]    Compiling anstream v0.2.6
[INFO] [stderr]    Compiling clap_builder v4.2.1
[INFO] [stderr]    Compiling serde v1.0.159
[INFO] [stderr]    Compiling clap v4.2.1
[INFO] [stderr]    Compiling play v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.54s
[INFO] running `Command { std: "docker" "inspect" "42172f4d873bea5dbd766bfdaa76f70b87ed0691fdfd371502761d19846003eb", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "42172f4d873bea5dbd766bfdaa76f70b87ed0691fdfd371502761d19846003eb", kill_on_drop: false }`
[INFO] [stdout] 42172f4d873bea5dbd766bfdaa76f70b87ed0691fdfd371502761d19846003eb
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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] 592975a1241f0b295e82baca2819a812b3ed8254bc7414f2cf6025954bbad0fd
[INFO] running `Command { std: "docker" "start" "-a" "592975a1241f0b295e82baca2819a812b3ed8254bc7414f2cf6025954bbad0fd", kill_on_drop: false }`
[INFO] [stderr]    Compiling play v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.58s
[INFO] running `Command { std: "docker" "inspect" "592975a1241f0b295e82baca2819a812b3ed8254bc7414f2cf6025954bbad0fd", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "592975a1241f0b295e82baca2819a812b3ed8254bc7414f2cf6025954bbad0fd", kill_on_drop: false }`
[INFO] [stdout] 592975a1241f0b295e82baca2819a812b3ed8254bc7414f2cf6025954bbad0fd
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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] 958a5dd8502a8e9e39329f9704229c84e5bc0349d0cc9d977f084a8403fb74aa
[INFO] running `Command { std: "docker" "start" "-a" "958a5dd8502a8e9e39329f9704229c84e5bc0349d0cc9d977f084a8403fb74aa", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.07s
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/play-5ff81ca393afc35e)
[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" "958a5dd8502a8e9e39329f9704229c84e5bc0349d0cc9d977f084a8403fb74aa", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "958a5dd8502a8e9e39329f9704229c84e5bc0349d0cc9d977f084a8403fb74aa", kill_on_drop: false }`
[INFO] [stdout] 958a5dd8502a8e9e39329f9704229c84e5bc0349d0cc9d977f084a8403fb74aa
