Jul 12 00:17:59.147 INFO checking rjoin-0.2.0 against master#ae5b629efd79de78e6ba7ef493c32857bd7f9cf9 for pr-52234 Jul 12 00:17:59.147 INFO running: cargo +ae5b629efd79de78e6ba7ef493c32857bd7f9cf9-alt check --frozen --all --all-targets Jul 12 00:17:59.147 INFO creating container for: cargo +ae5b629efd79de78e6ba7ef493c32857bd7f9cf9-alt check --frozen --all --all-targets Jul 12 00:17:59.148 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-6/pr-52234/master#ae5b629efd79de78e6ba7ef493c32857bd7f9cf9:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-52234/worker-6/master#ae5b629efd79de78e6ba7ef493c32857bd7f9cf9:/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 +ae5b629efd79de78e6ba7ef493c32857bd7f9cf9-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "crater"` Jul 12 00:17:59.363 INFO blam! a6deefa8d6c2f64f2d698e7f2ab451597986f284d5e3be901d5365ddc7634069 Jul 12 00:17:59.374 INFO running `"docker" "start" "-a" "a6deefa8d6c2f64f2d698e7f2ab451597986f284d5e3be901d5365ddc7634069"` Jul 12 00:18:00.521 INFO kablam! warning: An explicit [[bin]] section is specified in Cargo.toml which currently Jul 12 00:18:00.521 INFO kablam! disables Cargo from automatically inferring other binary targets. Jul 12 00:18:00.521 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Jul 12 00:18:00.521 INFO kablam! files will be included as a binary target: Jul 12 00:18:00.521 INFO kablam! Jul 12 00:18:00.522 INFO kablam! * /source/src/bin/args.rs Jul 12 00:18:00.522 INFO kablam! Jul 12 00:18:00.522 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Jul 12 00:18:00.522 INFO kablam! ready to be compiled as a binary target today. You can future-proof yourself Jul 12 00:18:00.522 INFO kablam! and disable this warning by adding `autobins = false` to your [package] Jul 12 00:18:00.522 INFO kablam! section. You may also move the files to a location where Cargo would not Jul 12 00:18:00.522 INFO kablam! automatically infer them to be a target, such as in subfolders. Jul 12 00:18:00.522 INFO kablam! Jul 12 00:18:00.522 INFO kablam! For more information on this warning you can consult Jul 12 00:18:00.522 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Jul 12 00:18:00.572 INFO kablam! Checking rollbuf v0.1.0 Jul 12 00:18:00.575 INFO kablam! Checking x86intrin v0.4.5 Jul 12 00:18:04.552 INFO kablam! Checking csvroll v0.1.0 Jul 12 00:18:04.837 INFO kablam! error[E0432]: unresolved import `x86intrin::mm256_setr_epi8` Jul 12 00:18:04.837 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/csvroll-0.1.0/src/avx.rs:2:24 Jul 12 00:18:04.837 INFO kablam! | Jul 12 00:18:04.837 INFO kablam! 2 | use x86intrin::{m256i, mm256_setr_epi8}; Jul 12 00:18:04.837 INFO kablam! | ^^^^^^^^^^^^^^^ no `mm256_setr_epi8` in the root. Did you mean to use `mm_setr_epi8`? Jul 12 00:18:04.842 INFO kablam! Jul 12 00:18:04.843 INFO kablam! error[E0432]: unresolved import `x86intrin::mm256_cmpeq_epi8` Jul 12 00:18:04.843 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/csvroll-0.1.0/src/index_builder.rs:4:24 Jul 12 00:18:04.844 INFO kablam! | Jul 12 00:18:04.844 INFO kablam! 4 | use x86intrin::{m256i, mm256_cmpeq_epi8, mm256_movemask_epi8}; Jul 12 00:18:04.844 INFO kablam! | ^^^^^^^^^^^^^^^^ no `mm256_cmpeq_epi8` in the root. Did you mean to use `mm_cmpeq_epi8`? Jul 12 00:18:04.844 INFO kablam! Jul 12 00:18:04.845 INFO kablam! error[E0432]: unresolved import `x86intrin::mm256_movemask_epi8` Jul 12 00:18:04.845 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/csvroll-0.1.0/src/index_builder.rs:4:42 Jul 12 00:18:04.845 INFO kablam! | Jul 12 00:18:04.845 INFO kablam! 4 | use x86intrin::{m256i, mm256_cmpeq_epi8, mm256_movemask_epi8}; Jul 12 00:18:04.845 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ no `mm256_movemask_epi8` in the root. Did you mean to use `mm_movemask_epi8`? Jul 12 00:18:04.846 INFO kablam! Jul 12 00:18:05.505 INFO kablam! error: aborting due to 3 previous errors Jul 12 00:18:05.505 INFO kablam! Jul 12 00:18:05.505 INFO kablam! For more information about this error, try `rustc --explain E0432`. Jul 12 00:18:05.517 INFO kablam! error: Could not compile `csvroll`. Jul 12 00:18:05.517 INFO kablam! Jul 12 00:18:05.517 INFO kablam! To learn more, run the command again with --verbose. Jul 12 00:18:05.519 INFO kablam! su: No module specific data is present Jul 12 00:18:06.058 INFO running `"docker" "rm" "-f" "a6deefa8d6c2f64f2d698e7f2ab451597986f284d5e3be901d5365ddc7634069"` Jul 12 00:18:06.212 INFO blam! a6deefa8d6c2f64f2d698e7f2ab451597986f284d5e3be901d5365ddc7634069