[INFO] crate rust-crypto-wasm 0.3.1 is already in cache [INFO] documenting rust-crypto-wasm-0.3.1 against try#66dfc4e010913fbed0c4ea91fc2c010004b0f441 for pr-73566 [INFO] extracting crate rust-crypto-wasm 0.3.1 into /workspace/builds/worker-1/source [INFO] validating manifest of crates.io crate rust-crypto-wasm 0.3.1 on toolchain 66dfc4e010913fbed0c4ea91fc2c010004b0f441 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+66dfc4e010913fbed0c4ea91fc2c010004b0f441" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking crates.io crate rust-crypto-wasm 0.3.1 [INFO] finished tweaking crates.io crate rust-crypto-wasm 0.3.1 [INFO] tweaked toml for crates.io crate rust-crypto-wasm 0.3.1 written to /workspace/builds/worker-1/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+66dfc4e010913fbed0c4ea91fc2c010004b0f441" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+66dfc4e010913fbed0c4ea91fc2c010004b0f441" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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" "+66dfc4e010913fbed0c4ea91fc2c010004b0f441" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] a0385683d2305431151a6935f4b229485c49010a9c473204edbc9ca57c6691b1 [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" "a0385683d2305431151a6935f4b229485c49010a9c473204edbc9ca57c6691b1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "a0385683d2305431151a6935f4b229485c49010a9c473204edbc9ca57c6691b1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a0385683d2305431151a6935f4b229485c49010a9c473204edbc9ca57c6691b1", kill_on_drop: false }` [INFO] [stdout] a0385683d2305431151a6935f4b229485c49010a9c473204edbc9ca57c6691b1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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" "+66dfc4e010913fbed0c4ea91fc2c010004b0f441" "doc" "--frozen" "--no-deps" "--document-private-items" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 14d09d52c0f9492e332c64be55fb4c05d537dd2b6c1a3fe99304be6cb78a935d [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" "14d09d52c0f9492e332c64be55fb4c05d537dd2b6c1a3fe99304be6cb78a935d", kill_on_drop: false }` [INFO] [stderr] Checking hex v0.2.0 [INFO] [stderr] Compiling rust-crypto-wasm v0.3.1 (/opt/rustwide/workdir) [INFO] [stderr] Checking base64 v0.5.2 [INFO] [stdout] warning: use of deprecated item 'gcc::Config': gcc::Config has been renamed to gcc::Build [INFO] [stdout] --> build.rs:16:26 [INFO] [stdout] | [INFO] [stdout] 16 | let mut config = gcc::Config::new(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'gcc::Config': gcc::Config has been renamed to gcc::Build [INFO] [stdout] --> build.rs:25:23 [INFO] [stdout] | [INFO] [stdout] 25 | let mut cfg = gcc::Config::new(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'gcc::Build::new': crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stdout] --> build.rs:16:26 [INFO] [stdout] | [INFO] [stdout] 16 | let mut config = gcc::Config::new(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'gcc::Build::new': crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stdout] --> build.rs:25:23 [INFO] [stdout] | [INFO] [stdout] 25 | let mut cfg = gcc::Config::new(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 4 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Documenting rust-crypto-wasm v0.3.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/fortuna.rs:63:29 [INFO] [stdout] | [INFO] [stdout] 63 | const MAX_GEN_SIZE: usize = (1 << 20); [INFO] [stdout] | ^^^^^^^^^ help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_parens)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around const expression [INFO] [stdout] --> src/fortuna.rs:225:32 [INFO] [stdout] | [INFO] [stdout] 225 | let mut hash = [0; (32 * NUM_POOLS)]; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `[1]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/aessafe.rs:37:11 [INFO] [stdout] | [INFO] [stdout] 37 | problems [1]. The issue is that not all table lookups occur in constant time - an address that was [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: `[4]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/aessafe.rs:49:97 [INFO] [stdout] | [INFO] [stdout] 49 | techniques. One of the earliest implementations of this technique was for a DES implementation [4]. [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: `[5]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/aessafe.rs:64:88 [INFO] [stdout] | [INFO] [stdout] 64 | 128 bits (as in an XMM register). This implementation follows the same strategy as in [5] and that [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: `[5]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/aessafe.rs:73:38 [INFO] [stdout] | [INFO] [stdout] 73 | for the MixColumns step. Again, see [5] for details. Due to the design of AES, its them possible to [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: `[5]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/aessafe.rs:82:16 [INFO] [stdout] | [INFO] [stdout] 82 | formulas from [5], [6], and [7] to implement these steps. [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: `[6]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/aessafe.rs:82:21 [INFO] [stdout] | [INFO] [stdout] 82 | formulas from [5], [6], and [7] to implement these steps. [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: `[7]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/aessafe.rs:82:30 [INFO] [stdout] | [INFO] [stdout] 82 | formulas from [5], [6], and [7] to implement these steps. [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: `[7]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/aessafe.rs:105:78 [INFO] [stdout] | [INFO] [stdout] 105 | finite field which allows for efficient computation of the AES S-Boxes. See [7] for details. [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: `[1]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/aessafe.rs:109:2 [INFO] [stdout] | [INFO] [stdout] 109 | [1] - "Cache-Collision Timing Attacks Against AES". Joseph Bonneau and Ilya Mironov. [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: `[2]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/aessafe.rs:111:2 [INFO] [stdout] | [INFO] [stdout] 111 | [2] - "Software mitigations to hedge AES against cache-based software side channel vulnerabilities". [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: `[3]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/aessafe.rs:113:2 [INFO] [stdout] | [INFO] [stdout] 113 | [3] - "Cache Attacks and Countermeasures: the Case of AES (Extended Version)". [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: `[4]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/aessafe.rs:115:2 [INFO] [stdout] | [INFO] [stdout] 115 | [4] - "A Fast New DES Implementation in Software". Eli Biham. [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: `[5]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/aessafe.rs:117:2 [INFO] [stdout] | [INFO] [stdout] 117 | [5] - "Faster and Timing-Attack Resistant AES-GCM". Emilia K ̈asper and Peter Schwabe. [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: `[6]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/aessafe.rs:119:2 [INFO] [stdout] | [INFO] [stdout] 119 | [6] - "FAST AES DECRYPTION". Vinit Azad. http://webcache.googleusercontent.com/ [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: `[7]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/aessafe.rs:122:2 [INFO] [stdout] | [INFO] [stdout] 122 | [7] - "A Very Compact Rijndael S-box". D. Canright. [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: `[1]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/scrypt.rs:8:79 [INFO] [stdout] | [INFO] [stdout] 8 | * This module implements the Scrypt key derivation function as specified in [1]. [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: `[1]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/scrypt.rs:11:5 [INFO] [stdout] | [INFO] [stdout] 11 | * [1] - C. Percival. Stronger Key Derivation Via Sequential Memory-Hard Functions. [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: 19 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 3.85s [INFO] running `Command { std: "docker" "inspect" "14d09d52c0f9492e332c64be55fb4c05d537dd2b6c1a3fe99304be6cb78a935d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "14d09d52c0f9492e332c64be55fb4c05d537dd2b6c1a3fe99304be6cb78a935d", kill_on_drop: false }` [INFO] [stdout] 14d09d52c0f9492e332c64be55fb4c05d537dd2b6c1a3fe99304be6cb78a935d