[INFO] fetching crate modular-bitfield-msb-impl 0.11.2... [INFO] documenting modular-bitfield-msb-impl-0.11.2 against 1.61.0 for beta-1.62-rustdoc-1 [INFO] extracting crate modular-bitfield-msb-impl 0.11.2 into /workspace/builds/worker-4/source [INFO] validating manifest of crates.io crate modular-bitfield-msb-impl 0.11.2 on toolchain 1.61.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.61.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate modular-bitfield-msb-impl 0.11.2 [INFO] finished tweaking crates.io crate modular-bitfield-msb-impl 0.11.2 [INFO] tweaked toml for crates.io crate modular-bitfield-msb-impl 0.11.2 written to /workspace/builds/worker-4/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.61.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.61.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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:d190cb871061d98bc6d0581d85cb2ecb09a0f8a142ba5463de30be9999fc3251" "/opt/rustwide/cargo-home/bin/cargo" "+1.61.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] cd93e8f6a45ac8d10079c87994a4286d5fa59154820776bd828b1816e3131e7d [INFO] running `Command { std: "docker" "start" "-a" "cd93e8f6a45ac8d10079c87994a4286d5fa59154820776bd828b1816e3131e7d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "cd93e8f6a45ac8d10079c87994a4286d5fa59154820776bd828b1816e3131e7d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "cd93e8f6a45ac8d10079c87994a4286d5fa59154820776bd828b1816e3131e7d", kill_on_drop: false }` [INFO] [stdout] cd93e8f6a45ac8d10079c87994a4286d5fa59154820776bd828b1816e3131e7d [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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" "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:d190cb871061d98bc6d0581d85cb2ecb09a0f8a142ba5463de30be9999fc3251" "/opt/rustwide/cargo-home/bin/cargo" "+1.61.0" "doc" "--frozen" "--no-deps" "--document-private-items" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 23f4d08e8c40b30b79e4fd9d7abea001f20caeb0ced32fe5bb0c74275e9b88a9 [INFO] running `Command { std: "docker" "start" "-a" "23f4d08e8c40b30b79e4fd9d7abea001f20caeb0ced32fe5bb0c74275e9b88a9", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.39 [INFO] [stderr] Checking unicode-ident v1.0.0 [INFO] [stderr] Compiling syn v1.0.95 [INFO] [stderr] Checking quote v1.0.18 [INFO] [stderr] Documenting modular-bitfield-msb-impl v0.11.2 (/opt/rustwide/workdir) [INFO] [stdout] warning: unresolved link to `bitfield` [INFO] [stdout] --> src/bitfield/config.rs:192:33 [INFO] [stdout] | [INFO] [stdout] 192 | /// Sets the `bytes: int` #[bitfield] parameter to the given value. [INFO] [stdout] | ^^^^^^^^ no item named `bitfield` in scope [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `bitfield` [INFO] [stdout] --> src/bitfield/config.rs:207:32 [INFO] [stdout] | [INFO] [stdout] 207 | /// Sets the `bits: int` #[bitfield] parameter to the given value. [INFO] [stdout] | ^^^^^^^^ no item named `bitfield` 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 `bitfield` [INFO] [stdout] --> src/bitfield/config.rs:222:35 [INFO] [stdout] | [INFO] [stdout] 222 | /// Sets the `filled: bool` #[bitfield] parameter to the given value. [INFO] [stdout] | ^^^^^^^^ no item named `bitfield` 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 `bitfield` [INFO] [stdout] --> src/bitfield/config.rs:237:57 [INFO] [stdout] | [INFO] [stdout] 237 | /// Registers the `#[repr(uN)]` attribute for the #[bitfield] macro. [INFO] [stdout] | ^^^^^^^^ no item named `bitfield` 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 `bitfield` [INFO] [stdout] --> src/bitfield/config.rs:252:62 [INFO] [stdout] | [INFO] [stdout] 252 | /// Registers the `#[derive(Debug)]` attribute for the #[bitfield] macro. [INFO] [stdout] | ^^^^^^^^ no item named `bitfield` 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 `bitfield` [INFO] [stdout] --> src/bitfield/config.rs:271:74 [INFO] [stdout] | [INFO] [stdout] 271 | /// Registers the `#[derive(BitfieldSpecifier)]` attribute for the #[bitfield] macro. [INFO] [stdout] | ^^^^^^^^ no item named `bitfield` 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 `bitfield` [INFO] [stdout] --> src/bitfield/config.rs:290:54 [INFO] [stdout] | [INFO] [stdout] 290 | /// Pushes another retained attribute that the #[bitfield] macro is going to re-expand and ignore. [INFO] [stdout] | ^^^^^^^^ no item named `bitfield` 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 `bitfield` [INFO] [stdout] --> src/bitfield/expand.rs:357:64 [INFO] [stdout] | [INFO] [stdout] 357 | /// Generates `From` impls for a `#[repr(uN)]` annotated #[bitfield] struct. [INFO] [stdout] | ^^^^^^^^ no item named `bitfield` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 8 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 6.04s [INFO] running `Command { std: "docker" "inspect" "23f4d08e8c40b30b79e4fd9d7abea001f20caeb0ced32fe5bb0c74275e9b88a9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "23f4d08e8c40b30b79e4fd9d7abea001f20caeb0ced32fe5bb0c74275e9b88a9", kill_on_drop: false }` [INFO] [stdout] 23f4d08e8c40b30b79e4fd9d7abea001f20caeb0ced32fe5bb0c74275e9b88a9 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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" "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:d190cb871061d98bc6d0581d85cb2ecb09a0f8a142ba5463de30be9999fc3251" "/opt/rustwide/cargo-home/bin/cargo" "+1.61.0" "rustdoc" "--lib" "-Zrustdoc-map" "--frozen" "--message-format=json" "--" "-Z" "unstable-options" "--document-private-items", kill_on_drop: false }` [INFO] [stdout] c66b7dc7c628f1e6515a32aafd83bd35d65cb8a66e37a053da6b5852146ea849 [INFO] running `Command { std: "docker" "start" "-a" "c66b7dc7c628f1e6515a32aafd83bd35d65cb8a66e37a053da6b5852146ea849", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.39 [INFO] [stderr] Checking unicode-ident v1.0.0 [INFO] [stderr] Compiling syn v1.0.95 [INFO] [stderr] Checking quote v1.0.18 [INFO] [stderr] Documenting modular-bitfield-msb-impl v0.11.2 (/opt/rustwide/workdir) [INFO] [stdout] warning: unresolved link to `bitfield` [INFO] [stdout] --> src/bitfield/config.rs:192:33 [INFO] [stdout] | [INFO] [stdout] 192 | /// Sets the `bytes: int` #[bitfield] parameter to the given value. [INFO] [stdout] | ^^^^^^^^ no item named `bitfield` in scope [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `bitfield` [INFO] [stdout] --> src/bitfield/config.rs:207:32 [INFO] [stdout] | [INFO] [stdout] 207 | /// Sets the `bits: int` #[bitfield] parameter to the given value. [INFO] [stdout] | ^^^^^^^^ no item named `bitfield` 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 `bitfield` [INFO] [stdout] --> src/bitfield/config.rs:222:35 [INFO] [stdout] | [INFO] [stdout] 222 | /// Sets the `filled: bool` #[bitfield] parameter to the given value. [INFO] [stdout] | ^^^^^^^^ no item named `bitfield` 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 `bitfield` [INFO] [stdout] --> src/bitfield/config.rs:237:57 [INFO] [stdout] | [INFO] [stdout] 237 | /// Registers the `#[repr(uN)]` attribute for the #[bitfield] macro. [INFO] [stdout] | ^^^^^^^^ no item named `bitfield` 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 `bitfield` [INFO] [stdout] --> src/bitfield/config.rs:252:62 [INFO] [stdout] | [INFO] [stdout] 252 | /// Registers the `#[derive(Debug)]` attribute for the #[bitfield] macro. [INFO] [stdout] | ^^^^^^^^ no item named `bitfield` 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 `bitfield` [INFO] [stdout] --> src/bitfield/config.rs:271:74 [INFO] [stdout] | [INFO] [stdout] 271 | /// Registers the `#[derive(BitfieldSpecifier)]` attribute for the #[bitfield] macro. [INFO] [stdout] | ^^^^^^^^ no item named `bitfield` 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 `bitfield` [INFO] [stdout] --> src/bitfield/config.rs:290:54 [INFO] [stdout] | [INFO] [stdout] 290 | /// Pushes another retained attribute that the #[bitfield] macro is going to re-expand and ignore. [INFO] [stdout] | ^^^^^^^^ no item named `bitfield` 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 `bitfield` [INFO] [stdout] --> src/bitfield/expand.rs:357:64 [INFO] [stdout] | [INFO] [stdout] 357 | /// Generates `From` impls for a `#[repr(uN)]` annotated #[bitfield] struct. [INFO] [stdout] | ^^^^^^^^ no item named `bitfield` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 8 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 4.42s [INFO] running `Command { std: "docker" "inspect" "c66b7dc7c628f1e6515a32aafd83bd35d65cb8a66e37a053da6b5852146ea849", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c66b7dc7c628f1e6515a32aafd83bd35d65cb8a66e37a053da6b5852146ea849", kill_on_drop: false }` [INFO] [stdout] c66b7dc7c628f1e6515a32aafd83bd35d65cb8a66e37a053da6b5852146ea849