[INFO] fetching crate asefile 0.3.6...
[INFO] checking asefile-0.3.6 against master#30f74ff0dc4d66debc8b50724c446f817e5f75f4 for pr-121848-1
[INFO] extracting crate asefile 0.3.6 into /workspace/builds/worker-6-tc1/source
[INFO] validating manifest of crates.io crate asefile 0.3.6 on toolchain 30f74ff0dc4d66debc8b50724c446f817e5f75f4
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+30f74ff0dc4d66debc8b50724c446f817e5f75f4" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate asefile 0.3.6
[INFO] finished tweaking crates.io crate asefile 0.3.6
[INFO] tweaked toml for crates.io crate asefile 0.3.6 written to /workspace/builds/worker-6-tc1/source/Cargo.toml
[INFO] crate crates.io crate asefile 0.3.6 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" "+30f74ff0dc4d66debc8b50724c446f817e5f75f4" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded nohash v0.2.0
[INFO] [stderr]   Downloaded rect_packer v0.2.1
[INFO] [stderr]   Downloaded num-iter v0.1.42
[INFO] [stderr]   Downloaded num-rational v0.3.2
[INFO] [stderr]   Downloaded bytemuck v1.8.0
[INFO] [stderr]   Downloaded miniz_oxide v0.4.4
[INFO] [stderr]   Downloaded deflate v0.8.6
[INFO] [stderr]   Downloaded flate2 v1.0.20
[INFO] [stderr]   Downloaded image v0.23.14
[INFO] [stderr]   Downloaded libc v0.2.90
[INFO] [stderr]   Downloaded png v0.16.8
[INFO] [stderr]   Downloaded miniz_oxide v0.3.7
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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" "+30f74ff0dc4d66debc8b50724c446f817e5f75f4" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 5dfd59a459f9954f0204fe3ece45e3d2a045a97b8c0dcede4c55fef08b9c2074
[INFO] running `Command { std: "docker" "start" "-a" "5dfd59a459f9954f0204fe3ece45e3d2a045a97b8c0dcede4c55fef08b9c2074", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "5dfd59a459f9954f0204fe3ece45e3d2a045a97b8c0dcede4c55fef08b9c2074", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "5dfd59a459f9954f0204fe3ece45e3d2a045a97b8c0dcede4c55fef08b9c2074", kill_on_drop: false }`
[INFO] [stdout] 5dfd59a459f9954f0204fe3ece45e3d2a045a97b8c0dcede4c55fef08b9c2074
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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" "+30f74ff0dc4d66debc8b50724c446f817e5f75f4" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 039ed12b76a049aaecb2c43d5aa2ddf630c731971f022042669274385558e106
[INFO] running `Command { std: "docker" "start" "-a" "039ed12b76a049aaecb2c43d5aa2ddf630c731971f022042669274385558e106", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.90
[INFO] [stderr]    Compiling num-traits v0.2.14
[INFO] [stderr]    Compiling num-integer v0.1.44
[INFO] [stderr]    Compiling crc32fast v1.2.1
[INFO] [stderr]     Checking adler32 v1.2.0
[INFO] [stderr]    Compiling getrandom v0.1.16
[INFO] [stderr]    Compiling num-rational v0.3.2
[INFO] [stderr]    Compiling num-iter v0.1.42
[INFO] [stderr]    Compiling miniz_oxide v0.4.4
[INFO] [stderr]    Compiling log v0.4.14
[INFO] [stderr]     Checking color_quant v1.1.0
[INFO] [stderr]     Checking ppv-lite86 v0.2.10
[INFO] [stderr]     Checking bytemuck v1.8.0
[INFO] [stderr]     Checking nohash v0.2.0
[INFO] [stderr]     Checking rect_packer v0.2.1
[INFO] [stderr]     Checking deflate v0.8.6
[INFO] [stderr]     Checking miniz_oxide v0.3.7
[INFO] [stderr]     Checking png v0.16.8
[INFO] [stderr]     Checking flate2 v1.0.20
[INFO] [stderr]     Checking rand_core v0.5.1
[INFO] [stderr]     Checking rand_chacha v0.2.2
[INFO] [stderr]     Checking rand v0.7.3
[INFO] [stderr]     Checking image v0.23.14
[INFO] [stderr]     Checking asefile v0.3.6 (/opt/rustwide/workdir)
[INFO] [stdout] warning: the item `blend` is imported redundantly
[INFO] [stdout]   --> src/file.rs:9:13
[INFO] [stdout]    |
[INFO] [stdout] 9  |     blend::{self, mul_un8, Color8},
[INFO] [stdout]    |             ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 20 | use crate::{cel::Cel, *};
[INFO] [stdout]    |                       - the item `blend` is already imported here
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `ExternalFile` is imported redundantly
[INFO] [stdout]   --> src/file.rs:11:21
[INFO] [stdout]    |
[INFO] [stdout] 11 |     external_file::{ExternalFile, ExternalFileId, ExternalFilesById},
[INFO] [stdout]    |                     ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 20 | use crate::{cel::Cel, *};
[INFO] [stdout]    |                       - the item `ExternalFile` is already imported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `ExternalFileId` is imported redundantly
[INFO] [stdout]   --> src/file.rs:11:35
[INFO] [stdout]    |
[INFO] [stdout] 11 |     external_file::{ExternalFile, ExternalFileId, ExternalFilesById},
[INFO] [stdout]    |                                   ^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 20 | use crate::{cel::Cel, *};
[INFO] [stdout]    |                       - the item `ExternalFileId` is already imported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `ExternalFilesById` is imported redundantly
[INFO] [stdout]   --> src/file.rs:11:51
[INFO] [stdout]    |
[INFO] [stdout] 11 |     external_file::{ExternalFile, ExternalFileId, ExternalFilesById},
[INFO] [stdout]    |                                                   ^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 20 | use crate::{cel::Cel, *};
[INFO] [stdout]    |                       - the item `ExternalFilesById` is already imported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `Layer` is imported redundantly
[INFO] [stdout]   --> src/file.rs:12:13
[INFO] [stdout]    |
[INFO] [stdout] 12 |     layer::{Layer, LayerType, LayersData},
[INFO] [stdout]    |             ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 20 | use crate::{cel::Cel, *};
[INFO] [stdout]    |                       - the item `Layer` is already imported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `LayerType` is imported redundantly
[INFO] [stdout]   --> src/file.rs:12:20
[INFO] [stdout]    |
[INFO] [stdout] 12 |     layer::{Layer, LayerType, LayersData},
[INFO] [stdout]    |                    ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 20 | use crate::{cel::Cel, *};
[INFO] [stdout]    |                       - the item `LayerType` is already imported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `Slice` is imported redundantly
[INFO] [stdout]   --> src/file.rs:14:5
[INFO] [stdout]    |
[INFO] [stdout] 14 |     slice::Slice,
[INFO] [stdout]    |     ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 20 | use crate::{cel::Cel, *};
[INFO] [stdout]    |                       - the item `Slice` is already imported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `Tilemap` is imported redundantly
[INFO] [stdout]   --> src/file.rs:16:15
[INFO] [stdout]    |
[INFO] [stdout] 16 |     tilemap::{Tilemap, TilemapData},
[INFO] [stdout]    |               ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 20 | use crate::{cel::Cel, *};
[INFO] [stdout]    |                       - the item `Tilemap` is already imported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `TileSize` is imported redundantly
[INFO] [stdout]   --> src/file.rs:17:15
[INFO] [stdout]    |
[INFO] [stdout] 17 |     tileset::{TileSize, Tileset, TilesetsById},
[INFO] [stdout]    |               ^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 20 | use crate::{cel::Cel, *};
[INFO] [stdout]    |                       - the item `TileSize` is already imported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `Tileset` is imported redundantly
[INFO] [stdout]   --> src/file.rs:17:25
[INFO] [stdout]    |
[INFO] [stdout] 17 |     tileset::{TileSize, Tileset, TilesetsById},
[INFO] [stdout]    |                         ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 20 | use crate::{cel::Cel, *};
[INFO] [stdout]    |                       - the item `Tileset` is already imported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `TilesetsById` is imported redundantly
[INFO] [stdout]   --> src/file.rs:17:34
[INFO] [stdout]    |
[INFO] [stdout] 17 |     tileset::{TileSize, Tileset, TilesetsById},
[INFO] [stdout]    |                                  ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 20 | use crate::{cel::Cel, *};
[INFO] [stdout]    |                       - the item `TilesetsById` is already imported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `UserData` is imported redundantly
[INFO] [stdout]   --> src/file.rs:18:5
[INFO] [stdout]    |
[INFO] [stdout] 18 |     user_data::UserData,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 19 | };
[INFO] [stdout] 20 | use crate::{cel::Cel, *};
[INFO] [stdout]    |                       - the item `UserData` is already imported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `Cel` is imported redundantly
[INFO] [stdout]   --> src/file.rs:20:13
[INFO] [stdout]    |
[INFO] [stdout] 20 | use crate::{cel::Cel, *};
[INFO] [stdout]    |             ^^^^^^^^  - the item `Cel` is already imported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `blend` is imported redundantly
[INFO] [stdout]   --> src/file.rs:9:13
[INFO] [stdout]    |
[INFO] [stdout] 9  |     blend::{self, mul_un8, Color8},
[INFO] [stdout]    |             ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 20 | use crate::{cel::Cel, *};
[INFO] [stdout]    |                       - the item `blend` is already imported here
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `ExternalFile` is imported redundantly
[INFO] [stdout]   --> src/file.rs:11:21
[INFO] [stdout]    |
[INFO] [stdout] 11 |     external_file::{ExternalFile, ExternalFileId, ExternalFilesById},
[INFO] [stdout]    |                     ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 20 | use crate::{cel::Cel, *};
[INFO] [stdout]    |                       - the item `ExternalFile` is already imported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `ExternalFileId` is imported redundantly
[INFO] [stdout]   --> src/file.rs:11:35
[INFO] [stdout]    |
[INFO] [stdout] 11 |     external_file::{ExternalFile, ExternalFileId, ExternalFilesById},
[INFO] [stdout]    |                                   ^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 20 | use crate::{cel::Cel, *};
[INFO] [stdout]    |                       - the item `ExternalFileId` is already imported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `ExternalFilesById` is imported redundantly
[INFO] [stdout]   --> src/file.rs:11:51
[INFO] [stdout]    |
[INFO] [stdout] 11 |     external_file::{ExternalFile, ExternalFileId, ExternalFilesById},
[INFO] [stdout]    |                                                   ^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 20 | use crate::{cel::Cel, *};
[INFO] [stdout]    |                       - the item `ExternalFilesById` is already imported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `Layer` is imported redundantly
[INFO] [stdout]   --> src/file.rs:12:13
[INFO] [stdout]    |
[INFO] [stdout] 12 |     layer::{Layer, LayerType, LayersData},
[INFO] [stdout]    |             ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 20 | use crate::{cel::Cel, *};
[INFO] [stdout]    |                       - the item `Layer` is already imported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `LayerType` is imported redundantly
[INFO] [stdout]   --> src/file.rs:12:20
[INFO] [stdout]    |
[INFO] [stdout] 12 |     layer::{Layer, LayerType, LayersData},
[INFO] [stdout]    |                    ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 20 | use crate::{cel::Cel, *};
[INFO] [stdout]    |                       - the item `LayerType` is already imported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `Slice` is imported redundantly
[INFO] [stdout]   --> src/file.rs:14:5
[INFO] [stdout]    |
[INFO] [stdout] 14 |     slice::Slice,
[INFO] [stdout]    |     ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 20 | use crate::{cel::Cel, *};
[INFO] [stdout]    |                       - the item `Slice` is already imported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `Tilemap` is imported redundantly
[INFO] [stdout]   --> src/file.rs:16:15
[INFO] [stdout]    |
[INFO] [stdout] 16 |     tilemap::{Tilemap, TilemapData},
[INFO] [stdout]    |               ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 20 | use crate::{cel::Cel, *};
[INFO] [stdout]    |                       - the item `Tilemap` is already imported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `TileSize` is imported redundantly
[INFO] [stdout]   --> src/file.rs:17:15
[INFO] [stdout]    |
[INFO] [stdout] 17 |     tileset::{TileSize, Tileset, TilesetsById},
[INFO] [stdout]    |               ^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 20 | use crate::{cel::Cel, *};
[INFO] [stdout]    |                       - the item `TileSize` is already imported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `Tileset` is imported redundantly
[INFO] [stdout]   --> src/file.rs:17:25
[INFO] [stdout]    |
[INFO] [stdout] 17 |     tileset::{TileSize, Tileset, TilesetsById},
[INFO] [stdout]    |                         ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 20 | use crate::{cel::Cel, *};
[INFO] [stdout]    |                       - the item `Tileset` is already imported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `TilesetsById` is imported redundantly
[INFO] [stdout]   --> src/file.rs:17:34
[INFO] [stdout]    |
[INFO] [stdout] 17 |     tileset::{TileSize, Tileset, TilesetsById},
[INFO] [stdout]    |                                  ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 20 | use crate::{cel::Cel, *};
[INFO] [stdout]    |                       - the item `TilesetsById` is already imported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `UserData` is imported redundantly
[INFO] [stdout]   --> src/file.rs:18:5
[INFO] [stdout]    |
[INFO] [stdout] 18 |     user_data::UserData,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 19 | };
[INFO] [stdout] 20 | use crate::{cel::Cel, *};
[INFO] [stdout]    |                       - the item `UserData` is already imported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `Cel` is imported redundantly
[INFO] [stdout]   --> src/file.rs:20:13
[INFO] [stdout]    |
[INFO] [stdout] 20 | use crate::{cel::Cel, *};
[INFO] [stdout]    |             ^^^^^^^^  - the item `Cel` is already imported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 13 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 13 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.98s
[INFO] running `Command { std: "docker" "inspect" "039ed12b76a049aaecb2c43d5aa2ddf630c731971f022042669274385558e106", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "039ed12b76a049aaecb2c43d5aa2ddf630c731971f022042669274385558e106", kill_on_drop: false }`
[INFO] [stdout] 039ed12b76a049aaecb2c43d5aa2ddf630c731971f022042669274385558e106
[INFO] checking asefile-0.3.6 against try#72eda894eb3548c7ba774079ce0afab42958d4ee for pr-121848-1
[INFO] extracting crate asefile 0.3.6 into /workspace/builds/worker-6-tc2/source
[INFO] validating manifest of crates.io crate asefile 0.3.6 on toolchain 72eda894eb3548c7ba774079ce0afab42958d4ee
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+72eda894eb3548c7ba774079ce0afab42958d4ee" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate asefile 0.3.6
[INFO] finished tweaking crates.io crate asefile 0.3.6
[INFO] tweaked toml for crates.io crate asefile 0.3.6 written to /workspace/builds/worker-6-tc2/source/Cargo.toml
[INFO] crate crates.io crate asefile 0.3.6 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" "+72eda894eb3548c7ba774079ce0afab42958d4ee" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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" "+72eda894eb3548c7ba774079ce0afab42958d4ee" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 034e251b2149332cfbad81ac4d021f9cb66642b03b1e799fbb66453d83a0ac08
[INFO] running `Command { std: "docker" "start" "-a" "034e251b2149332cfbad81ac4d021f9cb66642b03b1e799fbb66453d83a0ac08", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "034e251b2149332cfbad81ac4d021f9cb66642b03b1e799fbb66453d83a0ac08", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "034e251b2149332cfbad81ac4d021f9cb66642b03b1e799fbb66453d83a0ac08", kill_on_drop: false }`
[INFO] [stdout] 034e251b2149332cfbad81ac4d021f9cb66642b03b1e799fbb66453d83a0ac08
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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" "+72eda894eb3548c7ba774079ce0afab42958d4ee" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 5a01bbf888428c888ddf9c4954740e763c46f732e7cd9598283a375b28915a9b
[INFO] running `Command { std: "docker" "start" "-a" "5a01bbf888428c888ddf9c4954740e763c46f732e7cd9598283a375b28915a9b", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.90
[INFO] [stderr]    Compiling num-traits v0.2.14
[INFO] [stderr]    Compiling num-integer v0.1.44
[INFO] [stderr]    Compiling crc32fast v1.2.1
[INFO] [stderr]    Compiling getrandom v0.1.16
[INFO] [stderr]     Checking adler32 v1.2.0
[INFO] [stderr]    Compiling miniz_oxide v0.4.4
[INFO] [stderr]    Compiling num-iter v0.1.42
[INFO] [stderr]    Compiling num-rational v0.3.2
[INFO] [stderr]    Compiling log v0.4.14
[INFO] [stderr]     Checking color_quant v1.1.0
[INFO] [stderr]     Checking bytemuck v1.8.0
[INFO] [stderr]     Checking ppv-lite86 v0.2.10
[INFO] [stderr]     Checking nohash v0.2.0
[INFO] [stderr]     Checking rect_packer v0.2.1
[INFO] [stderr]     Checking deflate v0.8.6
[INFO] [stderr]     Checking miniz_oxide v0.3.7
[INFO] [stderr]     Checking png v0.16.8
[INFO] [stderr]     Checking flate2 v1.0.20
[INFO] [stderr]     Checking rand_core v0.5.1
[INFO] [stderr]     Checking rand_chacha v0.2.2
[INFO] [stderr]     Checking rand v0.7.3
[INFO] [stderr]     Checking image v0.23.14
[INFO] [stderr]     Checking asefile v0.3.6 (/opt/rustwide/workdir)
[INFO] [stdout] warning: the item `blend` is imported redundantly
[INFO] [stdout]   --> src/file.rs:9:13
[INFO] [stdout]    |
[INFO] [stdout] 9  |     blend::{self, mul_un8, Color8},
[INFO] [stdout]    |             ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 20 | use crate::{cel::Cel, *};
[INFO] [stdout]    |                       - the item `blend` is already imported here
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `ExternalFile` is imported redundantly
[INFO] [stdout]   --> src/file.rs:11:21
[INFO] [stdout]    |
[INFO] [stdout] 11 |     external_file::{ExternalFile, ExternalFileId, ExternalFilesById},
[INFO] [stdout]    |                     ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 20 | use crate::{cel::Cel, *};
[INFO] [stdout]    |                       - the item `ExternalFile` is already imported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `ExternalFileId` is imported redundantly
[INFO] [stdout]   --> src/file.rs:11:35
[INFO] [stdout]    |
[INFO] [stdout] 11 |     external_file::{ExternalFile, ExternalFileId, ExternalFilesById},
[INFO] [stdout]    |                                   ^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 20 | use crate::{cel::Cel, *};
[INFO] [stdout]    |                       - the item `ExternalFileId` is already imported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `ExternalFilesById` is imported redundantly
[INFO] [stdout]   --> src/file.rs:11:51
[INFO] [stdout]    |
[INFO] [stdout] 11 |     external_file::{ExternalFile, ExternalFileId, ExternalFilesById},
[INFO] [stdout]    |                                                   ^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 20 | use crate::{cel::Cel, *};
[INFO] [stdout]    |                       - the item `ExternalFilesById` is already imported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `Layer` is imported redundantly
[INFO] [stdout]   --> src/file.rs:12:13
[INFO] [stdout]    |
[INFO] [stdout] 12 |     layer::{Layer, LayerType, LayersData},
[INFO] [stdout]    |             ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 20 | use crate::{cel::Cel, *};
[INFO] [stdout]    |                       - the item `Layer` is already imported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `LayerType` is imported redundantly
[INFO] [stdout]   --> src/file.rs:12:20
[INFO] [stdout]    |
[INFO] [stdout] 12 |     layer::{Layer, LayerType, LayersData},
[INFO] [stdout]    |                    ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 20 | use crate::{cel::Cel, *};
[INFO] [stdout]    |                       - the item `LayerType` is already imported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `Slice` is imported redundantly
[INFO] [stdout]   --> src/file.rs:14:5
[INFO] [stdout]    |
[INFO] [stdout] 14 |     slice::Slice,
[INFO] [stdout]    |     ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 20 | use crate::{cel::Cel, *};
[INFO] [stdout]    |                       - the item `Slice` is already imported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `Tilemap` is imported redundantly
[INFO] [stdout]   --> src/file.rs:16:15
[INFO] [stdout]    |
[INFO] [stdout] 16 |     tilemap::{Tilemap, TilemapData},
[INFO] [stdout]    |               ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 20 | use crate::{cel::Cel, *};
[INFO] [stdout]    |                       - the item `Tilemap` is already imported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `TileSize` is imported redundantly
[INFO] [stdout]   --> src/file.rs:17:15
[INFO] [stdout]    |
[INFO] [stdout] 17 |     tileset::{TileSize, Tileset, TilesetsById},
[INFO] [stdout]    |               ^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 20 | use crate::{cel::Cel, *};
[INFO] [stdout]    |                       - the item `TileSize` is already imported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `Tileset` is imported redundantly
[INFO] [stdout]   --> src/file.rs:17:25
[INFO] [stdout]    |
[INFO] [stdout] 17 |     tileset::{TileSize, Tileset, TilesetsById},
[INFO] [stdout]    |                         ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 20 | use crate::{cel::Cel, *};
[INFO] [stdout]    |                       - the item `Tileset` is already imported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `TilesetsById` is imported redundantly
[INFO] [stdout]   --> src/file.rs:17:34
[INFO] [stdout]    |
[INFO] [stdout] 17 |     tileset::{TileSize, Tileset, TilesetsById},
[INFO] [stdout]    |                                  ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 20 | use crate::{cel::Cel, *};
[INFO] [stdout]    |                       - the item `TilesetsById` is already imported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `UserData` is imported redundantly
[INFO] [stdout]   --> src/file.rs:18:5
[INFO] [stdout]    |
[INFO] [stdout] 18 |     user_data::UserData,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 19 | };
[INFO] [stdout] 20 | use crate::{cel::Cel, *};
[INFO] [stdout]    |                       - the item `UserData` is already imported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `Cel` is imported redundantly
[INFO] [stdout]   --> src/file.rs:20:13
[INFO] [stdout]    |
[INFO] [stdout] 20 | use crate::{cel::Cel, *};
[INFO] [stdout]    |             ^^^^^^^^  - the item `Cel` is already imported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `blend` is imported redundantly
[INFO] [stdout]   --> src/file.rs:9:13
[INFO] [stdout]    |
[INFO] [stdout] 9  |     blend::{self, mul_un8, Color8},
[INFO] [stdout]    |             ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 20 | use crate::{cel::Cel, *};
[INFO] [stdout]    |                       - the item `blend` is already imported here
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `ExternalFile` is imported redundantly
[INFO] [stdout]   --> src/file.rs:11:21
[INFO] [stdout]    |
[INFO] [stdout] 11 |     external_file::{ExternalFile, ExternalFileId, ExternalFilesById},
[INFO] [stdout]    |                     ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 20 | use crate::{cel::Cel, *};
[INFO] [stdout]    |                       - the item `ExternalFile` is already imported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `ExternalFileId` is imported redundantly
[INFO] [stdout]   --> src/file.rs:11:35
[INFO] [stdout]    |
[INFO] [stdout] 11 |     external_file::{ExternalFile, ExternalFileId, ExternalFilesById},
[INFO] [stdout]    |                                   ^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 20 | use crate::{cel::Cel, *};
[INFO] [stdout]    |                       - the item `ExternalFileId` is already imported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `ExternalFilesById` is imported redundantly
[INFO] [stdout]   --> src/file.rs:11:51
[INFO] [stdout]    |
[INFO] [stdout] 11 |     external_file::{ExternalFile, ExternalFileId, ExternalFilesById},
[INFO] [stdout]    |                                                   ^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 20 | use crate::{cel::Cel, *};
[INFO] [stdout]    |                       - the item `ExternalFilesById` is already imported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `Layer` is imported redundantly
[INFO] [stdout]   --> src/file.rs:12:13
[INFO] [stdout]    |
[INFO] [stdout] 12 |     layer::{Layer, LayerType, LayersData},
[INFO] [stdout]    |             ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 20 | use crate::{cel::Cel, *};
[INFO] [stdout]    |                       - the item `Layer` is already imported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `LayerType` is imported redundantly
[INFO] [stdout]   --> src/file.rs:12:20
[INFO] [stdout]    |
[INFO] [stdout] 12 |     layer::{Layer, LayerType, LayersData},
[INFO] [stdout]    |                    ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 20 | use crate::{cel::Cel, *};
[INFO] [stdout]    |                       - the item `LayerType` is already imported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `Slice` is imported redundantly
[INFO] [stdout]   --> src/file.rs:14:5
[INFO] [stdout]    |
[INFO] [stdout] 14 |     slice::Slice,
[INFO] [stdout]    |     ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 20 | use crate::{cel::Cel, *};
[INFO] [stdout]    |                       - the item `Slice` is already imported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `Tilemap` is imported redundantly
[INFO] [stdout]   --> src/file.rs:16:15
[INFO] [stdout]    |
[INFO] [stdout] 16 |     tilemap::{Tilemap, TilemapData},
[INFO] [stdout]    |               ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 20 | use crate::{cel::Cel, *};
[INFO] [stdout]    |                       - the item `Tilemap` is already imported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `TileSize` is imported redundantly
[INFO] [stdout]   --> src/file.rs:17:15
[INFO] [stdout]    |
[INFO] [stdout] 17 |     tileset::{TileSize, Tileset, TilesetsById},
[INFO] [stdout]    |               ^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 20 | use crate::{cel::Cel, *};
[INFO] [stdout]    |                       - the item `TileSize` is already imported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `Tileset` is imported redundantly
[INFO] [stdout]   --> src/file.rs:17:25
[INFO] [stdout]    |
[INFO] [stdout] 17 |     tileset::{TileSize, Tileset, TilesetsById},
[INFO] [stdout]    |                         ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 20 | use crate::{cel::Cel, *};
[INFO] [stdout]    |                       - the item `Tileset` is already imported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `TilesetsById` is imported redundantly
[INFO] [stdout]   --> src/file.rs:17:34
[INFO] [stdout]    |
[INFO] [stdout] 17 |     tileset::{TileSize, Tileset, TilesetsById},
[INFO] [stdout]    |                                  ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 20 | use crate::{cel::Cel, *};
[INFO] [stdout]    |                       - the item `TilesetsById` is already imported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `UserData` is imported redundantly
[INFO] [stdout]   --> src/file.rs:18:5
[INFO] [stdout]    |
[INFO] [stdout] 18 |     user_data::UserData,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 19 | };
[INFO] [stdout] 20 | use crate::{cel::Cel, *};
[INFO] [stdout]    |                       - the item `UserData` is already imported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `Cel` is imported redundantly
[INFO] [stdout]   --> src/file.rs:20:13
[INFO] [stdout]    |
[INFO] [stdout] 20 | use crate::{cel::Cel, *};
[INFO] [stdout]    |             ^^^^^^^^  - the item `Cel` is already imported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 13 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 13 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.97s
[INFO] running `Command { std: "docker" "inspect" "5a01bbf888428c888ddf9c4954740e763c46f732e7cd9598283a375b28915a9b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "5a01bbf888428c888ddf9c4954740e763c46f732e7cd9598283a375b28915a9b", kill_on_drop: false }`
[INFO] [stdout] 5a01bbf888428c888ddf9c4954740e763c46f732e7cd9598283a375b28915a9b
