[INFO] cloning repository https://github.com/ChAoSUnItY/hier
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/ChAoSUnItY/hier" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FChAoSUnItY%2Fhier", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FChAoSUnItY%2Fhier'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] d19b43fc59cd8175566025f16cd5066a00c60ddc
[INFO] documenting ChAoSUnItY/hier against beta-2025-10-28 for beta-1.92-rustdoc-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FChAoSUnItY%2Fhier" "/workspace/builds/worker-5-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/ChAoSUnItY/hier
[INFO] removed 0 missing examples
[INFO] finished tweaking git repo https://github.com/ChAoSUnItY/hier
[INFO] tweaked toml for git repo https://github.com/ChAoSUnItY/hier written to /workspace/builds/worker-5-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/ChAoSUnItY/hier on toolchain beta-2025-10-28
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-10-28" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/ChAoSUnItY/hier 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" "+beta-2025-10-28" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 5910a17b134e983fd327e1a38c99e45d3d8033a4cc27befeb3f2f2bd90fca47e
[INFO] running `Command { std: "docker" "start" "-a" "5910a17b134e983fd327e1a38c99e45d3d8033a4cc27befeb3f2f2bd90fca47e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "5910a17b134e983fd327e1a38c99e45d3d8033a4cc27befeb3f2f2bd90fca47e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "5910a17b134e983fd327e1a38c99e45d3d8033a4cc27befeb3f2f2bd90fca47e", kill_on_drop: false }`
[INFO] [stdout] 5910a17b134e983fd327e1a38c99e45d3d8033a4cc27befeb3f2f2bd90fca47e
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "doc" "--frozen" "--no-deps" "--document-private-items" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 93a10bab55bd8c1216beedfe04cd924002c6f912f8cef490c3373ed8b26de38b
[INFO] running `Command { std: "docker" "start" "-a" "93a10bab55bd8c1216beedfe04cd924002c6f912f8cef490c3373ed8b26de38b", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.78
[INFO] [stderr]    Compiling thiserror v1.0.56
[INFO] [stderr]     Checking memchr v2.6.3
[INFO] [stderr]     Checking log v0.4.20
[INFO] [stderr]     Checking cesu8 v1.1.0
[INFO] [stderr]     Checking jni-sys v0.3.0
[INFO] [stderr]     Checking bitflags v2.4.2
[INFO] [stderr]    Compiling phf_shared v0.11.2
[INFO] [stderr]    Compiling phf_generator v0.11.2
[INFO] [stderr]    Compiling quote v1.0.35
[INFO] [stderr]     Checking combine v4.6.6
[INFO] [stderr]    Compiling syn v2.0.48
[INFO] [stderr]    Compiling thiserror-impl v1.0.56
[INFO] [stderr]    Compiling phf_macros v0.11.2
[INFO] [stderr]     Checking phf v0.11.2
[INFO] [stderr]     Checking jni v0.21.1
[INFO] [stderr]  Documenting hier v0.2.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unresolved link to `GlobalRef`
[INFO] [stdout]   --> src/classpool.rs:81:19
[INFO] [stdout]    |
[INFO] [stdout] 81 |     /// Fetch an [GlobalRef] (JClass) either from cache if already fetched before, or directly
[INFO] [stdout]    |                   ^^^^^^^^^ no item named `GlobalRef` in scope
[INFO] [stdout]    |
[INFO] [stdout]    = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]    = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `GlobalRef`
[INFO] [stdout]   --> src/classpool.rs:82:79
[INFO] [stdout]    |
[INFO] [stdout] 82 |     /// from JNI interface if not. After each successful fetching operation, [GlobalRef] (JClass)
[INFO] [stdout]    |                                                                               ^^^^^^^^^ no item named `GlobalRef` in scope
[INFO] [stdout]    |
[INFO] [stdout]    = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `free_jclass_cache`
[INFO] [stdout]   --> src/classpool.rs:84:14
[INFO] [stdout]    |
[INFO] [stdout] 84 |     /// use [free_jclass_cache] to free cache.
[INFO] [stdout]    |              ^^^^^^^^^^^^^^^^^ no item named `free_jclass_cache` in scope
[INFO] [stdout]    |
[INFO] [stdout]    = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `crate::HierExt::free_lookup`
[INFO] [stdout]   --> src/model/class.rs:18:41
[INFO] [stdout]    |
[INFO] [stdout] 18 | /// freed (See [`HierExt::free_lookup`](crate::HierExt::free_lookup)), this class is not
[INFO] [stdout]    |                                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `HierExt` has no associated item named `free_lookup`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `crate::HierExt::lookup_class`
[INFO] [stdout]   --> src/model/class.rs:20:31
[INFO] [stdout]    |
[INFO] [stdout] 20 | /// [`HierExt::lookup_class`](crate::HierExt::lookup_class)). Operations after cache being
[INFO] [stdout]    |                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `HierExt` has no associated item named `lookup_class`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `JClass`
[INFO] [stdout]    --> src/model/class.rs:185:10
[INFO] [stdout]     |
[INFO] [stdout] 185 |     /// [JClass] as internal backend.
[INFO] [stdout]     |          ^^^^^^ no item named `JClass` in scope
[INFO] [stdout]     |
[INFO] [stdout]     = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: public documentation for `is_bridge_bits` links to private item `Modifiers::Bridge`
[INFO] [stdout]    --> src/model/modifiers.rs:19:13
[INFO] [stdout]     |
[INFO] [stdout]  19 | /             concat!("[Modifiers::", stringify!($flag), "]")
[INFO] [stdout]  20 | |         );
[INFO] [stdout]  21 | |     };
[INFO] [stdout]  22 | |     ($flag:ident, $flag_ref:expr) => {
[INFO] [stdout] ...   |
[INFO] [stdout]  38 | |         paste::paste! {
[INFO] [stdout]  39 | |             #[doc = "Determine if provided [u16] has flag"]
[INFO] [stdout]     | |__________________________________________________________^
[INFO] [stdout] ...
[INFO] [stdout] 109 |       __impl_flag_chk!(Bridge as u16);
[INFO] [stdout]     |       ------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: the link appears in this line:
[INFO] [stdout]             
[INFO] [stdout]             [Modifiers::Bridge]
[INFO] [stdout]              ^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: this link resolves only because you passed `--document-private-items`, but will break without
[INFO] [stdout]     = note: `#[warn(rustdoc::private_intra_doc_links)]` on by default
[INFO] [stdout]     = note: this warning originates in the macro `__impl_flag_chk` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: public documentation for `is_bridge` links to private item `Modifiers::Bridge`
[INFO] [stdout]    --> src/model/modifiers.rs:19:13
[INFO] [stdout]     |
[INFO] [stdout]  19 | /             concat!("[Modifiers::", stringify!($flag), "]")
[INFO] [stdout]  20 | |         );
[INFO] [stdout]  21 | |     };
[INFO] [stdout]  22 | |     ($flag:ident, $flag_ref:expr) => {
[INFO] [stdout] ...   |
[INFO] [stdout]  45 | |             #[doc = "Determine if [Modifiers] has flag"]
[INFO] [stdout]     | |_______________________________________________________^
[INFO] [stdout] ...
[INFO] [stdout] 109 |       __impl_flag_chk!(Bridge as u16);
[INFO] [stdout]     |       ------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: the link appears in this line:
[INFO] [stdout]             
[INFO] [stdout]             [Modifiers::Bridge]
[INFO] [stdout]              ^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: this link resolves only because you passed `--document-private-items`, but will break without
[INFO] [stdout]     = note: this warning originates in the macro `__impl_flag_chk` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: public documentation for `is_varargs_bits` links to private item `Modifiers::Varargs`
[INFO] [stdout]    --> src/model/modifiers.rs:19:13
[INFO] [stdout]     |
[INFO] [stdout]  19 | /             concat!("[Modifiers::", stringify!($flag), "]")
[INFO] [stdout]  20 | |         );
[INFO] [stdout]  21 | |     };
[INFO] [stdout]  22 | |     ($flag:ident, $flag_ref:expr) => {
[INFO] [stdout] ...   |
[INFO] [stdout]  38 | |         paste::paste! {
[INFO] [stdout]  39 | |             #[doc = "Determine if provided [u16] has flag"]
[INFO] [stdout]     | |__________________________________________________________^
[INFO] [stdout] ...
[INFO] [stdout] 110 |       __impl_flag_chk!(Varargs as u16);
[INFO] [stdout]     |       -------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: the link appears in this line:
[INFO] [stdout]             
[INFO] [stdout]             [Modifiers::Varargs]
[INFO] [stdout]              ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: this link resolves only because you passed `--document-private-items`, but will break without
[INFO] [stdout]     = note: this warning originates in the macro `__impl_flag_chk` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: public documentation for `is_varargs` links to private item `Modifiers::Varargs`
[INFO] [stdout]    --> src/model/modifiers.rs:19:13
[INFO] [stdout]     |
[INFO] [stdout]  19 | /             concat!("[Modifiers::", stringify!($flag), "]")
[INFO] [stdout]  20 | |         );
[INFO] [stdout]  21 | |     };
[INFO] [stdout]  22 | |     ($flag:ident, $flag_ref:expr) => {
[INFO] [stdout] ...   |
[INFO] [stdout]  45 | |             #[doc = "Determine if [Modifiers] has flag"]
[INFO] [stdout]     | |_______________________________________________________^
[INFO] [stdout] ...
[INFO] [stdout] 110 |       __impl_flag_chk!(Varargs as u16);
[INFO] [stdout]     |       -------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: the link appears in this line:
[INFO] [stdout]             
[INFO] [stdout]             [Modifiers::Varargs]
[INFO] [stdout]              ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: this link resolves only because you passed `--document-private-items`, but will break without
[INFO] [stdout]     = note: this warning originates in the macro `__impl_flag_chk` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: public documentation for `is_synthetic_bits` links to private item `Modifiers::Synthetic`
[INFO] [stdout]    --> src/model/modifiers.rs:19:13
[INFO] [stdout]     |
[INFO] [stdout]  19 | /             concat!("[Modifiers::", stringify!($flag), "]")
[INFO] [stdout]  20 | |         );
[INFO] [stdout]  21 | |     };
[INFO] [stdout]  22 | |     ($flag:ident, $flag_ref:expr) => {
[INFO] [stdout] ...   |
[INFO] [stdout]  38 | |         paste::paste! {
[INFO] [stdout]  39 | |             #[doc = "Determine if provided [u16] has flag"]
[INFO] [stdout]     | |__________________________________________________________^
[INFO] [stdout] ...
[INFO] [stdout] 111 |       __impl_flag_chk!(Synthetic as u16);
[INFO] [stdout]     |       ---------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: the link appears in this line:
[INFO] [stdout]             
[INFO] [stdout]             [Modifiers::Synthetic]
[INFO] [stdout]              ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: this link resolves only because you passed `--document-private-items`, but will break without
[INFO] [stdout]     = note: this warning originates in the macro `__impl_flag_chk` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: public documentation for `is_synthetic` links to private item `Modifiers::Synthetic`
[INFO] [stdout]    --> src/model/modifiers.rs:19:13
[INFO] [stdout]     |
[INFO] [stdout]  19 | /             concat!("[Modifiers::", stringify!($flag), "]")
[INFO] [stdout]  20 | |         );
[INFO] [stdout]  21 | |     };
[INFO] [stdout]  22 | |     ($flag:ident, $flag_ref:expr) => {
[INFO] [stdout] ...   |
[INFO] [stdout]  45 | |             #[doc = "Determine if [Modifiers] has flag"]
[INFO] [stdout]     | |_______________________________________________________^
[INFO] [stdout] ...
[INFO] [stdout] 111 |       __impl_flag_chk!(Synthetic as u16);
[INFO] [stdout]     |       ---------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: the link appears in this line:
[INFO] [stdout]             
[INFO] [stdout]             [Modifiers::Synthetic]
[INFO] [stdout]              ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: this link resolves only because you passed `--document-private-items`, but will break without
[INFO] [stdout]     = note: this warning originates in the macro `__impl_flag_chk` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: public documentation for `is_annotation_bits` links to private item `Modifiers::Annotation`
[INFO] [stdout]    --> src/model/modifiers.rs:19:13
[INFO] [stdout]     |
[INFO] [stdout]  19 | /             concat!("[Modifiers::", stringify!($flag), "]")
[INFO] [stdout]  20 | |         );
[INFO] [stdout]  21 | |     };
[INFO] [stdout]  22 | |     ($flag:ident, $flag_ref:expr) => {
[INFO] [stdout] ...   |
[INFO] [stdout]  38 | |         paste::paste! {
[INFO] [stdout]  39 | |             #[doc = "Determine if provided [u16] has flag"]
[INFO] [stdout]     | |__________________________________________________________^
[INFO] [stdout] ...
[INFO] [stdout] 112 |       __impl_flag_chk!(Annotation as u16);
[INFO] [stdout]     |       ----------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: the link appears in this line:
[INFO] [stdout]             
[INFO] [stdout]             [Modifiers::Annotation]
[INFO] [stdout]              ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: this link resolves only because you passed `--document-private-items`, but will break without
[INFO] [stdout]     = note: this warning originates in the macro `__impl_flag_chk` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: public documentation for `is_annotation` links to private item `Modifiers::Annotation`
[INFO] [stdout]    --> src/model/modifiers.rs:19:13
[INFO] [stdout]     |
[INFO] [stdout]  19 | /             concat!("[Modifiers::", stringify!($flag), "]")
[INFO] [stdout]  20 | |         );
[INFO] [stdout]  21 | |     };
[INFO] [stdout]  22 | |     ($flag:ident, $flag_ref:expr) => {
[INFO] [stdout] ...   |
[INFO] [stdout]  45 | |             #[doc = "Determine if [Modifiers] has flag"]
[INFO] [stdout]     | |_______________________________________________________^
[INFO] [stdout] ...
[INFO] [stdout] 112 |       __impl_flag_chk!(Annotation as u16);
[INFO] [stdout]     |       ----------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: the link appears in this line:
[INFO] [stdout]             
[INFO] [stdout]             [Modifiers::Annotation]
[INFO] [stdout]              ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: this link resolves only because you passed `--document-private-items`, but will break without
[INFO] [stdout]     = note: this warning originates in the macro `__impl_flag_chk` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: public documentation for `is_enum_bits` links to private item `Modifiers::Enum`
[INFO] [stdout]    --> src/model/modifiers.rs:19:13
[INFO] [stdout]     |
[INFO] [stdout]  19 | /             concat!("[Modifiers::", stringify!($flag), "]")
[INFO] [stdout]  20 | |         );
[INFO] [stdout]  21 | |     };
[INFO] [stdout]  22 | |     ($flag:ident, $flag_ref:expr) => {
[INFO] [stdout] ...   |
[INFO] [stdout]  38 | |         paste::paste! {
[INFO] [stdout]  39 | |             #[doc = "Determine if provided [u16] has flag"]
[INFO] [stdout]     | |__________________________________________________________^
[INFO] [stdout] ...
[INFO] [stdout] 113 |       __impl_flag_chk!(Enum as u16);
[INFO] [stdout]     |       ----------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: the link appears in this line:
[INFO] [stdout]             
[INFO] [stdout]             [Modifiers::Enum]
[INFO] [stdout]              ^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: this link resolves only because you passed `--document-private-items`, but will break without
[INFO] [stdout]     = note: this warning originates in the macro `__impl_flag_chk` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: public documentation for `is_enum` links to private item `Modifiers::Enum`
[INFO] [stdout]    --> src/model/modifiers.rs:19:13
[INFO] [stdout]     |
[INFO] [stdout]  19 | /             concat!("[Modifiers::", stringify!($flag), "]")
[INFO] [stdout]  20 | |         );
[INFO] [stdout]  21 | |     };
[INFO] [stdout]  22 | |     ($flag:ident, $flag_ref:expr) => {
[INFO] [stdout] ...   |
[INFO] [stdout]  45 | |             #[doc = "Determine if [Modifiers] has flag"]
[INFO] [stdout]     | |_______________________________________________________^
[INFO] [stdout] ...
[INFO] [stdout] 113 |       __impl_flag_chk!(Enum as u16);
[INFO] [stdout]     |       ----------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: the link appears in this line:
[INFO] [stdout]             
[INFO] [stdout]             [Modifiers::Enum]
[INFO] [stdout]              ^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: this link resolves only because you passed `--document-private-items`, but will break without
[INFO] [stdout]     = note: this warning originates in the macro `__impl_flag_chk` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: public documentation for `is_mandated_bits` links to private item `Modifiers::Mandated`
[INFO] [stdout]    --> src/model/modifiers.rs:19:13
[INFO] [stdout]     |
[INFO] [stdout]  19 | /             concat!("[Modifiers::", stringify!($flag), "]")
[INFO] [stdout]  20 | |         );
[INFO] [stdout]  21 | |     };
[INFO] [stdout]  22 | |     ($flag:ident, $flag_ref:expr) => {
[INFO] [stdout] ...   |
[INFO] [stdout]  38 | |         paste::paste! {
[INFO] [stdout]  39 | |             #[doc = "Determine if provided [u16] has flag"]
[INFO] [stdout]     | |__________________________________________________________^
[INFO] [stdout] ...
[INFO] [stdout] 114 |       __impl_flag_chk!(Mandated as u16);
[INFO] [stdout]     |       --------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: the link appears in this line:
[INFO] [stdout]             
[INFO] [stdout]             [Modifiers::Mandated]
[INFO] [stdout]              ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: this link resolves only because you passed `--document-private-items`, but will break without
[INFO] [stdout]     = note: this warning originates in the macro `__impl_flag_chk` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: public documentation for `is_mandated` links to private item `Modifiers::Mandated`
[INFO] [stdout]    --> src/model/modifiers.rs:19:13
[INFO] [stdout]     |
[INFO] [stdout]  19 | /             concat!("[Modifiers::", stringify!($flag), "]")
[INFO] [stdout]  20 | |         );
[INFO] [stdout]  21 | |     };
[INFO] [stdout]  22 | |     ($flag:ident, $flag_ref:expr) => {
[INFO] [stdout] ...   |
[INFO] [stdout]  45 | |             #[doc = "Determine if [Modifiers] has flag"]
[INFO] [stdout]     | |_______________________________________________________^
[INFO] [stdout] ...
[INFO] [stdout] 114 |       __impl_flag_chk!(Mandated as u16);
[INFO] [stdout]     |       --------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: the link appears in this line:
[INFO] [stdout]             
[INFO] [stdout]             [Modifiers::Mandated]
[INFO] [stdout]              ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: this link resolves only because you passed `--document-private-items`, but will break without
[INFO] [stdout]     = note: this warning originates in the macro `__impl_flag_chk` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `HierExt::lookup_class`
[INFO] [stdout]   --> src/lib.rs:35:28
[INFO] [stdout]    |
[INFO] [stdout] 35 | /// [JClass] caching (see [HierExt::lookup_class] and [HierExt::free_lookup])
[INFO] [stdout]    |                            ^^^^^^^^^^^^^^^^^^^^^ the trait `HierExt` has no associated item named `lookup_class`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `HierExt::free_lookup`
[INFO] [stdout]   --> src/lib.rs:35:56
[INFO] [stdout]    |
[INFO] [stdout] 35 | /// [JClass] caching (see [HierExt::lookup_class] and [HierExt::free_lookup])
[INFO] [stdout]    |                                                        ^^^^^^^^^^^^^^^^^^^^ the trait `HierExt` has no associated item named `free_lookup`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.67s
[INFO] [stderr]    Generated /opt/rustwide/target/doc/hier/index.html
[INFO] running `Command { std: "docker" "inspect" "93a10bab55bd8c1216beedfe04cd924002c6f912f8cef490c3373ed8b26de38b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "93a10bab55bd8c1216beedfe04cd924002c6f912f8cef490c3373ed8b26de38b", kill_on_drop: false }`
[INFO] [stdout] 93a10bab55bd8c1216beedfe04cd924002c6f912f8cef490c3373ed8b26de38b
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "DOCS_RS=1" "-e" "RUSTC_BOOTSTRAP=1" "-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--document-private-items\"]" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 3cbe3ac26f7759e029f8cdfc217856fb268a6c8dc1249f95b0a587019a910aa2
[INFO] running `Command { std: "docker" "start" "-a" "3cbe3ac26f7759e029f8cdfc217856fb268a6c8dc1249f95b0a587019a910aa2", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.78
[INFO] [stderr]    Compiling thiserror v1.0.56
[INFO] [stdout] error[E0412]: cannot find type `SourceFile` in crate `proc_macro`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.78/src/wrapper.rs:364:26
[INFO] [stdout]     |
[INFO] [stdout] 364 |     Compiler(proc_macro::SourceFile),
[INFO] [stdout]     |                          ^^^^^^^^^^ not found in `proc_macro`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing one of these structs
[INFO] [stdout]     |
[INFO] [stdout]   1 + use crate::SourceFile;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use crate::fallback::SourceFile;
[INFO] [stdout]     |
[INFO] [stdout] help: if you import `SourceFile`, refer to it directly
[INFO] [stdout]     |
[INFO] [stdout] 364 -     Compiler(proc_macro::SourceFile),
[INFO] [stdout] 364 +     Compiler(SourceFile),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `SourceFile` in crate `proc_macro`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.78/src/wrapper.rs:370:32
[INFO] [stdout]     |
[INFO] [stdout] 370 |     fn nightly(sf: proc_macro::SourceFile) -> Self {
[INFO] [stdout]     |                                ^^^^^^^^^^ not found in `proc_macro`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing one of these structs
[INFO] [stdout]     |
[INFO] [stdout]   1 + use crate::SourceFile;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use crate::fallback::SourceFile;
[INFO] [stdout]     |
[INFO] [stdout] help: if you import `SourceFile`, refer to it directly
[INFO] [stdout]     |
[INFO] [stdout] 370 -     fn nightly(sf: proc_macro::SourceFile) -> Self {
[INFO] [stdout] 370 +     fn nightly(sf: SourceFile) -> Self {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `source_file` found for reference `&proc_macro::Span` in the current scope
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.78/src/wrapper.rs:460:56
[INFO] [stdout]     |
[INFO] [stdout] 460 |             Span::Compiler(s) => SourceFile::nightly(s.source_file()),
[INFO] [stdout]     |                                                        ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: there is a method `source` with a similar name
[INFO] [stdout]     |
[INFO] [stdout] 460 -             Span::Compiler(s) => SourceFile::nightly(s.source_file()),
[INFO] [stdout] 460 +             Span::Compiler(s) => SourceFile::nightly(s.source()),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0412, E0599.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0412`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `proc-macro2` (lib) due to 3 previous errors
[INFO] running `Command { std: "docker" "inspect" "3cbe3ac26f7759e029f8cdfc217856fb268a6c8dc1249f95b0a587019a910aa2", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "3cbe3ac26f7759e029f8cdfc217856fb268a6c8dc1249f95b0a587019a910aa2", kill_on_drop: false }`
[INFO] [stdout] 3cbe3ac26f7759e029f8cdfc217856fb268a6c8dc1249f95b0a587019a910aa2
