Sep 20 03:07:39.553 INFO checking csvroll-0.1.0 against try#fcacde07b66fe513e52c41b73aef91bcc121905b for pr-54346 Sep 20 03:07:39.553 INFO running: cargo +fcacde07b66fe513e52c41b73aef91bcc121905b-alt check --frozen --all --all-targets Sep 20 03:07:39.553 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-54346/try#fcacde07b66fe513e52c41b73aef91bcc121905b:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54346/worker-0/try#fcacde07b66fe513e52c41b73aef91bcc121905b:/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=1000" "-e" "CMD=cargo +fcacde07b66fe513e52c41b73aef91bcc121905b-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 20 03:07:39.809 INFO blam! 1511782edacc631e5ee05bd6909382bc70cfeeb98fff11011ff98cf651ed853a Sep 20 03:07:39.813 INFO running `"docker" "start" "-a" "1511782edacc631e5ee05bd6909382bc70cfeeb98fff11011ff98cf651ed853a"` Sep 20 03:07:40.768 INFO kablam! usermod: no changes Sep 20 03:07:40.818 INFO kablam! Checking rollbuf v0.1.0 Sep 20 03:07:41.239 INFO kablam! Checking csvroll v0.1.0 (/source) Sep 20 03:07:41.555 INFO kablam! error[E0432]: unresolved import `x86intrin::mm256_setr_epi8` Sep 20 03:07:41.555 INFO kablam! --> src/avx.rs:2:24 Sep 20 03:07:41.555 INFO kablam! | Sep 20 03:07:41.555 INFO kablam! 2 | use x86intrin::{m256i, mm256_setr_epi8}; Sep 20 03:07:41.555 INFO kablam! | ^^^^^^^^^^^^^^^ no `mm256_setr_epi8` in the root. Did you mean to use `mm_setr_epi8`? Sep 20 03:07:41.555 INFO kablam! Sep 20 03:07:41.555 INFO kablam! error[E0432]: unresolved imports `x86intrin::mm256_cmpeq_epi8`, `x86intrin::mm256_movemask_epi8` Sep 20 03:07:41.555 INFO kablam! --> src/index_builder.rs:4:24 Sep 20 03:07:41.555 INFO kablam! | Sep 20 03:07:41.555 INFO kablam! 4 | use x86intrin::{m256i, mm256_cmpeq_epi8, mm256_movemask_epi8}; Sep 20 03:07:41.555 INFO kablam! | ^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^ no `mm256_movemask_epi8` in the root. Did you mean to use `mm_movemask_epi8`? Sep 20 03:07:41.555 INFO kablam! | | Sep 20 03:07:41.555 INFO kablam! | no `mm256_cmpeq_epi8` in the root. Did you mean to use `mm_cmpeq_epi8`? Sep 20 03:07:41.555 INFO kablam! Sep 20 03:07:41.663 INFO kablam! error[E0432]: unresolved import `x86intrin::mm256_setr_epi8` Sep 20 03:07:41.663 INFO kablam! --> src/avx.rs:2:24 Sep 20 03:07:41.663 INFO kablam! | Sep 20 03:07:41.663 INFO kablam! 2 | use x86intrin::{m256i, mm256_setr_epi8}; Sep 20 03:07:41.663 INFO kablam! | ^^^^^^^^^^^^^^^ no `mm256_setr_epi8` in the root. Did you mean to use `mm_setr_epi8`? Sep 20 03:07:41.663 INFO kablam! Sep 20 03:07:41.663 INFO kablam! error[E0432]: unresolved imports `x86intrin::mm256_cmpeq_epi8`, `x86intrin::mm256_movemask_epi8` Sep 20 03:07:41.663 INFO kablam! --> src/index_builder.rs:4:24 Sep 20 03:07:41.663 INFO kablam! | Sep 20 03:07:41.663 INFO kablam! 4 | use x86intrin::{m256i, mm256_cmpeq_epi8, mm256_movemask_epi8}; Sep 20 03:07:41.663 INFO kablam! | ^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^ no `mm256_movemask_epi8` in the root. Did you mean to use `mm_movemask_epi8`? Sep 20 03:07:41.663 INFO kablam! | | Sep 20 03:07:41.663 INFO kablam! | no `mm256_cmpeq_epi8` in the root. Did you mean to use `mm_cmpeq_epi8`? Sep 20 03:07:41.663 INFO kablam! Sep 20 03:07:41.856 INFO kablam! error: aborting due to 2 previous errors Sep 20 03:07:41.856 INFO kablam! Sep 20 03:07:41.856 INFO kablam! For more information about this error, try `rustc --explain E0432`. Sep 20 03:07:41.862 INFO kablam! error: Could not compile `csvroll`. Sep 20 03:07:41.862 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 20 03:07:42.097 INFO kablam! error[E0308]: mismatched types Sep 20 03:07:42.097 INFO kablam! --> src/parser.rs:206:28 Sep 20 03:07:42.097 INFO kablam! | Sep 20 03:07:42.097 INFO kablam! 206 | want: Some(0..2), Sep 20 03:07:42.097 INFO kablam! | ^^^^ expected struct `std::vec::Vec`, found struct `std::ops::Range` Sep 20 03:07:42.097 INFO kablam! | Sep 20 03:07:42.097 INFO kablam! = note: expected type `std::vec::Vec>` Sep 20 03:07:42.097 INFO kablam! found type `std::ops::Range<{integer}>` Sep 20 03:07:42.097 INFO kablam! Sep 20 03:07:42.118 INFO kablam! error[E0308]: mismatched types Sep 20 03:07:42.118 INFO kablam! --> src/parser.rs:211:28 Sep 20 03:07:42.118 INFO kablam! | Sep 20 03:07:42.118 INFO kablam! 211 | want: Some(2..3), Sep 20 03:07:42.118 INFO kablam! | ^^^^ expected struct `std::vec::Vec`, found struct `std::ops::Range` Sep 20 03:07:42.118 INFO kablam! | Sep 20 03:07:42.118 INFO kablam! = note: expected type `std::vec::Vec>` Sep 20 03:07:42.118 INFO kablam! found type `std::ops::Range<{integer}>` Sep 20 03:07:42.118 INFO kablam! Sep 20 03:07:42.156 INFO kablam! error[E0308]: mismatched types Sep 20 03:07:42.156 INFO kablam! --> src/parser.rs:220:13 Sep 20 03:07:42.156 INFO kablam! | Sep 20 03:07:42.157 INFO kablam! 220 | assert_eq!(t.idx.get_record(t.n), t.want); Sep 20 03:07:42.157 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `std::ops::Range`, found struct `std::vec::Vec` Sep 20 03:07:42.157 INFO kablam! | Sep 20 03:07:42.157 INFO kablam! = note: expected type `std::option::Option>` Sep 20 03:07:42.157 INFO kablam! found type `std::option::Option>>` Sep 20 03:07:42.157 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 20 03:07:42.157 INFO kablam! Sep 20 03:07:42.230 INFO kablam! error: aborting due to 5 previous errors Sep 20 03:07:42.230 INFO kablam! Sep 20 03:07:42.231 INFO kablam! Some errors occurred: E0308, E0432. Sep 20 03:07:42.231 INFO kablam! For more information about an error, try `rustc --explain E0308`. Sep 20 03:07:42.237 INFO kablam! error: Could not compile `csvroll`. Sep 20 03:07:42.237 INFO kablam! Sep 20 03:07:42.237 INFO kablam! To learn more, run the command again with --verbose. Sep 20 03:07:42.238 INFO kablam! su: No module specific data is present Sep 20 03:07:42.912 INFO running `"docker" "rm" "-f" "1511782edacc631e5ee05bd6909382bc70cfeeb98fff11011ff98cf651ed853a"` Sep 20 03:07:43.005 INFO blam! 1511782edacc631e5ee05bd6909382bc70cfeeb98fff11011ff98cf651ed853a