[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 1.60.0 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 1.60.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "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" "+1.60.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [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" "+1.60.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 7fa4802f2d4dcb7861b43856bd4b6aeb19f93d06105e9bf3a8e0ad9eac888a02 [INFO] running `Command { std: "docker" "start" "-a" "7fa4802f2d4dcb7861b43856bd4b6aeb19f93d06105e9bf3a8e0ad9eac888a02", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "7fa4802f2d4dcb7861b43856bd4b6aeb19f93d06105e9bf3a8e0ad9eac888a02", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7fa4802f2d4dcb7861b43856bd4b6aeb19f93d06105e9bf3a8e0ad9eac888a02", kill_on_drop: false }` [INFO] [stdout] 7fa4802f2d4dcb7861b43856bd4b6aeb19f93d06105e9bf3a8e0ad9eac888a02 [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" "+1.60.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 907d77f2fe25e7132d06ed075d4d3ac66ee8cfc949a0404ac4ed4f9ae660a157 [INFO] running `Command { std: "docker" "start" "-a" "907d77f2fe25e7132d06ed075d4d3ac66ee8cfc949a0404ac4ed4f9ae660a157", 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.92s [INFO] running `Command { std: "docker" "inspect" "907d77f2fe25e7132d06ed075d4d3ac66ee8cfc949a0404ac4ed4f9ae660a157", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "907d77f2fe25e7132d06ed075d4d3ac66ee8cfc949a0404ac4ed4f9ae660a157", kill_on_drop: false }` [INFO] [stdout] 907d77f2fe25e7132d06ed075d4d3ac66ee8cfc949a0404ac4ed4f9ae660a157 [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" "+1.60.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 07c70cf8c299eeaabca1e34b998bced3f15ae1594f16262d8c447f5b2dfbc45b [INFO] running `Command { std: "docker" "start" "-a" "07c70cf8c299eeaabca1e34b998bced3f15ae1594f16262d8c447f5b2dfbc45b", 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 test [unoptimized + debuginfo] target(s) in 0.35s [INFO] running `Command { std: "docker" "inspect" "07c70cf8c299eeaabca1e34b998bced3f15ae1594f16262d8c447f5b2dfbc45b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "07c70cf8c299eeaabca1e34b998bced3f15ae1594f16262d8c447f5b2dfbc45b", kill_on_drop: false }` [INFO] [stdout] 07c70cf8c299eeaabca1e34b998bced3f15ae1594f16262d8c447f5b2dfbc45b [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" "+1.60.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 5c05a1d50786980dc682377bc301e07ebae0c1d1f9fb86f561240025a49305cc [INFO] running `Command { std: "docker" "start" "-a" "5c05a1d50786980dc682377bc301e07ebae0c1d1f9fb86f561240025a49305cc", 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.00s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/rust_file_mover-b61e939fe49b05e1) [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" "5c05a1d50786980dc682377bc301e07ebae0c1d1f9fb86f561240025a49305cc", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5c05a1d50786980dc682377bc301e07ebae0c1d1f9fb86f561240025a49305cc", kill_on_drop: false }` [INFO] [stdout] 5c05a1d50786980dc682377bc301e07ebae0c1d1f9fb86f561240025a49305cc