[INFO] fetching crate gpu_rand 0.1.3...
[INFO] testing gpu_rand-0.1.3 against master#2fd6efc32704647e64d3d646d21c4c68eae100e4 for pr-149852-1
[INFO] extracting crate gpu_rand 0.1.3 into /workspace/builds/worker-7-tc1/source
[INFO] started tweaking crates.io crate gpu_rand 0.1.3
[INFO] finished tweaking crates.io crate gpu_rand 0.1.3
[INFO] tweaked toml for crates.io crate gpu_rand 0.1.3 written to /workspace/builds/worker-7-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate gpu_rand 0.1.3 on toolchain 2fd6efc32704647e64d3d646d21c4c68eae100e4
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+2fd6efc32704647e64d3d646d21c4c68eae100e4" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+2fd6efc32704647e64d3d646d21c4c68eae100e4" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 22 packages to latest compatible versions
[INFO] [stderr]       Adding rand_core v0.6.4 (available: v0.9.5)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+2fd6efc32704647e64d3d646d21c4c68eae100e4" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded mint v0.5.9
[INFO] [stderr]   Downloaded half v1.8.3
[INFO] [stderr]   Downloaded cust_derive v0.2.0
[INFO] [stderr]   Downloaded cust_core v0.1.1
[INFO] [stderr]   Downloaded cuda_std_macros v0.2.0
[INFO] [stderr]   Downloaded cuda_std v0.2.2
[INFO] [stderr]   Downloaded vek v0.15.10
[INFO] [stderr]   Downloaded glam v0.20.5
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/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:98afbf2d16093dec2546ff8915fddc74e65664aa03fc460b3712b1c2c54a33e4" "/opt/rustwide/cargo-home/bin/cargo" "+2fd6efc32704647e64d3d646d21c4c68eae100e4" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 44c9c9313644d3923af88de181fed26c44ea9a84af85fe192b0145439bf12f64
[INFO] running `Command { std: "docker" "start" "-a" "44c9c9313644d3923af88de181fed26c44ea9a84af85fe192b0145439bf12f64", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "44c9c9313644d3923af88de181fed26c44ea9a84af85fe192b0145439bf12f64", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "44c9c9313644d3923af88de181fed26c44ea9a84af85fe192b0145439bf12f64", kill_on_drop: false }`
[INFO] [stdout] 44c9c9313644d3923af88de181fed26c44ea9a84af85fe192b0145439bf12f64
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/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=forbid" "-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" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:98afbf2d16093dec2546ff8915fddc74e65664aa03fc460b3712b1c2c54a33e4" "/opt/rustwide/cargo-home/bin/cargo" "+2fd6efc32704647e64d3d646d21c4c68eae100e4" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] db3b03a6a57284efa0ac229b7b394b618c260c51383a8dba50e20ea344940e27
[INFO] running `Command { std: "docker" "start" "-a" "db3b03a6a57284efa0ac229b7b394b618c260c51383a8dba50e20ea344940e27", kill_on_drop: false }`
[INFO] [stderr]    Compiling libm v0.2.15
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling proc-macro2 v1.0.105
[INFO] [stderr]    Compiling quote v1.0.43
[INFO] [stderr]    Compiling semver v1.0.27
[INFO] [stderr]    Compiling mint v0.5.9
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling rustc_version v0.4.1
[INFO] [stderr]    Compiling vek v0.15.10
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling approx v0.5.1
[INFO] [stderr]    Compiling num-integer v0.1.46
[INFO] [stderr]    Compiling glam v0.20.5
[INFO] [stderr]    Compiling cust_derive v0.2.0
[INFO] [stderr]    Compiling cust_core v0.1.1
[INFO] [stderr]    Compiling gpu_rand v0.1.3 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/xoroshiro/common.rs:308:17
[INFO] [stdout]     |
[INFO] [stdout] 308 |     pub fn iter(&self) -> core::slice::Iter<u8> {
[INFO] [stdout]     |                 ^^^^^     ^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 308 |     pub fn iter(&self) -> core::slice::Iter<'_, u8> {
[INFO] [stdout]     |                                             +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.58s
[INFO] running `Command { std: "docker" "inspect" "db3b03a6a57284efa0ac229b7b394b618c260c51383a8dba50e20ea344940e27", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "db3b03a6a57284efa0ac229b7b394b618c260c51383a8dba50e20ea344940e27", kill_on_drop: false }`
[INFO] [stdout] db3b03a6a57284efa0ac229b7b394b618c260c51383a8dba50e20ea344940e27
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/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=forbid" "-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" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:98afbf2d16093dec2546ff8915fddc74e65664aa03fc460b3712b1c2c54a33e4" "/opt/rustwide/cargo-home/bin/cargo" "+2fd6efc32704647e64d3d646d21c4c68eae100e4" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] ee0c39fe58cb808f3e2877891c260d05325561863ceea283e5f895430309dd57
[INFO] running `Command { std: "docker" "start" "-a" "ee0c39fe58cb808f3e2877891c260d05325561863ceea283e5f895430309dd57", kill_on_drop: false }`
[INFO] [stderr]    Compiling gpu_rand v0.1.3 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/xoroshiro/common.rs:308:17
[INFO] [stdout]     |
[INFO] [stdout] 308 |     pub fn iter(&self) -> core::slice::Iter<u8> {
[INFO] [stdout]     |                 ^^^^^     ^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 308 |     pub fn iter(&self) -> core::slice::Iter<'_, u8> {
[INFO] [stdout]     |                                             +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/xoroshiro/common.rs:308:17
[INFO] [stdout]     |
[INFO] [stdout] 308 |     pub fn iter(&self) -> core::slice::Iter<u8> {
[INFO] [stdout]     |                 ^^^^^     ^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 308 |     pub fn iter(&self) -> core::slice::Iter<'_, u8> {
[INFO] [stdout]     |                                             +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.38s
[INFO] running `Command { std: "docker" "inspect" "ee0c39fe58cb808f3e2877891c260d05325561863ceea283e5f895430309dd57", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ee0c39fe58cb808f3e2877891c260d05325561863ceea283e5f895430309dd57", kill_on_drop: false }`
[INFO] [stdout] ee0c39fe58cb808f3e2877891c260d05325561863ceea283e5f895430309dd57
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/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=forbid" "-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" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:98afbf2d16093dec2546ff8915fddc74e65664aa03fc460b3712b1c2c54a33e4" "/opt/rustwide/cargo-home/bin/cargo" "+2fd6efc32704647e64d3d646d21c4c68eae100e4" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 641b34ebae2d1810b295caefeebdbe8a5e2b2dc70dc512d0e551a6233f0f79a4
[INFO] running `Command { std: "docker" "start" "-a" "641b34ebae2d1810b295caefeebdbe8a5e2b2dc70dc512d0e551a6233f0f79a4", kill_on_drop: false }`
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/xoroshiro/common.rs:308:17
[INFO] [stderr]     |
[INFO] [stderr] 308 |     pub fn iter(&self) -> core::slice::Iter<u8> {
[INFO] [stderr]     |                 ^^^^^     ^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                 |
[INFO] [stderr]     |                 the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 308 |     pub fn iter(&self) -> core::slice::Iter<'_, u8> {
[INFO] [stderr]     |                                             +++
[INFO] [stderr] 
[INFO] [stderr] warning: `gpu_rand` (lib) generated 1 warning (run `cargo fix --lib -p gpu_rand` to apply 1 suggestion)
[INFO] [stderr] warning: `gpu_rand` (lib test) generated 1 warning (1 duplicate)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.08s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/gpu_rand-fd715f5f55bfac4b)
[INFO] [stdout] 
[INFO] [stdout] running 18 tests
[INFO] [stdout] test xoroshiro::splitmix64::tests::next_u32 ... ok
[INFO] [stdout] test xoroshiro::splitmix64::tests::reference ... ok
[INFO] [stdout] test xoroshiro::xoroshiro64star::tests::reference ... ok
[INFO] [stdout] test xoroshiro::xoroshiro64star::tests::zero_seed ... ok
[INFO] [stdout] test xoroshiro::xoroshiro64starstar::tests::reference ... ok
[INFO] [stdout] test xoroshiro::xoroshiro128plus::tests::reference ... ok
[INFO] [stdout] test xoroshiro::xoshiro128plus::tests::reference ... ok
[INFO] [stdout] test xoroshiro::xoshiro128plusplus::tests::reference ... ok
[INFO] [stdout] test xoroshiro::xoroshiro128plusplus::tests::reference ... ok
[INFO] [stdout] test xoroshiro::xoroshiro128starstar::tests::reference ... ok
[INFO] [stdout] test xoroshiro::xoroshiro64starstar::tests::zero_seed ... ok
[INFO] [stdout] test xoroshiro::xoshiro128starstar::tests::reference ... ok
[INFO] [stdout] test xoroshiro::xoshiro256plusplus::tests::reference ... ok
[INFO] [stdout] test xoroshiro::xoshiro512plus::tests::reference ... ok
[INFO] [stdout] test xoroshiro::xoshiro512plusplus::tests::reference ... ok
[INFO] [stdout] test xoroshiro::xoshiro256starstar::tests::reference ... ok
[INFO] [stdout] test xoroshiro::xoshiro512starstar::tests::reference ... ok
[INFO] [stdout] test xoroshiro::xoshiro256plus::tests::reference ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 18 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests gpu_rand
[INFO] [stdout] 
[INFO] [stdout] running 12 tests
[INFO] [stdout] test src/xoroshiro/xoshiro256starstar.rs - xoroshiro::xoshiro256starstar::Xoshiro256StarStar::jump (line 27) ... FAILED
[INFO] [stdout] test src/xoroshiro/xoroshiro128starstar.rs - xoroshiro::xoroshiro128starstar::Xoroshiro128StarStar::jump (line 29) ... FAILED
[INFO] [stdout] test src/xoroshiro/xoshiro512plusplus.rs - xoroshiro::xoshiro512plusplus::Xoshiro512PlusPlus::jump (line 29) ... FAILED
[INFO] [stdout] test src/xoroshiro/xoroshiro128plus.rs - xoroshiro::xoroshiro128plus::Xoroshiro128Plus::jump (line 30) ... FAILED
[INFO] [stdout] test src/xoroshiro/xoshiro512starstar.rs - xoroshiro::xoshiro512starstar::Xoshiro512StarStar::jump (line 29) ... FAILED
[INFO] [stdout] test src/xoroshiro/xoshiro128plusplus.rs - xoroshiro::xoshiro128plusplus::Xoshiro128PlusPlus::jump (line 27) ... FAILED
[INFO] [stdout] test src/xoroshiro/xoroshiro128plusplus.rs - xoroshiro::xoroshiro128plusplus::Xoroshiro128PlusPlus::jump (line 29) ... FAILED
[INFO] [stdout] test src/xoroshiro/xoshiro128starstar.rs - xoroshiro::xoshiro128starstar::Xoshiro128StarStar::jump (line 27) ... FAILED
[INFO] [stdout] test src/xoroshiro/xoshiro128plus.rs - xoroshiro::xoshiro128plus::Xoshiro128Plus::jump (line 28) ... FAILED
[INFO] [stdout] test src/xoroshiro/xoshiro256plusplus.rs - xoroshiro::xoshiro256plusplus::Xoshiro256PlusPlus::jump (line 27) ... FAILED
[INFO] [stdout] test src/xoroshiro/xoshiro256plus.rs - xoroshiro::xoshiro256plus::Xoshiro256Plus::jump (line 28) ... FAILED
[INFO] [stdout] test src/xoroshiro/xoshiro512plus.rs - xoroshiro::xoshiro512plus::Xoshiro512Plus::jump (line 30) ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- src/xoroshiro/xoshiro256starstar.rs - xoroshiro::xoshiro256starstar::Xoshiro256StarStar::jump (line 27) stdout ----
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `rand_xoshiro`
[INFO] [stdout]   --> src/xoroshiro/xoshiro256starstar.rs:28:5
[INFO] [stdout]    |
[INFO] [stdout] 28 | use rand_xoshiro::rand_core::SeedableRng;
[INFO] [stdout]    |     ^^^^^^^^^^^^ use of unresolved module or unlinked crate `rand_xoshiro`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `rand_xoshiro`, use `cargo add rand_xoshiro` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `rand_xoshiro`
[INFO] [stdout]   --> src/xoroshiro/xoshiro256starstar.rs:29:5
[INFO] [stdout]    |
[INFO] [stdout] 29 | use rand_xoshiro::Xoshiro256StarStar;
[INFO] [stdout]    |     ^^^^^^^^^^^^ use of unresolved module or unlinked crate `rand_xoshiro`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `rand_xoshiro`, use `cargo add rand_xoshiro` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 2 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0432, E0433.
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/xoroshiro/xoroshiro128starstar.rs - xoroshiro::xoroshiro128starstar::Xoroshiro128StarStar::jump (line 29) stdout ----
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `rand_xoshiro`
[INFO] [stdout]   --> src/xoroshiro/xoroshiro128starstar.rs:30:5
[INFO] [stdout]    |
[INFO] [stdout] 30 | use rand_xoshiro::rand_core::SeedableRng;
[INFO] [stdout]    |     ^^^^^^^^^^^^ use of unresolved module or unlinked crate `rand_xoshiro`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `rand_xoshiro`, use `cargo add rand_xoshiro` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `rand_xoshiro`
[INFO] [stdout]   --> src/xoroshiro/xoroshiro128starstar.rs:31:5
[INFO] [stdout]    |
[INFO] [stdout] 31 | use rand_xoshiro::Xoroshiro128StarStar;
[INFO] [stdout]    |     ^^^^^^^^^^^^ use of unresolved module or unlinked crate `rand_xoshiro`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `rand_xoshiro`, use `cargo add rand_xoshiro` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 2 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0432, E0433.
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/xoroshiro/xoshiro512plusplus.rs - xoroshiro::xoshiro512plusplus::Xoshiro512PlusPlus::jump (line 29) stdout ----
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `rand_xoshiro`
[INFO] [stdout]   --> src/xoroshiro/xoshiro512plusplus.rs:30:5
[INFO] [stdout]    |
[INFO] [stdout] 30 | use rand_xoshiro::rand_core::SeedableRng;
[INFO] [stdout]    |     ^^^^^^^^^^^^ use of unresolved module or unlinked crate `rand_xoshiro`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `rand_xoshiro`, use `cargo add rand_xoshiro` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `rand_xoshiro`
[INFO] [stdout]   --> src/xoroshiro/xoshiro512plusplus.rs:31:5
[INFO] [stdout]    |
[INFO] [stdout] 31 | use rand_xoshiro::Xoshiro512PlusPlus;
[INFO] [stdout]    |     ^^^^^^^^^^^^ use of unresolved module or unlinked crate `rand_xoshiro`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `rand_xoshiro`, use `cargo add rand_xoshiro` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 2 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0432, E0433.
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/xoroshiro/xoroshiro128plus.rs - xoroshiro::xoroshiro128plus::Xoroshiro128Plus::jump (line 30) stdout ----
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `rand_xoshiro`
[INFO] [stdout]   --> src/xoroshiro/xoroshiro128plus.rs:31:5
[INFO] [stdout]    |
[INFO] [stdout] 31 | use rand_xoshiro::rand_core::SeedableRng;
[INFO] [stdout]    |     ^^^^^^^^^^^^ use of unresolved module or unlinked crate `rand_xoshiro`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `rand_xoshiro`, use `cargo add rand_xoshiro` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `rand_xoshiro`
[INFO] [stdout]   --> src/xoroshiro/xoroshiro128plus.rs:32:5
[INFO] [stdout]    |
[INFO] [stdout] 32 | use rand_xoshiro::Xoroshiro128Plus;
[INFO] [stdout]    |     ^^^^^^^^^^^^ use of unresolved module or unlinked crate `rand_xoshiro`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `rand_xoshiro`, use `cargo add rand_xoshiro` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 2 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0432, E0433.
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/xoroshiro/xoshiro512starstar.rs - xoroshiro::xoshiro512starstar::Xoshiro512StarStar::jump (line 29) stdout ----
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `rand_xoshiro`
[INFO] [stdout]   --> src/xoroshiro/xoshiro512starstar.rs:30:5
[INFO] [stdout]    |
[INFO] [stdout] 30 | use rand_xoshiro::rand_core::SeedableRng;
[INFO] [stdout]    |     ^^^^^^^^^^^^ use of unresolved module or unlinked crate `rand_xoshiro`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `rand_xoshiro`, use `cargo add rand_xoshiro` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `rand_xoshiro`
[INFO] [stdout]   --> src/xoroshiro/xoshiro512starstar.rs:31:5
[INFO] [stdout]    |
[INFO] [stdout] 31 | use rand_xoshiro::Xoshiro512StarStar;
[INFO] [stdout]    |     ^^^^^^^^^^^^ use of unresolved module or unlinked crate `rand_xoshiro`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `rand_xoshiro`, use `cargo add rand_xoshiro` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 2 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0432, E0433.
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/xoroshiro/xoshiro128plusplus.rs - xoroshiro::xoshiro128plusplus::Xoshiro128PlusPlus::jump (line 27) stdout ----
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `rand_xoshiro`
[INFO] [stdout]   --> src/xoroshiro/xoshiro128plusplus.rs:28:5
[INFO] [stdout]    |
[INFO] [stdout] 28 | use rand_xoshiro::rand_core::SeedableRng;
[INFO] [stdout]    |     ^^^^^^^^^^^^ use of unresolved module or unlinked crate `rand_xoshiro`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `rand_xoshiro`, use `cargo add rand_xoshiro` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `rand_xoshiro`
[INFO] [stdout]   --> src/xoroshiro/xoshiro128plusplus.rs:29:5
[INFO] [stdout]    |
[INFO] [stdout] 29 | use rand_xoshiro::Xoroshiro128PlusPlus;
[INFO] [stdout]    |     ^^^^^^^^^^^^ use of unresolved module or unlinked crate `rand_xoshiro`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `rand_xoshiro`, use `cargo add rand_xoshiro` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 2 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0432, E0433.
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/xoroshiro/xoroshiro128plusplus.rs - xoroshiro::xoroshiro128plusplus::Xoroshiro128PlusPlus::jump (line 29) stdout ----
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `rand_xoshiro`
[INFO] [stdout]   --> src/xoroshiro/xoroshiro128plusplus.rs:30:5
[INFO] [stdout]    |
[INFO] [stdout] 30 | use rand_xoshiro::rand_core::SeedableRng;
[INFO] [stdout]    |     ^^^^^^^^^^^^ use of unresolved module or unlinked crate `rand_xoshiro`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `rand_xoshiro`, use `cargo add rand_xoshiro` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `rand_xoshiro`
[INFO] [stdout]   --> src/xoroshiro/xoroshiro128plusplus.rs:31:5
[INFO] [stdout]    |
[INFO] [stdout] 31 | use rand_xoshiro::Xoroshiro128PlusPlus;
[INFO] [stdout]    |     ^^^^^^^^^^^^ use of unresolved module or unlinked crate `rand_xoshiro`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `rand_xoshiro`, use `cargo add rand_xoshiro` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 2 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0432, E0433.
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/xoroshiro/xoshiro128starstar.rs - xoroshiro::xoshiro128starstar::Xoshiro128StarStar::jump (line 27) stdout ----
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `rand_xoshiro`
[INFO] [stdout]   --> src/xoroshiro/xoshiro128starstar.rs:28:5
[INFO] [stdout]    |
[INFO] [stdout] 28 | use rand_xoshiro::rand_core::SeedableRng;
[INFO] [stdout]    |     ^^^^^^^^^^^^ use of unresolved module or unlinked crate `rand_xoshiro`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `rand_xoshiro`, use `cargo add rand_xoshiro` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `rand_xoshiro`
[INFO] [stdout]   --> src/xoroshiro/xoshiro128starstar.rs:29:5
[INFO] [stdout]    |
[INFO] [stdout] 29 | use rand_xoshiro::Xoroshiro128StarStar;
[INFO] [stdout]    |     ^^^^^^^^^^^^ use of unresolved module or unlinked crate `rand_xoshiro`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `rand_xoshiro`, use `cargo add rand_xoshiro` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 2 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0432, E0433.
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/xoroshiro/xoshiro128plus.rs - xoroshiro::xoshiro128plus::Xoshiro128Plus::jump (line 28) stdout ----
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `rand_xoshiro`
[INFO] [stdout]   --> src/xoroshiro/xoshiro128plus.rs:29:5
[INFO] [stdout]    |
[INFO] [stdout] 29 | use rand_xoshiro::rand_core::SeedableRng;
[INFO] [stdout]    |     ^^^^^^^^^^^^ use of unresolved module or unlinked crate `rand_xoshiro`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `rand_xoshiro`, use `cargo add rand_xoshiro` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `rand_xoshiro`
[INFO] [stdout]   --> src/xoroshiro/xoshiro128plus.rs:30:5
[INFO] [stdout]    |
[INFO] [stdout] 30 | use rand_xoshiro::Xoroshiro128StarStar;
[INFO] [stdout]    |     ^^^^^^^^^^^^ use of unresolved module or unlinked crate `rand_xoshiro`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `rand_xoshiro`, use `cargo add rand_xoshiro` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 2 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0432, E0433.
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/xoroshiro/xoshiro256plusplus.rs - xoroshiro::xoshiro256plusplus::Xoshiro256PlusPlus::jump (line 27) stdout ----
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `rand_xoshiro`
[INFO] [stdout]   --> src/xoroshiro/xoshiro256plusplus.rs:28:5
[INFO] [stdout]    |
[INFO] [stdout] 28 | use rand_xoshiro::rand_core::SeedableRng;
[INFO] [stdout]    |     ^^^^^^^^^^^^ use of unresolved module or unlinked crate `rand_xoshiro`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `rand_xoshiro`, use `cargo add rand_xoshiro` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `rand_xoshiro`
[INFO] [stdout]   --> src/xoroshiro/xoshiro256plusplus.rs:29:5
[INFO] [stdout]    |
[INFO] [stdout] 29 | use rand_xoshiro::Xoshiro256PlusPlus;
[INFO] [stdout]    |     ^^^^^^^^^^^^ use of unresolved module or unlinked crate `rand_xoshiro`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `rand_xoshiro`, use `cargo add rand_xoshiro` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 2 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0432, E0433.
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/xoroshiro/xoshiro256plus.rs - xoroshiro::xoshiro256plus::Xoshiro256Plus::jump (line 28) stdout ----
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `rand_xoshiro`
[INFO] [stdout]   --> src/xoroshiro/xoshiro256plus.rs:29:5
[INFO] [stdout]    |
[INFO] [stdout] 29 | use rand_xoshiro::rand_core::SeedableRng;
[INFO] [stdout]    |     ^^^^^^^^^^^^ use of unresolved module or unlinked crate `rand_xoshiro`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `rand_xoshiro`, use `cargo add rand_xoshiro` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `rand_xoshiro`
[INFO] [stdout]   --> src/xoroshiro/xoshiro256plus.rs:30:5
[INFO] [stdout]    |
[INFO] [stdout] 30 | use rand_xoshiro::Xoshiro256Plus;
[INFO] [stdout]    |     ^^^^^^^^^^^^ use of unresolved module or unlinked crate `rand_xoshiro`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `rand_xoshiro`, use `cargo add rand_xoshiro` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 2 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0432, E0433.
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/xoroshiro/xoshiro512plus.rs - xoroshiro::xoshiro512plus::Xoshiro512Plus::jump (line 30) stdout ----
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `rand_xoshiro`
[INFO] [stdout]   --> src/xoroshiro/xoshiro512plus.rs:31:5
[INFO] [stdout]    |
[INFO] [stdout] 31 | use rand_xoshiro::rand_core::SeedableRng;
[INFO] [stdout]    |     ^^^^^^^^^^^^ use of unresolved module or unlinked crate `rand_xoshiro`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `rand_xoshiro`, use `cargo add rand_xoshiro` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `rand_xoshiro`
[INFO] [stdout]   --> src/xoroshiro/xoshiro512plus.rs:32:5
[INFO] [stdout]    |
[INFO] [stdout] 32 | use rand_xoshiro::Xoshiro512Plus;
[INFO] [stdout]    |     ^^^^^^^^^^^^ use of unresolved module or unlinked crate `rand_xoshiro`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `rand_xoshiro`, use `cargo add rand_xoshiro` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 2 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0432, E0433.
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     src/xoroshiro/xoroshiro128plus.rs - xoroshiro::xoroshiro128plus::Xoroshiro128Plus::jump (line 30)
[INFO] [stdout]     src/xoroshiro/xoroshiro128plusplus.rs - xoroshiro::xoroshiro128plusplus::Xoroshiro128PlusPlus::jump (line 29)
[INFO] [stdout]     src/xoroshiro/xoroshiro128starstar.rs - xoroshiro::xoroshiro128starstar::Xoroshiro128StarStar::jump (line 29)
[INFO] [stdout]     src/xoroshiro/xoshiro128plus.rs - xoroshiro::xoshiro128plus::Xoshiro128Plus::jump (line 28)
[INFO] [stdout]     src/xoroshiro/xoshiro128plusplus.rs - xoroshiro::xoshiro128plusplus::Xoshiro128PlusPlus::jump (line 27)
[INFO] [stdout]     src/xoroshiro/xoshiro128starstar.rs - xoroshiro::xoshiro128starstar::Xoshiro128StarStar::jump (line 27)
[INFO] [stdout]     src/xoroshiro/xoshiro256plus.rs - xoroshiro::xoshiro256plus::Xoshiro256Plus::jump (line 28)
[INFO] [stdout]     src/xoroshiro/xoshiro256plusplus.rs - xoroshiro::xoshiro256plusplus::Xoshiro256PlusPlus::jump (line 27)
[INFO] [stdout]     src/xoroshiro/xoshiro256starstar.rs - xoroshiro::xoshiro256starstar::Xoshiro256StarStar::jump (line 27)
[INFO] [stdout]     src/xoroshiro/xoshiro512plus.rs - xoroshiro::xoshiro512plus::Xoshiro512Plus::jump (line 30)
[INFO] [stdout]     src/xoroshiro/xoshiro512plusplus.rs - xoroshiro::xoshiro512plusplus::Xoshiro512PlusPlus::jump (line 29)
[INFO] [stdout]     src/xoroshiro/xoshiro512starstar.rs - xoroshiro::xoshiro512starstar::Xoshiro512StarStar::jump (line 29)
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 0 passed; 12 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.15s
[INFO] [stdout] 
[INFO] [stderr] error: doctest failed, to rerun pass `--doc`
[INFO] running `Command { std: "docker" "inspect" "641b34ebae2d1810b295caefeebdbe8a5e2b2dc70dc512d0e551a6233f0f79a4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "641b34ebae2d1810b295caefeebdbe8a5e2b2dc70dc512d0e551a6233f0f79a4", kill_on_drop: false }`
[INFO] [stdout] 641b34ebae2d1810b295caefeebdbe8a5e2b2dc70dc512d0e551a6233f0f79a4
