[INFO] fetching crate null-terminated 0.3.17...
[INFO] checking null-terminated-0.3.17 against master#30f74ff0dc4d66debc8b50724c446f817e5f75f4 for pr-121848-1
[INFO] extracting crate null-terminated 0.3.17 into /workspace/builds/worker-4-tc1/source
[INFO] validating manifest of crates.io crate null-terminated 0.3.17 on toolchain 30f74ff0dc4d66debc8b50724c446f817e5f75f4
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+30f74ff0dc4d66debc8b50724c446f817e5f75f4" "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-4-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" "+30f74ff0dc4d66debc8b50724c446f817e5f75f4" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded log v0.4.3
[INFO] [stderr]   Downloaded bitflags v1.0.3
[INFO] [stderr]   Downloaded quickcheck v0.8.5
[INFO] [stderr]   Downloaded quickcheck_macros v0.8.0
[INFO] [stderr]   Downloaded cfg-if v0.1.4
[INFO] [stderr]   Downloaded lazy_static v1.0.2
[INFO] [stderr]   Downloaded syn v1.0.36
[INFO] [stderr]   Downloaded libc v0.2.42
[INFO] [stderr]   Downloaded winapi v0.3.5
[INFO] [stderr]   Downloaded system-call v0.1.1
[INFO] [stderr]   Downloaded utf v0.1.0
[INFO] [stderr]   Downloaded byte-strings-proc_macros v0.2.1
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+30f74ff0dc4d66debc8b50724c446f817e5f75f4" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] b1f8a8e83d1380fe35967a7e959007acd5383ccfea8aa4179f49731bab9f9612
[INFO] running `Command { std: "docker" "start" "-a" "b1f8a8e83d1380fe35967a7e959007acd5383ccfea8aa4179f49731bab9f9612", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "b1f8a8e83d1380fe35967a7e959007acd5383ccfea8aa4179f49731bab9f9612", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b1f8a8e83d1380fe35967a7e959007acd5383ccfea8aa4179f49731bab9f9612", kill_on_drop: false }`
[INFO] [stdout] b1f8a8e83d1380fe35967a7e959007acd5383ccfea8aa4179f49731bab9f9612
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+30f74ff0dc4d66debc8b50724c446f817e5f75f4" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 4d08647c40e65f0f322ab328b740b225fe98adf2c4dce61aba6792cfedcee511
[INFO] running `Command { std: "docker" "start" "-a" "4d08647c40e65f0f322ab328b740b225fe98adf2c4dce61aba6792cfedcee511", kill_on_drop: false }`
[INFO] [stderr]    Compiling autocfg v0.1.7
[INFO] [stderr]    Compiling memchr v2.3.3
[INFO] [stderr]     Checking rand_core v0.3.0
[INFO] [stderr]    Compiling proc-macro2 v1.0.19
[INFO] [stderr]    Compiling proc-macro2 v0.4.30
[INFO] [stderr]     Checking rand_core v0.4.2
[INFO] [stderr]    Compiling unicode-xid v0.2.1
[INFO] [stderr]    Compiling unicode-xid v0.1.0
[INFO] [stderr]     Checking lazy_static v1.0.2
[INFO] [stderr]    Compiling syn v1.0.36
[INFO] [stderr]    Compiling syn v0.15.44
[INFO] [stderr]     Checking thread_local v1.0.1
[INFO] [stderr]     Checking regex-syntax v0.6.18
[INFO] [stderr]     Checking libc v0.2.42
[INFO] [stderr]    Compiling rand_chacha v0.1.1
[INFO] [stderr]    Compiling rand_pcg v0.1.2
[INFO] [stderr]    Compiling rand v0.6.5
[INFO] [stderr]     Checking aho-corasick v0.7.13
[INFO] [stderr]     Checking cfg-if v0.1.4
[INFO] [stderr]     Checking rand_os v0.1.3
[INFO] [stderr]     Checking log v0.4.3
[INFO] [stderr]    Compiling quote v1.0.7
[INFO] [stderr]    Compiling quote v0.6.13
[INFO] [stderr]     Checking rand_jitter v0.1.4
[INFO] [stderr]     Checking rand_isaac v0.1.1
[INFO] [stderr]     Checking rand_xorshift v0.1.1
[INFO] [stderr]     Checking rand_hc v0.1.0
[INFO] [stderr]     Checking utf v0.1.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 = <Hc128Rng as SeedableRng>::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]              Lcg64Xsh32
[INFO] [stdout]              Mcg128Xsl64
[INFO] [stdout]              BlockRng<R>
[INFO] [stdout]              BlockRng64<R>
[INFO] [stdout]              SmallRng
[INFO] [stdout]              rngs::std::StdRng
[INFO] [stdout]              deprecated::IsaacRng
[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]              Lcg64Xsh32
[INFO] [stdout]              Mcg128Xsl64
[INFO] [stdout]              BlockRng<R>
[INFO] [stdout]              BlockRng64<R>
[INFO] [stdout]              SmallRng
[INFO] [stdout]              rngs::std::StdRng
[INFO] [stdout]              deprecated::IsaacRng
[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]              Lcg64Xsh32
[INFO] [stdout]              Mcg128Xsl64
[INFO] [stdout]              BlockRng<R>
[INFO] [stdout]              BlockRng64<R>
[INFO] [stdout]              SmallRng
[INFO] [stdout]              rngs::std::StdRng
[INFO] [stdout]              deprecated::IsaacRng
[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<Hc128Core, EntropyRng>,
[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<R, Rsdr>(BlockRng<ReseedingCore<R, Rsdr>>)
[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<Hc128Core, EntropyRng>,
[INFO] [stdout]    |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `SeedableRng` is not implemented for `Hc128Core`
[INFO] [stdout]    |
[INFO] [stdout]    = help: the following other types implement trait `SeedableRng`:
[INFO] [stdout]              Lcg64Xsh32
[INFO] [stdout]              Mcg128Xsl64
[INFO] [stdout]              BlockRng<R>
[INFO] [stdout]              BlockRng64<R>
[INFO] [stdout]              SmallRng
[INFO] [stdout]              rngs::std::StdRng
[INFO] [stdout]              deprecated::IsaacRng
[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<R, Rsdr>(BlockRng<ReseedingCore<R, Rsdr>>)
[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<ReseedingRng<Hc128Core, EntropyRng>> = {
[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<R, Rsdr>(BlockRng<ReseedingCore<R, Rsdr>>)
[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<ReseedingRng<Hc128Core, EntropyRng>> = {
[INFO] [stdout]    |                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `SeedableRng` is not implemented for `Hc128Core`
[INFO] [stdout]    |
[INFO] [stdout]    = help: the following other types implement trait `SeedableRng`:
[INFO] [stdout]              Lcg64Xsh32
[INFO] [stdout]              Mcg128Xsl64
[INFO] [stdout]              BlockRng<R>
[INFO] [stdout]              BlockRng64<R>
[INFO] [stdout]              SmallRng
[INFO] [stdout]              rngs::std::StdRng
[INFO] [stdout]              deprecated::IsaacRng
[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<R, Rsdr>(BlockRng<ReseedingCore<R, Rsdr>>)
[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<ReseedingRng<Hc128Core, EntropyRng>> = {
[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<R, Rsdr>(BlockRng<ReseedingCore<R, Rsdr>>)
[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<ReseedingRng<Hc128Core, EntropyRng>> = {
[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]              Lcg64Xsh32
[INFO] [stdout]              Mcg128Xsl64
[INFO] [stdout]              BlockRng<R>
[INFO] [stdout]              BlockRng64<R>
[INFO] [stdout]              SmallRng
[INFO] [stdout]              rngs::std::StdRng
[INFO] [stdout]              deprecated::IsaacRng
[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<R, Rsdr>(BlockRng<ReseedingCore<R, Rsdr>>)
[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<ReseedingRng<Hc128Core, EntropyRng>> = {
[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<R, Rsdr>(BlockRng<ReseedingCore<R, Rsdr>>)
[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<ReseedingRng<Hc128Core, EntropyRng>> = {
[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]              Lcg64Xsh32
[INFO] [stdout]              Mcg128Xsl64
[INFO] [stdout]              BlockRng<R>
[INFO] [stdout]              BlockRng64<R>
[INFO] [stdout]              SmallRng
[INFO] [stdout]              rngs::std::StdRng
[INFO] [stdout]              deprecated::IsaacRng
[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<R, Rsdr>(BlockRng<ReseedingCore<R, Rsdr>>)
[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 = <rand_isaac::IsaacRng as SeedableRng>::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]              Lcg64Xsh32
[INFO] [stdout]              Mcg128Xsl64
[INFO] [stdout]              BlockRng<R>
[INFO] [stdout]              BlockRng64<R>
[INFO] [stdout]              SmallRng
[INFO] [stdout]              rngs::std::StdRng
[INFO] [stdout]              deprecated::IsaacRng
[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]              Lcg64Xsh32
[INFO] [stdout]              Mcg128Xsl64
[INFO] [stdout]              BlockRng<R>
[INFO] [stdout]              BlockRng64<R>
[INFO] [stdout]              SmallRng
[INFO] [stdout]              rngs::std::StdRng
[INFO] [stdout]              deprecated::IsaacRng
[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 = <rand_isaac::Isaac64Rng as SeedableRng>::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]              Lcg64Xsh32
[INFO] [stdout]              Mcg128Xsl64
[INFO] [stdout]              BlockRng<R>
[INFO] [stdout]              BlockRng64<R>
[INFO] [stdout]              SmallRng
[INFO] [stdout]              rngs::std::StdRng
[INFO] [stdout]              deprecated::IsaacRng
[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]              Lcg64Xsh32
[INFO] [stdout]              Mcg128Xsl64
[INFO] [stdout]              BlockRng<R>
[INFO] [stdout]              BlockRng64<R>
[INFO] [stdout]              SmallRng
[INFO] [stdout]              rngs::std::StdRng
[INFO] [stdout]              deprecated::IsaacRng
[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 = <rand_chacha::ChaChaRng as SeedableRng>::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]               Lcg64Xsh32
[INFO] [stdout]               Mcg128Xsl64
[INFO] [stdout]               BlockRng<R>
[INFO] [stdout]               BlockRng64<R>
[INFO] [stdout]               SmallRng
[INFO] [stdout]               rngs::std::StdRng
[INFO] [stdout]               deprecated::IsaacRng
[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]               Lcg64Xsh32
[INFO] [stdout]               Mcg128Xsl64
[INFO] [stdout]               BlockRng<R>
[INFO] [stdout]               BlockRng64<R>
[INFO] [stdout]               SmallRng
[INFO] [stdout]               rngs::std::StdRng
[INFO] [stdout]               deprecated::IsaacRng
[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 = <rand_hc::Hc128Rng as SeedableRng>::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]               Lcg64Xsh32
[INFO] [stdout]               Mcg128Xsl64
[INFO] [stdout]               BlockRng<R>
[INFO] [stdout]               BlockRng64<R>
[INFO] [stdout]               SmallRng
[INFO] [stdout]               rngs::std::StdRng
[INFO] [stdout]               deprecated::IsaacRng
[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]               Lcg64Xsh32
[INFO] [stdout]               Mcg128Xsl64
[INFO] [stdout]               BlockRng<R>
[INFO] [stdout]               BlockRng64<R>
[INFO] [stdout]               SmallRng
[INFO] [stdout]               rngs::std::StdRng
[INFO] [stdout]               deprecated::IsaacRng
[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]               Lcg64Xsh32
[INFO] [stdout]               Mcg128Xsl64
[INFO] [stdout]               BlockRng<R>
[INFO] [stdout]               BlockRng64<R>
[INFO] [stdout]               SmallRng
[INFO] [stdout]               rngs::std::StdRng
[INFO] [stdout]               deprecated::IsaacRng
[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]               Lcg64Xsh32
[INFO] [stdout]               Mcg128Xsl64
[INFO] [stdout]               BlockRng<R>
[INFO] [stdout]               BlockRng64<R>
[INFO] [stdout]               SmallRng
[INFO] [stdout]               rngs::std::StdRng
[INFO] [stdout]               deprecated::IsaacRng
[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 = <rngs::StdRng as SeedableRng>::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]               Lcg64Xsh32
[INFO] [stdout]               Mcg128Xsl64
[INFO] [stdout]               BlockRng<R>
[INFO] [stdout]               BlockRng64<R>
[INFO] [stdout]               SmallRng
[INFO] [stdout]               rngs::std::StdRng
[INFO] [stdout]               deprecated::IsaacRng
[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]               Lcg64Xsh32
[INFO] [stdout]               Mcg128Xsl64
[INFO] [stdout]               BlockRng<R>
[INFO] [stdout]               BlockRng64<R>
[INFO] [stdout]               SmallRng
[INFO] [stdout]               rngs::std::StdRng
[INFO] [stdout]               deprecated::IsaacRng
[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]              Lcg64Xsh32
[INFO] [stdout]              Mcg128Xsl64
[INFO] [stdout]              BlockRng<R>
[INFO] [stdout]              BlockRng64<R>
[INFO] [stdout]              SmallRng
[INFO] [stdout]              rngs::std::StdRng
[INFO] [stdout]              deprecated::IsaacRng
[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]              Lcg64Xsh32
[INFO] [stdout]              Mcg128Xsl64
[INFO] [stdout]              BlockRng<R>
[INFO] [stdout]              BlockRng64<R>
[INFO] [stdout]              SmallRng
[INFO] [stdout]              rngs::std::StdRng
[INFO] [stdout]              deprecated::IsaacRng
[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]               Lcg64Xsh32
[INFO] [stdout]               Mcg128Xsl64
[INFO] [stdout]               BlockRng<R>
[INFO] [stdout]               BlockRng64<R>
[INFO] [stdout]               SmallRng
[INFO] [stdout]               rngs::std::StdRng
[INFO] [stdout]               deprecated::IsaacRng
[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]               Lcg64Xsh32
[INFO] [stdout]               Mcg128Xsl64
[INFO] [stdout]               BlockRng<R>
[INFO] [stdout]               BlockRng64<R>
[INFO] [stdout]               SmallRng
[INFO] [stdout]               rngs::std::StdRng
[INFO] [stdout]               deprecated::IsaacRng
[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]               Lcg64Xsh32
[INFO] [stdout]               Mcg128Xsl64
[INFO] [stdout]               BlockRng<R>
[INFO] [stdout]               BlockRng64<R>
[INFO] [stdout]               SmallRng
[INFO] [stdout]               rngs::std::StdRng
[INFO] [stdout]               deprecated::IsaacRng
[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]               Lcg64Xsh32
[INFO] [stdout]               Mcg128Xsl64
[INFO] [stdout]               BlockRng<R>
[INFO] [stdout]               BlockRng64<R>
[INFO] [stdout]               SmallRng
[INFO] [stdout]               rngs::std::StdRng
[INFO] [stdout]               deprecated::IsaacRng
[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]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rand_core-0.3.0/src/lib.rs:154:8
[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]     = help: items from traits can only be used if the trait is in scope
[INFO] [stdout] help: trait `RngCore` which provides `next_u32` 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 `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]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rand_core-0.3.0/src/lib.rs:162:8
[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]     = help: items from traits can only be used if the trait is in scope
[INFO] [stdout] help: trait `RngCore` which provides `next_u64` 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 `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]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rand_core-0.3.0/src/lib.rs:177:8
[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]     = help: items from traits can only be used if the trait is in scope
[INFO] [stdout] help: trait `RngCore` which provides `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 `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]    = help: items from traits can only be used if the trait is in scope
[INFO] [stdout] help: trait `SeedableRng` which provides `from_seed` is implemented but not in scope; perhaps you want to import it
[INFO] [stdout]    |
[INFO] [stdout] 11 + use rand_core::SeedableRng;
[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/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]              Lcg64Xsh32
[INFO] [stdout]              Mcg128Xsl64
[INFO] [stdout]              BlockRng<R>
[INFO] [stdout]              BlockRng64<R>
[INFO] [stdout]              SmallRng
[INFO] [stdout]              rngs::std::StdRng
[INFO] [stdout]              deprecated::IsaacRng
[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]    = help: items from traits can only be used if the trait is in scope
[INFO] [stdout] help: trait `SeedableRng` which provides `from_rng` is implemented but not in scope; perhaps you want to import it
[INFO] [stdout]    |
[INFO] [stdout] 11 + use rand_core::SeedableRng;
[INFO] [stdout]    |
[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<Hc128Core, EntropyRng>,
[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<R, Rsdr>(BlockRng<ReseedingCore<R, Rsdr>>)
[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<Hc128Core, EntropyRng>,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `SeedableRng` is not implemented for `Hc128Core`
[INFO] [stdout]    |
[INFO] [stdout]    = help: the following other types implement trait `SeedableRng`:
[INFO] [stdout]              Lcg64Xsh32
[INFO] [stdout]              Mcg128Xsl64
[INFO] [stdout]              BlockRng<R>
[INFO] [stdout]              BlockRng64<R>
[INFO] [stdout]              SmallRng
[INFO] [stdout]              rngs::std::StdRng
[INFO] [stdout]              deprecated::IsaacRng
[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<R, Rsdr>(BlockRng<ReseedingCore<R, Rsdr>>)
[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: if you're trying to build a new `Hc128Core`, consider using `Hc128Core::init` which returns `Hc128Core`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rand_hc-0.1.0/src/hc128.rs:274:5
[INFO] [stdout]     |
[INFO] [stdout] 274 |     fn init(seed: [u32; SEED_WORDS]) -> Self {
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = help: items from traits can only be used if the trait is in scope
[INFO] [stdout] help: trait `SeedableRng` which provides `from_rng` is implemented but not in scope; perhaps you want to import it
[INFO] [stdout]     |
[INFO] [stdout] 11  + use rand_core::SeedableRng;
[INFO] [stdout]     |
[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<R, Rsdr>(BlockRng<ReseedingCore<R, Rsdr>>)
[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]              Lcg64Xsh32
[INFO] [stdout]              Mcg128Xsl64
[INFO] [stdout]              BlockRng<R>
[INFO] [stdout]              BlockRng64<R>
[INFO] [stdout]              SmallRng
[INFO] [stdout]              rngs::std::StdRng
[INFO] [stdout]              deprecated::IsaacRng
[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<R, Rsdr>(BlockRng<ReseedingCore<R, Rsdr>>)
[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<R, Rsdr>(BlockRng<ReseedingCore<R, Rsdr>>)
[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]              Lcg64Xsh32
[INFO] [stdout]              Mcg128Xsl64
[INFO] [stdout]              BlockRng<R>
[INFO] [stdout]              BlockRng64<R>
[INFO] [stdout]              SmallRng
[INFO] [stdout]              rngs::std::StdRng
[INFO] [stdout]              deprecated::IsaacRng
[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<R, Rsdr>(BlockRng<ReseedingCore<R, Rsdr>>)
[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<ReseedingRng<Hc128Core, EntropyRng>> = {
[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<R, Rsdr>(BlockRng<ReseedingCore<R, Rsdr>>)
[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<ReseedingRng<Hc128Core, EntropyRng>> = {
[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]              Lcg64Xsh32
[INFO] [stdout]              Mcg128Xsl64
[INFO] [stdout]              BlockRng<R>
[INFO] [stdout]              BlockRng64<R>
[INFO] [stdout]              SmallRng
[INFO] [stdout]              rngs::std::StdRng
[INFO] [stdout]              deprecated::IsaacRng
[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<R, Rsdr>(BlockRng<ReseedingCore<R, Rsdr>>)
[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<ReseedingRng<Hc128Core, EntropyRng>> = {
[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<R, Rsdr>(BlockRng<ReseedingCore<R, Rsdr>>)
[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<ReseedingRng<Hc128Core, EntropyRng>> = {
[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]              Lcg64Xsh32
[INFO] [stdout]              Mcg128Xsl64
[INFO] [stdout]              BlockRng<R>
[INFO] [stdout]              BlockRng64<R>
[INFO] [stdout]              SmallRng
[INFO] [stdout]              rngs::std::StdRng
[INFO] [stdout]              deprecated::IsaacRng
[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<R, Rsdr>(BlockRng<ReseedingCore<R, Rsdr>>)
[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<ReseedingRng<Hc128Core, EntropyRng>> = {
[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<R, Rsdr>(BlockRng<ReseedingCore<R, Rsdr>>)
[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<ReseedingRng<Hc128Core, EntropyRng>> = {
[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]              Lcg64Xsh32
[INFO] [stdout]              Mcg128Xsl64
[INFO] [stdout]              BlockRng<R>
[INFO] [stdout]              BlockRng64<R>
[INFO] [stdout]              SmallRng
[INFO] [stdout]              rngs::std::StdRng
[INFO] [stdout]              deprecated::IsaacRng
[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<R, Rsdr>(BlockRng<ReseedingCore<R, Rsdr>>)
[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: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<R, Rsdr>(BlockRng<ReseedingCore<R, Rsdr>>)
[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]              Lcg64Xsh32
[INFO] [stdout]              Mcg128Xsl64
[INFO] [stdout]              BlockRng<R>
[INFO] [stdout]              BlockRng64<R>
[INFO] [stdout]              SmallRng
[INFO] [stdout]              rngs::std::StdRng
[INFO] [stdout]              deprecated::IsaacRng
[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<R, Rsdr>(BlockRng<ReseedingCore<R, Rsdr>>)
[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:46
[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<R, Rsdr>(BlockRng<ReseedingCore<R, Rsdr>>)
[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:46
[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]              Lcg64Xsh32
[INFO] [stdout]              Mcg128Xsl64
[INFO] [stdout]              BlockRng<R>
[INFO] [stdout]              BlockRng64<R>
[INFO] [stdout]              SmallRng
[INFO] [stdout]              rngs::std::StdRng
[INFO] [stdout]              deprecated::IsaacRng
[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<R, Rsdr>(BlockRng<ReseedingCore<R, Rsdr>>)
[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<Hc128Core, EntropyRng>`, 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<Hc128Core, EntropyRng>` 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<R, Rsdr>(BlockRng<ReseedingCore<R, Rsdr>>)
[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 `<Hc128Core as BlockRngCore>::Item = u32`, `Hc128Core: BlockRngCore` or `Hc128Core: SeedableRng`
[INFO] [stdout]     |
[INFO] [stdout] note: the following trait bounds were not satisfied:
[INFO] [stdout]       `<Hc128Core as BlockRngCore>::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<R, Rsdr: RngCore> RngCore for ReseedingRng<R, Rsdr>
[INFO] [stdout]     |                        -------     ---------------------
[INFO] [stdout] 115 | where R: BlockRngCore<Item = u32> + 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 |     <R as BlockRngCore>::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<Hc128Core, EntropyRng>`, 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<Hc128Core, EntropyRng>` 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<R, Rsdr>(BlockRng<ReseedingCore<R, Rsdr>>)
[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 `<Hc128Core as BlockRngCore>::Item = u32`, `Hc128Core: BlockRngCore` or `Hc128Core: SeedableRng`
[INFO] [stdout]     |
[INFO] [stdout] note: the following trait bounds were not satisfied:
[INFO] [stdout]       `<Hc128Core as BlockRngCore>::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<R, Rsdr: RngCore> RngCore for ReseedingRng<R, Rsdr>
[INFO] [stdout]     |                        -------     ---------------------
[INFO] [stdout] 115 | where R: BlockRngCore<Item = u32> + 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 |     <R as BlockRngCore>::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<Hc128Core, EntropyRng>`, 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<Hc128Core, EntropyRng>` 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<R, Rsdr>(BlockRng<ReseedingCore<R, Rsdr>>)
[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 `<Hc128Core as BlockRngCore>::Item = u32`, `Hc128Core: BlockRngCore` or `Hc128Core: SeedableRng`
[INFO] [stdout]     |
[INFO] [stdout] note: the following trait bounds were not satisfied:
[INFO] [stdout]       `<Hc128Core as BlockRngCore>::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<R, Rsdr: RngCore> RngCore for ReseedingRng<R, Rsdr>
[INFO] [stdout]     |                        -------     ---------------------
[INFO] [stdout] 115 | where R: BlockRngCore<Item = u32> + 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 |     <R as BlockRngCore>::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<Hc128Core, EntropyRng>`, 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<Hc128Core, EntropyRng>` 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<R, Rsdr>(BlockRng<ReseedingCore<R, Rsdr>>)
[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 `<Hc128Core as BlockRngCore>::Item = u32`, `Hc128Core: BlockRngCore` or `Hc128Core: SeedableRng`
[INFO] [stdout]     |
[INFO] [stdout] note: the following trait bounds were not satisfied:
[INFO] [stdout]       `<Hc128Core as BlockRngCore>::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<R, Rsdr: RngCore> RngCore for ReseedingRng<R, Rsdr>
[INFO] [stdout]     |                        -------     ---------------------
[INFO] [stdout] 115 | where R: BlockRngCore<Item = u32> + 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 |     <R as BlockRngCore>::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]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rand_core-0.3.0/src/lib.rs:154:8
[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]     = help: items from traits can only be used if the trait is in scope
[INFO] [stdout] help: trait `RngCore` which provides `next_u32` 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 `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]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rand_core-0.3.0/src/lib.rs:162:8
[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]     = help: items from traits can only be used if the trait is in scope
[INFO] [stdout] help: trait `RngCore` which provides `next_u64` 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 `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]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rand_core-0.3.0/src/lib.rs:177:8
[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]     = help: items from traits can only be used if the trait is in scope
[INFO] [stdout] help: trait `RngCore` which provides `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 `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]     = help: items from traits can only be used if the trait is in scope
[INFO] [stdout] help: trait `SeedableRng` which provides `from_seed` is implemented but not in scope; perhaps you want to import it
[INFO] [stdout]     |
[INFO] [stdout] 13  + use rand_core::SeedableRng;
[INFO] [stdout]     |
[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]              Lcg64Xsh32
[INFO] [stdout]              Mcg128Xsl64
[INFO] [stdout]              BlockRng<R>
[INFO] [stdout]              BlockRng64<R>
[INFO] [stdout]              SmallRng
[INFO] [stdout]              rngs::std::StdRng
[INFO] [stdout]              deprecated::IsaacRng
[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]     = help: items from traits can only be used if the trait is in scope
[INFO] [stdout] help: trait `SeedableRng` which provides `from_rng` is implemented but not in scope; perhaps you want to import it
[INFO] [stdout]     |
[INFO] [stdout] 13  + use rand_core::SeedableRng;
[INFO] [stdout]     |
[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]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rand_core-0.3.0/src/lib.rs:154:8
[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]     = help: items from traits can only be used if the trait is in scope
[INFO] [stdout] help: trait `RngCore` which provides `next_u32` 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 `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]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rand_core-0.3.0/src/lib.rs:162:8
[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]     = help: items from traits can only be used if the trait is in scope
[INFO] [stdout] help: trait `RngCore` which provides `next_u64` 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 `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]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rand_core-0.3.0/src/lib.rs:177:8
[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]     = help: items from traits can only be used if the trait is in scope
[INFO] [stdout] help: trait `RngCore` which provides `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 `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]     = help: items from traits can only be used if the trait is in scope
[INFO] [stdout] help: trait `SeedableRng` which provides `from_seed` is implemented but not in scope; perhaps you want to import it
[INFO] [stdout]     |
[INFO] [stdout] 13  + use rand_core::SeedableRng;
[INFO] [stdout]     |
[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]               Lcg64Xsh32
[INFO] [stdout]               Mcg128Xsl64
[INFO] [stdout]               BlockRng<R>
[INFO] [stdout]               BlockRng64<R>
[INFO] [stdout]               SmallRng
[INFO] [stdout]               rngs::std::StdRng
[INFO] [stdout]               deprecated::IsaacRng
[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]     = help: items from traits can only be used if the trait is in scope
[INFO] [stdout] help: trait `SeedableRng` which provides `from_rng` is implemented but not in scope; perhaps you want to import it
[INFO] [stdout]     |
[INFO] [stdout] 13  + use rand_core::SeedableRng;
[INFO] [stdout]     |
[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]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rand_core-0.3.0/src/lib.rs:154:8
[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]     = help: items from traits can only be used if the trait is in scope
[INFO] [stdout] help: trait `RngCore` which provides `next_u32` 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 `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]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rand_core-0.3.0/src/lib.rs:162:8
[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]     = help: items from traits can only be used if the trait is in scope
[INFO] [stdout] help: trait `RngCore` which provides `next_u64` 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 `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]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rand_core-0.3.0/src/lib.rs:177:8
[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]     = help: items from traits can only be used if the trait is in scope
[INFO] [stdout] help: trait `RngCore` which provides `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 `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]     = help: items from traits can only be used if the trait is in scope
[INFO] [stdout] help: trait `SeedableRng` which provides `from_seed` is implemented but not in scope; perhaps you want to import it
[INFO] [stdout]     |
[INFO] [stdout] 13  + use rand_core::SeedableRng;
[INFO] [stdout]     |
[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]               Lcg64Xsh32
[INFO] [stdout]               Mcg128Xsl64
[INFO] [stdout]               BlockRng<R>
[INFO] [stdout]               BlockRng64<R>
[INFO] [stdout]               SmallRng
[INFO] [stdout]               rngs::std::StdRng
[INFO] [stdout]               deprecated::IsaacRng
[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]     = help: items from traits can only be used if the trait is in scope
[INFO] [stdout] help: trait `SeedableRng` which provides `from_rng` is implemented but not in scope; perhaps you want to import it
[INFO] [stdout]     |
[INFO] [stdout] 13  + use rand_core::SeedableRng;
[INFO] [stdout]     |
[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]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rand_core-0.3.0/src/lib.rs:154:8
[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]     = help: items from traits can only be used if the trait is in scope
[INFO] [stdout] help: trait `RngCore` which provides `next_u32` 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 `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]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rand_core-0.3.0/src/lib.rs:162:8
[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]     = help: items from traits can only be used if the trait is in scope
[INFO] [stdout] help: trait `RngCore` which provides `next_u64` 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 `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]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rand_core-0.3.0/src/lib.rs:177:8
[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]     = help: items from traits can only be used if the trait is in scope
[INFO] [stdout] help: trait `RngCore` which provides `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 `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]     = help: items from traits can only be used if the trait is in scope
[INFO] [stdout] help: trait `SeedableRng` which provides `from_seed` is implemented but not in scope; perhaps you want to import it
[INFO] [stdout]     |
[INFO] [stdout] 13  + use rand_core::SeedableRng;
[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: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]               Lcg64Xsh32
[INFO] [stdout]               Mcg128Xsl64
[INFO] [stdout]               BlockRng<R>
[INFO] [stdout]               BlockRng64<R>
[INFO] [stdout]               SmallRng
[INFO] [stdout]               rngs::std::StdRng
[INFO] [stdout]               deprecated::IsaacRng
[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]     = help: items from traits can only be used if the trait is in scope
[INFO] [stdout] help: trait `SeedableRng` which provides `from_rng` is implemented but not in scope; perhaps you want to import it
[INFO] [stdout]     |
[INFO] [stdout] 13  + use rand_core::SeedableRng;
[INFO] [stdout]     |
[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]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rand_core-0.3.0/src/lib.rs:154:8
[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]     = help: items from traits can only be used if the trait is in scope
[INFO] [stdout] help: trait `RngCore` which provides `next_u32` 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 `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]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rand_core-0.3.0/src/lib.rs:162:8
[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]     = help: items from traits can only be used if the trait is in scope
[INFO] [stdout] help: trait `RngCore` which provides `next_u64` 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 `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]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rand_core-0.3.0/src/lib.rs:177:8
[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]     = help: items from traits can only be used if the trait is in scope
[INFO] [stdout] help: trait `RngCore` which provides `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 `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]     = help: items from traits can only be used if the trait is in scope
[INFO] [stdout] help: trait `SeedableRng` which provides `from_seed` is implemented but not in scope; perhaps you want to import it
[INFO] [stdout]     |
[INFO] [stdout] 13  + use rand_core::SeedableRng;
[INFO] [stdout]     |
[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]               Lcg64Xsh32
[INFO] [stdout]               Mcg128Xsl64
[INFO] [stdout]               BlockRng<R>
[INFO] [stdout]               BlockRng64<R>
[INFO] [stdout]               SmallRng
[INFO] [stdout]               rngs::std::StdRng
[INFO] [stdout]               deprecated::IsaacRng
[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]     = help: items from traits can only be used if the trait is in scope
[INFO] [stdout] help: trait `SeedableRng` which provides `from_rng` is implemented but not in scope; perhaps you want to import it
[INFO] [stdout]     |
[INFO] [stdout] 13  + use rand_core::SeedableRng;
[INFO] [stdout]     |
[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]               Lcg64Xsh32
[INFO] [stdout]               Mcg128Xsl64
[INFO] [stdout]               BlockRng<R>
[INFO] [stdout]               BlockRng64<R>
[INFO] [stdout]               SmallRng
[INFO] [stdout]               rngs::std::StdRng
[INFO] [stdout]               deprecated::IsaacRng
[INFO] [stdout]               deprecated::Isaac64Rng
[INFO] [stdout]             and 4 others
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 93 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 94 previous errors
[INFO] running `Command { std: "docker" "inspect" "4d08647c40e65f0f322ab328b740b225fe98adf2c4dce61aba6792cfedcee511", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "4d08647c40e65f0f322ab328b740b225fe98adf2c4dce61aba6792cfedcee511", kill_on_drop: false }`
[INFO] [stdout] 4d08647c40e65f0f322ab328b740b225fe98adf2c4dce61aba6792cfedcee511
[INFO] checking null-terminated-0.3.17 against try#72eda894eb3548c7ba774079ce0afab42958d4ee for pr-121848-1
[INFO] extracting crate null-terminated 0.3.17 into /workspace/builds/worker-4-tc2/source
[INFO] validating manifest of crates.io crate null-terminated 0.3.17 on toolchain 72eda894eb3548c7ba774079ce0afab42958d4ee
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+72eda894eb3548c7ba774079ce0afab42958d4ee" "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-4-tc2/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" "+72eda894eb3548c7ba774079ce0afab42958d4ee" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+72eda894eb3548c7ba774079ce0afab42958d4ee" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 3b3aa6ec295b076607239b140085b9866b282f0907dc6b3c7512872376e32557
[INFO] running `Command { std: "docker" "start" "-a" "3b3aa6ec295b076607239b140085b9866b282f0907dc6b3c7512872376e32557", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "3b3aa6ec295b076607239b140085b9866b282f0907dc6b3c7512872376e32557", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "3b3aa6ec295b076607239b140085b9866b282f0907dc6b3c7512872376e32557", kill_on_drop: false }`
[INFO] [stdout] 3b3aa6ec295b076607239b140085b9866b282f0907dc6b3c7512872376e32557
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+72eda894eb3548c7ba774079ce0afab42958d4ee" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 6e1a52994eb7701e91c19dd3ed28f7639b608bf8b60d6b68cd26532e59d72ea0
[INFO] running `Command { std: "docker" "start" "-a" "6e1a52994eb7701e91c19dd3ed28f7639b608bf8b60d6b68cd26532e59d72ea0", kill_on_drop: false }`
[INFO] [stderr]    Compiling autocfg v0.1.7
[INFO] [stderr]    Compiling memchr v2.3.3
[INFO] [stderr]     Checking rand_core v0.3.0
[INFO] [stderr]    Compiling proc-macro2 v1.0.19
[INFO] [stderr]    Compiling unicode-xid v0.2.1
[INFO] [stderr]    Compiling proc-macro2 v0.4.30
[INFO] [stderr]     Checking rand_core v0.4.2
[INFO] [stderr]     Checking lazy_static v1.0.2
[INFO] [stderr]    Compiling unicode-xid v0.1.0
[INFO] [stderr]    Compiling syn v1.0.36
[INFO] [stderr]     Checking thread_local v1.0.1
[INFO] [stderr]     Checking regex-syntax v0.6.18
[INFO] [stderr]     Checking cfg-if v0.1.4
[INFO] [stderr]     Checking libc v0.2.42
[INFO] [stderr]    Compiling syn v0.15.44
[INFO] [stderr]    Compiling rand_chacha v0.1.1
[INFO] [stderr]    Compiling rand_pcg v0.1.2
[INFO] [stderr]     Checking aho-corasick v0.7.13
[INFO] [stderr]    Compiling rand v0.6.5
[INFO] [stderr]    Compiling quote v1.0.7
[INFO] [stderr]     Checking rand_os v0.1.3
[INFO] [stderr]     Checking log v0.4.3
[INFO] [stderr]     Checking rand_jitter v0.1.4
[INFO] [stderr]     Checking rand_isaac v0.1.1
[INFO] [stderr]     Checking rand_xorshift v0.1.1
[INFO] [stderr]    Compiling quote v0.6.13
[INFO] [stderr]     Checking rand_hc v0.1.0
[INFO] [stderr]     Checking utf v0.1.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] running `Command { std: "docker" "inspect" "6e1a52994eb7701e91c19dd3ed28f7639b608bf8b60d6b68cd26532e59d72ea0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "6e1a52994eb7701e91c19dd3ed28f7639b608bf8b60d6b68cd26532e59d72ea0", kill_on_drop: false }`
[INFO] [stdout] 6e1a52994eb7701e91c19dd3ed28f7639b608bf8b60d6b68cd26532e59d72ea0
