[INFO] crate keccakf 0.1.3 is already in cache [INFO] documenting keccakf-0.1.3 against master#394e1b40d264aa6928811919c1124fa248e7d802 for pr-73566 [INFO] extracting crate keccakf 0.1.3 into /workspace/builds/worker-9/source [INFO] validating manifest of crates.io crate keccakf 0.1.3 on toolchain 394e1b40d264aa6928811919c1124fa248e7d802 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+394e1b40d264aa6928811919c1124fa248e7d802" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking crates.io crate keccakf 0.1.3 [INFO] finished tweaking crates.io crate keccakf 0.1.3 [INFO] tweaked toml for crates.io crate keccakf 0.1.3 written to /workspace/builds/worker-9/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+394e1b40d264aa6928811919c1124fa248e7d802" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+394e1b40d264aa6928811919c1124fa248e7d802" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env@sha256:819119df93c0f5eca3f29186f14981ef29945a311854d7222af07488600a2584" "/opt/rustwide/cargo-home/bin/cargo" "+394e1b40d264aa6928811919c1124fa248e7d802" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 66ff3a4e52a871817d9ed960246710344988c26cad3a9b8e912fb8d36fdab4f7 [INFO] running `Command { std: "docker" "start" "-a" "66ff3a4e52a871817d9ed960246710344988c26cad3a9b8e912fb8d36fdab4f7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "66ff3a4e52a871817d9ed960246710344988c26cad3a9b8e912fb8d36fdab4f7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "66ff3a4e52a871817d9ed960246710344988c26cad3a9b8e912fb8d36fdab4f7", kill_on_drop: false }` [INFO] [stdout] 66ff3a4e52a871817d9ed960246710344988c26cad3a9b8e912fb8d36fdab4f7 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env@sha256:819119df93c0f5eca3f29186f14981ef29945a311854d7222af07488600a2584" "/opt/rustwide/cargo-home/bin/cargo" "+394e1b40d264aa6928811919c1124fa248e7d802" "doc" "--frozen" "--no-deps" "--document-private-items" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 94418781a5110446c8b736f79d12ce27baecd012198afabd108e6f16dd3de244 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "94418781a5110446c8b736f79d12ce27baecd012198afabd108e6f16dd3de244", kill_on_drop: false }` [INFO] [stderr] Compiling crunchy v0.2.2 [INFO] [stderr] Documenting keccakf v0.1.3 (/opt/rustwide/workdir) [INFO] [stdout] warning: constant `x` should have an upper case name [INFO] [stdout] --> src/lib.rs:70:25 [INFO] [stdout] | [INFO] [stdout] 70 | for x in 0..5 { [INFO] [stdout] | ^ help: convert the identifier to upper case (notice the capitalization): `X` [INFO] [stdout] ... [INFO] [stdout] 172 | keccakF!(u64, 24, state, RHO, PI, RC); [INFO] [stdout] | -------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_upper_case_globals)]` on by default [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `y_count` should have an upper case name [INFO] [stdout] --> src/lib.rs:72:33 [INFO] [stdout] | [INFO] [stdout] 72 | for y_count in 0..5 { [INFO] [stdout] | ^^^^^^^ help: convert the identifier to upper case: `Y_COUNT` [INFO] [stdout] ... [INFO] [stdout] 172 | keccakF!(u64, 24, state, RHO, PI, RC); [INFO] [stdout] | -------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `x` should have an upper case name [INFO] [stdout] --> src/lib.rs:70:25 [INFO] [stdout] | [INFO] [stdout] 70 | for x in 0..5 { [INFO] [stdout] | ^ help: convert the identifier to upper case (notice the capitalization): `X` [INFO] [stdout] ... [INFO] [stdout] 172 | keccakF!(u64, 24, state, RHO, PI, RC); [INFO] [stdout] | -------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `x` should have an upper case name [INFO] [stdout] --> src/lib.rs:81:25 [INFO] [stdout] | [INFO] [stdout] 81 | for x in 0..5 { [INFO] [stdout] | ^ help: convert the identifier to upper case (notice the capitalization): `X` [INFO] [stdout] ... [INFO] [stdout] 172 | keccakF!(u64, 24, state, RHO, PI, RC); [INFO] [stdout] | -------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `y_count` should have an upper case name [INFO] [stdout] --> src/lib.rs:83:33 [INFO] [stdout] | [INFO] [stdout] 83 | for y_count in 0..5 { [INFO] [stdout] | ^^^^^^^ help: convert the identifier to upper case: `Y_COUNT` [INFO] [stdout] ... [INFO] [stdout] 172 | keccakF!(u64, 24, state, RHO, PI, RC); [INFO] [stdout] | -------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `x` should have an upper case name [INFO] [stdout] --> src/lib.rs:94:25 [INFO] [stdout] | [INFO] [stdout] 94 | for x in 0..24 { [INFO] [stdout] | ^ help: convert the identifier to upper case (notice the capitalization): `X` [INFO] [stdout] ... [INFO] [stdout] 172 | keccakF!(u64, 24, state, RHO, PI, RC); [INFO] [stdout] | -------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `y_step` should have an upper case name [INFO] [stdout] --> src/lib.rs:103:25 [INFO] [stdout] | [INFO] [stdout] 103 | for y_step in 0..5 { [INFO] [stdout] | ^^^^^^ help: convert the identifier to upper case: `Y_STEP` [INFO] [stdout] ... [INFO] [stdout] 172 | keccakF!(u64, 24, state, RHO, PI, RC); [INFO] [stdout] | -------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `x` should have an upper case name [INFO] [stdout] --> src/lib.rs:107:33 [INFO] [stdout] | [INFO] [stdout] 107 | for x in 0..5 { [INFO] [stdout] | ^ help: convert the identifier to upper case (notice the capitalization): `X` [INFO] [stdout] ... [INFO] [stdout] 172 | keccakF!(u64, 24, state, RHO, PI, RC); [INFO] [stdout] | -------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `x` should have an upper case name [INFO] [stdout] --> src/lib.rs:113:33 [INFO] [stdout] | [INFO] [stdout] 113 | for x in 0..5 { [INFO] [stdout] | ^ help: convert the identifier to upper case (notice the capitalization): `X` [INFO] [stdout] ... [INFO] [stdout] 172 | keccakF!(u64, 24, state, RHO, PI, RC); [INFO] [stdout] | -------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `x` should have an upper case name [INFO] [stdout] --> src/lib.rs:70:25 [INFO] [stdout] | [INFO] [stdout] 70 | for x in 0..5 { [INFO] [stdout] | ^ help: convert the identifier to upper case (notice the capitalization): `X` [INFO] [stdout] ... [INFO] [stdout] 203 | keccakF!(u32, 22, state, RHO, PI, RC); [INFO] [stdout] | -------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `y_count` should have an upper case name [INFO] [stdout] --> src/lib.rs:72:33 [INFO] [stdout] | [INFO] [stdout] 72 | for y_count in 0..5 { [INFO] [stdout] | ^^^^^^^ help: convert the identifier to upper case: `Y_COUNT` [INFO] [stdout] ... [INFO] [stdout] 203 | keccakF!(u32, 22, state, RHO, PI, RC); [INFO] [stdout] | -------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `x` should have an upper case name [INFO] [stdout] --> src/lib.rs:81:25 [INFO] [stdout] | [INFO] [stdout] 81 | for x in 0..5 { [INFO] [stdout] | ^ help: convert the identifier to upper case (notice the capitalization): `X` [INFO] [stdout] ... [INFO] [stdout] 203 | keccakF!(u32, 22, state, RHO, PI, RC); [INFO] [stdout] | -------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `y_count` should have an upper case name [INFO] [stdout] --> src/lib.rs:83:33 [INFO] [stdout] | [INFO] [stdout] 83 | for y_count in 0..5 { [INFO] [stdout] | ^^^^^^^ help: convert the identifier to upper case: `Y_COUNT` [INFO] [stdout] ... [INFO] [stdout] 203 | keccakF!(u32, 22, state, RHO, PI, RC); [INFO] [stdout] | -------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `x` should have an upper case name [INFO] [stdout] --> src/lib.rs:94:25 [INFO] [stdout] | [INFO] [stdout] 94 | for x in 0..24 { [INFO] [stdout] | ^ help: convert the identifier to upper case (notice the capitalization): `X` [INFO] [stdout] ... [INFO] [stdout] 203 | keccakF!(u32, 22, state, RHO, PI, RC); [INFO] [stdout] | -------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `y_step` should have an upper case name [INFO] [stdout] --> src/lib.rs:103:25 [INFO] [stdout] | [INFO] [stdout] 103 | for y_step in 0..5 { [INFO] [stdout] | ^^^^^^ help: convert the identifier to upper case: `Y_STEP` [INFO] [stdout] ... [INFO] [stdout] 203 | keccakF!(u32, 22, state, RHO, PI, RC); [INFO] [stdout] | -------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `x` should have an upper case name [INFO] [stdout] --> src/lib.rs:107:33 [INFO] [stdout] | [INFO] [stdout] 107 | for x in 0..5 { [INFO] [stdout] | ^ help: convert the identifier to upper case (notice the capitalization): `X` [INFO] [stdout] ... [INFO] [stdout] 203 | keccakF!(u32, 22, state, RHO, PI, RC); [INFO] [stdout] | -------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `x` should have an upper case name [INFO] [stdout] --> src/lib.rs:113:33 [INFO] [stdout] | [INFO] [stdout] 113 | for x in 0..5 { [INFO] [stdout] | ^ help: convert the identifier to upper case (notice the capitalization): `X` [INFO] [stdout] ... [INFO] [stdout] 203 | keccakF!(u32, 22, state, RHO, PI, RC); [INFO] [stdout] | -------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `x` should have an upper case name [INFO] [stdout] --> src/lib.rs:70:25 [INFO] [stdout] | [INFO] [stdout] 70 | for x in 0..5 { [INFO] [stdout] | ^ help: convert the identifier to upper case (notice the capitalization): `X` [INFO] [stdout] ... [INFO] [stdout] 233 | keccakF!(u16, 20, state, RHO, PI, RC); [INFO] [stdout] | -------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `y_count` should have an upper case name [INFO] [stdout] --> src/lib.rs:72:33 [INFO] [stdout] | [INFO] [stdout] 72 | for y_count in 0..5 { [INFO] [stdout] | ^^^^^^^ help: convert the identifier to upper case: `Y_COUNT` [INFO] [stdout] ... [INFO] [stdout] 233 | keccakF!(u16, 20, state, RHO, PI, RC); [INFO] [stdout] | -------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `x` should have an upper case name [INFO] [stdout] --> src/lib.rs:81:25 [INFO] [stdout] | [INFO] [stdout] 81 | for x in 0..5 { [INFO] [stdout] | ^ help: convert the identifier to upper case (notice the capitalization): `X` [INFO] [stdout] ... [INFO] [stdout] 233 | keccakF!(u16, 20, state, RHO, PI, RC); [INFO] [stdout] | -------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `y_count` should have an upper case name [INFO] [stdout] --> src/lib.rs:83:33 [INFO] [stdout] | [INFO] [stdout] 83 | for y_count in 0..5 { [INFO] [stdout] | ^^^^^^^ help: convert the identifier to upper case: `Y_COUNT` [INFO] [stdout] ... [INFO] [stdout] 233 | keccakF!(u16, 20, state, RHO, PI, RC); [INFO] [stdout] | -------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `x` should have an upper case name [INFO] [stdout] --> src/lib.rs:94:25 [INFO] [stdout] | [INFO] [stdout] 94 | for x in 0..24 { [INFO] [stdout] | ^ help: convert the identifier to upper case (notice the capitalization): `X` [INFO] [stdout] ... [INFO] [stdout] 233 | keccakF!(u16, 20, state, RHO, PI, RC); [INFO] [stdout] | -------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `y_step` should have an upper case name [INFO] [stdout] --> src/lib.rs:103:25 [INFO] [stdout] | [INFO] [stdout] 103 | for y_step in 0..5 { [INFO] [stdout] | ^^^^^^ help: convert the identifier to upper case: `Y_STEP` [INFO] [stdout] ... [INFO] [stdout] 233 | keccakF!(u16, 20, state, RHO, PI, RC); [INFO] [stdout] | -------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `x` should have an upper case name [INFO] [stdout] --> src/lib.rs:107:33 [INFO] [stdout] | [INFO] [stdout] 107 | for x in 0..5 { [INFO] [stdout] | ^ help: convert the identifier to upper case (notice the capitalization): `X` [INFO] [stdout] ... [INFO] [stdout] 233 | keccakF!(u16, 20, state, RHO, PI, RC); [INFO] [stdout] | -------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `x` should have an upper case name [INFO] [stdout] --> src/lib.rs:113:33 [INFO] [stdout] | [INFO] [stdout] 113 | for x in 0..5 { [INFO] [stdout] | ^ help: convert the identifier to upper case (notice the capitalization): `X` [INFO] [stdout] ... [INFO] [stdout] 233 | keccakF!(u16, 20, state, RHO, PI, RC); [INFO] [stdout] | -------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `x` should have an upper case name [INFO] [stdout] --> src/lib.rs:70:25 [INFO] [stdout] | [INFO] [stdout] 70 | for x in 0..5 { [INFO] [stdout] | ^ help: convert the identifier to upper case (notice the capitalization): `X` [INFO] [stdout] ... [INFO] [stdout] 264 | keccakF!(u8, 18, state, RHO, PI, RC); [INFO] [stdout] | ------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `y_count` should have an upper case name [INFO] [stdout] --> src/lib.rs:72:33 [INFO] [stdout] | [INFO] [stdout] 72 | for y_count in 0..5 { [INFO] [stdout] | ^^^^^^^ help: convert the identifier to upper case: `Y_COUNT` [INFO] [stdout] ... [INFO] [stdout] 264 | keccakF!(u8, 18, state, RHO, PI, RC); [INFO] [stdout] | ------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `x` should have an upper case name [INFO] [stdout] --> src/lib.rs:81:25 [INFO] [stdout] | [INFO] [stdout] 81 | for x in 0..5 { [INFO] [stdout] | ^ help: convert the identifier to upper case (notice the capitalization): `X` [INFO] [stdout] ... [INFO] [stdout] 264 | keccakF!(u8, 18, state, RHO, PI, RC); [INFO] [stdout] | ------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `y_count` should have an upper case name [INFO] [stdout] --> src/lib.rs:83:33 [INFO] [stdout] | [INFO] [stdout] 83 | for y_count in 0..5 { [INFO] [stdout] | ^^^^^^^ help: convert the identifier to upper case: `Y_COUNT` [INFO] [stdout] ... [INFO] [stdout] 264 | keccakF!(u8, 18, state, RHO, PI, RC); [INFO] [stdout] | ------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `x` should have an upper case name [INFO] [stdout] --> src/lib.rs:94:25 [INFO] [stdout] | [INFO] [stdout] 94 | for x in 0..24 { [INFO] [stdout] | ^ help: convert the identifier to upper case (notice the capitalization): `X` [INFO] [stdout] ... [INFO] [stdout] 264 | keccakF!(u8, 18, state, RHO, PI, RC); [INFO] [stdout] | ------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `y_step` should have an upper case name [INFO] [stdout] --> src/lib.rs:103:25 [INFO] [stdout] | [INFO] [stdout] 103 | for y_step in 0..5 { [INFO] [stdout] | ^^^^^^ help: convert the identifier to upper case: `Y_STEP` [INFO] [stdout] ... [INFO] [stdout] 264 | keccakF!(u8, 18, state, RHO, PI, RC); [INFO] [stdout] | ------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `x` should have an upper case name [INFO] [stdout] --> src/lib.rs:107:33 [INFO] [stdout] | [INFO] [stdout] 107 | for x in 0..5 { [INFO] [stdout] | ^ help: convert the identifier to upper case (notice the capitalization): `X` [INFO] [stdout] ... [INFO] [stdout] 264 | keccakF!(u8, 18, state, RHO, PI, RC); [INFO] [stdout] | ------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `x` should have an upper case name [INFO] [stdout] --> src/lib.rs:113:33 [INFO] [stdout] | [INFO] [stdout] 113 | for x in 0..5 { [INFO] [stdout] | ^ help: convert the identifier to upper case (notice the capitalization): `X` [INFO] [stdout] ... [INFO] [stdout] 264 | keccakF!(u8, 18, state, RHO, PI, RC); [INFO] [stdout] | ------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `[1600]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/lib.rs:155:14 [INFO] [stdout] | [INFO] [stdout] 155 | /// keccak-f[1600] [INFO] [stdout] | ^^^^ cannot be resolved, ignoring [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(intra_doc_link_resolution_failure)]` on by default [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `[800]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/lib.rs:188:14 [INFO] [stdout] | [INFO] [stdout] 188 | /// keccak-f[800] [INFO] [stdout] | ^^^ cannot be resolved, ignoring [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `[400]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/lib.rs:219:14 [INFO] [stdout] | [INFO] [stdout] 219 | /// keccak-f[400] [INFO] [stdout] | ^^^ cannot be resolved, ignoring [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `[200]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/lib.rs:249:14 [INFO] [stdout] | [INFO] [stdout] 249 | /// keccak-f[200] [INFO] [stdout] | ^^^ cannot be resolved, ignoring [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 37 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2.29s [INFO] running `Command { std: "docker" "inspect" "94418781a5110446c8b736f79d12ce27baecd012198afabd108e6f16dd3de244", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "94418781a5110446c8b736f79d12ce27baecd012198afabd108e6f16dd3de244", kill_on_drop: false }` [INFO] [stdout] 94418781a5110446c8b736f79d12ce27baecd012198afabd108e6f16dd3de244