[INFO] fetching crate diffr 0.1.4... [INFO] checking diffr-0.1.4 against try#3e59a8c2f14152ccc92a6c079f592dc2dc6fa93f for pr-87248 [INFO] extracting crate diffr 0.1.4 into /workspace/builds/worker-0/source [INFO] validating manifest of crates.io crate diffr 0.1.4 on toolchain 3e59a8c2f14152ccc92a6c079f592dc2dc6fa93f [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+3e59a8c2f14152ccc92a6c079f592dc2dc6fa93f" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate diffr 0.1.4 [INFO] finished tweaking crates.io crate diffr 0.1.4 [INFO] tweaked toml for crates.io crate diffr 0.1.4 written to /workspace/builds/worker-0/source/Cargo.toml [INFO] crate crates.io crate diffr 0.1.4 already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+3e59a8c2f14152ccc92a6c079f592dc2dc6fa93f" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded diffr-lib v0.1.3 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+3e59a8c2f14152ccc92a6c079f592dc2dc6fa93f" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 7855a286593e09a33878ec7954b2e0ccff2cff26472dc18e854b66a4b59ac1e0 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "7855a286593e09a33878ec7954b2e0ccff2cff26472dc18e854b66a4b59ac1e0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "7855a286593e09a33878ec7954b2e0ccff2cff26472dc18e854b66a4b59ac1e0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7855a286593e09a33878ec7954b2e0ccff2cff26472dc18e854b66a4b59ac1e0", kill_on_drop: false }` [INFO] [stdout] 7855a286593e09a33878ec7954b2e0ccff2cff26472dc18e854b66a4b59ac1e0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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=forbid" "-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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+3e59a8c2f14152ccc92a6c079f592dc2dc6fa93f" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 886eaf70c618ea8f777cba07fcc56ba31c5c151ac3579033bb6dcad48525fbd2 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "886eaf70c618ea8f777cba07fcc56ba31c5c151ac3579033bb6dcad48525fbd2", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.58 [INFO] [stderr] Compiling bitflags v1.1.0 [INFO] [stderr] Checking unicode-width v0.1.5 [INFO] [stderr] Checking diffr-lib v0.1.3 [INFO] [stderr] Checking textwrap v0.11.0 [INFO] [stderr] Checking atty v0.2.11 [INFO] [stderr] Checking clap v2.33.0 [INFO] [stderr] Checking diffr v0.1.4 (/opt/rustwide/workdir) [INFO] [stdout] warning: unnecessary trailing semicolon [INFO] [stdout] --> src/test_cli.rs:91:6 [INFO] [stdout] | [INFO] [stdout] 91 | }; [INFO] [stdout] | ^ help: remove this semicolon [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(redundant_semicolons)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/test_cli.rs:25:17 [INFO] [stdout] | [INFO] [stdout] 25 | / format!( [INFO] [stdout] 26 | | "{}: expected empty, got\n\n{}", [INFO] [stdout] 27 | | quote_or_empty(prefix), [INFO] [stdout] 28 | | quote_or_empty(actual) [INFO] [stdout] 29 | | ) [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 assert!() 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] 25 | [INFO] [stdout] 26 | "{}: expected empty, got\n\n{}", [INFO] [stdout] 27 | quote_or_empty(prefix), [INFO] [stdout] 28 | quote_or_empty(actual) [INFO] [stdout] 29 | [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/test_cli.rs:33:17 [INFO] [stdout] | [INFO] [stdout] 33 | / format!( [INFO] [stdout] 34 | | "{}: expected at least\n\n{}\n\ngot\n\n{}", [INFO] [stdout] 35 | | prefix, [INFO] [stdout] 36 | | quote_or_empty(exp), [INFO] [stdout] 37 | | quote_or_empty(actual) [INFO] [stdout] 38 | | ) [INFO] [stdout] | |_________________^ [INFO] [stdout] | [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 assert!() 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] 33 | [INFO] [stdout] 34 | "{}: expected at least\n\n{}\n\ngot\n\n{}", [INFO] [stdout] 35 | prefix, [INFO] [stdout] 36 | quote_or_empty(exp), [INFO] [stdout] 37 | quote_or_empty(actual) [INFO] [stdout] 38 | [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/test_cli.rs:42:17 [INFO] [stdout] | [INFO] [stdout] 42 | / format!( [INFO] [stdout] 43 | | "{}: expected\n\n{}\n\ngot\n\n{}", [INFO] [stdout] 44 | | prefix, [INFO] [stdout] 45 | | quote_or_empty(exp), [INFO] [stdout] 46 | | quote_or_empty(actual) [INFO] [stdout] 47 | | ) [INFO] [stdout] | |_________________^ [INFO] [stdout] | [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 assert!() 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] 42 | [INFO] [stdout] 43 | "{}: expected\n\n{}\n\ngot\n\n{}", [INFO] [stdout] 44 | prefix, [INFO] [stdout] 45 | quote_or_empty(exp), [INFO] [stdout] 46 | quote_or_empty(actual) [INFO] [stdout] 47 | [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/test_cli.rs:94:9 [INFO] [stdout] | [INFO] [stdout] 94 | / format!( [INFO] [stdout] 95 | | "unexpected status: expected {} got {}", [INFO] [stdout] 96 | | string_of_status(descr.is_success), [INFO] [stdout] 97 | | string_of_status(output.status.success()), [INFO] [stdout] 98 | | ) [INFO] [stdout] | |_________^ [INFO] [stdout] | [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 assert!() 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] 94 | [INFO] [stdout] 95 | "unexpected status: expected {} got {}", [INFO] [stdout] 96 | string_of_status(descr.is_success), [INFO] [stdout] 97 | string_of_status(output.status.success()), [INFO] [stdout] 98 | [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 5 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 6.51s [INFO] running `Command { std: "docker" "inspect" "886eaf70c618ea8f777cba07fcc56ba31c5c151ac3579033bb6dcad48525fbd2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "886eaf70c618ea8f777cba07fcc56ba31c5c151ac3579033bb6dcad48525fbd2", kill_on_drop: false }` [INFO] [stdout] 886eaf70c618ea8f777cba07fcc56ba31c5c151ac3579033bb6dcad48525fbd2