[INFO] cloning repository https://github.com/lexe11/hello-rust [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/lexe11/hello-rust" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Flexe11%2Fhello-rust", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Flexe11%2Fhello-rust'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] a2bdd5a72757238d8e5b0b5980a4b0149182215d [INFO] testing lexe11/hello-rust 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%2Flexe11%2Fhello-rust" "/workspace/builds/worker-5-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc2/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/lexe11/hello-rust [INFO] finished tweaking git repo https://github.com/lexe11/hello-rust [INFO] tweaked toml for git repo https://github.com/lexe11/hello-rust written to /workspace/builds/worker-5-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/lexe11/hello-rust 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/lexe11/hello-rust 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-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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] eb54e9408ab83a8b18c9c713e4d83207e86da54c9f24bd00304dd67ed4313de9 [INFO] running `Command { std: "docker" "start" "-a" "eb54e9408ab83a8b18c9c713e4d83207e86da54c9f24bd00304dd67ed4313de9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "eb54e9408ab83a8b18c9c713e4d83207e86da54c9f24bd00304dd67ed4313de9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "eb54e9408ab83a8b18c9c713e4d83207e86da54c9f24bd00304dd67ed4313de9", kill_on_drop: false }` [INFO] [stdout] eb54e9408ab83a8b18c9c713e4d83207e86da54c9f24bd00304dd67ed4313de9 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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] cbdea96b6ff2062709b7637b2b8ee26b05ffaf2ab11bcc84fa910a4829073065 [INFO] running `Command { std: "docker" "start" "-a" "cbdea96b6ff2062709b7637b2b8ee26b05ffaf2ab11bcc84fa910a4829073065", kill_on_drop: false }` [INFO] [stderr] Compiling memchr v2.7.4 [INFO] [stderr] Compiling libc v0.2.170 [INFO] [stderr] Compiling regex-syntax v0.8.5 (https://github.com/rust-lang/regex.git#1a069b92) [INFO] [stderr] Compiling aho-corasick v1.1.3 [INFO] [stderr] Compiling time v0.1.45 [INFO] [stderr] Compiling regex-automata v0.4.9 (https://github.com/rust-lang/regex.git#1a069b92) [INFO] [stderr] Compiling regex v1.11.1 (https://github.com/rust-lang/regex.git#1a069b92) [INFO] [stderr] Compiling hello_rust_2025 v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.54s [INFO] running `Command { std: "docker" "inspect" "cbdea96b6ff2062709b7637b2b8ee26b05ffaf2ab11bcc84fa910a4829073065", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "cbdea96b6ff2062709b7637b2b8ee26b05ffaf2ab11bcc84fa910a4829073065", kill_on_drop: false }` [INFO] [stdout] cbdea96b6ff2062709b7637b2b8ee26b05ffaf2ab11bcc84fa910a4829073065 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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] 58394e1ca820e6d8efe5d9744ae8706d6c31e6467d14f6d6855deba89ad5d9f4 [INFO] running `Command { std: "docker" "start" "-a" "58394e1ca820e6d8efe5d9744ae8706d6c31e6467d14f6d6855deba89ad5d9f4", kill_on_drop: false }` [INFO] [stderr] Compiling hello_rust_2025 v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.60s [INFO] running `Command { std: "docker" "inspect" "58394e1ca820e6d8efe5d9744ae8706d6c31e6467d14f6d6855deba89ad5d9f4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "58394e1ca820e6d8efe5d9744ae8706d6c31e6467d14f6d6855deba89ad5d9f4", kill_on_drop: false }` [INFO] [stdout] 58394e1ca820e6d8efe5d9744ae8706d6c31e6467d14f6d6855deba89ad5d9f4 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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] 745011f1a8a1677c8806b4cea52dba7c0266fc3988ad6915ccf5fdb17e4abfe3 [INFO] running `Command { std: "docker" "start" "-a" "745011f1a8a1677c8806b4cea52dba7c0266fc3988ad6915ccf5fdb17e4abfe3", kill_on_drop: false }` [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.03s [INFO] [stderr] Running unittests src/main.rs (/opt/rustwide/target/debug/deps/hello_rust_2025-4e99b76561ae4512) [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" "745011f1a8a1677c8806b4cea52dba7c0266fc3988ad6915ccf5fdb17e4abfe3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "745011f1a8a1677c8806b4cea52dba7c0266fc3988ad6915ccf5fdb17e4abfe3", kill_on_drop: false }` [INFO] [stdout] 745011f1a8a1677c8806b4cea52dba7c0266fc3988ad6915ccf5fdb17e4abfe3