[INFO] cloning repository https://github.com/pauldelucia/grovestark
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/pauldelucia/grovestark" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpauldelucia%2Fgrovestark", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpauldelucia%2Fgrovestark'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 037d77d815a95c658f652c734ff29e59cf24ab68
[INFO] documenting pauldelucia/grovestark against 1.97.0-beta.6 for beta-rustdoc-1.98-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpauldelucia%2Fgrovestark" "/workspace/builds/worker-3-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc1/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-3-tc1/source/.cargo/config.toml
[INFO] started tweaking git repo https://github.com/pauldelucia/grovestark
[INFO] finished tweaking git repo https://github.com/pauldelucia/grovestark
[INFO] tweaked toml for git repo https://github.com/pauldelucia/grovestark written to /workspace/builds/worker-3-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/pauldelucia/grovestark on toolchain 1.97.0-beta.6
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.97.0-beta.6" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/pauldelucia/grovestark 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" "+1.97.0-beta.6" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded winter-utils v0.13.1
[INFO] [stderr]   Downloaded winterfell v0.13.1
[INFO] [stderr]   Downloaded winter-verifier v0.13.1
[INFO] [stderr]   Downloaded winter-fri v0.13.1
[INFO] [stderr]   Downloaded reqwest v0.12.24
[INFO] [stderr]   Downloaded winter-maybe-async v0.13.1
[INFO] [stderr]   Downloaded winter-air v0.13.1
[INFO] [stderr]   Downloaded winter-prover v0.13.1
[INFO] [stderr]   Downloaded winter-math v0.13.1
[INFO] [stderr]   Downloaded is-terminal v0.4.16
[INFO] [stderr]   Downloaded winter-crypto v0.13.1
[INFO] [stderr]   Downloaded hyper-util v0.1.17
[INFO] [stderr]   Downloaded rustls-webpki v0.103.7
[INFO] [stderr]   Downloaded hyper v1.7.0
[INFO] [stderr]   Downloaded tracing-subscriber v0.3.20
[INFO] [stderr]   Downloaded rustls v0.23.32
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/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:3d5ced03c013a94a2f102a4510f48a6e9184255caf5fd8244f58017bde7f5210" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] fa77643b4fea6345152c9aa91642547f779e2932c81ed0764a20f8a499ed82ab
[INFO] running `Command { std: "docker" "start" "fa77643b4fea6345152c9aa91642547f779e2932c81ed0764a20f8a499ed82ab", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "fa77643b4fea6345152c9aa91642547f779e2932c81ed0764a20f8a499ed82ab", 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" "fa77643b4fea6345152c9aa91642547f779e2932c81ed0764a20f8a499ed82ab" "/opt/rustwide/cargo-home/bin/cargo" "+1.97.0-beta.6" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "fa77643b4fea6345152c9aa91642547f779e2932c81ed0764a20f8a499ed82ab", 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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "fa77643b4fea6345152c9aa91642547f779e2932c81ed0764a20f8a499ed82ab" "/opt/rustwide/cargo-home/bin/cargo" "+1.97.0-beta.6" "doc" "--frozen" "--no-deps" "--document-private-items" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.101
[INFO] [stderr]    Compiling unicode-ident v1.0.19
[INFO] [stderr]    Compiling quote v1.0.41
[INFO] [stderr]    Compiling libc v0.2.177
[INFO] [stderr]    Compiling find-msvc-tools v0.1.4
[INFO] [stderr]    Compiling stable_deref_trait v1.2.1
[INFO] [stderr]    Compiling bytes v1.10.1
[INFO] [stderr]     Checking either v1.15.0
[INFO] [stderr]    Compiling generic-array v0.14.9
[INFO] [stderr]    Compiling futures-sink v0.3.31
[INFO] [stderr]    Compiling smallvec v1.15.1
[INFO] [stderr]    Compiling slab v0.4.11
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling percent-encoding v2.3.2
[INFO] [stderr]    Compiling futures-io v0.3.31
[INFO] [stderr]     Checking constant_time_eq v0.3.1
[INFO] [stderr]    Compiling bitflags v2.9.4
[INFO] [stderr]    Compiling hashbrown v0.16.0
[INFO] [stderr]     Checking arrayref v0.3.9
[INFO] [stderr]    Compiling cc v1.2.41
[INFO] [stderr]    Compiling memchr v2.7.6
[INFO] [stderr]    Compiling httparse v1.10.1
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling tracing v0.1.41
[INFO] [stderr]    Compiling tower-service v0.3.3
[INFO] [stderr]     Checking rayon v1.11.0
[INFO] [stderr]    Compiling atomic-waker v1.1.2
[INFO] [stderr]    Compiling try-lock v0.2.5
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling want v0.3.1
[INFO] [stderr]    Compiling futures-channel v0.3.31
[INFO] [stderr]    Compiling thiserror v2.0.17
[INFO] [stderr]    Compiling log v0.4.28
[INFO] [stderr]     Checking aho-corasick v1.1.3
[INFO] [stderr]    Compiling form_urlencoded v1.2.2
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling sync_wrapper v1.0.2
[INFO] [stderr]    Compiling tower-layer v0.3.3
[INFO] [stderr]    Compiling http v1.3.1
[INFO] [stderr]    Compiling ipnet v2.11.0
[INFO] [stderr]    Compiling base64 v0.22.1
[INFO] [stderr]    Compiling indexmap v2.11.4
[INFO] [stderr]    Compiling futures-util v0.3.31
[INFO] [stderr]    Compiling syn v2.0.106
[INFO] [stderr]     Checking block-buffer v0.10.4
[INFO] [stderr]     Checking crypto-common v0.1.6
[INFO] [stderr]     Checking digest v0.10.7
[INFO] [stderr]     Checking regex-syntax v0.8.8
[INFO] [stderr]     Checking tracing-core v0.1.34
[INFO] [stderr]     Checking sha3 v0.10.8
[INFO] [stderr]    Compiling mio v1.0.4
[INFO] [stderr]    Compiling socket2 v0.6.1
[INFO] [stderr]    Compiling iri-string v0.7.8
[INFO] [stderr]     Checking getrandom v0.2.16
[INFO] [stderr]    Compiling semver v1.0.27
[INFO] [stderr]     Checking rand_core v0.6.4
[INFO] [stderr]    Compiling zeroize v1.8.2
[INFO] [stderr]    Compiling virtue v0.0.18
[INFO] [stderr]    Compiling http-body v1.0.1
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stderr]    Compiling rustc_version v0.4.1
[INFO] [stderr]    Compiling tokio v1.48.0
[INFO] [stderr]    Compiling http-body-util v0.1.3
[INFO] [stderr]    Compiling rustls-pki-types v1.12.0
[INFO] [stderr]    Compiling openssl-sys v0.9.109
[INFO] [stderr]    Compiling blake3 v1.8.2
[INFO] [stderr]    Compiling encoding_rs v0.8.35
[INFO] [stderr]     Checking integer-encoding v4.1.0
[INFO] [stderr]    Compiling bincode_derive v2.0.1
[INFO] [stderr]     Checking regex-automata v0.4.13
[INFO] [stderr]    Compiling mime v0.3.17
[INFO] [stderr]    Compiling openssl v0.10.73
[INFO] [stderr]    Compiling native-tls v0.2.14
[INFO] [stderr]     Checking unty v0.0.4
[INFO] [stderr]     Checking versioned-feature-core v1.0.0
[INFO] [stderr]    Compiling sha2 v0.10.9
[INFO] [stderr]    Compiling curve25519-dalek v4.1.3
[INFO] [stderr]    Compiling num-integer v0.1.46
[INFO] [stderr]     Checking rand v0.8.5
[INFO] [stderr]     Checking winter-utils v0.13.1
[INFO] [stderr]     Checking bincode v2.0.1
[INFO] [stderr]     Checking grovedb-path v4.0.0 (https://github.com/dashpay/grovedb?rev=33dfd48a1718160cb333fa95424be491785f1897#33dfd48a)
[INFO] [stderr]     Checking itertools v0.14.0
[INFO] [stderr]     Checking winter-math v0.13.1
[INFO] [stderr]     Checking intmap v3.1.3
[INFO] [stderr]    Compiling hex-literal v1.1.0
[INFO] [stderr]    Compiling num-bigint v0.4.6
[INFO] [stderr]     Checking subtle v2.6.1
[INFO] [stderr]     Checking signature v2.2.0
[INFO] [stderr]     Checking anstyle-query v1.1.4
[INFO] [stderr]     Checking is_terminal_polyfill v1.70.1
[INFO] [stderr]     Checking anstream v0.6.21
[INFO] [stderr]     Checking sharded-slab v0.1.7
[INFO] [stderr]     Checking winter-crypto v0.13.1
[INFO] [stderr]     Checking ark-std v0.4.0
[INFO] [stderr]     Checking tracing-log v0.2.0
[INFO] [stderr]     Checking itertools v0.10.5
[INFO] [stderr]     Checking thread_local v1.1.9
[INFO] [stderr]     Checking jiff v0.2.15
[INFO] [stderr]     Checking serde_json v1.0.145
[INFO] [stderr]     Checking num_cpus v1.17.0
[INFO] [stderr]     Checking bs58 v0.5.1
[INFO] [stderr]     Checking ark-serialize v0.4.2
[INFO] [stderr]     Checking winter-fri v0.13.1
[INFO] [stderr]     Checking grovedb-visualize v4.0.0 (https://github.com/dashpay/grovedb?rev=33dfd48a1718160cb333fa95424be491785f1897#33dfd48a)
[INFO] [stderr]     Checking winter-air v0.13.1
[INFO] [stderr]     Checking regex v1.12.2
[INFO] [stderr]     Checking matchers v0.2.0
[INFO] [stderr]     Checking winter-verifier v0.13.1
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]     Checking env_filter v0.1.4
[INFO] [stderr]    Compiling ed-derive v0.2.3
[INFO] [stderr]    Compiling ark-ff-asm v0.4.2
[INFO] [stderr]    Compiling ark-ff-macros v0.4.2
[INFO] [stderr]    Compiling derivative v2.2.0
[INFO] [stderr]    Compiling tokio-util v0.7.16
[INFO] [stderr]    Compiling tower v0.5.2
[INFO] [stderr]    Compiling zerofrom-derive v0.1.6
[INFO] [stderr]    Compiling yoke-derive v0.8.0
[INFO] [stderr]    Compiling zerovec-derive v0.11.1
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling openssl-macros v0.1.1
[INFO] [stderr]    Compiling thiserror-impl v2.0.17
[INFO] [stderr]    Compiling zeroize_derive v1.4.2
[INFO] [stderr]    Compiling tracing-attributes v0.1.30
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling curve25519-dalek-derive v0.1.1
[INFO] [stderr]    Compiling winter-maybe-async v0.13.1
[INFO] [stderr]    Compiling tower-http v0.6.6
[INFO] [stderr]    Compiling tokio-macros v2.6.0
[INFO] [stderr]    Compiling h2 v0.4.12
[INFO] [stderr]     Checking merlin v3.0.0
[INFO] [stderr]     Checking ark-ff v0.4.2
[INFO] [stderr]    Compiling zerofrom v0.1.6
[INFO] [stderr]    Compiling yoke v0.8.0
[INFO] [stderr]     Checking thiserror v1.0.69
[INFO] [stderr]     Checking ed v0.2.2
[INFO] [stderr]    Compiling zerovec v0.11.4
[INFO] [stderr]    Compiling zerotrie v0.2.2
[INFO] [stderr]     Checking winter-prover v0.13.1
[INFO] [stderr]     Checking tracing-subscriber v0.3.20
[INFO] [stderr]     Checking grovedb-version v4.0.0 (https://github.com/dashpay/grovedb?rev=33dfd48a1718160cb333fa95424be491785f1897#33dfd48a)
[INFO] [stderr]     Checking grovedb-costs v4.0.0 (https://github.com/dashpay/grovedb?rev=33dfd48a1718160cb333fa95424be491785f1897#33dfd48a)
[INFO] [stderr]     Checking grovedb-element v4.0.0 (https://github.com/dashpay/grovedb?rev=33dfd48a1718160cb333fa95424be491785f1897#33dfd48a)
[INFO] [stderr]     Checking grovedb-merk v4.0.0 (https://github.com/dashpay/grovedb?rev=33dfd48a1718160cb333fa95424be491785f1897#33dfd48a)
[INFO] [stderr]     Checking winterfell v0.13.1
[INFO] [stderr]     Checking env_logger v0.11.8
[INFO] [stderr]    Compiling tinystr v0.8.1
[INFO] [stderr]    Compiling potential_utf v0.1.3
[INFO] [stderr]    Compiling icu_collections v2.0.0
[INFO] [stderr]    Compiling icu_locale_core v2.0.0
[INFO] [stderr]     Checking ed25519 v2.2.3
[INFO] [stderr]     Checking bincode v1.3.3
[INFO] [stderr]    Compiling serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling icu_provider v2.0.0
[INFO] [stderr]     Checking ed25519-dalek v2.2.0
[INFO] [stderr]    Compiling hyper v1.7.0
[INFO] [stderr]    Compiling icu_normalizer v2.0.0
[INFO] [stderr]    Compiling icu_properties v2.0.1
[INFO] [stderr]    Compiling tokio-native-tls v0.3.1
[INFO] [stderr]    Compiling hyper-util v0.1.17
[INFO] [stderr]    Compiling idna_adapter v1.2.1
[INFO] [stderr]    Compiling idna v1.1.0
[INFO] [stderr]    Compiling url v2.5.7
[INFO] [stderr]    Compiling hyper-tls v0.6.0
[INFO] [stderr]    Compiling reqwest v0.12.24
[INFO] [stderr]    Compiling grovedb v4.0.0 (https://github.com/dashpay/grovedb?rev=33dfd48a1718160cb333fa95424be491785f1897#33dfd48a)
[INFO] [stderr]  Documenting grovestark v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unresolved link to `0`
[INFO] [stdout]   --> src/crypto/scalar_mult.rs:12:15
[INFO] [stdout]    |
[INFO] [stdout] 12 | /// Contains [0]B, [1]B, [2]B, ..., [15]B for 4-bit windows
[INFO] [stdout]    |               ^ no item named `0` 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 `1`
[INFO] [stdout]   --> src/crypto/scalar_mult.rs:12:21
[INFO] [stdout]    |
[INFO] [stdout] 12 | /// Contains [0]B, [1]B, [2]B, ..., [15]B for 4-bit windows
[INFO] [stdout]    |                     ^ no item named `1` 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 `2`
[INFO] [stdout]   --> src/crypto/scalar_mult.rs:12:27
[INFO] [stdout]    |
[INFO] [stdout] 12 | /// Contains [0]B, [1]B, [2]B, ..., [15]B for 4-bit windows
[INFO] [stdout]    |                           ^ no item named `2` 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 `15`
[INFO] [stdout]   --> src/crypto/scalar_mult.rs:12:38
[INFO] [stdout]    |
[INFO] [stdout] 12 | /// Contains [0]B, [1]B, [2]B, ..., [15]B for 4-bit windows
[INFO] [stdout]    |                                      ^^ no item named `15` 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 `s`
[INFO] [stdout]    --> src/crypto/scalar_mult.rs:126:39
[INFO] [stdout]     |
[INFO] [stdout] 126 | /// Fixed-base scalar multiplication [s]B using precomputed tables
[INFO] [stdout]     |                                       ^ no item named `s` 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 `s`
[INFO] [stdout]    --> src/crypto/scalar_mult.rs:140:42
[INFO] [stdout]     |
[INFO] [stdout] 140 | /// Variable-base scalar multiplication [s]A using on-the-fly table
[INFO] [stdout]     |                                          ^ no item named `s` 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 `8`
[INFO] [stdout]   --> src/phases/eddsa/constraints.rs:10:38
[INFO] [stdout]    |
[INFO] [stdout] 10 | /// 5. Final verification equation: [8]([s]B - R - [h]A) = O
[INFO] [stdout]    |                                      ^ no item named `8` 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 `s`
[INFO] [stdout]   --> src/phases/eddsa/constraints.rs:10:42
[INFO] [stdout]    |
[INFO] [stdout] 10 | /// 5. Final verification equation: [8]([s]B - R - [h]A) = O
[INFO] [stdout]    |                                          ^ no item named `s` 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 `h`
[INFO] [stdout]   --> src/phases/eddsa/constraints.rs:10:53
[INFO] [stdout]    |
[INFO] [stdout] 10 | /// 5. Final verification equation: [8]([s]B - R - [h]A) = O
[INFO] [stdout]    |                                                     ^ no item named `h` in scope
[INFO] [stdout]    |
[INFO] [stdout]    = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 13s
[INFO] [stderr]    Generated /opt/rustwide/target/doc/grovestark/index.html
[INFO] running `Command { std: "docker" "inspect" "fa77643b4fea6345152c9aa91642547f779e2932c81ed0764a20f8a499ed82ab", 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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "RUSTC_BOOTSTRAP=1" "-e" "DOCS_RS=1" "-w" "/opt/rustwide/workdir" "--user" "0:0" "fa77643b4fea6345152c9aa91642547f779e2932c81ed0764a20f8a499ed82ab" "/opt/rustwide/cargo-home/bin/cargo" "+1.97.0-beta.6" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--document-private-items\"]" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.101
[INFO] [stderr]    Compiling thiserror v2.0.17
[INFO] [stderr]    Compiling thiserror v1.0.69
[INFO] [stderr]    Compiling quote v1.0.41
[INFO] [stderr]    Compiling syn v2.0.106
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling ed-derive v0.2.3
[INFO] [stderr]    Compiling ark-ff-asm v0.4.2
[INFO] [stderr]    Compiling derivative v2.2.0
[INFO] [stderr]    Compiling ark-ff-macros v0.4.2
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]    Compiling zerofrom-derive v0.1.6
[INFO] [stderr]    Compiling yoke-derive v0.8.0
[INFO] [stderr]    Compiling zerovec-derive v0.11.1
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling openssl-macros v0.1.1
[INFO] [stderr]    Compiling thiserror-impl v2.0.17
[INFO] [stderr]    Compiling zeroize_derive v1.4.2
[INFO] [stderr]    Compiling tracing-attributes v0.1.30
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling winter-maybe-async v0.13.1
[INFO] [stderr]    Compiling curve25519-dalek-derive v0.1.1
[INFO] [stderr]    Compiling tokio-macros v2.6.0
[INFO] [stderr]    Compiling openssl v0.10.73
[INFO] [stderr]     Checking zeroize v1.8.2
[INFO] [stderr]     Checking tokio v1.48.0
[INFO] [stderr]     Checking merlin v3.0.0
[INFO] [stderr]     Checking curve25519-dalek v4.1.3
[INFO] [stderr]     Checking ark-ff v0.4.2
[INFO] [stderr]    Compiling zerofrom v0.1.6
[INFO] [stderr]    Compiling yoke v0.8.0
[INFO] [stderr]     Checking tracing v0.1.41
[INFO] [stderr]    Compiling zerotrie v0.2.2
[INFO] [stderr]     Checking winter-prover v0.13.1
[INFO] [stderr]     Checking tracing-subscriber v0.3.20
[INFO] [stderr]    Compiling zerovec v0.11.4
[INFO] [stderr]     Checking grovedb-version v4.0.0 (https://github.com/dashpay/grovedb?rev=33dfd48a1718160cb333fa95424be491785f1897#33dfd48a)
[INFO] [stderr]     Checking grovedb-costs v4.0.0 (https://github.com/dashpay/grovedb?rev=33dfd48a1718160cb333fa95424be491785f1897#33dfd48a)
[INFO] [stderr]     Checking ed v0.2.2
[INFO] [stderr]     Checking grovedb-element v4.0.0 (https://github.com/dashpay/grovedb?rev=33dfd48a1718160cb333fa95424be491785f1897#33dfd48a)
[INFO] [stderr]     Checking grovedb-merk v4.0.0 (https://github.com/dashpay/grovedb?rev=33dfd48a1718160cb333fa95424be491785f1897#33dfd48a)
[INFO] [stderr]     Checking winterfell v0.13.1
[INFO] [stderr]    Compiling tinystr v0.8.1
[INFO] [stderr]    Compiling potential_utf v0.1.3
[INFO] [stderr]    Compiling icu_locale_core v2.0.0
[INFO] [stderr]    Compiling icu_collections v2.0.0
[INFO] [stderr]    Compiling icu_provider v2.0.0
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling icu_normalizer v2.0.0
[INFO] [stderr]    Compiling icu_properties v2.0.1
[INFO] [stderr]     Checking ed25519 v2.2.3
[INFO] [stderr]     Checking bincode v1.3.3
[INFO] [stderr]    Compiling native-tls v0.2.14
[INFO] [stderr]     Checking ed25519-dalek v2.2.0
[INFO] [stderr]    Compiling tokio-native-tls v0.3.1
[INFO] [stderr]    Compiling serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling hyper-tls v0.6.0
[INFO] [stderr]    Compiling idna_adapter v1.2.1
[INFO] [stderr]    Compiling idna v1.1.0
[INFO] [stderr]    Compiling url v2.5.7
[INFO] [stderr]    Compiling reqwest v0.12.24
[INFO] [stderr]    Compiling grovedb v4.0.0 (https://github.com/dashpay/grovedb?rev=33dfd48a1718160cb333fa95424be491785f1897#33dfd48a)
[INFO] [stderr]  Documenting grovestark v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unresolved link to `0`
[INFO] [stdout]   --> src/crypto/scalar_mult.rs:12:15
[INFO] [stdout]    |
[INFO] [stdout] 12 | /// Contains [0]B, [1]B, [2]B, ..., [15]B for 4-bit windows
[INFO] [stdout]    |               ^ no item named `0` 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 `1`
[INFO] [stdout]   --> src/crypto/scalar_mult.rs:12:21
[INFO] [stdout]    |
[INFO] [stdout] 12 | /// Contains [0]B, [1]B, [2]B, ..., [15]B for 4-bit windows
[INFO] [stdout]    |                     ^ no item named `1` 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 `2`
[INFO] [stdout]   --> src/crypto/scalar_mult.rs:12:27
[INFO] [stdout]    |
[INFO] [stdout] 12 | /// Contains [0]B, [1]B, [2]B, ..., [15]B for 4-bit windows
[INFO] [stdout]    |                           ^ no item named `2` 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 `15`
[INFO] [stdout]   --> src/crypto/scalar_mult.rs:12:38
[INFO] [stdout]    |
[INFO] [stdout] 12 | /// Contains [0]B, [1]B, [2]B, ..., [15]B for 4-bit windows
[INFO] [stdout]    |                                      ^^ no item named `15` 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 `s`
[INFO] [stdout]    --> src/crypto/scalar_mult.rs:126:39
[INFO] [stdout]     |
[INFO] [stdout] 126 | /// Fixed-base scalar multiplication [s]B using precomputed tables
[INFO] [stdout]     |                                       ^ no item named `s` 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 `s`
[INFO] [stdout]    --> src/crypto/scalar_mult.rs:140:42
[INFO] [stdout]     |
[INFO] [stdout] 140 | /// Variable-base scalar multiplication [s]A using on-the-fly table
[INFO] [stdout]     |                                          ^ no item named `s` 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 `8`
[INFO] [stdout]   --> src/phases/eddsa/constraints.rs:10:38
[INFO] [stdout]    |
[INFO] [stdout] 10 | /// 5. Final verification equation: [8]([s]B - R - [h]A) = O
[INFO] [stdout]    |                                      ^ no item named `8` 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 `s`
[INFO] [stdout]   --> src/phases/eddsa/constraints.rs:10:42
[INFO] [stdout]    |
[INFO] [stdout] 10 | /// 5. Final verification equation: [8]([s]B - R - [h]A) = O
[INFO] [stdout]    |                                          ^ no item named `s` 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 `h`
[INFO] [stdout]   --> src/phases/eddsa/constraints.rs:10:53
[INFO] [stdout]    |
[INFO] [stdout] 10 | /// 5. Final verification equation: [8]([s]B - R - [h]A) = O
[INFO] [stdout]    |                                                     ^ no item named `h` in scope
[INFO] [stdout]    |
[INFO] [stdout]    = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 36.67s
[INFO] [stderr]    Generated /opt/rustwide/target/doc/grovestark/index.html
[INFO] running `Command { std: "docker" "inspect" "fa77643b4fea6345152c9aa91642547f779e2932c81ed0764a20f8a499ed82ab", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "fa77643b4fea6345152c9aa91642547f779e2932c81ed0764a20f8a499ed82ab", kill_on_drop: false }`
[INFO] [stdout] fa77643b4fea6345152c9aa91642547f779e2932c81ed0764a20f8a499ed82ab
