[INFO] fetching crate bls12_381 0.7.0... [INFO] documenting bls12_381-0.7.0 against 1.61.0 for beta-1.62-rustdoc-1 [INFO] extracting crate bls12_381 0.7.0 into /workspace/builds/worker-49/source [INFO] validating manifest of crates.io crate bls12_381 0.7.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] removed /workspace/builds/worker-49/source/rust-toolchain [INFO] started tweaking crates.io crate bls12_381 0.7.0 [INFO] finished tweaking crates.io crate bls12_381 0.7.0 [INFO] tweaked toml for crates.io crate bls12_381 0.7.0 written to /workspace/builds/worker-49/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] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-49/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-49/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] 5849ac29a8f364918282e1d8aebf17d319a39e395c5771952fb23f494e088853 [INFO] running `Command { std: "docker" "start" "-a" "5849ac29a8f364918282e1d8aebf17d319a39e395c5771952fb23f494e088853", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "5849ac29a8f364918282e1d8aebf17d319a39e395c5771952fb23f494e088853", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5849ac29a8f364918282e1d8aebf17d319a39e395c5771952fb23f494e088853", kill_on_drop: false }` [INFO] [stdout] 5849ac29a8f364918282e1d8aebf17d319a39e395c5771952fb23f494e088853 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-49/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-49/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] 677739ff53c7c74b15470de64dc1a244aafa3627169af5105a43325f90b0b095 [INFO] running `Command { std: "docker" "start" "-a" "677739ff53c7c74b15470de64dc1a244aafa3627169af5105a43325f90b0b095", kill_on_drop: false }` [INFO] [stderr] Compiling radium v0.7.0 [INFO] [stderr] Checking tap v1.0.1 [INFO] [stderr] Checking funty v2.0.0 [INFO] [stderr] Checking subtle v2.4.1 [INFO] [stderr] Checking rand_core v0.6.3 [INFO] [stderr] Checking byteorder v1.4.3 [INFO] [stderr] Checking wyz v0.5.0 [INFO] [stderr] Checking bitvec v1.0.0 [INFO] [stderr] Checking ff v0.12.0 [INFO] [stderr] Checking group v0.12.0 [INFO] [stderr] Checking pairing v0.22.0 [INFO] [stderr] Documenting bls12_381 v0.7.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/notes/design.rs:66:70 [INFO] [stdout] | [INFO] [stdout] 66 | //! To use the fast subgroup check algorithm for $\mathbb{G_1}$ from https://eprint.iacr.org/2019/814.pdf and [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/notes/design.rs:67:5 [INFO] [stdout] | [INFO] [stdout] 67 | //! https://eprint.iacr.org/2021/1130, it is necessary to find a nontrivial cube root of [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/notes/design.rs:91:70 [INFO] [stdout] | [INFO] [stdout] 91 | //! To use the fast subgroup check algorithm for $\mathbb{G_2}$ from https://eprint.iacr.org/2019/814.pdf and [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/notes/design.rs:92:5 [INFO] [stdout] | [INFO] [stdout] 92 | //! https://eprint.iacr.org/2021/1130, it is necessary to find the endomorphism: [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: 4 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 8.56s [INFO] running `Command { std: "docker" "inspect" "677739ff53c7c74b15470de64dc1a244aafa3627169af5105a43325f90b0b095", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "677739ff53c7c74b15470de64dc1a244aafa3627169af5105a43325f90b0b095", kill_on_drop: false }` [INFO] [stdout] 677739ff53c7c74b15470de64dc1a244aafa3627169af5105a43325f90b0b095 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-49/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-49/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" "RUSTC_BOOTSTRAP=1" "-e" "DOCS_RS=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" "--" "--html-in-header" "katex-header.html" "-Z" "unstable-options" "--document-private-items", kill_on_drop: false }` [INFO] [stdout] 060d81dee7abcba0a93e377391ca7c3f2ce657e727e8ef620921dccd52608b21 [INFO] running `Command { std: "docker" "start" "-a" "060d81dee7abcba0a93e377391ca7c3f2ce657e727e8ef620921dccd52608b21", kill_on_drop: false }` [INFO] [stderr] Compiling radium v0.7.0 [INFO] [stderr] Checking tap v1.0.1 [INFO] [stderr] Checking funty v2.0.0 [INFO] [stderr] Checking rand_core v0.6.3 [INFO] [stderr] Checking subtle v2.4.1 [INFO] [stderr] Checking byteorder v1.4.3 [INFO] [stderr] Checking wyz v0.5.0 [INFO] [stderr] Checking bitvec v1.0.0 [INFO] [stderr] Checking ff v0.12.0 [INFO] [stderr] Checking group v0.12.0 [INFO] [stderr] Checking pairing v0.22.0 [INFO] [stderr] Documenting bls12_381 v0.7.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/notes/design.rs:66:70 [INFO] [stdout] | [INFO] [stdout] 66 | //! To use the fast subgroup check algorithm for $\mathbb{G_1}$ from https://eprint.iacr.org/2019/814.pdf and [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/notes/design.rs:67:5 [INFO] [stdout] | [INFO] [stdout] 67 | //! https://eprint.iacr.org/2021/1130, it is necessary to find a nontrivial cube root of [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/notes/design.rs:91:70 [INFO] [stdout] | [INFO] [stdout] 91 | //! To use the fast subgroup check algorithm for $\mathbb{G_2}$ from https://eprint.iacr.org/2019/814.pdf and [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/notes/design.rs:92:5 [INFO] [stdout] | [INFO] [stdout] 92 | //! https://eprint.iacr.org/2021/1130, it is necessary to find the endomorphism: [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: 4 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 4.74s [INFO] running `Command { std: "docker" "inspect" "060d81dee7abcba0a93e377391ca7c3f2ce657e727e8ef620921dccd52608b21", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "060d81dee7abcba0a93e377391ca7c3f2ce657e727e8ef620921dccd52608b21", kill_on_drop: false }` [INFO] [stdout] 060d81dee7abcba0a93e377391ca7c3f2ce657e727e8ef620921dccd52608b21