Sep 01 06:59:53.399 INFO checking csvroll-0.1.0 against master#d0d81b7fc1421859ba0218e8a437af29ae3b0967 for pr-53578 Sep 01 06:59:53.399 INFO running: cargo +d0d81b7fc1421859ba0218e8a437af29ae3b0967-alt check --frozen --all --all-targets Sep 01 06:59:53.399 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-53578/master#d0d81b7fc1421859ba0218e8a437af29ae3b0967:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53578/worker-2/master#d0d81b7fc1421859ba0218e8a437af29ae3b0967:/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 +d0d81b7fc1421859ba0218e8a437af29ae3b0967-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 01 06:59:53.561 INFO blam! 2574e598607fb4e6e65b72fc5a62e0b7bd79f52b1108ac13a3057120c0c471eb Sep 01 06:59:53.563 INFO running `"docker" "start" "-a" "2574e598607fb4e6e65b72fc5a62e0b7bd79f52b1108ac13a3057120c0c471eb"` Sep 01 06:59:54.244 INFO kablam! Checking rollbuf v0.1.0 Sep 01 06:59:54.958 INFO kablam! Checking csvroll v0.1.0 (file:///source) Sep 01 06:59:55.478 INFO kablam! error[E0432]: unresolved import `x86intrin::mm256_setr_epi8` Sep 01 06:59:55.478 INFO kablam! --> src/avx.rs:2:24 Sep 01 06:59:55.478 INFO kablam! | Sep 01 06:59:55.478 INFO kablam! 2 | use x86intrin::{m256i, mm256_setr_epi8}; Sep 01 06:59:55.478 INFO kablam! | ^^^^^^^^^^^^^^^ no `mm256_setr_epi8` in the root. Did you mean to use `mm_setr_epi8`? Sep 01 06:59:55.479 INFO kablam! Sep 01 06:59:55.479 INFO kablam! error[E0432]: unresolved import `x86intrin::mm256_cmpeq_epi8` Sep 01 06:59:55.479 INFO kablam! --> src/index_builder.rs:4:24 Sep 01 06:59:55.479 INFO kablam! | Sep 01 06:59:55.479 INFO kablam! 4 | use x86intrin::{m256i, mm256_cmpeq_epi8, mm256_movemask_epi8}; Sep 01 06:59:55.479 INFO kablam! | ^^^^^^^^^^^^^^^^ no `mm256_cmpeq_epi8` in the root. Did you mean to use `mm_cmpeq_epi8`? Sep 01 06:59:55.479 INFO kablam! Sep 01 06:59:55.480 INFO kablam! error[E0432]: unresolved import `x86intrin::mm256_movemask_epi8` Sep 01 06:59:55.480 INFO kablam! --> src/index_builder.rs:4:42 Sep 01 06:59:55.480 INFO kablam! | Sep 01 06:59:55.480 INFO kablam! 4 | use x86intrin::{m256i, mm256_cmpeq_epi8, mm256_movemask_epi8}; Sep 01 06:59:55.480 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ no `mm256_movemask_epi8` in the root. Did you mean to use `mm_movemask_epi8`? Sep 01 06:59:55.480 INFO kablam! Sep 01 06:59:55.607 INFO kablam! error[E0432]: unresolved import `x86intrin::mm256_setr_epi8` Sep 01 06:59:55.607 INFO kablam! --> src/avx.rs:2:24 Sep 01 06:59:55.607 INFO kablam! | Sep 01 06:59:55.607 INFO kablam! 2 | use x86intrin::{m256i, mm256_setr_epi8}; Sep 01 06:59:55.607 INFO kablam! | ^^^^^^^^^^^^^^^ no `mm256_setr_epi8` in the root. Did you mean to use `mm_setr_epi8`? Sep 01 06:59:55.607 INFO kablam! Sep 01 06:59:55.607 INFO kablam! error[E0432]: unresolved import `x86intrin::mm256_cmpeq_epi8` Sep 01 06:59:55.607 INFO kablam! --> src/index_builder.rs:4:24 Sep 01 06:59:55.607 INFO kablam! | Sep 01 06:59:55.607 INFO kablam! 4 | use x86intrin::{m256i, mm256_cmpeq_epi8, mm256_movemask_epi8}; Sep 01 06:59:55.607 INFO kablam! | ^^^^^^^^^^^^^^^^ no `mm256_cmpeq_epi8` in the root. Did you mean to use `mm_cmpeq_epi8`? Sep 01 06:59:55.607 INFO kablam! Sep 01 06:59:55.608 INFO kablam! error[E0432]: unresolved import `x86intrin::mm256_movemask_epi8` Sep 01 06:59:55.608 INFO kablam! --> src/index_builder.rs:4:42 Sep 01 06:59:55.608 INFO kablam! | Sep 01 06:59:55.608 INFO kablam! 4 | use x86intrin::{m256i, mm256_cmpeq_epi8, mm256_movemask_epi8}; Sep 01 06:59:55.608 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ no `mm256_movemask_epi8` in the root. Did you mean to use `mm_movemask_epi8`? Sep 01 06:59:55.608 INFO kablam! Sep 01 06:59:56.020 INFO kablam! error: aborting due to 3 previous errors Sep 01 06:59:56.020 INFO kablam! Sep 01 06:59:56.021 INFO kablam! For more information about this error, try `rustc --explain E0432`. Sep 01 06:59:56.027 INFO kablam! error: Could not compile `csvroll`. Sep 01 06:59:56.027 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 01 06:59:56.353 INFO kablam! error[E0308]: mismatched types Sep 01 06:59:56.353 INFO kablam! --> src/parser.rs:206:28 Sep 01 06:59:56.353 INFO kablam! | Sep 01 06:59:56.353 INFO kablam! 206 | want: Some(0..2), Sep 01 06:59:56.353 INFO kablam! | ^^^^ expected struct `std::vec::Vec`, found struct `std::ops::Range` Sep 01 06:59:56.353 INFO kablam! | Sep 01 06:59:56.353 INFO kablam! = note: expected type `std::vec::Vec>` Sep 01 06:59:56.353 INFO kablam! found type `std::ops::Range<{integer}>` Sep 01 06:59:56.353 INFO kablam! Sep 01 06:59:56.376 INFO kablam! error[E0308]: mismatched types Sep 01 06:59:56.376 INFO kablam! --> src/parser.rs:211:28 Sep 01 06:59:56.376 INFO kablam! | Sep 01 06:59:56.376 INFO kablam! 211 | want: Some(2..3), Sep 01 06:59:56.377 INFO kablam! | ^^^^ expected struct `std::vec::Vec`, found struct `std::ops::Range` Sep 01 06:59:56.377 INFO kablam! | Sep 01 06:59:56.377 INFO kablam! = note: expected type `std::vec::Vec>` Sep 01 06:59:56.377 INFO kablam! found type `std::ops::Range<{integer}>` Sep 01 06:59:56.377 INFO kablam! Sep 01 06:59:56.421 INFO kablam! error[E0308]: mismatched types Sep 01 06:59:56.421 INFO kablam! --> src/parser.rs:220:13 Sep 01 06:59:56.421 INFO kablam! | Sep 01 06:59:56.421 INFO kablam! 220 | assert_eq!(t.idx.get_record(t.n), t.want); Sep 01 06:59:56.421 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `std::ops::Range`, found struct `std::vec::Vec` Sep 01 06:59:56.421 INFO kablam! | Sep 01 06:59:56.421 INFO kablam! = note: expected type `std::option::Option>` Sep 01 06:59:56.422 INFO kablam! found type `std::option::Option>>` Sep 01 06:59:56.422 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 01 06:59:56.422 INFO kablam! Sep 01 06:59:56.522 INFO kablam! error: aborting due to 6 previous errors Sep 01 06:59:56.523 INFO kablam! Sep 01 06:59:56.523 INFO kablam! Some errors occurred: E0308, E0432. Sep 01 06:59:56.523 INFO kablam! For more information about an error, try `rustc --explain E0308`. Sep 01 06:59:56.533 INFO kablam! error: Could not compile `csvroll`. Sep 01 06:59:56.533 INFO kablam! Sep 01 06:59:56.533 INFO kablam! To learn more, run the command again with --verbose. Sep 01 06:59:56.535 INFO kablam! su: No module specific data is present Sep 01 06:59:57.084 INFO running `"docker" "rm" "-f" "2574e598607fb4e6e65b72fc5a62e0b7bd79f52b1108ac13a3057120c0c471eb"` Sep 01 06:59:57.226 INFO blam! 2574e598607fb4e6e65b72fc5a62e0b7bd79f52b1108ac13a3057120c0c471eb