[INFO] cloning repository https://github.com/zekesonxx/deviltool [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/zekesonxx/deviltool" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fzekesonxx%2Fdeviltool", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fzekesonxx%2Fdeviltool'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 0aca78723d3d782ca8e663fcacba7a1eb4b8086b [INFO] checking zekesonxx/deviltool against master#385fa9d845dd326c6bbfd58c22244215e431948a for absurd-question-mark-desugar [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fzekesonxx%2Fdeviltool" "/workspace/builds/worker-3-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/zekesonxx/deviltool on toolchain 385fa9d845dd326c6bbfd58c22244215e431948a [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+385fa9d845dd326c6bbfd58c22244215e431948a" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/zekesonxx/deviltool [INFO] finished tweaking git repo https://github.com/zekesonxx/deviltool [INFO] tweaked toml for git repo https://github.com/zekesonxx/deviltool written to /workspace/builds/worker-3-tc1/source/Cargo.toml [INFO] crate git repo https://github.com/zekesonxx/deviltool 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" "+385fa9d845dd326c6bbfd58c22244215e431948a" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded redox_syscall v0.1.30 [INFO] [stderr] Downloaded adler32 v1.0.1 [INFO] [stderr] Downloaded image v0.15.0 [INFO] [stderr] Downloaded bytesize v0.1.3 [INFO] [stderr] Downloaded nom v3.2.0 [INFO] [stderr] Downloaded scoped_threadpool v0.1.7 [INFO] [stderr] Downloaded time v0.1.38 [INFO] [stderr] Downloaded gcc v0.3.53 [INFO] [stderr] Downloaded backtrace v0.3.2 [INFO] [stderr] Downloaded filetime v0.1.10 [INFO] [stderr] Downloaded color_quant v1.0.0 [INFO] [stderr] Downloaded jpeg-decoder v0.1.13 [INFO] [stderr] Downloaded num-rational v0.1.39 [INFO] [stderr] Downloaded deflate v0.7.15 [INFO] [stderr] Downloaded png v0.9.0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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" "+385fa9d845dd326c6bbfd58c22244215e431948a" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] bdc9150f6e1b681bc24e95408fe87ed5726de7928ff2181f09d2785dbd18cb93 [INFO] running `Command { std: "docker" "start" "-a" "bdc9150f6e1b681bc24e95408fe87ed5726de7928ff2181f09d2785dbd18cb93", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "bdc9150f6e1b681bc24e95408fe87ed5726de7928ff2181f09d2785dbd18cb93", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "bdc9150f6e1b681bc24e95408fe87ed5726de7928ff2181f09d2785dbd18cb93", kill_on_drop: false }` [INFO] [stdout] bdc9150f6e1b681bc24e95408fe87ed5726de7928ff2181f09d2785dbd18cb93 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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" "+385fa9d845dd326c6bbfd58c22244215e431948a" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] f5cd275d0214182d24da509ac8662a5bd6c481787eba8f8e3170b870a00e663f [INFO] running `Command { std: "docker" "start" "-a" "f5cd275d0214182d24da509ac8662a5bd6c481787eba8f8e3170b870a00e663f", kill_on_drop: false }` [INFO] [stderr] Checking libc v0.2.29 [INFO] [stderr] Checking num-traits v0.1.40 [INFO] [stderr] Checking either v1.1.0 [INFO] [stderr] Checking scopeguard v0.3.2 [INFO] [stderr] Compiling gcc v0.3.53 [INFO] [stderr] Compiling rayon-core v1.2.1 [INFO] [stderr] Checking byteorder v1.1.0 [INFO] [stderr] Checking lazy_static v0.2.8 [INFO] [stderr] Checking futures v0.1.14 [INFO] [stderr] Checking bitflags v0.9.1 [INFO] [stderr] Checking coco v0.1.1 [INFO] [stderr] Checking adler32 v1.0.1 [INFO] [stderr] Checking color_quant v1.0.0 [INFO] [stderr] Checking deflate v0.7.15 [INFO] [stderr] Checking unicode-width v0.1.4 [INFO] [stderr] Checking cfg-if v0.1.2 [INFO] [stderr] Checking rustc-demangle v0.1.5 [INFO] [stderr] Checking inflate v0.2.0 [INFO] [stderr] Checking gif v0.9.2 [INFO] [stderr] Checking num-integer v0.1.35 [INFO] [stderr] Checking rand v0.3.16 [INFO] [stderr] Checking num_cpus v1.6.2 [INFO] [stderr] Checking term_size v0.3.0 [INFO] [stderr] Checking num-iter v0.1.34 [INFO] [stderr] Checking textwrap v0.7.0 [INFO] [stderr] Checking num-rational v0.1.39 [INFO] [stderr] Checking memchr v1.0.1 [INFO] [stderr] Checking atty v0.2.2 [INFO] [stderr] Checking enum_primitive v0.1.1 [INFO] [stderr] Checking ansi_term v0.9.0 [INFO] [stderr] Compiling backtrace-sys v0.1.12 [INFO] [stderr] Checking unicode-segmentation v1.2.0 [INFO] [stderr] Checking vec_map v0.8.0 [INFO] [stderr] Checking strsim v0.6.0 [INFO] [stderr] Checking scoped_threadpool v0.1.7 [INFO] [stderr] Checking nom v3.2.0 [INFO] [stderr] Checking time v0.1.38 [INFO] [stderr] Checking filetime v0.1.10 [INFO] [stderr] Checking bytesize v0.1.3 [INFO] [stderr] Checking clap v2.26.0 [INFO] [stderr] Checking rayon v0.8.2 [INFO] [stderr] Checking png v0.9.0 [INFO] [stderr] Checking jpeg-decoder v0.1.13 [INFO] [stderr] Checking image v0.15.0 [INFO] [stderr] Checking backtrace v0.3.2 [INFO] [stderr] Checking error-chain v0.10.0 [INFO] [stderr] Checking deviltool v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: the item `image` is imported redundantly [INFO] [stdout] --> src/tex2.rs:4:5 [INFO] [stdout] | [INFO] [stdout] 4 | use image; [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/main.rs:9:1 [INFO] [stdout] | [INFO] [stdout] 9 | extern crate image; [INFO] [stdout] | ------------------- the item `image` is already imported here [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `filetime` is imported redundantly [INFO] [stdout] --> src/commands/unpack.rs:9:16 [INFO] [stdout] | [INFO] [stdout] 9 | use filetime::{self, FileTime}; [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/main.rs:8:1 [INFO] [stdout] | [INFO] [stdout] 8 | extern crate filetime; [INFO] [stdout] | ---------------------- the item `filetime` is already imported here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `image` is imported redundantly [INFO] [stdout] --> src/commands/imgconv.rs:4:13 [INFO] [stdout] | [INFO] [stdout] 4 | use image::{self, GenericImage, ImageBuffer}; [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/main.rs:9:1 [INFO] [stdout] | [INFO] [stdout] 9 | extern crate image; [INFO] [stdout] | ------------------- the item `image` is already imported here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/tex2.rs:61:38 [INFO] [stdout] | [INFO] [stdout] 61 | pub fn save(&self, mut dst: &mut Write) -> io::Result<()> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] help: if this is an object-safe trait, use `dyn` [INFO] [stdout] | [INFO] [stdout] 61 | pub fn save(&self, mut dst: &mut dyn Write) -> io::Result<()> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/types.rs:36:39 [INFO] [stdout] | [INFO] [stdout] 36 | pub fn write(&self, mut dst: &mut Write) -> io::Result<()> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: if this is an object-safe trait, use `dyn` [INFO] [stdout] | [INFO] [stdout] 36 | pub fn write(&self, mut dst: &mut dyn Write) -> io::Result<()> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `image` is imported redundantly [INFO] [stdout] --> src/tex2.rs:4:5 [INFO] [stdout] | [INFO] [stdout] 4 | use image; [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/main.rs:9:1 [INFO] [stdout] | [INFO] [stdout] 9 | extern crate image; [INFO] [stdout] | ------------------- the item `image` is already imported here [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `filetime` is imported redundantly [INFO] [stdout] --> src/commands/unpack.rs:9:16 [INFO] [stdout] | [INFO] [stdout] 9 | use filetime::{self, FileTime}; [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/main.rs:8:1 [INFO] [stdout] | [INFO] [stdout] 8 | extern crate filetime; [INFO] [stdout] | ---------------------- the item `filetime` is already imported here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `image` is imported redundantly [INFO] [stdout] --> src/commands/imgconv.rs:4:13 [INFO] [stdout] | [INFO] [stdout] 4 | use image::{self, GenericImage, ImageBuffer}; [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/main.rs:9:1 [INFO] [stdout] | [INFO] [stdout] 9 | extern crate image; [INFO] [stdout] | ------------------- the item `image` is already imported here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/tex2.rs:61:38 [INFO] [stdout] | [INFO] [stdout] 61 | pub fn save(&self, mut dst: &mut Write) -> io::Result<()> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] help: if this is an object-safe trait, use `dyn` [INFO] [stdout] | [INFO] [stdout] 61 | pub fn save(&self, mut dst: &mut dyn Write) -> io::Result<()> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/types.rs:36:39 [INFO] [stdout] | [INFO] [stdout] 36 | pub fn write(&self, mut dst: &mut Write) -> io::Result<()> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: if this is an object-safe trait, use `dyn` [INFO] [stdout] | [INFO] [stdout] 36 | pub fn write(&self, mut dst: &mut dyn Write) -> io::Result<()> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/tex2.rs:61:24 [INFO] [stdout] | [INFO] [stdout] 61 | pub fn save(&self, mut dst: &mut Write) -> io::Result<()> { [INFO] [stdout] | ----^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_mut)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/types.rs:36:25 [INFO] [stdout] | [INFO] [stdout] 36 | pub fn write(&self, mut dst: &mut Write) -> io::Result<()> { [INFO] [stdout] | ----^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/commands/info.rs:53:33 [INFO] [stdout] | [INFO] [stdout] 53 | fn guess_format(mut reader: &mut R) -> Result { [INFO] [stdout] | ----^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/commands/info.rs:134:48 [INFO] [stdout] | [INFO] [stdout] 134 | fn texture_info(matches: &ArgMatches, mut reader: &mut R) -> Result<()> { [INFO] [stdout] | ----^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/commands/info.rs:151:45 [INFO] [stdout] | [INFO] [stdout] 151 | fn glsl_info(matches: &ArgMatches, mut reader: &mut R) -> Result<()> { [INFO] [stdout] | ----^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 10 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/tex2.rs:61:24 [INFO] [stdout] | [INFO] [stdout] 61 | pub fn save(&self, mut dst: &mut Write) -> io::Result<()> { [INFO] [stdout] | ----^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_mut)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/types.rs:36:25 [INFO] [stdout] | [INFO] [stdout] 36 | pub fn write(&self, mut dst: &mut Write) -> io::Result<()> { [INFO] [stdout] | ----^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/commands/info.rs:53:33 [INFO] [stdout] | [INFO] [stdout] 53 | fn guess_format(mut reader: &mut R) -> Result { [INFO] [stdout] | ----^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/commands/info.rs:134:48 [INFO] [stdout] | [INFO] [stdout] 134 | fn texture_info(matches: &ArgMatches, mut reader: &mut R) -> Result<()> { [INFO] [stdout] | ----^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/commands/info.rs:151:45 [INFO] [stdout] | [INFO] [stdout] 151 | fn glsl_info(matches: &ArgMatches, mut reader: &mut R) -> Result<()> { [INFO] [stdout] | ----^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 10 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 20.85s [INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: nom v3.2.0 [INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` [INFO] running `Command { std: "docker" "inspect" "f5cd275d0214182d24da509ac8662a5bd6c481787eba8f8e3170b870a00e663f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f5cd275d0214182d24da509ac8662a5bd6c481787eba8f8e3170b870a00e663f", kill_on_drop: false }` [INFO] [stdout] f5cd275d0214182d24da509ac8662a5bd6c481787eba8f8e3170b870a00e663f [INFO] checking zekesonxx/deviltool against try#645bb72776a6a56a1a8f52631a44bd082b2ba509 for absurd-question-mark-desugar [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fzekesonxx%2Fdeviltool" "/workspace/builds/worker-3-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/zekesonxx/deviltool on toolchain 645bb72776a6a56a1a8f52631a44bd082b2ba509 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+645bb72776a6a56a1a8f52631a44bd082b2ba509" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/zekesonxx/deviltool [INFO] finished tweaking git repo https://github.com/zekesonxx/deviltool [INFO] tweaked toml for git repo https://github.com/zekesonxx/deviltool written to /workspace/builds/worker-3-tc2/source/Cargo.toml [INFO] crate git repo https://github.com/zekesonxx/deviltool 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" "+645bb72776a6a56a1a8f52631a44bd082b2ba509" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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" "+645bb72776a6a56a1a8f52631a44bd082b2ba509" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] c16fc5c9695bd9a4027dc6769f53b07c76b896d7c2c98990102d50a8b405b37d [INFO] running `Command { std: "docker" "start" "-a" "c16fc5c9695bd9a4027dc6769f53b07c76b896d7c2c98990102d50a8b405b37d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "c16fc5c9695bd9a4027dc6769f53b07c76b896d7c2c98990102d50a8b405b37d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c16fc5c9695bd9a4027dc6769f53b07c76b896d7c2c98990102d50a8b405b37d", kill_on_drop: false }` [INFO] [stdout] c16fc5c9695bd9a4027dc6769f53b07c76b896d7c2c98990102d50a8b405b37d [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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" "+645bb72776a6a56a1a8f52631a44bd082b2ba509" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 1ab52ba32389998ab95a436223f535d98ec0a91192de14a528aba483a33c4857 [INFO] running `Command { std: "docker" "start" "-a" "1ab52ba32389998ab95a436223f535d98ec0a91192de14a528aba483a33c4857", kill_on_drop: false }` [INFO] [stderr] Checking libc v0.2.29 [INFO] [stderr] Checking num-traits v0.1.40 [INFO] [stderr] Compiling gcc v0.3.53 [INFO] [stderr] Checking either v1.1.0 [INFO] [stderr] Checking scopeguard v0.3.2 [INFO] [stderr] Compiling rayon-core v1.2.1 [INFO] [stderr] Checking byteorder v1.1.0 [INFO] [stderr] Checking lazy_static v0.2.8 [INFO] [stderr] Checking futures v0.1.14 [INFO] [stderr] Checking bitflags v0.9.1 [INFO] [stderr] Checking coco v0.1.1 [INFO] [stderr] Checking adler32 v1.0.1 [INFO] [stderr] Checking color_quant v1.0.0 [INFO] [stderr] Checking cfg-if v0.1.2 [INFO] [stderr] Checking deflate v0.7.15 [INFO] [stderr] Checking inflate v0.2.0 [INFO] [stderr] Checking rustc-demangle v0.1.5 [INFO] [stderr] Checking unicode-width v0.1.4 [INFO] [stderr] Checking gif v0.9.2 [INFO] [stderr] Checking scoped_threadpool v0.1.7 [INFO] [stderr] Checking num-integer v0.1.35 [INFO] [stderr] Checking rand v0.3.16 [INFO] [stderr] Checking num_cpus v1.6.2 [INFO] [stderr] Checking term_size v0.3.0 [INFO] [stderr] Checking num-iter v0.1.34 [INFO] [stderr] Checking textwrap v0.7.0 [INFO] [stderr] Checking num-rational v0.1.39 [INFO] [stderr] Checking atty v0.2.2 [INFO] [stderr] Checking memchr v1.0.1 [INFO] [stderr] Checking enum_primitive v0.1.1 [INFO] [stderr] Compiling backtrace-sys v0.1.12 [INFO] [stderr] Checking strsim v0.6.0 [INFO] [stderr] Checking ansi_term v0.9.0 [INFO] [stderr] Checking unicode-segmentation v1.2.0 [INFO] [stderr] Checking vec_map v0.8.0 [INFO] [stderr] Checking nom v3.2.0 [INFO] [stderr] Checking time v0.1.38 [INFO] [stderr] Checking filetime v0.1.10 [INFO] [stderr] Checking bytesize v0.1.3 [INFO] [stderr] Checking clap v2.26.0 [INFO] [stderr] Checking rayon v0.8.2 [INFO] [stderr] Checking png v0.9.0 [INFO] [stderr] Checking jpeg-decoder v0.1.13 [INFO] [stderr] Checking image v0.15.0 [INFO] [stderr] Checking backtrace v0.3.2 [INFO] [stderr] Checking error-chain v0.10.0 [INFO] [stderr] Checking deviltool v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: the item `image` is imported redundantly [INFO] [stdout] --> src/tex2.rs:4:5 [INFO] [stdout] | [INFO] [stdout] 4 | use image; [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/main.rs:9:1 [INFO] [stdout] | [INFO] [stdout] 9 | extern crate image; [INFO] [stdout] | ------------------- the item `image` is already imported here [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `filetime` is imported redundantly [INFO] [stdout] --> src/commands/unpack.rs:9:16 [INFO] [stdout] | [INFO] [stdout] 9 | use filetime::{self, FileTime}; [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/main.rs:8:1 [INFO] [stdout] | [INFO] [stdout] 8 | extern crate filetime; [INFO] [stdout] | ---------------------- the item `filetime` is already imported here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `image` is imported redundantly [INFO] [stdout] --> src/commands/imgconv.rs:4:13 [INFO] [stdout] | [INFO] [stdout] 4 | use image::{self, GenericImage, ImageBuffer}; [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/main.rs:9:1 [INFO] [stdout] | [INFO] [stdout] 9 | extern crate image; [INFO] [stdout] | ------------------- the item `image` is already imported here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/tex2.rs:61:38 [INFO] [stdout] | [INFO] [stdout] 61 | pub fn save(&self, mut dst: &mut Write) -> io::Result<()> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] help: if this is an object-safe trait, use `dyn` [INFO] [stdout] | [INFO] [stdout] 61 | pub fn save(&self, mut dst: &mut dyn Write) -> io::Result<()> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/types.rs:36:39 [INFO] [stdout] | [INFO] [stdout] 36 | pub fn write(&self, mut dst: &mut Write) -> io::Result<()> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: if this is an object-safe trait, use `dyn` [INFO] [stdout] | [INFO] [stdout] 36 | pub fn write(&self, mut dst: &mut dyn Write) -> io::Result<()> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `image` is imported redundantly [INFO] [stdout] --> src/tex2.rs:4:5 [INFO] [stdout] | [INFO] [stdout] 4 | use image; [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/main.rs:9:1 [INFO] [stdout] | [INFO] [stdout] 9 | extern crate image; [INFO] [stdout] | ------------------- the item `image` is already imported here [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `filetime` is imported redundantly [INFO] [stdout] --> src/commands/unpack.rs:9:16 [INFO] [stdout] | [INFO] [stdout] 9 | use filetime::{self, FileTime}; [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/main.rs:8:1 [INFO] [stdout] | [INFO] [stdout] 8 | extern crate filetime; [INFO] [stdout] | ---------------------- the item `filetime` is already imported here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `image` is imported redundantly [INFO] [stdout] --> src/commands/imgconv.rs:4:13 [INFO] [stdout] | [INFO] [stdout] 4 | use image::{self, GenericImage, ImageBuffer}; [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/main.rs:9:1 [INFO] [stdout] | [INFO] [stdout] 9 | extern crate image; [INFO] [stdout] | ------------------- the item `image` is already imported here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/tex2.rs:61:38 [INFO] [stdout] | [INFO] [stdout] 61 | pub fn save(&self, mut dst: &mut Write) -> io::Result<()> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] help: if this is an object-safe trait, use `dyn` [INFO] [stdout] | [INFO] [stdout] 61 | pub fn save(&self, mut dst: &mut dyn Write) -> io::Result<()> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/tex2.rs:61:24 [INFO] [stdout] | [INFO] [stdout] 61 | pub fn save(&self, mut dst: &mut Write) -> io::Result<()> { [INFO] [stdout] | ----^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_mut)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/types.rs:36:25 [INFO] [stdout] | [INFO] [stdout] 36 | pub fn write(&self, mut dst: &mut Write) -> io::Result<()> { [INFO] [stdout] | ----^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/commands/info.rs:53:33 [INFO] [stdout] | [INFO] [stdout] 53 | fn guess_format(mut reader: &mut R) -> Result { [INFO] [stdout] | ----^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/commands/info.rs:134:48 [INFO] [stdout] | [INFO] [stdout] 134 | fn texture_info(matches: &ArgMatches, mut reader: &mut R) -> Result<()> { [INFO] [stdout] | ----^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/commands/info.rs:151:45 [INFO] [stdout] | [INFO] [stdout] 151 | fn glsl_info(matches: &ArgMatches, mut reader: &mut R) -> Result<()> { [INFO] [stdout] | ----^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/types.rs:36:39 [INFO] [stdout] | [INFO] [stdout] 36 | pub fn write(&self, mut dst: &mut Write) -> io::Result<()> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: if this is an object-safe trait, use `dyn` [INFO] [stdout] | [INFO] [stdout] 36 | pub fn write(&self, mut dst: &mut dyn Write) -> io::Result<()> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 10 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/tex2.rs:61:24 [INFO] [stdout] | [INFO] [stdout] 61 | pub fn save(&self, mut dst: &mut Write) -> io::Result<()> { [INFO] [stdout] | ----^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_mut)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/types.rs:36:25 [INFO] [stdout] | [INFO] [stdout] 36 | pub fn write(&self, mut dst: &mut Write) -> io::Result<()> { [INFO] [stdout] | ----^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/commands/info.rs:53:33 [INFO] [stdout] | [INFO] [stdout] 53 | fn guess_format(mut reader: &mut R) -> Result { [INFO] [stdout] | ----^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/commands/info.rs:134:48 [INFO] [stdout] | [INFO] [stdout] 134 | fn texture_info(matches: &ArgMatches, mut reader: &mut R) -> Result<()> { [INFO] [stdout] | ----^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/commands/info.rs:151:45 [INFO] [stdout] | [INFO] [stdout] 151 | fn glsl_info(matches: &ArgMatches, mut reader: &mut R) -> Result<()> { [INFO] [stdout] | ----^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 10 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.95s [INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: nom v3.2.0 [INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` [INFO] running `Command { std: "docker" "inspect" "1ab52ba32389998ab95a436223f535d98ec0a91192de14a528aba483a33c4857", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1ab52ba32389998ab95a436223f535d98ec0a91192de14a528aba483a33c4857", kill_on_drop: false }` [INFO] [stdout] 1ab52ba32389998ab95a436223f535d98ec0a91192de14a528aba483a33c4857