[INFO] cloning repository https://github.com/ceastman39/rust-file-mover [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/ceastman39/rust-file-mover" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fceastman39%2Frust-file-mover", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fceastman39%2Frust-file-mover'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 9b0078ae3c90594c8c4ddc913d258435797ac1f9 [INFO] testing ceastman39/rust-file-mover against beta-2022-04-10 for beta-1.61-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fceastman39%2Frust-file-mover" "/workspace/builds/worker-29/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-29/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/ceastman39/rust-file-mover on toolchain beta-2022-04-10 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/ceastman39/rust-file-mover [INFO] finished tweaking git repo https://github.com/ceastman39/rust-file-mover [INFO] tweaked toml for git repo https://github.com/ceastman39/rust-file-mover written to /workspace/builds/worker-29/source/Cargo.toml [INFO] crate git repo https://github.com/ceastman39/rust-file-mover already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "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-29/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-29/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] dea0a02ff22ddf75e5d43f66076e8cabc560231611ba8686d8976daeff97d037 [INFO] running `Command { std: "docker" "start" "-a" "dea0a02ff22ddf75e5d43f66076e8cabc560231611ba8686d8976daeff97d037", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "dea0a02ff22ddf75e5d43f66076e8cabc560231611ba8686d8976daeff97d037", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "dea0a02ff22ddf75e5d43f66076e8cabc560231611ba8686d8976daeff97d037", kill_on_drop: false }` [INFO] [stdout] dea0a02ff22ddf75e5d43f66076e8cabc560231611ba8686d8976daeff97d037 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-29/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-29/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" "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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 02af913078d1aaa947ab45542b4631ab65e6f9f993d8e0a4165416693ededfdd [INFO] running `Command { std: "docker" "start" "-a" "02af913078d1aaa947ab45542b4631ab65e6f9f993d8e0a4165416693ededfdd", kill_on_drop: false }` [INFO] [stderr] Compiling rust_file_mover v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> main.rs:29:28 [INFO] [stdout] | [INFO] [stdout] 29 | panic!(format!("Error: {}", e)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_fmt_panics)]` on by default [INFO] [stdout] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 29 - panic!(format!("Error: {}", e)); [INFO] [stdout] 29 + panic!("Error: {}", e); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.65s [INFO] running `Command { std: "docker" "inspect" "02af913078d1aaa947ab45542b4631ab65e6f9f993d8e0a4165416693ededfdd", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "02af913078d1aaa947ab45542b4631ab65e6f9f993d8e0a4165416693ededfdd", kill_on_drop: false }` [INFO] [stdout] 02af913078d1aaa947ab45542b4631ab65e6f9f993d8e0a4165416693ededfdd [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-29/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-29/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" "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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 3af3893830b1d4c0774c7755afc3446def9d9c8a393e910e1bc7fd01fc36e422 [INFO] running `Command { std: "docker" "start" "-a" "3af3893830b1d4c0774c7755afc3446def9d9c8a393e910e1bc7fd01fc36e422", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling rust_file_mover v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> main.rs:29:28 [INFO] [stdout] | [INFO] [stdout] 29 | panic!(format!("Error: {}", e)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_fmt_panics)]` on by default [INFO] [stdout] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 29 - panic!(format!("Error: {}", e)); [INFO] [stdout] 29 + panic!("Error: {}", e); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.40s [INFO] [stderr] Executable unittests main.rs (/opt/rustwide/target/debug/deps/rust_file_mover-b1c2aac4049b8b12) [INFO] running `Command { std: "docker" "inspect" "3af3893830b1d4c0774c7755afc3446def9d9c8a393e910e1bc7fd01fc36e422", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3af3893830b1d4c0774c7755afc3446def9d9c8a393e910e1bc7fd01fc36e422", kill_on_drop: false }` [INFO] [stdout] 3af3893830b1d4c0774c7755afc3446def9d9c8a393e910e1bc7fd01fc36e422 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-29/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-29/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" "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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 4a62ee787d79bd09aed0fd0a68c247d4b6f0e60d7b09981417774ca2e1c27aa2 [INFO] running `Command { std: "docker" "start" "-a" "4a62ee787d79bd09aed0fd0a68c247d4b6f0e60d7b09981417774ca2e1c27aa2", kill_on_drop: false }` [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> main.rs:29:28 [INFO] [stderr] | [INFO] [stderr] 29 | panic!(format!("Error: {}", e)); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(non_fmt_panics)]` on by default [INFO] [stderr] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stderr] = note: for more information, see [INFO] [stderr] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stderr] help: remove the `format!(..)` macro call [INFO] [stderr] | [INFO] [stderr] 29 - panic!(format!("Error: {}", e)); [INFO] [stderr] 29 + panic!("Error: {}", e); [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: `rust_file_mover` (bin "rust_file_mover" test) generated 1 warning [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.05s [INFO] [stderr] Running unittests main.rs (/opt/rustwide/target/debug/deps/rust_file_mover-b1c2aac4049b8b12) [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" "4a62ee787d79bd09aed0fd0a68c247d4b6f0e60d7b09981417774ca2e1c27aa2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4a62ee787d79bd09aed0fd0a68c247d4b6f0e60d7b09981417774ca2e1c27aa2", kill_on_drop: false }` [INFO] [stdout] 4a62ee787d79bd09aed0fd0a68c247d4b6f0e60d7b09981417774ca2e1c27aa2