[INFO] fetching crate java_asm 0.1.1... [INFO] checking java_asm-0.1.1 against try#998b6603a58e47f42ccce7a67943234e96b6839e for pr-143170 [INFO] extracting crate java_asm 0.1.1 into /workspace/builds/worker-7-tc2/source [INFO] started tweaking crates.io crate java_asm 0.1.1 [INFO] finished tweaking crates.io crate java_asm 0.1.1 [INFO] tweaked toml for crates.io crate java_asm 0.1.1 written to /workspace/builds/worker-7-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate java_asm 0.1.1 on toolchain 998b6603a58e47f42ccce7a67943234e96b6839e [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+998b6603a58e47f42ccce7a67943234e96b6839e" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate crates.io crate java_asm 0.1.1 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" "+998b6603a58e47f42ccce7a67943234e96b6839e" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+998b6603a58e47f42ccce7a67943234e96b6839e" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 1ac262a828e1de4d369338bc89300346094194df2896227b9f50f8802089e6a9 [INFO] running `Command { std: "docker" "start" "-a" "1ac262a828e1de4d369338bc89300346094194df2896227b9f50f8802089e6a9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "1ac262a828e1de4d369338bc89300346094194df2896227b9f50f8802089e6a9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1ac262a828e1de4d369338bc89300346094194df2896227b9f50f8802089e6a9", kill_on_drop: false }` [INFO] [stdout] 1ac262a828e1de4d369338bc89300346094194df2896227b9f50f8802089e6a9 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+998b6603a58e47f42ccce7a67943234e96b6839e" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] c1cbab7f5126154d49f03db8e939f3b534dd5b032935e23c9019425be10d0058 [INFO] running `Command { std: "docker" "start" "-a" "c1cbab7f5126154d49f03db8e939f3b534dd5b032935e23c9019425be10d0058", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.95 [INFO] [stderr] Compiling quote v1.0.40 [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Compiling java_asm_macro v0.1.1 [INFO] [stderr] Checking java_asm v0.1.1 (/opt/rustwide/workdir) [INFO] [stdout] error[E0659]: `align` is ambiguous [INFO] [stdout] --> src/dex/raw.rs:25:3 [INFO] [stdout] | [INFO] [stdout] 25 | #[align(4)] [INFO] [stdout] | ^^^^^ ambiguous name [INFO] [stdout] | [INFO] [stdout] = note: ambiguous because of a name conflict with a builtin attribute [INFO] [stdout] = note: `align` could refer to a built-in attribute [INFO] [stdout] note: `align` could also refer to the derive helper attribute defined here [INFO] [stdout] --> src/dex/raw.rs:24:45 [INFO] [stdout] | [INFO] [stdout] 24 | #[derive(Copy, Clone, Debug, Eq, PartialEq, ReadFrom)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0659]: `align` is ambiguous [INFO] [stdout] --> src/dex/raw.rs:73:3 [INFO] [stdout] | [INFO] [stdout] 73 | #[align(4)] [INFO] [stdout] | ^^^^^ ambiguous name [INFO] [stdout] | [INFO] [stdout] = note: ambiguous because of a name conflict with a builtin attribute [INFO] [stdout] = note: `align` could refer to a built-in attribute [INFO] [stdout] note: `align` could also refer to the derive helper attribute defined here [INFO] [stdout] --> src/dex/raw.rs:72:39 [INFO] [stdout] | [INFO] [stdout] 72 | #[derive(Clone, Debug, Eq, PartialEq, ReadFrom, Default)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0659]: `align` is ambiguous [INFO] [stdout] --> src/dex/raw.rs:91:3 [INFO] [stdout] | [INFO] [stdout] 91 | #[align(4)] [INFO] [stdout] | ^^^^^ ambiguous name [INFO] [stdout] | [INFO] [stdout] = note: ambiguous because of a name conflict with a builtin attribute [INFO] [stdout] = note: `align` could refer to a built-in attribute [INFO] [stdout] note: `align` could also refer to the derive helper attribute defined here [INFO] [stdout] --> src/dex/raw.rs:90:45 [INFO] [stdout] | [INFO] [stdout] 90 | #[derive(Copy, Clone, Debug, Eq, PartialEq, ReadFrom)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0659]: `align` is ambiguous [INFO] [stdout] --> src/dex/raw.rs:108:3 [INFO] [stdout] | [INFO] [stdout] 108 | #[align(4)] [INFO] [stdout] | ^^^^^ ambiguous name [INFO] [stdout] | [INFO] [stdout] = note: ambiguous because of a name conflict with a builtin attribute [INFO] [stdout] = note: `align` could refer to a built-in attribute [INFO] [stdout] note: `align` could also refer to the derive helper attribute defined here [INFO] [stdout] --> src/dex/raw.rs:107:45 [INFO] [stdout] | [INFO] [stdout] 107 | #[derive(Copy, Clone, Debug, Eq, PartialEq, ReadFrom)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0659]: `align` is ambiguous [INFO] [stdout] --> src/dex/raw.rs:114:3 [INFO] [stdout] | [INFO] [stdout] 114 | #[align(4)] [INFO] [stdout] | ^^^^^ ambiguous name [INFO] [stdout] | [INFO] [stdout] = note: ambiguous because of a name conflict with a builtin attribute [INFO] [stdout] = note: `align` could refer to a built-in attribute [INFO] [stdout] note: `align` could also refer to the derive helper attribute defined here [INFO] [stdout] --> src/dex/raw.rs:113:45 [INFO] [stdout] | [INFO] [stdout] 113 | #[derive(Copy, Clone, Debug, Eq, PartialEq, ReadFrom)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0659]: `align` is ambiguous [INFO] [stdout] --> src/dex/raw.rs:123:3 [INFO] [stdout] | [INFO] [stdout] 123 | #[align(4)] [INFO] [stdout] | ^^^^^ ambiguous name [INFO] [stdout] | [INFO] [stdout] = note: ambiguous because of a name conflict with a builtin attribute [INFO] [stdout] = note: `align` could refer to a built-in attribute [INFO] [stdout] note: `align` could also refer to the derive helper attribute defined here [INFO] [stdout] --> src/dex/raw.rs:122:45 [INFO] [stdout] | [INFO] [stdout] 122 | #[derive(Copy, Clone, Debug, Eq, PartialEq, ReadFrom)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0659]: `align` is ambiguous [INFO] [stdout] --> src/dex/raw.rs:131:3 [INFO] [stdout] | [INFO] [stdout] 131 | #[align(4)] [INFO] [stdout] | ^^^^^ ambiguous name [INFO] [stdout] | [INFO] [stdout] = note: ambiguous because of a name conflict with a builtin attribute [INFO] [stdout] = note: `align` could refer to a built-in attribute [INFO] [stdout] note: `align` could also refer to the derive helper attribute defined here [INFO] [stdout] --> src/dex/raw.rs:130:45 [INFO] [stdout] | [INFO] [stdout] 130 | #[derive(Copy, Clone, Debug, Eq, PartialEq, ReadFrom)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0659]: `align` is ambiguous [INFO] [stdout] --> src/dex/raw.rs:139:3 [INFO] [stdout] | [INFO] [stdout] 139 | #[align(4)] [INFO] [stdout] | ^^^^^ ambiguous name [INFO] [stdout] | [INFO] [stdout] = note: ambiguous because of a name conflict with a builtin attribute [INFO] [stdout] = note: `align` could refer to a built-in attribute [INFO] [stdout] note: `align` could also refer to the derive helper attribute defined here [INFO] [stdout] --> src/dex/raw.rs:138:45 [INFO] [stdout] | [INFO] [stdout] 138 | #[derive(Copy, Clone, Debug, Eq, PartialEq, ReadFrom)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0659]: `align` is ambiguous [INFO] [stdout] --> src/dex/raw.rs:265:3 [INFO] [stdout] | [INFO] [stdout] 265 | #[align(4)] [INFO] [stdout] | ^^^^^ ambiguous name [INFO] [stdout] | [INFO] [stdout] = note: ambiguous because of a name conflict with a builtin attribute [INFO] [stdout] = note: `align` could refer to a built-in attribute [INFO] [stdout] note: `align` could also refer to the derive helper attribute defined here [INFO] [stdout] --> src/dex/raw.rs:264:39 [INFO] [stdout] | [INFO] [stdout] 264 | #[derive(Clone, Debug, Eq, PartialEq, ReadFrom)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0659]: `align` is ambiguous [INFO] [stdout] --> src/dex/raw.rs:273:3 [INFO] [stdout] | [INFO] [stdout] 273 | #[align(4)] [INFO] [stdout] | ^^^^^ ambiguous name [INFO] [stdout] | [INFO] [stdout] = note: ambiguous because of a name conflict with a builtin attribute [INFO] [stdout] = note: `align` could refer to a built-in attribute [INFO] [stdout] note: `align` could also refer to the derive helper attribute defined here [INFO] [stdout] --> src/dex/raw.rs:272:45 [INFO] [stdout] | [INFO] [stdout] 272 | #[derive(Copy, Clone, Debug, Eq, PartialEq, ReadFrom)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0659]: `align` is ambiguous [INFO] [stdout] --> src/dex/raw.rs:330:3 [INFO] [stdout] | [INFO] [stdout] 330 | #[align(4)] [INFO] [stdout] | ^^^^^ ambiguous name [INFO] [stdout] | [INFO] [stdout] = note: ambiguous because of a name conflict with a builtin attribute [INFO] [stdout] = note: `align` could refer to a built-in attribute [INFO] [stdout] note: `align` could also refer to the derive helper attribute defined here [INFO] [stdout] --> src/dex/raw.rs:329:45 [INFO] [stdout] | [INFO] [stdout] 329 | #[derive(Copy, Clone, Debug, Eq, PartialEq, ReadFrom)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: the `#[align]` attribute is an experimental feature [INFO] [stdout] --> src/dex/raw.rs:25:1 [INFO] [stdout] | [INFO] [stdout] 25 | #[align(4)] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #82232 for more information [INFO] [stdout] = help: add `#![feature(fn_align)]` to the crate attributes to enable [INFO] [stdout] = note: this compiler was built on 2025-06-29; consider upgrading it if it is out of date [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: the `#[align]` attribute is an experimental feature [INFO] [stdout] --> src/dex/raw.rs:73:1 [INFO] [stdout] | [INFO] [stdout] 73 | #[align(4)] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #82232 for more information [INFO] [stdout] = help: add `#![feature(fn_align)]` to the crate attributes to enable [INFO] [stdout] = note: this compiler was built on 2025-06-29; consider upgrading it if it is out of date [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: the `#[align]` attribute is an experimental feature [INFO] [stdout] --> src/dex/raw.rs:91:1 [INFO] [stdout] | [INFO] [stdout] 91 | #[align(4)] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #82232 for more information [INFO] [stdout] = help: add `#![feature(fn_align)]` to the crate attributes to enable [INFO] [stdout] = note: this compiler was built on 2025-06-29; consider upgrading it if it is out of date [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: the `#[align]` attribute is an experimental feature [INFO] [stdout] --> src/dex/raw.rs:108:1 [INFO] [stdout] | [INFO] [stdout] 108 | #[align(4)] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #82232 for more information [INFO] [stdout] = help: add `#![feature(fn_align)]` to the crate attributes to enable [INFO] [stdout] = note: this compiler was built on 2025-06-29; consider upgrading it if it is out of date [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: the `#[align]` attribute is an experimental feature [INFO] [stdout] --> src/dex/raw.rs:114:1 [INFO] [stdout] | [INFO] [stdout] 114 | #[align(4)] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #82232 for more information [INFO] [stdout] = help: add `#![feature(fn_align)]` to the crate attributes to enable [INFO] [stdout] = note: this compiler was built on 2025-06-29; consider upgrading it if it is out of date [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: the `#[align]` attribute is an experimental feature [INFO] [stdout] --> src/dex/raw.rs:123:1 [INFO] [stdout] | [INFO] [stdout] 123 | #[align(4)] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #82232 for more information [INFO] [stdout] = help: add `#![feature(fn_align)]` to the crate attributes to enable [INFO] [stdout] = note: this compiler was built on 2025-06-29; consider upgrading it if it is out of date [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: the `#[align]` attribute is an experimental feature [INFO] [stdout] --> src/dex/raw.rs:131:1 [INFO] [stdout] | [INFO] [stdout] 131 | #[align(4)] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #82232 for more information [INFO] [stdout] = help: add `#![feature(fn_align)]` to the crate attributes to enable [INFO] [stdout] = note: this compiler was built on 2025-06-29; consider upgrading it if it is out of date [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: the `#[align]` attribute is an experimental feature [INFO] [stdout] --> src/dex/raw.rs:139:1 [INFO] [stdout] | [INFO] [stdout] 139 | #[align(4)] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #82232 for more information [INFO] [stdout] = help: add `#![feature(fn_align)]` to the crate attributes to enable [INFO] [stdout] = note: this compiler was built on 2025-06-29; consider upgrading it if it is out of date [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: the `#[align]` attribute is an experimental feature [INFO] [stdout] --> src/dex/raw.rs:265:1 [INFO] [stdout] | [INFO] [stdout] 265 | #[align(4)] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #82232 for more information [INFO] [stdout] = help: add `#![feature(fn_align)]` to the crate attributes to enable [INFO] [stdout] = note: this compiler was built on 2025-06-29; consider upgrading it if it is out of date [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: the `#[align]` attribute is an experimental feature [INFO] [stdout] --> src/dex/raw.rs:273:1 [INFO] [stdout] | [INFO] [stdout] 273 | #[align(4)] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #82232 for more information [INFO] [stdout] = help: add `#![feature(fn_align)]` to the crate attributes to enable [INFO] [stdout] = note: this compiler was built on 2025-06-29; consider upgrading it if it is out of date [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: the `#[align]` attribute is an experimental feature [INFO] [stdout] --> src/dex/raw.rs:330:1 [INFO] [stdout] | [INFO] [stdout] 330 | #[align(4)] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #82232 for more information [INFO] [stdout] = help: add `#![feature(fn_align)]` to the crate attributes to enable [INFO] [stdout] = note: this compiler was built on 2025-06-29; consider upgrading it if it is out of date [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `read::*` [INFO] [stdout] --> src/node/mod.rs:2:9 [INFO] [stdout] | [INFO] [stdout] 2 | pub use read::*; [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `DUInt` [INFO] [stdout] --> src/dex/insn.rs:2:23 [INFO] [stdout] | [INFO] [stdout] 2 | use crate::dex::raw::{DUInt, DUShort}; [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: glob import doesn't reexport anything with visibility `pub` because no imported item is public enough [INFO] [stdout] --> src/impls/util/mod.rs:1:9 [INFO] [stdout] | [INFO] [stdout] 1 | pub use ex::*; [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] note: the most public imported item is `pub(crate)` [INFO] [stdout] --> src/impls/util/mod.rs:1:9 [INFO] [stdout] | [INFO] [stdout] 1 | pub use ex::*; [INFO] [stdout] | ^^^^^ [INFO] [stdout] = help: reduce the glob import's visibility or increase visibility of imported items [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: glob import doesn't reexport anything with visibility `pub` because no imported item is public enough [INFO] [stdout] --> src/impls/util/mod.rs:2:9 [INFO] [stdout] | [INFO] [stdout] 2 | pub use mutf8::*; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: the most public imported item is `pub(crate)` [INFO] [stdout] --> src/impls/util/mod.rs:2:9 [INFO] [stdout] | [INFO] [stdout] 2 | pub use mutf8::*; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] = help: reduce the glob import's visibility or increase visibility of imported items [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `computable::*` [INFO] [stdout] --> src/impls/util/mod.rs:4:9 [INFO] [stdout] | [INFO] [stdout] 4 | pub use computable::*; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0659]: `align` is ambiguous [INFO] [stdout] --> src/dex/raw.rs:25:3 [INFO] [stdout] | [INFO] [stdout] 25 | #[align(4)] [INFO] [stdout] | ^^^^^ ambiguous name [INFO] [stdout] | [INFO] [stdout] = note: ambiguous because of a name conflict with a builtin attribute [INFO] [stdout] = note: `align` could refer to a built-in attribute [INFO] [stdout] note: `align` could also refer to the derive helper attribute defined here [INFO] [stdout] --> src/dex/raw.rs:24:45 [INFO] [stdout] | [INFO] [stdout] 24 | #[derive(Copy, Clone, Debug, Eq, PartialEq, ReadFrom)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0659]: `align` is ambiguous [INFO] [stdout] --> src/dex/raw.rs:73:3 [INFO] [stdout] | [INFO] [stdout] 73 | #[align(4)] [INFO] [stdout] | ^^^^^ ambiguous name [INFO] [stdout] | [INFO] [stdout] = note: ambiguous because of a name conflict with a builtin attribute [INFO] [stdout] = note: `align` could refer to a built-in attribute [INFO] [stdout] note: `align` could also refer to the derive helper attribute defined here [INFO] [stdout] --> src/dex/raw.rs:72:39 [INFO] [stdout] | [INFO] [stdout] 72 | #[derive(Clone, Debug, Eq, PartialEq, ReadFrom, Default)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0659]: `align` is ambiguous [INFO] [stdout] --> src/dex/raw.rs:91:3 [INFO] [stdout] | [INFO] [stdout] 91 | #[align(4)] [INFO] [stdout] | ^^^^^ ambiguous name [INFO] [stdout] | [INFO] [stdout] = note: ambiguous because of a name conflict with a builtin attribute [INFO] [stdout] = note: `align` could refer to a built-in attribute [INFO] [stdout] note: `align` could also refer to the derive helper attribute defined here [INFO] [stdout] --> src/dex/raw.rs:90:45 [INFO] [stdout] | [INFO] [stdout] 90 | #[derive(Copy, Clone, Debug, Eq, PartialEq, ReadFrom)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0659]: `align` is ambiguous [INFO] [stdout] --> src/dex/raw.rs:108:3 [INFO] [stdout] | [INFO] [stdout] 108 | #[align(4)] [INFO] [stdout] | ^^^^^ ambiguous name [INFO] [stdout] | [INFO] [stdout] = note: ambiguous because of a name conflict with a builtin attribute [INFO] [stdout] = note: `align` could refer to a built-in attribute [INFO] [stdout] note: `align` could also refer to the derive helper attribute defined here [INFO] [stdout] --> src/dex/raw.rs:107:45 [INFO] [stdout] | [INFO] [stdout] 107 | #[derive(Copy, Clone, Debug, Eq, PartialEq, ReadFrom)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0659]: `align` is ambiguous [INFO] [stdout] --> src/dex/raw.rs:114:3 [INFO] [stdout] | [INFO] [stdout] 114 | #[align(4)] [INFO] [stdout] | ^^^^^ ambiguous name [INFO] [stdout] | [INFO] [stdout] = note: ambiguous because of a name conflict with a builtin attribute [INFO] [stdout] = note: `align` could refer to a built-in attribute [INFO] [stdout] note: `align` could also refer to the derive helper attribute defined here [INFO] [stdout] --> src/dex/raw.rs:113:45 [INFO] [stdout] | [INFO] [stdout] 113 | #[derive(Copy, Clone, Debug, Eq, PartialEq, ReadFrom)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0659]: `align` is ambiguous [INFO] [stdout] --> src/dex/raw.rs:123:3 [INFO] [stdout] | [INFO] [stdout] 123 | #[align(4)] [INFO] [stdout] | ^^^^^ ambiguous name [INFO] [stdout] | [INFO] [stdout] = note: ambiguous because of a name conflict with a builtin attribute [INFO] [stdout] = note: `align` could refer to a built-in attribute [INFO] [stdout] note: `align` could also refer to the derive helper attribute defined here [INFO] [stdout] --> src/dex/raw.rs:122:45 [INFO] [stdout] | [INFO] [stdout] 122 | #[derive(Copy, Clone, Debug, Eq, PartialEq, ReadFrom)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0659]: `align` is ambiguous [INFO] [stdout] --> src/dex/raw.rs:131:3 [INFO] [stdout] | [INFO] [stdout] 131 | #[align(4)] [INFO] [stdout] | ^^^^^ ambiguous name [INFO] [stdout] | [INFO] [stdout] = note: ambiguous because of a name conflict with a builtin attribute [INFO] [stdout] = note: `align` could refer to a built-in attribute [INFO] [stdout] note: `align` could also refer to the derive helper attribute defined here [INFO] [stdout] --> src/dex/raw.rs:130:45 [INFO] [stdout] | [INFO] [stdout] 130 | #[derive(Copy, Clone, Debug, Eq, PartialEq, ReadFrom)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0659]: `align` is ambiguous [INFO] [stdout] --> src/dex/raw.rs:139:3 [INFO] [stdout] | [INFO] [stdout] 139 | #[align(4)] [INFO] [stdout] | ^^^^^ ambiguous name [INFO] [stdout] | [INFO] [stdout] = note: ambiguous because of a name conflict with a builtin attribute [INFO] [stdout] = note: `align` could refer to a built-in attribute [INFO] [stdout] note: `align` could also refer to the derive helper attribute defined here [INFO] [stdout] --> src/dex/raw.rs:138:45 [INFO] [stdout] | [INFO] [stdout] 138 | #[derive(Copy, Clone, Debug, Eq, PartialEq, ReadFrom)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0659]: `align` is ambiguous [INFO] [stdout] --> src/dex/raw.rs:265:3 [INFO] [stdout] | [INFO] [stdout] 265 | #[align(4)] [INFO] [stdout] | ^^^^^ ambiguous name [INFO] [stdout] | [INFO] [stdout] = note: ambiguous because of a name conflict with a builtin attribute [INFO] [stdout] = note: `align` could refer to a built-in attribute [INFO] [stdout] note: `align` could also refer to the derive helper attribute defined here [INFO] [stdout] --> src/dex/raw.rs:264:39 [INFO] [stdout] | [INFO] [stdout] 264 | #[derive(Clone, Debug, Eq, PartialEq, ReadFrom)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0659]: `align` is ambiguous [INFO] [stdout] --> src/dex/raw.rs:273:3 [INFO] [stdout] | [INFO] [stdout] 273 | #[align(4)] [INFO] [stdout] | ^^^^^ ambiguous name [INFO] [stdout] | [INFO] [stdout] = note: ambiguous because of a name conflict with a builtin attribute [INFO] [stdout] = note: `align` could refer to a built-in attribute [INFO] [stdout] note: `align` could also refer to the derive helper attribute defined here [INFO] [stdout] --> src/dex/raw.rs:272:45 [INFO] [stdout] | [INFO] [stdout] 272 | #[derive(Copy, Clone, Debug, Eq, PartialEq, ReadFrom)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0659]: `align` is ambiguous [INFO] [stdout] --> src/dex/raw.rs:330:3 [INFO] [stdout] | [INFO] [stdout] 330 | #[align(4)] [INFO] [stdout] | ^^^^^ ambiguous name [INFO] [stdout] | [INFO] [stdout] = note: ambiguous because of a name conflict with a builtin attribute [INFO] [stdout] = note: `align` could refer to a built-in attribute [INFO] [stdout] note: `align` could also refer to the derive helper attribute defined here [INFO] [stdout] --> src/dex/raw.rs:329:45 [INFO] [stdout] | [INFO] [stdout] 329 | #[derive(Copy, Clone, Debug, Eq, PartialEq, ReadFrom)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: the `#[align]` attribute is an experimental feature [INFO] [stdout] --> src/dex/raw.rs:25:1 [INFO] [stdout] | [INFO] [stdout] 25 | #[align(4)] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #82232 for more information [INFO] [stdout] = help: add `#![feature(fn_align)]` to the crate attributes to enable [INFO] [stdout] = note: this compiler was built on 2025-06-29; consider upgrading it if it is out of date [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: the `#[align]` attribute is an experimental feature [INFO] [stdout] --> src/dex/raw.rs:73:1 [INFO] [stdout] | [INFO] [stdout] 73 | #[align(4)] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #82232 for more information [INFO] [stdout] = help: add `#![feature(fn_align)]` to the crate attributes to enable [INFO] [stdout] = note: this compiler was built on 2025-06-29; consider upgrading it if it is out of date [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: the `#[align]` attribute is an experimental feature [INFO] [stdout] --> src/dex/raw.rs:91:1 [INFO] [stdout] | [INFO] [stdout] 91 | #[align(4)] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #82232 for more information [INFO] [stdout] = help: add `#![feature(fn_align)]` to the crate attributes to enable [INFO] [stdout] = note: this compiler was built on 2025-06-29; consider upgrading it if it is out of date [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: the `#[align]` attribute is an experimental feature [INFO] [stdout] --> src/dex/raw.rs:108:1 [INFO] [stdout] | [INFO] [stdout] 108 | #[align(4)] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #82232 for more information [INFO] [stdout] = help: add `#![feature(fn_align)]` to the crate attributes to enable [INFO] [stdout] = note: this compiler was built on 2025-06-29; consider upgrading it if it is out of date [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: the `#[align]` attribute is an experimental feature [INFO] [stdout] --> src/dex/raw.rs:114:1 [INFO] [stdout] | [INFO] [stdout] 114 | #[align(4)] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #82232 for more information [INFO] [stdout] = help: add `#![feature(fn_align)]` to the crate attributes to enable [INFO] [stdout] = note: this compiler was built on 2025-06-29; consider upgrading it if it is out of date [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: the `#[align]` attribute is an experimental feature [INFO] [stdout] --> src/dex/raw.rs:123:1 [INFO] [stdout] | [INFO] [stdout] 123 | #[align(4)] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #82232 for more information [INFO] [stdout] = help: add `#![feature(fn_align)]` to the crate attributes to enable [INFO] [stdout] = note: this compiler was built on 2025-06-29; consider upgrading it if it is out of date [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: the `#[align]` attribute is an experimental feature [INFO] [stdout] --> src/dex/raw.rs:131:1 [INFO] [stdout] | [INFO] [stdout] 131 | #[align(4)] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #82232 for more information [INFO] [stdout] = help: add `#![feature(fn_align)]` to the crate attributes to enable [INFO] [stdout] = note: this compiler was built on 2025-06-29; consider upgrading it if it is out of date [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: the `#[align]` attribute is an experimental feature [INFO] [stdout] --> src/dex/raw.rs:139:1 [INFO] [stdout] | [INFO] [stdout] 139 | #[align(4)] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #82232 for more information [INFO] [stdout] = help: add `#![feature(fn_align)]` to the crate attributes to enable [INFO] [stdout] = note: this compiler was built on 2025-06-29; consider upgrading it if it is out of date [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: the `#[align]` attribute is an experimental feature [INFO] [stdout] --> src/dex/raw.rs:265:1 [INFO] [stdout] | [INFO] [stdout] 265 | #[align(4)] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #82232 for more information [INFO] [stdout] = help: add `#![feature(fn_align)]` to the crate attributes to enable [INFO] [stdout] = note: this compiler was built on 2025-06-29; consider upgrading it if it is out of date [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: the `#[align]` attribute is an experimental feature [INFO] [stdout] --> src/dex/raw.rs:273:1 [INFO] [stdout] | [INFO] [stdout] 273 | #[align(4)] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #82232 for more information [INFO] [stdout] = help: add `#![feature(fn_align)]` to the crate attributes to enable [INFO] [stdout] = note: this compiler was built on 2025-06-29; consider upgrading it if it is out of date [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: the `#[align]` attribute is an experimental feature [INFO] [stdout] --> src/dex/raw.rs:330:1 [INFO] [stdout] | [INFO] [stdout] 330 | #[align(4)] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #82232 for more information [INFO] [stdout] = help: add `#![feature(fn_align)]` to the crate attributes to enable [INFO] [stdout] = note: this compiler was built on 2025-06-29; consider upgrading it if it is out of date [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `read::*` [INFO] [stdout] --> src/node/mod.rs:2:9 [INFO] [stdout] | [INFO] [stdout] 2 | pub use read::*; [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `DUInt` [INFO] [stdout] --> src/dex/insn.rs:2:23 [INFO] [stdout] | [INFO] [stdout] 2 | use crate::dex::raw::{DUInt, DUShort}; [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: glob import doesn't reexport anything with visibility `pub` because no imported item is public enough [INFO] [stdout] --> src/impls/util/mod.rs:1:9 [INFO] [stdout] | [INFO] [stdout] 1 | pub use ex::*; [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] note: the most public imported item is `pub(crate)` [INFO] [stdout] --> src/impls/util/mod.rs:1:9 [INFO] [stdout] | [INFO] [stdout] 1 | pub use ex::*; [INFO] [stdout] | ^^^^^ [INFO] [stdout] = help: reduce the glob import's visibility or increase visibility of imported items [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: glob import doesn't reexport anything with visibility `pub` because no imported item is public enough [INFO] [stdout] --> src/impls/util/mod.rs:2:9 [INFO] [stdout] | [INFO] [stdout] 2 | pub use mutf8::*; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: the most public imported item is `pub(crate)` [INFO] [stdout] --> src/impls/util/mod.rs:2:9 [INFO] [stdout] | [INFO] [stdout] 2 | pub use mutf8::*; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] = help: reduce the glob import's visibility or increase visibility of imported items [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `computable::*` [INFO] [stdout] --> src/impls/util/mod.rs:4:9 [INFO] [stdout] | [INFO] [stdout] 4 | pub use computable::*; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `#[align(...)]` is not supported on struct items [INFO] [stdout] --> src/dex/raw.rs:25:1 [INFO] [stdout] | [INFO] [stdout] 25 | #[align(4)] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: use `#[repr(align(...))]` instead [INFO] [stdout] | [INFO] [stdout] 25 - #[align(4)] [INFO] [stdout] 25 + #[repr(align(4))] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `#[align(...)]` is not supported on struct items [INFO] [stdout] --> src/dex/raw.rs:73:1 [INFO] [stdout] | [INFO] [stdout] 73 | #[align(4)] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: use `#[repr(align(...))]` instead [INFO] [stdout] | [INFO] [stdout] 73 - #[align(4)] [INFO] [stdout] 73 + #[repr(align(4))] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `#[align(...)]` is not supported on struct items [INFO] [stdout] --> src/dex/raw.rs:91:1 [INFO] [stdout] | [INFO] [stdout] 91 | #[align(4)] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: use `#[repr(align(...))]` instead [INFO] [stdout] | [INFO] [stdout] 91 - #[align(4)] [INFO] [stdout] 91 + #[repr(align(4))] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `#[align(...)]` is not supported on struct items [INFO] [stdout] --> src/dex/raw.rs:108:1 [INFO] [stdout] | [INFO] [stdout] 108 | #[align(4)] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: use `#[repr(align(...))]` instead [INFO] [stdout] | [INFO] [stdout] 108 - #[align(4)] [INFO] [stdout] 108 + #[repr(align(4))] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `#[align(...)]` is not supported on struct items [INFO] [stdout] --> src/dex/raw.rs:114:1 [INFO] [stdout] | [INFO] [stdout] 114 | #[align(4)] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: use `#[repr(align(...))]` instead [INFO] [stdout] | [INFO] [stdout] 114 - #[align(4)] [INFO] [stdout] 114 + #[repr(align(4))] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `#[align(...)]` is not supported on struct items [INFO] [stdout] --> src/dex/raw.rs:123:1 [INFO] [stdout] | [INFO] [stdout] 123 | #[align(4)] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: use `#[repr(align(...))]` instead [INFO] [stdout] | [INFO] [stdout] 123 - #[align(4)] [INFO] [stdout] 123 + #[repr(align(4))] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `#[align(...)]` is not supported on struct items [INFO] [stdout] --> src/dex/raw.rs:131:1 [INFO] [stdout] | [INFO] [stdout] 131 | #[align(4)] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: use `#[repr(align(...))]` instead [INFO] [stdout] | [INFO] [stdout] 131 - #[align(4)] [INFO] [stdout] 131 + #[repr(align(4))] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `#[align(...)]` is not supported on struct items [INFO] [stdout] --> src/dex/raw.rs:139:1 [INFO] [stdout] | [INFO] [stdout] 139 | #[align(4)] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: use `#[repr(align(...))]` instead [INFO] [stdout] | [INFO] [stdout] 139 - #[align(4)] [INFO] [stdout] 139 + #[repr(align(4))] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `#[align(...)]` is not supported on struct items [INFO] [stdout] --> src/dex/raw.rs:265:1 [INFO] [stdout] | [INFO] [stdout] 265 | #[align(4)] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: use `#[repr(align(...))]` instead [INFO] [stdout] | [INFO] [stdout] 265 - #[align(4)] [INFO] [stdout] 265 + #[repr(align(4))] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `#[align(...)]` is not supported on struct items [INFO] [stdout] --> src/dex/raw.rs:273:1 [INFO] [stdout] | [INFO] [stdout] 273 | #[align(4)] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: use `#[repr(align(...))]` instead [INFO] [stdout] | [INFO] [stdout] 273 - #[align(4)] [INFO] [stdout] 273 + #[repr(align(4))] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `#[align(...)]` is not supported on struct items [INFO] [stdout] --> src/dex/raw.rs:330:1 [INFO] [stdout] | [INFO] [stdout] 330 | #[align(4)] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: use `#[repr(align(...))]` instead [INFO] [stdout] | [INFO] [stdout] 330 - #[align(4)] [INFO] [stdout] 330 + #[repr(align(4))] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `#[align(...)]` is not supported on struct items [INFO] [stdout] --> src/dex/raw.rs:25:1 [INFO] [stdout] | [INFO] [stdout] 25 | #[align(4)] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: use `#[repr(align(...))]` instead [INFO] [stdout] | [INFO] [stdout] 25 - #[align(4)] [INFO] [stdout] 25 + #[repr(align(4))] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `#[align(...)]` is not supported on struct items [INFO] [stdout] --> src/dex/raw.rs:73:1 [INFO] [stdout] | [INFO] [stdout] 73 | #[align(4)] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: use `#[repr(align(...))]` instead [INFO] [stdout] | [INFO] [stdout] 73 - #[align(4)] [INFO] [stdout] 73 + #[repr(align(4))] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `#[align(...)]` is not supported on struct items [INFO] [stdout] --> src/dex/raw.rs:91:1 [INFO] [stdout] | [INFO] [stdout] 91 | #[align(4)] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: use `#[repr(align(...))]` instead [INFO] [stdout] | [INFO] [stdout] 91 - #[align(4)] [INFO] [stdout] 91 + #[repr(align(4))] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `#[align(...)]` is not supported on struct items [INFO] [stdout] --> src/dex/raw.rs:108:1 [INFO] [stdout] | [INFO] [stdout] 108 | #[align(4)] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: use `#[repr(align(...))]` instead [INFO] [stdout] | [INFO] [stdout] 108 - #[align(4)] [INFO] [stdout] 108 + #[repr(align(4))] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `#[align(...)]` is not supported on struct items [INFO] [stdout] --> src/dex/raw.rs:114:1 [INFO] [stdout] | [INFO] [stdout] 114 | #[align(4)] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: use `#[repr(align(...))]` instead [INFO] [stdout] | [INFO] [stdout] 114 - #[align(4)] [INFO] [stdout] 114 + #[repr(align(4))] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `#[align(...)]` is not supported on struct items [INFO] [stdout] --> src/dex/raw.rs:123:1 [INFO] [stdout] | [INFO] [stdout] 123 | #[align(4)] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: use `#[repr(align(...))]` instead [INFO] [stdout] | [INFO] [stdout] 123 - #[align(4)] [INFO] [stdout] 123 + #[repr(align(4))] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `#[align(...)]` is not supported on struct items [INFO] [stdout] --> src/dex/raw.rs:131:1 [INFO] [stdout] | [INFO] [stdout] 131 | #[align(4)] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: use `#[repr(align(...))]` instead [INFO] [stdout] | [INFO] [stdout] 131 - #[align(4)] [INFO] [stdout] 131 + #[repr(align(4))] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `#[align(...)]` is not supported on struct items [INFO] [stdout] --> src/dex/raw.rs:139:1 [INFO] [stdout] | [INFO] [stdout] 139 | #[align(4)] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: use `#[repr(align(...))]` instead [INFO] [stdout] | [INFO] [stdout] 139 - #[align(4)] [INFO] [stdout] 139 + #[repr(align(4))] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `#[align(...)]` is not supported on struct items [INFO] [stdout] --> src/dex/raw.rs:265:1 [INFO] [stdout] | [INFO] [stdout] 265 | #[align(4)] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: use `#[repr(align(...))]` instead [INFO] [stdout] | [INFO] [stdout] 265 - #[align(4)] [INFO] [stdout] 265 + #[repr(align(4))] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `#[align(...)]` is not supported on struct items [INFO] [stdout] --> src/dex/raw.rs:273:1 [INFO] [stdout] | [INFO] [stdout] 273 | #[align(4)] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: use `#[repr(align(...))]` instead [INFO] [stdout] | [INFO] [stdout] 273 - #[align(4)] [INFO] [stdout] 273 + #[repr(align(4))] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `#[align(...)]` is not supported on struct items [INFO] [stdout] --> src/dex/raw.rs:330:1 [INFO] [stdout] | [INFO] [stdout] 330 | #[align(4)] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: use `#[repr(align(...))]` instead [INFO] [stdout] | [INFO] [stdout] 330 - #[align(4)] [INFO] [stdout] 330 + #[repr(align(4))] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `smali::SmaliNode::new_with_children` [INFO] [stdout] --> src/impls/node/r/smali.rs:42:28 [INFO] [stdout] | [INFO] [stdout] 42 | SmaliNode::new_with_children(current, children) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `smali::SmaliNode::new_with_children` [INFO] [stdout] --> src/impls/node/r/smali.rs:42:28 [INFO] [stdout] | [INFO] [stdout] 42 | SmaliNode::new_with_children(current, children) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `smali::SmaliNode::new_with_children` [INFO] [stdout] --> src/impls/node/r/smali.rs:50:28 [INFO] [stdout] | [INFO] [stdout] 50 | SmaliNode::new_with_children(current, children) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `smali::SmaliNode::new_with_children` [INFO] [stdout] --> src/impls/node/r/smali.rs:99:20 [INFO] [stdout] | [INFO] [stdout] 99 | SmaliNode::new_with_children(prefix, children) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `smali::SmaliNode::new_with_children` [INFO] [stdout] --> src/impls/node/r/smali.rs:50:28 [INFO] [stdout] | [INFO] [stdout] 50 | SmaliNode::new_with_children(current, children) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `smali::SmaliNode::new_with_children` [INFO] [stdout] --> src/impls/node/r/smali.rs:99:20 [INFO] [stdout] | [INFO] [stdout] 99 | SmaliNode::new_with_children(prefix, children) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `smali::SmaliNode::new` [INFO] [stdout] --> src/smali.rs:231:20 [INFO] [stdout] | [INFO] [stdout] 231 | SmaliNode::new(self.to_string()) [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `smali::SmaliNode::new` [INFO] [stdout] --> src/smali.rs:231:20 [INFO] [stdout] | [INFO] [stdout] 231 | SmaliNode::new(self.to_string()) [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `ReadFrom` [INFO] [stdout] --> src/dex/mod.rs:5:42 [INFO] [stdout] | [INFO] [stdout] 5 | use crate::impls::jvms::r::{ReadContext, ReadFrom, U32BasedSize}; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `ReadFrom` [INFO] [stdout] --> src/dex/mod.rs:5:42 [INFO] [stdout] | [INFO] [stdout] 5 | use crate::impls::jvms::r::{ReadContext, ReadFrom, U32BasedSize}; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `AsElement` [INFO] [stdout] --> src/dex/mod.rs:4:27 [INFO] [stdout] | [INFO] [stdout] 4 | use crate::dex::element::{AsElement, ClassContentElement}; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `AsElement` [INFO] [stdout] --> src/dex/mod.rs:4:27 [INFO] [stdout] | [INFO] [stdout] 4 | use crate::dex::element::{AsElement, ClassContentElement}; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `java_asm` (lib) due to 33 previous errors; 11 warnings emitted [INFO] [stdout] Some errors have detailed explanations: E0658, E0659. [INFO] [stdout] [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] For more information about an error, try `rustc --explain E0658`. [INFO] [stdout] [INFO] [stderr] error: could not compile `java_asm` (lib test) due to 33 previous errors; 11 warnings emitted [INFO] [stdout] Some errors have detailed explanations: E0658, E0659. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0658`. [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "c1cbab7f5126154d49f03db8e939f3b534dd5b032935e23c9019425be10d0058", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c1cbab7f5126154d49f03db8e939f3b534dd5b032935e23c9019425be10d0058", kill_on_drop: false }` [INFO] [stdout] c1cbab7f5126154d49f03db8e939f3b534dd5b032935e23c9019425be10d0058