[INFO] fetching crate ase 0.1.3...
[INFO] checking ase-0.1.3 against master#80399064afa4a2cd153f30d02c25f7ea0383ed65 for opaque-soundness-fix
[INFO] extracting crate ase 0.1.3 into /workspace/builds/worker-0-tc1/source
[INFO] validating manifest of crates.io crate ase 0.1.3 on toolchain 80399064afa4a2cd153f30d02c25f7ea0383ed65
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+80399064afa4a2cd153f30d02c25f7ea0383ed65" "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-0-tc1/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+80399064afa4a2cd153f30d02c25f7ea0383ed65" "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" "+80399064afa4a2cd153f30d02c25f7ea0383ed65" "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-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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" "+80399064afa4a2cd153f30d02c25f7ea0383ed65" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] adfa89cf95b68e3a452b8f5384d05c299b1ab99cf48c5acb9d1f25279ad4cfe5
[INFO] running `Command { std: "docker" "start" "-a" "adfa89cf95b68e3a452b8f5384d05c299b1ab99cf48c5acb9d1f25279ad4cfe5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "adfa89cf95b68e3a452b8f5384d05c299b1ab99cf48c5acb9d1f25279ad4cfe5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "adfa89cf95b68e3a452b8f5384d05c299b1ab99cf48c5acb9d1f25279ad4cfe5", kill_on_drop: false }`
[INFO] [stdout] adfa89cf95b68e3a452b8f5384d05c299b1ab99cf48c5acb9d1f25279ad4cfe5
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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" "+80399064afa4a2cd153f30d02c25f7ea0383ed65" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 6d7d5a659e24ee90efdaac6bd7a5098eeff08fffaebea58bf97fa02f4375797a
[INFO] running `Command { std: "docker" "start" "-a" "6d7d5a659e24ee90efdaac6bd7a5098eeff08fffaebea58bf97fa02f4375797a", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v0.4.30
[INFO] [stderr]    Compiling unicode-xid v0.1.0
[INFO] [stderr]    Compiling syn v0.15.44
[INFO] [stderr]    Compiling quote v0.6.13
[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 `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 `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 `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: 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 `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 `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 2.41s
[INFO] running `Command { std: "docker" "inspect" "6d7d5a659e24ee90efdaac6bd7a5098eeff08fffaebea58bf97fa02f4375797a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "6d7d5a659e24ee90efdaac6bd7a5098eeff08fffaebea58bf97fa02f4375797a", kill_on_drop: false }`
[INFO] [stdout] 6d7d5a659e24ee90efdaac6bd7a5098eeff08fffaebea58bf97fa02f4375797a
[INFO] checking ase-0.1.3 against master#09bc67b9158392361780e779d32997f14cc75c39 for opaque-soundness-fix
[INFO] extracting crate ase 0.1.3 into /workspace/builds/worker-0-tc2/source
[INFO] validating manifest of crates.io crate ase 0.1.3 on toolchain 09bc67b9158392361780e779d32997f14cc75c39
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+09bc67b9158392361780e779d32997f14cc75c39" "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-0-tc2/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+09bc67b9158392361780e779d32997f14cc75c39" "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" "+09bc67b9158392361780e779d32997f14cc75c39" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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" "+09bc67b9158392361780e779d32997f14cc75c39" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 5c4becd2bafd1db3b1b3235d24cc2986fbf5f2031b3b898776a03162643b2a3f
[INFO] running `Command { std: "docker" "start" "-a" "5c4becd2bafd1db3b1b3235d24cc2986fbf5f2031b3b898776a03162643b2a3f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "5c4becd2bafd1db3b1b3235d24cc2986fbf5f2031b3b898776a03162643b2a3f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "5c4becd2bafd1db3b1b3235d24cc2986fbf5f2031b3b898776a03162643b2a3f", kill_on_drop: false }`
[INFO] [stdout] 5c4becd2bafd1db3b1b3235d24cc2986fbf5f2031b3b898776a03162643b2a3f
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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" "+09bc67b9158392361780e779d32997f14cc75c39" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] f7a584860118970b8475cec008b9fcff2531a6e5c46e40d74a22b53a138ad64f
[INFO] running `Command { std: "docker" "start" "-a" "f7a584860118970b8475cec008b9fcff2531a6e5c46e40d74a22b53a138ad64f", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v0.4.30
[INFO] [stderr]    Compiling unicode-xid v0.1.0
[INFO] [stderr]    Compiling syn v0.15.44
[INFO] [stderr]    Compiling quote v0.6.13
[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 `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 `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: 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: 17 warnings emitted
[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 `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 `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] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.99s
[INFO] running `Command { std: "docker" "inspect" "f7a584860118970b8475cec008b9fcff2531a6e5c46e40d74a22b53a138ad64f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f7a584860118970b8475cec008b9fcff2531a6e5c46e40d74a22b53a138ad64f", kill_on_drop: false }`
[INFO] [stdout] f7a584860118970b8475cec008b9fcff2531a6e5c46e40d74a22b53a138ad64f
