Sep 04 23:14:50.913 INFO checking csvroll-0.1.0 against master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8 for pr-53913 Sep 04 23:14:50.913 INFO running: cargo +2687112ea6a8701cbf36e6dd4d77d64694cf93d8-alt check --frozen --all --all-targets Sep 04 23:14:50.914 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-53913/master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53913/worker-0/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 23:14:51.064 INFO blam! 246e3834daba358a03b908d8aeb2147117ce80054c7876fe63b23574d975fbe0 Sep 04 23:14:51.065 INFO running `"docker" "start" "-a" "246e3834daba358a03b908d8aeb2147117ce80054c7876fe63b23574d975fbe0"` Sep 04 23:14:51.690 INFO kablam! Checking csvroll v0.1.0 (file:///source) Sep 04 23:14:52.341 INFO kablam! error[E0432]: unresolved import `x86intrin::mm256_setr_epi8` Sep 04 23:14:52.341 INFO kablam! --> src/avx.rs:2:24 Sep 04 23:14:52.341 INFO kablam! | Sep 04 23:14:52.341 INFO kablam! 2 | use x86intrin::{m256i, mm256_setr_epi8}; Sep 04 23:14:52.341 INFO kablam! | ^^^^^^^^^^^^^^^ no `mm256_setr_epi8` in the root. Did you mean to use `mm_setr_epi8`? Sep 04 23:14:52.342 INFO kablam! Sep 04 23:14:52.343 INFO kablam! error[E0432]: unresolved import `x86intrin::mm256_cmpeq_epi8` Sep 04 23:14:52.343 INFO kablam! --> src/index_builder.rs:4:24 Sep 04 23:14:52.343 INFO kablam! | Sep 04 23:14:52.343 INFO kablam! 4 | use x86intrin::{m256i, mm256_cmpeq_epi8, mm256_movemask_epi8}; Sep 04 23:14:52.343 INFO kablam! | ^^^^^^^^^^^^^^^^ no `mm256_cmpeq_epi8` in the root. Did you mean to use `mm_cmpeq_epi8`? Sep 04 23:14:52.343 INFO kablam! Sep 04 23:14:52.344 INFO kablam! error[E0432]: unresolved import `x86intrin::mm256_movemask_epi8` Sep 04 23:14:52.345 INFO kablam! --> src/index_builder.rs:4:42 Sep 04 23:14:52.345 INFO kablam! | Sep 04 23:14:52.345 INFO kablam! 4 | use x86intrin::{m256i, mm256_cmpeq_epi8, mm256_movemask_epi8}; Sep 04 23:14:52.345 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ no `mm256_movemask_epi8` in the root. Did you mean to use `mm_movemask_epi8`? Sep 04 23:14:52.345 INFO kablam! Sep 04 23:14:52.620 INFO kablam! error[E0432]: unresolved import `x86intrin::mm256_setr_epi8` Sep 04 23:14:52.620 INFO kablam! --> src/avx.rs:2:24 Sep 04 23:14:52.620 INFO kablam! | Sep 04 23:14:52.620 INFO kablam! 2 | use x86intrin::{m256i, mm256_setr_epi8}; Sep 04 23:14:52.620 INFO kablam! | ^^^^^^^^^^^^^^^ no `mm256_setr_epi8` in the root. Did you mean to use `mm_setr_epi8`? Sep 04 23:14:52.620 INFO kablam! Sep 04 23:14:52.620 INFO kablam! error[E0432]: unresolved import `x86intrin::mm256_cmpeq_epi8` Sep 04 23:14:52.620 INFO kablam! --> src/index_builder.rs:4:24 Sep 04 23:14:52.620 INFO kablam! | Sep 04 23:14:52.620 INFO kablam! 4 | use x86intrin::{m256i, mm256_cmpeq_epi8, mm256_movemask_epi8}; Sep 04 23:14:52.620 INFO kablam! | ^^^^^^^^^^^^^^^^ no `mm256_cmpeq_epi8` in the root. Did you mean to use `mm_cmpeq_epi8`? Sep 04 23:14:52.620 INFO kablam! Sep 04 23:14:52.621 INFO kablam! error[E0432]: unresolved import `x86intrin::mm256_movemask_epi8` Sep 04 23:14:52.621 INFO kablam! --> src/index_builder.rs:4:42 Sep 04 23:14:52.621 INFO kablam! | Sep 04 23:14:52.621 INFO kablam! 4 | use x86intrin::{m256i, mm256_cmpeq_epi8, mm256_movemask_epi8}; Sep 04 23:14:52.621 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ no `mm256_movemask_epi8` in the root. Did you mean to use `mm_movemask_epi8`? Sep 04 23:14:52.621 INFO kablam! Sep 04 23:14:52.998 INFO kablam! error: aborting due to 3 previous errors Sep 04 23:14:52.998 INFO kablam! Sep 04 23:14:52.998 INFO kablam! For more information about this error, try `rustc --explain E0432`. Sep 04 23:14:53.006 INFO kablam! error: Could not compile `csvroll`. Sep 04 23:14:53.006 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 04 23:14:53.381 INFO kablam! error[E0308]: mismatched types Sep 04 23:14:53.381 INFO kablam! --> src/parser.rs:206:28 Sep 04 23:14:53.381 INFO kablam! | Sep 04 23:14:53.381 INFO kablam! 206 | want: Some(0..2), Sep 04 23:14:53.381 INFO kablam! | ^^^^ expected struct `std::vec::Vec`, found struct `std::ops::Range` Sep 04 23:14:53.381 INFO kablam! | Sep 04 23:14:53.381 INFO kablam! = note: expected type `std::vec::Vec>` Sep 04 23:14:53.381 INFO kablam! found type `std::ops::Range<{integer}>` Sep 04 23:14:53.381 INFO kablam! Sep 04 23:14:53.406 INFO kablam! error[E0308]: mismatched types Sep 04 23:14:53.406 INFO kablam! --> src/parser.rs:211:28 Sep 04 23:14:53.406 INFO kablam! | Sep 04 23:14:53.406 INFO kablam! 211 | want: Some(2..3), Sep 04 23:14:53.406 INFO kablam! | ^^^^ expected struct `std::vec::Vec`, found struct `std::ops::Range` Sep 04 23:14:53.406 INFO kablam! | Sep 04 23:14:53.406 INFO kablam! = note: expected type `std::vec::Vec>` Sep 04 23:14:53.406 INFO kablam! found type `std::ops::Range<{integer}>` Sep 04 23:14:53.406 INFO kablam! Sep 04 23:14:53.444 INFO kablam! error[E0308]: mismatched types Sep 04 23:14:53.444 INFO kablam! --> src/parser.rs:220:13 Sep 04 23:14:53.444 INFO kablam! | Sep 04 23:14:53.444 INFO kablam! 220 | assert_eq!(t.idx.get_record(t.n), t.want); Sep 04 23:14:53.444 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `std::ops::Range`, found struct `std::vec::Vec` Sep 04 23:14:53.444 INFO kablam! | Sep 04 23:14:53.444 INFO kablam! = note: expected type `std::option::Option>` Sep 04 23:14:53.444 INFO kablam! found type `std::option::Option>>` Sep 04 23:14:53.444 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 04 23:14:53.444 INFO kablam! Sep 04 23:14:53.539 INFO kablam! error: aborting due to 6 previous errors Sep 04 23:14:53.539 INFO kablam! Sep 04 23:14:53.539 INFO kablam! Some errors occurred: E0308, E0432. Sep 04 23:14:53.539 INFO kablam! For more information about an error, try `rustc --explain E0308`. Sep 04 23:14:53.546 INFO kablam! error: Could not compile `csvroll`. Sep 04 23:14:53.546 INFO kablam! Sep 04 23:14:53.546 INFO kablam! To learn more, run the command again with --verbose. Sep 04 23:14:53.547 INFO kablam! su: No module specific data is present Sep 04 23:14:54.117 INFO running `"docker" "rm" "-f" "246e3834daba358a03b908d8aeb2147117ce80054c7876fe63b23574d975fbe0"` Sep 04 23:14:54.214 INFO blam! 246e3834daba358a03b908d8aeb2147117ce80054c7876fe63b23574d975fbe0