[INFO] fetching crate rcrypto 0.2.0... [INFO] documenting rcrypto-0.2.0 against 1.61.0 for beta-1.62-rustdoc-1 [INFO] extracting crate rcrypto 0.2.0 into /workspace/builds/worker-21/source [INFO] validating manifest of crates.io crate rcrypto 0.2.0 on toolchain 1.61.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.61.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate rcrypto 0.2.0 [INFO] finished tweaking crates.io crate rcrypto 0.2.0 [INFO] tweaked toml for crates.io crate rcrypto 0.2.0 written to /workspace/builds/worker-21/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.61.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.61.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded rmath v0.1.5 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-21/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-21/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" "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" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d190cb871061d98bc6d0581d85cb2ecb09a0f8a142ba5463de30be9999fc3251" "/opt/rustwide/cargo-home/bin/cargo" "+1.61.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 7cafc9043dedf13956ff2221fe1e63e33df640ad4a71934b7ae6ad8add81deef [INFO] running `Command { std: "docker" "start" "-a" "7cafc9043dedf13956ff2221fe1e63e33df640ad4a71934b7ae6ad8add81deef", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "7cafc9043dedf13956ff2221fe1e63e33df640ad4a71934b7ae6ad8add81deef", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7cafc9043dedf13956ff2221fe1e63e33df640ad4a71934b7ae6ad8add81deef", kill_on_drop: false }` [INFO] [stdout] 7cafc9043dedf13956ff2221fe1e63e33df640ad4a71934b7ae6ad8add81deef [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-21/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-21/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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d190cb871061d98bc6d0581d85cb2ecb09a0f8a142ba5463de30be9999fc3251" "/opt/rustwide/cargo-home/bin/cargo" "+1.61.0" "doc" "--frozen" "--no-deps" "--document-private-items" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] f7b1beece44e5d216809f8c8a72d94d02a4918f33a75b4255c9c89bcf4ce2147 [INFO] running `Command { std: "docker" "start" "-a" "f7b1beece44e5d216809f8c8a72d94d02a4918f33a75b4255c9c89bcf4ce2147", kill_on_drop: false }` [INFO] [stderr] Compiling rmath v0.1.5 [INFO] [stderr] Compiling rcrypto v0.2.0 (/opt/rustwide/workdir) [INFO] [stderr] Documenting rcrypto v0.2.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unresolved link to `x,y,z` [INFO] [stdout] --> src/keccak/keccak.rs:20:20 [INFO] [stdout] | [INFO] [stdout] 20 | /// state array, A[x,y,z] = S[w(5y+x)+z] [INFO] [stdout] | ^^^^^ no item named `x,y,z` in scope [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `b,nr` [INFO] [stdout] --> src/keccak/keccak.rs:156:18 [INFO] [stdout] | [INFO] [stdout] 156 | /// KECCAK-p[b,nr] [INFO] [stdout] | ^^^^ no item named `b,nr` 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 `b,nr` [INFO] [stdout] --> src/keccak/keccak.rs:325:44 [INFO] [stdout] | [INFO] [stdout] 325 | /// the round function of the KECCAK-p[b,nr] [INFO] [stdout] | ^^^^ no item named `b,nr` 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 `b,nr` [INFO] [stdout] --> src/keccak/keccak.rs:354:30 [INFO] [stdout] | [INFO] [stdout] 354 | /// perform the KECCAK-p[b,nr] permutation, the `byte_data.len()` must be greater than or [INFO] [stdout] | ^^^^ no item named `b,nr` 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 `b,nr` [INFO] [stdout] --> src/keccak/keccak.rs:377:25 [INFO] [stdout] | [INFO] [stdout] 377 | /// Sponge[Keccak-p[b,nr], pad10*1, rate] [INFO] [stdout] | ^^^^ no item named `b,nr` 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 `b,nr` [INFO] [stdout] --> src/keccak/keccak.rs:393:25 [INFO] [stdout] | [INFO] [stdout] 393 | /// Sponge[Keccak-p[b,nr], pad10*1, rate] [INFO] [stdout] | ^^^^ no item named `b,nr` 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/sha3/sha3.rs:7:12 [INFO] [stdout] | [INFO] [stdout] 7 | //! KECCAK[c] = SPONGE[KECCAK-p[1600, 24], pad10*1, 1600-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 `c` [INFO] [stdout] --> src/sha3/sha3.rs:8:12 [INFO] [stdout] | [INFO] [stdout] 8 | //! KECCAK[c](N, d) = SPONGE[KECCAK-p[1600, 24], pad10*1, 1600-c](N, d); [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 `c` [INFO] [stdout] --> src/sha3/shake.rs:7:12 [INFO] [stdout] | [INFO] [stdout] 7 | //! KECCAK[c] = SPONGE[KECCAK-p[1600, 24], pad10*1, 1600-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 `c` [INFO] [stdout] --> src/sha3/shake.rs:8:12 [INFO] [stdout] | [INFO] [stdout] 8 | //! KECCAK[c](N, d) = SPONGE[KECCAK-p[1600, 24], pad10*1, 1600-c](N, d); [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 `1` [INFO] [stdout] --> src/rsa/rsa.rs:399:60 [INFO] [stdout] | [INFO] [stdout] 399 | /// size and the given random source, as suggested in [1]. Although the public [INFO] [stdout] | ^ no item named `1` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `2` [INFO] [stdout] --> src/rsa/rsa.rs:405:21 [INFO] [stdout] | [INFO] [stdout] 405 | /// Table 1 in [2] suggests maximum numbers of primes for a given size. [INFO] [stdout] | ^ no item named `2` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `1` [INFO] [stdout] --> src/rsa/rsa.rs:407:10 [INFO] [stdout] | [INFO] [stdout] 407 | /// [1] US patent 4405829 (1972, expired) [INFO] [stdout] | ^ no item named `1` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `2` [INFO] [stdout] --> src/rsa/rsa.rs:408:10 [INFO] [stdout] | [INFO] [stdout] 408 | /// [2] http://www.cacr.math.uwaterloo.ca/techreports/2006/cacr2006-16.pdf [INFO] [stdout] | ^ no item named `2` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `1` [INFO] [stdout] --> src/rsa/pss.rs:259:71 [INFO] [stdout] | [INFO] [stdout] 259 | /// signPSSWithSalt calculates the signature of hashed using PSS [1] with specified salt. [INFO] [stdout] | ^ no item named `1` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `1` [INFO] [stdout] --> src/elliptic/p224.rs:4:62 [INFO] [stdout] | [INFO] [stdout] 4 | //! See https://www.imperialviolet.org/2010/12/04/ecc.html ([1]) for background. [INFO] [stdout] | ^ no item named `1` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `i` [INFO] [stdout] --> src/elliptic/p224.rs:81:11 [INFO] [stdout] | [INFO] [stdout] 81 | /// a[i] < 2**29, b[i] < 2**30 (or vice versa) [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/elliptic/p224.rs:81:25 [INFO] [stdout] | [INFO] [stdout] 81 | /// a[i] < 2**29, b[i] < 2**30 (or vice versa) [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/elliptic/p224.rs:82:13 [INFO] [stdout] | [INFO] [stdout] 82 | /// out[i] < 2**29 [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/elliptic/p224.rs:105:11 [INFO] [stdout] | [INFO] [stdout] 105 | /// a[i] < 2**29 [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/elliptic/p224.rs:106:13 [INFO] [stdout] | [INFO] [stdout] 106 | /// out[i] < 2**29 [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/elliptic/p224.rs:162:12 [INFO] [stdout] | [INFO] [stdout] 162 | /// in[i] < 2**62 [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/elliptic/p224.rs:201:21 [INFO] [stdout] | [INFO] [stdout] 201 | /// On entry: a[i] < 2**31 + 2**30 [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/elliptic/p224.rs:202:20 [INFO] [stdout] | [INFO] [stdout] 202 | /// On exit: a[i] < 2**29 [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/elliptic/p224.rs:371:22 [INFO] [stdout] | [INFO] [stdout] 371 | /// On entry, in[i] < 2**29 [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/elliptic/p224.rs:372:21 [INFO] [stdout] | [INFO] [stdout] 372 | /// On exit, in[i] < 2**28 [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/elliptic/p224.rs:492:11 [INFO] [stdout] | [INFO] [stdout] 492 | /// a[i] < 2**29 [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/elliptic/p256.rs:15:9 [INFO] [stdout] | [INFO] [stdout] 15 | /// x[0] + (x[1] * 2**29) + (x[2] * 2**57) + ... + (x[8] * 2**228) [INFO] [stdout] | ^ no item named `0` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `1` [INFO] [stdout] --> src/elliptic/p256.rs:15:17 [INFO] [stdout] | [INFO] [stdout] 15 | /// x[0] + (x[1] * 2**29) + (x[2] * 2**57) + ... + (x[8] * 2**228) [INFO] [stdout] | ^ no item named `1` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `2` [INFO] [stdout] --> src/elliptic/p256.rs:15:34 [INFO] [stdout] | [INFO] [stdout] 15 | /// x[0] + (x[1] * 2**29) + (x[2] * 2**57) + ... + (x[8] * 2**228) [INFO] [stdout] | ^ no item named `2` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `8` [INFO] [stdout] --> src/elliptic/p256.rs:15:57 [INFO] [stdout] | [INFO] [stdout] 15 | /// x[0] + (x[1] * 2**29) + (x[2] * 2**57) + ... + (x[8] * 2**228) [INFO] [stdout] | ^ no item named `8` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `i` [INFO] [stdout] --> src/elliptic/p256.rs:303:23 [INFO] [stdout] | [INFO] [stdout] 303 | /// On entry: tmp[i] < 2**64 [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/elliptic/p256.rs:960:37 [INFO] [stdout] | [INFO] [stdout] 960 | /// On entry: index < 16, table[0] must be zero. [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/elliptic/p256.rs:984:37 [INFO] [stdout] | [INFO] [stdout] 984 | /// On entry: index < 16, table[0] must be zero. [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: this URL is not a hyperlink [INFO] [stdout] --> src/aes/mod.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | //! https://www.cnblogs.com/mengsuenyan/p/12697694.html [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(rustdoc::bare_urls)]` on by default [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/aes/aes_amd64.rs:7:5 [INFO] [stdout] | [INFO] [stdout] 7 | //! https://www.cnblogs.com/mengsuenyan/p/12697694.html [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/aes/aes.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | //! https://www.cnblogs.com/mengsuenyan/p/12697694.html [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/des/mod.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | //! https://www.cnblogs.com/mengsuenyan/p/12905365.html [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/des/des.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | //! https://www.cnblogs.com/mengsuenyan/p/12905365.html [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/md5/md5.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | //! https://www.cnblogs.com/mengsuenyan/p/12697709.html [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/sha/const_tables.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | //! https://www.cnblogs.com/mengsuenyan/p/12697811.html [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/sha/sha1.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | //! https://www.cnblogs.com/mengsuenyan/p/12697811.html#toc [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/sha/sha256.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | //! https://www.cnblogs.com/mengsuenyan/p/12697811.html#toc [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/sha/sha512.rs:4:5 [INFO] [stdout] | [INFO] [stdout] 4 | //! https://www.cnblogs.com/mengsuenyan/p/12697811.html [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/sm3/mod.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | //! https://www.cnblogs.com/mengsuenyan/p/13183543.html [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/sm3/sm3.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | //! https://www.cnblogs.com/mengsuenyan/p/13183543.html [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/keccak/keccak.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | //! https://www.cnblogs.com/mengsuenyan/p/13182759.html [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/sha3/sha3.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | //! https://www.cnblogs.com/mengsuenyan/p/13182759.html [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/sha3/shake.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | //! https://www.cnblogs.com/mengsuenyan/p/13182759.html [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/hmac/hmac.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | //! https://www.cnblogs.com/mengsuenyan/p/12699175.html [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/zuc/mod.rs:4:5 [INFO] [stdout] | [INFO] [stdout] 4 | //! https://www.cnblogs.com/mengsuenyan/p/13819504.html [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/sm4/mod.rs:4:5 [INFO] [stdout] | [INFO] [stdout] 4 | //! https://www.cnblogs.com/mengsuenyan/p/13819849.html [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/cmac/const_tables.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | //! https://op.dr.eck.cologne/en/theme/crypto_karisik/eax_cmac_problem.shtml [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/rsa/rsa.rs:408:13 [INFO] [stdout] | [INFO] [stdout] 408 | /// [2] http://www.cacr.math.uwaterloo.ca/techreports/2006/cacr2006-16.pdf [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/elliptic/elliptic.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | /// See https://www.hyperelliptic.org/EFD/g1p/auto-shortw.html [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/elliptic/p224.rs:4:9 [INFO] [stdout] | [INFO] [stdout] 4 | //! See https://www.imperialviolet.org/2010/12/04/ecc.html ([1]) for background. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/elliptic/p256.rs:823:13 [INFO] [stdout] | [INFO] [stdout] 823 | /// See https://www.hyperelliptic.org/EFD/g1p/auto-shortw-jacobian-0.html#doubling-dbl-2009-l [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/elliptic/p256.rs:866:13 [INFO] [stdout] | [INFO] [stdout] 866 | /// See https://www.hyperelliptic.org/EFD/g1p/auto-shortw-jacobian-0.html#addition-add-2007-bl [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/elliptic/p256.rs:904:13 [INFO] [stdout] | [INFO] [stdout] 904 | /// See https://www.hyperelliptic.org/EFD/g1p/auto-shortw-jacobian-0.html#addition-add-2007-bl [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 59 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 3.07s [INFO] running `Command { std: "docker" "inspect" "f7b1beece44e5d216809f8c8a72d94d02a4918f33a75b4255c9c89bcf4ce2147", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f7b1beece44e5d216809f8c8a72d94d02a4918f33a75b4255c9c89bcf4ce2147", kill_on_drop: false }` [INFO] [stdout] f7b1beece44e5d216809f8c8a72d94d02a4918f33a75b4255c9c89bcf4ce2147 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-21/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-21/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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "DOCS_RS=1" "-e" "RUSTC_BOOTSTRAP=1" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d190cb871061d98bc6d0581d85cb2ecb09a0f8a142ba5463de30be9999fc3251" "/opt/rustwide/cargo-home/bin/cargo" "+1.61.0" "rustdoc" "--lib" "-Zrustdoc-map" "--frozen" "--message-format=json" "--" "-Z" "unstable-options" "--document-private-items", kill_on_drop: false }` [INFO] [stdout] 95ddb97414e4751db874a172d8abc3c079ff902dc77121ea21c742a6e77af096 [INFO] running `Command { std: "docker" "start" "-a" "95ddb97414e4751db874a172d8abc3c079ff902dc77121ea21c742a6e77af096", kill_on_drop: false }` [INFO] [stderr] Compiling rmath v0.1.5 [INFO] [stderr] Compiling rcrypto v0.2.0 (/opt/rustwide/workdir) [INFO] [stderr] Documenting rcrypto v0.2.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unresolved link to `x,y,z` [INFO] [stdout] --> src/keccak/keccak.rs:20:20 [INFO] [stdout] | [INFO] [stdout] 20 | /// state array, A[x,y,z] = S[w(5y+x)+z] [INFO] [stdout] | ^^^^^ no item named `x,y,z` in scope [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `b,nr` [INFO] [stdout] --> src/keccak/keccak.rs:156:18 [INFO] [stdout] | [INFO] [stdout] 156 | /// KECCAK-p[b,nr] [INFO] [stdout] | ^^^^ no item named `b,nr` 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 `b,nr` [INFO] [stdout] --> src/keccak/keccak.rs:325:44 [INFO] [stdout] | [INFO] [stdout] 325 | /// the round function of the KECCAK-p[b,nr] [INFO] [stdout] | ^^^^ no item named `b,nr` 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 `b,nr` [INFO] [stdout] --> src/keccak/keccak.rs:354:30 [INFO] [stdout] | [INFO] [stdout] 354 | /// perform the KECCAK-p[b,nr] permutation, the `byte_data.len()` must be greater than or [INFO] [stdout] | ^^^^ no item named `b,nr` 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 `b,nr` [INFO] [stdout] --> src/keccak/keccak.rs:377:25 [INFO] [stdout] | [INFO] [stdout] 377 | /// Sponge[Keccak-p[b,nr], pad10*1, rate] [INFO] [stdout] | ^^^^ no item named `b,nr` 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 `b,nr` [INFO] [stdout] --> src/keccak/keccak.rs:393:25 [INFO] [stdout] | [INFO] [stdout] 393 | /// Sponge[Keccak-p[b,nr], pad10*1, rate] [INFO] [stdout] | ^^^^ no item named `b,nr` 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/sha3/sha3.rs:7:12 [INFO] [stdout] | [INFO] [stdout] 7 | //! KECCAK[c] = SPONGE[KECCAK-p[1600, 24], pad10*1, 1600-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 `c` [INFO] [stdout] --> src/sha3/sha3.rs:8:12 [INFO] [stdout] | [INFO] [stdout] 8 | //! KECCAK[c](N, d) = SPONGE[KECCAK-p[1600, 24], pad10*1, 1600-c](N, d); [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 `c` [INFO] [stdout] --> src/sha3/shake.rs:7:12 [INFO] [stdout] | [INFO] [stdout] 7 | //! KECCAK[c] = SPONGE[KECCAK-p[1600, 24], pad10*1, 1600-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 `c` [INFO] [stdout] --> src/sha3/shake.rs:8:12 [INFO] [stdout] | [INFO] [stdout] 8 | //! KECCAK[c](N, d) = SPONGE[KECCAK-p[1600, 24], pad10*1, 1600-c](N, d); [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 `1` [INFO] [stdout] --> src/rsa/rsa.rs:399:60 [INFO] [stdout] | [INFO] [stdout] 399 | /// size and the given random source, as suggested in [1]. Although the public [INFO] [stdout] | ^ no item named `1` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `2` [INFO] [stdout] --> src/rsa/rsa.rs:405:21 [INFO] [stdout] | [INFO] [stdout] 405 | /// Table 1 in [2] suggests maximum numbers of primes for a given size. [INFO] [stdout] | ^ no item named `2` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `1` [INFO] [stdout] --> src/rsa/rsa.rs:407:10 [INFO] [stdout] | [INFO] [stdout] 407 | /// [1] US patent 4405829 (1972, expired) [INFO] [stdout] | ^ no item named `1` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `2` [INFO] [stdout] --> src/rsa/rsa.rs:408:10 [INFO] [stdout] | [INFO] [stdout] 408 | /// [2] http://www.cacr.math.uwaterloo.ca/techreports/2006/cacr2006-16.pdf [INFO] [stdout] | ^ no item named `2` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `1` [INFO] [stdout] --> src/rsa/pss.rs:259:71 [INFO] [stdout] | [INFO] [stdout] 259 | /// signPSSWithSalt calculates the signature of hashed using PSS [1] with specified salt. [INFO] [stdout] | ^ no item named `1` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `1` [INFO] [stdout] --> src/elliptic/p224.rs:4:62 [INFO] [stdout] | [INFO] [stdout] 4 | //! See https://www.imperialviolet.org/2010/12/04/ecc.html ([1]) for background. [INFO] [stdout] | ^ no item named `1` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `i` [INFO] [stdout] --> src/elliptic/p224.rs:81:11 [INFO] [stdout] | [INFO] [stdout] 81 | /// a[i] < 2**29, b[i] < 2**30 (or vice versa) [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/elliptic/p224.rs:81:25 [INFO] [stdout] | [INFO] [stdout] 81 | /// a[i] < 2**29, b[i] < 2**30 (or vice versa) [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/elliptic/p224.rs:82:13 [INFO] [stdout] | [INFO] [stdout] 82 | /// out[i] < 2**29 [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/elliptic/p224.rs:105:11 [INFO] [stdout] | [INFO] [stdout] 105 | /// a[i] < 2**29 [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/elliptic/p224.rs:106:13 [INFO] [stdout] | [INFO] [stdout] 106 | /// out[i] < 2**29 [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/elliptic/p224.rs:162:12 [INFO] [stdout] | [INFO] [stdout] 162 | /// in[i] < 2**62 [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/elliptic/p224.rs:201:21 [INFO] [stdout] | [INFO] [stdout] 201 | /// On entry: a[i] < 2**31 + 2**30 [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/elliptic/p224.rs:202:20 [INFO] [stdout] | [INFO] [stdout] 202 | /// On exit: a[i] < 2**29 [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/elliptic/p224.rs:371:22 [INFO] [stdout] | [INFO] [stdout] 371 | /// On entry, in[i] < 2**29 [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/elliptic/p224.rs:372:21 [INFO] [stdout] | [INFO] [stdout] 372 | /// On exit, in[i] < 2**28 [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/elliptic/p224.rs:492:11 [INFO] [stdout] | [INFO] [stdout] 492 | /// a[i] < 2**29 [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/elliptic/p256.rs:15:9 [INFO] [stdout] | [INFO] [stdout] 15 | /// x[0] + (x[1] * 2**29) + (x[2] * 2**57) + ... + (x[8] * 2**228) [INFO] [stdout] | ^ no item named `0` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `1` [INFO] [stdout] --> src/elliptic/p256.rs:15:17 [INFO] [stdout] | [INFO] [stdout] 15 | /// x[0] + (x[1] * 2**29) + (x[2] * 2**57) + ... + (x[8] * 2**228) [INFO] [stdout] | ^ no item named `1` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `2` [INFO] [stdout] --> src/elliptic/p256.rs:15:34 [INFO] [stdout] | [INFO] [stdout] 15 | /// x[0] + (x[1] * 2**29) + (x[2] * 2**57) + ... + (x[8] * 2**228) [INFO] [stdout] | ^ no item named `2` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `8` [INFO] [stdout] --> src/elliptic/p256.rs:15:57 [INFO] [stdout] | [INFO] [stdout] 15 | /// x[0] + (x[1] * 2**29) + (x[2] * 2**57) + ... + (x[8] * 2**228) [INFO] [stdout] | ^ no item named `8` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `i` [INFO] [stdout] --> src/elliptic/p256.rs:303:23 [INFO] [stdout] | [INFO] [stdout] 303 | /// On entry: tmp[i] < 2**64 [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/elliptic/p256.rs:960:37 [INFO] [stdout] | [INFO] [stdout] 960 | /// On entry: index < 16, table[0] must be zero. [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/elliptic/p256.rs:984:37 [INFO] [stdout] | [INFO] [stdout] 984 | /// On entry: index < 16, table[0] must be zero. [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: this URL is not a hyperlink [INFO] [stdout] --> src/aes/mod.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | //! https://www.cnblogs.com/mengsuenyan/p/12697694.html [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(rustdoc::bare_urls)]` on by default [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/aes/aes_amd64.rs:7:5 [INFO] [stdout] | [INFO] [stdout] 7 | //! https://www.cnblogs.com/mengsuenyan/p/12697694.html [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/aes/aes.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | //! https://www.cnblogs.com/mengsuenyan/p/12697694.html [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/des/mod.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | //! https://www.cnblogs.com/mengsuenyan/p/12905365.html [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/des/des.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | //! https://www.cnblogs.com/mengsuenyan/p/12905365.html [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/md5/md5.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | //! https://www.cnblogs.com/mengsuenyan/p/12697709.html [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/sha/const_tables.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | //! https://www.cnblogs.com/mengsuenyan/p/12697811.html [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/sha/sha1.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | //! https://www.cnblogs.com/mengsuenyan/p/12697811.html#toc [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/sha/sha256.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | //! https://www.cnblogs.com/mengsuenyan/p/12697811.html#toc [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/sha/sha512.rs:4:5 [INFO] [stdout] | [INFO] [stdout] 4 | //! https://www.cnblogs.com/mengsuenyan/p/12697811.html [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/sm3/mod.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | //! https://www.cnblogs.com/mengsuenyan/p/13183543.html [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/sm3/sm3.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | //! https://www.cnblogs.com/mengsuenyan/p/13183543.html [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/keccak/keccak.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | //! https://www.cnblogs.com/mengsuenyan/p/13182759.html [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/sha3/sha3.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | //! https://www.cnblogs.com/mengsuenyan/p/13182759.html [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/sha3/shake.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | //! https://www.cnblogs.com/mengsuenyan/p/13182759.html [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/hmac/hmac.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | //! https://www.cnblogs.com/mengsuenyan/p/12699175.html [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/zuc/mod.rs:4:5 [INFO] [stdout] | [INFO] [stdout] 4 | //! https://www.cnblogs.com/mengsuenyan/p/13819504.html [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/sm4/mod.rs:4:5 [INFO] [stdout] | [INFO] [stdout] 4 | //! https://www.cnblogs.com/mengsuenyan/p/13819849.html [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/cmac/const_tables.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | //! https://op.dr.eck.cologne/en/theme/crypto_karisik/eax_cmac_problem.shtml [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/rsa/rsa.rs:408:13 [INFO] [stdout] | [INFO] [stdout] 408 | /// [2] http://www.cacr.math.uwaterloo.ca/techreports/2006/cacr2006-16.pdf [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/elliptic/elliptic.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | /// See https://www.hyperelliptic.org/EFD/g1p/auto-shortw.html [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/elliptic/p224.rs:4:9 [INFO] [stdout] | [INFO] [stdout] 4 | //! See https://www.imperialviolet.org/2010/12/04/ecc.html ([1]) for background. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/elliptic/p256.rs:823:13 [INFO] [stdout] | [INFO] [stdout] 823 | /// See https://www.hyperelliptic.org/EFD/g1p/auto-shortw-jacobian-0.html#doubling-dbl-2009-l [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/elliptic/p256.rs:866:13 [INFO] [stdout] | [INFO] [stdout] 866 | /// See https://www.hyperelliptic.org/EFD/g1p/auto-shortw-jacobian-0.html#addition-add-2007-bl [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/elliptic/p256.rs:904:13 [INFO] [stdout] | [INFO] [stdout] 904 | /// See https://www.hyperelliptic.org/EFD/g1p/auto-shortw-jacobian-0.html#addition-add-2007-bl [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 59 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 3.43s [INFO] running `Command { std: "docker" "inspect" "95ddb97414e4751db874a172d8abc3c079ff902dc77121ea21c742a6e77af096", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "95ddb97414e4751db874a172d8abc3c079ff902dc77121ea21c742a6e77af096", kill_on_drop: false }` [INFO] [stdout] 95ddb97414e4751db874a172d8abc3c079ff902dc77121ea21c742a6e77af096