java_asm 0.1.1

Java bytecode reader & writer in rust
Documentation
Build #2334174 2025-07-20 13:50:58

Build failed. If you want to re-trigger a documentation build, you can do it here. You can find more information on docs.rs builds documentation on the builds page.

# rustc version
rustc 1.90.0-nightly (0d9592026 2025-07-19)# docs.rs version
docsrs 0.6.0 (c1135d19 2025-07-02)# build log
[INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace/builds/java_asm-0.1.1/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace/builds/java_asm-0.1.1/source:/opt/rustwide/workdir:ro,Z" "-v" "/home/cratesfyi/workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/home/cratesfyi/workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "DOCS_RS=1" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "6442450944" "--cpus" "6" "--user" "1001:1001" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:cf8efcab8866f2cf4285301c7418e2f4f2a9b088c91ba69c40d5b659f81557f7" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20250719-1.90.0-nightly-0d9592026\", \"--static-root-path\", \"/-/rustdoc.static/\", \"--cap-lints\", \"warn\", \"--extern-html-root-takes-precedence\"]" "--offline" "-Zunstable-options" "--config=doc.extern-map.registries.crates-io=\"https://docs.rs/{pkg_name}/{version}/x86_64-unknown-linux-gnu\"" "-Zrustdoc-scrape-examples" "-j6" "--target" "x86_64-unknown-linux-gnu", kill_on_drop: false }`
[INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
[INFO] [stdout] 954021063fd8124cd7e78a04a67b7a2504d02dd12e5dfe5fbd93b4ae6e61780b
[INFO] running `Command { std: "docker" "start" "-a" "954021063fd8124cd7e78a04a67b7a2504d02dd12e5dfe5fbd93b4ae6e61780b", kill_on_drop: false }`
[INFO] [stderr] warning: target filter specified, but no targets matched; this is a no-op
[INFO] [stderr]  Documenting java_asm v0.1.1 (/opt/rustwide/workdir)
[INFO] [stderr] error[E0659]: `align` is ambiguous
[INFO] [stderr]   --> src/dex/raw.rs:25:3
[INFO] [stderr]    |
[INFO] [stderr] 25 | #[align(4)]
[INFO] [stderr]    |   ^^^^^ ambiguous name
[INFO] [stderr]    |
[INFO] [stderr]    = note: ambiguous because of a name conflict with a builtin attribute
[INFO] [stderr]    = note: `align` could refer to a built-in attribute
[INFO] [stderr] note: `align` could also refer to the derive helper attribute defined here
[INFO] [stderr]   --> src/dex/raw.rs:24:45
[INFO] [stderr]    |
[INFO] [stderr] 24 | #[derive(Copy, Clone, Debug, Eq, PartialEq, ReadFrom)]
[INFO] [stderr]    |                                             ^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] error[E0659]: `align` is ambiguous
[INFO] [stderr]   --> src/dex/raw.rs:73:3
[INFO] [stderr]    |
[INFO] [stderr] 73 | #[align(4)]
[INFO] [stderr]    |   ^^^^^ ambiguous name
[INFO] [stderr]    |
[INFO] [stderr]    = note: ambiguous because of a name conflict with a builtin attribute
[INFO] [stderr]    = note: `align` could refer to a built-in attribute
[INFO] [stderr] note: `align` could also refer to the derive helper attribute defined here
[INFO] [stderr]   --> src/dex/raw.rs:72:39
[INFO] [stderr]    |
[INFO] [stderr] 72 | #[derive(Clone, Debug, Eq, PartialEq, ReadFrom, Default)]
[INFO] [stderr]    |                                       ^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] error[E0659]: `align` is ambiguous
[INFO] [stderr]   --> src/dex/raw.rs:91:3
[INFO] [stderr]    |
[INFO] [stderr] 91 | #[align(4)]
[INFO] [stderr]    |   ^^^^^ ambiguous name
[INFO] [stderr]    |
[INFO] [stderr]    = note: ambiguous because of a name conflict with a builtin attribute
[INFO] [stderr]    = note: `align` could refer to a built-in attribute
[INFO] [stderr] note: `align` could also refer to the derive helper attribute defined here
[INFO] [stderr]   --> src/dex/raw.rs:90:45
[INFO] [stderr]    |
[INFO] [stderr] 90 | #[derive(Copy, Clone, Debug, Eq, PartialEq, ReadFrom)]
[INFO] [stderr]    |                                             ^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] error[E0659]: `align` is ambiguous
[INFO] [stderr]    --> src/dex/raw.rs:108:3
[INFO] [stderr]     |
[INFO] [stderr] 108 | #[align(4)]
[INFO] [stderr]     |   ^^^^^ ambiguous name
[INFO] [stderr]     |
[INFO] [stderr]     = note: ambiguous because of a name conflict with a builtin attribute
[INFO] [stderr]     = note: `align` could refer to a built-in attribute
[INFO] [stderr] note: `align` could also refer to the derive helper attribute defined here
[INFO] [stderr]    --> src/dex/raw.rs:107:45
[INFO] [stderr]     |
[INFO] [stderr] 107 | #[derive(Copy, Clone, Debug, Eq, PartialEq, ReadFrom)]
[INFO] [stderr]     |                                             ^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] error[E0659]: `align` is ambiguous
[INFO] [stderr]    --> src/dex/raw.rs:114:3
[INFO] [stderr]     |
[INFO] [stderr] 114 | #[align(4)]
[INFO] [stderr]     |   ^^^^^ ambiguous name
[INFO] [stderr]     |
[INFO] [stderr]     = note: ambiguous because of a name conflict with a builtin attribute
[INFO] [stderr]     = note: `align` could refer to a built-in attribute
[INFO] [stderr] note: `align` could also refer to the derive helper attribute defined here
[INFO] [stderr]    --> src/dex/raw.rs:113:45
[INFO] [stderr]     |
[INFO] [stderr] 113 | #[derive(Copy, Clone, Debug, Eq, PartialEq, ReadFrom)]
[INFO] [stderr]     |                                             ^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] error[E0659]: `align` is ambiguous
[INFO] [stderr]    --> src/dex/raw.rs:123:3
[INFO] [stderr]     |
[INFO] [stderr] 123 | #[align(4)]
[INFO] [stderr]     |   ^^^^^ ambiguous name
[INFO] [stderr]     |
[INFO] [stderr]     = note: ambiguous because of a name conflict with a builtin attribute
[INFO] [stderr]     = note: `align` could refer to a built-in attribute
[INFO] [stderr] note: `align` could also refer to the derive helper attribute defined here
[INFO] [stderr]    --> src/dex/raw.rs:122:45
[INFO] [stderr]     |
[INFO] [stderr] 122 | #[derive(Copy, Clone, Debug, Eq, PartialEq, ReadFrom)]
[INFO] [stderr]     |                                             ^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] error[E0659]: `align` is ambiguous
[INFO] [stderr]    --> src/dex/raw.rs:131:3
[INFO] [stderr]     |
[INFO] [stderr] 131 | #[align(4)]
[INFO] [stderr]     |   ^^^^^ ambiguous name
[INFO] [stderr]     |
[INFO] [stderr]     = note: ambiguous because of a name conflict with a builtin attribute
[INFO] [stderr]     = note: `align` could refer to a built-in attribute
[INFO] [stderr] note: `align` could also refer to the derive helper attribute defined here
[INFO] [stderr]    --> src/dex/raw.rs:130:45
[INFO] [stderr]     |
[INFO] [stderr] 130 | #[derive(Copy, Clone, Debug, Eq, PartialEq, ReadFrom)]
[INFO] [stderr]     |                                             ^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] error[E0659]: `align` is ambiguous
[INFO] [stderr]    --> src/dex/raw.rs:139:3
[INFO] [stderr]     |
[INFO] [stderr] 139 | #[align(4)]
[INFO] [stderr]     |   ^^^^^ ambiguous name
[INFO] [stderr]     |
[INFO] [stderr]     = note: ambiguous because of a name conflict with a builtin attribute
[INFO] [stderr]     = note: `align` could refer to a built-in attribute
[INFO] [stderr] note: `align` could also refer to the derive helper attribute defined here
[INFO] [stderr]    --> src/dex/raw.rs:138:45
[INFO] [stderr]     |
[INFO] [stderr] 138 | #[derive(Copy, Clone, Debug, Eq, PartialEq, ReadFrom)]
[INFO] [stderr]     |                                             ^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] error[E0659]: `align` is ambiguous
[INFO] [stderr]    --> src/dex/raw.rs:265:3
[INFO] [stderr]     |
[INFO] [stderr] 265 | #[align(4)]
[INFO] [stderr]     |   ^^^^^ ambiguous name
[INFO] [stderr]     |
[INFO] [stderr]     = note: ambiguous because of a name conflict with a builtin attribute
[INFO] [stderr]     = note: `align` could refer to a built-in attribute
[INFO] [stderr] note: `align` could also refer to the derive helper attribute defined here
[INFO] [stderr]    --> src/dex/raw.rs:264:39
[INFO] [stderr]     |
[INFO] [stderr] 264 | #[derive(Clone, Debug, Eq, PartialEq, ReadFrom)]
[INFO] [stderr]     |                                       ^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] error[E0659]: `align` is ambiguous
[INFO] [stderr]    --> src/dex/raw.rs:273:3
[INFO] [stderr]     |
[INFO] [stderr] 273 | #[align(4)]
[INFO] [stderr]     |   ^^^^^ ambiguous name
[INFO] [stderr]     |
[INFO] [stderr]     = note: ambiguous because of a name conflict with a builtin attribute
[INFO] [stderr]     = note: `align` could refer to a built-in attribute
[INFO] [stderr] note: `align` could also refer to the derive helper attribute defined here
[INFO] [stderr]    --> src/dex/raw.rs:272:45
[INFO] [stderr]     |
[INFO] [stderr] 272 | #[derive(Copy, Clone, Debug, Eq, PartialEq, ReadFrom)]
[INFO] [stderr]     |                                             ^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] error[E0659]: `align` is ambiguous
[INFO] [stderr]    --> src/dex/raw.rs:330:3
[INFO] [stderr]     |
[INFO] [stderr] 330 | #[align(4)]
[INFO] [stderr]     |   ^^^^^ ambiguous name
[INFO] [stderr]     |
[INFO] [stderr]     = note: ambiguous because of a name conflict with a builtin attribute
[INFO] [stderr]     = note: `align` could refer to a built-in attribute
[INFO] [stderr] note: `align` could also refer to the derive helper attribute defined here
[INFO] [stderr]    --> src/dex/raw.rs:329:45
[INFO] [stderr]     |
[INFO] [stderr] 329 | #[derive(Copy, Clone, Debug, Eq, PartialEq, ReadFrom)]
[INFO] [stderr]     |                                             ^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: the `#[align]` attribute is an experimental feature
[INFO] [stderr]   --> src/dex/raw.rs:25:1
[INFO] [stderr]    |
[INFO] [stderr] 25 | #[align(4)]
[INFO] [stderr]    | ^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: see issue #82232 <https://github.com/rust-lang/rust/issues/82232> for more information
[INFO] [stderr]    = help: add `#![feature(fn_align)]` to the crate attributes to enable
[INFO] [stderr]    = note: this compiler was built on 2025-07-19; consider upgrading it if it is out of date
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: the `#[align]` attribute is an experimental feature
[INFO] [stderr]   --> src/dex/raw.rs:73:1
[INFO] [stderr]    |
[INFO] [stderr] 73 | #[align(4)]
[INFO] [stderr]    | ^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: see issue #82232 <https://github.com/rust-lang/rust/issues/82232> for more information
[INFO] [stderr]    = help: add `#![feature(fn_align)]` to the crate attributes to enable
[INFO] [stderr]    = note: this compiler was built on 2025-07-19; consider upgrading it if it is out of date
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: the `#[align]` attribute is an experimental feature
[INFO] [stderr]   --> src/dex/raw.rs:91:1
[INFO] [stderr]    |
[INFO] [stderr] 91 | #[align(4)]
[INFO] [stderr]    | ^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: see issue #82232 <https://github.com/rust-lang/rust/issues/82232> for more information
[INFO] [stderr]    = help: add `#![feature(fn_align)]` to the crate attributes to enable
[INFO] [stderr]    = note: this compiler was built on 2025-07-19; consider upgrading it if it is out of date
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: the `#[align]` attribute is an experimental feature
[INFO] [stderr]    --> src/dex/raw.rs:108:1
[INFO] [stderr]     |
[INFO] [stderr] 108 | #[align(4)]
[INFO] [stderr]     | ^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #82232 <https://github.com/rust-lang/rust/issues/82232> for more information
[INFO] [stderr]     = help: add `#![feature(fn_align)]` to the crate attributes to enable
[INFO] [stderr]     = note: this compiler was built on 2025-07-19; consider upgrading it if it is out of date
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: the `#[align]` attribute is an experimental feature
[INFO] [stderr]    --> src/dex/raw.rs:114:1
[INFO] [stderr]     |
[INFO] [stderr] 114 | #[align(4)]
[INFO] [stderr]     | ^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #82232 <https://github.com/rust-lang/rust/issues/82232> for more information
[INFO] [stderr]     = help: add `#![feature(fn_align)]` to the crate attributes to enable
[INFO] [stderr]     = note: this compiler was built on 2025-07-19; consider upgrading it if it is out of date
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: the `#[align]` attribute is an experimental feature
[INFO] [stderr]    --> src/dex/raw.rs:123:1
[INFO] [stderr]     |
[INFO] [stderr] 123 | #[align(4)]
[INFO] [stderr]     | ^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #82232 <https://github.com/rust-lang/rust/issues/82232> for more information
[INFO] [stderr]     = help: add `#![feature(fn_align)]` to the crate attributes to enable
[INFO] [stderr]     = note: this compiler was built on 2025-07-19; consider upgrading it if it is out of date
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: the `#[align]` attribute is an experimental feature
[INFO] [stderr]    --> src/dex/raw.rs:131:1
[INFO] [stderr]     |
[INFO] [stderr] 131 | #[align(4)]
[INFO] [stderr]     | ^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #82232 <https://github.com/rust-lang/rust/issues/82232> for more information
[INFO] [stderr]     = help: add `#![feature(fn_align)]` to the crate attributes to enable
[INFO] [stderr]     = note: this compiler was built on 2025-07-19; consider upgrading it if it is out of date
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: the `#[align]` attribute is an experimental feature
[INFO] [stderr]    --> src/dex/raw.rs:139:1
[INFO] [stderr]     |
[INFO] [stderr] 139 | #[align(4)]
[INFO] [stderr]     | ^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #82232 <https://github.com/rust-lang/rust/issues/82232> for more information
[INFO] [stderr]     = help: add `#![feature(fn_align)]` to the crate attributes to enable
[INFO] [stderr]     = note: this compiler was built on 2025-07-19; consider upgrading it if it is out of date
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: the `#[align]` attribute is an experimental feature
[INFO] [stderr]    --> src/dex/raw.rs:265:1
[INFO] [stderr]     |
[INFO] [stderr] 265 | #[align(4)]
[INFO] [stderr]     | ^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #82232 <https://github.com/rust-lang/rust/issues/82232> for more information
[INFO] [stderr]     = help: add `#![feature(fn_align)]` to the crate attributes to enable
[INFO] [stderr]     = note: this compiler was built on 2025-07-19; consider upgrading it if it is out of date
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: the `#[align]` attribute is an experimental feature
[INFO] [stderr]    --> src/dex/raw.rs:273:1
[INFO] [stderr]     |
[INFO] [stderr] 273 | #[align(4)]
[INFO] [stderr]     | ^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #82232 <https://github.com/rust-lang/rust/issues/82232> for more information
[INFO] [stderr]     = help: add `#![feature(fn_align)]` to the crate attributes to enable
[INFO] [stderr]     = note: this compiler was built on 2025-07-19; consider upgrading it if it is out of date
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: the `#[align]` attribute is an experimental feature
[INFO] [stderr]    --> src/dex/raw.rs:330:1
[INFO] [stderr]     |
[INFO] [stderr] 330 | #[align(4)]
[INFO] [stderr]     | ^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #82232 <https://github.com/rust-lang/rust/issues/82232> for more information
[INFO] [stderr]     = help: add `#![feature(fn_align)]` to the crate attributes to enable
[INFO] [stderr]     = note: this compiler was built on 2025-07-19; consider upgrading it if it is out of date
[INFO] [stderr] 
[INFO] [stderr] Some errors have detailed explanations: E0658, E0659.
[INFO] [stderr] For more information about an error, try `rustc --explain E0658`.
[INFO] [stderr] error: could not document `java_asm`
[INFO] running `Command { std: "docker" "inspect" "954021063fd8124cd7e78a04a67b7a2504d02dd12e5dfe5fbd93b4ae6e61780b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "954021063fd8124cd7e78a04a67b7a2504d02dd12e5dfe5fbd93b4ae6e61780b", kill_on_drop: false }`
[INFO] [stdout] 954021063fd8124cd7e78a04a67b7a2504d02dd12e5dfe5fbd93b4ae6e61780b