[INFO] crate shuffled-iter 0.2.0 is already in cache [INFO] testing shuffled-iter-0.2.0 against beta-2020-06-03 for beta-1.45-1 [INFO] extracting crate shuffled-iter 0.2.0 into /workspace/builds/worker-8/source [INFO] validating manifest of crates.io crate shuffled-iter 0.2.0 on toolchain beta-2020-06-03 [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2020-06-03" "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-8/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2020-06-03" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2020-06-03" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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=warn" "-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" "+beta-2020-06-03" "build" "--frozen"` [INFO] [stdout] d94ba2ebf4d6c549c68b94f6282109ff662b28801c4cc92eb2ce865ffcb939a2 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `"docker" "start" "-a" "d94ba2ebf4d6c549c68b94f6282109ff662b28801c4cc92eb2ce865ffcb939a2"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling shuffled-iter v0.2.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.51s [INFO] running `"docker" "inspect" "d94ba2ebf4d6c549c68b94f6282109ff662b28801c4cc92eb2ce865ffcb939a2"` [INFO] running `"docker" "rm" "-f" "d94ba2ebf4d6c549c68b94f6282109ff662b28801c4cc92eb2ce865ffcb939a2"` [INFO] [stdout] d94ba2ebf4d6c549c68b94f6282109ff662b28801c4cc92eb2ce865ffcb939a2 [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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=warn" "-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" "+beta-2020-06-03" "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] 541a64dbb8caf3c262cdbcc9ed84823b73b211a3c3b3b275a441c52f2d19fcbf [INFO] running `"docker" "start" "-a" "541a64dbb8caf3c262cdbcc9ed84823b73b211a3c3b3b275a441c52f2d19fcbf"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling bit-vec v0.6.2 [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" "541a64dbb8caf3c262cdbcc9ed84823b73b211a3c3b3b275a441c52f2d19fcbf"` [INFO] running `"docker" "rm" "-f" "541a64dbb8caf3c262cdbcc9ed84823b73b211a3c3b3b275a441c52f2d19fcbf"` [INFO] [stdout] 541a64dbb8caf3c262cdbcc9ed84823b73b211a3c3b3b275a441c52f2d19fcbf