[INFO] cloning repository https://github.com/feadoor/cryptopals [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/feadoor/cryptopals" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ffeadoor%2Fcryptopals", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ffeadoor%2Fcryptopals'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 393c0ebb4dddde4b2ccc1286c8ee846b8ab6d1b5 [INFO] documenting feadoor/cryptopals against 1.61.0 for beta-1.62-rustdoc-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ffeadoor%2Fcryptopals" "/workspace/builds/worker-23/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-23/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/feadoor/cryptopals 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 git repo https://github.com/feadoor/cryptopals [INFO] finished tweaking git repo https://github.com/feadoor/cryptopals [INFO] tweaked toml for git repo https://github.com/feadoor/cryptopals written to /workspace/builds/worker-23/source/Cargo.toml [INFO] crate git repo https://github.com/feadoor/cryptopals already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.61.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-23/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-23/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] c690ca63b67c1b33a0e5f974eb011179a652f956f06dc1da87d36ff1a87a838e [INFO] running `Command { std: "docker" "start" "-a" "c690ca63b67c1b33a0e5f974eb011179a652f956f06dc1da87d36ff1a87a838e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "c690ca63b67c1b33a0e5f974eb011179a652f956f06dc1da87d36ff1a87a838e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c690ca63b67c1b33a0e5f974eb011179a652f956f06dc1da87d36ff1a87a838e", kill_on_drop: false }` [INFO] [stdout] c690ca63b67c1b33a0e5f974eb011179a652f956f06dc1da87d36ff1a87a838e [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-23/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-23/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] c6dd3b0b0d813f57c4f822e2e8d0d83c081a80d0e1464b489d5c98750a5b4de2 [INFO] running `Command { std: "docker" "start" "-a" "c6dd3b0b0d813f57c4f822e2e8d0d83c081a80d0e1464b489d5c98750a5b4de2", kill_on_drop: false }` [INFO] [stderr] Checking libc v0.2.15 [INFO] [stderr] Checking ansi_term v0.9.0 [INFO] [stderr] Checking rand v0.3.14 [INFO] [stderr] Documenting cryptopals v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/utils/data.rs:150:21 [INFO] [stdout] | [INFO] [stdout] 150 | b'A'...b'Z' => next_bytes |= (ch - b'A') as u32, [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(ellipsis_inclusive_range_patterns)]` on by default [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/utils/data.rs:151:21 [INFO] [stdout] | [INFO] [stdout] 151 | b'a'...b'z' => next_bytes |= (ch - b'a' + 26) as u32, [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/utils/data.rs:152:21 [INFO] [stdout] | [INFO] [stdout] 152 | b'0'...b'9' => next_bytes |= (ch - b'0' + 52) as u32, [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/utils/metrics.rs:76:17 [INFO] [stdout] | [INFO] [stdout] 76 | 0x21...0x40 => score += 0.5, [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/utils/metrics.rs:77:17 [INFO] [stdout] | [INFO] [stdout] 77 | 0x00...0x08 | 0x14...0x1F => score += -10.0, [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/utils/metrics.rs:77:31 [INFO] [stdout] | [INFO] [stdout] 77 | 0x00...0x08 | 0x14...0x1F => score += -10.0, [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/main.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | //! https://cryptopals.com/ [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/utils/block/aes.rs:60:26 [INFO] [stdout] | [INFO] [stdout] 60 | /// See section 5.2.1 of http://csrc.nist.gov/archive/aes/rijndael/Rijndael-ammended.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/utils/block/aes.rs:102:26 [INFO] [stdout] | [INFO] [stdout] 102 | /// See section 5.2.1 of http://csrc.nist.gov/archive/aes/rijndael/Rijndael-ammended.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/utils/block/aes.rs:144:26 [INFO] [stdout] | [INFO] [stdout] 144 | /// See section 5.2.1 of http://csrc.nist.gov/archive/aes/rijndael/Rijndael-ammended.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/utils/block/aes.rs:186:26 [INFO] [stdout] | [INFO] [stdout] 186 | /// See section 5.2.1 of http://csrc.nist.gov/archive/aes/rijndael/Rijndael-ammended.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/utils/block/aes.rs:228:28 [INFO] [stdout] | [INFO] [stdout] 228 | /// See section 5.3.4.2 of http://csrc.nist.gov/archive/aes/rijndael/Rijndael-ammended.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/utils/block/aes.rs:270:28 [INFO] [stdout] | [INFO] [stdout] 270 | /// See section 5.3.4.2 of http://csrc.nist.gov/archive/aes/rijndael/Rijndael-ammended.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/utils/block/aes.rs:312:28 [INFO] [stdout] | [INFO] [stdout] 312 | /// See section 5.3.4.2 of http://csrc.nist.gov/archive/aes/rijndael/Rijndael-ammended.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/utils/block/aes.rs:354:28 [INFO] [stdout] | [INFO] [stdout] 354 | /// See section 5.3.4.2 of http://csrc.nist.gov/archive/aes/rijndael/Rijndael-ammended.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/utils/block/aes.rs:396:28 [INFO] [stdout] | [INFO] [stdout] 396 | /// See section 5.3.4.2 of http://crsc.mist.gov/archive/aes/rijndael/Rijndael-ammended.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/utils/block/aes.rs:438:28 [INFO] [stdout] | [INFO] [stdout] 438 | /// See section 5.3.4.2 of http://crsc.mist.gov/archive/aes/rijndael/Rijndael-ammended.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/utils/block/aes.rs:480:28 [INFO] [stdout] | [INFO] [stdout] 480 | /// See section 5.3.4.2 of http://crsc.mist.gov/archive/aes/rijndael/Rijndael-ammended.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/utils/block/aes.rs:522:28 [INFO] [stdout] | [INFO] [stdout] 522 | /// See section 5.3.4.2 of http://crsc.mist.gov/archive/aes/rijndael/Rijndael-ammended.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: 19 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2.21s [INFO] running `Command { std: "docker" "inspect" "c6dd3b0b0d813f57c4f822e2e8d0d83c081a80d0e1464b489d5c98750a5b4de2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c6dd3b0b0d813f57c4f822e2e8d0d83c081a80d0e1464b489d5c98750a5b4de2", kill_on_drop: false }` [INFO] [stdout] c6dd3b0b0d813f57c4f822e2e8d0d83c081a80d0e1464b489d5c98750a5b4de2