[INFO] fetching crate null-terminated 0.3.17... [INFO] checking null-terminated-0.3.17 against master#f609b7e0586f81fefb3523e3e17adf779ac416be for pr-129466-2 [INFO] extracting crate null-terminated 0.3.17 into /workspace/builds/worker-3-tc1/source [INFO] validating manifest of crates.io crate null-terminated 0.3.17 on toolchain f609b7e0586f81fefb3523e3e17adf779ac416be [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+f609b7e0586f81fefb3523e3e17adf779ac416be" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate null-terminated 0.3.17 [INFO] finished tweaking crates.io crate null-terminated 0.3.17 [INFO] tweaked toml for crates.io crate null-terminated 0.3.17 written to /workspace/builds/worker-3-tc1/source/Cargo.toml [INFO] crate crates.io crate null-terminated 0.3.17 already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+f609b7e0586f81fefb3523e3e17adf779ac416be" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2021 [INFO] [stderr] Updating crates.io index [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded lazy_static v1.0.2 [INFO] [stderr] Downloaded libc v0.2.42 [INFO] [stderr] Downloaded system-call v0.1.1 [INFO] [stderr] Downloaded byte-strings-proc_macros v0.2.1 [INFO] [stderr] Downloaded utf v0.1.0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:ceb6ea022f8a89cebbe621bb4987e73a935bd40dfbb726f832cfff4742a5b95a" "/opt/rustwide/cargo-home/bin/cargo" "+f609b7e0586f81fefb3523e3e17adf779ac416be" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 1cac7f0605b2a96aa50d37c8f6abdcf3f2759330c49a452627c33f612bf3ced6 [INFO] running `Command { std: "docker" "start" "-a" "1cac7f0605b2a96aa50d37c8f6abdcf3f2759330c49a452627c33f612bf3ced6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "1cac7f0605b2a96aa50d37c8f6abdcf3f2759330c49a452627c33f612bf3ced6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1cac7f0605b2a96aa50d37c8f6abdcf3f2759330c49a452627c33f612bf3ced6", kill_on_drop: false }` [INFO] [stdout] 1cac7f0605b2a96aa50d37c8f6abdcf3f2759330c49a452627c33f612bf3ced6 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:ceb6ea022f8a89cebbe621bb4987e73a935bd40dfbb726f832cfff4742a5b95a" "/opt/rustwide/cargo-home/bin/cargo" "+f609b7e0586f81fefb3523e3e17adf779ac416be" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 5637454006bb2f4a669adf363f40854fb75d5f96cdac5719d24f382d5e957c62 [INFO] running `Command { std: "docker" "start" "-a" "5637454006bb2f4a669adf363f40854fb75d5f96cdac5719d24f382d5e957c62", kill_on_drop: false }` [INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2021 [INFO] [stderr] Compiling autocfg v0.1.7 [INFO] [stderr] Compiling proc-macro2 v1.0.19 [INFO] [stderr] Checking rand_core v0.3.0 [INFO] [stderr] Compiling proc-macro2 v0.4.30 [INFO] [stderr] Compiling unicode-xid v0.1.0 [INFO] [stderr] Compiling syn v1.0.36 [INFO] [stderr] Checking lazy_static v1.0.2 [INFO] [stderr] Checking aho-corasick v0.7.13 [INFO] [stderr] Checking thread_local v1.0.1 [INFO] [stderr] Checking libc v0.2.42 [INFO] [stderr] Compiling syn v0.15.44 [INFO] [stderr] Checking cfg-if v0.1.4 [INFO] [stderr] Checking rand_hc v0.1.0 [INFO] [stderr] Checking log v0.4.3 [INFO] [stderr] Compiling rand_pcg v0.1.2 [INFO] [stderr] Compiling rand_chacha v0.1.1 [INFO] [stderr] Compiling rand v0.6.5 [INFO] [stderr] Checking rand_xorshift v0.1.1 [INFO] [stderr] Checking rand_isaac v0.1.1 [INFO] [stderr] Checking rand_os v0.1.3 [INFO] [stderr] Checking rand_jitter v0.1.4 [INFO] [stderr] Checking void v1.0.2 [INFO] [stderr] Compiling quote v0.6.13 [INFO] [stderr] Checking utf v0.1.0 [INFO] [stderr] Checking unreachable v1.0.0 [INFO] [stderr] Checking system-call v0.1.1 [INFO] [stdout] error: cannot find macro `asm` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/system-call-0.1.1/src/platform/linux-x86_64/mod.rs:94:5 [INFO] [stdout] | [INFO] [stdout] 94 | asm!("syscall" [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] help: consider importing this macro [INFO] [stdout] | [INFO] [stdout] 12 + use core::arch::asm; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `asm` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/system-call-0.1.1/src/platform/linux-x86_64/mod.rs:77:5 [INFO] [stdout] | [INFO] [stdout] 77 | asm!("syscall" [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] help: consider importing this macro [INFO] [stdout] | [INFO] [stdout] 12 + use core::arch::asm; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `asm` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/system-call-0.1.1/src/platform/linux-x86_64/mod.rs:61:5 [INFO] [stdout] | [INFO] [stdout] 61 | asm!("syscall" [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] help: consider importing this macro [INFO] [stdout] | [INFO] [stdout] 12 + use core::arch::asm; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `asm` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/system-call-0.1.1/src/platform/linux-x86_64/mod.rs:46:5 [INFO] [stdout] | [INFO] [stdout] 46 | asm!("syscall" [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] help: consider importing this macro [INFO] [stdout] | [INFO] [stdout] 12 + use core::arch::asm; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `asm` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/system-call-0.1.1/src/platform/linux-x86_64/mod.rs:36:5 [INFO] [stdout] | [INFO] [stdout] 36 | asm!("syscall" [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] help: consider importing this macro [INFO] [stdout] | [INFO] [stdout] 12 + use core::arch::asm; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `asm` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/system-call-0.1.1/src/platform/linux-x86_64/mod.rs:26:5 [INFO] [stdout] | [INFO] [stdout] 26 | asm!("syscall" [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] help: consider importing this macro [INFO] [stdout] | [INFO] [stdout] 12 + use core::arch::asm; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `asm` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/system-call-0.1.1/src/platform/linux-x86_64/mod.rs:16:5 [INFO] [stdout] | [INFO] [stdout] 16 | asm!("syscall" [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] help: consider importing this macro [INFO] [stdout] | [INFO] [stdout] 12 + use core::arch::asm; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 7 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `system-call` (lib) due to 8 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error[E0277]: the trait bound `rand_hc::Hc128Rng: SeedableRng` is not satisfied [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rand-0.6.5/src/rngs/std.rs:56:17 [INFO] [stdout] | [INFO] [stdout] 56 | type Seed = ::Seed; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `SeedableRng` is not implemented for `rand_hc::Hc128Rng` [INFO] [stdout] | [INFO] [stdout] = help: the following other types implement trait `SeedableRng`: [INFO] [stdout] BlockRng64 [INFO] [stdout] BlockRng [INFO] [stdout] Lcg64Xsh32 [INFO] [stdout] Mcg128Xsl64 [INFO] [stdout] SmallRng [INFO] [stdout] deprecated::ChaChaRng [INFO] [stdout] deprecated::Hc128Rng [INFO] [stdout] deprecated::Isaac64Rng [INFO] [stdout] and 4 others [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `rand_hc::Hc128Rng: SeedableRng` is not satisfied [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rand-0.6.5/src/rngs/std.rs:58:5 [INFO] [stdout] | [INFO] [stdout] 58 | fn from_seed(seed: Self::Seed) -> Self { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `SeedableRng` is not implemented for `rand_hc::Hc128Rng` [INFO] [stdout] | [INFO] [stdout] = help: the following other types implement trait `SeedableRng`: [INFO] [stdout] BlockRng64 [INFO] [stdout] BlockRng [INFO] [stdout] Lcg64Xsh32 [INFO] [stdout] Mcg128Xsl64 [INFO] [stdout] SmallRng [INFO] [stdout] deprecated::ChaChaRng [INFO] [stdout] deprecated::Hc128Rng [INFO] [stdout] deprecated::Isaac64Rng [INFO] [stdout] and 4 others [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `rand_hc::Hc128Rng: SeedableRng` is not satisfied [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rand-0.6.5/src/rngs/std.rs:58:24 [INFO] [stdout] | [INFO] [stdout] 58 | fn from_seed(seed: Self::Seed) -> Self { [INFO] [stdout] | ^^^^^^^^^^ the trait `SeedableRng` is not implemented for `rand_hc::Hc128Rng` [INFO] [stdout] | [INFO] [stdout] = help: the following other types implement trait `SeedableRng`: [INFO] [stdout] BlockRng64 [INFO] [stdout] BlockRng [INFO] [stdout] Lcg64Xsh32 [INFO] [stdout] Mcg128Xsl64 [INFO] [stdout] SmallRng [INFO] [stdout] deprecated::ChaChaRng [INFO] [stdout] deprecated::Hc128Rng [INFO] [stdout] deprecated::Isaac64Rng [INFO] [stdout] and 4 others [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `Hc128Core: BlockRngCore` is not satisfied [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rand-0.6.5/src/rngs/thread.rs:73:15 [INFO] [stdout] | [INFO] [stdout] 73 | rng: *mut ReseedingRng, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `BlockRngCore` is not implemented for `Hc128Core` [INFO] [stdout] | [INFO] [stdout] note: required by a bound in `reseeding::ReseedingRng` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rand-0.6.5/src/rngs/adapter/reseeding.rs:89:10 [INFO] [stdout] | [INFO] [stdout] 88 | pub struct ReseedingRng(BlockRng>) [INFO] [stdout] | ------------ required by a bound in this struct [INFO] [stdout] 89 | where R: BlockRngCore + SeedableRng, [INFO] [stdout] | ^^^^^^^^^^^^ required by this bound in `ReseedingRng` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `Hc128Core: SeedableRng` is not satisfied [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rand-0.6.5/src/rngs/thread.rs:73:15 [INFO] [stdout] | [INFO] [stdout] 73 | rng: *mut ReseedingRng, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `SeedableRng` is not implemented for `Hc128Core` [INFO] [stdout] | [INFO] [stdout] = help: the following other types implement trait `SeedableRng`: [INFO] [stdout] BlockRng64 [INFO] [stdout] BlockRng [INFO] [stdout] Lcg64Xsh32 [INFO] [stdout] Mcg128Xsl64 [INFO] [stdout] SmallRng [INFO] [stdout] deprecated::ChaChaRng [INFO] [stdout] deprecated::Hc128Rng [INFO] [stdout] deprecated::Isaac64Rng [INFO] [stdout] and 4 others [INFO] [stdout] note: required by a bound in `reseeding::ReseedingRng` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rand-0.6.5/src/rngs/adapter/reseeding.rs:89:25 [INFO] [stdout] | [INFO] [stdout] 88 | pub struct ReseedingRng(BlockRng>) [INFO] [stdout] | ------------ required by a bound in this struct [INFO] [stdout] 89 | where R: BlockRngCore + SeedableRng, [INFO] [stdout] | ^^^^^^^^^^^ required by this bound in `ReseedingRng` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `Hc128Core: BlockRngCore` is not satisfied [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rand-0.6.5/src/rngs/thread.rs:77:39 [INFO] [stdout] | [INFO] [stdout] 77 | static THREAD_RNG_KEY: UnsafeCell> = { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `BlockRngCore` is not implemented for `Hc128Core` [INFO] [stdout] | [INFO] [stdout] note: required by a bound in `reseeding::ReseedingRng` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rand-0.6.5/src/rngs/adapter/reseeding.rs:89:10 [INFO] [stdout] | [INFO] [stdout] 88 | pub struct ReseedingRng(BlockRng>) [INFO] [stdout] | ------------ required by a bound in this struct [INFO] [stdout] 89 | where R: BlockRngCore + SeedableRng, [INFO] [stdout] | ^^^^^^^^^^^^ required by this bound in `ReseedingRng` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `Hc128Core: SeedableRng` is not satisfied [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rand-0.6.5/src/rngs/thread.rs:77:39 [INFO] [stdout] | [INFO] [stdout] 77 | static THREAD_RNG_KEY: UnsafeCell> = { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `SeedableRng` is not implemented for `Hc128Core` [INFO] [stdout] | [INFO] [stdout] = help: the following other types implement trait `SeedableRng`: [INFO] [stdout] BlockRng64 [INFO] [stdout] BlockRng [INFO] [stdout] Lcg64Xsh32 [INFO] [stdout] Mcg128Xsl64 [INFO] [stdout] SmallRng [INFO] [stdout] deprecated::ChaChaRng [INFO] [stdout] deprecated::Hc128Rng [INFO] [stdout] deprecated::Isaac64Rng [INFO] [stdout] and 4 others [INFO] [stdout] note: required by a bound in `reseeding::ReseedingRng` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rand-0.6.5/src/rngs/adapter/reseeding.rs:89:25 [INFO] [stdout] | [INFO] [stdout] 88 | pub struct ReseedingRng(BlockRng>) [INFO] [stdout] | ------------ required by a bound in this struct [INFO] [stdout] 89 | where R: BlockRngCore + SeedableRng, [INFO] [stdout] | ^^^^^^^^^^^ required by this bound in `ReseedingRng` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `Hc128Core: BlockRngCore` is not satisfied [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rand-0.6.5/src/rngs/thread.rs:77:28 [INFO] [stdout] | [INFO] [stdout] 77 | static THREAD_RNG_KEY: UnsafeCell> = { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `BlockRngCore` is not implemented for `Hc128Core` [INFO] [stdout] | [INFO] [stdout] note: required by a bound in `reseeding::ReseedingRng` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rand-0.6.5/src/rngs/adapter/reseeding.rs:89:10 [INFO] [stdout] | [INFO] [stdout] 88 | pub struct ReseedingRng(BlockRng>) [INFO] [stdout] | ------------ required by a bound in this struct [INFO] [stdout] 89 | where R: BlockRngCore + SeedableRng, [INFO] [stdout] | ^^^^^^^^^^^^ required by this bound in `ReseedingRng` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `Hc128Core: SeedableRng` is not satisfied [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rand-0.6.5/src/rngs/thread.rs:77:28 [INFO] [stdout] | [INFO] [stdout] 77 | static THREAD_RNG_KEY: UnsafeCell> = { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `SeedableRng` is not implemented for `Hc128Core` [INFO] [stdout] | [INFO] [stdout] = help: the following other types implement trait `SeedableRng`: [INFO] [stdout] BlockRng64 [INFO] [stdout] BlockRng [INFO] [stdout] Lcg64Xsh32 [INFO] [stdout] Mcg128Xsl64 [INFO] [stdout] SmallRng [INFO] [stdout] deprecated::ChaChaRng [INFO] [stdout] deprecated::Hc128Rng [INFO] [stdout] deprecated::Isaac64Rng [INFO] [stdout] and 4 others [INFO] [stdout] note: required by a bound in `reseeding::ReseedingRng` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rand-0.6.5/src/rngs/adapter/reseeding.rs:89:25 [INFO] [stdout] | [INFO] [stdout] 88 | pub struct ReseedingRng(BlockRng>) [INFO] [stdout] | ------------ required by a bound in this struct [INFO] [stdout] 89 | where R: BlockRngCore + SeedableRng, [INFO] [stdout] | ^^^^^^^^^^^ required by this bound in `ReseedingRng` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `Hc128Core: BlockRngCore` is not satisfied [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rand-0.6.5/src/rngs/thread.rs:76:1 [INFO] [stdout] | [INFO] [stdout] 76 | / thread_local!( [INFO] [stdout] 77 | | static THREAD_RNG_KEY: UnsafeCell> = { [INFO] [stdout] 78 | | let mut entropy_source = EntropyRng::new(); [INFO] [stdout] 79 | | let r = Hc128Core::from_rng(&mut entropy_source).unwrap_or_else(|err| [INFO] [stdout] ... | [INFO] [stdout] 85 | | } [INFO] [stdout] 86 | | ); [INFO] [stdout] | |_^ the trait `BlockRngCore` is not implemented for `Hc128Core` [INFO] [stdout] | [INFO] [stdout] note: required by a bound in `reseeding::ReseedingRng` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rand-0.6.5/src/rngs/adapter/reseeding.rs:89:10 [INFO] [stdout] | [INFO] [stdout] 88 | pub struct ReseedingRng(BlockRng>) [INFO] [stdout] | ------------ required by a bound in this struct [INFO] [stdout] 89 | where R: BlockRngCore + SeedableRng, [INFO] [stdout] | ^^^^^^^^^^^^ required by this bound in `ReseedingRng` [INFO] [stdout] = note: this error originates in the macro `$crate::thread::local_impl::thread_local_inner` which comes from the expansion of the macro `thread_local` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `Hc128Core: SeedableRng` is not satisfied [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rand-0.6.5/src/rngs/thread.rs:76:1 [INFO] [stdout] | [INFO] [stdout] 76 | / thread_local!( [INFO] [stdout] 77 | | static THREAD_RNG_KEY: UnsafeCell> = { [INFO] [stdout] 78 | | let mut entropy_source = EntropyRng::new(); [INFO] [stdout] 79 | | let r = Hc128Core::from_rng(&mut entropy_source).unwrap_or_else(|err| [INFO] [stdout] ... | [INFO] [stdout] 85 | | } [INFO] [stdout] 86 | | ); [INFO] [stdout] | |_^ the trait `SeedableRng` is not implemented for `Hc128Core` [INFO] [stdout] | [INFO] [stdout] = help: the following other types implement trait `SeedableRng`: [INFO] [stdout] BlockRng64 [INFO] [stdout] BlockRng [INFO] [stdout] Lcg64Xsh32 [INFO] [stdout] Mcg128Xsl64 [INFO] [stdout] SmallRng [INFO] [stdout] deprecated::ChaChaRng [INFO] [stdout] deprecated::Hc128Rng [INFO] [stdout] deprecated::Isaac64Rng [INFO] [stdout] and 4 others [INFO] [stdout] note: required by a bound in `reseeding::ReseedingRng` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rand-0.6.5/src/rngs/adapter/reseeding.rs:89:25 [INFO] [stdout] | [INFO] [stdout] 88 | pub struct ReseedingRng(BlockRng>) [INFO] [stdout] | ------------ required by a bound in this struct [INFO] [stdout] 89 | where R: BlockRngCore + SeedableRng, [INFO] [stdout] | ^^^^^^^^^^^ required by this bound in `ReseedingRng` [INFO] [stdout] = note: this error originates in the macro `$crate::thread::local_impl::thread_local_inner` which comes from the expansion of the macro `thread_local` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `Hc128Core: BlockRngCore` is not satisfied [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rand-0.6.5/src/rngs/thread.rs:76:1 [INFO] [stdout] | [INFO] [stdout] 76 | / thread_local!( [INFO] [stdout] 77 | | static THREAD_RNG_KEY: UnsafeCell> = { [INFO] [stdout] 78 | | let mut entropy_source = EntropyRng::new(); [INFO] [stdout] 79 | | let r = Hc128Core::from_rng(&mut entropy_source).unwrap_or_else(|err| [INFO] [stdout] ... | [INFO] [stdout] 85 | | } [INFO] [stdout] 86 | | ); [INFO] [stdout] | |_^ the trait `BlockRngCore` is not implemented for `Hc128Core` [INFO] [stdout] | [INFO] [stdout] note: required by a bound in `reseeding::ReseedingRng` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rand-0.6.5/src/rngs/adapter/reseeding.rs:89:10 [INFO] [stdout] | [INFO] [stdout] 88 | pub struct ReseedingRng(BlockRng>) [INFO] [stdout] | ------------ required by a bound in this struct [INFO] [stdout] 89 | where R: BlockRngCore + SeedableRng, [INFO] [stdout] | ^^^^^^^^^^^^ required by this bound in `ReseedingRng` [INFO] [stdout] = note: this error originates in the macro `$crate::thread::local_impl::thread_local_inner` which comes from the expansion of the macro `thread_local` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `Hc128Core: SeedableRng` is not satisfied [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rand-0.6.5/src/rngs/thread.rs:76:1 [INFO] [stdout] | [INFO] [stdout] 76 | / thread_local!( [INFO] [stdout] 77 | | static THREAD_RNG_KEY: UnsafeCell> = { [INFO] [stdout] 78 | | let mut entropy_source = EntropyRng::new(); [INFO] [stdout] 79 | | let r = Hc128Core::from_rng(&mut entropy_source).unwrap_or_else(|err| [INFO] [stdout] ... | [INFO] [stdout] 85 | | } [INFO] [stdout] 86 | | ); [INFO] [stdout] | |_^ the trait `SeedableRng` is not implemented for `Hc128Core` [INFO] [stdout] | [INFO] [stdout] = help: the following other types implement trait `SeedableRng`: [INFO] [stdout] BlockRng64 [INFO] [stdout] BlockRng [INFO] [stdout] Lcg64Xsh32 [INFO] [stdout] Mcg128Xsl64 [INFO] [stdout] SmallRng [INFO] [stdout] deprecated::ChaChaRng [INFO] [stdout] deprecated::Hc128Rng [INFO] [stdout] deprecated::Isaac64Rng [INFO] [stdout] and 4 others [INFO] [stdout] note: required by a bound in `reseeding::ReseedingRng` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rand-0.6.5/src/rngs/adapter/reseeding.rs:89:25 [INFO] [stdout] | [INFO] [stdout] 88 | pub struct ReseedingRng(BlockRng>) [INFO] [stdout] | ------------ required by a bound in this struct [INFO] [stdout] 89 | where R: BlockRngCore + SeedableRng, [INFO] [stdout] | ^^^^^^^^^^^ required by this bound in `ReseedingRng` [INFO] [stdout] = note: this error originates in the macro `$crate::thread::local_impl::thread_local_inner` which comes from the expansion of the macro `thread_local` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `Hc128Core: BlockRngCore` is not satisfied [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rand-0.6.5/src/rngs/thread.rs:76:1 [INFO] [stdout] | [INFO] [stdout] 76 | / thread_local!( [INFO] [stdout] 77 | | static THREAD_RNG_KEY: UnsafeCell> = { [INFO] [stdout] 78 | | let mut entropy_source = EntropyRng::new(); [INFO] [stdout] 79 | | let r = Hc128Core::from_rng(&mut entropy_source).unwrap_or_else(|err| [INFO] [stdout] ... | [INFO] [stdout] 85 | | } [INFO] [stdout] 86 | | ); [INFO] [stdout] | |_^ the trait `BlockRngCore` is not implemented for `Hc128Core` [INFO] [stdout] | [INFO] [stdout] note: required by a bound in `reseeding::ReseedingRng` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rand-0.6.5/src/rngs/adapter/reseeding.rs:89:10 [INFO] [stdout] | [INFO] [stdout] 88 | pub struct ReseedingRng(BlockRng>) [INFO] [stdout] | ------------ required by a bound in this struct [INFO] [stdout] 89 | where R: BlockRngCore + SeedableRng, [INFO] [stdout] | ^^^^^^^^^^^^ required by this bound in `ReseedingRng` [INFO] [stdout] = note: this error originates in the macro `$crate::thread::local_impl::thread_local_inner` which comes from the expansion of the macro `thread_local` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `Hc128Core: SeedableRng` is not satisfied [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rand-0.6.5/src/rngs/thread.rs:76:1 [INFO] [stdout] | [INFO] [stdout] 76 | / thread_local!( [INFO] [stdout] 77 | | static THREAD_RNG_KEY: UnsafeCell> = { [INFO] [stdout] 78 | | let mut entropy_source = EntropyRng::new(); [INFO] [stdout] 79 | | let r = Hc128Core::from_rng(&mut entropy_source).unwrap_or_else(|err| [INFO] [stdout] ... | [INFO] [stdout] 85 | | } [INFO] [stdout] 86 | | ); [INFO] [stdout] | |_^ the trait `SeedableRng` is not implemented for `Hc128Core` [INFO] [stdout] | [INFO] [stdout] = help: the following other types implement trait `SeedableRng`: [INFO] [stdout] BlockRng64 [INFO] [stdout] BlockRng [INFO] [stdout] Lcg64Xsh32 [INFO] [stdout] Mcg128Xsl64 [INFO] [stdout] SmallRng [INFO] [stdout] deprecated::ChaChaRng [INFO] [stdout] deprecated::Hc128Rng [INFO] [stdout] deprecated::Isaac64Rng [INFO] [stdout] and 4 others [INFO] [stdout] note: required by a bound in `reseeding::ReseedingRng` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rand-0.6.5/src/rngs/adapter/reseeding.rs:89:25 [INFO] [stdout] | [INFO] [stdout] 88 | pub struct ReseedingRng(BlockRng>) [INFO] [stdout] | ------------ required by a bound in this struct [INFO] [stdout] 89 | where R: BlockRngCore + SeedableRng, [INFO] [stdout] | ^^^^^^^^^^^ required by this bound in `ReseedingRng` [INFO] [stdout] = note: this error originates in the macro `$crate::thread::local_impl::thread_local_inner` which comes from the expansion of the macro `thread_local` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `Hc128Core: BlockRngCore` is not satisfied [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rand-0.6.5/src/rngs/thread.rs:76:1 [INFO] [stdout] | [INFO] [stdout] 76 | / thread_local!( [INFO] [stdout] 77 | | static THREAD_RNG_KEY: UnsafeCell> = { [INFO] [stdout] 78 | | let mut entropy_source = EntropyRng::new(); [INFO] [stdout] 79 | | let r = Hc128Core::from_rng(&mut entropy_source).unwrap_or_else(|err| [INFO] [stdout] ... | [INFO] [stdout] 85 | | } [INFO] [stdout] 86 | | ); [INFO] [stdout] | |_^ the trait `BlockRngCore` is not implemented for `Hc128Core` [INFO] [stdout] | [INFO] [stdout] note: required by a bound in `reseeding::ReseedingRng` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rand-0.6.5/src/rngs/adapter/reseeding.rs:89:10 [INFO] [stdout] | [INFO] [stdout] 88 | pub struct ReseedingRng(BlockRng>) [INFO] [stdout] | ------------ required by a bound in this struct [INFO] [stdout] 89 | where R: BlockRngCore + SeedableRng, [INFO] [stdout] | ^^^^^^^^^^^^ required by this bound in `ReseedingRng` [INFO] [stdout] = note: this error originates in the macro `$crate::thread::local_impl::thread_local_inner` which comes from the expansion of the macro `thread_local` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `Hc128Core: SeedableRng` is not satisfied [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rand-0.6.5/src/rngs/thread.rs:76:1 [INFO] [stdout] | [INFO] [stdout] 76 | / thread_local!( [INFO] [stdout] 77 | | static THREAD_RNG_KEY: UnsafeCell> = { [INFO] [stdout] 78 | | let mut entropy_source = EntropyRng::new(); [INFO] [stdout] 79 | | let r = Hc128Core::from_rng(&mut entropy_source).unwrap_or_else(|err| [INFO] [stdout] ... | [INFO] [stdout] 85 | | } [INFO] [stdout] 86 | | ); [INFO] [stdout] | |_^ the trait `SeedableRng` is not implemented for `Hc128Core` [INFO] [stdout] | [INFO] [stdout] = help: the following other types implement trait `SeedableRng`: [INFO] [stdout] BlockRng64 [INFO] [stdout] BlockRng [INFO] [stdout] Lcg64Xsh32 [INFO] [stdout] Mcg128Xsl64 [INFO] [stdout] SmallRng [INFO] [stdout] deprecated::ChaChaRng [INFO] [stdout] deprecated::Hc128Rng [INFO] [stdout] deprecated::Isaac64Rng [INFO] [stdout] and 4 others [INFO] [stdout] note: required by a bound in `reseeding::ReseedingRng` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rand-0.6.5/src/rngs/adapter/reseeding.rs:89:25 [INFO] [stdout] | [INFO] [stdout] 88 | pub struct ReseedingRng(BlockRng>) [INFO] [stdout] | ------------ required by a bound in this struct [INFO] [stdout] 89 | where R: BlockRngCore + SeedableRng, [INFO] [stdout] | ^^^^^^^^^^^ required by this bound in `ReseedingRng` [INFO] [stdout] = note: this error originates in the macro `$crate::thread::local_impl::thread_local_inner` which comes from the expansion of the macro `thread_local` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `Hc128Core: BlockRngCore` is not satisfied [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rand-0.6.5/src/rngs/thread.rs:76:1 [INFO] [stdout] | [INFO] [stdout] 76 | / thread_local!( [INFO] [stdout] 77 | | static THREAD_RNG_KEY: UnsafeCell> = { [INFO] [stdout] 78 | | let mut entropy_source = EntropyRng::new(); [INFO] [stdout] 79 | | let r = Hc128Core::from_rng(&mut entropy_source).unwrap_or_else(|err| [INFO] [stdout] ... | [INFO] [stdout] 85 | | } [INFO] [stdout] 86 | | ); [INFO] [stdout] | |_^ the trait `BlockRngCore` is not implemented for `Hc128Core` [INFO] [stdout] | [INFO] [stdout] note: required by a bound in `reseeding::ReseedingRng` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rand-0.6.5/src/rngs/adapter/reseeding.rs:89:10 [INFO] [stdout] | [INFO] [stdout] 88 | pub struct ReseedingRng(BlockRng>) [INFO] [stdout] | ------------ required by a bound in this struct [INFO] [stdout] 89 | where R: BlockRngCore + SeedableRng, [INFO] [stdout] | ^^^^^^^^^^^^ required by this bound in `ReseedingRng` [INFO] [stdout] = note: this error originates in the macro `$crate::thread::local_impl::thread_local_inner` which comes from the expansion of the macro `thread_local` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `Hc128Core: SeedableRng` is not satisfied [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rand-0.6.5/src/rngs/thread.rs:76:1 [INFO] [stdout] | [INFO] [stdout] 76 | / thread_local!( [INFO] [stdout] 77 | | static THREAD_RNG_KEY: UnsafeCell> = { [INFO] [stdout] 78 | | let mut entropy_source = EntropyRng::new(); [INFO] [stdout] 79 | | let r = Hc128Core::from_rng(&mut entropy_source).unwrap_or_else(|err| [INFO] [stdout] ... | [INFO] [stdout] 85 | | } [INFO] [stdout] 86 | | ); [INFO] [stdout] | |_^ the trait `SeedableRng` is not implemented for `Hc128Core` [INFO] [stdout] | [INFO] [stdout] = help: the following other types implement trait `SeedableRng`: [INFO] [stdout] BlockRng64 [INFO] [stdout] BlockRng [INFO] [stdout] Lcg64Xsh32 [INFO] [stdout] Mcg128Xsl64 [INFO] [stdout] SmallRng [INFO] [stdout] deprecated::ChaChaRng [INFO] [stdout] deprecated::Hc128Rng [INFO] [stdout] deprecated::Isaac64Rng [INFO] [stdout] and 4 others [INFO] [stdout] note: required by a bound in `reseeding::ReseedingRng` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rand-0.6.5/src/rngs/adapter/reseeding.rs:89:25 [INFO] [stdout] | [INFO] [stdout] 88 | pub struct ReseedingRng(BlockRng>) [INFO] [stdout] | ------------ required by a bound in this struct [INFO] [stdout] 89 | where R: BlockRngCore + SeedableRng, [INFO] [stdout] | ^^^^^^^^^^^ required by this bound in `ReseedingRng` [INFO] [stdout] = note: this error originates in the macro `$crate::thread::local_impl::thread_local_inner` which comes from the expansion of the macro `thread_local` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `Hc128Core: BlockRngCore` is not satisfied [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rand-0.6.5/src/rngs/thread.rs:76:1 [INFO] [stdout] | [INFO] [stdout] 76 | / thread_local!( [INFO] [stdout] 77 | | static THREAD_RNG_KEY: UnsafeCell> = { [INFO] [stdout] 78 | | let mut entropy_source = EntropyRng::new(); [INFO] [stdout] 79 | | let r = Hc128Core::from_rng(&mut entropy_source).unwrap_or_else(|err| [INFO] [stdout] ... | [INFO] [stdout] 85 | | } [INFO] [stdout] 86 | | ); [INFO] [stdout] | |_^ the trait `BlockRngCore` is not implemented for `Hc128Core` [INFO] [stdout] | [INFO] [stdout] note: required by a bound in `reseeding::ReseedingRng` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rand-0.6.5/src/rngs/adapter/reseeding.rs:89:10 [INFO] [stdout] | [INFO] [stdout] 88 | pub struct ReseedingRng(BlockRng>) [INFO] [stdout] | ------------ required by a bound in this struct [INFO] [stdout] 89 | where R: BlockRngCore + SeedableRng, [INFO] [stdout] | ^^^^^^^^^^^^ required by this bound in `ReseedingRng` [INFO] [stdout] = note: this error originates in the macro `$crate::thread::local_impl::thread_local_inner` which comes from the expansion of the macro `thread_local` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `Hc128Core: SeedableRng` is not satisfied [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rand-0.6.5/src/rngs/thread.rs:76:1 [INFO] [stdout] | [INFO] [stdout] 76 | / thread_local!( [INFO] [stdout] 77 | | static THREAD_RNG_KEY: UnsafeCell> = { [INFO] [stdout] 78 | | let mut entropy_source = EntropyRng::new(); [INFO] [stdout] 79 | | let r = Hc128Core::from_rng(&mut entropy_source).unwrap_or_else(|err| [INFO] [stdout] ... | [INFO] [stdout] 85 | | } [INFO] [stdout] 86 | | ); [INFO] [stdout] | |_^ the trait `SeedableRng` is not implemented for `Hc128Core` [INFO] [stdout] | [INFO] [stdout] = help: the following other types implement trait `SeedableRng`: [INFO] [stdout] BlockRng64 [INFO] [stdout] BlockRng [INFO] [stdout] Lcg64Xsh32 [INFO] [stdout] Mcg128Xsl64 [INFO] [stdout] SmallRng [INFO] [stdout] deprecated::ChaChaRng [INFO] [stdout] deprecated::Hc128Rng [INFO] [stdout] deprecated::Isaac64Rng [INFO] [stdout] and 4 others [INFO] [stdout] note: required by a bound in `reseeding::ReseedingRng` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rand-0.6.5/src/rngs/adapter/reseeding.rs:89:25 [INFO] [stdout] | [INFO] [stdout] 88 | pub struct ReseedingRng(BlockRng>) [INFO] [stdout] | ------------ required by a bound in this struct [INFO] [stdout] 89 | where R: BlockRngCore + SeedableRng, [INFO] [stdout] | ^^^^^^^^^^^ required by this bound in `ReseedingRng` [INFO] [stdout] = note: this error originates in the macro `$crate::thread::local_impl::thread_local_inner` which comes from the expansion of the macro `thread_local` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `Hc128Core: BlockRngCore` is not satisfied [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rand-0.6.5/src/rngs/thread.rs:76:1 [INFO] [stdout] | [INFO] [stdout] 76 | / thread_local!( [INFO] [stdout] 77 | | static THREAD_RNG_KEY: UnsafeCell> = { [INFO] [stdout] 78 | | let mut entropy_source = EntropyRng::new(); [INFO] [stdout] 79 | | let r = Hc128Core::from_rng(&mut entropy_source).unwrap_or_else(|err| [INFO] [stdout] ... | [INFO] [stdout] 85 | | } [INFO] [stdout] 86 | | ); [INFO] [stdout] | |_^ the trait `BlockRngCore` is not implemented for `Hc128Core` [INFO] [stdout] | [INFO] [stdout] note: required by a bound in `reseeding::ReseedingRng` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rand-0.6.5/src/rngs/adapter/reseeding.rs:89:10 [INFO] [stdout] | [INFO] [stdout] 88 | pub struct ReseedingRng(BlockRng>) [INFO] [stdout] | ------------ required by a bound in this struct [INFO] [stdout] 89 | where R: BlockRngCore + SeedableRng, [INFO] [stdout] | ^^^^^^^^^^^^ required by this bound in `ReseedingRng` [INFO] [stdout] = note: this error originates in the macro `$crate::thread::local_impl::thread_local_inner` which comes from the expansion of the macro `thread_local` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `Hc128Core: SeedableRng` is not satisfied [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rand-0.6.5/src/rngs/thread.rs:76:1 [INFO] [stdout] | [INFO] [stdout] 76 | / thread_local!( [INFO] [stdout] 77 | | static THREAD_RNG_KEY: UnsafeCell> = { [INFO] [stdout] 78 | | let mut entropy_source = EntropyRng::new(); [INFO] [stdout] 79 | | let r = Hc128Core::from_rng(&mut entropy_source).unwrap_or_else(|err| [INFO] [stdout] ... | [INFO] [stdout] 85 | | } [INFO] [stdout] 86 | | ); [INFO] [stdout] | |_^ the trait `SeedableRng` is not implemented for `Hc128Core` [INFO] [stdout] | [INFO] [stdout] = help: the following other types implement trait `SeedableRng`: [INFO] [stdout] BlockRng64 [INFO] [stdout] BlockRng [INFO] [stdout] Lcg64Xsh32 [INFO] [stdout] Mcg128Xsl64 [INFO] [stdout] SmallRng [INFO] [stdout] deprecated::ChaChaRng [INFO] [stdout] deprecated::Hc128Rng [INFO] [stdout] deprecated::Isaac64Rng [INFO] [stdout] and 4 others [INFO] [stdout] note: required by a bound in `reseeding::ReseedingRng` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rand-0.6.5/src/rngs/adapter/reseeding.rs:89:25 [INFO] [stdout] | [INFO] [stdout] 88 | pub struct ReseedingRng(BlockRng>) [INFO] [stdout] | ------------ required by a bound in this struct [INFO] [stdout] 89 | where R: BlockRngCore + SeedableRng, [INFO] [stdout] | ^^^^^^^^^^^ required by this bound in `ReseedingRng` [INFO] [stdout] = note: this error originates in the macro `$crate::thread::local_impl::thread_local_inner` which comes from the expansion of the macro `thread_local` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `Hc128Core: BlockRngCore` is not satisfied [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rand-0.6.5/src/rngs/thread.rs:76:1 [INFO] [stdout] | [INFO] [stdout] 76 | / thread_local!( [INFO] [stdout] 77 | | static THREAD_RNG_KEY: UnsafeCell> = { [INFO] [stdout] 78 | | let mut entropy_source = EntropyRng::new(); [INFO] [stdout] 79 | | let r = Hc128Core::from_rng(&mut entropy_source).unwrap_or_else(|err| [INFO] [stdout] ... | [INFO] [stdout] 85 | | } [INFO] [stdout] 86 | | ); [INFO] [stdout] | |_^ the trait `BlockRngCore` is not implemented for `Hc128Core` [INFO] [stdout] | [INFO] [stdout] note: required by a bound in `reseeding::ReseedingRng` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rand-0.6.5/src/rngs/adapter/reseeding.rs:89:10 [INFO] [stdout] | [INFO] [stdout] 88 | pub struct ReseedingRng(BlockRng>) [INFO] [stdout] | ------------ required by a bound in this struct [INFO] [stdout] 89 | where R: BlockRngCore + SeedableRng, [INFO] [stdout] | ^^^^^^^^^^^^ required by this bound in `ReseedingRng` [INFO] [stdout] = note: this error originates in the macro `$crate::thread::local_impl::thread_local_inner` which comes from the expansion of the macro `thread_local` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `Hc128Core: SeedableRng` is not satisfied [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rand-0.6.5/src/rngs/thread.rs:76:1 [INFO] [stdout] | [INFO] [stdout] 76 | / thread_local!( [INFO] [stdout] 77 | | static THREAD_RNG_KEY: UnsafeCell> = { [INFO] [stdout] 78 | | let mut entropy_source = EntropyRng::new(); [INFO] [stdout] 79 | | let r = Hc128Core::from_rng(&mut entropy_source).unwrap_or_else(|err| [INFO] [stdout] ... | [INFO] [stdout] 85 | | } [INFO] [stdout] 86 | | ); [INFO] [stdout] | |_^ the trait `SeedableRng` is not implemented for `Hc128Core` [INFO] [stdout] | [INFO] [stdout] = help: the following other types implement trait `SeedableRng`: [INFO] [stdout] BlockRng64 [INFO] [stdout] BlockRng [INFO] [stdout] Lcg64Xsh32 [INFO] [stdout] Mcg128Xsl64 [INFO] [stdout] SmallRng [INFO] [stdout] deprecated::ChaChaRng [INFO] [stdout] deprecated::Hc128Rng [INFO] [stdout] deprecated::Isaac64Rng [INFO] [stdout] and 4 others [INFO] [stdout] note: required by a bound in `reseeding::ReseedingRng` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rand-0.6.5/src/rngs/adapter/reseeding.rs:89:25 [INFO] [stdout] | [INFO] [stdout] 88 | pub struct ReseedingRng(BlockRng>) [INFO] [stdout] | ------------ required by a bound in this struct [INFO] [stdout] 89 | where R: BlockRngCore + SeedableRng, [INFO] [stdout] | ^^^^^^^^^^^ required by this bound in `ReseedingRng` [INFO] [stdout] = note: this error originates in the macro `$crate::thread::local_impl::thread_local_inner` which comes from the expansion of the macro `thread_local` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `rand_isaac::IsaacRng: SeedableRng` is not satisfied [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rand-0.6.5/src/deprecated.rs:51:17 [INFO] [stdout] | [INFO] [stdout] 51 | type Seed = ::Seed; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `SeedableRng` is not implemented for `rand_isaac::IsaacRng` [INFO] [stdout] | [INFO] [stdout] = help: the following other types implement trait `SeedableRng`: [INFO] [stdout] BlockRng64 [INFO] [stdout] BlockRng [INFO] [stdout] Lcg64Xsh32 [INFO] [stdout] Mcg128Xsl64 [INFO] [stdout] SmallRng [INFO] [stdout] deprecated::ChaChaRng [INFO] [stdout] deprecated::Hc128Rng [INFO] [stdout] deprecated::Isaac64Rng [INFO] [stdout] and 4 others [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `rand_isaac::IsaacRng: SeedableRng` is not satisfied [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rand-0.6.5/src/deprecated.rs:53:5 [INFO] [stdout] | [INFO] [stdout] 53 | fn from_seed(seed: Self::Seed) -> Self { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `SeedableRng` is not implemented for `rand_isaac::IsaacRng` [INFO] [stdout] | [INFO] [stdout] = help: the following other types implement trait `SeedableRng`: [INFO] [stdout] BlockRng64 [INFO] [stdout] BlockRng [INFO] [stdout] Lcg64Xsh32 [INFO] [stdout] Mcg128Xsl64 [INFO] [stdout] SmallRng [INFO] [stdout] deprecated::ChaChaRng [INFO] [stdout] deprecated::Hc128Rng [INFO] [stdout] deprecated::Isaac64Rng [INFO] [stdout] and 4 others [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `rand_isaac::Isaac64Rng: SeedableRng` is not satisfied [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rand-0.6.5/src/deprecated.rs:97:17 [INFO] [stdout] | [INFO] [stdout] 97 | type Seed = ::Seed; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `SeedableRng` is not implemented for `rand_isaac::Isaac64Rng` [INFO] [stdout] | [INFO] [stdout] = help: the following other types implement trait `SeedableRng`: [INFO] [stdout] BlockRng64 [INFO] [stdout] BlockRng [INFO] [stdout] Lcg64Xsh32 [INFO] [stdout] Mcg128Xsl64 [INFO] [stdout] SmallRng [INFO] [stdout] deprecated::ChaChaRng [INFO] [stdout] deprecated::Hc128Rng [INFO] [stdout] deprecated::Isaac64Rng [INFO] [stdout] and 4 others [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `rand_isaac::Isaac64Rng: SeedableRng` is not satisfied [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rand-0.6.5/src/deprecated.rs:99:5 [INFO] [stdout] | [INFO] [stdout] 99 | fn from_seed(seed: Self::Seed) -> Self { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `SeedableRng` is not implemented for `rand_isaac::Isaac64Rng` [INFO] [stdout] | [INFO] [stdout] = help: the following other types implement trait `SeedableRng`: [INFO] [stdout] BlockRng64 [INFO] [stdout] BlockRng [INFO] [stdout] Lcg64Xsh32 [INFO] [stdout] Mcg128Xsl64 [INFO] [stdout] SmallRng [INFO] [stdout] deprecated::ChaChaRng [INFO] [stdout] deprecated::Hc128Rng [INFO] [stdout] deprecated::Isaac64Rng [INFO] [stdout] and 4 others [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `rand_chacha::ChaChaRng: SeedableRng` is not satisfied [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rand-0.6.5/src/deprecated.rs:142:17 [INFO] [stdout] | [INFO] [stdout] 142 | type Seed = ::Seed; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `SeedableRng` is not implemented for `rand_chacha::ChaChaRng` [INFO] [stdout] | [INFO] [stdout] = help: the following other types implement trait `SeedableRng`: [INFO] [stdout] BlockRng64 [INFO] [stdout] BlockRng [INFO] [stdout] Lcg64Xsh32 [INFO] [stdout] Mcg128Xsl64 [INFO] [stdout] SmallRng [INFO] [stdout] deprecated::ChaChaRng [INFO] [stdout] deprecated::Hc128Rng [INFO] [stdout] deprecated::Isaac64Rng [INFO] [stdout] and 4 others [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `rand_chacha::ChaChaRng: SeedableRng` is not satisfied [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rand-0.6.5/src/deprecated.rs:144:5 [INFO] [stdout] | [INFO] [stdout] 144 | fn from_seed(seed: Self::Seed) -> Self { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `SeedableRng` is not implemented for `rand_chacha::ChaChaRng` [INFO] [stdout] | [INFO] [stdout] = help: the following other types implement trait `SeedableRng`: [INFO] [stdout] BlockRng64 [INFO] [stdout] BlockRng [INFO] [stdout] Lcg64Xsh32 [INFO] [stdout] Mcg128Xsl64 [INFO] [stdout] SmallRng [INFO] [stdout] deprecated::ChaChaRng [INFO] [stdout] deprecated::Hc128Rng [INFO] [stdout] deprecated::Isaac64Rng [INFO] [stdout] and 4 others [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `rand_hc::Hc128Rng: SeedableRng` is not satisfied [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rand-0.6.5/src/deprecated.rs:199:17 [INFO] [stdout] | [INFO] [stdout] 199 | type Seed = ::Seed; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `SeedableRng` is not implemented for `rand_hc::Hc128Rng` [INFO] [stdout] | [INFO] [stdout] = help: the following other types implement trait `SeedableRng`: [INFO] [stdout] BlockRng64 [INFO] [stdout] BlockRng [INFO] [stdout] Lcg64Xsh32 [INFO] [stdout] Mcg128Xsl64 [INFO] [stdout] SmallRng [INFO] [stdout] deprecated::ChaChaRng [INFO] [stdout] deprecated::Hc128Rng [INFO] [stdout] deprecated::Isaac64Rng [INFO] [stdout] and 4 others [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `rand_hc::Hc128Rng: SeedableRng` is not satisfied [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rand-0.6.5/src/deprecated.rs:201:5 [INFO] [stdout] | [INFO] [stdout] 201 | fn from_seed(seed: Self::Seed) -> Self { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `SeedableRng` is not implemented for `rand_hc::Hc128Rng` [INFO] [stdout] | [INFO] [stdout] = help: the following other types implement trait `SeedableRng`: [INFO] [stdout] BlockRng64 [INFO] [stdout] BlockRng [INFO] [stdout] Lcg64Xsh32 [INFO] [stdout] Mcg128Xsl64 [INFO] [stdout] SmallRng [INFO] [stdout] deprecated::ChaChaRng [INFO] [stdout] deprecated::Hc128Rng [INFO] [stdout] deprecated::Isaac64Rng [INFO] [stdout] and 4 others [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `rand_xorshift::XorShiftRng: SeedableRng` is not satisfied [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rand-0.6.5/src/deprecated.rs:240:17 [INFO] [stdout] | [INFO] [stdout] 240 | type Seed = <::rand_xorshift::XorShiftRng as SeedableRng>::Seed; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `SeedableRng` is not implemented for `rand_xorshift::XorShiftRng` [INFO] [stdout] | [INFO] [stdout] = help: the following other types implement trait `SeedableRng`: [INFO] [stdout] BlockRng64 [INFO] [stdout] BlockRng [INFO] [stdout] Lcg64Xsh32 [INFO] [stdout] Mcg128Xsl64 [INFO] [stdout] SmallRng [INFO] [stdout] deprecated::ChaChaRng [INFO] [stdout] deprecated::Hc128Rng [INFO] [stdout] deprecated::Isaac64Rng [INFO] [stdout] and 4 others [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `rand_xorshift::XorShiftRng: SeedableRng` is not satisfied [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rand-0.6.5/src/deprecated.rs:242:5 [INFO] [stdout] | [INFO] [stdout] 242 | fn from_seed(seed: Self::Seed) -> Self { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `SeedableRng` is not implemented for `rand_xorshift::XorShiftRng` [INFO] [stdout] | [INFO] [stdout] = help: the following other types implement trait `SeedableRng`: [INFO] [stdout] BlockRng64 [INFO] [stdout] BlockRng [INFO] [stdout] Lcg64Xsh32 [INFO] [stdout] Mcg128Xsl64 [INFO] [stdout] SmallRng [INFO] [stdout] deprecated::ChaChaRng [INFO] [stdout] deprecated::Hc128Rng [INFO] [stdout] deprecated::Isaac64Rng [INFO] [stdout] and 4 others [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `rand_hc::Hc128Rng: SeedableRng` is not satisfied [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rand-0.6.5/src/deprecated.rs:280:17 [INFO] [stdout] | [INFO] [stdout] 280 | type Seed = ::Seed; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `SeedableRng` is not implemented for `rand_hc::Hc128Rng` [INFO] [stdout] | [INFO] [stdout] = help: the following other types implement trait `SeedableRng`: [INFO] [stdout] BlockRng64 [INFO] [stdout] BlockRng [INFO] [stdout] Lcg64Xsh32 [INFO] [stdout] Mcg128Xsl64 [INFO] [stdout] SmallRng [INFO] [stdout] deprecated::ChaChaRng [INFO] [stdout] deprecated::Hc128Rng [INFO] [stdout] deprecated::Isaac64Rng [INFO] [stdout] and 4 others [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `rand_hc::Hc128Rng: SeedableRng` is not satisfied [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rand-0.6.5/src/deprecated.rs:282:5 [INFO] [stdout] | [INFO] [stdout] 282 | fn from_seed(seed: Self::Seed) -> Self { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `SeedableRng` is not implemented for `rand_hc::Hc128Rng` [INFO] [stdout] | [INFO] [stdout] = help: the following other types implement trait `SeedableRng`: [INFO] [stdout] BlockRng64 [INFO] [stdout] BlockRng [INFO] [stdout] Lcg64Xsh32 [INFO] [stdout] Mcg128Xsl64 [INFO] [stdout] SmallRng [INFO] [stdout] deprecated::ChaChaRng [INFO] [stdout] deprecated::Hc128Rng [INFO] [stdout] deprecated::Isaac64Rng [INFO] [stdout] and 4 others [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `rand_isaac::IsaacRng: SeedableRng` is not satisfied [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rand-0.6.5/src/deprecated.rs:53:24 [INFO] [stdout] | [INFO] [stdout] 53 | fn from_seed(seed: Self::Seed) -> Self { [INFO] [stdout] | ^^^^^^^^^^ the trait `SeedableRng` is not implemented for `rand_isaac::IsaacRng` [INFO] [stdout] | [INFO] [stdout] = help: the following other types implement trait `SeedableRng`: [INFO] [stdout] BlockRng64 [INFO] [stdout] BlockRng [INFO] [stdout] Lcg64Xsh32 [INFO] [stdout] Mcg128Xsl64 [INFO] [stdout] SmallRng [INFO] [stdout] deprecated::ChaChaRng [INFO] [stdout] deprecated::Hc128Rng [INFO] [stdout] deprecated::Isaac64Rng [INFO] [stdout] and 4 others [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `rand_isaac::Isaac64Rng: SeedableRng` is not satisfied [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rand-0.6.5/src/deprecated.rs:99:24 [INFO] [stdout] | [INFO] [stdout] 99 | fn from_seed(seed: Self::Seed) -> Self { [INFO] [stdout] | ^^^^^^^^^^ the trait `SeedableRng` is not implemented for `rand_isaac::Isaac64Rng` [INFO] [stdout] | [INFO] [stdout] = help: the following other types implement trait `SeedableRng`: [INFO] [stdout] BlockRng64 [INFO] [stdout] BlockRng [INFO] [stdout] Lcg64Xsh32 [INFO] [stdout] Mcg128Xsl64 [INFO] [stdout] SmallRng [INFO] [stdout] deprecated::ChaChaRng [INFO] [stdout] deprecated::Hc128Rng [INFO] [stdout] deprecated::Isaac64Rng [INFO] [stdout] and 4 others [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `rand_chacha::ChaChaRng: SeedableRng` is not satisfied [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rand-0.6.5/src/deprecated.rs:144:24 [INFO] [stdout] | [INFO] [stdout] 144 | fn from_seed(seed: Self::Seed) -> Self { [INFO] [stdout] | ^^^^^^^^^^ the trait `SeedableRng` is not implemented for `rand_chacha::ChaChaRng` [INFO] [stdout] | [INFO] [stdout] = help: the following other types implement trait `SeedableRng`: [INFO] [stdout] BlockRng64 [INFO] [stdout] BlockRng [INFO] [stdout] Lcg64Xsh32 [INFO] [stdout] Mcg128Xsl64 [INFO] [stdout] SmallRng [INFO] [stdout] deprecated::ChaChaRng [INFO] [stdout] deprecated::Hc128Rng [INFO] [stdout] deprecated::Isaac64Rng [INFO] [stdout] and 4 others [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `rand_hc::Hc128Rng: SeedableRng` is not satisfied [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rand-0.6.5/src/deprecated.rs:201:24 [INFO] [stdout] | [INFO] [stdout] 201 | fn from_seed(seed: Self::Seed) -> Self { [INFO] [stdout] | ^^^^^^^^^^ the trait `SeedableRng` is not implemented for `rand_hc::Hc128Rng` [INFO] [stdout] | [INFO] [stdout] = help: the following other types implement trait `SeedableRng`: [INFO] [stdout] BlockRng64 [INFO] [stdout] BlockRng [INFO] [stdout] Lcg64Xsh32 [INFO] [stdout] Mcg128Xsl64 [INFO] [stdout] SmallRng [INFO] [stdout] deprecated::ChaChaRng [INFO] [stdout] deprecated::Hc128Rng [INFO] [stdout] deprecated::Isaac64Rng [INFO] [stdout] and 4 others [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `rand_xorshift::XorShiftRng: SeedableRng` is not satisfied [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rand-0.6.5/src/deprecated.rs:242:24 [INFO] [stdout] | [INFO] [stdout] 242 | fn from_seed(seed: Self::Seed) -> Self { [INFO] [stdout] | ^^^^^^^^^^ the trait `SeedableRng` is not implemented for `rand_xorshift::XorShiftRng` [INFO] [stdout] | [INFO] [stdout] = help: the following other types implement trait `SeedableRng`: [INFO] [stdout] BlockRng64 [INFO] [stdout] BlockRng [INFO] [stdout] Lcg64Xsh32 [INFO] [stdout] Mcg128Xsl64 [INFO] [stdout] SmallRng [INFO] [stdout] deprecated::ChaChaRng [INFO] [stdout] deprecated::Hc128Rng [INFO] [stdout] deprecated::Isaac64Rng [INFO] [stdout] and 4 others [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `rand_hc::Hc128Rng: SeedableRng` is not satisfied [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rand-0.6.5/src/deprecated.rs:282:24 [INFO] [stdout] | [INFO] [stdout] 282 | fn from_seed(seed: Self::Seed) -> Self { [INFO] [stdout] | ^^^^^^^^^^ the trait `SeedableRng` is not implemented for `rand_hc::Hc128Rng` [INFO] [stdout] | [INFO] [stdout] = help: the following other types implement trait `SeedableRng`: [INFO] [stdout] BlockRng64 [INFO] [stdout] BlockRng [INFO] [stdout] Lcg64Xsh32 [INFO] [stdout] Mcg128Xsl64 [INFO] [stdout] SmallRng [INFO] [stdout] deprecated::ChaChaRng [INFO] [stdout] deprecated::Hc128Rng [INFO] [stdout] deprecated::Isaac64Rng [INFO] [stdout] and 4 others [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `next_u32` found for struct `rand_hc::Hc128Rng` in the current scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rand-0.6.5/src/rngs/std.rs:38:16 [INFO] [stdout] | [INFO] [stdout] 38 | self.0.next_u32() [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: there are multiple different versions of crate `rand_core` in the dependency graph [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rand_core-0.3.0/src/lib.rs:147:1 [INFO] [stdout] | [INFO] [stdout] 147 | pub trait RngCore { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ this is the trait that is needed [INFO] [stdout] ... [INFO] [stdout] 154 | fn next_u32(&mut self) -> u32; [INFO] [stdout] | ------------------------------ the method is available for `rand_hc::Hc128Rng` here [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rand_core-0.4.2/src/lib.rs:138:1 [INFO] [stdout] | [INFO] [stdout] 138 | pub trait RngCore { [INFO] [stdout] | ----------------- [INFO] [stdout] | | [INFO] [stdout] | this is the trait that was imported [INFO] [stdout] | this is the trait that was imported [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rand-0.6.5/src/rngs/std.rs:11:6 [INFO] [stdout] | [INFO] [stdout] 11 | use {RngCore, CryptoRng, Error, SeedableRng}; [INFO] [stdout] | ------- `RngCore` imported here doesn't correspond to the right version of crate `rand_core` [INFO] [stdout] help: there is a method `next_u64` with a similar name [INFO] [stdout] | [INFO] [stdout] 38 | self.0.next_u64() [INFO] [stdout] | ~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `next_u64` found for struct `rand_hc::Hc128Rng` in the current scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rand-0.6.5/src/rngs/std.rs:43:16 [INFO] [stdout] | [INFO] [stdout] 43 | self.0.next_u64() [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: there are multiple different versions of crate `rand_core` in the dependency graph [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rand_core-0.3.0/src/lib.rs:147:1 [INFO] [stdout] | [INFO] [stdout] 147 | pub trait RngCore { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ this is the trait that is needed [INFO] [stdout] ... [INFO] [stdout] 162 | fn next_u64(&mut self) -> u64; [INFO] [stdout] | ------------------------------ the method is available for `rand_hc::Hc128Rng` here [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rand_core-0.4.2/src/lib.rs:138:1 [INFO] [stdout] | [INFO] [stdout] 138 | pub trait RngCore { [INFO] [stdout] | ----------------- [INFO] [stdout] | | [INFO] [stdout] | this is the trait that was imported [INFO] [stdout] | this is the trait that was imported [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rand-0.6.5/src/rngs/std.rs:11:6 [INFO] [stdout] | [INFO] [stdout] 11 | use {RngCore, CryptoRng, Error, SeedableRng}; [INFO] [stdout] | ------- `RngCore` imported here doesn't correspond to the right version of crate `rand_core` [INFO] [stdout] help: there is a method `next_u32` with a similar name [INFO] [stdout] | [INFO] [stdout] 43 | self.0.next_u32() [INFO] [stdout] | ~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `fill_bytes` found for struct `rand_hc::Hc128Rng` in the current scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rand-0.6.5/src/rngs/std.rs:47:16 [INFO] [stdout] | [INFO] [stdout] 47 | self.0.fill_bytes(dest); [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: there are multiple different versions of crate `rand_core` in the dependency graph [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rand_core-0.3.0/src/lib.rs:147:1 [INFO] [stdout] | [INFO] [stdout] 147 | pub trait RngCore { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ this is the trait that is needed [INFO] [stdout] ... [INFO] [stdout] 177 | fn fill_bytes(&mut self, dest: &mut [u8]); [INFO] [stdout] | ------------------------------------------ the method is available for `rand_hc::Hc128Rng` here [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rand_core-0.4.2/src/lib.rs:138:1 [INFO] [stdout] | [INFO] [stdout] 138 | pub trait RngCore { [INFO] [stdout] | ----------------- [INFO] [stdout] | | [INFO] [stdout] | this is the trait that was imported [INFO] [stdout] | this is the trait that was imported [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rand-0.6.5/src/rngs/std.rs:11:6 [INFO] [stdout] | [INFO] [stdout] 11 | use {RngCore, CryptoRng, Error, SeedableRng}; [INFO] [stdout] | ------- `RngCore` imported here doesn't correspond to the right version of crate `rand_core` [INFO] [stdout] help: there is a method `try_fill_bytes` with a similar name [INFO] [stdout] | [INFO] [stdout] 47 | self.0.try_fill_bytes(dest); [INFO] [stdout] | ~~~~~~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `try_fill_bytes` found for struct `rand_hc::Hc128Rng` in the current scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rand-0.6.5/src/rngs/std.rs:51:16 [INFO] [stdout] | [INFO] [stdout] 51 | self.0.try_fill_bytes(dest) [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: items from traits can only be used if the trait is in scope [INFO] [stdout] help: trait `RngCore` which provides `try_fill_bytes` is implemented but not in scope; perhaps you want to import it [INFO] [stdout] | [INFO] [stdout] 11 + use rand_core::RngCore; [INFO] [stdout] | [INFO] [stdout] help: there is a method `fill_bytes` with a similar name [INFO] [stdout] | [INFO] [stdout] 51 | self.0.fill_bytes(dest) [INFO] [stdout] | ~~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no function or associated item named `from_seed` found for struct `rand_hc::Hc128Rng` in the current scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rand-0.6.5/src/rngs/std.rs:59:26 [INFO] [stdout] | [INFO] [stdout] 59 | StdRng(Hc128Rng::from_seed(seed)) [INFO] [stdout] | ^^^^^^^^^ function or associated item not found in `Hc128Rng` [INFO] [stdout] | [INFO] [stdout] note: there are multiple different versions of crate `rand_core` in the dependency graph [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rand_core-0.3.0/src/lib.rs:230:1 [INFO] [stdout] | [INFO] [stdout] 230 | pub trait SeedableRng: Sized { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the trait that is needed [INFO] [stdout] ... [INFO] [stdout] 299 | fn from_seed(seed: Self::Seed) -> Self; [INFO] [stdout] | --------------------------------------- the associated function is available for `rand_hc::Hc128Rng` here [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rand_core-0.4.2/src/lib.rs:221:1 [INFO] [stdout] | [INFO] [stdout] 221 | pub trait SeedableRng: Sized { [INFO] [stdout] | ---------------------------- [INFO] [stdout] | | [INFO] [stdout] | this is the trait that was imported [INFO] [stdout] | this is the trait that was imported [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rand-0.6.5/src/rngs/std.rs:11:33 [INFO] [stdout] | [INFO] [stdout] 11 | use {RngCore, CryptoRng, Error, SeedableRng}; [INFO] [stdout] | ----------- `SeedableRng` imported here doesn't correspond to the right version of crate `rand_core` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `rand_hc::Hc128Rng: SeedableRng` is not satisfied [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rand-0.6.5/src/rngs/std.rs:58:44 [INFO] [stdout] | [INFO] [stdout] 58 | fn from_seed(seed: Self::Seed) -> Self { [INFO] [stdout] | ____________________________________________^ [INFO] [stdout] 59 | | StdRng(Hc128Rng::from_seed(seed)) [INFO] [stdout] 60 | | } [INFO] [stdout] | |_____^ the trait `SeedableRng` is not implemented for `rand_hc::Hc128Rng` [INFO] [stdout] | [INFO] [stdout] = help: the following other types implement trait `SeedableRng`: [INFO] [stdout] BlockRng64 [INFO] [stdout] BlockRng [INFO] [stdout] Lcg64Xsh32 [INFO] [stdout] Mcg128Xsl64 [INFO] [stdout] SmallRng [INFO] [stdout] deprecated::ChaChaRng [INFO] [stdout] deprecated::Hc128Rng [INFO] [stdout] deprecated::Isaac64Rng [INFO] [stdout] and 4 others [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no function or associated item named `from_rng` found for struct `rand_hc::Hc128Rng` in the current scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rand-0.6.5/src/rngs/std.rs:63:19 [INFO] [stdout] | [INFO] [stdout] 63 | Hc128Rng::from_rng(rng).map(StdRng) [INFO] [stdout] | ^^^^^^^^ function or associated item not found in `Hc128Rng` [INFO] [stdout] | [INFO] [stdout] note: there are multiple different versions of crate `rand_core` in the dependency graph [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rand_core-0.3.0/src/lib.rs:230:1 [INFO] [stdout] | [INFO] [stdout] 230 | pub trait SeedableRng: Sized { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the trait that is needed [INFO] [stdout] ... [INFO] [stdout] 372 | fn from_rng(mut rng: R) -> Result { [INFO] [stdout] | ---------------------------------------------------------- the associated function is available for `rand_hc::Hc128Rng` here [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rand_core-0.4.2/src/lib.rs:221:1 [INFO] [stdout] | [INFO] [stdout] 221 | pub trait SeedableRng: Sized { [INFO] [stdout] | ---------------------------- [INFO] [stdout] | | [INFO] [stdout] | this is the trait that was imported [INFO] [stdout] | this is the trait that was imported [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rand-0.6.5/src/rngs/std.rs:11:33 [INFO] [stdout] | [INFO] [stdout] 11 | use {RngCore, CryptoRng, Error, SeedableRng}; [INFO] [stdout] | ----------- `SeedableRng` imported here doesn't correspond to the right version of crate `rand_core` [INFO] [stdout] help: there is an associated function `from` with a similar name [INFO] [stdout] | [INFO] [stdout] 63 | Hc128Rng::from(rng).map(StdRng) [INFO] [stdout] | ~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `Hc128Core: BlockRngCore` is not satisfied [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rand-0.6.5/src/rngs/thread.rs:73:5 [INFO] [stdout] | [INFO] [stdout] 70 | #[derive(Clone, Debug)] [INFO] [stdout] | ----- in this derive macro expansion [INFO] [stdout] ... [INFO] [stdout] 73 | rng: *mut ReseedingRng, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `BlockRngCore` is not implemented for `Hc128Core` [INFO] [stdout] | [INFO] [stdout] note: required by a bound in `reseeding::ReseedingRng` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rand-0.6.5/src/rngs/adapter/reseeding.rs:89:10 [INFO] [stdout] | [INFO] [stdout] 88 | pub struct ReseedingRng(BlockRng>) [INFO] [stdout] | ------------ required by a bound in this struct [INFO] [stdout] 89 | where R: BlockRngCore + SeedableRng, [INFO] [stdout] | ^^^^^^^^^^^^ required by this bound in `ReseedingRng` [INFO] [stdout] = note: this error originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `Hc128Core: SeedableRng` is not satisfied [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rand-0.6.5/src/rngs/thread.rs:73:5 [INFO] [stdout] | [INFO] [stdout] 70 | #[derive(Clone, Debug)] [INFO] [stdout] | ----- in this derive macro expansion [INFO] [stdout] ... [INFO] [stdout] 73 | rng: *mut ReseedingRng, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `SeedableRng` is not implemented for `Hc128Core` [INFO] [stdout] | [INFO] [stdout] = help: the following other types implement trait `SeedableRng`: [INFO] [stdout] BlockRng64 [INFO] [stdout] BlockRng [INFO] [stdout] Lcg64Xsh32 [INFO] [stdout] Mcg128Xsl64 [INFO] [stdout] SmallRng [INFO] [stdout] deprecated::ChaChaRng [INFO] [stdout] deprecated::Hc128Rng [INFO] [stdout] deprecated::Isaac64Rng [INFO] [stdout] and 4 others [INFO] [stdout] note: required by a bound in `reseeding::ReseedingRng` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rand-0.6.5/src/rngs/adapter/reseeding.rs:89:25 [INFO] [stdout] | [INFO] [stdout] 88 | pub struct ReseedingRng(BlockRng>) [INFO] [stdout] | ------------ required by a bound in this struct [INFO] [stdout] 89 | where R: BlockRngCore + SeedableRng, [INFO] [stdout] | ^^^^^^^^^^^ required by this bound in `ReseedingRng` [INFO] [stdout] = note: this error originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no function or associated item named `from_rng` found for struct `Hc128Core` in the current scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rand-0.6.5/src/rngs/thread.rs:79:28 [INFO] [stdout] | [INFO] [stdout] 79 | let r = Hc128Core::from_rng(&mut entropy_source).unwrap_or_else(|err| [INFO] [stdout] | ^^^^^^^^ function or associated item not found in `Hc128Core` [INFO] [stdout] | [INFO] [stdout] note: there are multiple different versions of crate `rand_core` in the dependency graph [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rand_core-0.3.0/src/lib.rs:230:1 [INFO] [stdout] | [INFO] [stdout] 230 | pub trait SeedableRng: Sized { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the trait that is needed [INFO] [stdout] ... [INFO] [stdout] 372 | fn from_rng(mut rng: R) -> Result { [INFO] [stdout] | ---------------------------------------------------------- the associated function is available for `Hc128Core` here [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rand-0.6.5/src/rngs/thread.rs:13:26 [INFO] [stdout] | [INFO] [stdout] 13 | use {RngCore, CryptoRng, SeedableRng, Error}; [INFO] [stdout] | ----------- `SeedableRng` imported here doesn't correspond to the right version of crate `rand_core` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rand_core-0.4.2/src/lib.rs:221:1 [INFO] [stdout] | [INFO] [stdout] 221 | pub trait SeedableRng: Sized { [INFO] [stdout] | ---------------------------- this is the trait that was imported [INFO] [stdout] help: there is an associated function `from` with a similar name [INFO] [stdout] | [INFO] [stdout] 79 | let r = Hc128Core::from(&mut entropy_source).unwrap_or_else(|err| [INFO] [stdout] | ~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `Hc128Core: BlockRngCore` is not satisfied [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rand-0.6.5/src/rngs/thread.rs:84:9 [INFO] [stdout] | [INFO] [stdout] 84 | UnsafeCell::new(rng) [INFO] [stdout] | ^^^^^^^^^^^^^^^ the trait `BlockRngCore` is not implemented for `Hc128Core` [INFO] [stdout] | [INFO] [stdout] note: required by a bound in `reseeding::ReseedingRng` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rand-0.6.5/src/rngs/adapter/reseeding.rs:89:10 [INFO] [stdout] | [INFO] [stdout] 88 | pub struct ReseedingRng(BlockRng>) [INFO] [stdout] | ------------ required by a bound in this struct [INFO] [stdout] 89 | where R: BlockRngCore + SeedableRng, [INFO] [stdout] | ^^^^^^^^^^^^ required by this bound in `ReseedingRng` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `Hc128Core: SeedableRng` is not satisfied [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rand-0.6.5/src/rngs/thread.rs:84:9 [INFO] [stdout] | [INFO] [stdout] 84 | UnsafeCell::new(rng) [INFO] [stdout] | ^^^^^^^^^^^^^^^ the trait `SeedableRng` is not implemented for `Hc128Core` [INFO] [stdout] | [INFO] [stdout] = help: the following other types implement trait `SeedableRng`: [INFO] [stdout] BlockRng64 [INFO] [stdout] BlockRng [INFO] [stdout] Lcg64Xsh32 [INFO] [stdout] Mcg128Xsl64 [INFO] [stdout] SmallRng [INFO] [stdout] deprecated::ChaChaRng [INFO] [stdout] deprecated::Hc128Rng [INFO] [stdout] deprecated::Isaac64Rng [INFO] [stdout] and 4 others [INFO] [stdout] note: required by a bound in `reseeding::ReseedingRng` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rand-0.6.5/src/rngs/adapter/reseeding.rs:89:25 [INFO] [stdout] | [INFO] [stdout] 88 | pub struct ReseedingRng(BlockRng>) [INFO] [stdout] | ------------ required by a bound in this struct [INFO] [stdout] 89 | where R: BlockRngCore + SeedableRng, [INFO] [stdout] | ^^^^^^^^^^^ required by this bound in `ReseedingRng` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `Hc128Core: BlockRngCore` is not satisfied [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rand-0.6.5/src/rngs/thread.rs:84:9 [INFO] [stdout] | [INFO] [stdout] 84 | UnsafeCell::new(rng) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ the trait `BlockRngCore` is not implemented for `Hc128Core` [INFO] [stdout] | [INFO] [stdout] note: required by a bound in `reseeding::ReseedingRng` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rand-0.6.5/src/rngs/adapter/reseeding.rs:89:10 [INFO] [stdout] | [INFO] [stdout] 88 | pub struct ReseedingRng(BlockRng>) [INFO] [stdout] | ------------ required by a bound in this struct [INFO] [stdout] 89 | where R: BlockRngCore + SeedableRng, [INFO] [stdout] | ^^^^^^^^^^^^ required by this bound in `ReseedingRng` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `Hc128Core: SeedableRng` is not satisfied [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rand-0.6.5/src/rngs/thread.rs:84:9 [INFO] [stdout] | [INFO] [stdout] 84 | UnsafeCell::new(rng) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ the trait `SeedableRng` is not implemented for `Hc128Core` [INFO] [stdout] | [INFO] [stdout] = help: the following other types implement trait `SeedableRng`: [INFO] [stdout] BlockRng64 [INFO] [stdout] BlockRng [INFO] [stdout] Lcg64Xsh32 [INFO] [stdout] Mcg128Xsl64 [INFO] [stdout] SmallRng [INFO] [stdout] deprecated::ChaChaRng [INFO] [stdout] deprecated::Hc128Rng [INFO] [stdout] deprecated::Isaac64Rng [INFO] [stdout] and 4 others [INFO] [stdout] note: required by a bound in `reseeding::ReseedingRng` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rand-0.6.5/src/rngs/adapter/reseeding.rs:89:25 [INFO] [stdout] | [INFO] [stdout] 88 | pub struct ReseedingRng(BlockRng>) [INFO] [stdout] | ------------ required by a bound in this struct [INFO] [stdout] 89 | where R: BlockRngCore + SeedableRng, [INFO] [stdout] | ^^^^^^^^^^^ required by this bound in `ReseedingRng` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `Hc128Core: BlockRngCore` is not satisfied [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rand-0.6.5/src/rngs/thread.rs:96:22 [INFO] [stdout] | [INFO] [stdout] 96 | ThreadRng { rng: THREAD_RNG_KEY.with(|t| t.get()) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `BlockRngCore` is not implemented for `Hc128Core` [INFO] [stdout] | [INFO] [stdout] note: required by a bound in `reseeding::ReseedingRng` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rand-0.6.5/src/rngs/adapter/reseeding.rs:89:10 [INFO] [stdout] | [INFO] [stdout] 88 | pub struct ReseedingRng(BlockRng>) [INFO] [stdout] | ------------ required by a bound in this struct [INFO] [stdout] 89 | where R: BlockRngCore + SeedableRng, [INFO] [stdout] | ^^^^^^^^^^^^ required by this bound in `ReseedingRng` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `Hc128Core: SeedableRng` is not satisfied [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rand-0.6.5/src/rngs/thread.rs:96:22 [INFO] [stdout] | [INFO] [stdout] 96 | ThreadRng { rng: THREAD_RNG_KEY.with(|t| t.get()) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `SeedableRng` is not implemented for `Hc128Core` [INFO] [stdout] | [INFO] [stdout] = help: the following other types implement trait `SeedableRng`: [INFO] [stdout] BlockRng64 [INFO] [stdout] BlockRng [INFO] [stdout] Lcg64Xsh32 [INFO] [stdout] Mcg128Xsl64 [INFO] [stdout] SmallRng [INFO] [stdout] deprecated::ChaChaRng [INFO] [stdout] deprecated::Hc128Rng [INFO] [stdout] deprecated::Isaac64Rng [INFO] [stdout] and 4 others [INFO] [stdout] note: required by a bound in `reseeding::ReseedingRng` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rand-0.6.5/src/rngs/adapter/reseeding.rs:89:25 [INFO] [stdout] | [INFO] [stdout] 88 | pub struct ReseedingRng(BlockRng>) [INFO] [stdout] | ------------ required by a bound in this struct [INFO] [stdout] 89 | where R: BlockRngCore + SeedableRng, [INFO] [stdout] | ^^^^^^^^^^^ required by this bound in `ReseedingRng` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `Hc128Core: BlockRngCore` is not satisfied [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rand-0.6.5/src/rngs/thread.rs:96:43 [INFO] [stdout] | [INFO] [stdout] 96 | ThreadRng { rng: THREAD_RNG_KEY.with(|t| t.get()) } [INFO] [stdout] | ^ the trait `BlockRngCore` is not implemented for `Hc128Core` [INFO] [stdout] | [INFO] [stdout] note: required by a bound in `reseeding::ReseedingRng` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rand-0.6.5/src/rngs/adapter/reseeding.rs:89:10 [INFO] [stdout] | [INFO] [stdout] 88 | pub struct ReseedingRng(BlockRng>) [INFO] [stdout] | ------------ required by a bound in this struct [INFO] [stdout] 89 | where R: BlockRngCore + SeedableRng, [INFO] [stdout] | ^^^^^^^^^^^^ required by this bound in `ReseedingRng` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `Hc128Core: SeedableRng` is not satisfied [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rand-0.6.5/src/rngs/thread.rs:96:43 [INFO] [stdout] | [INFO] [stdout] 96 | ThreadRng { rng: THREAD_RNG_KEY.with(|t| t.get()) } [INFO] [stdout] | ^ the trait `SeedableRng` is not implemented for `Hc128Core` [INFO] [stdout] | [INFO] [stdout] = help: the following other types implement trait `SeedableRng`: [INFO] [stdout] BlockRng64 [INFO] [stdout] BlockRng [INFO] [stdout] Lcg64Xsh32 [INFO] [stdout] Mcg128Xsl64 [INFO] [stdout] SmallRng [INFO] [stdout] deprecated::ChaChaRng [INFO] [stdout] deprecated::Hc128Rng [INFO] [stdout] deprecated::Isaac64Rng [INFO] [stdout] and 4 others [INFO] [stdout] note: required by a bound in `reseeding::ReseedingRng` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rand-0.6.5/src/rngs/adapter/reseeding.rs:89:25 [INFO] [stdout] | [INFO] [stdout] 88 | pub struct ReseedingRng(BlockRng>) [INFO] [stdout] | ------------ required by a bound in this struct [INFO] [stdout] 89 | where R: BlockRngCore + SeedableRng, [INFO] [stdout] | ^^^^^^^^^^^ required by this bound in `ReseedingRng` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: the method `next_u32` exists for struct `ReseedingRng`, but its trait bounds were not satisfied [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rand-0.6.5/src/rngs/thread.rs:108:30 [INFO] [stdout] | [INFO] [stdout] 108 | unsafe { (*self.rng).next_u32() } [INFO] [stdout] | ^^^^^^^^ method cannot be called on `ReseedingRng` due to unsatisfied trait bounds [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rand-0.6.5/src/rngs/adapter/reseeding.rs:88:1 [INFO] [stdout] | [INFO] [stdout] 88 | pub struct ReseedingRng(BlockRng>) [INFO] [stdout] | -------------------------------- method `next_u32` not found for this struct because it doesn't satisfy `_: RngCore` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rand_hc-0.1.0/src/hc128.rs:108:1 [INFO] [stdout] | [INFO] [stdout] 108 | pub struct Hc128Core { [INFO] [stdout] | -------------------- doesn't satisfy `::Item = u32`, `Hc128Core: BlockRngCore` or `Hc128Core: SeedableRng` [INFO] [stdout] | [INFO] [stdout] note: the following trait bounds were not satisfied: [INFO] [stdout] `::Item = u32` [INFO] [stdout] `Hc128Core: BlockRngCore` [INFO] [stdout] `Hc128Core: SeedableRng` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rand-0.6.5/src/rngs/adapter/reseeding.rs:115:10 [INFO] [stdout] | [INFO] [stdout] 114 | impl RngCore for ReseedingRng [INFO] [stdout] | ------- --------------------- [INFO] [stdout] 115 | where R: BlockRngCore + SeedableRng, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^ unsatisfied trait bound introduced here [INFO] [stdout] | | | [INFO] [stdout] | | unsatisfied trait bound introduced here [INFO] [stdout] | unsatisfied trait bound introduced here [INFO] [stdout] 116 | ::Results: AsRef<[u32]> + AsMut<[u32]> [INFO] [stdout] | ^^^^^^^^^^^^ ^^^^^^^^^^^^ unsatisfied trait bound introduced here [INFO] [stdout] | | [INFO] [stdout] | unsatisfied trait bound introduced here [INFO] [stdout] = help: items from traits can only be used if the trait is implemented and in scope [INFO] [stdout] = note: the following traits define an item `next_u32`, perhaps you need to implement one of them: [INFO] [stdout] candidate #1: `RngCore` [INFO] [stdout] candidate #2: `rand_core::RngCore` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: the method `next_u64` exists for struct `ReseedingRng`, but its trait bounds were not satisfied [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rand-0.6.5/src/rngs/thread.rs:113:30 [INFO] [stdout] | [INFO] [stdout] 113 | unsafe { (*self.rng).next_u64() } [INFO] [stdout] | ^^^^^^^^ method cannot be called on `ReseedingRng` due to unsatisfied trait bounds [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rand-0.6.5/src/rngs/adapter/reseeding.rs:88:1 [INFO] [stdout] | [INFO] [stdout] 88 | pub struct ReseedingRng(BlockRng>) [INFO] [stdout] | -------------------------------- method `next_u64` not found for this struct because it doesn't satisfy `_: RngCore` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rand_hc-0.1.0/src/hc128.rs:108:1 [INFO] [stdout] | [INFO] [stdout] 108 | pub struct Hc128Core { [INFO] [stdout] | -------------------- doesn't satisfy `::Item = u32`, `Hc128Core: BlockRngCore` or `Hc128Core: SeedableRng` [INFO] [stdout] | [INFO] [stdout] note: the following trait bounds were not satisfied: [INFO] [stdout] `::Item = u32` [INFO] [stdout] `Hc128Core: BlockRngCore` [INFO] [stdout] `Hc128Core: SeedableRng` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rand-0.6.5/src/rngs/adapter/reseeding.rs:115:10 [INFO] [stdout] | [INFO] [stdout] 114 | impl RngCore for ReseedingRng [INFO] [stdout] | ------- --------------------- [INFO] [stdout] 115 | where R: BlockRngCore + SeedableRng, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^ unsatisfied trait bound introduced here [INFO] [stdout] | | | [INFO] [stdout] | | unsatisfied trait bound introduced here [INFO] [stdout] | unsatisfied trait bound introduced here [INFO] [stdout] 116 | ::Results: AsRef<[u32]> + AsMut<[u32]> [INFO] [stdout] | ^^^^^^^^^^^^ ^^^^^^^^^^^^ unsatisfied trait bound introduced here [INFO] [stdout] | | [INFO] [stdout] | unsatisfied trait bound introduced here [INFO] [stdout] = help: items from traits can only be used if the trait is implemented and in scope [INFO] [stdout] = note: the following traits define an item `next_u64`, perhaps you need to implement one of them: [INFO] [stdout] candidate #1: `RngCore` [INFO] [stdout] candidate #2: `rand_core::RngCore` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: the method `fill_bytes` exists for struct `ReseedingRng`, but its trait bounds were not satisfied [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rand-0.6.5/src/rngs/thread.rs:117:30 [INFO] [stdout] | [INFO] [stdout] 117 | unsafe { (*self.rng).fill_bytes(dest) } [INFO] [stdout] | ^^^^^^^^^^ method cannot be called on `ReseedingRng` due to unsatisfied trait bounds [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rand-0.6.5/src/rngs/adapter/reseeding.rs:88:1 [INFO] [stdout] | [INFO] [stdout] 88 | pub struct ReseedingRng(BlockRng>) [INFO] [stdout] | -------------------------------- method `fill_bytes` not found for this struct because it doesn't satisfy `_: RngCore` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rand_hc-0.1.0/src/hc128.rs:108:1 [INFO] [stdout] | [INFO] [stdout] 108 | pub struct Hc128Core { [INFO] [stdout] | -------------------- doesn't satisfy `::Item = u32`, `Hc128Core: BlockRngCore` or `Hc128Core: SeedableRng` [INFO] [stdout] | [INFO] [stdout] note: the following trait bounds were not satisfied: [INFO] [stdout] `::Item = u32` [INFO] [stdout] `Hc128Core: BlockRngCore` [INFO] [stdout] `Hc128Core: SeedableRng` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rand-0.6.5/src/rngs/adapter/reseeding.rs:115:10 [INFO] [stdout] | [INFO] [stdout] 114 | impl RngCore for ReseedingRng [INFO] [stdout] | ------- --------------------- [INFO] [stdout] 115 | where R: BlockRngCore + SeedableRng, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^ unsatisfied trait bound introduced here [INFO] [stdout] | | | [INFO] [stdout] | | unsatisfied trait bound introduced here [INFO] [stdout] | unsatisfied trait bound introduced here [INFO] [stdout] 116 | ::Results: AsRef<[u32]> + AsMut<[u32]> [INFO] [stdout] | ^^^^^^^^^^^^ ^^^^^^^^^^^^ unsatisfied trait bound introduced here [INFO] [stdout] | | [INFO] [stdout] | unsatisfied trait bound introduced here [INFO] [stdout] = help: items from traits can only be used if the trait is implemented and in scope [INFO] [stdout] = note: the following traits define an item `fill_bytes`, perhaps you need to implement one of them: [INFO] [stdout] candidate #1: `RngCore` [INFO] [stdout] candidate #2: `rand_core::RngCore` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: the method `try_fill_bytes` exists for struct `ReseedingRng`, but its trait bounds were not satisfied [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rand-0.6.5/src/rngs/thread.rs:121:30 [INFO] [stdout] | [INFO] [stdout] 121 | unsafe { (*self.rng).try_fill_bytes(dest) } [INFO] [stdout] | ^^^^^^^^^^^^^^ method cannot be called on `ReseedingRng` due to unsatisfied trait bounds [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rand-0.6.5/src/rngs/adapter/reseeding.rs:88:1 [INFO] [stdout] | [INFO] [stdout] 88 | pub struct ReseedingRng(BlockRng>) [INFO] [stdout] | -------------------------------- method `try_fill_bytes` not found for this struct because it doesn't satisfy `_: RngCore` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rand_hc-0.1.0/src/hc128.rs:108:1 [INFO] [stdout] | [INFO] [stdout] 108 | pub struct Hc128Core { [INFO] [stdout] | -------------------- doesn't satisfy `::Item = u32`, `Hc128Core: BlockRngCore` or `Hc128Core: SeedableRng` [INFO] [stdout] | [INFO] [stdout] note: the following trait bounds were not satisfied: [INFO] [stdout] `::Item = u32` [INFO] [stdout] `Hc128Core: BlockRngCore` [INFO] [stdout] `Hc128Core: SeedableRng` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rand-0.6.5/src/rngs/adapter/reseeding.rs:115:10 [INFO] [stdout] | [INFO] [stdout] 114 | impl RngCore for ReseedingRng [INFO] [stdout] | ------- --------------------- [INFO] [stdout] 115 | where R: BlockRngCore + SeedableRng, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^ unsatisfied trait bound introduced here [INFO] [stdout] | | | [INFO] [stdout] | | unsatisfied trait bound introduced here [INFO] [stdout] | unsatisfied trait bound introduced here [INFO] [stdout] 116 | ::Results: AsRef<[u32]> + AsMut<[u32]> [INFO] [stdout] | ^^^^^^^^^^^^ ^^^^^^^^^^^^ unsatisfied trait bound introduced here [INFO] [stdout] | | [INFO] [stdout] | unsatisfied trait bound introduced here [INFO] [stdout] = help: items from traits can only be used if the trait is implemented and in scope [INFO] [stdout] = note: the following traits define an item `try_fill_bytes`, perhaps you need to implement one of them: [INFO] [stdout] candidate #1: `RngCore` [INFO] [stdout] candidate #2: `rand_core::RngCore` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `next_u32` found for struct `rand_isaac::IsaacRng` in the current scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rand-0.6.5/src/deprecated.rs:31:16 [INFO] [stdout] | [INFO] [stdout] 31 | self.0.next_u32() [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: there are multiple different versions of crate `rand_core` in the dependency graph [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rand_core-0.3.0/src/lib.rs:147:1 [INFO] [stdout] | [INFO] [stdout] 147 | pub trait RngCore { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ this is the trait that is needed [INFO] [stdout] ... [INFO] [stdout] 154 | fn next_u32(&mut self) -> u32; [INFO] [stdout] | ------------------------------ the method is available for `rand_isaac::IsaacRng` here [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rand_core-0.4.2/src/lib.rs:138:1 [INFO] [stdout] | [INFO] [stdout] 138 | pub trait RngCore { [INFO] [stdout] | ----------------- [INFO] [stdout] | | [INFO] [stdout] | this is the trait that was imported [INFO] [stdout] | this is the trait that was imported [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rand-0.6.5/src/deprecated.rs:14:6 [INFO] [stdout] | [INFO] [stdout] 14 | use {RngCore, CryptoRng, SeedableRng, Error}; [INFO] [stdout] | ------- `RngCore` imported here doesn't correspond to the right version of crate `rand_core` [INFO] [stdout] help: there is a method `next_u64` with a similar name [INFO] [stdout] | [INFO] [stdout] 31 | self.0.next_u64() [INFO] [stdout] | ~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `next_u64` found for struct `rand_isaac::IsaacRng` in the current scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rand-0.6.5/src/deprecated.rs:36:16 [INFO] [stdout] | [INFO] [stdout] 36 | self.0.next_u64() [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: there are multiple different versions of crate `rand_core` in the dependency graph [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rand_core-0.3.0/src/lib.rs:147:1 [INFO] [stdout] | [INFO] [stdout] 147 | pub trait RngCore { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ this is the trait that is needed [INFO] [stdout] ... [INFO] [stdout] 162 | fn next_u64(&mut self) -> u64; [INFO] [stdout] | ------------------------------ the method is available for `rand_isaac::IsaacRng` here [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rand_core-0.4.2/src/lib.rs:138:1 [INFO] [stdout] | [INFO] [stdout] 138 | pub trait RngCore { [INFO] [stdout] | ----------------- [INFO] [stdout] | | [INFO] [stdout] | this is the trait that was imported [INFO] [stdout] | this is the trait that was imported [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rand-0.6.5/src/deprecated.rs:14:6 [INFO] [stdout] | [INFO] [stdout] 14 | use {RngCore, CryptoRng, SeedableRng, Error}; [INFO] [stdout] | ------- `RngCore` imported here doesn't correspond to the right version of crate `rand_core` [INFO] [stdout] help: there is a method `next_u32` with a similar name [INFO] [stdout] | [INFO] [stdout] 36 | self.0.next_u32() [INFO] [stdout] | ~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `fill_bytes` found for struct `rand_isaac::IsaacRng` in the current scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rand-0.6.5/src/deprecated.rs:41:16 [INFO] [stdout] | [INFO] [stdout] 41 | self.0.fill_bytes(dest); [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: there are multiple different versions of crate `rand_core` in the dependency graph [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rand_core-0.3.0/src/lib.rs:147:1 [INFO] [stdout] | [INFO] [stdout] 147 | pub trait RngCore { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ this is the trait that is needed [INFO] [stdout] ... [INFO] [stdout] 177 | fn fill_bytes(&mut self, dest: &mut [u8]); [INFO] [stdout] | ------------------------------------------ the method is available for `rand_isaac::IsaacRng` here [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rand_core-0.4.2/src/lib.rs:138:1 [INFO] [stdout] | [INFO] [stdout] 138 | pub trait RngCore { [INFO] [stdout] | ----------------- [INFO] [stdout] | | [INFO] [stdout] | this is the trait that was imported [INFO] [stdout] | this is the trait that was imported [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rand-0.6.5/src/deprecated.rs:14:6 [INFO] [stdout] | [INFO] [stdout] 14 | use {RngCore, CryptoRng, SeedableRng, Error}; [INFO] [stdout] | ------- `RngCore` imported here doesn't correspond to the right version of crate `rand_core` [INFO] [stdout] help: there is a method `try_fill_bytes` with a similar name [INFO] [stdout] | [INFO] [stdout] 41 | self.0.try_fill_bytes(dest); [INFO] [stdout] | ~~~~~~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `try_fill_bytes` found for struct `rand_isaac::IsaacRng` in the current scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rand-0.6.5/src/deprecated.rs:46:16 [INFO] [stdout] | [INFO] [stdout] 46 | self.0.try_fill_bytes(dest) [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: items from traits can only be used if the trait is in scope [INFO] [stdout] help: trait `RngCore` which provides `try_fill_bytes` is implemented but not in scope; perhaps you want to import it [INFO] [stdout] | [INFO] [stdout] 13 + use rand_core::RngCore; [INFO] [stdout] | [INFO] [stdout] help: there is a method `fill_bytes` with a similar name [INFO] [stdout] | [INFO] [stdout] 46 | self.0.fill_bytes(dest) [INFO] [stdout] | ~~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no function or associated item named `from_seed` found for struct `rand_isaac::IsaacRng` in the current scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rand-0.6.5/src/deprecated.rs:54:40 [INFO] [stdout] | [INFO] [stdout] 54 | IsaacRng(rand_isaac::IsaacRng::from_seed(seed)) [INFO] [stdout] | ^^^^^^^^^ function or associated item not found in `IsaacRng` [INFO] [stdout] | [INFO] [stdout] note: if you're trying to build a new `rand_isaac::IsaacRng`, consider using `rand_isaac::IsaacRng::new_from_u64` which returns `rand_isaac::IsaacRng` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rand_isaac-0.1.1/src/isaac.rs:140:5 [INFO] [stdout] | [INFO] [stdout] 140 | pub fn new_from_u64(seed: u64) -> Self { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] note: there are multiple different versions of crate `rand_core` in the dependency graph [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rand_core-0.3.0/src/lib.rs:230:1 [INFO] [stdout] | [INFO] [stdout] 230 | pub trait SeedableRng: Sized { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the trait that is needed [INFO] [stdout] ... [INFO] [stdout] 299 | fn from_seed(seed: Self::Seed) -> Self; [INFO] [stdout] | --------------------------------------- the associated function is available for `rand_isaac::IsaacRng` here [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rand_core-0.4.2/src/lib.rs:221:1 [INFO] [stdout] | [INFO] [stdout] 221 | pub trait SeedableRng: Sized { [INFO] [stdout] | ---------------------------- [INFO] [stdout] | | [INFO] [stdout] | this is the trait that was imported [INFO] [stdout] | this is the trait that was imported [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rand-0.6.5/src/deprecated.rs:14:26 [INFO] [stdout] | [INFO] [stdout] 14 | use {RngCore, CryptoRng, SeedableRng, Error}; [INFO] [stdout] | ----------- `SeedableRng` imported here doesn't correspond to the right version of crate `rand_core` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `rand_isaac::IsaacRng: SeedableRng` is not satisfied [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rand-0.6.5/src/deprecated.rs:53:44 [INFO] [stdout] | [INFO] [stdout] 53 | fn from_seed(seed: Self::Seed) -> Self { [INFO] [stdout] | ____________________________________________^ [INFO] [stdout] 54 | | IsaacRng(rand_isaac::IsaacRng::from_seed(seed)) [INFO] [stdout] 55 | | } [INFO] [stdout] | |_____^ the trait `SeedableRng` is not implemented for `rand_isaac::IsaacRng` [INFO] [stdout] | [INFO] [stdout] = help: the following other types implement trait `SeedableRng`: [INFO] [stdout] BlockRng64 [INFO] [stdout] BlockRng [INFO] [stdout] Lcg64Xsh32 [INFO] [stdout] Mcg128Xsl64 [INFO] [stdout] SmallRng [INFO] [stdout] deprecated::ChaChaRng [INFO] [stdout] deprecated::Hc128Rng [INFO] [stdout] deprecated::Isaac64Rng [INFO] [stdout] and 4 others [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no function or associated item named `from_rng` found for struct `rand_isaac::IsaacRng` in the current scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rand-0.6.5/src/deprecated.rs:58:31 [INFO] [stdout] | [INFO] [stdout] 58 | rand_isaac::IsaacRng::from_rng(rng).map(IsaacRng) [INFO] [stdout] | ^^^^^^^^ function or associated item not found in `IsaacRng` [INFO] [stdout] | [INFO] [stdout] note: if you're trying to build a new `rand_isaac::IsaacRng`, consider using `rand_isaac::IsaacRng::new_from_u64` which returns `rand_isaac::IsaacRng` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rand_isaac-0.1.1/src/isaac.rs:140:5 [INFO] [stdout] | [INFO] [stdout] 140 | pub fn new_from_u64(seed: u64) -> Self { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] note: there are multiple different versions of crate `rand_core` in the dependency graph [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rand_core-0.3.0/src/lib.rs:230:1 [INFO] [stdout] | [INFO] [stdout] 230 | pub trait SeedableRng: Sized { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the trait that is needed [INFO] [stdout] ... [INFO] [stdout] 372 | fn from_rng(mut rng: R) -> Result { [INFO] [stdout] | ---------------------------------------------------------- the associated function is available for `rand_isaac::IsaacRng` here [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rand_core-0.4.2/src/lib.rs:221:1 [INFO] [stdout] | [INFO] [stdout] 221 | pub trait SeedableRng: Sized { [INFO] [stdout] | ---------------------------- [INFO] [stdout] | | [INFO] [stdout] | this is the trait that was imported [INFO] [stdout] | this is the trait that was imported [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rand-0.6.5/src/deprecated.rs:14:26 [INFO] [stdout] | [INFO] [stdout] 14 | use {RngCore, CryptoRng, SeedableRng, Error}; [INFO] [stdout] | ----------- `SeedableRng` imported here doesn't correspond to the right version of crate `rand_core` [INFO] [stdout] help: there is an associated function `from` with a similar name [INFO] [stdout] | [INFO] [stdout] 58 | rand_isaac::IsaacRng::from(rng).map(IsaacRng) [INFO] [stdout] | ~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `next_u32` found for struct `rand_isaac::Isaac64Rng` in the current scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rand-0.6.5/src/deprecated.rs:77:16 [INFO] [stdout] | [INFO] [stdout] 77 | self.0.next_u32() [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: there are multiple different versions of crate `rand_core` in the dependency graph [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rand_core-0.3.0/src/lib.rs:147:1 [INFO] [stdout] | [INFO] [stdout] 147 | pub trait RngCore { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ this is the trait that is needed [INFO] [stdout] ... [INFO] [stdout] 154 | fn next_u32(&mut self) -> u32; [INFO] [stdout] | ------------------------------ the method is available for `rand_isaac::Isaac64Rng` here [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rand_core-0.4.2/src/lib.rs:138:1 [INFO] [stdout] | [INFO] [stdout] 138 | pub trait RngCore { [INFO] [stdout] | ----------------- [INFO] [stdout] | | [INFO] [stdout] | this is the trait that was imported [INFO] [stdout] | this is the trait that was imported [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rand-0.6.5/src/deprecated.rs:14:6 [INFO] [stdout] | [INFO] [stdout] 14 | use {RngCore, CryptoRng, SeedableRng, Error}; [INFO] [stdout] | ------- `RngCore` imported here doesn't correspond to the right version of crate `rand_core` [INFO] [stdout] help: there is a method `next_u64` with a similar name [INFO] [stdout] | [INFO] [stdout] 77 | self.0.next_u64() [INFO] [stdout] | ~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `next_u64` found for struct `rand_isaac::Isaac64Rng` in the current scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rand-0.6.5/src/deprecated.rs:82:16 [INFO] [stdout] | [INFO] [stdout] 82 | self.0.next_u64() [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: there are multiple different versions of crate `rand_core` in the dependency graph [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rand_core-0.3.0/src/lib.rs:147:1 [INFO] [stdout] | [INFO] [stdout] 147 | pub trait RngCore { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ this is the trait that is needed [INFO] [stdout] ... [INFO] [stdout] 162 | fn next_u64(&mut self) -> u64; [INFO] [stdout] | ------------------------------ the method is available for `rand_isaac::Isaac64Rng` here [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rand_core-0.4.2/src/lib.rs:138:1 [INFO] [stdout] | [INFO] [stdout] 138 | pub trait RngCore { [INFO] [stdout] | ----------------- [INFO] [stdout] | | [INFO] [stdout] | this is the trait that was imported [INFO] [stdout] | this is the trait that was imported [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rand-0.6.5/src/deprecated.rs:14:6 [INFO] [stdout] | [INFO] [stdout] 14 | use {RngCore, CryptoRng, SeedableRng, Error}; [INFO] [stdout] | ------- `RngCore` imported here doesn't correspond to the right version of crate `rand_core` [INFO] [stdout] help: there is a method `next_u32` with a similar name [INFO] [stdout] | [INFO] [stdout] 82 | self.0.next_u32() [INFO] [stdout] | ~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `fill_bytes` found for struct `rand_isaac::Isaac64Rng` in the current scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rand-0.6.5/src/deprecated.rs:87:16 [INFO] [stdout] | [INFO] [stdout] 87 | self.0.fill_bytes(dest); [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: there are multiple different versions of crate `rand_core` in the dependency graph [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rand_core-0.3.0/src/lib.rs:147:1 [INFO] [stdout] | [INFO] [stdout] 147 | pub trait RngCore { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ this is the trait that is needed [INFO] [stdout] ... [INFO] [stdout] 177 | fn fill_bytes(&mut self, dest: &mut [u8]); [INFO] [stdout] | ------------------------------------------ the method is available for `rand_isaac::Isaac64Rng` here [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rand_core-0.4.2/src/lib.rs:138:1 [INFO] [stdout] | [INFO] [stdout] 138 | pub trait RngCore { [INFO] [stdout] | ----------------- [INFO] [stdout] | | [INFO] [stdout] | this is the trait that was imported [INFO] [stdout] | this is the trait that was imported [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rand-0.6.5/src/deprecated.rs:14:6 [INFO] [stdout] | [INFO] [stdout] 14 | use {RngCore, CryptoRng, SeedableRng, Error}; [INFO] [stdout] | ------- `RngCore` imported here doesn't correspond to the right version of crate `rand_core` [INFO] [stdout] help: there is a method `try_fill_bytes` with a similar name [INFO] [stdout] | [INFO] [stdout] 87 | self.0.try_fill_bytes(dest); [INFO] [stdout] | ~~~~~~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `try_fill_bytes` found for struct `rand_isaac::Isaac64Rng` in the current scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rand-0.6.5/src/deprecated.rs:92:16 [INFO] [stdout] | [INFO] [stdout] 92 | self.0.try_fill_bytes(dest) [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: items from traits can only be used if the trait is in scope [INFO] [stdout] help: trait `RngCore` which provides `try_fill_bytes` is implemented but not in scope; perhaps you want to import it [INFO] [stdout] | [INFO] [stdout] 13 + use rand_core::RngCore; [INFO] [stdout] | [INFO] [stdout] help: there is a method `fill_bytes` with a similar name [INFO] [stdout] | [INFO] [stdout] 92 | self.0.fill_bytes(dest) [INFO] [stdout] | ~~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no function or associated item named `from_seed` found for struct `rand_isaac::Isaac64Rng` in the current scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rand-0.6.5/src/deprecated.rs:100:44 [INFO] [stdout] | [INFO] [stdout] 100 | Isaac64Rng(rand_isaac::Isaac64Rng::from_seed(seed)) [INFO] [stdout] | ^^^^^^^^^ function or associated item not found in `Isaac64Rng` [INFO] [stdout] | [INFO] [stdout] note: if you're trying to build a new `rand_isaac::Isaac64Rng`, consider using `rand_isaac::Isaac64Rng::new_from_u64` which returns `rand_isaac::Isaac64Rng` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rand_isaac-0.1.1/src/isaac64.rs:130:5 [INFO] [stdout] | [INFO] [stdout] 130 | pub fn new_from_u64(seed: u64) -> Self { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] note: there are multiple different versions of crate `rand_core` in the dependency graph [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rand_core-0.3.0/src/lib.rs:230:1 [INFO] [stdout] | [INFO] [stdout] 230 | pub trait SeedableRng: Sized { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the trait that is needed [INFO] [stdout] ... [INFO] [stdout] 299 | fn from_seed(seed: Self::Seed) -> Self; [INFO] [stdout] | --------------------------------------- the associated function is available for `rand_isaac::Isaac64Rng` here [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rand_core-0.4.2/src/lib.rs:221:1 [INFO] [stdout] | [INFO] [stdout] 221 | pub trait SeedableRng: Sized { [INFO] [stdout] | ---------------------------- [INFO] [stdout] | | [INFO] [stdout] | this is the trait that was imported [INFO] [stdout] | this is the trait that was imported [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rand-0.6.5/src/deprecated.rs:14:26 [INFO] [stdout] | [INFO] [stdout] 14 | use {RngCore, CryptoRng, SeedableRng, Error}; [INFO] [stdout] | ----------- `SeedableRng` imported here doesn't correspond to the right version of crate `rand_core` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `rand_isaac::Isaac64Rng: SeedableRng` is not satisfied [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rand-0.6.5/src/deprecated.rs:99:44 [INFO] [stdout] | [INFO] [stdout] 99 | fn from_seed(seed: Self::Seed) -> Self { [INFO] [stdout] | ____________________________________________^ [INFO] [stdout] 100 | | Isaac64Rng(rand_isaac::Isaac64Rng::from_seed(seed)) [INFO] [stdout] 101 | | } [INFO] [stdout] | |_____^ the trait `SeedableRng` is not implemented for `rand_isaac::Isaac64Rng` [INFO] [stdout] | [INFO] [stdout] = help: the following other types implement trait `SeedableRng`: [INFO] [stdout] BlockRng64 [INFO] [stdout] BlockRng [INFO] [stdout] Lcg64Xsh32 [INFO] [stdout] Mcg128Xsl64 [INFO] [stdout] SmallRng [INFO] [stdout] deprecated::ChaChaRng [INFO] [stdout] deprecated::Hc128Rng [INFO] [stdout] deprecated::Isaac64Rng [INFO] [stdout] and 4 others [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no function or associated item named `from_rng` found for struct `rand_isaac::Isaac64Rng` in the current scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rand-0.6.5/src/deprecated.rs:104:33 [INFO] [stdout] | [INFO] [stdout] 104 | rand_isaac::Isaac64Rng::from_rng(rng).map(Isaac64Rng) [INFO] [stdout] | ^^^^^^^^ function or associated item not found in `Isaac64Rng` [INFO] [stdout] | [INFO] [stdout] note: if you're trying to build a new `rand_isaac::Isaac64Rng`, consider using `rand_isaac::Isaac64Rng::new_from_u64` which returns `rand_isaac::Isaac64Rng` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rand_isaac-0.1.1/src/isaac64.rs:130:5 [INFO] [stdout] | [INFO] [stdout] 130 | pub fn new_from_u64(seed: u64) -> Self { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] note: there are multiple different versions of crate `rand_core` in the dependency graph [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rand_core-0.3.0/src/lib.rs:230:1 [INFO] [stdout] | [INFO] [stdout] 230 | pub trait SeedableRng: Sized { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the trait that is needed [INFO] [stdout] ... [INFO] [stdout] 372 | fn from_rng(mut rng: R) -> Result { [INFO] [stdout] | ---------------------------------------------------------- the associated function is available for `rand_isaac::Isaac64Rng` here [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rand_core-0.4.2/src/lib.rs:221:1 [INFO] [stdout] | [INFO] [stdout] 221 | pub trait SeedableRng: Sized { [INFO] [stdout] | ---------------------------- [INFO] [stdout] | | [INFO] [stdout] | this is the trait that was imported [INFO] [stdout] | this is the trait that was imported [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rand-0.6.5/src/deprecated.rs:14:26 [INFO] [stdout] | [INFO] [stdout] 14 | use {RngCore, CryptoRng, SeedableRng, Error}; [INFO] [stdout] | ----------- `SeedableRng` imported here doesn't correspond to the right version of crate `rand_core` [INFO] [stdout] help: there is an associated function `from` with a similar name [INFO] [stdout] | [INFO] [stdout] 104 | rand_isaac::Isaac64Rng::from(rng).map(Isaac64Rng) [INFO] [stdout] | ~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `next_u32` found for struct `rand_chacha::ChaChaRng` in the current scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rand-0.6.5/src/deprecated.rs:122:16 [INFO] [stdout] | [INFO] [stdout] 122 | self.0.next_u32() [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: there are multiple different versions of crate `rand_core` in the dependency graph [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rand_core-0.3.0/src/lib.rs:147:1 [INFO] [stdout] | [INFO] [stdout] 147 | pub trait RngCore { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ this is the trait that is needed [INFO] [stdout] ... [INFO] [stdout] 154 | fn next_u32(&mut self) -> u32; [INFO] [stdout] | ------------------------------ the method is available for `rand_chacha::ChaChaRng` here [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rand_core-0.4.2/src/lib.rs:138:1 [INFO] [stdout] | [INFO] [stdout] 138 | pub trait RngCore { [INFO] [stdout] | ----------------- [INFO] [stdout] | | [INFO] [stdout] | this is the trait that was imported [INFO] [stdout] | this is the trait that was imported [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rand-0.6.5/src/deprecated.rs:14:6 [INFO] [stdout] | [INFO] [stdout] 14 | use {RngCore, CryptoRng, SeedableRng, Error}; [INFO] [stdout] | ------- `RngCore` imported here doesn't correspond to the right version of crate `rand_core` [INFO] [stdout] help: there is a method `next_u64` with a similar name [INFO] [stdout] | [INFO] [stdout] 122 | self.0.next_u64() [INFO] [stdout] | ~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `next_u64` found for struct `rand_chacha::ChaChaRng` in the current scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rand-0.6.5/src/deprecated.rs:127:16 [INFO] [stdout] | [INFO] [stdout] 127 | self.0.next_u64() [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: there are multiple different versions of crate `rand_core` in the dependency graph [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rand_core-0.3.0/src/lib.rs:147:1 [INFO] [stdout] | [INFO] [stdout] 147 | pub trait RngCore { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ this is the trait that is needed [INFO] [stdout] ... [INFO] [stdout] 162 | fn next_u64(&mut self) -> u64; [INFO] [stdout] | ------------------------------ the method is available for `rand_chacha::ChaChaRng` here [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rand_core-0.4.2/src/lib.rs:138:1 [INFO] [stdout] | [INFO] [stdout] 138 | pub trait RngCore { [INFO] [stdout] | ----------------- [INFO] [stdout] | | [INFO] [stdout] | this is the trait that was imported [INFO] [stdout] | this is the trait that was imported [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rand-0.6.5/src/deprecated.rs:14:6 [INFO] [stdout] | [INFO] [stdout] 14 | use {RngCore, CryptoRng, SeedableRng, Error}; [INFO] [stdout] | ------- `RngCore` imported here doesn't correspond to the right version of crate `rand_core` [INFO] [stdout] help: there is a method `next_u32` with a similar name [INFO] [stdout] | [INFO] [stdout] 127 | self.0.next_u32() [INFO] [stdout] | ~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `fill_bytes` found for struct `rand_chacha::ChaChaRng` in the current scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rand-0.6.5/src/deprecated.rs:132:16 [INFO] [stdout] | [INFO] [stdout] 132 | self.0.fill_bytes(dest); [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: there are multiple different versions of crate `rand_core` in the dependency graph [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rand_core-0.3.0/src/lib.rs:147:1 [INFO] [stdout] | [INFO] [stdout] 147 | pub trait RngCore { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ this is the trait that is needed [INFO] [stdout] ... [INFO] [stdout] 177 | fn fill_bytes(&mut self, dest: &mut [u8]); [INFO] [stdout] | ------------------------------------------ the method is available for `rand_chacha::ChaChaRng` here [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rand_core-0.4.2/src/lib.rs:138:1 [INFO] [stdout] | [INFO] [stdout] 138 | pub trait RngCore { [INFO] [stdout] | ----------------- [INFO] [stdout] | | [INFO] [stdout] | this is the trait that was imported [INFO] [stdout] | this is the trait that was imported [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rand-0.6.5/src/deprecated.rs:14:6 [INFO] [stdout] | [INFO] [stdout] 14 | use {RngCore, CryptoRng, SeedableRng, Error}; [INFO] [stdout] | ------- `RngCore` imported here doesn't correspond to the right version of crate `rand_core` [INFO] [stdout] help: there is a method `try_fill_bytes` with a similar name [INFO] [stdout] | [INFO] [stdout] 132 | self.0.try_fill_bytes(dest); [INFO] [stdout] | ~~~~~~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `try_fill_bytes` found for struct `rand_chacha::ChaChaRng` in the current scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rand-0.6.5/src/deprecated.rs:137:16 [INFO] [stdout] | [INFO] [stdout] 137 | self.0.try_fill_bytes(dest) [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: items from traits can only be used if the trait is in scope [INFO] [stdout] help: trait `RngCore` which provides `try_fill_bytes` is implemented but not in scope; perhaps you want to import it [INFO] [stdout] | [INFO] [stdout] 13 + use rand_core::RngCore; [INFO] [stdout] | [INFO] [stdout] help: there is a method `fill_bytes` with a similar name [INFO] [stdout] | [INFO] [stdout] 137 | self.0.fill_bytes(dest) [INFO] [stdout] | ~~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no function or associated item named `from_seed` found for struct `rand_chacha::ChaChaRng` in the current scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rand-0.6.5/src/deprecated.rs:145:43 [INFO] [stdout] | [INFO] [stdout] 145 | ChaChaRng(rand_chacha::ChaChaRng::from_seed(seed)) [INFO] [stdout] | ^^^^^^^^^ function or associated item not found in `ChaChaRng` [INFO] [stdout] | [INFO] [stdout] note: there are multiple different versions of crate `rand_core` in the dependency graph [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rand_core-0.3.0/src/lib.rs:230:1 [INFO] [stdout] | [INFO] [stdout] 230 | pub trait SeedableRng: Sized { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the trait that is needed [INFO] [stdout] ... [INFO] [stdout] 299 | fn from_seed(seed: Self::Seed) -> Self; [INFO] [stdout] | --------------------------------------- the associated function is available for `rand_chacha::ChaChaRng` here [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rand_core-0.4.2/src/lib.rs:221:1 [INFO] [stdout] | [INFO] [stdout] 221 | pub trait SeedableRng: Sized { [INFO] [stdout] | ---------------------------- [INFO] [stdout] | | [INFO] [stdout] | this is the trait that was imported [INFO] [stdout] | this is the trait that was imported [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rand-0.6.5/src/deprecated.rs:14:26 [INFO] [stdout] | [INFO] [stdout] 14 | use {RngCore, CryptoRng, SeedableRng, Error}; [INFO] [stdout] | ----------- `SeedableRng` imported here doesn't correspond to the right version of crate `rand_core` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `rand_chacha::ChaChaRng: SeedableRng` is not satisfied [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rand-0.6.5/src/deprecated.rs:144:44 [INFO] [stdout] | [INFO] [stdout] 144 | fn from_seed(seed: Self::Seed) -> Self { [INFO] [stdout] | ____________________________________________^ [INFO] [stdout] 145 | | ChaChaRng(rand_chacha::ChaChaRng::from_seed(seed)) [INFO] [stdout] 146 | | } [INFO] [stdout] | |_____^ the trait `SeedableRng` is not implemented for `rand_chacha::ChaChaRng` [INFO] [stdout] | [INFO] [stdout] = help: the following other types implement trait `SeedableRng`: [INFO] [stdout] BlockRng64 [INFO] [stdout] BlockRng [INFO] [stdout] Lcg64Xsh32 [INFO] [stdout] Mcg128Xsl64 [INFO] [stdout] SmallRng [INFO] [stdout] deprecated::ChaChaRng [INFO] [stdout] deprecated::Hc128Rng [INFO] [stdout] deprecated::Isaac64Rng [INFO] [stdout] and 4 others [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no function or associated item named `from_rng` found for struct `rand_chacha::ChaChaRng` in the current scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rand-0.6.5/src/deprecated.rs:149:33 [INFO] [stdout] | [INFO] [stdout] 149 | rand_chacha::ChaChaRng::from_rng(rng).map(ChaChaRng) [INFO] [stdout] | ^^^^^^^^ function or associated item not found in `ChaChaRng` [INFO] [stdout] | [INFO] [stdout] note: there are multiple different versions of crate `rand_core` in the dependency graph [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rand_core-0.3.0/src/lib.rs:230:1 [INFO] [stdout] | [INFO] [stdout] 230 | pub trait SeedableRng: Sized { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the trait that is needed [INFO] [stdout] ... [INFO] [stdout] 372 | fn from_rng(mut rng: R) -> Result { [INFO] [stdout] | ---------------------------------------------------------- the associated function is available for `rand_chacha::ChaChaRng` here [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rand_core-0.4.2/src/lib.rs:221:1 [INFO] [stdout] | [INFO] [stdout] 221 | pub trait SeedableRng: Sized { [INFO] [stdout] | ---------------------------- [INFO] [stdout] | | [INFO] [stdout] | this is the trait that was imported [INFO] [stdout] | this is the trait that was imported [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rand-0.6.5/src/deprecated.rs:14:26 [INFO] [stdout] | [INFO] [stdout] 14 | use {RngCore, CryptoRng, SeedableRng, Error}; [INFO] [stdout] | ----------- `SeedableRng` imported here doesn't correspond to the right version of crate `rand_core` [INFO] [stdout] help: there is an associated function `from` with a similar name [INFO] [stdout] | [INFO] [stdout] 149 | rand_chacha::ChaChaRng::from(rng).map(ChaChaRng) [INFO] [stdout] | ~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `next_u32` found for struct `rand_hc::Hc128Rng` in the current scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rand-0.6.5/src/deprecated.rs:179:16 [INFO] [stdout] | [INFO] [stdout] 179 | self.0.next_u32() [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: there are multiple different versions of crate `rand_core` in the dependency graph [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rand_core-0.3.0/src/lib.rs:147:1 [INFO] [stdout] | [INFO] [stdout] 147 | pub trait RngCore { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ this is the trait that is needed [INFO] [stdout] ... [INFO] [stdout] 154 | fn next_u32(&mut self) -> u32; [INFO] [stdout] | ------------------------------ the method is available for `rand_hc::Hc128Rng` here [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rand_core-0.4.2/src/lib.rs:138:1 [INFO] [stdout] | [INFO] [stdout] 138 | pub trait RngCore { [INFO] [stdout] | ----------------- [INFO] [stdout] | | [INFO] [stdout] | this is the trait that was imported [INFO] [stdout] | this is the trait that was imported [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rand-0.6.5/src/deprecated.rs:14:6 [INFO] [stdout] | [INFO] [stdout] 14 | use {RngCore, CryptoRng, SeedableRng, Error}; [INFO] [stdout] | ------- `RngCore` imported here doesn't correspond to the right version of crate `rand_core` [INFO] [stdout] help: there is a method `next_u64` with a similar name [INFO] [stdout] | [INFO] [stdout] 179 | self.0.next_u64() [INFO] [stdout] | ~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `next_u64` found for struct `rand_hc::Hc128Rng` in the current scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rand-0.6.5/src/deprecated.rs:184:16 [INFO] [stdout] | [INFO] [stdout] 184 | self.0.next_u64() [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: there are multiple different versions of crate `rand_core` in the dependency graph [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rand_core-0.3.0/src/lib.rs:147:1 [INFO] [stdout] | [INFO] [stdout] 147 | pub trait RngCore { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ this is the trait that is needed [INFO] [stdout] ... [INFO] [stdout] 162 | fn next_u64(&mut self) -> u64; [INFO] [stdout] | ------------------------------ the method is available for `rand_hc::Hc128Rng` here [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rand_core-0.4.2/src/lib.rs:138:1 [INFO] [stdout] | [INFO] [stdout] 138 | pub trait RngCore { [INFO] [stdout] | ----------------- [INFO] [stdout] | | [INFO] [stdout] | this is the trait that was imported [INFO] [stdout] | this is the trait that was imported [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rand-0.6.5/src/deprecated.rs:14:6 [INFO] [stdout] | [INFO] [stdout] 14 | use {RngCore, CryptoRng, SeedableRng, Error}; [INFO] [stdout] | ------- `RngCore` imported here doesn't correspond to the right version of crate `rand_core` [INFO] [stdout] help: there is a method `next_u32` with a similar name [INFO] [stdout] | [INFO] [stdout] 184 | self.0.next_u32() [INFO] [stdout] | ~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `fill_bytes` found for struct `rand_hc::Hc128Rng` in the current scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rand-0.6.5/src/deprecated.rs:189:16 [INFO] [stdout] | [INFO] [stdout] 189 | self.0.fill_bytes(dest); [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: there are multiple different versions of crate `rand_core` in the dependency graph [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rand_core-0.3.0/src/lib.rs:147:1 [INFO] [stdout] | [INFO] [stdout] 147 | pub trait RngCore { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ this is the trait that is needed [INFO] [stdout] ... [INFO] [stdout] 177 | fn fill_bytes(&mut self, dest: &mut [u8]); [INFO] [stdout] | ------------------------------------------ the method is available for `rand_hc::Hc128Rng` here [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rand_core-0.4.2/src/lib.rs:138:1 [INFO] [stdout] | [INFO] [stdout] 138 | pub trait RngCore { [INFO] [stdout] | ----------------- [INFO] [stdout] | | [INFO] [stdout] | this is the trait that was imported [INFO] [stdout] | this is the trait that was imported [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rand-0.6.5/src/deprecated.rs:14:6 [INFO] [stdout] | [INFO] [stdout] 14 | use {RngCore, CryptoRng, SeedableRng, Error}; [INFO] [stdout] | ------- `RngCore` imported here doesn't correspond to the right version of crate `rand_core` [INFO] [stdout] help: there is a method `try_fill_bytes` with a similar name [INFO] [stdout] | [INFO] [stdout] 189 | self.0.try_fill_bytes(dest); [INFO] [stdout] | ~~~~~~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `try_fill_bytes` found for struct `rand_hc::Hc128Rng` in the current scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rand-0.6.5/src/deprecated.rs:194:16 [INFO] [stdout] | [INFO] [stdout] 194 | self.0.try_fill_bytes(dest) [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: items from traits can only be used if the trait is in scope [INFO] [stdout] help: trait `RngCore` which provides `try_fill_bytes` is implemented but not in scope; perhaps you want to import it [INFO] [stdout] | [INFO] [stdout] 13 + use rand_core::RngCore; [INFO] [stdout] | [INFO] [stdout] help: there is a method `fill_bytes` with a similar name [INFO] [stdout] | [INFO] [stdout] 194 | self.0.fill_bytes(dest) [INFO] [stdout] | ~~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no function or associated item named `from_seed` found for struct `rand_hc::Hc128Rng` in the current scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rand-0.6.5/src/deprecated.rs:202:37 [INFO] [stdout] | [INFO] [stdout] 202 | Hc128Rng(rand_hc::Hc128Rng::from_seed(seed)) [INFO] [stdout] | ^^^^^^^^^ function or associated item not found in `Hc128Rng` [INFO] [stdout] | [INFO] [stdout] note: there are multiple different versions of crate `rand_core` in the dependency graph [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rand_core-0.3.0/src/lib.rs:230:1 [INFO] [stdout] | [INFO] [stdout] 230 | pub trait SeedableRng: Sized { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the trait that is needed [INFO] [stdout] ... [INFO] [stdout] 299 | fn from_seed(seed: Self::Seed) -> Self; [INFO] [stdout] | --------------------------------------- the associated function is available for `rand_hc::Hc128Rng` here [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rand_core-0.4.2/src/lib.rs:221:1 [INFO] [stdout] | [INFO] [stdout] 221 | pub trait SeedableRng: Sized { [INFO] [stdout] | ---------------------------- [INFO] [stdout] | | [INFO] [stdout] | this is the trait that was imported [INFO] [stdout] | this is the trait that was imported [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rand-0.6.5/src/deprecated.rs:14:26 [INFO] [stdout] | [INFO] [stdout] 14 | use {RngCore, CryptoRng, SeedableRng, Error}; [INFO] [stdout] | ----------- `SeedableRng` imported here doesn't correspond to the right version of crate `rand_core` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `rand_hc::Hc128Rng: SeedableRng` is not satisfied [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rand-0.6.5/src/deprecated.rs:201:44 [INFO] [stdout] | [INFO] [stdout] 201 | fn from_seed(seed: Self::Seed) -> Self { [INFO] [stdout] | ____________________________________________^ [INFO] [stdout] 202 | | Hc128Rng(rand_hc::Hc128Rng::from_seed(seed)) [INFO] [stdout] 203 | | } [INFO] [stdout] | |_____^ the trait `SeedableRng` is not implemented for `rand_hc::Hc128Rng` [INFO] [stdout] | [INFO] [stdout] = help: the following other types implement trait `SeedableRng`: [INFO] [stdout] BlockRng64 [INFO] [stdout] BlockRng [INFO] [stdout] Lcg64Xsh32 [INFO] [stdout] Mcg128Xsl64 [INFO] [stdout] SmallRng [INFO] [stdout] deprecated::ChaChaRng [INFO] [stdout] deprecated::Hc128Rng [INFO] [stdout] deprecated::Isaac64Rng [INFO] [stdout] and 4 others [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no function or associated item named `from_rng` found for struct `rand_hc::Hc128Rng` in the current scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rand-0.6.5/src/deprecated.rs:206:28 [INFO] [stdout] | [INFO] [stdout] 206 | rand_hc::Hc128Rng::from_rng(rng).map(Hc128Rng) [INFO] [stdout] | ^^^^^^^^ function or associated item not found in `Hc128Rng` [INFO] [stdout] | [INFO] [stdout] note: there are multiple different versions of crate `rand_core` in the dependency graph [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rand_core-0.3.0/src/lib.rs:230:1 [INFO] [stdout] | [INFO] [stdout] 230 | pub trait SeedableRng: Sized { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the trait that is needed [INFO] [stdout] ... [INFO] [stdout] 372 | fn from_rng(mut rng: R) -> Result { [INFO] [stdout] | ---------------------------------------------------------- the associated function is available for `rand_hc::Hc128Rng` here [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rand_core-0.4.2/src/lib.rs:221:1 [INFO] [stdout] | [INFO] [stdout] 221 | pub trait SeedableRng: Sized { [INFO] [stdout] | ---------------------------- [INFO] [stdout] | | [INFO] [stdout] | this is the trait that was imported [INFO] [stdout] | this is the trait that was imported [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rand-0.6.5/src/deprecated.rs:14:26 [INFO] [stdout] | [INFO] [stdout] 14 | use {RngCore, CryptoRng, SeedableRng, Error}; [INFO] [stdout] | ----------- `SeedableRng` imported here doesn't correspond to the right version of crate `rand_core` [INFO] [stdout] help: there is an associated function `from` with a similar name [INFO] [stdout] | [INFO] [stdout] 206 | rand_hc::Hc128Rng::from(rng).map(Hc128Rng) [INFO] [stdout] | ~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `next_u32` found for struct `rand_xorshift::XorShiftRng` in the current scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rand-0.6.5/src/deprecated.rs:220:16 [INFO] [stdout] | [INFO] [stdout] 220 | self.0.next_u32() [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: there are multiple different versions of crate `rand_core` in the dependency graph [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rand_core-0.3.0/src/lib.rs:147:1 [INFO] [stdout] | [INFO] [stdout] 147 | pub trait RngCore { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ this is the trait that is needed [INFO] [stdout] ... [INFO] [stdout] 154 | fn next_u32(&mut self) -> u32; [INFO] [stdout] | ------------------------------ the method is available for `rand_xorshift::XorShiftRng` here [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rand_core-0.4.2/src/lib.rs:138:1 [INFO] [stdout] | [INFO] [stdout] 138 | pub trait RngCore { [INFO] [stdout] | ----------------- [INFO] [stdout] | | [INFO] [stdout] | this is the trait that was imported [INFO] [stdout] | this is the trait that was imported [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rand-0.6.5/src/deprecated.rs:14:6 [INFO] [stdout] | [INFO] [stdout] 14 | use {RngCore, CryptoRng, SeedableRng, Error}; [INFO] [stdout] | ------- `RngCore` imported here doesn't correspond to the right version of crate `rand_core` [INFO] [stdout] help: there is a method `next_u64` with a similar name [INFO] [stdout] | [INFO] [stdout] 220 | self.0.next_u64() [INFO] [stdout] | ~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `next_u64` found for struct `rand_xorshift::XorShiftRng` in the current scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rand-0.6.5/src/deprecated.rs:225:16 [INFO] [stdout] | [INFO] [stdout] 225 | self.0.next_u64() [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: there are multiple different versions of crate `rand_core` in the dependency graph [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rand_core-0.3.0/src/lib.rs:147:1 [INFO] [stdout] | [INFO] [stdout] 147 | pub trait RngCore { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ this is the trait that is needed [INFO] [stdout] ... [INFO] [stdout] 162 | fn next_u64(&mut self) -> u64; [INFO] [stdout] | ------------------------------ the method is available for `rand_xorshift::XorShiftRng` here [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rand_core-0.4.2/src/lib.rs:138:1 [INFO] [stdout] | [INFO] [stdout] 138 | pub trait RngCore { [INFO] [stdout] | ----------------- [INFO] [stdout] | | [INFO] [stdout] | this is the trait that was imported [INFO] [stdout] | this is the trait that was imported [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rand-0.6.5/src/deprecated.rs:14:6 [INFO] [stdout] | [INFO] [stdout] 14 | use {RngCore, CryptoRng, SeedableRng, Error}; [INFO] [stdout] | ------- `RngCore` imported here doesn't correspond to the right version of crate `rand_core` [INFO] [stdout] help: there is a method `next_u32` with a similar name [INFO] [stdout] | [INFO] [stdout] 225 | self.0.next_u32() [INFO] [stdout] | ~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `fill_bytes` found for struct `rand_xorshift::XorShiftRng` in the current scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rand-0.6.5/src/deprecated.rs:230:16 [INFO] [stdout] | [INFO] [stdout] 230 | self.0.fill_bytes(dest); [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: there are multiple different versions of crate `rand_core` in the dependency graph [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rand_core-0.3.0/src/lib.rs:147:1 [INFO] [stdout] | [INFO] [stdout] 147 | pub trait RngCore { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ this is the trait that is needed [INFO] [stdout] ... [INFO] [stdout] 177 | fn fill_bytes(&mut self, dest: &mut [u8]); [INFO] [stdout] | ------------------------------------------ the method is available for `rand_xorshift::XorShiftRng` here [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rand_core-0.4.2/src/lib.rs:138:1 [INFO] [stdout] | [INFO] [stdout] 138 | pub trait RngCore { [INFO] [stdout] | ----------------- [INFO] [stdout] | | [INFO] [stdout] | this is the trait that was imported [INFO] [stdout] | this is the trait that was imported [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rand-0.6.5/src/deprecated.rs:14:6 [INFO] [stdout] | [INFO] [stdout] 14 | use {RngCore, CryptoRng, SeedableRng, Error}; [INFO] [stdout] | ------- `RngCore` imported here doesn't correspond to the right version of crate `rand_core` [INFO] [stdout] help: there is a method `try_fill_bytes` with a similar name [INFO] [stdout] | [INFO] [stdout] 230 | self.0.try_fill_bytes(dest); [INFO] [stdout] | ~~~~~~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `try_fill_bytes` found for struct `rand_xorshift::XorShiftRng` in the current scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rand-0.6.5/src/deprecated.rs:235:16 [INFO] [stdout] | [INFO] [stdout] 235 | self.0.try_fill_bytes(dest) [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: items from traits can only be used if the trait is in scope [INFO] [stdout] help: trait `RngCore` which provides `try_fill_bytes` is implemented but not in scope; perhaps you want to import it [INFO] [stdout] | [INFO] [stdout] 13 + use rand_core::RngCore; [INFO] [stdout] | [INFO] [stdout] help: there is a method `fill_bytes` with a similar name [INFO] [stdout] | [INFO] [stdout] 235 | self.0.fill_bytes(dest) [INFO] [stdout] | ~~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no function or associated item named `from_seed` found for struct `rand_xorshift::XorShiftRng` in the current scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rand-0.6.5/src/deprecated.rs:243:51 [INFO] [stdout] | [INFO] [stdout] 243 | XorShiftRng(::rand_xorshift::XorShiftRng::from_seed(seed)) [INFO] [stdout] | ^^^^^^^^^ function or associated item not found in `XorShiftRng` [INFO] [stdout] | [INFO] [stdout] note: there are multiple different versions of crate `rand_core` in the dependency graph [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rand_core-0.3.0/src/lib.rs:230:1 [INFO] [stdout] | [INFO] [stdout] 230 | pub trait SeedableRng: Sized { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the trait that is needed [INFO] [stdout] ... [INFO] [stdout] 299 | fn from_seed(seed: Self::Seed) -> Self; [INFO] [stdout] | --------------------------------------- the associated function is available for `rand_xorshift::XorShiftRng` here [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rand_core-0.4.2/src/lib.rs:221:1 [INFO] [stdout] | [INFO] [stdout] 221 | pub trait SeedableRng: Sized { [INFO] [stdout] | ---------------------------- [INFO] [stdout] | | [INFO] [stdout] | this is the trait that was imported [INFO] [stdout] | this is the trait that was imported [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rand-0.6.5/src/deprecated.rs:14:26 [INFO] [stdout] | [INFO] [stdout] 14 | use {RngCore, CryptoRng, SeedableRng, Error}; [INFO] [stdout] | ----------- `SeedableRng` imported here doesn't correspond to the right version of crate `rand_core` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `rand_xorshift::XorShiftRng: SeedableRng` is not satisfied [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rand-0.6.5/src/deprecated.rs:242:44 [INFO] [stdout] | [INFO] [stdout] 242 | fn from_seed(seed: Self::Seed) -> Self { [INFO] [stdout] | ____________________________________________^ [INFO] [stdout] 243 | | XorShiftRng(::rand_xorshift::XorShiftRng::from_seed(seed)) [INFO] [stdout] 244 | | } [INFO] [stdout] | |_____^ the trait `SeedableRng` is not implemented for `rand_xorshift::XorShiftRng` [INFO] [stdout] | [INFO] [stdout] = help: the following other types implement trait `SeedableRng`: [INFO] [stdout] BlockRng64 [INFO] [stdout] BlockRng [INFO] [stdout] Lcg64Xsh32 [INFO] [stdout] Mcg128Xsl64 [INFO] [stdout] SmallRng [INFO] [stdout] deprecated::ChaChaRng [INFO] [stdout] deprecated::Hc128Rng [INFO] [stdout] deprecated::Isaac64Rng [INFO] [stdout] and 4 others [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no function or associated item named `from_rng` found for struct `rand_xorshift::XorShiftRng` in the current scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rand-0.6.5/src/deprecated.rs:247:39 [INFO] [stdout] | [INFO] [stdout] 247 | ::rand_xorshift::XorShiftRng::from_rng(rng).map(XorShiftRng) [INFO] [stdout] | ^^^^^^^^ function or associated item not found in `XorShiftRng` [INFO] [stdout] | [INFO] [stdout] note: there are multiple different versions of crate `rand_core` in the dependency graph [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rand_core-0.3.0/src/lib.rs:230:1 [INFO] [stdout] | [INFO] [stdout] 230 | pub trait SeedableRng: Sized { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the trait that is needed [INFO] [stdout] ... [INFO] [stdout] 372 | fn from_rng(mut rng: R) -> Result { [INFO] [stdout] | ---------------------------------------------------------- the associated function is available for `rand_xorshift::XorShiftRng` here [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rand_core-0.4.2/src/lib.rs:221:1 [INFO] [stdout] | [INFO] [stdout] 221 | pub trait SeedableRng: Sized { [INFO] [stdout] | ---------------------------- [INFO] [stdout] | | [INFO] [stdout] | this is the trait that was imported [INFO] [stdout] | this is the trait that was imported [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rand-0.6.5/src/deprecated.rs:14:26 [INFO] [stdout] | [INFO] [stdout] 14 | use {RngCore, CryptoRng, SeedableRng, Error}; [INFO] [stdout] | ----------- `SeedableRng` imported here doesn't correspond to the right version of crate `rand_core` [INFO] [stdout] help: there is an associated function `from` with a similar name [INFO] [stdout] | [INFO] [stdout] 247 | ::rand_xorshift::XorShiftRng::from(rng).map(XorShiftRng) [INFO] [stdout] | ~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `rand_hc::Hc128Rng: SeedableRng` is not satisfied [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rand-0.6.5/src/deprecated.rs:282:44 [INFO] [stdout] | [INFO] [stdout] 282 | fn from_seed(seed: Self::Seed) -> Self { [INFO] [stdout] | ____________________________________________^ [INFO] [stdout] 283 | | StdRng(rngs::StdRng::from_seed(seed)) [INFO] [stdout] 284 | | } [INFO] [stdout] | |_____^ the trait `SeedableRng` is not implemented for `rand_hc::Hc128Rng` [INFO] [stdout] | [INFO] [stdout] = help: the following other types implement trait `SeedableRng`: [INFO] [stdout] BlockRng64 [INFO] [stdout] BlockRng [INFO] [stdout] Lcg64Xsh32 [INFO] [stdout] Mcg128Xsl64 [INFO] [stdout] SmallRng [INFO] [stdout] deprecated::ChaChaRng [INFO] [stdout] deprecated::Hc128Rng [INFO] [stdout] deprecated::Isaac64Rng [INFO] [stdout] and 4 others [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 101 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0277, E0599. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0277`. [INFO] [stdout] [INFO] [stderr] error: could not compile `rand` (lib) due to 102 previous errors [INFO] running `Command { std: "docker" "inspect" "5637454006bb2f4a669adf363f40854fb75d5f96cdac5719d24f382d5e957c62", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5637454006bb2f4a669adf363f40854fb75d5f96cdac5719d24f382d5e957c62", kill_on_drop: false }` [INFO] [stdout] 5637454006bb2f4a669adf363f40854fb75d5f96cdac5719d24f382d5e957c62