[INFO] cloning repository https://github.com/bitapeslabs/b8
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/bitapeslabs/b8" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbitapeslabs%2Fb8", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbitapeslabs%2Fb8'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] e2c5978b52781313657a1d24579fdb0e567a9085
[INFO] documenting bitapeslabs/b8 against da3f5c31e5535b3dc210067de660a45784ae1e9c for pr-162169
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbitapeslabs%2Fb8" "/workspace/builds/worker-7-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/bitapeslabs/b8
[INFO] finished tweaking git repo https://github.com/bitapeslabs/b8
[INFO] tweaked toml for git repo https://github.com/bitapeslabs/b8 written to /workspace/builds/worker-7-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/bitapeslabs/b8 on toolchain da3f5c31e5535b3dc210067de660a45784ae1e9c
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+da3f5c31e5535b3dc210067de660a45784ae1e9c" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/bitapeslabs/b8 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" "+da3f5c31e5535b3dc210067de660a45784ae1e9c" "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/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,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" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:8683fc1fc2eb5c9ac98e0d076ab094b2ffac7f99da555d2b6a2e27f346de2ec7" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] de49f02afafa26ed1c8c4823d0e0fa4dd7ce4f4bceb7f65766d3025f303c2e55
[INFO] running `Command { std: "docker" "start" "de49f02afafa26ed1c8c4823d0e0fa4dd7ce4f4bceb7f65766d3025f303c2e55", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "de49f02afafa26ed1c8c4823d0e0fa4dd7ce4f4bceb7f65766d3025f303c2e55", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "de49f02afafa26ed1c8c4823d0e0fa4dd7ce4f4bceb7f65766d3025f303c2e55" "/opt/rustwide/cargo-home/bin/cargo" "+da3f5c31e5535b3dc210067de660a45784ae1e9c" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "de49f02afafa26ed1c8c4823d0e0fa4dd7ce4f4bceb7f65766d3025f303c2e55", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-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" "-w" "/opt/rustwide/workdir" "--user" "0:0" "de49f02afafa26ed1c8c4823d0e0fa4dd7ce4f4bceb7f65766d3025f303c2e55" "/opt/rustwide/cargo-home/bin/cargo" "+da3f5c31e5535b3dc210067de660a45784ae1e9c" "doc" "--frozen" "--no-deps" "--document-private-items" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]    Compiling either v1.16.0
[INFO] [stderr]    Compiling zerovec-derive v0.11.3
[INFO] [stderr]    Compiling rustix v1.1.4
[INFO] [stderr]    Compiling displaydoc v0.2.6
[INFO] [stderr]    Compiling bytes v1.11.1
[INFO] [stderr]    Compiling regex-syntax v0.8.11
[INFO] [stderr]    Compiling libc v0.2.186
[INFO] [stderr]    Compiling getrandom v0.3.4
[INFO] [stderr]    Compiling fastrand v2.4.1
[INFO] [stderr]    Compiling prettyplease v0.2.37
[INFO] [stderr]    Compiling petgraph v0.6.5
[INFO] [stderr]    Compiling log v0.4.30
[INFO] [stderr]    Compiling bitcoin-io v0.1.100
[INFO] [stderr]    Compiling multimap v0.10.1
[INFO] [stderr]     Checking rand_core v0.6.4
[INFO] [stderr]     Checking hex-conservative v0.2.2
[INFO] [stderr]    Compiling secp256k1-sys v0.10.1
[INFO] [stderr]    Compiling ring v0.17.14
[INFO] [stderr]     Checking mio v1.2.1
[INFO] [stderr]     Checking socket2 v0.6.4
[INFO] [stderr]     Checking futures-sink v0.3.32
[INFO] [stderr]    Compiling itertools v0.12.1
[INFO] [stderr]    Compiling darling_core v0.23.0
[INFO] [stderr]     Checking bitcoin_hashes v0.14.100
[INFO] [stderr]     Checking http v1.4.1
[INFO] [stderr]     Checking tokio v1.52.3
[INFO] [stderr]    Compiling hex_lit v0.1.1
[INFO] [stderr]     Checking rand v0.8.7
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling zerofrom-derive v0.1.7
[INFO] [stderr]    Compiling yoke-derive v0.8.2
[INFO] [stderr]    Compiling bitcoin v0.32.100
[INFO] [stderr]     Checking base58ck v0.1.100
[INFO] [stderr]     Checking http-body v1.0.1
[INFO] [stderr]     Checking futures-util v0.3.32
[INFO] [stderr]    Compiling regex-automata v0.4.15
[INFO] [stderr]     Checking bitcoin-units v0.1.100
[INFO] [stderr]     Checking bech32 v0.11.1
[INFO] [stderr]    Compiling derive_more-impl v1.0.0
[INFO] [stderr]     Checking futures-channel v0.3.32
[INFO] [stderr]    Compiling proc-macro-error v1.0.4
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling nix v0.31.3
[INFO] [stderr]    Compiling libsqlite3-sys v0.28.0
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling tempfile v3.27.0
[INFO] [stderr]     Checking zerofrom v0.1.8
[INFO] [stderr]     Checking ahash v0.8.12
[INFO] [stderr]     Checking crypto-common v0.1.7
[INFO] [stderr]    Compiling prost-derive v0.12.6
[INFO] [stderr]    Compiling serde_json v1.0.150
[INFO] [stderr]    Compiling rustix v0.38.44
[INFO] [stderr]     Checking digest v0.10.7
[INFO] [stderr]     Checking hashbrown v0.14.5
[INFO] [stderr]     Checking yoke v0.8.2
[INFO] [stderr]     Checking password-hash v0.5.0
[INFO] [stderr]    Compiling rustls v0.23.40
[INFO] [stderr]     Checking zerovec v0.11.6
[INFO] [stderr]     Checking zerotrie v0.2.4
[INFO] [stderr]     Checking hashlink v0.9.1
[INFO] [stderr]     Checking thiserror v1.0.69
[INFO] [stderr]    Compiling maud_macros v0.26.0
[INFO] [stderr]    Compiling darling_macro v0.23.0
[INFO] [stderr]     Checking blake2 v0.10.6
[INFO] [stderr]     Checking http-body-util v0.1.3
[INFO] [stderr]     Checking derive_more v1.0.0
[INFO] [stderr]    Compiling clap_derive v4.6.1
[INFO] [stderr]     Checking secp256k1 v0.29.1
[INFO] [stderr]    Compiling regex v1.13.0
[INFO] [stderr]    Compiling darling v0.23.0
[INFO] [stderr]     Checking chunked_transfer v1.5.0
[INFO] [stderr]    Compiling serde_with_macros v3.21.0
[INFO] [stderr]     Checking home v0.5.12
[INFO] [stderr]     Checking tinystr v0.8.3
[INFO] [stderr]     Checking potential_utf v0.1.5
[INFO] [stderr]     Checking icu_collections v2.2.0
[INFO] [stderr]     Checking icu_locale_core v2.2.0
[INFO] [stderr]     Checking ascii v1.1.0
[INFO] [stderr]     Checking chrono v0.4.45
[INFO] [stderr]     Checking rustls-webpki v0.103.13
[INFO] [stderr]     Checking argon2 v0.5.3
[INFO] [stderr]     Checking ctrlc v3.5.2
[INFO] [stderr]     Checking which v6.0.3
[INFO] [stderr]     Checking maud v0.26.0
[INFO] [stderr]     Checking sha1_smol v1.0.1
[INFO] [stderr]     Checking tiny_http v0.12.0
[INFO] [stderr]    Compiling prost v0.12.6
[INFO] [stderr]     Checking serde v1.0.228
[INFO] [stderr]     Checking serde_with v3.21.0
[INFO] [stderr]     Checking icu_provider v2.2.0
[INFO] [stderr]    Compiling prost-types v0.12.6
[INFO] [stderr]     Checking clap v4.6.1
[INFO] [stderr]     Checking hyper v1.10.1
[INFO] [stderr]     Checking icu_normalizer v2.2.0
[INFO] [stderr]     Checking icu_properties v2.2.0
[INFO] [stderr]     Checking tower v0.5.3
[INFO] [stderr]     Checking serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling prost-build v0.12.6
[INFO] [stderr]     Checking hyper-util v0.1.20
[INFO] [stderr]     Checking idna_adapter v1.2.2
[INFO] [stderr]     Checking idna v1.1.0
[INFO] [stderr]     Checking url v2.5.8
[INFO] [stderr]    Compiling metashrew-support v10.0.0-alpha.1 (https://github.com/kungfuflex/metashrew?branch=develop#eca790ca)
[INFO] [stderr]    Compiling protorune-support v10.0.0 (https://github.com/kungfuflex/alkanes-rs?rev=669e7c01dc7793dd381f908bfee9cd234af87473#669e7c01)
[INFO] [stderr]    Compiling alkanes-support v10.0.0 (https://github.com/kungfuflex/alkanes-rs?rev=669e7c01dc7793dd381f908bfee9cd234af87473#669e7c01)
[INFO] [stderr]     Checking tower-http v0.6.11
[INFO] [stderr]     Checking ordinals v10.0.0 (https://github.com/kungfuflex/alkanes-rs?rev=669e7c01dc7793dd381f908bfee9cd234af87473#669e7c01)
[INFO] [stderr]     Checking tokio-rustls v0.26.4
[INFO] [stderr]     Checking hyper-rustls v0.27.9
[INFO] [stderr]     Checking reqwest v0.12.28
[INFO] [stderr]     Checking rusqlite v0.31.0
[INFO] [stderr]  Documenting b8 v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unresolved link to `i`
[INFO] [stdout]    --> src/signer.rs:366:34
[INFO] [stdout]     |
[INFO] [stdout] 366 | /// matching key in `keys` (keys[i] signs input i). No aux rand (the `rand`
[INFO] [stdout]     |                                  ^ no item named `i` 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: this URL is not a hyperlink
[INFO] [stdout]  --> src/web/components/icons.rs:4:6
[INFO] [stdout]   |
[INFO] [stdout] 4 | //! (https://github.com/phosphor-icons/core, MIT licensed). The SVG source is
[INFO] [stdout]   |      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout]   = note: `#[warn(rustdoc::bare_urls)]` on by default
[INFO] [stdout] help: use an automatic link instead
[INFO] [stdout]   |
[INFO] [stdout] 4 | //! (<https://github.com/phosphor-icons/core>, MIT licensed). The SVG source is
[INFO] [stdout]   |      +                                      +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 26.05s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: nix v0.31.3
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 8`
[INFO] [stderr]    Generated /opt/rustwide/target/doc/b8/index.html
[INFO] running `Command { std: "docker" "inspect" "de49f02afafa26ed1c8c4823d0e0fa4dd7ce4f4bceb7f65766d3025f303c2e55", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "de49f02afafa26ed1c8c4823d0e0fa4dd7ce4f4bceb7f65766d3025f303c2e55", kill_on_drop: false }`
[INFO] [stdout] de49f02afafa26ed1c8c4823d0e0fa4dd7ce4f4bceb7f65766d3025f303c2e55
