Sep 04 13:00:43.958 INFO checking nd_iter-0.0.4 against master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8 for pr-53913 Sep 04 13:00:43.958 INFO running: cargo +2687112ea6a8701cbf36e6dd4d77d64694cf93d8-alt check --frozen --all --all-targets Sep 04 13:00:43.958 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-53913/master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53913/worker-1/master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8:/target:rw,Z" "-v" "/home/ec2-user/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/home/ec2-user/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=500" "-e" "CMD=cargo +2687112ea6a8701cbf36e6dd4d77d64694cf93d8-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 04 13:00:44.222 INFO blam! a48ac1a5fbebc59b7ea34fba3880cda2a8197f00d715dcff6341b06cbc1501d3 Sep 04 13:00:44.224 INFO running `"docker" "start" "-a" "a48ac1a5fbebc59b7ea34fba3880cda2a8197f00d715dcff6341b06cbc1501d3"` Sep 04 13:00:45.018 INFO kablam! Checking nd_iter v0.0.4 (file:///source) Sep 04 13:00:46.277 INFO kablam! error[E0432]: unresolved import `std::iter::range_inclusive` Sep 04 13:00:46.277 INFO kablam! --> examples/gen.rs:4:5 Sep 04 13:00:46.277 INFO kablam! | Sep 04 13:00:46.277 INFO kablam! 4 | use std::iter::range_inclusive; Sep 04 13:00:46.277 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ no `range_inclusive` in `iter` Sep 04 13:00:46.277 INFO kablam! Sep 04 13:00:46.295 INFO kablam! error[E0425]: cannot find function `range` in this scope Sep 04 13:00:46.295 INFO kablam! --> examples/gen.rs:7:27 Sep 04 13:00:46.295 INFO kablam! | Sep 04 13:00:46.295 INFO kablam! 7 | for (x, y) in iter_2d(range(0u32, 2), range_inclusive(2u32, 5)) { Sep 04 13:00:46.295 INFO kablam! | ^^^^^ not found in this scope Sep 04 13:00:46.295 INFO kablam! Sep 04 13:00:46.296 INFO kablam! error[E0425]: cannot find function `range` in this scope Sep 04 13:00:46.296 INFO kablam! --> examples/gen.rs:11:30 Sep 04 13:00:46.296 INFO kablam! | Sep 04 13:00:46.296 INFO kablam! 11 | for (x, y, z) in iter_3d(range(0u32, 2), range(2u32, 4), range(0u32, 2)) { Sep 04 13:00:46.296 INFO kablam! | ^^^^^ not found in this scope Sep 04 13:00:46.296 INFO kablam! Sep 04 13:00:46.296 INFO kablam! error[E0425]: cannot find function `range` in this scope Sep 04 13:00:46.296 INFO kablam! --> examples/gen.rs:11:46 Sep 04 13:00:46.296 INFO kablam! | Sep 04 13:00:46.296 INFO kablam! 11 | for (x, y, z) in iter_3d(range(0u32, 2), range(2u32, 4), range(0u32, 2)) { Sep 04 13:00:46.296 INFO kablam! | ^^^^^ not found in this scope Sep 04 13:00:46.296 INFO kablam! Sep 04 13:00:46.296 INFO kablam! error[E0425]: cannot find function `range` in this scope Sep 04 13:00:46.296 INFO kablam! --> examples/gen.rs:11:62 Sep 04 13:00:46.296 INFO kablam! | Sep 04 13:00:46.296 INFO kablam! 11 | for (x, y, z) in iter_3d(range(0u32, 2), range(2u32, 4), range(0u32, 2)) { Sep 04 13:00:46.296 INFO kablam! | ^^^^^ not found in this scope Sep 04 13:00:46.296 INFO kablam! Sep 04 13:00:46.335 INFO kablam! error: aborting due to 5 previous errors Sep 04 13:00:46.335 INFO kablam! Sep 04 13:00:46.335 INFO kablam! Some errors occurred: E0425, E0432. Sep 04 13:00:46.335 INFO kablam! For more information about an error, try `rustc --explain E0425`. Sep 04 13:00:46.342 INFO kablam! error: Could not compile `nd_iter`. Sep 04 13:00:46.342 INFO kablam! Sep 04 13:00:46.342 INFO kablam! To learn more, run the command again with --verbose. Sep 04 13:00:46.344 INFO kablam! su: No module specific data is present Sep 04 13:00:46.910 INFO running `"docker" "rm" "-f" "a48ac1a5fbebc59b7ea34fba3880cda2a8197f00d715dcff6341b06cbc1501d3"` Sep 04 13:00:47.097 INFO blam! a48ac1a5fbebc59b7ea34fba3880cda2a8197f00d715dcff6341b06cbc1501d3