Sep 10 20:36:55.658 INFO checking csvroll-0.1.0 against try#3a2610c2a16575649896925631bf8cec4f4b1961 for pr-54090 Sep 10 20:36:55.658 INFO running: cargo +3a2610c2a16575649896925631bf8cec4f4b1961-alt check --frozen --all --all-targets Sep 10 20:36:55.658 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-54090/try#3a2610c2a16575649896925631bf8cec4f4b1961:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54090/worker-0/try#3a2610c2a16575649896925631bf8cec4f4b1961:/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 +3a2610c2a16575649896925631bf8cec4f4b1961-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-m" "2G" "crater"` Sep 10 20:36:55.819 INFO blam! 672af9dac397f5fde053b8c33fa6ee3068d567970b83948e4ab0c2c2fc510e1e Sep 10 20:36:55.821 INFO running `"docker" "start" "-a" "672af9dac397f5fde053b8c33fa6ee3068d567970b83948e4ab0c2c2fc510e1e"` Sep 10 20:36:56.777 INFO kablam! usermod: no changes Sep 10 20:36:56.806 INFO kablam! Checking x86intrin v0.4.5 Sep 10 20:36:56.806 INFO kablam! Checking rollbuf v0.1.0 Sep 10 20:36:58.922 INFO kablam! Checking csvroll v0.1.0 (file:///source) Sep 10 20:36:59.256 INFO kablam! error[E0432]: unresolved import `x86intrin::mm256_setr_epi8` Sep 10 20:36:59.256 INFO kablam! --> src/avx.rs:2:24 Sep 10 20:36:59.256 INFO kablam! | Sep 10 20:36:59.256 INFO kablam! 2 | use x86intrin::{m256i, mm256_setr_epi8}; Sep 10 20:36:59.256 INFO kablam! | ^^^^^^^^^^^^^^^ no `mm256_setr_epi8` in the root. Did you mean to use `mm_setr_epi8`? Sep 10 20:36:59.256 INFO kablam! Sep 10 20:36:59.256 INFO kablam! error[E0432]: unresolved import `x86intrin::mm256_cmpeq_epi8` Sep 10 20:36:59.256 INFO kablam! --> src/index_builder.rs:4:24 Sep 10 20:36:59.256 INFO kablam! | Sep 10 20:36:59.256 INFO kablam! 4 | use x86intrin::{m256i, mm256_cmpeq_epi8, mm256_movemask_epi8}; Sep 10 20:36:59.257 INFO kablam! | ^^^^^^^^^^^^^^^^ no `mm256_cmpeq_epi8` in the root. Did you mean to use `mm_cmpeq_epi8`? Sep 10 20:36:59.257 INFO kablam! Sep 10 20:36:59.257 INFO kablam! error[E0432]: unresolved import `x86intrin::mm256_movemask_epi8` Sep 10 20:36:59.257 INFO kablam! --> src/index_builder.rs:4:42 Sep 10 20:36:59.257 INFO kablam! | Sep 10 20:36:59.257 INFO kablam! 4 | use x86intrin::{m256i, mm256_cmpeq_epi8, mm256_movemask_epi8}; Sep 10 20:36:59.257 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ no `mm256_movemask_epi8` in the root. Did you mean to use `mm_movemask_epi8`? Sep 10 20:36:59.257 INFO kablam! Sep 10 20:36:59.359 INFO kablam! error[E0432]: unresolved import `x86intrin::mm256_setr_epi8` Sep 10 20:36:59.359 INFO kablam! --> src/avx.rs:2:24 Sep 10 20:36:59.359 INFO kablam! | Sep 10 20:36:59.359 INFO kablam! 2 | use x86intrin::{m256i, mm256_setr_epi8}; Sep 10 20:36:59.359 INFO kablam! | ^^^^^^^^^^^^^^^ no `mm256_setr_epi8` in the root. Did you mean to use `mm_setr_epi8`? Sep 10 20:36:59.359 INFO kablam! Sep 10 20:36:59.360 INFO kablam! error[E0432]: unresolved import `x86intrin::mm256_cmpeq_epi8` Sep 10 20:36:59.360 INFO kablam! --> src/index_builder.rs:4:24 Sep 10 20:36:59.360 INFO kablam! | Sep 10 20:36:59.360 INFO kablam! 4 | use x86intrin::{m256i, mm256_cmpeq_epi8, mm256_movemask_epi8}; Sep 10 20:36:59.360 INFO kablam! | ^^^^^^^^^^^^^^^^ no `mm256_cmpeq_epi8` in the root. Did you mean to use `mm_cmpeq_epi8`? Sep 10 20:36:59.360 INFO kablam! Sep 10 20:36:59.360 INFO kablam! error[E0432]: unresolved import `x86intrin::mm256_movemask_epi8` Sep 10 20:36:59.360 INFO kablam! --> src/index_builder.rs:4:42 Sep 10 20:36:59.360 INFO kablam! | Sep 10 20:36:59.360 INFO kablam! 4 | use x86intrin::{m256i, mm256_cmpeq_epi8, mm256_movemask_epi8}; Sep 10 20:36:59.360 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ no `mm256_movemask_epi8` in the root. Did you mean to use `mm_movemask_epi8`? Sep 10 20:36:59.360 INFO kablam! Sep 10 20:36:59.546 INFO kablam! error: aborting due to 3 previous errors Sep 10 20:36:59.546 INFO kablam! Sep 10 20:36:59.546 INFO kablam! For more information about this error, try `rustc --explain E0432`. Sep 10 20:36:59.553 INFO kablam! error: Could not compile `csvroll`. Sep 10 20:36:59.554 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 10 20:36:59.795 INFO kablam! error[E0308]: mismatched types Sep 10 20:36:59.795 INFO kablam! --> src/parser.rs:206:28 Sep 10 20:36:59.795 INFO kablam! | Sep 10 20:36:59.795 INFO kablam! 206 | want: Some(0..2), Sep 10 20:36:59.795 INFO kablam! | ^^^^ expected struct `std::vec::Vec`, found struct `std::ops::Range` Sep 10 20:36:59.795 INFO kablam! | Sep 10 20:36:59.795 INFO kablam! = note: expected type `std::vec::Vec>` Sep 10 20:36:59.795 INFO kablam! found type `std::ops::Range<{integer}>` Sep 10 20:36:59.795 INFO kablam! Sep 10 20:36:59.810 INFO kablam! error[E0308]: mismatched types Sep 10 20:36:59.810 INFO kablam! --> src/parser.rs:211:28 Sep 10 20:36:59.810 INFO kablam! | Sep 10 20:36:59.811 INFO kablam! 211 | want: Some(2..3), Sep 10 20:36:59.811 INFO kablam! | ^^^^ expected struct `std::vec::Vec`, found struct `std::ops::Range` Sep 10 20:36:59.811 INFO kablam! | Sep 10 20:36:59.811 INFO kablam! = note: expected type `std::vec::Vec>` Sep 10 20:36:59.811 INFO kablam! found type `std::ops::Range<{integer}>` Sep 10 20:36:59.811 INFO kablam! Sep 10 20:36:59.833 INFO kablam! error[E0308]: mismatched types Sep 10 20:36:59.833 INFO kablam! --> src/parser.rs:220:13 Sep 10 20:36:59.833 INFO kablam! | Sep 10 20:36:59.833 INFO kablam! 220 | assert_eq!(t.idx.get_record(t.n), t.want); Sep 10 20:36:59.833 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `std::ops::Range`, found struct `std::vec::Vec` Sep 10 20:36:59.833 INFO kablam! | Sep 10 20:36:59.833 INFO kablam! = note: expected type `std::option::Option>` Sep 10 20:36:59.833 INFO kablam! found type `std::option::Option>>` Sep 10 20:36:59.833 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 10 20:36:59.833 INFO kablam! Sep 10 20:36:59.885 INFO kablam! error: aborting due to 6 previous errors Sep 10 20:36:59.885 INFO kablam! Sep 10 20:36:59.885 INFO kablam! Some errors occurred: E0308, E0432. Sep 10 20:36:59.885 INFO kablam! For more information about an error, try `rustc --explain E0308`. Sep 10 20:36:59.892 INFO kablam! error: Could not compile `csvroll`. Sep 10 20:36:59.892 INFO kablam! Sep 10 20:36:59.892 INFO kablam! To learn more, run the command again with --verbose. Sep 10 20:36:59.893 INFO kablam! su: No module specific data is present Sep 10 20:37:00.359 INFO running `"docker" "rm" "-f" "672af9dac397f5fde053b8c33fa6ee3068d567970b83948e4ab0c2c2fc510e1e"` Sep 10 20:37:00.414 INFO blam! 672af9dac397f5fde053b8c33fa6ee3068d567970b83948e4ab0c2c2fc510e1e