Sep 04 06:01:25.316 INFO checking rjoin-0.2.0 against master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c for pr-53893 Sep 04 06:01:25.316 INFO running: cargo +28bcffead74d5e17c6cb1f7de432e37f93a6b50c-alt check --frozen --all --all-targets Sep 04 06:01:25.316 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-53893/master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53893/worker-0/master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c:/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 +28bcffead74d5e17c6cb1f7de432e37f93a6b50c-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 04 06:01:25.478 INFO blam! 64e995d1d8a23541de4426c743b7e7d18d0a42ab3304ba3ec51cf89d4dbfcd75 Sep 04 06:01:25.480 INFO running `"docker" "start" "-a" "64e995d1d8a23541de4426c743b7e7d18d0a42ab3304ba3ec51cf89d4dbfcd75"` Sep 04 06:01:26.040 INFO kablam! warning: An explicit [[bin]] section is specified in Cargo.toml which currently Sep 04 06:01:26.040 INFO kablam! disables Cargo from automatically inferring other binary targets. Sep 04 06:01:26.040 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Sep 04 06:01:26.040 INFO kablam! files will be included as a binary target: Sep 04 06:01:26.040 INFO kablam! Sep 04 06:01:26.040 INFO kablam! * /source/src/bin/args.rs Sep 04 06:01:26.040 INFO kablam! Sep 04 06:01:26.040 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Sep 04 06:01:26.040 INFO kablam! ready to be compiled as a binary target today. You can future-proof yourself Sep 04 06:01:26.040 INFO kablam! and disable this warning by adding `autobins = false` to your [package] Sep 04 06:01:26.040 INFO kablam! section. You may also move the files to a location where Cargo would not Sep 04 06:01:26.040 INFO kablam! automatically infer them to be a target, such as in subfolders. Sep 04 06:01:26.041 INFO kablam! Sep 04 06:01:26.041 INFO kablam! For more information on this warning you can consult Sep 04 06:01:26.041 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Sep 04 06:01:26.067 INFO kablam! Checking x86intrin v0.4.5 Sep 04 06:01:26.067 INFO kablam! Checking rollbuf v0.1.0 Sep 04 06:01:28.338 INFO kablam! Checking csvroll v0.1.0 Sep 04 06:01:28.651 INFO kablam! error[E0432]: unresolved import `x86intrin::mm256_setr_epi8` Sep 04 06:01:28.651 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/csvroll-0.1.0/src/avx.rs:2:24 Sep 04 06:01:28.651 INFO kablam! | Sep 04 06:01:28.651 INFO kablam! 2 | use x86intrin::{m256i, mm256_setr_epi8}; Sep 04 06:01:28.651 INFO kablam! | ^^^^^^^^^^^^^^^ no `mm256_setr_epi8` in the root. Did you mean to use `mm_setr_epi8`? Sep 04 06:01:28.652 INFO kablam! Sep 04 06:01:28.652 INFO kablam! error[E0432]: unresolved import `x86intrin::mm256_cmpeq_epi8` Sep 04 06:01:28.652 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/csvroll-0.1.0/src/index_builder.rs:4:24 Sep 04 06:01:28.652 INFO kablam! | Sep 04 06:01:28.652 INFO kablam! 4 | use x86intrin::{m256i, mm256_cmpeq_epi8, mm256_movemask_epi8}; Sep 04 06:01:28.652 INFO kablam! | ^^^^^^^^^^^^^^^^ no `mm256_cmpeq_epi8` in the root. Did you mean to use `mm_cmpeq_epi8`? Sep 04 06:01:28.652 INFO kablam! Sep 04 06:01:28.652 INFO kablam! error[E0432]: unresolved import `x86intrin::mm256_movemask_epi8` Sep 04 06:01:28.653 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/csvroll-0.1.0/src/index_builder.rs:4:42 Sep 04 06:01:28.653 INFO kablam! | Sep 04 06:01:28.653 INFO kablam! 4 | use x86intrin::{m256i, mm256_cmpeq_epi8, mm256_movemask_epi8}; Sep 04 06:01:28.653 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ no `mm256_movemask_epi8` in the root. Did you mean to use `mm_movemask_epi8`? Sep 04 06:01:28.653 INFO kablam! Sep 04 06:01:29.118 INFO kablam! error: aborting due to 3 previous errors Sep 04 06:01:29.119 INFO kablam! Sep 04 06:01:29.119 INFO kablam! For more information about this error, try `rustc --explain E0432`. Sep 04 06:01:29.127 INFO kablam! error: Could not compile `csvroll`. Sep 04 06:01:29.127 INFO kablam! Sep 04 06:01:29.127 INFO kablam! To learn more, run the command again with --verbose. Sep 04 06:01:29.128 INFO kablam! su: No module specific data is present Sep 04 06:01:29.547 INFO running `"docker" "rm" "-f" "64e995d1d8a23541de4426c743b7e7d18d0a42ab3304ba3ec51cf89d4dbfcd75"` Sep 04 06:01:29.685 INFO blam! 64e995d1d8a23541de4426c743b7e7d18d0a42ab3304ba3ec51cf89d4dbfcd75