[INFO] cloning repository https://github.com/phonnz/shell-with-rust [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/phonnz/shell-with-rust" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fphonnz%2Fshell-with-rust", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fphonnz%2Fshell-with-rust'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] fcf16b764a46609d60630fda7b0b625b036730c6 [INFO] testing phonnz/shell-with-rust against master#99e3aef02079e9c10583638520cd0c134dc3a01d for pr-85530 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fphonnz%2Fshell-with-rust" "/workspace/builds/worker-8/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-8/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/phonnz/shell-with-rust on toolchain 99e3aef02079e9c10583638520cd0c134dc3a01d [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+99e3aef02079e9c10583638520cd0c134dc3a01d" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/phonnz/shell-with-rust [INFO] finished tweaking git repo https://github.com/phonnz/shell-with-rust [INFO] tweaked toml for git repo https://github.com/phonnz/shell-with-rust written to /workspace/builds/worker-8/source/Cargo.toml [INFO] crate git repo https://github.com/phonnz/shell-with-rust already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+99e3aef02079e9c10583638520cd0c134dc3a01d" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+99e3aef02079e9c10583638520cd0c134dc3a01d" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 6dba4548a13aee3702a86c78841428af086ead7e0c820e9ee6c9e044e430ff34 [INFO] running `Command { std: "docker" "start" "-a" "6dba4548a13aee3702a86c78841428af086ead7e0c820e9ee6c9e044e430ff34", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "6dba4548a13aee3702a86c78841428af086ead7e0c820e9ee6c9e044e430ff34", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6dba4548a13aee3702a86c78841428af086ead7e0c820e9ee6c9e044e430ff34", kill_on_drop: false }` [INFO] [stdout] 6dba4548a13aee3702a86c78841428af086ead7e0c820e9ee6c9e044e430ff34 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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=forbid" "-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:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+99e3aef02079e9c10583638520cd0c134dc3a01d" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 070fc5641e89c012e27d015e7030fb474ac2e3e37d28058aa6e7db9ca16d29e5 [INFO] running `Command { std: "docker" "start" "-a" "070fc5641e89c012e27d015e7030fb474ac2e3e37d28058aa6e7db9ca16d29e5", kill_on_drop: false }` [INFO] [stderr] Compiling shell v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: function is never used: `clean_path` [INFO] [stdout] --> src/main.rs:14:4 [INFO] [stdout] | [INFO] [stdout] 14 | fn clean_path(path: &mut String) -> String { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.78s [INFO] running `Command { std: "docker" "inspect" "070fc5641e89c012e27d015e7030fb474ac2e3e37d28058aa6e7db9ca16d29e5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "070fc5641e89c012e27d015e7030fb474ac2e3e37d28058aa6e7db9ca16d29e5", kill_on_drop: false }` [INFO] [stdout] 070fc5641e89c012e27d015e7030fb474ac2e3e37d28058aa6e7db9ca16d29e5 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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=forbid" "-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:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+99e3aef02079e9c10583638520cd0c134dc3a01d" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 88791493d4c6e6a5ac91dffff28d8c26c6012b4cfb14d4143c82eab221c40784 [INFO] running `Command { std: "docker" "start" "-a" "88791493d4c6e6a5ac91dffff28d8c26c6012b4cfb14d4143c82eab221c40784", kill_on_drop: false }` [INFO] [stderr] Compiling shell v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: function is never used: `clean_path` [INFO] [stdout] --> src/main.rs:14:4 [INFO] [stdout] | [INFO] [stdout] 14 | fn clean_path(path: &mut String) -> String { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.47s [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "88791493d4c6e6a5ac91dffff28d8c26c6012b4cfb14d4143c82eab221c40784", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "88791493d4c6e6a5ac91dffff28d8c26c6012b4cfb14d4143c82eab221c40784", kill_on_drop: false }` [INFO] [stdout] 88791493d4c6e6a5ac91dffff28d8c26c6012b4cfb14d4143c82eab221c40784 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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=forbid" "-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:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+99e3aef02079e9c10583638520cd0c134dc3a01d" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 3e43c37612ca6460f918eb022820ebf53b759a36149a0ccd42b6d26b5fe966b6 [INFO] running `Command { std: "docker" "start" "-a" "3e43c37612ca6460f918eb022820ebf53b759a36149a0ccd42b6d26b5fe966b6", kill_on_drop: false }` [INFO] [stderr] warning: function is never used: `clean_path` [INFO] [stderr] --> src/main.rs:14:4 [INFO] [stderr] | [INFO] [stderr] 14 | fn clean_path(path: &mut String) -> String { [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: 1 warning emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.01s [INFO] [stdout] [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/shell-45378fc73d43d221) [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" "3e43c37612ca6460f918eb022820ebf53b759a36149a0ccd42b6d26b5fe966b6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3e43c37612ca6460f918eb022820ebf53b759a36149a0ccd42b6d26b5fe966b6", kill_on_drop: false }` [INFO] [stdout] 3e43c37612ca6460f918eb022820ebf53b759a36149a0ccd42b6d26b5fe966b6