[INFO] crate shuffled-iter 0.2.0 is already in cache [INFO] checking shuffled-iter-0.2.0 against master#45d050cde277b22a755847338f2acc2c7b834141 for pr-71393 [INFO] extracting crate shuffled-iter 0.2.0 into /workspace/builds/worker-10/source [INFO] validating manifest of crates.io crate shuffled-iter 0.2.0 on toolchain 45d050cde277b22a755847338f2acc2c7b834141 [INFO] running `"/workspace/cargo-home/bin/cargo" "+45d050cde277b22a755847338f2acc2c7b834141" "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-10/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+45d050cde277b22a755847338f2acc2c7b834141" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"/workspace/cargo-home/bin/cargo" "+45d050cde277b22a755847338f2acc2c7b834141" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/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" "+45d050cde277b22a755847338f2acc2c7b834141" "check" "--frozen" "--all" "--all-targets"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 4cd144dbfc2da8a75cf9e1f5f68f4f22654b1a90db83567f27ddcb554a495782 [INFO] running `"docker" "start" "-a" "4cd144dbfc2da8a75cf9e1f5f68f4f22654b1a90db83567f27ddcb554a495782"` [INFO] [stderr] Compiling libc v0.2.69 [INFO] [stderr] Compiling getrandom v0.1.14 [INFO] [stderr] Checking bit-vec v0.6.1 [INFO] [stderr] Checking rand_core v0.5.1 [INFO] [stderr] Checking rand_chacha v0.2.2 [INFO] [stderr] Checking rand v0.7.3 [INFO] [stderr] Checking 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] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "4cd144dbfc2da8a75cf9e1f5f68f4f22654b1a90db83567f27ddcb554a495782"` [INFO] running `"docker" "rm" "-f" "4cd144dbfc2da8a75cf9e1f5f68f4f22654b1a90db83567f27ddcb554a495782"` [INFO] [stdout] 4cd144dbfc2da8a75cf9e1f5f68f4f22654b1a90db83567f27ddcb554a495782