[INFO] cloning repository https://github.com/mingyli/riff [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/mingyli/riff" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmingyli%2Friff", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmingyli%2Friff'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 0288a9c92ac781c21c21ff2b965015a5c29ea433 [INFO] testing mingyli/riff against 1.60.0 for beta-1.61-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmingyli%2Friff" "/workspace/builds/worker-15/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-15/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/mingyli/riff 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/mingyli/riff [INFO] finished tweaking git repo https://github.com/mingyli/riff [INFO] tweaked toml for git repo https://github.com/mingyli/riff written to /workspace/builds/worker-15/source/Cargo.toml [INFO] crate git repo https://github.com/mingyli/riff 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] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-15/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-15/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] ed3858448b6fd322011f017c38530a99d727437c4afcc02f2e2f40c2a306247b [INFO] running `Command { std: "docker" "start" "-a" "ed3858448b6fd322011f017c38530a99d727437c4afcc02f2e2f40c2a306247b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "ed3858448b6fd322011f017c38530a99d727437c4afcc02f2e2f40c2a306247b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ed3858448b6fd322011f017c38530a99d727437c4afcc02f2e2f40c2a306247b", kill_on_drop: false }` [INFO] [stdout] ed3858448b6fd322011f017c38530a99d727437c4afcc02f2e2f40c2a306247b [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-15/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-15/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] af846f331a3c781ae70da89d337a6dccc8331ad463391182a94585fcfe32e798 [INFO] running `Command { std: "docker" "start" "-a" "af846f331a3c781ae70da89d337a6dccc8331ad463391182a94585fcfe32e798", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.66 [INFO] [stderr] Compiling either v1.5.3 [INFO] [stderr] Compiling itertools v0.8.2 [INFO] [stderr] Compiling atty v0.2.13 [INFO] [stderr] Compiling clap v2.33.0 [INFO] [stderr] Compiling riff v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: field is never read: `height` [INFO] [stdout] --> src/diff.rs:11:5 [INFO] [stdout] | [INFO] [stdout] 11 | height: usize, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] note: `Matrix` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/diff.rs:8:10 [INFO] [stdout] | [INFO] [stdout] 8 | #[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: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 7.56s [INFO] running `Command { std: "docker" "inspect" "af846f331a3c781ae70da89d337a6dccc8331ad463391182a94585fcfe32e798", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "af846f331a3c781ae70da89d337a6dccc8331ad463391182a94585fcfe32e798", kill_on_drop: false }` [INFO] [stdout] af846f331a3c781ae70da89d337a6dccc8331ad463391182a94585fcfe32e798 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-15/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-15/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] 5bc2b4169a2c915619521b10c0efa14b4b2396958a6263e96802dc67769247e2 [INFO] running `Command { std: "docker" "start" "-a" "5bc2b4169a2c915619521b10c0efa14b4b2396958a6263e96802dc67769247e2", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling riff v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: field is never read: `height` [INFO] [stdout] --> src/diff.rs:11:5 [INFO] [stdout] | [INFO] [stdout] 11 | height: usize, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] note: `Matrix` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/diff.rs:8:10 [INFO] [stdout] | [INFO] [stdout] 8 | #[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: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.96s [INFO] running `Command { std: "docker" "inspect" "5bc2b4169a2c915619521b10c0efa14b4b2396958a6263e96802dc67769247e2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5bc2b4169a2c915619521b10c0efa14b4b2396958a6263e96802dc67769247e2", kill_on_drop: false }` [INFO] [stdout] 5bc2b4169a2c915619521b10c0efa14b4b2396958a6263e96802dc67769247e2 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-15/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-15/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] f71894b0d1915eaaffc5e00ebd1acc7efc6f68da758cb730f1c3f8f534984705 [INFO] running `Command { std: "docker" "start" "-a" "f71894b0d1915eaaffc5e00ebd1acc7efc6f68da758cb730f1c3f8f534984705", kill_on_drop: false }` [INFO] [stderr] warning: field is never read: `height` [INFO] [stderr] --> src/diff.rs:11:5 [INFO] [stderr] | [INFO] [stderr] 11 | height: usize, [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] note: `Matrix` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/diff.rs:8:10 [INFO] [stderr] | [INFO] [stderr] 8 | #[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: `riff` (bin "riff" test) generated 1 warning [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.06s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/riff-fff9bfef620b8d5b) [INFO] [stdout] [INFO] [stdout] running 9 tests [INFO] [stdout] test diff::test_diff_added ... ok [INFO] [stdout] test diff::test_diff_modified ... ok [INFO] [stdout] test diff::test_diff_mixed ... ok [INFO] [stdout] test diff::test_diff_empty ... ok [INFO] [stdout] test diff::test_diff_removed ... ok [INFO] [stdout] test diff::test_diff_same ... ok [INFO] [stdout] test diff::test_different ... ok [INFO] [stdout] test hunk::test_get_hunks ... ok [INFO] [stdout] test diff::test_different_reversed ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 9 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "f71894b0d1915eaaffc5e00ebd1acc7efc6f68da758cb730f1c3f8f534984705", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f71894b0d1915eaaffc5e00ebd1acc7efc6f68da758cb730f1c3f8f534984705", kill_on_drop: false }` [INFO] [stdout] f71894b0d1915eaaffc5e00ebd1acc7efc6f68da758cb730f1c3f8f534984705