Sep 02 17:04:05.384 INFO checking csvroll-0.1.0 against master#1114ab684fbad001c4e580326d8eb4d8c4e917d3 for pr-53851 Sep 02 17:04:05.384 INFO running: cargo +1114ab684fbad001c4e580326d8eb4d8c4e917d3-alt check --frozen --all --all-targets Sep 02 17:04:05.385 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-53851/master#1114ab684fbad001c4e580326d8eb4d8c4e917d3:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53851/worker-1/master#1114ab684fbad001c4e580326d8eb4d8c4e917d3:/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 +1114ab684fbad001c4e580326d8eb4d8c4e917d3-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 02 17:04:05.598 INFO blam! e185986b3fe1920cf34abda21d036c9f3abff0b9c621900782a3c719db08b93f Sep 02 17:04:05.600 INFO running `"docker" "start" "-a" "e185986b3fe1920cf34abda21d036c9f3abff0b9c621900782a3c719db08b93f"` Sep 02 17:04:06.355 INFO kablam! Checking csvroll v0.1.0 (file:///source) Sep 02 17:04:06.994 INFO kablam! error[E0432]: unresolved import `x86intrin::mm256_setr_epi8` Sep 02 17:04:06.994 INFO kablam! --> src/avx.rs:2:24 Sep 02 17:04:06.994 INFO kablam! | Sep 02 17:04:06.994 INFO kablam! 2 | use x86intrin::{m256i, mm256_setr_epi8}; Sep 02 17:04:06.994 INFO kablam! | ^^^^^^^^^^^^^^^ no `mm256_setr_epi8` in the root. Did you mean to use `mm_setr_epi8`? Sep 02 17:04:06.994 INFO kablam! Sep 02 17:04:06.994 INFO kablam! error[E0432]: unresolved import `x86intrin::mm256_cmpeq_epi8` Sep 02 17:04:06.994 INFO kablam! --> src/index_builder.rs:4:24 Sep 02 17:04:06.994 INFO kablam! | Sep 02 17:04:06.995 INFO kablam! 4 | use x86intrin::{m256i, mm256_cmpeq_epi8, mm256_movemask_epi8}; Sep 02 17:04:06.995 INFO kablam! | ^^^^^^^^^^^^^^^^ no `mm256_cmpeq_epi8` in the root. Did you mean to use `mm_cmpeq_epi8`? Sep 02 17:04:06.995 INFO kablam! Sep 02 17:04:06.995 INFO kablam! error[E0432]: unresolved import `x86intrin::mm256_movemask_epi8` Sep 02 17:04:06.995 INFO kablam! --> src/index_builder.rs:4:42 Sep 02 17:04:06.995 INFO kablam! | Sep 02 17:04:06.995 INFO kablam! 4 | use x86intrin::{m256i, mm256_cmpeq_epi8, mm256_movemask_epi8}; Sep 02 17:04:06.995 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ no `mm256_movemask_epi8` in the root. Did you mean to use `mm_movemask_epi8`? Sep 02 17:04:06.995 INFO kablam! Sep 02 17:04:07.202 INFO kablam! error[E0432]: unresolved import `x86intrin::mm256_setr_epi8` Sep 02 17:04:07.202 INFO kablam! --> src/avx.rs:2:24 Sep 02 17:04:07.202 INFO kablam! | Sep 02 17:04:07.202 INFO kablam! 2 | use x86intrin::{m256i, mm256_setr_epi8}; Sep 02 17:04:07.202 INFO kablam! | ^^^^^^^^^^^^^^^ no `mm256_setr_epi8` in the root. Did you mean to use `mm_setr_epi8`? Sep 02 17:04:07.202 INFO kablam! Sep 02 17:04:07.202 INFO kablam! error[E0432]: unresolved import `x86intrin::mm256_cmpeq_epi8` Sep 02 17:04:07.202 INFO kablam! --> src/index_builder.rs:4:24 Sep 02 17:04:07.202 INFO kablam! | Sep 02 17:04:07.202 INFO kablam! 4 | use x86intrin::{m256i, mm256_cmpeq_epi8, mm256_movemask_epi8}; Sep 02 17:04:07.202 INFO kablam! | ^^^^^^^^^^^^^^^^ no `mm256_cmpeq_epi8` in the root. Did you mean to use `mm_cmpeq_epi8`? Sep 02 17:04:07.202 INFO kablam! Sep 02 17:04:07.203 INFO kablam! error[E0432]: unresolved import `x86intrin::mm256_movemask_epi8` Sep 02 17:04:07.203 INFO kablam! --> src/index_builder.rs:4:42 Sep 02 17:04:07.203 INFO kablam! | Sep 02 17:04:07.203 INFO kablam! 4 | use x86intrin::{m256i, mm256_cmpeq_epi8, mm256_movemask_epi8}; Sep 02 17:04:07.203 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ no `mm256_movemask_epi8` in the root. Did you mean to use `mm_movemask_epi8`? Sep 02 17:04:07.203 INFO kablam! Sep 02 17:04:07.636 INFO kablam! error: aborting due to 3 previous errors Sep 02 17:04:07.636 INFO kablam! Sep 02 17:04:07.636 INFO kablam! For more information about this error, try `rustc --explain E0432`. Sep 02 17:04:07.645 INFO kablam! error: Could not compile `csvroll`. Sep 02 17:04:07.645 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 02 17:04:07.886 INFO kablam! error[E0308]: mismatched types Sep 02 17:04:07.886 INFO kablam! --> src/parser.rs:206:28 Sep 02 17:04:07.886 INFO kablam! | Sep 02 17:04:07.886 INFO kablam! 206 | want: Some(0..2), Sep 02 17:04:07.886 INFO kablam! | ^^^^ expected struct `std::vec::Vec`, found struct `std::ops::Range` Sep 02 17:04:07.886 INFO kablam! | Sep 02 17:04:07.886 INFO kablam! = note: expected type `std::vec::Vec>` Sep 02 17:04:07.886 INFO kablam! found type `std::ops::Range<{integer}>` Sep 02 17:04:07.887 INFO kablam! Sep 02 17:04:07.918 INFO kablam! error[E0308]: mismatched types Sep 02 17:04:07.918 INFO kablam! --> src/parser.rs:211:28 Sep 02 17:04:07.918 INFO kablam! | Sep 02 17:04:07.918 INFO kablam! 211 | want: Some(2..3), Sep 02 17:04:07.918 INFO kablam! | ^^^^ expected struct `std::vec::Vec`, found struct `std::ops::Range` Sep 02 17:04:07.918 INFO kablam! | Sep 02 17:04:07.918 INFO kablam! = note: expected type `std::vec::Vec>` Sep 02 17:04:07.918 INFO kablam! found type `std::ops::Range<{integer}>` Sep 02 17:04:07.918 INFO kablam! Sep 02 17:04:07.967 INFO kablam! error[E0308]: mismatched types Sep 02 17:04:07.967 INFO kablam! --> src/parser.rs:220:13 Sep 02 17:04:07.967 INFO kablam! | Sep 02 17:04:07.967 INFO kablam! 220 | assert_eq!(t.idx.get_record(t.n), t.want); Sep 02 17:04:07.967 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `std::ops::Range`, found struct `std::vec::Vec` Sep 02 17:04:07.967 INFO kablam! | Sep 02 17:04:07.967 INFO kablam! = note: expected type `std::option::Option>` Sep 02 17:04:07.967 INFO kablam! found type `std::option::Option>>` Sep 02 17:04:07.967 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 02 17:04:07.967 INFO kablam! Sep 02 17:04:08.074 INFO kablam! error: aborting due to 6 previous errors Sep 02 17:04:08.074 INFO kablam! Sep 02 17:04:08.074 INFO kablam! Some errors occurred: E0308, E0432. Sep 02 17:04:08.074 INFO kablam! For more information about an error, try `rustc --explain E0308`. Sep 02 17:04:08.082 INFO kablam! error: Could not compile `csvroll`. Sep 02 17:04:08.082 INFO kablam! Sep 02 17:04:08.082 INFO kablam! To learn more, run the command again with --verbose. Sep 02 17:04:08.083 INFO kablam! su: No module specific data is present Sep 02 17:04:08.825 INFO running `"docker" "rm" "-f" "e185986b3fe1920cf34abda21d036c9f3abff0b9c621900782a3c719db08b93f"` Sep 02 17:04:08.938 INFO blam! e185986b3fe1920cf34abda21d036c9f3abff0b9c621900782a3c719db08b93f