[INFO] fetching crate xorshift 0.1.3... [INFO] documenting xorshift-0.1.3 against beta-2022-05-20 for beta-1.62-rustdoc-1 [INFO] extracting crate xorshift 0.1.3 into /workspace/builds/worker-34/source [INFO] validating manifest of crates.io crate xorshift 0.1.3 on toolchain beta-2022-05-20 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-05-20" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate xorshift 0.1.3 [INFO] finished tweaking crates.io crate xorshift 0.1.3 [INFO] tweaked toml for crates.io crate xorshift 0.1.3 written to /workspace/builds/worker-34/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-05-20" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-05-20" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-34/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-34/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" "+beta-2022-05-20" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 4ecd9512e510107ebc223d2b66a4c56fb0de0a24c68ef99a7ab5bd84255e2d01 [INFO] running `Command { std: "docker" "start" "-a" "4ecd9512e510107ebc223d2b66a4c56fb0de0a24c68ef99a7ab5bd84255e2d01", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "4ecd9512e510107ebc223d2b66a4c56fb0de0a24c68ef99a7ab5bd84255e2d01", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4ecd9512e510107ebc223d2b66a4c56fb0de0a24c68ef99a7ab5bd84255e2d01", kill_on_drop: false }` [INFO] [stdout] 4ecd9512e510107ebc223d2b66a4c56fb0de0a24c68ef99a7ab5bd84255e2d01 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-34/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-34/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" "+beta-2022-05-20" "doc" "--frozen" "--no-deps" "--document-private-items" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 1630db577c2c7049bf1bc6e23f04489a991604ada5d1beaab2ae2d97bf4a938d [INFO] running `Command { std: "docker" "start" "-a" "1630db577c2c7049bf1bc6e23f04489a991604ada5d1beaab2ae2d97bf4a938d", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.126 [INFO] [stderr] Checking lazy_static v0.2.11 [INFO] [stderr] Checking rand v0.4.6 [INFO] [stderr] Checking rand v0.3.23 [INFO] [stderr] Documenting xorshift v0.1.3 (/opt/rustwide/workdir) [INFO] [stdout] warning: unresolved link to `1` [INFO] [stdout] --> src/splitmix64.rs:14:67 [INFO] [stdout] | [INFO] [stdout] 14 | /// A random number generator that uses the splitmix64 algorithm [1]. [INFO] [stdout] | ^ no item named `1` 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 `1` [INFO] [stdout] --> src/splitmix64.rs:17:18 [INFO] [stdout] | [INFO] [stdout] 17 | /// Quoted from [1]. [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/splitmix64.rs:20:16 [INFO] [stdout] | [INFO] [stdout] 20 | /// generator [2] and [3]. [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 `3` [INFO] [stdout] --> src/splitmix64.rs:20:24 [INFO] [stdout] | [INFO] [stdout] 20 | /// generator [2] and [3]. [INFO] [stdout] | ^ no item named `3` 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/splitmix64.rs:28:6 [INFO] [stdout] | [INFO] [stdout] 28 | /// [1]: Sebastiano Vigna, [splitmix64] [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 `splitmix64` [INFO] [stdout] --> src/splitmix64.rs:28:29 [INFO] [stdout] | [INFO] [stdout] 28 | /// [1]: Sebastiano Vigna, [splitmix64] [INFO] [stdout] | ^^^^^^^^^^ no item named `splitmix64` 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/splitmix64.rs:31:6 [INFO] [stdout] | [INFO] [stdout] 31 | /// [2]: Guy L. Steele, Jr., Doug Lea, and Christine H. Flood. 2014. [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 `3` [INFO] [stdout] --> src/splitmix64.rs:35:6 [INFO] [stdout] | [INFO] [stdout] 35 | /// [3]: JavaSE, [SplittableRandom] [INFO] [stdout] | ^ no item named `3` 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 `SplittableRandom` [INFO] [stdout] --> src/splitmix64.rs:35:19 [INFO] [stdout] | [INFO] [stdout] 35 | /// [3]: JavaSE, [SplittableRandom] [INFO] [stdout] | ^^^^^^^^^^^^^^^^ no item named `SplittableRandom` 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/xoroshiro128.rs:19:70 [INFO] [stdout] | [INFO] [stdout] 19 | /// A random number generator that uses the xoroshiro128+ algorithm [1]. [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/xoroshiro128.rs:22:18 [INFO] [stdout] | [INFO] [stdout] 22 | /// Quoted from [1]. [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/xoroshiro128.rs:43:6 [INFO] [stdout] | [INFO] [stdout] 43 | /// [1]: Sebastiano Vigna, and David Blackman [xoroshiro128+] [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/xorshift128.rs:19:69 [INFO] [stdout] | [INFO] [stdout] 19 | /// A random number generator that uses the xorshift128+ algorithm [1]. [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/xorshift128.rs:22:18 [INFO] [stdout] | [INFO] [stdout] 22 | /// Quoted from [1]. [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/xorshift128.rs:40:6 [INFO] [stdout] | [INFO] [stdout] 40 | /// [1]: Sebastiano Vigna, [xorshift128+] [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/xorshift1024.rs:21:70 [INFO] [stdout] | [INFO] [stdout] 21 | /// A random number generator that uses the xorshift1024* algorithm [1]. [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/xorshift1024.rs:24:18 [INFO] [stdout] | [INFO] [stdout] 24 | /// Quoted from [1]. [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/xorshift1024.rs:37:6 [INFO] [stdout] | [INFO] [stdout] 37 | /// [1]: Sebastiano Vigna, [xorshift1024*] [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 `xorshift1024*` [INFO] [stdout] --> src/xorshift1024.rs:37:29 [INFO] [stdout] | [INFO] [stdout] 37 | /// [1]: Sebastiano Vigna, [xorshift1024*] [INFO] [stdout] | ^^^^^^^^^^^^^ no item named `xorshift1024*` 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/splitmix64.rs:29:6 [INFO] [stdout] | [INFO] [stdout] 29 | /// (http://xoroshiro.di.unimi.it/splitmix64.c) [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/splitmix64.rs:33:6 [INFO] [stdout] | [INFO] [stdout] 33 | /// (http://dx.doi.org/10.1145/2714064.2660195) [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/splitmix64.rs:36:6 [INFO] [stdout] | [INFO] [stdout] 36 | /// (http://docs.oracle.com/javase/8/docs/api/java/util/SplittableRandom.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/xoroshiro128.rs:44:6 [INFO] [stdout] | [INFO] [stdout] 44 | /// (http://xoroshiro.di.unimi.it/xoroshiro128plus.c) [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/xorshift128.rs:41:6 [INFO] [stdout] | [INFO] [stdout] 41 | /// (http://xoroshiro.di.unimi.it/xorshift128plus.c) [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/xorshift1024.rs:38:6 [INFO] [stdout] | [INFO] [stdout] 38 | /// (http://xoroshiro.di.unimi.it/xorshift1024star.c) [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: 25 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 3.59s [INFO] running `Command { std: "docker" "inspect" "1630db577c2c7049bf1bc6e23f04489a991604ada5d1beaab2ae2d97bf4a938d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1630db577c2c7049bf1bc6e23f04489a991604ada5d1beaab2ae2d97bf4a938d", kill_on_drop: false }` [INFO] [stdout] 1630db577c2c7049bf1bc6e23f04489a991604ada5d1beaab2ae2d97bf4a938d [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-34/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-34/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" "+beta-2022-05-20" "rustdoc" "--lib" "-Zrustdoc-map" "--frozen" "--message-format=json" "--" "-Z" "unstable-options" "--document-private-items", kill_on_drop: false }` [INFO] [stdout] c272ca3127a9b788aec2792aed26f5e65d5a9c1ac652bfff33f1f588a723db13 [INFO] running `Command { std: "docker" "start" "-a" "c272ca3127a9b788aec2792aed26f5e65d5a9c1ac652bfff33f1f588a723db13", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.126 [INFO] [stderr] Checking lazy_static v0.2.11 [INFO] [stderr] Checking rand v0.4.6 [INFO] [stderr] Checking rand v0.3.23 [INFO] [stderr] Documenting xorshift v0.1.3 (/opt/rustwide/workdir) [INFO] [stdout] warning: unresolved link to `1` [INFO] [stdout] --> src/splitmix64.rs:14:67 [INFO] [stdout] | [INFO] [stdout] 14 | /// A random number generator that uses the splitmix64 algorithm [1]. [INFO] [stdout] | ^ no item named `1` 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 `1` [INFO] [stdout] --> src/splitmix64.rs:17:18 [INFO] [stdout] | [INFO] [stdout] 17 | /// Quoted from [1]. [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/splitmix64.rs:20:16 [INFO] [stdout] | [INFO] [stdout] 20 | /// generator [2] and [3]. [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 `3` [INFO] [stdout] --> src/splitmix64.rs:20:24 [INFO] [stdout] | [INFO] [stdout] 20 | /// generator [2] and [3]. [INFO] [stdout] | ^ no item named `3` 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/splitmix64.rs:28:6 [INFO] [stdout] | [INFO] [stdout] 28 | /// [1]: Sebastiano Vigna, [splitmix64] [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 `splitmix64` [INFO] [stdout] --> src/splitmix64.rs:28:29 [INFO] [stdout] | [INFO] [stdout] 28 | /// [1]: Sebastiano Vigna, [splitmix64] [INFO] [stdout] | ^^^^^^^^^^ no item named `splitmix64` 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/splitmix64.rs:31:6 [INFO] [stdout] | [INFO] [stdout] 31 | /// [2]: Guy L. Steele, Jr., Doug Lea, and Christine H. Flood. 2014. [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 `3` [INFO] [stdout] --> src/splitmix64.rs:35:6 [INFO] [stdout] | [INFO] [stdout] 35 | /// [3]: JavaSE, [SplittableRandom] [INFO] [stdout] | ^ no item named `3` 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 `SplittableRandom` [INFO] [stdout] --> src/splitmix64.rs:35:19 [INFO] [stdout] | [INFO] [stdout] 35 | /// [3]: JavaSE, [SplittableRandom] [INFO] [stdout] | ^^^^^^^^^^^^^^^^ no item named `SplittableRandom` 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/xoroshiro128.rs:19:70 [INFO] [stdout] | [INFO] [stdout] 19 | /// A random number generator that uses the xoroshiro128+ algorithm [1]. [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/xoroshiro128.rs:22:18 [INFO] [stdout] | [INFO] [stdout] 22 | /// Quoted from [1]. [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/xoroshiro128.rs:43:6 [INFO] [stdout] | [INFO] [stdout] 43 | /// [1]: Sebastiano Vigna, and David Blackman [xoroshiro128+] [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/xorshift128.rs:19:69 [INFO] [stdout] | [INFO] [stdout] 19 | /// A random number generator that uses the xorshift128+ algorithm [1]. [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/xorshift128.rs:22:18 [INFO] [stdout] | [INFO] [stdout] 22 | /// Quoted from [1]. [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/xorshift128.rs:40:6 [INFO] [stdout] | [INFO] [stdout] 40 | /// [1]: Sebastiano Vigna, [xorshift128+] [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/xorshift1024.rs:21:70 [INFO] [stdout] | [INFO] [stdout] 21 | /// A random number generator that uses the xorshift1024* algorithm [1]. [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/xorshift1024.rs:24:18 [INFO] [stdout] | [INFO] [stdout] 24 | /// Quoted from [1]. [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/xorshift1024.rs:37:6 [INFO] [stdout] | [INFO] [stdout] 37 | /// [1]: Sebastiano Vigna, [xorshift1024*] [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 `xorshift1024*` [INFO] [stdout] --> src/xorshift1024.rs:37:29 [INFO] [stdout] | [INFO] [stdout] 37 | /// [1]: Sebastiano Vigna, [xorshift1024*] [INFO] [stdout] | ^^^^^^^^^^^^^ no item named `xorshift1024*` 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/splitmix64.rs:29:6 [INFO] [stdout] | [INFO] [stdout] 29 | /// (http://xoroshiro.di.unimi.it/splitmix64.c) [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/splitmix64.rs:33:6 [INFO] [stdout] | [INFO] [stdout] 33 | /// (http://dx.doi.org/10.1145/2714064.2660195) [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/splitmix64.rs:36:6 [INFO] [stdout] | [INFO] [stdout] 36 | /// (http://docs.oracle.com/javase/8/docs/api/java/util/SplittableRandom.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/xoroshiro128.rs:44:6 [INFO] [stdout] | [INFO] [stdout] 44 | /// (http://xoroshiro.di.unimi.it/xoroshiro128plus.c) [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/xorshift128.rs:41:6 [INFO] [stdout] | [INFO] [stdout] 41 | /// (http://xoroshiro.di.unimi.it/xorshift128plus.c) [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/xorshift1024.rs:38:6 [INFO] [stdout] | [INFO] [stdout] 38 | /// (http://xoroshiro.di.unimi.it/xorshift1024star.c) [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: 25 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 4.21s [INFO] running `Command { std: "docker" "inspect" "c272ca3127a9b788aec2792aed26f5e65d5a9c1ac652bfff33f1f588a723db13", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c272ca3127a9b788aec2792aed26f5e65d5a9c1ac652bfff33f1f588a723db13", kill_on_drop: false }` [INFO] [stdout] c272ca3127a9b788aec2792aed26f5e65d5a9c1ac652bfff33f1f588a723db13