[INFO] fetching crate ase 0.1.3... [INFO] checking ase-0.1.3 against try#d336647335db03a0fc5b24fc5325cd3905c5b8e8 for pr-151146 [INFO] extracting crate ase 0.1.3 into /workspace/builds/worker-4-tc2/source [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] validating manifest of crates.io crate ase 0.1.3 on toolchain d336647335db03a0fc5b24fc5325cd3905c5b8e8 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+d336647335db03a0fc5b24fc5325cd3905c5b8e8" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+d336647335db03a0fc5b24fc5325cd3905c5b8e8" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 7 packages to latest compatible versions [INFO] [stderr] Adding bitflags v1.3.2 (available: v2.10.0) [INFO] [stderr] Adding num_enum v0.1.1 (available: v0.7.5) [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+d336647335db03a0fc5b24fc5325cd3905c5b8e8" "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:98afbf2d16093dec2546ff8915fddc74e65664aa03fc460b3712b1c2c54a33e4" "/opt/rustwide/cargo-home/bin/cargo" "+d336647335db03a0fc5b24fc5325cd3905c5b8e8" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 649e1791e6b433b5b8d66a560c48443c2db080f06550f485911dd666df595095 [INFO] running `Command { std: "docker" "start" "-a" "649e1791e6b433b5b8d66a560c48443c2db080f06550f485911dd666df595095", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "649e1791e6b433b5b8d66a560c48443c2db080f06550f485911dd666df595095", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "649e1791e6b433b5b8d66a560c48443c2db080f06550f485911dd666df595095", kill_on_drop: false }` [INFO] [stdout] 649e1791e6b433b5b8d66a560c48443c2db080f06550f485911dd666df595095 [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:98afbf2d16093dec2546ff8915fddc74e65664aa03fc460b3712b1c2c54a33e4" "/opt/rustwide/cargo-home/bin/cargo" "+d336647335db03a0fc5b24fc5325cd3905c5b8e8" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] b49509f5f5a304d97749819dc8578855734c6c44590783c9ac566c28fb317460 [INFO] running `Command { std: "docker" "start" "-a" "b49509f5f5a304d97749819dc8578855734c6c44590783c9ac566c28fb317460", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v0.4.30 [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] error: 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] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #107880 [INFO] [stdout] = note: `#[deny(ambiguous_glob_reexports)]` (part of `#[deny(future_incompatible)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #107880 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #107880 [INFO] [stdout] = note: `#[deny(ambiguous_glob_reexports)]` (part of `#[deny(future_incompatible)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #107880 [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)]` (part of `#[warn(nonstandard_style)]`) 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)]` (part of `#[warn(nonstandard_style)]`) 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] [stderr] error: could not compile `ase` (lib) due to 4 previous errors; 15 warnings emitted [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not compile `ase` (lib test) due to 4 previous errors; 15 warnings emitted [INFO] running `Command { std: "docker" "inspect" "b49509f5f5a304d97749819dc8578855734c6c44590783c9ac566c28fb317460", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b49509f5f5a304d97749819dc8578855734c6c44590783c9ac566c28fb317460", kill_on_drop: false }` [INFO] [stdout] b49509f5f5a304d97749819dc8578855734c6c44590783c9ac566c28fb317460