[INFO] fetching crate bmp 0.5.0... [INFO] checking bmp-0.5.0 against master#35936c4839dd272646394779d151e060d0f6b3ac for pr-122960-1 [INFO] extracting crate bmp 0.5.0 into /workspace/builds/worker-2-tc1/source [INFO] validating manifest of crates.io crate bmp 0.5.0 on toolchain 35936c4839dd272646394779d151e060d0f6b3ac [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+35936c4839dd272646394779d151e060d0f6b3ac" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate bmp 0.5.0 [INFO] finished tweaking crates.io crate bmp 0.5.0 [INFO] tweaked toml for crates.io crate bmp 0.5.0 written to /workspace/builds/worker-2-tc1/source/Cargo.toml [INFO] crate crates.io crate bmp 0.5.0 already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+35936c4839dd272646394779d151e060d0f6b3ac" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded byteorder v1.3.2 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+35936c4839dd272646394779d151e060d0f6b3ac" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 21b21adb45a2ac1b66a48e1b095db3d99aee9298e490014512099e958e4438da [INFO] running `Command { std: "docker" "start" "-a" "21b21adb45a2ac1b66a48e1b095db3d99aee9298e490014512099e958e4438da", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "21b21adb45a2ac1b66a48e1b095db3d99aee9298e490014512099e958e4438da", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "21b21adb45a2ac1b66a48e1b095db3d99aee9298e490014512099e958e4438da", kill_on_drop: false }` [INFO] [stdout] 21b21adb45a2ac1b66a48e1b095db3d99aee9298e490014512099e958e4438da [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/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" "RUSTDOCFLAGS=--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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+35936c4839dd272646394779d151e060d0f6b3ac" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] cbd1a4a3ea84de0ea26cde3e1351d163ea58f16d4067212c2291e08c80e8e3c9 [INFO] running `Command { std: "docker" "start" "-a" "cbd1a4a3ea84de0ea26cde3e1351d163ea58f16d4067212c2291e08c80e8e3c9", kill_on_drop: false }` [INFO] [stderr] Compiling byteorder v1.3.2 [INFO] [stderr] Checking bmp v0.5.0 (/opt/rustwide/workdir) [INFO] [stdout] error: the item `AsRef` is imported redundantly [INFO] [stdout] --> src/lib.rs:36:5 [INFO] [stdout] | [INFO] [stdout] 36 | use std::convert::AsRef; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] --> /rustc/35936c4839dd272646394779d151e060d0f6b3ac/library/std/src/prelude/mod.rs:105:13 [INFO] [stdout] | [INFO] [stdout] = note: the item `AsRef` is already defined here [INFO] [stdout] | [INFO] [stdout] note: the lint level is defined here [INFO] [stdout] --> src/lib.rs:1:9 [INFO] [stdout] | [INFO] [stdout] 1 | #![deny(warnings)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] = note: `#[deny(unused_imports)]` implied by `#[deny(warnings)]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: the item `From` is imported redundantly [INFO] [stdout] --> src/decoder.rs:5:20 [INFO] [stdout] | [INFO] [stdout] 5 | use std::convert::{From, AsRef}; [INFO] [stdout] | ^^^^ [INFO] [stdout] --> /rustc/35936c4839dd272646394779d151e060d0f6b3ac/library/std/src/prelude/mod.rs:105:13 [INFO] [stdout] | [INFO] [stdout] = note: the item `From` is already defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: the item `AsRef` is imported redundantly [INFO] [stdout] --> src/decoder.rs:5:26 [INFO] [stdout] | [INFO] [stdout] 5 | use std::convert::{From, AsRef}; [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 14 | use super::*; [INFO] [stdout] | -------- the item `AsRef` is already imported here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: the item `fmt` is imported redundantly [INFO] [stdout] --> src/decoder.rs:7:5 [INFO] [stdout] | [INFO] [stdout] 7 | use std::fmt; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 14 | use super::*; [INFO] [stdout] | -------- the item `fmt` is already imported here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: the item `io` is imported redundantly [INFO] [stdout] --> src/decoder.rs:8:15 [INFO] [stdout] | [INFO] [stdout] 8 | use std::io::{self, Cursor, Read, SeekFrom, Seek}; [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 14 | use super::*; [INFO] [stdout] | -------- the item `io` is already imported here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: the item `Cursor` is imported redundantly [INFO] [stdout] --> src/decoder.rs:8:21 [INFO] [stdout] | [INFO] [stdout] 8 | use std::io::{self, Cursor, Read, SeekFrom, Seek}; [INFO] [stdout] | ^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 14 | use super::*; [INFO] [stdout] | -------- the item `Cursor` is already imported here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: the item `Read` is imported redundantly [INFO] [stdout] --> src/decoder.rs:8:29 [INFO] [stdout] | [INFO] [stdout] 8 | use std::io::{self, Cursor, Read, SeekFrom, Seek}; [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 14 | use super::*; [INFO] [stdout] | -------- the item `Read` is already imported here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: the item `AsRef` is imported redundantly [INFO] [stdout] --> src/lib.rs:36:5 [INFO] [stdout] | [INFO] [stdout] 36 | use std::convert::AsRef; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] --> /rustc/35936c4839dd272646394779d151e060d0f6b3ac/library/std/src/prelude/mod.rs:105:13 [INFO] [stdout] | [INFO] [stdout] = note: the item `AsRef` is already defined here [INFO] [stdout] | [INFO] [stdout] note: the lint level is defined here [INFO] [stdout] --> src/lib.rs:2:24 [INFO] [stdout] | [INFO] [stdout] 2 | #![cfg_attr(test, deny(warnings))] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] = note: `#[deny(unused_imports)]` implied by `#[deny(warnings)]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: the item `From` is imported redundantly [INFO] [stdout] --> src/decoder.rs:5:20 [INFO] [stdout] | [INFO] [stdout] 5 | use std::convert::{From, AsRef}; [INFO] [stdout] | ^^^^ [INFO] [stdout] --> /rustc/35936c4839dd272646394779d151e060d0f6b3ac/library/std/src/prelude/mod.rs:105:13 [INFO] [stdout] | [INFO] [stdout] = note: the item `From` is already defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: the item `AsRef` is imported redundantly [INFO] [stdout] --> src/decoder.rs:5:26 [INFO] [stdout] | [INFO] [stdout] 5 | use std::convert::{From, AsRef}; [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 14 | use super::*; [INFO] [stdout] | -------- the item `AsRef` is already imported here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: the item `fmt` is imported redundantly [INFO] [stdout] --> src/decoder.rs:7:5 [INFO] [stdout] | [INFO] [stdout] 7 | use std::fmt; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 14 | use super::*; [INFO] [stdout] | -------- the item `fmt` is already imported here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: the item `io` is imported redundantly [INFO] [stdout] --> src/decoder.rs:8:15 [INFO] [stdout] | [INFO] [stdout] 8 | use std::io::{self, Cursor, Read, SeekFrom, Seek}; [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 14 | use super::*; [INFO] [stdout] | -------- the item `io` is already imported here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: the item `Cursor` is imported redundantly [INFO] [stdout] --> src/decoder.rs:8:21 [INFO] [stdout] | [INFO] [stdout] 8 | use std::io::{self, Cursor, Read, SeekFrom, Seek}; [INFO] [stdout] | ^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 14 | use super::*; [INFO] [stdout] | -------- the item `Cursor` is already imported here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: the item `Read` is imported redundantly [INFO] [stdout] --> src/decoder.rs:8:29 [INFO] [stdout] | [INFO] [stdout] 8 | use std::io::{self, Cursor, Read, SeekFrom, Seek}; [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 14 | use super::*; [INFO] [stdout] | -------- the item `Read` is already imported here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: the item `Read` is imported redundantly [INFO] [stdout] --> src/lib.rs:437:19 [INFO] [stdout] | [INFO] [stdout] 436 | use super::*; [INFO] [stdout] | -------- the item `Read` is already imported here [INFO] [stdout] 437 | use std::io::{Read, Seek, SeekFrom}; [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated method `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/decoder.rs:42:55 [INFO] [stdout] | [INFO] [stdout] 42 | write!(fmt, "{}: {}", kind_desc, self.description()) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[deny(deprecated)]` implied by `#[deny(warnings)]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated method `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/decoder.rs:57:36 [INFO] [stdout] | [INFO] [stdout] 57 | BmpIoError(ref e) => e.description(), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated method `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/decoder.rs:42:55 [INFO] [stdout] | [INFO] [stdout] 42 | write!(fmt, "{}: {}", kind_desc, self.description()) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[deny(deprecated)]` implied by `#[deny(warnings)]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated method `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/decoder.rs:57:36 [INFO] [stdout] | [INFO] [stdout] 57 | BmpIoError(ref e) => e.description(), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 9 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `bmp` (lib) due to 10 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error: aborting due to 10 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `bmp` (lib test) due to 11 previous errors [INFO] running `Command { std: "docker" "inspect" "cbd1a4a3ea84de0ea26cde3e1351d163ea58f16d4067212c2291e08c80e8e3c9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "cbd1a4a3ea84de0ea26cde3e1351d163ea58f16d4067212c2291e08c80e8e3c9", kill_on_drop: false }` [INFO] [stdout] cbd1a4a3ea84de0ea26cde3e1351d163ea58f16d4067212c2291e08c80e8e3c9 [INFO] checking bmp-0.5.0 against try#9ae1860851f3fbc1435a1698e572252c0076f413 for pr-122960-1 [INFO] extracting crate bmp 0.5.0 into /workspace/builds/worker-2-tc2/source [INFO] validating manifest of crates.io crate bmp 0.5.0 on toolchain 9ae1860851f3fbc1435a1698e572252c0076f413 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+9ae1860851f3fbc1435a1698e572252c0076f413" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate bmp 0.5.0 [INFO] finished tweaking crates.io crate bmp 0.5.0 [INFO] tweaked toml for crates.io crate bmp 0.5.0 written to /workspace/builds/worker-2-tc2/source/Cargo.toml [INFO] crate crates.io crate bmp 0.5.0 already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+9ae1860851f3fbc1435a1698e572252c0076f413" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+9ae1860851f3fbc1435a1698e572252c0076f413" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] ea1699b605a428814340cd8922935f463e9d88f6f7a14ea7ed6997e158c52100 [INFO] running `Command { std: "docker" "start" "-a" "ea1699b605a428814340cd8922935f463e9d88f6f7a14ea7ed6997e158c52100", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "ea1699b605a428814340cd8922935f463e9d88f6f7a14ea7ed6997e158c52100", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ea1699b605a428814340cd8922935f463e9d88f6f7a14ea7ed6997e158c52100", kill_on_drop: false }` [INFO] [stdout] ea1699b605a428814340cd8922935f463e9d88f6f7a14ea7ed6997e158c52100 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/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" "RUSTDOCFLAGS=--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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+9ae1860851f3fbc1435a1698e572252c0076f413" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 5231dee5c1b150dc390455f7ddb325f4dca523f628412c9ee738160f3cf7ea7f [INFO] running `Command { std: "docker" "start" "-a" "5231dee5c1b150dc390455f7ddb325f4dca523f628412c9ee738160f3cf7ea7f", kill_on_drop: false }` [INFO] [stderr] Copying to /tmp/fixit [INFO] [stderr] no edition found in manifest, probably 2015, skipping [INFO] running `Command { std: "docker" "inspect" "5231dee5c1b150dc390455f7ddb325f4dca523f628412c9ee738160f3cf7ea7f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5231dee5c1b150dc390455f7ddb325f4dca523f628412c9ee738160f3cf7ea7f", kill_on_drop: false }` [INFO] [stdout] 5231dee5c1b150dc390455f7ddb325f4dca523f628412c9ee738160f3cf7ea7f