Sep 21 11:39:42.950 INFO checking csvroll-0.1.0 against try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6 for pr-54394 Sep 21 11:39:42.950 INFO running: cargo +f1a3f05968ed2a674e09b6efa4ad9df90816e2b6-alt check --frozen --all --all-targets Sep 21 11:39:42.950 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-6/pr-54394/try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54394/worker-6/try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6:/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 +f1a3f05968ed2a674e09b6efa4ad9df90816e2b6-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 21 11:39:43.108 INFO blam! dc9e6914e2c8cd16a2e0a9f813cc8b46ba51d63b28028fb45d8c0268ffe42f42 Sep 21 11:39:43.110 INFO running `"docker" "start" "-a" "dc9e6914e2c8cd16a2e0a9f813cc8b46ba51d63b28028fb45d8c0268ffe42f42"` Sep 21 11:39:43.819 INFO kablam! usermod: no changes Sep 21 11:39:43.846 INFO kablam! Checking rollbuf v0.1.0 Sep 21 11:39:44.222 INFO kablam! Checking csvroll v0.1.0 (/source) Sep 21 11:39:44.603 INFO kablam! error[E0432]: unresolved import `x86intrin::mm256_setr_epi8` Sep 21 11:39:44.603 INFO kablam! --> src/avx.rs:2:24 Sep 21 11:39:44.603 INFO kablam! | Sep 21 11:39:44.603 INFO kablam! 2 | use x86intrin::{m256i, mm256_setr_epi8}; Sep 21 11:39:44.603 INFO kablam! | ^^^^^^^^^^^^^^^ no `mm256_setr_epi8` in the root. Did you mean to use `mm_setr_epi8`? Sep 21 11:39:44.603 INFO kablam! Sep 21 11:39:44.604 INFO kablam! error[E0432]: unresolved imports `x86intrin::mm256_cmpeq_epi8`, `x86intrin::mm256_movemask_epi8` Sep 21 11:39:44.604 INFO kablam! --> src/index_builder.rs:4:24 Sep 21 11:39:44.604 INFO kablam! | Sep 21 11:39:44.605 INFO kablam! 4 | use x86intrin::{m256i, mm256_cmpeq_epi8, mm256_movemask_epi8}; Sep 21 11:39:44.605 INFO kablam! | ^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^ no `mm256_movemask_epi8` in the root. Did you mean to use `mm_movemask_epi8`? Sep 21 11:39:44.605 INFO kablam! | | Sep 21 11:39:44.605 INFO kablam! | no `mm256_cmpeq_epi8` in the root. Did you mean to use `mm_cmpeq_epi8`? Sep 21 11:39:44.605 INFO kablam! Sep 21 11:39:44.784 INFO kablam! error[E0432]: unresolved import `x86intrin::mm256_setr_epi8` Sep 21 11:39:44.784 INFO kablam! --> src/avx.rs:2:24 Sep 21 11:39:44.784 INFO kablam! | Sep 21 11:39:44.784 INFO kablam! 2 | use x86intrin::{m256i, mm256_setr_epi8}; Sep 21 11:39:44.784 INFO kablam! | ^^^^^^^^^^^^^^^ no `mm256_setr_epi8` in the root. Did you mean to use `mm_setr_epi8`? Sep 21 11:39:44.784 INFO kablam! Sep 21 11:39:44.784 INFO kablam! error[E0432]: unresolved imports `x86intrin::mm256_cmpeq_epi8`, `x86intrin::mm256_movemask_epi8` Sep 21 11:39:44.784 INFO kablam! --> src/index_builder.rs:4:24 Sep 21 11:39:44.784 INFO kablam! | Sep 21 11:39:44.784 INFO kablam! 4 | use x86intrin::{m256i, mm256_cmpeq_epi8, mm256_movemask_epi8}; Sep 21 11:39:44.784 INFO kablam! | ^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^ no `mm256_movemask_epi8` in the root. Did you mean to use `mm_movemask_epi8`? Sep 21 11:39:44.784 INFO kablam! | | Sep 21 11:39:44.784 INFO kablam! | no `mm256_cmpeq_epi8` in the root. Did you mean to use `mm_cmpeq_epi8`? Sep 21 11:39:44.784 INFO kablam! Sep 21 11:39:44.899 INFO kablam! error: aborting due to 2 previous errors Sep 21 11:39:44.899 INFO kablam! Sep 21 11:39:44.899 INFO kablam! For more information about this error, try `rustc --explain E0432`. Sep 21 11:39:44.906 INFO kablam! error: Could not compile `csvroll`. Sep 21 11:39:44.906 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 21 11:39:45.180 INFO kablam! error[E0308]: mismatched types Sep 21 11:39:45.180 INFO kablam! --> src/parser.rs:206:28 Sep 21 11:39:45.180 INFO kablam! | Sep 21 11:39:45.180 INFO kablam! 206 | want: Some(0..2), Sep 21 11:39:45.180 INFO kablam! | ^^^^ expected struct `std::vec::Vec`, found struct `std::ops::Range` Sep 21 11:39:45.180 INFO kablam! | Sep 21 11:39:45.181 INFO kablam! = note: expected type `std::vec::Vec>` Sep 21 11:39:45.181 INFO kablam! found type `std::ops::Range<{integer}>` Sep 21 11:39:45.181 INFO kablam! Sep 21 11:39:45.202 INFO kablam! error[E0308]: mismatched types Sep 21 11:39:45.202 INFO kablam! --> src/parser.rs:211:28 Sep 21 11:39:45.202 INFO kablam! | Sep 21 11:39:45.202 INFO kablam! 211 | want: Some(2..3), Sep 21 11:39:45.202 INFO kablam! | ^^^^ expected struct `std::vec::Vec`, found struct `std::ops::Range` Sep 21 11:39:45.202 INFO kablam! | Sep 21 11:39:45.202 INFO kablam! = note: expected type `std::vec::Vec>` Sep 21 11:39:45.202 INFO kablam! found type `std::ops::Range<{integer}>` Sep 21 11:39:45.202 INFO kablam! Sep 21 11:39:45.229 INFO kablam! error[E0308]: mismatched types Sep 21 11:39:45.229 INFO kablam! --> src/parser.rs:220:13 Sep 21 11:39:45.229 INFO kablam! | Sep 21 11:39:45.229 INFO kablam! 220 | assert_eq!(t.idx.get_record(t.n), t.want); Sep 21 11:39:45.229 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `std::ops::Range`, found struct `std::vec::Vec` Sep 21 11:39:45.229 INFO kablam! | Sep 21 11:39:45.229 INFO kablam! = note: expected type `std::option::Option>` Sep 21 11:39:45.229 INFO kablam! found type `std::option::Option>>` Sep 21 11:39:45.229 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 21 11:39:45.229 INFO kablam! Sep 21 11:39:45.285 INFO kablam! error: aborting due to 5 previous errors Sep 21 11:39:45.285 INFO kablam! Sep 21 11:39:45.285 INFO kablam! Some errors occurred: E0308, E0432. Sep 21 11:39:45.285 INFO kablam! For more information about an error, try `rustc --explain E0308`. Sep 21 11:39:45.294 INFO kablam! error: Could not compile `csvroll`. Sep 21 11:39:45.294 INFO kablam! Sep 21 11:39:45.294 INFO kablam! To learn more, run the command again with --verbose. Sep 21 11:39:45.295 INFO kablam! su: No module specific data is present Sep 21 11:39:45.872 INFO running `"docker" "rm" "-f" "dc9e6914e2c8cd16a2e0a9f813cc8b46ba51d63b28028fb45d8c0268ffe42f42"` Sep 21 11:39:45.950 INFO blam! dc9e6914e2c8cd16a2e0a9f813cc8b46ba51d63b28028fb45d8c0268ffe42f42