[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-2021-09-08 for beta-1.56-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fceastman39%2Frust-file-mover" "/workspace/builds/worker-92/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-92/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/ceastman39/rust-file-mover on toolchain beta-2021-09-08 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2021-09-08" "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-92/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-2021-09-08" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-92/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-92/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:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2021-09-08" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 2d79093560254bad3e8913cef8f53d2239ea38538d7ac6c3f7e2bf919ad1fe09 [INFO] running `Command { std: "docker" "start" "-a" "2d79093560254bad3e8913cef8f53d2239ea38538d7ac6c3f7e2bf919ad1fe09", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "2d79093560254bad3e8913cef8f53d2239ea38538d7ac6c3f7e2bf919ad1fe09", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2d79093560254bad3e8913cef8f53d2239ea38538d7ac6c3f7e2bf919ad1fe09", kill_on_drop: false }` [INFO] [stdout] 2d79093560254bad3e8913cef8f53d2239ea38538d7ac6c3f7e2bf919ad1fe09 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-92/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-92/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:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2021-09-08" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 58cfe5e7d63cac1e3f963283e6837813596d021dd31ceec4b70e72ade6b4aa53 [INFO] running `Command { std: "docker" "start" "-a" "58cfe5e7d63cac1e3f963283e6837813596d021dd31ceec4b70e72ade6b4aa53", 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 dev [unoptimized + debuginfo] target(s) in 5.80s [INFO] running `Command { std: "docker" "inspect" "58cfe5e7d63cac1e3f963283e6837813596d021dd31ceec4b70e72ade6b4aa53", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "58cfe5e7d63cac1e3f963283e6837813596d021dd31ceec4b70e72ade6b4aa53", kill_on_drop: false }` [INFO] [stdout] 58cfe5e7d63cac1e3f963283e6837813596d021dd31ceec4b70e72ade6b4aa53 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-92/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-92/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:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2021-09-08" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 40cb2694e2d917f76113346425f23a849779d3f1c8ce8835193f336c2a91a4b9 [INFO] running `Command { std: "docker" "start" "-a" "40cb2694e2d917f76113346425f23a849779d3f1c8ce8835193f336c2a91a4b9", 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 8.39s [INFO] running `Command { std: "docker" "inspect" "40cb2694e2d917f76113346425f23a849779d3f1c8ce8835193f336c2a91a4b9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "40cb2694e2d917f76113346425f23a849779d3f1c8ce8835193f336c2a91a4b9", kill_on_drop: false }` [INFO] [stdout] 40cb2694e2d917f76113346425f23a849779d3f1c8ce8835193f336c2a91a4b9 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-92/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-92/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:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2021-09-08" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 5ce23fdfc65d074dae30b62b1d5ca9db84bdc7fe93b68b07e0c4d6edc8ca6ea7 [INFO] running `Command { std: "docker" "start" "-a" "5ce23fdfc65d074dae30b62b1d5ca9db84bdc7fe93b68b07e0c4d6edc8ca6ea7", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [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 3.33s [INFO] [stderr] Running unittests (/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" "5ce23fdfc65d074dae30b62b1d5ca9db84bdc7fe93b68b07e0c4d6edc8ca6ea7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5ce23fdfc65d074dae30b62b1d5ca9db84bdc7fe93b68b07e0c4d6edc8ca6ea7", kill_on_drop: false }` [INFO] [stdout] 5ce23fdfc65d074dae30b62b1d5ca9db84bdc7fe93b68b07e0c4d6edc8ca6ea7