[INFO] fetching crate ase 0.1.3...
[INFO] checking ase-0.1.3 against master#b0696a5160711c068cb1f01b7437db7990d15750 for pr-121848
[INFO] extracting crate ase 0.1.3 into /workspace/builds/worker-4-tc1/source
[INFO] validating manifest of crates.io crate ase 0.1.3 on toolchain b0696a5160711c068cb1f01b7437db7990d15750
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b0696a5160711c068cb1f01b7437db7990d15750" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate ase 0.1.3
[INFO] finished tweaking crates.io crate ase 0.1.3
[INFO] tweaked toml for crates.io crate ase 0.1.3 written to /workspace/builds/worker-4-tc1/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b0696a5160711c068cb1f01b7437db7990d15750" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b0696a5160711c068cb1f01b7437db7990d15750" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded num_enum v0.1.1
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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" "+b0696a5160711c068cb1f01b7437db7990d15750" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 3181e847a571ec1c9d3d1aa8d8be5d6b8f38b4a42c1e8f9ab46f10adb580a7d0
[INFO] running `Command { std: "docker" "start" "-a" "3181e847a571ec1c9d3d1aa8d8be5d6b8f38b4a42c1e8f9ab46f10adb580a7d0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "3181e847a571ec1c9d3d1aa8d8be5d6b8f38b4a42c1e8f9ab46f10adb580a7d0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "3181e847a571ec1c9d3d1aa8d8be5d6b8f38b4a42c1e8f9ab46f10adb580a7d0", kill_on_drop: false }`
[INFO] [stdout] 3181e847a571ec1c9d3d1aa8d8be5d6b8f38b4a42c1e8f9ab46f10adb580a7d0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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" "+b0696a5160711c068cb1f01b7437db7990d15750" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 0875b4860bad32c387da15b8601b6a94ecd5dbbc05f3c4b054b2813384bdbee5
[INFO] running `Command { std: "docker" "start" "-a" "0875b4860bad32c387da15b8601b6a94ecd5dbbc05f3c4b054b2813384bdbee5", kill_on_drop: false }`
[INFO] [stderr]    Compiling syn v0.15.44
[INFO] [stderr]    Compiling num_enum v0.1.1
[INFO] [stderr]     Checking ase v0.1.3 (/opt/rustwide/workdir)
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:4:9
[INFO] [stdout]    |
[INFO] [stdout] 4  | pub use self::header::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^ the name `Flags` in the type namespace is first re-exported here
[INFO] [stdout] ...
[INFO] [stdout] 10 | pub use self::chunk::*;
[INFO] [stdout]    |         -------------- but the name `Flags` in the type namespace is also re-exported here
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(ambiguous_glob_reexports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:4:9
[INFO] [stdout]    |
[INFO] [stdout] 4  | pub use self::header::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^ the name `Flags` in the type namespace is first re-exported here
[INFO] [stdout] ...
[INFO] [stdout] 10 | pub use self::chunk::*;
[INFO] [stdout]    |         -------------- but the name `Flags` in the type namespace is also re-exported here
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(ambiguous_glob_reexports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/chunk.rs:19:9
[INFO] [stdout]    |
[INFO] [stdout] 19 | pub use self::old_palette_chunk4::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the name `Packet` in the type namespace is first re-exported here
[INFO] [stdout] 20 | mod old_palette_chunk11;
[INFO] [stdout] 21 | pub use self::old_palette_chunk11::*;
[INFO] [stdout]    |         ---------------------------- but the name `Packet` in the type namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/chunk.rs:19:9
[INFO] [stdout]    |
[INFO] [stdout] 19 | pub use self::old_palette_chunk4::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the name `Packet` in the type namespace is first re-exported here
[INFO] [stdout] 20 | mod old_palette_chunk11;
[INFO] [stdout] 21 | pub use self::old_palette_chunk11::*;
[INFO] [stdout]    |         ---------------------------- but the name `Packet` in the type namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated constant `HasOpacity` should have an upper case name
[INFO] [stdout]   --> src/header.rs:17:9
[INFO] [stdout]    |
[INFO] [stdout] 17 |         const HasOpacity = 1;
[INFO] [stdout]    |               ^^^^^^^^^^ help: convert the identifier to upper case: `HAS_OPACITY`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(non_upper_case_globals)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated constant `PreciseBounds` should have an upper case name
[INFO] [stdout]  --> src/chunk/cel_extra_chunk.rs:8:9
[INFO] [stdout]   |
[INFO] [stdout] 8 |         const PreciseBounds = 1;
[INFO] [stdout]   |               ^^^^^^^^^^^^^ help: convert the identifier to upper case: `PRECISE_BOUNDS`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated constant `HasOpacity` should have an upper case name
[INFO] [stdout]   --> src/header.rs:17:9
[INFO] [stdout]    |
[INFO] [stdout] 17 |         const HasOpacity = 1;
[INFO] [stdout]    |               ^^^^^^^^^^ help: convert the identifier to upper case: `HAS_OPACITY`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(non_upper_case_globals)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated constant `SpecialFixedGamma` should have an upper case name
[INFO] [stdout]   --> src/chunk/color_profile_chunk.rs:19:9
[INFO] [stdout]    |
[INFO] [stdout] 19 |         const SpecialFixedGamma = 1;
[INFO] [stdout]    |               ^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `SPECIAL_FIXED_GAMMA`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated constant `Visible` should have an upper case name
[INFO] [stdout]   --> src/chunk/layer_chunk.rs:11:9
[INFO] [stdout]    |
[INFO] [stdout] 11 |         const Visible = 1;
[INFO] [stdout]    |               ^^^^^^^ help: convert the identifier to upper case: `VISIBLE`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated constant `Editable` should have an upper case name
[INFO] [stdout]   --> src/chunk/layer_chunk.rs:12:9
[INFO] [stdout]    |
[INFO] [stdout] 12 |         const Editable = 2;
[INFO] [stdout]    |               ^^^^^^^^ help: convert the identifier to upper case: `EDITABLE`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated constant `LockMovement` should have an upper case name
[INFO] [stdout]   --> src/chunk/layer_chunk.rs:13:9
[INFO] [stdout]    |
[INFO] [stdout] 13 |         const LockMovement = 4;
[INFO] [stdout]    |               ^^^^^^^^^^^^ help: convert the identifier to upper case: `LOCK_MOVEMENT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated constant `PreciseBounds` should have an upper case name
[INFO] [stdout]  --> src/chunk/cel_extra_chunk.rs:8:9
[INFO] [stdout]   |
[INFO] [stdout] 8 |         const PreciseBounds = 1;
[INFO] [stdout]   |               ^^^^^^^^^^^^^ help: convert the identifier to upper case: `PRECISE_BOUNDS`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated constant `Backgrount` should have an upper case name
[INFO] [stdout]   --> src/chunk/layer_chunk.rs:14:9
[INFO] [stdout]    |
[INFO] [stdout] 14 |         const Backgrount = 8;
[INFO] [stdout]    |               ^^^^^^^^^^ help: convert the identifier to upper case: `BACKGROUNT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated constant `PreferLinkedCels` should have an upper case name
[INFO] [stdout]   --> src/chunk/layer_chunk.rs:15:9
[INFO] [stdout]    |
[INFO] [stdout] 15 |         const PreferLinkedCels = 16;
[INFO] [stdout]    |               ^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `PREFER_LINKED_CELS`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated constant `DisplayCollapsed` should have an upper case name
[INFO] [stdout]   --> src/chunk/layer_chunk.rs:16:9
[INFO] [stdout]    |
[INFO] [stdout] 16 |         const DisplayCollapsed = 32;
[INFO] [stdout]    |               ^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `DISPLAY_COLLAPSED`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated constant `ReferenceLayer` should have an upper case name
[INFO] [stdout]   --> src/chunk/layer_chunk.rs:17:9
[INFO] [stdout]    |
[INFO] [stdout] 17 |         const ReferenceLayer = 64;
[INFO] [stdout]    |               ^^^^^^^^^^^^^^ help: convert the identifier to upper case: `REFERENCE_LAYER`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated constant `SpecialFixedGamma` should have an upper case name
[INFO] [stdout]   --> src/chunk/color_profile_chunk.rs:19:9
[INFO] [stdout]    |
[INFO] [stdout] 19 |         const SpecialFixedGamma = 1;
[INFO] [stdout]    |               ^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `SPECIAL_FIXED_GAMMA`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated constant `HasName` should have an upper case name
[INFO] [stdout]   --> src/chunk/palette_chunk.rs:27:9
[INFO] [stdout]    |
[INFO] [stdout] 27 |         const HasName = 1;
[INFO] [stdout]    |               ^^^^^^^ help: convert the identifier to upper case: `HAS_NAME`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated constant `Visible` should have an upper case name
[INFO] [stdout]   --> src/chunk/layer_chunk.rs:11:9
[INFO] [stdout]    |
[INFO] [stdout] 11 |         const Visible = 1;
[INFO] [stdout]    |               ^^^^^^^ help: convert the identifier to upper case: `VISIBLE`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated constant `Editable` should have an upper case name
[INFO] [stdout]   --> src/chunk/layer_chunk.rs:12:9
[INFO] [stdout]    |
[INFO] [stdout] 12 |         const Editable = 2;
[INFO] [stdout]    |               ^^^^^^^^ help: convert the identifier to upper case: `EDITABLE`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated constant `LockMovement` should have an upper case name
[INFO] [stdout]   --> src/chunk/layer_chunk.rs:13:9
[INFO] [stdout]    |
[INFO] [stdout] 13 |         const LockMovement = 4;
[INFO] [stdout]    |               ^^^^^^^^^^^^ help: convert the identifier to upper case: `LOCK_MOVEMENT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated constant `IsNinePatchesSlice` should have an upper case name
[INFO] [stdout]   --> src/chunk/slice_chunk.rs:10:9
[INFO] [stdout]    |
[INFO] [stdout] 10 |         const IsNinePatchesSlice = 1;
[INFO] [stdout]    |               ^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `IS_NINE_PATCHES_SLICE`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated constant `Backgrount` should have an upper case name
[INFO] [stdout]   --> src/chunk/layer_chunk.rs:14:9
[INFO] [stdout]    |
[INFO] [stdout] 14 |         const Backgrount = 8;
[INFO] [stdout]    |               ^^^^^^^^^^ help: convert the identifier to upper case: `BACKGROUNT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated constant `HasPivotInformation` should have an upper case name
[INFO] [stdout]   --> src/chunk/slice_chunk.rs:11:9
[INFO] [stdout]    |
[INFO] [stdout] 11 |         const HasPivotInformation = 2;
[INFO] [stdout]    |               ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `HAS_PIVOT_INFORMATION`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated constant `PreferLinkedCels` should have an upper case name
[INFO] [stdout]   --> src/chunk/layer_chunk.rs:15:9
[INFO] [stdout]    |
[INFO] [stdout] 15 |         const PreferLinkedCels = 16;
[INFO] [stdout]    |               ^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `PREFER_LINKED_CELS`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated constant `DisplayCollapsed` should have an upper case name
[INFO] [stdout]   --> src/chunk/layer_chunk.rs:16:9
[INFO] [stdout]    |
[INFO] [stdout] 16 |         const DisplayCollapsed = 32;
[INFO] [stdout]    |               ^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `DISPLAY_COLLAPSED`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated constant `ReferenceLayer` should have an upper case name
[INFO] [stdout]   --> src/chunk/layer_chunk.rs:17:9
[INFO] [stdout]    |
[INFO] [stdout] 17 |         const ReferenceLayer = 64;
[INFO] [stdout]    |               ^^^^^^^^^^^^^^ help: convert the identifier to upper case: `REFERENCE_LAYER`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated constant `HasText` should have an upper case name
[INFO] [stdout]   --> src/chunk/user_data_chunk.rs:11:9
[INFO] [stdout]    |
[INFO] [stdout] 11 |         const HasText = 1;
[INFO] [stdout]    |               ^^^^^^^ help: convert the identifier to upper case: `HAS_TEXT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated constant `HasColor` should have an upper case name
[INFO] [stdout]   --> src/chunk/user_data_chunk.rs:12:9
[INFO] [stdout]    |
[INFO] [stdout] 12 |         const HasColor = 2;
[INFO] [stdout]    |               ^^^^^^^^ help: convert the identifier to upper case: `HAS_COLOR`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated constant `HasName` should have an upper case name
[INFO] [stdout]   --> src/chunk/palette_chunk.rs:27:9
[INFO] [stdout]    |
[INFO] [stdout] 27 |         const HasName = 1;
[INFO] [stdout]    |               ^^^^^^^ help: convert the identifier to upper case: `HAS_NAME`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated constant `IsNinePatchesSlice` should have an upper case name
[INFO] [stdout]   --> src/chunk/slice_chunk.rs:10:9
[INFO] [stdout]    |
[INFO] [stdout] 10 |         const IsNinePatchesSlice = 1;
[INFO] [stdout]    |               ^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `IS_NINE_PATCHES_SLICE`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated constant `HasPivotInformation` should have an upper case name
[INFO] [stdout]   --> src/chunk/slice_chunk.rs:11:9
[INFO] [stdout]    |
[INFO] [stdout] 11 |         const HasPivotInformation = 2;
[INFO] [stdout]    |               ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `HAS_PIVOT_INFORMATION`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated constant `HasText` should have an upper case name
[INFO] [stdout]   --> src/chunk/user_data_chunk.rs:11:9
[INFO] [stdout]    |
[INFO] [stdout] 11 |         const HasText = 1;
[INFO] [stdout]    |               ^^^^^^^ help: convert the identifier to upper case: `HAS_TEXT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated constant `HasColor` should have an upper case name
[INFO] [stdout]   --> src/chunk/user_data_chunk.rs:12:9
[INFO] [stdout]    |
[INFO] [stdout] 12 |         const HasColor = 2;
[INFO] [stdout]    |               ^^^^^^^^ help: convert the identifier to upper case: `HAS_COLOR`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 17 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 17 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.95s
[INFO] running `Command { std: "docker" "inspect" "0875b4860bad32c387da15b8601b6a94ecd5dbbc05f3c4b054b2813384bdbee5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0875b4860bad32c387da15b8601b6a94ecd5dbbc05f3c4b054b2813384bdbee5", kill_on_drop: false }`
[INFO] [stdout] 0875b4860bad32c387da15b8601b6a94ecd5dbbc05f3c4b054b2813384bdbee5
[INFO] checking ase-0.1.3 against try#bfe97fcae016881ad333f0ff8cea2cadb9cf136c for pr-121848
[INFO] extracting crate ase 0.1.3 into /workspace/builds/worker-4-tc2/source
[INFO] validating manifest of crates.io crate ase 0.1.3 on toolchain bfe97fcae016881ad333f0ff8cea2cadb9cf136c
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+bfe97fcae016881ad333f0ff8cea2cadb9cf136c" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate ase 0.1.3
[INFO] finished tweaking crates.io crate ase 0.1.3
[INFO] tweaked toml for crates.io crate ase 0.1.3 written to /workspace/builds/worker-4-tc2/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+bfe97fcae016881ad333f0ff8cea2cadb9cf136c" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+bfe97fcae016881ad333f0ff8cea2cadb9cf136c" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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" "+bfe97fcae016881ad333f0ff8cea2cadb9cf136c" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 0aecabb84c0ce8d504c4c478cc4f7cacda3c12738effb6845f2fb8172de4f440
[INFO] running `Command { std: "docker" "start" "-a" "0aecabb84c0ce8d504c4c478cc4f7cacda3c12738effb6845f2fb8172de4f440", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "0aecabb84c0ce8d504c4c478cc4f7cacda3c12738effb6845f2fb8172de4f440", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0aecabb84c0ce8d504c4c478cc4f7cacda3c12738effb6845f2fb8172de4f440", kill_on_drop: false }`
[INFO] [stdout] 0aecabb84c0ce8d504c4c478cc4f7cacda3c12738effb6845f2fb8172de4f440
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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" "+bfe97fcae016881ad333f0ff8cea2cadb9cf136c" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] fca43bdb8dea0289e61f614c4bad6fb1ad3426d35fd2223e5010dd82130247e9
[INFO] running `Command { std: "docker" "start" "-a" "fca43bdb8dea0289e61f614c4bad6fb1ad3426d35fd2223e5010dd82130247e9", kill_on_drop: false }`
[INFO] [stderr]    Compiling syn v0.15.44
[INFO] [stderr]    Compiling num_enum v0.1.1
[INFO] [stderr]     Checking ase v0.1.3 (/opt/rustwide/workdir)
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:4:9
[INFO] [stdout]    |
[INFO] [stdout] 4  | pub use self::header::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^ the name `Flags` in the type namespace is first re-exported here
[INFO] [stdout] ...
[INFO] [stdout] 10 | pub use self::chunk::*;
[INFO] [stdout]    |         -------------- but the name `Flags` in the type namespace is also re-exported here
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(ambiguous_glob_reexports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/chunk.rs:19:9
[INFO] [stdout]    |
[INFO] [stdout] 19 | pub use self::old_palette_chunk4::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the name `Packet` in the type namespace is first re-exported here
[INFO] [stdout] 20 | mod old_palette_chunk11;
[INFO] [stdout] 21 | pub use self::old_palette_chunk11::*;
[INFO] [stdout]    |         ---------------------------- but the name `Packet` in the type namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:4:9
[INFO] [stdout]    |
[INFO] [stdout] 4  | pub use self::header::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^ the name `Flags` in the type namespace is first re-exported here
[INFO] [stdout] ...
[INFO] [stdout] 10 | pub use self::chunk::*;
[INFO] [stdout]    |         -------------- but the name `Flags` in the type namespace is also re-exported here
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(ambiguous_glob_reexports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/chunk.rs:19:9
[INFO] [stdout]    |
[INFO] [stdout] 19 | pub use self::old_palette_chunk4::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the name `Packet` in the type namespace is first re-exported here
[INFO] [stdout] 20 | mod old_palette_chunk11;
[INFO] [stdout] 21 | pub use self::old_palette_chunk11::*;
[INFO] [stdout]    |         ---------------------------- but the name `Packet` in the type namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated constant `HasOpacity` should have an upper case name
[INFO] [stdout]   --> src/header.rs:17:9
[INFO] [stdout]    |
[INFO] [stdout] 17 |         const HasOpacity = 1;
[INFO] [stdout]    |               ^^^^^^^^^^ help: convert the identifier to upper case: `HAS_OPACITY`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(non_upper_case_globals)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated constant `PreciseBounds` should have an upper case name
[INFO] [stdout]  --> src/chunk/cel_extra_chunk.rs:8:9
[INFO] [stdout]   |
[INFO] [stdout] 8 |         const PreciseBounds = 1;
[INFO] [stdout]   |               ^^^^^^^^^^^^^ help: convert the identifier to upper case: `PRECISE_BOUNDS`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated constant `SpecialFixedGamma` should have an upper case name
[INFO] [stdout]   --> src/chunk/color_profile_chunk.rs:19:9
[INFO] [stdout]    |
[INFO] [stdout] 19 |         const SpecialFixedGamma = 1;
[INFO] [stdout]    |               ^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `SPECIAL_FIXED_GAMMA`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated constant `HasOpacity` should have an upper case name
[INFO] [stdout]   --> src/header.rs:17:9
[INFO] [stdout]    |
[INFO] [stdout] 17 |         const HasOpacity = 1;
[INFO] [stdout]    |               ^^^^^^^^^^ help: convert the identifier to upper case: `HAS_OPACITY`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(non_upper_case_globals)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated constant `Visible` should have an upper case name
[INFO] [stdout]   --> src/chunk/layer_chunk.rs:11:9
[INFO] [stdout]    |
[INFO] [stdout] 11 |         const Visible = 1;
[INFO] [stdout]    |               ^^^^^^^ help: convert the identifier to upper case: `VISIBLE`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated constant `Editable` should have an upper case name
[INFO] [stdout]   --> src/chunk/layer_chunk.rs:12:9
[INFO] [stdout]    |
[INFO] [stdout] 12 |         const Editable = 2;
[INFO] [stdout]    |               ^^^^^^^^ help: convert the identifier to upper case: `EDITABLE`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated constant `LockMovement` should have an upper case name
[INFO] [stdout]   --> src/chunk/layer_chunk.rs:13:9
[INFO] [stdout]    |
[INFO] [stdout] 13 |         const LockMovement = 4;
[INFO] [stdout]    |               ^^^^^^^^^^^^ help: convert the identifier to upper case: `LOCK_MOVEMENT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated constant `Backgrount` should have an upper case name
[INFO] [stdout]   --> src/chunk/layer_chunk.rs:14:9
[INFO] [stdout]    |
[INFO] [stdout] 14 |         const Backgrount = 8;
[INFO] [stdout]    |               ^^^^^^^^^^ help: convert the identifier to upper case: `BACKGROUNT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated constant `PreferLinkedCels` should have an upper case name
[INFO] [stdout]   --> src/chunk/layer_chunk.rs:15:9
[INFO] [stdout]    |
[INFO] [stdout] 15 |         const PreferLinkedCels = 16;
[INFO] [stdout]    |               ^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `PREFER_LINKED_CELS`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated constant `DisplayCollapsed` should have an upper case name
[INFO] [stdout]   --> src/chunk/layer_chunk.rs:16:9
[INFO] [stdout]    |
[INFO] [stdout] 16 |         const DisplayCollapsed = 32;
[INFO] [stdout]    |               ^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `DISPLAY_COLLAPSED`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated constant `ReferenceLayer` should have an upper case name
[INFO] [stdout]   --> src/chunk/layer_chunk.rs:17:9
[INFO] [stdout]    |
[INFO] [stdout] 17 |         const ReferenceLayer = 64;
[INFO] [stdout]    |               ^^^^^^^^^^^^^^ help: convert the identifier to upper case: `REFERENCE_LAYER`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated constant `PreciseBounds` should have an upper case name
[INFO] [stdout]  --> src/chunk/cel_extra_chunk.rs:8:9
[INFO] [stdout]   |
[INFO] [stdout] 8 |         const PreciseBounds = 1;
[INFO] [stdout]   |               ^^^^^^^^^^^^^ help: convert the identifier to upper case: `PRECISE_BOUNDS`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated constant `SpecialFixedGamma` should have an upper case name
[INFO] [stdout]   --> src/chunk/color_profile_chunk.rs:19:9
[INFO] [stdout]    |
[INFO] [stdout] 19 |         const SpecialFixedGamma = 1;
[INFO] [stdout]    |               ^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `SPECIAL_FIXED_GAMMA`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated constant `HasName` should have an upper case name
[INFO] [stdout]   --> src/chunk/palette_chunk.rs:27:9
[INFO] [stdout]    |
[INFO] [stdout] 27 |         const HasName = 1;
[INFO] [stdout]    |               ^^^^^^^ help: convert the identifier to upper case: `HAS_NAME`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated constant `Visible` should have an upper case name
[INFO] [stdout]   --> src/chunk/layer_chunk.rs:11:9
[INFO] [stdout]    |
[INFO] [stdout] 11 |         const Visible = 1;
[INFO] [stdout]    |               ^^^^^^^ help: convert the identifier to upper case: `VISIBLE`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated constant `Editable` should have an upper case name
[INFO] [stdout]   --> src/chunk/layer_chunk.rs:12:9
[INFO] [stdout]    |
[INFO] [stdout] 12 |         const Editable = 2;
[INFO] [stdout]    |               ^^^^^^^^ help: convert the identifier to upper case: `EDITABLE`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated constant `LockMovement` should have an upper case name
[INFO] [stdout]   --> src/chunk/layer_chunk.rs:13:9
[INFO] [stdout]    |
[INFO] [stdout] 13 |         const LockMovement = 4;
[INFO] [stdout]    |               ^^^^^^^^^^^^ help: convert the identifier to upper case: `LOCK_MOVEMENT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated constant `Backgrount` should have an upper case name
[INFO] [stdout]   --> src/chunk/layer_chunk.rs:14:9
[INFO] [stdout]    |
[INFO] [stdout] 14 |         const Backgrount = 8;
[INFO] [stdout]    |               ^^^^^^^^^^ help: convert the identifier to upper case: `BACKGROUNT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated constant `IsNinePatchesSlice` should have an upper case name
[INFO] [stdout]   --> src/chunk/slice_chunk.rs:10:9
[INFO] [stdout]    |
[INFO] [stdout] 10 |         const IsNinePatchesSlice = 1;
[INFO] [stdout]    |               ^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `IS_NINE_PATCHES_SLICE`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated constant `PreferLinkedCels` should have an upper case name
[INFO] [stdout]   --> src/chunk/layer_chunk.rs:15:9
[INFO] [stdout]    |
[INFO] [stdout] 15 |         const PreferLinkedCels = 16;
[INFO] [stdout]    |               ^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `PREFER_LINKED_CELS`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated constant `HasPivotInformation` should have an upper case name
[INFO] [stdout]   --> src/chunk/slice_chunk.rs:11:9
[INFO] [stdout]    |
[INFO] [stdout] 11 |         const HasPivotInformation = 2;
[INFO] [stdout]    |               ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `HAS_PIVOT_INFORMATION`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated constant `DisplayCollapsed` should have an upper case name
[INFO] [stdout]   --> src/chunk/layer_chunk.rs:16:9
[INFO] [stdout]    |
[INFO] [stdout] 16 |         const DisplayCollapsed = 32;
[INFO] [stdout]    |               ^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `DISPLAY_COLLAPSED`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated constant `ReferenceLayer` should have an upper case name
[INFO] [stdout]   --> src/chunk/layer_chunk.rs:17:9
[INFO] [stdout]    |
[INFO] [stdout] 17 |         const ReferenceLayer = 64;
[INFO] [stdout]    |               ^^^^^^^^^^^^^^ help: convert the identifier to upper case: `REFERENCE_LAYER`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated constant `HasText` should have an upper case name
[INFO] [stdout]   --> src/chunk/user_data_chunk.rs:11:9
[INFO] [stdout]    |
[INFO] [stdout] 11 |         const HasText = 1;
[INFO] [stdout]    |               ^^^^^^^ help: convert the identifier to upper case: `HAS_TEXT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated constant `HasColor` should have an upper case name
[INFO] [stdout]   --> src/chunk/user_data_chunk.rs:12:9
[INFO] [stdout]    |
[INFO] [stdout] 12 |         const HasColor = 2;
[INFO] [stdout]    |               ^^^^^^^^ help: convert the identifier to upper case: `HAS_COLOR`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated constant `HasName` should have an upper case name
[INFO] [stdout]   --> src/chunk/palette_chunk.rs:27:9
[INFO] [stdout]    |
[INFO] [stdout] 27 |         const HasName = 1;
[INFO] [stdout]    |               ^^^^^^^ help: convert the identifier to upper case: `HAS_NAME`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated constant `IsNinePatchesSlice` should have an upper case name
[INFO] [stdout]   --> src/chunk/slice_chunk.rs:10:9
[INFO] [stdout]    |
[INFO] [stdout] 10 |         const IsNinePatchesSlice = 1;
[INFO] [stdout]    |               ^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `IS_NINE_PATCHES_SLICE`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated constant `HasPivotInformation` should have an upper case name
[INFO] [stdout]   --> src/chunk/slice_chunk.rs:11:9
[INFO] [stdout]    |
[INFO] [stdout] 11 |         const HasPivotInformation = 2;
[INFO] [stdout]    |               ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `HAS_PIVOT_INFORMATION`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated constant `HasText` should have an upper case name
[INFO] [stdout]   --> src/chunk/user_data_chunk.rs:11:9
[INFO] [stdout]    |
[INFO] [stdout] 11 |         const HasText = 1;
[INFO] [stdout]    |               ^^^^^^^ help: convert the identifier to upper case: `HAS_TEXT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated constant `HasColor` should have an upper case name
[INFO] [stdout]   --> src/chunk/user_data_chunk.rs:12:9
[INFO] [stdout]    |
[INFO] [stdout] 12 |         const HasColor = 2;
[INFO] [stdout]    |               ^^^^^^^^ help: convert the identifier to upper case: `HAS_COLOR`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 17 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 17 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.86s
[INFO] running `Command { std: "docker" "inspect" "fca43bdb8dea0289e61f614c4bad6fb1ad3426d35fd2223e5010dd82130247e9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "fca43bdb8dea0289e61f614c4bad6fb1ad3426d35fd2223e5010dd82130247e9", kill_on_drop: false }`
[INFO] [stdout] fca43bdb8dea0289e61f614c4bad6fb1ad3426d35fd2223e5010dd82130247e9
