[INFO] crate shuffled-iter 0.2.0 is already in cache [INFO] testing shuffled-iter-0.2.0 against master#28742a1146f10a4f09369baad027a464acb7a766 for pr-71274 [INFO] extracting crate shuffled-iter 0.2.0 into /workspace/builds/worker-4/source [INFO] validating manifest of crates.io crate shuffled-iter 0.2.0 on toolchain 28742a1146f10a4f09369baad027a464acb7a766 [INFO] running `"/workspace/cargo-home/bin/cargo" "+28742a1146f10a4f09369baad027a464acb7a766" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate shuffled-iter 0.2.0 [INFO] finished tweaking crates.io crate shuffled-iter 0.2.0 [INFO] tweaked toml for crates.io crate shuffled-iter 0.2.0 written to /workspace/builds/worker-4/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+28742a1146f10a4f09369baad027a464acb7a766" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+28742a1146f10a4f09369baad027a464acb7a766" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+28742a1146f10a4f09369baad027a464acb7a766" "build" "--frozen"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] dae832ea9864164070067282e98e81d6d38911e31595ba10e55e6541c20996e4 [INFO] running `"docker" "start" "-a" "dae832ea9864164070067282e98e81d6d38911e31595ba10e55e6541c20996e4"` [INFO] [stderr] Compiling getrandom v0.1.14 [INFO] [stderr] Compiling ppv-lite86 v0.2.6 [INFO] [stderr] Compiling rand_core v0.5.1 [INFO] [stderr] Compiling rand_chacha v0.2.2 [INFO] [stderr] Compiling rand v0.7.3 [INFO] [stderr] Compiling shuffled-iter v0.2.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 5.74s [INFO] running `"docker" "inspect" "dae832ea9864164070067282e98e81d6d38911e31595ba10e55e6541c20996e4"` [INFO] running `"docker" "rm" "-f" "dae832ea9864164070067282e98e81d6d38911e31595ba10e55e6541c20996e4"` [INFO] [stdout] dae832ea9864164070067282e98e81d6d38911e31595ba10e55e6541c20996e4 [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+28742a1146f10a4f09369baad027a464acb7a766" "test" "--frozen" "--no-run"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] ae10110c0236d02953225e3e9211ec54f5d61e16ddb321f301995bad95277983 [INFO] running `"docker" "start" "-a" "ae10110c0236d02953225e3e9211ec54f5d61e16ddb321f301995bad95277983"` [INFO] [stderr] Compiling bit-vec v0.6.1 [INFO] [stderr] Compiling shuffled-iter v0.2.0 (/opt/rustwide/workdir) [INFO] [stderr] error[E0432]: unresolved import `rand::XorShiftRng` [INFO] [stderr] --> src/lib.rs:132:9 [INFO] [stderr] | [INFO] [stderr] 132 | use rand::XorShiftRng; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ no `XorShiftRng` in the root [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `rand::XorShiftRng` [INFO] [stderr] --> src/lib.rs:153:9 [INFO] [stderr] | [INFO] [stderr] 153 | use rand::XorShiftRng; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ no `XorShiftRng` in the root [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `XorShiftRng` in `rand` [INFO] [stderr] --> src/iter_tests.rs:22:35 [INFO] [stderr] | [INFO] [stderr] 22 | let mut rng = ::rand::XorShiftRng::new_unseeded(); [INFO] [stderr] | ^^^^^^^^^^^ could not find `XorShiftRng` in `rand` [INFO] [stderr] ... [INFO] [stderr] 48 | ranges_tests!(u8, u16, u32, u64, usize, i8, i16, i32, isize); [INFO] [stderr] | ------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `XorShiftRng` in `rand` [INFO] [stderr] --> src/iter_tests.rs:29:35 [INFO] [stderr] | [INFO] [stderr] 29 | let mut rng = ::rand::XorShiftRng::new_unseeded(); [INFO] [stderr] | ^^^^^^^^^^^ could not find `XorShiftRng` in `rand` [INFO] [stderr] ... [INFO] [stderr] 48 | ranges_tests!(u8, u16, u32, u64, usize, i8, i16, i32, isize); [INFO] [stderr] | ------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `XorShiftRng` in `rand` [INFO] [stderr] --> src/iter_tests.rs:36:35 [INFO] [stderr] | [INFO] [stderr] 36 | let mut rng = ::rand::XorShiftRng::new_unseeded(); [INFO] [stderr] | ^^^^^^^^^^^ could not find `XorShiftRng` in `rand` [INFO] [stderr] ... [INFO] [stderr] 48 | ranges_tests!(u8, u16, u32, u64, usize, i8, i16, i32, isize); [INFO] [stderr] | ------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `XorShiftRng` in `rand` [INFO] [stderr] --> src/iter_tests.rs:22:35 [INFO] [stderr] | [INFO] [stderr] 22 | let mut rng = ::rand::XorShiftRng::new_unseeded(); [INFO] [stderr] | ^^^^^^^^^^^ could not find `XorShiftRng` in `rand` [INFO] [stderr] ... [INFO] [stderr] 48 | ranges_tests!(u8, u16, u32, u64, usize, i8, i16, i32, isize); [INFO] [stderr] | ------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `XorShiftRng` in `rand` [INFO] [stderr] --> src/iter_tests.rs:29:35 [INFO] [stderr] | [INFO] [stderr] 29 | let mut rng = ::rand::XorShiftRng::new_unseeded(); [INFO] [stderr] | ^^^^^^^^^^^ could not find `XorShiftRng` in `rand` [INFO] [stderr] ... [INFO] [stderr] 48 | ranges_tests!(u8, u16, u32, u64, usize, i8, i16, i32, isize); [INFO] [stderr] | ------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `XorShiftRng` in `rand` [INFO] [stderr] --> src/iter_tests.rs:36:35 [INFO] [stderr] | [INFO] [stderr] 36 | let mut rng = ::rand::XorShiftRng::new_unseeded(); [INFO] [stderr] | ^^^^^^^^^^^ could not find `XorShiftRng` in `rand` [INFO] [stderr] ... [INFO] [stderr] 48 | ranges_tests!(u8, u16, u32, u64, usize, i8, i16, i32, isize); [INFO] [stderr] | ------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `XorShiftRng` in `rand` [INFO] [stderr] --> src/iter_tests.rs:22:35 [INFO] [stderr] | [INFO] [stderr] 22 | let mut rng = ::rand::XorShiftRng::new_unseeded(); [INFO] [stderr] | ^^^^^^^^^^^ could not find `XorShiftRng` in `rand` [INFO] [stderr] ... [INFO] [stderr] 48 | ranges_tests!(u8, u16, u32, u64, usize, i8, i16, i32, isize); [INFO] [stderr] | ------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `XorShiftRng` in `rand` [INFO] [stderr] --> src/iter_tests.rs:29:35 [INFO] [stderr] | [INFO] [stderr] 29 | let mut rng = ::rand::XorShiftRng::new_unseeded(); [INFO] [stderr] | ^^^^^^^^^^^ could not find `XorShiftRng` in `rand` [INFO] [stderr] ... [INFO] [stderr] 48 | ranges_tests!(u8, u16, u32, u64, usize, i8, i16, i32, isize); [INFO] [stderr] | ------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `XorShiftRng` in `rand` [INFO] [stderr] --> src/iter_tests.rs:36:35 [INFO] [stderr] | [INFO] [stderr] 36 | let mut rng = ::rand::XorShiftRng::new_unseeded(); [INFO] [stderr] | ^^^^^^^^^^^ could not find `XorShiftRng` in `rand` [INFO] [stderr] ... [INFO] [stderr] 48 | ranges_tests!(u8, u16, u32, u64, usize, i8, i16, i32, isize); [INFO] [stderr] | ------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `XorShiftRng` in `rand` [INFO] [stderr] --> src/iter_tests.rs:22:35 [INFO] [stderr] | [INFO] [stderr] 22 | let mut rng = ::rand::XorShiftRng::new_unseeded(); [INFO] [stderr] | ^^^^^^^^^^^ could not find `XorShiftRng` in `rand` [INFO] [stderr] ... [INFO] [stderr] 48 | ranges_tests!(u8, u16, u32, u64, usize, i8, i16, i32, isize); [INFO] [stderr] | ------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `XorShiftRng` in `rand` [INFO] [stderr] --> src/iter_tests.rs:29:35 [INFO] [stderr] | [INFO] [stderr] 29 | let mut rng = ::rand::XorShiftRng::new_unseeded(); [INFO] [stderr] | ^^^^^^^^^^^ could not find `XorShiftRng` in `rand` [INFO] [stderr] ... [INFO] [stderr] 48 | ranges_tests!(u8, u16, u32, u64, usize, i8, i16, i32, isize); [INFO] [stderr] | ------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `XorShiftRng` in `rand` [INFO] [stderr] --> src/iter_tests.rs:36:35 [INFO] [stderr] | [INFO] [stderr] 36 | let mut rng = ::rand::XorShiftRng::new_unseeded(); [INFO] [stderr] | ^^^^^^^^^^^ could not find `XorShiftRng` in `rand` [INFO] [stderr] ... [INFO] [stderr] 48 | ranges_tests!(u8, u16, u32, u64, usize, i8, i16, i32, isize); [INFO] [stderr] | ------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `XorShiftRng` in `rand` [INFO] [stderr] --> src/iter_tests.rs:22:35 [INFO] [stderr] | [INFO] [stderr] 22 | let mut rng = ::rand::XorShiftRng::new_unseeded(); [INFO] [stderr] | ^^^^^^^^^^^ could not find `XorShiftRng` in `rand` [INFO] [stderr] ... [INFO] [stderr] 48 | ranges_tests!(u8, u16, u32, u64, usize, i8, i16, i32, isize); [INFO] [stderr] | ------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `XorShiftRng` in `rand` [INFO] [stderr] --> src/iter_tests.rs:29:35 [INFO] [stderr] | [INFO] [stderr] 29 | let mut rng = ::rand::XorShiftRng::new_unseeded(); [INFO] [stderr] | ^^^^^^^^^^^ could not find `XorShiftRng` in `rand` [INFO] [stderr] ... [INFO] [stderr] 48 | ranges_tests!(u8, u16, u32, u64, usize, i8, i16, i32, isize); [INFO] [stderr] | ------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `XorShiftRng` in `rand` [INFO] [stderr] --> src/iter_tests.rs:36:35 [INFO] [stderr] | [INFO] [stderr] 36 | let mut rng = ::rand::XorShiftRng::new_unseeded(); [INFO] [stderr] | ^^^^^^^^^^^ could not find `XorShiftRng` in `rand` [INFO] [stderr] ... [INFO] [stderr] 48 | ranges_tests!(u8, u16, u32, u64, usize, i8, i16, i32, isize); [INFO] [stderr] | ------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `XorShiftRng` in `rand` [INFO] [stderr] --> src/iter_tests.rs:22:35 [INFO] [stderr] | [INFO] [stderr] 22 | let mut rng = ::rand::XorShiftRng::new_unseeded(); [INFO] [stderr] | ^^^^^^^^^^^ could not find `XorShiftRng` in `rand` [INFO] [stderr] ... [INFO] [stderr] 48 | ranges_tests!(u8, u16, u32, u64, usize, i8, i16, i32, isize); [INFO] [stderr] | ------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `XorShiftRng` in `rand` [INFO] [stderr] --> src/iter_tests.rs:29:35 [INFO] [stderr] | [INFO] [stderr] 29 | let mut rng = ::rand::XorShiftRng::new_unseeded(); [INFO] [stderr] | ^^^^^^^^^^^ could not find `XorShiftRng` in `rand` [INFO] [stderr] ... [INFO] [stderr] 48 | ranges_tests!(u8, u16, u32, u64, usize, i8, i16, i32, isize); [INFO] [stderr] | ------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `XorShiftRng` in `rand` [INFO] [stderr] --> src/iter_tests.rs:36:35 [INFO] [stderr] | [INFO] [stderr] 36 | let mut rng = ::rand::XorShiftRng::new_unseeded(); [INFO] [stderr] | ^^^^^^^^^^^ could not find `XorShiftRng` in `rand` [INFO] [stderr] ... [INFO] [stderr] 48 | ranges_tests!(u8, u16, u32, u64, usize, i8, i16, i32, isize); [INFO] [stderr] | ------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `XorShiftRng` in `rand` [INFO] [stderr] --> src/iter_tests.rs:22:35 [INFO] [stderr] | [INFO] [stderr] 22 | let mut rng = ::rand::XorShiftRng::new_unseeded(); [INFO] [stderr] | ^^^^^^^^^^^ could not find `XorShiftRng` in `rand` [INFO] [stderr] ... [INFO] [stderr] 48 | ranges_tests!(u8, u16, u32, u64, usize, i8, i16, i32, isize); [INFO] [stderr] | ------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `XorShiftRng` in `rand` [INFO] [stderr] --> src/iter_tests.rs:29:35 [INFO] [stderr] | [INFO] [stderr] 29 | let mut rng = ::rand::XorShiftRng::new_unseeded(); [INFO] [stderr] | ^^^^^^^^^^^ could not find `XorShiftRng` in `rand` [INFO] [stderr] ... [INFO] [stderr] 48 | ranges_tests!(u8, u16, u32, u64, usize, i8, i16, i32, isize); [INFO] [stderr] | ------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `XorShiftRng` in `rand` [INFO] [stderr] --> src/iter_tests.rs:36:35 [INFO] [stderr] | [INFO] [stderr] 36 | let mut rng = ::rand::XorShiftRng::new_unseeded(); [INFO] [stderr] | ^^^^^^^^^^^ could not find `XorShiftRng` in `rand` [INFO] [stderr] ... [INFO] [stderr] 48 | ranges_tests!(u8, u16, u32, u64, usize, i8, i16, i32, isize); [INFO] [stderr] | ------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `XorShiftRng` in `rand` [INFO] [stderr] --> src/iter_tests.rs:22:35 [INFO] [stderr] | [INFO] [stderr] 22 | let mut rng = ::rand::XorShiftRng::new_unseeded(); [INFO] [stderr] | ^^^^^^^^^^^ could not find `XorShiftRng` in `rand` [INFO] [stderr] ... [INFO] [stderr] 48 | ranges_tests!(u8, u16, u32, u64, usize, i8, i16, i32, isize); [INFO] [stderr] | ------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `XorShiftRng` in `rand` [INFO] [stderr] --> src/iter_tests.rs:29:35 [INFO] [stderr] | [INFO] [stderr] 29 | let mut rng = ::rand::XorShiftRng::new_unseeded(); [INFO] [stderr] | ^^^^^^^^^^^ could not find `XorShiftRng` in `rand` [INFO] [stderr] ... [INFO] [stderr] 48 | ranges_tests!(u8, u16, u32, u64, usize, i8, i16, i32, isize); [INFO] [stderr] | ------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `XorShiftRng` in `rand` [INFO] [stderr] --> src/iter_tests.rs:36:35 [INFO] [stderr] | [INFO] [stderr] 36 | let mut rng = ::rand::XorShiftRng::new_unseeded(); [INFO] [stderr] | ^^^^^^^^^^^ could not find `XorShiftRng` in `rand` [INFO] [stderr] ... [INFO] [stderr] 48 | ranges_tests!(u8, u16, u32, u64, usize, i8, i16, i32, isize); [INFO] [stderr] | ------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `XorShiftRng` in `rand` [INFO] [stderr] --> src/iter_tests.rs:22:35 [INFO] [stderr] | [INFO] [stderr] 22 | let mut rng = ::rand::XorShiftRng::new_unseeded(); [INFO] [stderr] | ^^^^^^^^^^^ could not find `XorShiftRng` in `rand` [INFO] [stderr] ... [INFO] [stderr] 48 | ranges_tests!(u8, u16, u32, u64, usize, i8, i16, i32, isize); [INFO] [stderr] | ------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `XorShiftRng` in `rand` [INFO] [stderr] --> src/iter_tests.rs:29:35 [INFO] [stderr] | [INFO] [stderr] 29 | let mut rng = ::rand::XorShiftRng::new_unseeded(); [INFO] [stderr] | ^^^^^^^^^^^ could not find `XorShiftRng` in `rand` [INFO] [stderr] ... [INFO] [stderr] 48 | ranges_tests!(u8, u16, u32, u64, usize, i8, i16, i32, isize); [INFO] [stderr] | ------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `XorShiftRng` in `rand` [INFO] [stderr] --> src/iter_tests.rs:36:35 [INFO] [stderr] | [INFO] [stderr] 36 | let mut rng = ::rand::XorShiftRng::new_unseeded(); [INFO] [stderr] | ^^^^^^^^^^^ could not find `XorShiftRng` in `rand` [INFO] [stderr] ... [INFO] [stderr] 48 | ranges_tests!(u8, u16, u32, u64, usize, i8, i16, i32, isize); [INFO] [stderr] | ------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unused import: `iter::ShuffledIterGen` [INFO] [stderr] --> src/iter_tests.rs:3:13 [INFO] [stderr] | [INFO] [stderr] 3 | use iter::ShuffledIterGen; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 48 | ranges_tests!(u8, u16, u32, u64, usize, i8, i16, i32, isize); [INFO] [stderr] | ------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unused import: `iter::ShuffledIterGen` [INFO] [stderr] --> src/iter_tests.rs:3:13 [INFO] [stderr] | [INFO] [stderr] 3 | use iter::ShuffledIterGen; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 48 | ranges_tests!(u8, u16, u32, u64, usize, i8, i16, i32, isize); [INFO] [stderr] | ------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unused import: `iter::ShuffledIterGen` [INFO] [stderr] --> src/iter_tests.rs:3:13 [INFO] [stderr] | [INFO] [stderr] 3 | use iter::ShuffledIterGen; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 48 | ranges_tests!(u8, u16, u32, u64, usize, i8, i16, i32, isize); [INFO] [stderr] | ------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unused import: `iter::ShuffledIterGen` [INFO] [stderr] --> src/iter_tests.rs:3:13 [INFO] [stderr] | [INFO] [stderr] 3 | use iter::ShuffledIterGen; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 48 | ranges_tests!(u8, u16, u32, u64, usize, i8, i16, i32, isize); [INFO] [stderr] | ------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unused import: `iter::ShuffledIterGen` [INFO] [stderr] --> src/iter_tests.rs:3:13 [INFO] [stderr] | [INFO] [stderr] 3 | use iter::ShuffledIterGen; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 48 | ranges_tests!(u8, u16, u32, u64, usize, i8, i16, i32, isize); [INFO] [stderr] | ------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unused import: `iter::ShuffledIterGen` [INFO] [stderr] --> src/iter_tests.rs:3:13 [INFO] [stderr] | [INFO] [stderr] 3 | use iter::ShuffledIterGen; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 48 | ranges_tests!(u8, u16, u32, u64, usize, i8, i16, i32, isize); [INFO] [stderr] | ------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unused import: `iter::ShuffledIterGen` [INFO] [stderr] --> src/iter_tests.rs:3:13 [INFO] [stderr] | [INFO] [stderr] 3 | use iter::ShuffledIterGen; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 48 | ranges_tests!(u8, u16, u32, u64, usize, i8, i16, i32, isize); [INFO] [stderr] | ------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unused import: `iter::ShuffledIterGen` [INFO] [stderr] --> src/iter_tests.rs:3:13 [INFO] [stderr] | [INFO] [stderr] 3 | use iter::ShuffledIterGen; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 48 | ranges_tests!(u8, u16, u32, u64, usize, i8, i16, i32, isize); [INFO] [stderr] | ------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unused import: `iter::ShuffledIterGen` [INFO] [stderr] --> src/iter_tests.rs:3:13 [INFO] [stderr] | [INFO] [stderr] 3 | use iter::ShuffledIterGen; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 48 | ranges_tests!(u8, u16, u32, u64, usize, i8, i16, i32, isize); [INFO] [stderr] | ------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: aborting due to 29 previous errors; 9 warnings emitted [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0432, E0433. [INFO] [stderr] For more information about an error, try `rustc --explain E0432`. [INFO] [stderr] error: could not compile `shuffled-iter`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "ae10110c0236d02953225e3e9211ec54f5d61e16ddb321f301995bad95277983"` [INFO] running `"docker" "rm" "-f" "ae10110c0236d02953225e3e9211ec54f5d61e16ddb321f301995bad95277983"` [INFO] [stdout] ae10110c0236d02953225e3e9211ec54f5d61e16ddb321f301995bad95277983