[INFO] cloning repository https://github.com/LeastAuthority/sha3-circuit
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/LeastAuthority/sha3-circuit" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FLeastAuthority%2Fsha3-circuit", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FLeastAuthority%2Fsha3-circuit'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] d75f363aa1f8e43031823cd17271e091d344a5ef
[INFO] documenting LeastAuthority/sha3-circuit against 824336ad4127ce295849937a24c08a4aeff6ada7 for pr-162169
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FLeastAuthority%2Fsha3-circuit" "/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
[INFO] started tweaking git repo https://github.com/LeastAuthority/sha3-circuit
[INFO] finished tweaking git repo https://github.com/LeastAuthority/sha3-circuit
[INFO] tweaked toml for git repo https://github.com/LeastAuthority/sha3-circuit written to /workspace/builds/worker-2-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/LeastAuthority/sha3-circuit 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/LeastAuthority/sha3-circuit 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 halo2derive v0.2.0
[INFO] [stderr]   Downloaded blake2b_simd v1.0.3
[INFO] [stderr]   Downloaded serde_arrays v0.2.0
[INFO] [stderr]   Downloaded midnight-curves v0.2.0
[INFO] [stderr]   Downloaded half v1.8.3
[INFO] [stderr]   Downloaded midnight-proofs v0.7.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] cea32c5c9dd24338e30eda389e38af7830375b1def31653be080bcef5d6ba4e6
[INFO] running `Command { std: "docker" "start" "cea32c5c9dd24338e30eda389e38af7830375b1def31653be080bcef5d6ba4e6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "cea32c5c9dd24338e30eda389e38af7830375b1def31653be080bcef5d6ba4e6", 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" "cea32c5c9dd24338e30eda389e38af7830375b1def31653be080bcef5d6ba4e6" "/opt/rustwide/cargo-home/bin/cargo" "+824336ad4127ce295849937a24c08a4aeff6ada7" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "cea32c5c9dd24338e30eda389e38af7830375b1def31653be080bcef5d6ba4e6", 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" "cea32c5c9dd24338e30eda389e38af7830375b1def31653be080bcef5d6ba4e6" "/opt/rustwide/cargo-home/bin/cargo" "+824336ad4127ce295849937a24c08a4aeff6ada7" "doc" "--frozen" "--no-deps" "--document-private-items" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.178
[INFO] [stderr]    Compiling radium v0.7.0
[INFO] [stderr]     Checking tap v1.0.1
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]     Checking funty v2.0.0
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling blst v0.3.16
[INFO] [stderr]    Compiling syn v2.0.111
[INFO] [stderr]     Checking either v1.15.0
[INFO] [stderr]     Checking byte-slice-cast v1.2.3
[INFO] [stderr]     Checking digest v0.10.7
[INFO] [stderr]     Checking tracing-core v0.1.35
[INFO] [stderr]     Checking blake2b_simd v1.0.3
[INFO] [stderr]     Checking wyz v0.5.1
[INFO] [stderr]     Checking sha2 v0.10.9
[INFO] [stderr]     Checking rayon v1.11.0
[INFO] [stderr]     Checking bitvec v1.0.1
[INFO] [stderr]     Checking num-integer v0.1.46
[INFO] [stderr]     Checking num-bigint v0.4.6
[INFO] [stderr]     Checking getrandom v0.2.16
[INFO] [stderr]     Checking num_cpus v1.17.0
[INFO] [stderr]     Checking threadpool v1.8.1
[INFO] [stderr]     Checking rand_core v0.6.4
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stderr]     Checking rand_xorshift v0.3.0
[INFO] [stderr]     Checking rand v0.8.5
[INFO] [stderr]     Checking ff v0.13.1
[INFO] [stderr]     Checking group v0.13.0
[INFO] [stderr]     Checking pairing v0.23.0
[INFO] [stderr]    Compiling halo2derive v0.2.0
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling zeroize_derive v1.4.2
[INFO] [stderr]    Compiling tracing-attributes v0.1.31
[INFO] [stderr]     Checking zeroize v1.8.2
[INFO] [stderr]     Checking tracing v0.1.43
[INFO] [stderr]     Checking serde v1.0.228
[INFO] [stderr]     Checking hex v0.4.3
[INFO] [stderr]     Checking serde_arrays v0.2.0
[INFO] [stderr]     Checking midnight-curves v0.2.0
[INFO] [stderr]     Checking midnight-proofs v0.7.0
[INFO] [stderr]  Documenting sha3-circuit v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unresolved link to `1600`
[INFO] [stdout]   --> src/instructions.rs:11:54
[INFO] [stdout]    |
[INFO] [stdout] 11 | /// The set of circuit instructions for the keccak-f[1600] permutation.
[INFO] [stdout]    |                                                      ^^^^ no item named `1600` 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 `Cell`
[INFO] [stdout]   --> src/instructions.rs:20:52
[INFO] [stdout]    |
[INFO] [stdout] 20 |     /// It should be convertible into a array of [`Cell`] representing absorbed
[INFO] [stdout]    |                                                    ^^^^ no item named `Cell` 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/packed_chip/auxiliary_lc/mod.rs:5:9
[INFO] [stdout]   |
[INFO] [stdout] 5 | //! - C[i] = Sum_j A[i][j] + RC[r]
[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 `j`
[INFO] [stdout]  --> src/packed_chip/auxiliary_lc/mod.rs:5:25
[INFO] [stdout]   |
[INFO] [stdout] 5 | //! - C[i] = Sum_j A[i][j] + RC[r]
[INFO] [stdout]   |                         ^ no item named `j` 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 `r`
[INFO] [stdout]  --> src/packed_chip/auxiliary_lc/mod.rs:5:33
[INFO] [stdout]   |
[INFO] [stdout] 5 | //! - C[i] = Sum_j A[i][j] + RC[r]
[INFO] [stdout]   |                                 ^ no item named `r` 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 `j`
[INFO] [stdout]  --> src/packed_chip/auxiliary_lc/mod.rs:6:18
[INFO] [stdout]   |
[INFO] [stdout] 6 | //! - A_theta[i][j] = (C[i-1] + rot(C[i+1],1) + A[i][j] + R[c]
[INFO] [stdout]   |                  ^ no item named `j` 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 `j`
[INFO] [stdout]  --> src/packed_chip/auxiliary_lc/mod.rs:6:54
[INFO] [stdout]   |
[INFO] [stdout] 6 | //! - A_theta[i][j] = (C[i-1] + rot(C[i+1],1) + A[i][j] + R[c]
[INFO] [stdout]   |                                                      ^ no item named `j` 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 `c`
[INFO] [stdout]  --> src/packed_chip/auxiliary_lc/mod.rs:6:61
[INFO] [stdout]   |
[INFO] [stdout] 6 | //! - A_theta[i][j] = (C[i-1] + rot(C[i+1],1) + A[i][j] + R[c]
[INFO] [stdout]   |                                                             ^ no item named `c` 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 `j`
[INFO] [stdout]  --> src/packed_chip/auxiliary_lc/mod.rs:7:16
[INFO] [stdout]   |
[INFO] [stdout] 7 | //! - A_chi[i][j] = 2A[i][j] + (ones - A[i+1][j]) + A[i+2][j] + 2M[j + 5i]
[INFO] [stdout]   |                ^ no item named `j` 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 `j`
[INFO] [stdout]  --> src/packed_chip/auxiliary_lc/mod.rs:7:27
[INFO] [stdout]   |
[INFO] [stdout] 7 | //! - A_chi[i][j] = 2A[i][j] + (ones - A[i+1][j]) + A[i+2][j] + 2M[j + 5i]
[INFO] [stdout]   |                           ^ no item named `j` 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 `j`
[INFO] [stdout]  --> src/packed_chip/auxiliary_lc/mod.rs:7:47
[INFO] [stdout]   |
[INFO] [stdout] 7 | //! - A_chi[i][j] = 2A[i][j] + (ones - A[i+1][j]) + A[i+2][j] + 2M[j + 5i]
[INFO] [stdout]   |                                               ^ no item named `j` 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 `j`
[INFO] [stdout]  --> src/packed_chip/auxiliary_lc/mod.rs:7:60
[INFO] [stdout]   |
[INFO] [stdout] 7 | //! - A_chi[i][j] = 2A[i][j] + (ones - A[i+1][j]) + A[i+2][j] + 2M[j + 5i]
[INFO] [stdout]   |                                                            ^ no item named `j` 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 `c`
[INFO] [stdout]   --> src/packed_chip/auxiliary_lc/mod.rs:11:13
[INFO] [stdout]    |
[INFO] [stdout] 11 | //! - the R[c] is only used for C[0] and A_theta[0][0] and it applies the iota
[INFO] [stdout]    |             ^ no item named `c` 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/packed_chip/auxiliary_lc/mod.rs:11:35
[INFO] [stdout]    |
[INFO] [stdout] 11 | //! - the R[c] is only used for C[0] and A_theta[0][0] and it applies the iota
[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 `0`
[INFO] [stdout]   --> src/packed_chip/auxiliary_lc/mod.rs:11:53
[INFO] [stdout]    |
[INFO] [stdout] 11 | //! - the R[c] is only used for C[0] and A_theta[0][0] and it applies the iota
[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 `i`
[INFO] [stdout]   --> src/packed_chip/auxiliary_lc/mod.rs:31:52
[INFO] [stdout]    |
[INFO] [stdout] 31 |     /// Applies the constraint for computing the C[i]
[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 `j`
[INFO] [stdout]   --> src/packed_chip/auxiliary_lc/mod.rs:99:25
[INFO] [stdout]    |
[INFO] [stdout] 99 |     /// |   1   |  a[i][j]  | M[j + 5i] |    X    |
[INFO] [stdout]    |                         ^ no item named `j` 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 `j`
[INFO] [stdout]    --> src/packed_chip/auxiliary_lc/mod.rs:100:26
[INFO] [stdout]     |
[INFO] [stdout] 100 |     /// |   0   | a[i+1][j] | a[i+2][j] |   res   |
[INFO] [stdout]     |                          ^ no item named `j` 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 `j`
[INFO] [stdout]    --> src/packed_chip/auxiliary_lc/mod.rs:100:38
[INFO] [stdout]     |
[INFO] [stdout] 100 |     /// |   0   | a[i+1][j] | a[i+2][j] |   res   |
[INFO] [stdout]     |                                      ^ no item named `j` 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 `Self::assign_bytes_and_spread_helper`
[INFO] [stdout]    --> src/packed_chip/bytes_to_spread/assign_bytes_to_spread.rs:152:27
[INFO] [stdout]     |
[INFO] [stdout] 152 |     /// It simply calls [`Self::assign_bytes_and_spread_helper`]
[INFO] [stdout]     |                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the struct `PackedChip` has no field or associated item named `assign_bytes_and_spread_helper`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `AssignedDecomposedDense`
[INFO] [stdout]   --> src/packed_chip/decomposition/types.rs:92:51
[INFO] [stdout]    |
[INFO] [stdout] 92 | /// struct representing the spreaded version of [[AssignedDecomposedDense]].
[INFO] [stdout]    |                                                   ^^^^^^^^^^^^^^^^^^^^^^^ no item named `AssignedDecomposedDense` 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 `AssignedDecomposedSpread`
[INFO] [stdout]    |
[INFO] [stdout] 92 - /// struct representing the spreaded version of [[AssignedDecomposedDense]].
[INFO] [stdout] 92 + /// struct representing the spreaded version of [[AssignedDecomposedSpread]].
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `j`
[INFO] [stdout]  --> src/packed_chip/keccakf_operations/compute_chi.rs:4:19
[INFO] [stdout]   |
[INFO] [stdout] 4 | //! changing A[i][j] --> A[i][j] xor (not A[i+1][j] and A[i+2][j]).
[INFO] [stdout]   |                   ^ no item named `j` 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 `j`
[INFO] [stdout]  --> src/packed_chip/keccakf_operations/compute_chi.rs:4:31
[INFO] [stdout]   |
[INFO] [stdout] 4 | //! changing A[i][j] --> A[i][j] xor (not A[i+1][j] and A[i+2][j]).
[INFO] [stdout]   |                               ^ no item named `j` 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 `j`
[INFO] [stdout]  --> src/packed_chip/keccakf_operations/compute_chi.rs:4:50
[INFO] [stdout]   |
[INFO] [stdout] 4 | //! changing A[i][j] --> A[i][j] xor (not A[i+1][j] and A[i+2][j]).
[INFO] [stdout]   |                                                  ^ no item named `j` 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 `j`
[INFO] [stdout]  --> src/packed_chip/keccakf_operations/compute_chi.rs:4:64
[INFO] [stdout]   |
[INFO] [stdout] 4 | //! changing A[i][j] --> A[i][j] xor (not A[i+1][j] and A[i+2][j]).
[INFO] [stdout]   |                                                                ^ no item named `j` 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 `j`
[INFO] [stdout]  --> src/packed_chip/keccakf_operations/compute_chi.rs:8:19
[INFO] [stdout]   |
[INFO] [stdout] 8 | //! changing A[i][j] --> 2 * A[i][j] + (spread(1..1) - A[i+1][j] + A[i+2][j]).
[INFO] [stdout]   |                   ^ no item named `j` 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 `j`
[INFO] [stdout]  --> src/packed_chip/keccakf_operations/compute_chi.rs:8:35
[INFO] [stdout]   |
[INFO] [stdout] 8 | //! changing A[i][j] --> 2 * A[i][j] + (spread(1..1) - A[i+1][j] + A[i+2][j]).
[INFO] [stdout]   |                                   ^ no item named `j` 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 `j`
[INFO] [stdout]  --> src/packed_chip/keccakf_operations/compute_chi.rs:8:63
[INFO] [stdout]   |
[INFO] [stdout] 8 | //! changing A[i][j] --> 2 * A[i][j] + (spread(1..1) - A[i+1][j] + A[i+2][j]).
[INFO] [stdout]   |                                                               ^ no item named `j` 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 `j`
[INFO] [stdout]  --> src/packed_chip/keccakf_operations/compute_chi.rs:8:75
[INFO] [stdout]   |
[INFO] [stdout] 8 | //! changing A[i][j] --> 2 * A[i][j] + (spread(1..1) - A[i+1][j] + A[i+2][j]).
[INFO] [stdout]   |                                                                           ^ no item named `j` 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 `j`
[INFO] [stdout]  --> src/packed_chip/keccakf_operations/compute_chi.rs:9:29
[INFO] [stdout]   |
[INFO] [stdout] 9 | //! - spread(1..1) - A[i+1][j] --> to negation
[INFO] [stdout]   |                             ^ no item named `j` 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 `j`
[INFO] [stdout]   --> src/packed_chip/keccakf_operations/compute_chi.rs:10:29
[INFO] [stdout]    |
[INFO] [stdout] 10 | //! - spread(1..1) - A[i+1][j] + A[i+2][j] --> add to get the AND on middle bits
[INFO] [stdout]    |                             ^ no item named `j` 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 `j`
[INFO] [stdout]   --> src/packed_chip/keccakf_operations/compute_chi.rs:10:41
[INFO] [stdout]    |
[INFO] [stdout] 10 | //! - spread(1..1) - A[i+1][j] + A[i+2][j] --> add to get the AND on middle bits
[INFO] [stdout]    |                                         ^ no item named `j` 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 `j`
[INFO] [stdout]   --> src/packed_chip/keccakf_operations/compute_chi.rs:11:16
[INFO] [stdout]    |
[INFO] [stdout] 11 | //! - 2 * A[i][j] --> shift the value by one position to align with the AND
[INFO] [stdout]    |                ^ no item named `j` 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 `j`
[INFO] [stdout]   --> src/packed_chip/keccakf_operations/compute_chi.rs:13:16
[INFO] [stdout]    |
[INFO] [stdout] 13 | //! - 2 * A[i][j] + (spread(1..1) - A[i+1][j] + A[i+2][j]) --> final result on
[INFO] [stdout]    |                ^ no item named `j` 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 `j`
[INFO] [stdout]   --> src/packed_chip/keccakf_operations/compute_chi.rs:13:44
[INFO] [stdout]    |
[INFO] [stdout] 13 | //! - 2 * A[i][j] + (spread(1..1) - A[i+1][j] + A[i+2][j]) --> final result on
[INFO] [stdout]    |                                            ^ no item named `j` 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 `j`
[INFO] [stdout]   --> src/packed_chip/keccakf_operations/compute_chi.rs:13:56
[INFO] [stdout]    |
[INFO] [stdout] 13 | //! - 2 * A[i][j] + (spread(1..1) - A[i+1][j] + A[i+2][j]) --> final result on
[INFO] [stdout]    |                                                        ^ no item named `j` 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 `j`
[INFO] [stdout]   --> src/packed_chip/keccakf_operations/compute_chi.rs:17:70
[INFO] [stdout]    |
[INFO] [stdout] 17 | //! permutation. Each permutation abosrbs 17 lanes by computing A[i][j] =
[INFO] [stdout]    |                                                                      ^ no item named `j` 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 `j`
[INFO] [stdout]   --> src/packed_chip/keccakf_operations/compute_chi.rs:18:10
[INFO] [stdout]    |
[INFO] [stdout] 18 | //! A[i][j] + M[i + 5*j]. The corresponding spread operation becomes
[INFO] [stdout]    |          ^ no item named `j` 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 `j`
[INFO] [stdout]   --> src/packed_chip/keccakf_operations/compute_chi.rs:20:10
[INFO] [stdout]    |
[INFO] [stdout] 20 | //! A[i][j] --> 2 * (A[i][j] xor M[i + 5*j] + (spread(1..1) - A[i+1][j] +
[INFO] [stdout]    |          ^ no item named `j` 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 `j`
[INFO] [stdout]   --> src/packed_chip/keccakf_operations/compute_chi.rs:20:27
[INFO] [stdout]    |
[INFO] [stdout] 20 | //! A[i][j] --> 2 * (A[i][j] xor M[i + 5*j] + (spread(1..1) - A[i+1][j] +
[INFO] [stdout]    |                           ^ no item named `j` 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 `j`
[INFO] [stdout]   --> src/packed_chip/keccakf_operations/compute_chi.rs:20:70
[INFO] [stdout]    |
[INFO] [stdout] 20 | //! A[i][j] --> 2 * (A[i][j] xor M[i + 5*j] + (spread(1..1) - A[i+1][j] +
[INFO] [stdout]    |                                                                      ^ no item named `j` 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 `j`
[INFO] [stdout]   --> src/packed_chip/keccakf_operations/compute_chi.rs:21:12
[INFO] [stdout]    |
[INFO] [stdout] 21 | //! A[i+2][j]).
[INFO] [stdout]    |            ^ no item named `j` 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 `j`
[INFO] [stdout]   --> src/packed_chip/keccakf_operations/compute_chi.rs:46:14
[INFO] [stdout]    |
[INFO] [stdout] 46 |     /// a[i][j] = a[i][j] xor (not a[i+1][j] and a[i+2][j])
[INFO] [stdout]    |              ^ no item named `j` 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 `j`
[INFO] [stdout]   --> src/packed_chip/keccakf_operations/compute_chi.rs:46:24
[INFO] [stdout]    |
[INFO] [stdout] 46 |     /// a[i][j] = a[i][j] xor (not a[i+1][j] and a[i+2][j])
[INFO] [stdout]    |                        ^ no item named `j` 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 `j`
[INFO] [stdout]   --> src/packed_chip/keccakf_operations/compute_chi.rs:46:43
[INFO] [stdout]    |
[INFO] [stdout] 46 |     /// a[i][j] = a[i][j] xor (not a[i+1][j] and a[i+2][j])
[INFO] [stdout]    |                                           ^ no item named `j` 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 `j`
[INFO] [stdout]   --> src/packed_chip/keccakf_operations/compute_chi.rs:46:57
[INFO] [stdout]    |
[INFO] [stdout] 46 |     /// a[i][j] = a[i][j] xor (not a[i+1][j] and a[i+2][j])
[INFO] [stdout]    |                                                         ^ no item named `j` 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 `k%5`
[INFO] [stdout]   --> src/packed_chip/keccakf_operations/compute_chi.rs:50:47
[INFO] [stdout]    |
[INFO] [stdout] 50 |     /// and the lane m_k is xored with a[k/5][k%5], i.e. we have the mapping:
[INFO] [stdout]    |                                               ^^^ no item named `k%5` 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/packed_chip/keccakf_operations/compute_iota.rs:2:32
[INFO] [stdout]   |
[INFO] [stdout] 2 | //! new state by changing A[0][0] to A[0][0] xor RC[24].
[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 `0`
[INFO] [stdout]  --> src/packed_chip/keccakf_operations/compute_iota.rs:2:43
[INFO] [stdout]   |
[INFO] [stdout] 2 | //! new state by changing A[0][0] to A[0][0] xor RC[24].
[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 `24`
[INFO] [stdout]  --> src/packed_chip/keccakf_operations/compute_iota.rs:2:53
[INFO] [stdout]   |
[INFO] [stdout] 2 | //! new state by changing A[0][0] to A[0][0] xor RC[24].
[INFO] [stdout]   |                                                     ^^ no item named `24` 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/packed_chip/keccakf_operations/compute_iota.rs:21:24
[INFO] [stdout]    |
[INFO] [stdout] 21 |     /// computing a[0][0] = a[0][0] + RC[round].
[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 `0`
[INFO] [stdout]   --> src/packed_chip/keccakf_operations/compute_iota.rs:21:34
[INFO] [stdout]    |
[INFO] [stdout] 21 |     /// computing a[0][0] = a[0][0] + RC[round].
[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 `round`
[INFO] [stdout]   --> src/packed_chip/keccakf_operations/compute_iota.rs:21:42
[INFO] [stdout]    |
[INFO] [stdout] 21 |     /// computing a[0][0] = a[0][0] + RC[round].
[INFO] [stdout]    |                                          ^^^^^ no item named `round` 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,0`
[INFO] [stdout]   --> src/packed_chip/keccakf_operations/compute_iota.rs:35:32
[INFO] [stdout]    |
[INFO] [stdout] 35 |     /// |  4104  |  a00m   | a[0,0]  |  RC[24] | acc0   |    ...    |
[INFO] [stdout]    |                                ^^^ no item named `0,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 `24`
[INFO] [stdout]   --> src/packed_chip/keccakf_operations/compute_iota.rs:35:44
[INFO] [stdout]    |
[INFO] [stdout] 35 |     /// |  4104  |  a00m   | a[0,0]  |  RC[24] | acc0   |    ...    |
[INFO] [stdout]    |                                            ^^ no item named `24` 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 `j`
[INFO] [stdout]  --> src/packed_chip/keccakf_operations/compute_theta_rho.rs:4:19
[INFO] [stdout]   |
[INFO] [stdout] 4 | //! changing A[i][j] to A[i][j] xor D[i] where D[i] = C[i-1] xor rotl(C[i+1],1)
[INFO] [stdout]   |                   ^ no item named `j` 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 `j`
[INFO] [stdout]  --> src/packed_chip/keccakf_operations/compute_theta_rho.rs:4:30
[INFO] [stdout]   |
[INFO] [stdout] 4 | //! changing A[i][j] to A[i][j] xor D[i] where D[i] = C[i-1] xor rotl(C[i+1],1)
[INFO] [stdout]   |                              ^ no item named `j` 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/packed_chip/keccakf_operations/compute_theta_rho.rs:4:39
[INFO] [stdout]   |
[INFO] [stdout] 4 | //! changing A[i][j] to A[i][j] xor D[i] where D[i] = C[i-1] xor rotl(C[i+1],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 `i`
[INFO] [stdout]  --> src/packed_chip/keccakf_operations/compute_theta_rho.rs:4:50
[INFO] [stdout]   |
[INFO] [stdout] 4 | //! changing A[i][j] to A[i][j] xor D[i] where D[i] = C[i-1] xor rotl(C[i+1],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 `i`
[INFO] [stdout]  --> src/packed_chip/keccakf_operations/compute_theta_rho.rs:5:11
[INFO] [stdout]   |
[INFO] [stdout] 5 | //! and C[i] = xor_j A[i][j].
[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 `j`
[INFO] [stdout]  --> src/packed_chip/keccakf_operations/compute_theta_rho.rs:5:27
[INFO] [stdout]   |
[INFO] [stdout] 5 | //! and C[i] = xor_j A[i][j].
[INFO] [stdout]   |                           ^ no item named `j` 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/packed_chip/keccakf_operations/compute_theta_rho.rs:8:52
[INFO] [stdout]   |
[INFO] [stdout] 8 | //! not the first). This is done by computing A[0][0] = A[0][0] + RC[round]. We
[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 `0`
[INFO] [stdout]  --> src/packed_chip/keccakf_operations/compute_theta_rho.rs:8:62
[INFO] [stdout]   |
[INFO] [stdout] 8 | //! not the first). This is done by computing A[0][0] = A[0][0] + RC[round]. We
[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 `round`
[INFO] [stdout]  --> src/packed_chip/keccakf_operations/compute_theta_rho.rs:8:70
[INFO] [stdout]   |
[INFO] [stdout] 8 | //! not the first). This is done by computing A[0][0] = A[0][0] + RC[round]. We
[INFO] [stdout]   |                                                                      ^^^^^ no item named `round` 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 `round`
[INFO] [stdout]  --> src/packed_chip/keccakf_operations/compute_theta_rho.rs:9:30
[INFO] [stdout]   |
[INFO] [stdout] 9 | //! do this by adding the RC[round]
[INFO] [stdout]   |                              ^^^^^ no item named `round` 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/packed_chip/keccakf_operations/compute_theta_rho.rs:11:35
[INFO] [stdout]    |
[INFO] [stdout] 11 | //! 1. in the computation of C: C[0] = xor_j A[0][j] xor RC[round].
[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 `j`
[INFO] [stdout]   --> src/packed_chip/keccakf_operations/compute_theta_rho.rs:11:51
[INFO] [stdout]    |
[INFO] [stdout] 11 | //! 1. in the computation of C: C[0] = xor_j A[0][j] xor RC[round].
[INFO] [stdout]    |                                                   ^ no item named `j` 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 `round`
[INFO] [stdout]   --> src/packed_chip/keccakf_operations/compute_theta_rho.rs:11:61
[INFO] [stdout]    |
[INFO] [stdout] 11 | //! 1. in the computation of C: C[0] = xor_j A[0][j] xor RC[round].
[INFO] [stdout]    |                                                             ^^^^^ no item named `round` 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/packed_chip/keccakf_operations/compute_theta_rho.rs:12:35
[INFO] [stdout]    |
[INFO] [stdout] 12 | //! 2. in the computation of A[0][0]: A[0][0] = A[0][0] xor D[0] xor RC[round].
[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 `0`
[INFO] [stdout]   --> src/packed_chip/keccakf_operations/compute_theta_rho.rs:12:44
[INFO] [stdout]    |
[INFO] [stdout] 12 | //! 2. in the computation of A[0][0]: A[0][0] = A[0][0] xor D[0] xor RC[round].
[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 `0`
[INFO] [stdout]   --> src/packed_chip/keccakf_operations/compute_theta_rho.rs:12:54
[INFO] [stdout]    |
[INFO] [stdout] 12 | //! 2. in the computation of A[0][0]: A[0][0] = A[0][0] xor D[0] xor RC[round].
[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 `0`
[INFO] [stdout]   --> src/packed_chip/keccakf_operations/compute_theta_rho.rs:12:63
[INFO] [stdout]    |
[INFO] [stdout] 12 | //! 2. in the computation of A[0][0]: A[0][0] = A[0][0] xor D[0] xor RC[round].
[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 `round`
[INFO] [stdout]   --> src/packed_chip/keccakf_operations/compute_theta_rho.rs:12:73
[INFO] [stdout]    |
[INFO] [stdout] 12 | //! 2. in the computation of A[0][0]: A[0][0] = A[0][0] xor D[0] xor RC[round].
[INFO] [stdout]    |                                                                         ^^^^^ no item named `round` 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/packed_chip/keccakf_operations/compute_theta_rho.rs:63:13
[INFO] [stdout]    |
[INFO] [stdout] 63 |     /// - c[0],...,c[4] and the corresponding 1-rotations
[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 `4`
[INFO] [stdout]   --> src/packed_chip/keccakf_operations/compute_theta_rho.rs:63:22
[INFO] [stdout]    |
[INFO] [stdout] 63 |     /// - c[0],...,c[4] and the corresponding 1-rotations
[INFO] [stdout]    |                      ^ no item named `4` 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 `j`
[INFO] [stdout]   --> src/packed_chip/keccakf_operations/compute_theta_rho.rs:64:16
[INFO] [stdout]    |
[INFO] [stdout] 64 |     /// - a[i][j] = a[i][j] xor c[i-1] xor rotl(c[i+1],1)
[INFO] [stdout]    |                ^ no item named `j` 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 `j`
[INFO] [stdout]   --> src/packed_chip/keccakf_operations/compute_theta_rho.rs:64:26
[INFO] [stdout]    |
[INFO] [stdout] 64 |     /// - a[i][j] = a[i][j] xor c[i-1] xor rotl(c[i+1],1)
[INFO] [stdout]    |                          ^ no item named `j` 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/packed_chip/keccakf_operations/compute_theta_rho.rs:71:14
[INFO] [stdout]    |
[INFO] [stdout] 71 |     /// A[0][0] = A[0][0] xor RC[r].
[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 `0`
[INFO] [stdout]   --> src/packed_chip/keccakf_operations/compute_theta_rho.rs:71:24
[INFO] [stdout]    |
[INFO] [stdout] 71 |     /// A[0][0] = A[0][0] xor RC[r].
[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 `r`
[INFO] [stdout]   --> src/packed_chip/keccakf_operations/compute_theta_rho.rs:71:34
[INFO] [stdout]    |
[INFO] [stdout] 71 |     /// A[0][0] = A[0][0] xor RC[r].
[INFO] [stdout]    |                                  ^ no item named `r` 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,0`
[INFO] [stdout]   --> src/packed_chip/keccakf_operations/compute_theta_rho.rs:77:32
[INFO] [stdout]    |
[INFO] [stdout] 77 |     /// |    0   |  c0h    | a[0,0]  |  a[0,1] | acc0   |    ...    |
[INFO] [stdout]    |                                ^^^ no item named `0,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 `0,1`
[INFO] [stdout]   --> src/packed_chip/keccakf_operations/compute_theta_rho.rs:77:43
[INFO] [stdout]    |
[INFO] [stdout] 77 |     /// |    0   |  c0h    | a[0,0]  |  a[0,1] | acc0   |    ...    |
[INFO] [stdout]    |                                           ^^^ no item named `0,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 `0,2`
[INFO] [stdout]   --> src/packed_chip/keccakf_operations/compute_theta_rho.rs:78:32
[INFO] [stdout]    |
[INFO] [stdout] 78 |     /// |    1   |  c0m    | a[0,2]  |  a[0,3] | acc1   |    ...    |
[INFO] [stdout]    |                                ^^^ no item named `0,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,3`
[INFO] [stdout]   --> src/packed_chip/keccakf_operations/compute_theta_rho.rs:78:43
[INFO] [stdout]    |
[INFO] [stdout] 78 |     /// |    1   |  c0m    | a[0,2]  |  a[0,3] | acc1   |    ...    |
[INFO] [stdout]    |                                           ^^^ no item named `0,3` 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,4`
[INFO] [stdout]   --> src/packed_chip/keccakf_operations/compute_theta_rho.rs:79:32
[INFO] [stdout]    |
[INFO] [stdout] 79 |     /// |    2   |  c0l    | a[0,4]  |    RC   | c0_err |    ...    |
[INFO] [stdout]    |                                ^^^ no item named `0,4` 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 `4,0`
[INFO] [stdout]   --> src/packed_chip/keccakf_operations/compute_theta_rho.rs:84:32
[INFO] [stdout]    |
[INFO] [stdout] 84 |     /// |   16   |  c4h    | a[4,0]  |  a[4,1] | acc0   |    ...    |
[INFO] [stdout]    |                                ^^^ no item named `4,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 `4,1`
[INFO] [stdout]   --> src/packed_chip/keccakf_operations/compute_theta_rho.rs:84:43
[INFO] [stdout]    |
[INFO] [stdout] 84 |     /// |   16   |  c4h    | a[4,0]  |  a[4,1] | acc0   |    ...    |
[INFO] [stdout]    |                                           ^^^ no item named `4,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 `4,2`
[INFO] [stdout]   --> src/packed_chip/keccakf_operations/compute_theta_rho.rs:85:32
[INFO] [stdout]    |
[INFO] [stdout] 85 |     /// |   17   |  c4m    | a[4,2]  |  a[4,3] | acc1   |    ...    |
[INFO] [stdout]    |                                ^^^ no item named `4,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 `4,3`
[INFO] [stdout]   --> src/packed_chip/keccakf_operations/compute_theta_rho.rs:85:43
[INFO] [stdout]    |
[INFO] [stdout] 85 |     /// |   17   |  c4m    | a[4,2]  |  a[4,3] | acc1   |    ...    |
[INFO] [stdout]    |                                           ^^^ no item named `4,3` 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 `4,4`
[INFO] [stdout]   --> src/packed_chip/keccakf_operations/compute_theta_rho.rs:86:32
[INFO] [stdout]    |
[INFO] [stdout] 86 |     /// |   18   |  c4l    | a[4,4]  |    0    | c4_err |    ...    |
[INFO] [stdout]    |                                ^^^ no item named `4,4` 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,0`
[INFO] [stdout]    --> src/packed_chip/keccakf_operations/compute_theta_rho.rs:241:32
[INFO] [stdout]     |
[INFO] [stdout] 241 |     /// |   0    |  c0h    | a[0,0]  | a[0,1] | acc0    |    ...    |
[INFO] [stdout]     |                                ^^^ no item named `0,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 `0,1`
[INFO] [stdout]    --> src/packed_chip/keccakf_operations/compute_theta_rho.rs:241:42
[INFO] [stdout]     |
[INFO] [stdout] 241 |     /// |   0    |  c0h    | a[0,0]  | a[0,1] | acc0    |    ...    |
[INFO] [stdout]     |                                          ^^^ no item named `0,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 `0,2`
[INFO] [stdout]    --> src/packed_chip/keccakf_operations/compute_theta_rho.rs:242:32
[INFO] [stdout]     |
[INFO] [stdout] 242 |     /// |   1    |  c0m    | a[0,2]  | a[0,3] | acc1    |    ...    |
[INFO] [stdout]     |                                ^^^ no item named `0,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,3`
[INFO] [stdout]    --> src/packed_chip/keccakf_operations/compute_theta_rho.rs:242:42
[INFO] [stdout]     |
[INFO] [stdout] 242 |     /// |   1    |  c0m    | a[0,2]  | a[0,3] | acc1    |    ...    |
[INFO] [stdout]     |                                          ^^^ no item named `0,3` 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,4`
[INFO] [stdout]    --> src/packed_chip/keccakf_operations/compute_theta_rho.rs:243:32
[INFO] [stdout]     |
[INFO] [stdout] 243 |     /// |   2    |  c0l    | a[0,4]  |   RC   | c0_err  |    ...    |
[INFO] [stdout]     |                                ^^^ no item named `0,4` 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 `4,0`
[INFO] [stdout]    --> src/packed_chip/keccakf_operations/compute_theta_rho.rs:248:32
[INFO] [stdout]     |
[INFO] [stdout] 248 |     /// |  16    |  c4h    | a[4,0]  | a[4,1] | acc0    |    ...    |
[INFO] [stdout]     |                                ^^^ no item named `4,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 `4,1`
[INFO] [stdout]    --> src/packed_chip/keccakf_operations/compute_theta_rho.rs:248:42
[INFO] [stdout]     |
[INFO] [stdout] 248 |     /// |  16    |  c4h    | a[4,0]  | a[4,1] | acc0    |    ...    |
[INFO] [stdout]     |                                          ^^^ no item named `4,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 `4,2`
[INFO] [stdout]    --> src/packed_chip/keccakf_operations/compute_theta_rho.rs:249:32
[INFO] [stdout]     |
[INFO] [stdout] 249 |     /// |  17    |  c4m    | a[4,2]  | a[4,3] | acc1    |    ...    |
[INFO] [stdout]     |                                ^^^ no item named `4,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 `4,3`
[INFO] [stdout]    --> src/packed_chip/keccakf_operations/compute_theta_rho.rs:249:42
[INFO] [stdout]     |
[INFO] [stdout] 249 |     /// |  17    |  c4m    | a[4,2]  | a[4,3] | acc1    |    ...    |
[INFO] [stdout]     |                                          ^^^ no item named `4,3` 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 `4,4`
[INFO] [stdout]    --> src/packed_chip/keccakf_operations/compute_theta_rho.rs:250:32
[INFO] [stdout]     |
[INFO] [stdout] 250 |     /// |  18    |  c4l    | a[4,4]  |   0    | c4_err  |    ...    |
[INFO] [stdout]     |                                ^^^ no item named `4,4` 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,j`
[INFO] [stdout]    --> src/packed_chip/keccakf_operations/compute_theta_rho.rs:257:39
[INFO] [stdout]     |
[INFO] [stdout] 257 |     ///     1. ci_err = sum_{j=0}^4 a[i,j] + RC/0
[INFO] [stdout]     |                                       ^^^ no item named `i,j` 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,j`
[INFO] [stdout]    --> src/packed_chip/keccakf_operations/compute_theta_rho.rs:259:35
[INFO] [stdout]     |
[INFO] [stdout] 259 |     ///     3. the state values a[i,j], RC/0 are copy constrainted
[INFO] [stdout]     |                                   ^^^ no item named `i,j` 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 `j`
[INFO] [stdout]   --> src/packed_chip/keccakf_operations/types.rs:80:42
[INFO] [stdout]    |
[INFO] [stdout] 80 |     /// new_state[j][2i + 3j] = state[i][j]
[INFO] [stdout]    |                                          ^ no item named `j` 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/packed_chip/keccakf_operations/types.rs:97:7
[INFO] [stdout]    |
[INFO] [stdout] 97 | /// c[i] = a[i][0] + ... + a[i][4]. We also keep the left rotation of
[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/packed_chip/keccakf_operations/types.rs:97:17
[INFO] [stdout]    |
[INFO] [stdout] 97 | /// c[i] = a[i][0] + ... + a[i][4]. We also keep the left rotation of
[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 `4`
[INFO] [stdout]   --> src/packed_chip/keccakf_operations/types.rs:97:33
[INFO] [stdout]    |
[INFO] [stdout] 97 | /// c[i] = a[i][0] + ... + a[i][4]. We also keep the left rotation of
[INFO] [stdout]    |                                 ^ no item named `4` 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/packed_chip/keccakf_operations/types.rs:122:30
[INFO] [stdout]     |
[INFO] [stdout] 122 |     /// Adds the values a[i][0] + ... + a[i][4] to compute the spread
[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 `4`
[INFO] [stdout]    --> src/packed_chip/keccakf_operations/types.rs:122:46
[INFO] [stdout]     |
[INFO] [stdout] 122 |     /// Adds the values a[i][0] + ... + a[i][4] to compute the spread
[INFO] [stdout]     |                                              ^ no item named `4` 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/packed_chip/keccakf_operations/types.rs:123:19
[INFO] [stdout]     |
[INFO] [stdout] 123 |     /// form of c[i] *with error*.
[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 `j`
[INFO] [stdout]    --> src/packed_chip/keccakf_operations/types.rs:146:38
[INFO] [stdout]     |
[INFO] [stdout] 146 |     /// Computes the new values a[i][j] = a[i][j] + c[x-1] + rotc[x+1].
[INFO] [stdout]     |                                      ^ no item named `j` 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 `j`
[INFO] [stdout]    --> src/packed_chip/keccakf_operations/types.rs:146:48
[INFO] [stdout]     |
[INFO] [stdout] 146 |     /// Computes the new values a[i][j] = a[i][j] + c[x-1] + rotc[x+1].
[INFO] [stdout]     |                                                ^ no item named `j` 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 `j`
[INFO] [stdout]    --> src/packed_chip/keccakf_operations/types.rs:174:14
[INFO] [stdout]     |
[INFO] [stdout] 174 |     /// a[i][j] = a[i][j] xor (not a[i+1][j] and a[i+2][j])
[INFO] [stdout]     |              ^ no item named `j` 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 `j`
[INFO] [stdout]    --> src/packed_chip/keccakf_operations/types.rs:174:24
[INFO] [stdout]     |
[INFO] [stdout] 174 |     /// a[i][j] = a[i][j] xor (not a[i+1][j] and a[i+2][j])
[INFO] [stdout]     |                        ^ no item named `j` 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 `j`
[INFO] [stdout]    --> src/packed_chip/keccakf_operations/types.rs:174:43
[INFO] [stdout]     |
[INFO] [stdout] 174 |     /// a[i][j] = a[i][j] xor (not a[i+1][j] and a[i+2][j])
[INFO] [stdout]     |                                           ^ no item named `j` 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 `j`
[INFO] [stdout]    --> src/packed_chip/keccakf_operations/types.rs:174:57
[INFO] [stdout]     |
[INFO] [stdout] 174 |     /// a[i][j] = a[i][j] xor (not a[i+1][j] and a[i+2][j])
[INFO] [stdout]     |                                                         ^ no item named `j` 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 `j`
[INFO] [stdout]    --> src/packed_chip/keccakf_operations/types.rs:177:14
[INFO] [stdout]     |
[INFO] [stdout] 177 |     /// a[i][j] = 2*a[i][j] + (ones - a[i+1][j] + a[i+2][j]).
[INFO] [stdout]     |              ^ no item named `j` 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 `j`
[INFO] [stdout]    --> src/packed_chip/keccakf_operations/types.rs:177:26
[INFO] [stdout]     |
[INFO] [stdout] 177 |     /// a[i][j] = 2*a[i][j] + (ones - a[i+1][j] + a[i+2][j]).
[INFO] [stdout]     |                          ^ no item named `j` 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 `j`
[INFO] [stdout]    --> src/packed_chip/keccakf_operations/types.rs:177:46
[INFO] [stdout]     |
[INFO] [stdout] 177 |     /// a[i][j] = 2*a[i][j] + (ones - a[i+1][j] + a[i+2][j]).
[INFO] [stdout]     |                                              ^ no item named `j` 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 `j`
[INFO] [stdout]    --> src/packed_chip/keccakf_operations/types.rs:177:58
[INFO] [stdout]     |
[INFO] [stdout] 177 |     /// a[i][j] = 2*a[i][j] + (ones - a[i+1][j] + a[i+2][j]).
[INFO] [stdout]     |                                                          ^ no item named `j` 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 `j`
[INFO] [stdout]    --> src/packed_chip/keccakf_operations/types.rs:207:46
[INFO] [stdout]     |
[INFO] [stdout] 207 |     /// the state as: if i+5j < 17 then a[i][j] = a[i][j] + M[i + 5j]
[INFO] [stdout]     |                                              ^ no item named `j` 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 `j`
[INFO] [stdout]    --> src/packed_chip/keccakf_operations/types.rs:207:56
[INFO] [stdout]     |
[INFO] [stdout] 207 |     /// the state as: if i+5j < 17 then a[i][j] = a[i][j] + M[i + 5j]
[INFO] [stdout]     |                                                        ^ no item named `j` 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/packed_chip/keccakf_operations/mod.rs:23:18
[INFO] [stdout]    |
[INFO] [stdout] 23 | /// 4 rows per c[i] and their rotations
[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/packed_chip/keccakf_operations/mod.rs:29:30
[INFO] [stdout]    |
[INFO] [stdout] 29 | /// 2 rows per lane except A[0] which *needs three rows to be decomposed*
[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 `DecompositionConfig::lookup_advice_cols`
[INFO] [stdout]   --> src/packed_chip/mod.rs:95:18
[INFO] [stdout]    |
[INFO] [stdout] 95 |     /// in the [`DecompositionConfig::lookup_advice_cols`]
[INFO] [stdout]    |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `DecompositionConfig` in scope
[INFO] [stdout]    |
[INFO] [stdout] help: there's a similarly named item `DecompositionSubconfig`
[INFO] [stdout]    |
[INFO] [stdout] 95 -     /// in the [`DecompositionConfig::lookup_advice_cols`]
[INFO] [stdout] 95 +     /// in the [`DecompositionSubconfig::lookup_advice_cols`]
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 24.72s
[INFO] [stderr]    Generated /opt/rustwide/target/doc/sha3_circuit/index.html
[INFO] running `Command { std: "docker" "inspect" "cea32c5c9dd24338e30eda389e38af7830375b1def31653be080bcef5d6ba4e6", 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" "cea32c5c9dd24338e30eda389e38af7830375b1def31653be080bcef5d6ba4e6" "/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 sha3-circuit v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unresolved link to `1600`
[INFO] [stdout]   --> src/instructions.rs:11:54
[INFO] [stdout]    |
[INFO] [stdout] 11 | /// The set of circuit instructions for the keccak-f[1600] permutation.
[INFO] [stdout]    |                                                      ^^^^ no item named `1600` 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 `Cell`
[INFO] [stdout]   --> src/instructions.rs:20:52
[INFO] [stdout]    |
[INFO] [stdout] 20 |     /// It should be convertible into a array of [`Cell`] representing absorbed
[INFO] [stdout]    |                                                    ^^^^ no item named `Cell` 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 0.67s
[INFO] [stderr]    Generated /opt/rustwide/target/doc/sha3_circuit/index.html
[INFO] running `Command { std: "docker" "inspect" "cea32c5c9dd24338e30eda389e38af7830375b1def31653be080bcef5d6ba4e6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "cea32c5c9dd24338e30eda389e38af7830375b1def31653be080bcef5d6ba4e6", kill_on_drop: false }`
[INFO] [stdout] cea32c5c9dd24338e30eda389e38af7830375b1def31653be080bcef5d6ba4e6
