[INFO] cloning repository https://github.com/MoQuEs/RustTask [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/MoQuEs/RustTask" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FMoQuEs%2FRustTask", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FMoQuEs%2FRustTask'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 39a9e48938d2613d4cee6cd6b2c3825acc6c10fb [INFO] testing MoQuEs/RustTask 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%2FMoQuEs%2FRustTask" "/workspace/builds/worker-26/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-26/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/MoQuEs/RustTask 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/MoQuEs/RustTask [INFO] finished tweaking git repo https://github.com/MoQuEs/RustTask [INFO] tweaked toml for git repo https://github.com/MoQuEs/RustTask written to /workspace/builds/worker-26/source/Cargo.toml [INFO] crate git repo https://github.com/MoQuEs/RustTask 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] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-26/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-26/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] c92be50b6ea54ff79ebb6cb13f68eb923822654c68fedada12606d90ee688d5b [INFO] running `Command { std: "docker" "start" "-a" "c92be50b6ea54ff79ebb6cb13f68eb923822654c68fedada12606d90ee688d5b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "c92be50b6ea54ff79ebb6cb13f68eb923822654c68fedada12606d90ee688d5b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c92be50b6ea54ff79ebb6cb13f68eb923822654c68fedada12606d90ee688d5b", kill_on_drop: false }` [INFO] [stdout] c92be50b6ea54ff79ebb6cb13f68eb923822654c68fedada12606d90ee688d5b [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-26/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-26/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] 274844d4ba05c7a0cd3080458b7d285437407dd099bcf7c5ab5cd39376cd567b [INFO] running `Command { std: "docker" "start" "-a" "274844d4ba05c7a0cd3080458b7d285437407dd099bcf7c5ab5cd39376cd567b", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.66 [INFO] [stderr] Compiling autocfg v1.0.0 [INFO] [stderr] Compiling byteorder v1.3.2 [INFO] [stderr] Compiling memchr v2.3.0 [INFO] [stderr] Compiling serde v1.0.104 [INFO] [stderr] Compiling ryu v1.0.2 [INFO] [stderr] Compiling itoa v0.4.4 [INFO] [stderr] Compiling json v0.12.1 [INFO] [stderr] Compiling num-traits v0.2.11 [INFO] [stderr] Compiling num-integer v0.1.42 [INFO] [stderr] Compiling regex-automata v0.1.8 [INFO] [stderr] Compiling time v0.1.42 [INFO] [stderr] Compiling csv-core v0.1.6 [INFO] [stderr] Compiling chrono v0.4.10 [INFO] [stderr] Compiling bstr v0.2.9 [INFO] [stderr] Compiling csv v1.1.3 [INFO] [stderr] Compiling RustTask v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: field is never read: `delimiter` [INFO] [stdout] --> src/csv_writer.rs:9:5 [INFO] [stdout] | [INFO] [stdout] 9 | delimiter: char, [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] note: `CsvWriter` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/csv_writer.rs:6:10 [INFO] [stdout] | [INFO] [stdout] 6 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: crate `RustTask` should have a snake case name [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_snake_case)]` on by default [INFO] [stdout] = help: convert the identifier to snake case: `rust_task` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 8.32s [INFO] running `Command { std: "docker" "inspect" "274844d4ba05c7a0cd3080458b7d285437407dd099bcf7c5ab5cd39376cd567b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "274844d4ba05c7a0cd3080458b7d285437407dd099bcf7c5ab5cd39376cd567b", kill_on_drop: false }` [INFO] [stdout] 274844d4ba05c7a0cd3080458b7d285437407dd099bcf7c5ab5cd39376cd567b [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-26/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-26/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] 93d14fd4a151c5bc1f871f6da41048517eddf6f082d0e859c923cfc9e11f525f [INFO] running `Command { std: "docker" "start" "-a" "93d14fd4a151c5bc1f871f6da41048517eddf6f082d0e859c923cfc9e11f525f", kill_on_drop: false }` [INFO] [stderr] Compiling RustTask v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: field is never read: `delimiter` [INFO] [stdout] --> src/csv_writer.rs:9:5 [INFO] [stdout] | [INFO] [stdout] 9 | delimiter: char, [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] note: `CsvWriter` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/csv_writer.rs:6:10 [INFO] [stdout] | [INFO] [stdout] 6 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: crate `RustTask` should have a snake case name [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_snake_case)]` on by default [INFO] [stdout] = help: convert the identifier to snake case: `rust_task` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.49s [INFO] [stderr] Executable unittests src/main.rs (/opt/rustwide/target/debug/deps/RustTask-52a3b531e52d5439) [INFO] running `Command { std: "docker" "inspect" "93d14fd4a151c5bc1f871f6da41048517eddf6f082d0e859c923cfc9e11f525f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "93d14fd4a151c5bc1f871f6da41048517eddf6f082d0e859c923cfc9e11f525f", kill_on_drop: false }` [INFO] [stdout] 93d14fd4a151c5bc1f871f6da41048517eddf6f082d0e859c923cfc9e11f525f [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-26/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-26/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] 0d4ca9178c01517edd64bd26941827f084063d376f163dc8ed358da1e2894122 [INFO] running `Command { std: "docker" "start" "-a" "0d4ca9178c01517edd64bd26941827f084063d376f163dc8ed358da1e2894122", kill_on_drop: false }` [INFO] [stderr] warning: field is never read: `delimiter` [INFO] [stderr] --> src/csv_writer.rs:9:5 [INFO] [stderr] | [INFO] [stderr] 9 | delimiter: char, [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] note: `CsvWriter` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/csv_writer.rs:6:10 [INFO] [stderr] | [INFO] [stderr] 6 | #[derive(Debug)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: crate `RustTask` should have a snake case name [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(non_snake_case)]` on by default [INFO] [stderr] = help: convert the identifier to snake case: `rust_task` [INFO] [stderr] [INFO] [stderr] warning: `RustTask` (bin "RustTask" test) generated 2 warnings [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.02s [INFO] [stderr] Running unittests src/main.rs (/opt/rustwide/target/debug/deps/RustTask-52a3b531e52d5439) [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" "0d4ca9178c01517edd64bd26941827f084063d376f163dc8ed358da1e2894122", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0d4ca9178c01517edd64bd26941827f084063d376f163dc8ed358da1e2894122", kill_on_drop: false }` [INFO] [stdout] 0d4ca9178c01517edd64bd26941827f084063d376f163dc8ed358da1e2894122