[INFO] cloning repository https://github.com/snail8501/zk-pow
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/snail8501/zk-pow" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsnail8501%2Fzk-pow", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsnail8501%2Fzk-pow'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 6a27c731cc155af9354a0ba8c1b7ce3b5d8ce1a1
[INFO] documenting snail8501/zk-pow against 824336ad4127ce295849937a24c08a4aeff6ada7 for pr-162169
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsnail8501%2Fzk-pow" "/workspace/builds/worker-2-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc1/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-2-tc1/source/rust-toolchain.toml
[INFO] started tweaking git repo https://github.com/snail8501/zk-pow
[INFO] finished tweaking git repo https://github.com/snail8501/zk-pow
[INFO] tweaked toml for git repo https://github.com/snail8501/zk-pow written to /workspace/builds/worker-2-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/snail8501/zk-pow on toolchain 824336ad4127ce295849937a24c08a4aeff6ada7
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+824336ad4127ce295849937a24c08a4aeff6ada7" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/snail8501/zk-pow 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" "+824336ad4127ce295849937a24c08a4aeff6ada7" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded sorted-vec v0.8.10
[INFO] [stderr]   Downloaded unroll v0.1.5
[INFO] [stderr]   Downloaded keccak-hash v0.8.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:8683fc1fc2eb5c9ac98e0d076ab094b2ffac7f99da555d2b6a2e27f346de2ec7" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] e80d5012ca4e57d1abb6589135257b412343f833f90813f52f9e92068d64ea93
[INFO] running `Command { std: "docker" "start" "e80d5012ca4e57d1abb6589135257b412343f833f90813f52f9e92068d64ea93", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "e80d5012ca4e57d1abb6589135257b412343f833f90813f52f9e92068d64ea93", 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" "e80d5012ca4e57d1abb6589135257b412343f833f90813f52f9e92068d64ea93" "/opt/rustwide/cargo-home/bin/cargo" "+824336ad4127ce295849937a24c08a4aeff6ada7" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "e80d5012ca4e57d1abb6589135257b412343f833f90813f52f9e92068d64ea93", 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" "e80d5012ca4e57d1abb6589135257b412343f833f90813f52f9e92068d64ea93" "/opt/rustwide/cargo-home/bin/cargo" "+824336ad4127ce295849937a24c08a4aeff6ada7" "doc" "--frozen" "--no-deps" "--document-private-items" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]     Checking getrandom v0.2.17
[INFO] [stderr]    Compiling cc v1.2.60
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling libc v0.2.185
[INFO] [stderr]    Compiling crunchy v0.2.4
[INFO] [stderr]    Compiling tiny-keccak v2.0.2
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]     Checking byteorder v1.5.0
[INFO] [stderr]     Checking rand_core v0.6.4
[INFO] [stderr]    Compiling once_cell v1.21.4
[INFO] [stderr]     Checking hex v0.4.3
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stderr]     Checking rayon v1.12.0
[INFO] [stderr]     Checking rand v0.8.6
[INFO] [stderr]     Checking uint v0.9.5
[INFO] [stderr]    Compiling ahash v0.8.12
[INFO] [stderr]     Checking regex-automata v0.4.14
[INFO] [stderr]     Checking num-integer v0.1.46
[INFO] [stderr]     Checking num-iter v0.1.45
[INFO] [stderr]    Compiling proc-macro-error-attr v1.0.4
[INFO] [stderr]     Checking num-bigint v0.4.6
[INFO] [stderr]     Checking num-complex v0.4.6
[INFO] [stderr]    Compiling const-random-macro v0.1.16
[INFO] [stderr]     Checking fixed-hash v0.7.0
[INFO] [stderr]     Checking atty v0.2.14
[INFO] [stderr]    Compiling blake3 v1.8.4
[INFO] [stderr]    Compiling unicode-segmentation v1.13.2
[INFO] [stderr]     Checking const-random v0.1.18
[INFO] [stderr]    Compiling tikv-jemalloc-sys v0.6.1+5.3.0-1-ge13ca993e8ccb9ba9847cc330696e02839f328f7
[INFO] [stderr]    Compiling heck v0.3.3
[INFO] [stderr]     Checking primitive-types v0.10.1
[INFO] [stderr]     Checking itertools v0.11.0
[INFO] [stderr]     Checking plonky2_util v1.0.0 (/opt/rustwide/workdir/deps/plonky2/util)
[INFO] [stderr]     Checking clap v2.34.0
[INFO] [stderr]     Checking num-rational v0.4.2
[INFO] [stderr]     Checking keccak-hash v0.8.0
[INFO] [stderr]     Checking regex v1.12.3
[INFO] [stderr]     Checking num v0.4.3
[INFO] [stderr]    Compiling proc-macro-error v1.0.4
[INFO] [stderr]     Checking fixed-hash v0.8.0
[INFO] [stderr]     Checking env_logger v0.9.3
[INFO] [stderr]     Checking is-terminal v0.4.17
[INFO] [stderr]     Checking sorted-vec v0.8.10
[INFO] [stderr]     Checking plonky2_maybe_rayon v1.0.0 (/opt/rustwide/workdir/deps/plonky2/maybe_rayon)
[INFO] [stderr]     Checking serde_json v1.0.149
[INFO] [stderr]     Checking env_logger v0.10.2
[INFO] [stderr]    Compiling unroll v0.1.5
[INFO] [stderr]    Compiling structopt-derive v0.4.18
[INFO] [stderr]    Compiling darling_core v0.23.0
[INFO] [stderr]     Checking structopt v0.3.26
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling layout-macro v0.1.0 (/opt/rustwide/workdir/src/circuit/layout_macro)
[INFO] [stderr]     Checking thiserror v1.0.69
[INFO] [stderr]    Compiling darling_macro v0.23.0
[INFO] [stderr]    Compiling darling v0.23.0
[INFO] [stderr]    Compiling serde_with_macros v3.18.0
[INFO] [stderr]     Checking serde_with v3.18.0
[INFO] [stderr]     Checking serde v1.0.228
[INFO] [stderr]     Checking plonky2_field v1.0.0 (/opt/rustwide/workdir/deps/plonky2/field)
[INFO] [stderr]     Checking hashbrown v0.14.5
[INFO] [stderr]     Checking bincode v1.3.3
[INFO] [stderr]     Checking impl-serde v0.4.0
[INFO] [stderr]     Checking primitive-types v0.12.2
[INFO] [stderr]     Checking pearl-blake3 v0.1.0 (/opt/rustwide/workdir/deps/pearl-blake3)
[INFO] [stderr]     Checking plonky2 v1.1.0 (/opt/rustwide/workdir/deps/plonky2/plonky2)
[INFO] [stderr]     Checking starky v1.1.0 (/opt/rustwide/workdir/deps/plonky2/starky)
[INFO] [stderr]     Checking tikv-jemallocator v0.6.1
[INFO] [stderr]     Checking zk-pow v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]  Documenting zk-pow v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unresolved link to `0`
[INFO] [stdout]   --> src/api/proof.rs:27:16
[INFO] [stdout]    |
[INFO] [stdout] 27 | /// a * stride[0] + b * stride[1] + c * stride[2] for a < length[0], b < length[1], c < length[2].
[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/api/proof.rs:27:32
[INFO] [stdout]    |
[INFO] [stdout] 27 | /// a * stride[0] + b * stride[1] + c * stride[2] for a < length[0], b < length[1], c < length[2].
[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/api/proof.rs:27:48
[INFO] [stdout]    |
[INFO] [stdout] 27 | /// a * stride[0] + b * stride[1] + c * stride[2] for a < length[0], b < length[1], c < length[2].
[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 `0`
[INFO] [stdout]   --> src/api/proof.rs:27:66
[INFO] [stdout]    |
[INFO] [stdout] 27 | /// a * stride[0] + b * stride[1] + c * stride[2] for a < length[0], b < length[1], c < length[2].
[INFO] [stdout]    |                                                                  ^ no item named `0` 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 `1`
[INFO] [stdout]   --> src/api/proof.rs:27:81
[INFO] [stdout]    |
[INFO] [stdout] 27 | /// a * stride[0] + b * stride[1] + c * stride[2] for a < length[0], b < length[1], c < length[2].
[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/api/proof.rs:27:96
[INFO] [stdout]    |
[INFO] [stdout] 27 | /// a * stride[0] + b * stride[1] + c * stride[2] for a < length[0], b < length[1], c < length[2].
[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 `bytes32_to_goldilocks_quartet`
[INFO] [stdout]    --> src/api/proof_utils.rs:969:11
[INFO] [stdout]     |
[INFO] [stdout] 969 |     /// [`bytes32_to_goldilocks_quartet`].
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `bytes32_to_goldilocks_quartet` in scope
[INFO] [stdout]     |
[INFO] [stdout]     = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] help: there's a similarly named item `hash256_to_goldilocks_quartet`
[INFO] [stdout]     |
[INFO] [stdout] 969 -     /// [`bytes32_to_goldilocks_quartet`].
[INFO] [stdout] 969 +     /// [`hash256_to_goldilocks_quartet`].
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `idx`
[INFO] [stdout]   --> src/circuit/chip/jackpot.rs:11:37
[INFO] [stdout]    |
[INFO] [stdout] 11 | //!   - LOAD: bit_reg = jackpot_msg[idx].rotate_left(LROT_PER_TILE). The implicit left
[INFO] [stdout]    |                                     ^^^ no item named `idx` 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 `0`
[INFO] [stdout]   --> src/circuit/chip/jackpot.rs:13:39
[INFO] [stdout]    |
[INFO] [stdout] 13 | //!   - XOR: bit_reg ^= cumsum_buffer[0]. Folds in one tile result element, verified via
[INFO] [stdout]    |                                       ^ no item named `0` 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 `idx`
[INFO] [stdout]   --> src/circuit/chip/jackpot.rs:18:62
[INFO] [stdout]    |
[INFO] [stdout] 18 | //! After XOR folding, BIT_REG is stored back to jackpot_msg[idx] with a configurable
[INFO] [stdout]    |                                                              ^^^ no item named `idx` 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 `i`
[INFO] [stdout]   --> src/circuit/chip/jackpot/trace.rs:13:63
[INFO] [stdout]    |
[INFO] [stdout] 13 | /// Other rows rotate cyclically from next row: cumsum_buffer[i] = next_cumsum_buffer[(i+1) % 4].
[INFO] [stdout]    |                                                               ^ no item named `i` 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 `idx`
[INFO] [stdout]   --> src/circuit/chip/jackpot/trace.rs:16:42
[INFO] [stdout]    |
[INFO] [stdout] 16 | /// - src=Jackpot: bit_reg = jackpot_msg[idx].rotate_left(LROT)
[INFO] [stdout]    |                                          ^^^ no item named `idx` 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 `0`
[INFO] [stdout]   --> src/circuit/chip/jackpot/trace.rs:17:46
[INFO] [stdout]    |
[INFO] [stdout] 17 | /// - src=Xor: bit_reg ^= prev_cumsum_buffer[0]
[INFO] [stdout]    |                                              ^ no item named `0` 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 `idx`
[INFO] [stdout]   --> src/circuit/chip/jackpot/trace.rs:19:48
[INFO] [stdout]    |
[INFO] [stdout] 19 | /// - Store (when src != Jackpot): jackpot_msg[idx] = bit_reg rotated by 0/LROT/2*LROT
[INFO] [stdout]    |                                                ^^^ no item named `idx` 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 `0`
[INFO] [stdout]   --> src/circuit/pearl_noise.rs:32:16
[INFO] [stdout]    |
[INFO] [stdout] 32 | /// +1 at A[i][0] and -1 at A[i][1].
[INFO] [stdout]    |                ^ no item named `0` 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 `1`
[INFO] [stdout]   --> src/circuit/pearl_noise.rs:32:34
[INFO] [stdout]    |
[INFO] [stdout] 32 | /// +1 at A[i][0] and -1 at A[i][1].
[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 `i`
[INFO] [stdout]   --> src/circuit/pearl_noise.rs:33:12
[INFO] [stdout]    |
[INFO] [stdout] 33 | /// Result[i] = v[A[i][0]] - v[A[i][1]]
[INFO] [stdout]    |            ^ no item named `i` 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 `0`
[INFO] [stdout]   --> src/circuit/pearl_noise.rs:33:24
[INFO] [stdout]    |
[INFO] [stdout] 33 | /// Result[i] = v[A[i][0]] - v[A[i][1]]
[INFO] [stdout]    |                        ^ no item named `0` 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 `1`
[INFO] [stdout]   --> src/circuit/pearl_noise.rs:33:37
[INFO] [stdout]    |
[INFO] [stdout] 33 | /// Result[i] = v[A[i][0]] - v[A[i][1]]
[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 `i`
[INFO] [stdout]   --> src/circuit/utils/air_utils.rs:40:20
[INFO] [stdout]    |
[INFO] [stdout] 40 | /// Each indicator[i] is 1 iff muxer_bits encodes index (range.start + i), else 0.
[INFO] [stdout]    |                    ^ no item named `i` 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 `0`
[INFO] [stdout]   --> src/circuit/utils/trace_utils.rs:45:20
[INFO] [stdout]    |
[INFO] [stdout] 45 | /// Result = limbs[0] + base*limbs[1] + base^2*limbs[2] + ...
[INFO] [stdout]    |                    ^ no item named `0` 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 `1`
[INFO] [stdout]   --> src/circuit/utils/trace_utils.rs:45:36
[INFO] [stdout]    |
[INFO] [stdout] 45 | /// Result = limbs[0] + base*limbs[1] + base^2*limbs[2] + ...
[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/circuit/utils/trace_utils.rs:45:54
[INFO] [stdout]    |
[INFO] [stdout] 45 | /// Result = limbs[0] + base*limbs[1] + base^2*limbs[2] + ...
[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] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 3m 27s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: primitive-types v0.10.1, primitive-types v0.12.2
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 6`
[INFO] [stderr]    Generated /opt/rustwide/target/doc/zk_pow/index.html and 2 other files
[INFO] running `Command { std: "docker" "inspect" "e80d5012ca4e57d1abb6589135257b412343f833f90813f52f9e92068d64ea93", 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" "-e" "RUSTC_BOOTSTRAP=1" "-e" "DOCS_RS=1" "-w" "/opt/rustwide/workdir" "--user" "0:0" "e80d5012ca4e57d1abb6589135257b412343f833f90813f52f9e92068d64ea93" "/opt/rustwide/cargo-home/bin/cargo" "+824336ad4127ce295849937a24c08a4aeff6ada7" "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]  Documenting zk-pow v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unresolved link to `0`
[INFO] [stdout]   --> src/api/proof.rs:27:16
[INFO] [stdout]    |
[INFO] [stdout] 27 | /// a * stride[0] + b * stride[1] + c * stride[2] for a < length[0], b < length[1], c < length[2].
[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/api/proof.rs:27:32
[INFO] [stdout]    |
[INFO] [stdout] 27 | /// a * stride[0] + b * stride[1] + c * stride[2] for a < length[0], b < length[1], c < length[2].
[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/api/proof.rs:27:48
[INFO] [stdout]    |
[INFO] [stdout] 27 | /// a * stride[0] + b * stride[1] + c * stride[2] for a < length[0], b < length[1], c < length[2].
[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 `0`
[INFO] [stdout]   --> src/api/proof.rs:27:66
[INFO] [stdout]    |
[INFO] [stdout] 27 | /// a * stride[0] + b * stride[1] + c * stride[2] for a < length[0], b < length[1], c < length[2].
[INFO] [stdout]    |                                                                  ^ no item named `0` 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 `1`
[INFO] [stdout]   --> src/api/proof.rs:27:81
[INFO] [stdout]    |
[INFO] [stdout] 27 | /// a * stride[0] + b * stride[1] + c * stride[2] for a < length[0], b < length[1], c < length[2].
[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/api/proof.rs:27:96
[INFO] [stdout]    |
[INFO] [stdout] 27 | /// a * stride[0] + b * stride[1] + c * stride[2] for a < length[0], b < length[1], c < length[2].
[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 `bytes32_to_goldilocks_quartet`
[INFO] [stdout]    --> src/api/proof_utils.rs:969:11
[INFO] [stdout]     |
[INFO] [stdout] 969 |     /// [`bytes32_to_goldilocks_quartet`].
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `bytes32_to_goldilocks_quartet` in scope
[INFO] [stdout]     |
[INFO] [stdout]     = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] help: there's a similarly named item `hash256_to_goldilocks_quartet`
[INFO] [stdout]     |
[INFO] [stdout] 969 -     /// [`bytes32_to_goldilocks_quartet`].
[INFO] [stdout] 969 +     /// [`hash256_to_goldilocks_quartet`].
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.22s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: primitive-types v0.10.1, primitive-types v0.12.2
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 6`
[INFO] [stderr]    Generated /opt/rustwide/target/doc/zk_pow/index.html
[INFO] running `Command { std: "docker" "inspect" "e80d5012ca4e57d1abb6589135257b412343f833f90813f52f9e92068d64ea93", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e80d5012ca4e57d1abb6589135257b412343f833f90813f52f9e92068d64ea93", kill_on_drop: false }`
[INFO] [stdout] e80d5012ca4e57d1abb6589135257b412343f833f90813f52f9e92068d64ea93
