Sep 19 19:13:30.213 INFO checking tarch-0.1.0 against master#1e21c9a297a9fe668d62887a3a6a4add8e717b17 for pr-54352 Sep 19 19:13:30.213 INFO running: cargo +1e21c9a297a9fe668d62887a3a6a4add8e717b17-alt check --frozen --all --all-targets Sep 19 19:13:30.214 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-4/pr-54352/master#1e21c9a297a9fe668d62887a3a6a4add8e717b17:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54352/worker-4/master#1e21c9a297a9fe668d62887a3a6a4add8e717b17:/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 +1e21c9a297a9fe668d62887a3a6a4add8e717b17-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 19 19:13:30.434 INFO blam! 67c20e0e39a3c7c148c72d24a1f22343a53b2565baa9cf7031d6804b6fe4927c Sep 19 19:13:30.436 INFO running `"docker" "start" "-a" "67c20e0e39a3c7c148c72d24a1f22343a53b2565baa9cf7031d6804b6fe4927c"` Sep 19 19:13:31.199 INFO kablam! usermod: no changes Sep 19 19:13:31.218 INFO kablam! Checking tarch v0.1.0 (/source) Sep 19 19:13:31.291 INFO kablam! error[E0432]: unresolved import `core::simd` Sep 19 19:13:31.291 INFO kablam! --> src/lib.rs:5:17 Sep 19 19:13:31.291 INFO kablam! | Sep 19 19:13:31.291 INFO kablam! 5 | use core::{mem, simd}; Sep 19 19:13:31.291 INFO kablam! | ^^^^ no `simd` in the root Sep 19 19:13:31.291 INFO kablam! Sep 19 19:13:31.307 INFO kablam! error[E0412]: cannot find type `f64x4` in this scope Sep 19 19:13:31.307 INFO kablam! --> src/x86_64/../x86/avx.rs:9:32 Sep 19 19:13:31.307 INFO kablam! | Sep 19 19:13:31.307 INFO kablam! 9 | pub unsafe fn _mm256_add_pd(a: f64x4, b: f64x4) -> f64x4 { Sep 19 19:13:31.307 INFO kablam! | ^^^^^ not found in this scope Sep 19 19:13:31.307 INFO kablam! Sep 19 19:13:31.307 INFO kablam! error[E0412]: cannot find type `f64x4` in this scope Sep 19 19:13:31.307 INFO kablam! --> src/x86_64/../x86/avx.rs:9:42 Sep 19 19:13:31.307 INFO kablam! | Sep 19 19:13:31.307 INFO kablam! 9 | pub unsafe fn _mm256_add_pd(a: f64x4, b: f64x4) -> f64x4 { Sep 19 19:13:31.307 INFO kablam! | ^^^^^ not found in this scope Sep 19 19:13:31.307 INFO kablam! Sep 19 19:13:31.308 INFO kablam! error[E0412]: cannot find type `f64x4` in this scope Sep 19 19:13:31.308 INFO kablam! --> src/x86_64/../x86/avx.rs:9:52 Sep 19 19:13:31.308 INFO kablam! | Sep 19 19:13:31.308 INFO kablam! 9 | pub unsafe fn _mm256_add_pd(a: f64x4, b: f64x4) -> f64x4 { Sep 19 19:13:31.308 INFO kablam! | ^^^^^ not found in this scope Sep 19 19:13:31.308 INFO kablam! Sep 19 19:13:31.308 INFO kablam! error[E0412]: cannot find type `i64x4` in this scope Sep 19 19:13:31.308 INFO kablam! --> src/x86_64/avx.rs:10:38 Sep 19 19:13:31.308 INFO kablam! | Sep 19 19:13:31.308 INFO kablam! 10 | pub unsafe fn _mm256_insert_epi64(a: i64x4, i: i64, index: i32) -> i64x4 { Sep 19 19:13:31.308 INFO kablam! | ^^^^^ not found in this scope Sep 19 19:13:31.308 INFO kablam! Sep 19 19:13:31.308 INFO kablam! error[E0412]: cannot find type `i64x4` in this scope Sep 19 19:13:31.308 INFO kablam! --> src/x86_64/avx.rs:10:68 Sep 19 19:13:31.308 INFO kablam! | Sep 19 19:13:31.308 INFO kablam! 10 | pub unsafe fn _mm256_insert_epi64(a: i64x4, i: i64, index: i32) -> i64x4 { Sep 19 19:13:31.308 INFO kablam! | ^^^^^ not found in this scope Sep 19 19:13:31.308 INFO kablam! Sep 19 19:13:31.308 INFO kablam! warning: unused import: `simd::f64x4` Sep 19 19:13:31.308 INFO kablam! --> src/x86_64/../x86/avx.rs:4:5 Sep 19 19:13:31.308 INFO kablam! | Sep 19 19:13:31.308 INFO kablam! 4 | use simd::f64x4; Sep 19 19:13:31.308 INFO kablam! | ^^^^^^^^^^^ Sep 19 19:13:31.308 INFO kablam! | Sep 19 19:13:31.308 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 19 19:13:31.308 INFO kablam! Sep 19 19:13:31.311 INFO kablam! warning: unused import: `simd::i64x4` Sep 19 19:13:31.311 INFO kablam! --> src/x86_64/avx.rs:4:5 Sep 19 19:13:31.311 INFO kablam! | Sep 19 19:13:31.311 INFO kablam! 4 | use simd::i64x4; Sep 19 19:13:31.312 INFO kablam! | ^^^^^^^^^^^ Sep 19 19:13:31.312 INFO kablam! Sep 19 19:13:31.312 INFO kablam! error: aborting due to 6 previous errors Sep 19 19:13:31.312 INFO kablam! Sep 19 19:13:31.312 INFO kablam! Some errors occurred: E0412, E0432. Sep 19 19:13:31.312 INFO kablam! For more information about an error, try `rustc --explain E0412`. Sep 19 19:13:31.317 INFO kablam! error: Could not compile `tarch`. Sep 19 19:13:31.317 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 19 19:13:31.344 INFO kablam! error[E0432]: unresolved import `core::simd` Sep 19 19:13:31.345 INFO kablam! --> src/lib.rs:5:17 Sep 19 19:13:31.345 INFO kablam! | Sep 19 19:13:31.345 INFO kablam! 5 | use core::{mem, simd}; Sep 19 19:13:31.345 INFO kablam! | ^^^^ no `simd` in the root Sep 19 19:13:31.345 INFO kablam! Sep 19 19:13:31.358 INFO kablam! error[E0412]: cannot find type `f64x4` in this scope Sep 19 19:13:31.358 INFO kablam! --> src/x86_64/../x86/avx.rs:9:32 Sep 19 19:13:31.358 INFO kablam! | Sep 19 19:13:31.358 INFO kablam! 9 | pub unsafe fn _mm256_add_pd(a: f64x4, b: f64x4) -> f64x4 { Sep 19 19:13:31.358 INFO kablam! | ^^^^^ not found in this scope Sep 19 19:13:31.358 INFO kablam! Sep 19 19:13:31.358 INFO kablam! error[E0412]: cannot find type `f64x4` in this scope Sep 19 19:13:31.358 INFO kablam! --> src/x86_64/../x86/avx.rs:9:42 Sep 19 19:13:31.359 INFO kablam! | Sep 19 19:13:31.359 INFO kablam! 9 | pub unsafe fn _mm256_add_pd(a: f64x4, b: f64x4) -> f64x4 { Sep 19 19:13:31.359 INFO kablam! | ^^^^^ not found in this scope Sep 19 19:13:31.359 INFO kablam! Sep 19 19:13:31.359 INFO kablam! error[E0412]: cannot find type `f64x4` in this scope Sep 19 19:13:31.359 INFO kablam! --> src/x86_64/../x86/avx.rs:9:52 Sep 19 19:13:31.359 INFO kablam! | Sep 19 19:13:31.359 INFO kablam! 9 | pub unsafe fn _mm256_add_pd(a: f64x4, b: f64x4) -> f64x4 { Sep 19 19:13:31.359 INFO kablam! | ^^^^^ not found in this scope Sep 19 19:13:31.359 INFO kablam! Sep 19 19:13:31.359 INFO kablam! error[E0412]: cannot find type `i64x4` in this scope Sep 19 19:13:31.359 INFO kablam! --> src/x86_64/avx.rs:10:38 Sep 19 19:13:31.359 INFO kablam! | Sep 19 19:13:31.359 INFO kablam! 10 | pub unsafe fn _mm256_insert_epi64(a: i64x4, i: i64, index: i32) -> i64x4 { Sep 19 19:13:31.359 INFO kablam! | ^^^^^ not found in this scope Sep 19 19:13:31.359 INFO kablam! Sep 19 19:13:31.359 INFO kablam! error[E0412]: cannot find type `i64x4` in this scope Sep 19 19:13:31.359 INFO kablam! --> src/x86_64/avx.rs:10:68 Sep 19 19:13:31.359 INFO kablam! | Sep 19 19:13:31.359 INFO kablam! 10 | pub unsafe fn _mm256_insert_epi64(a: i64x4, i: i64, index: i32) -> i64x4 { Sep 19 19:13:31.359 INFO kablam! | ^^^^^ not found in this scope Sep 19 19:13:31.359 INFO kablam! Sep 19 19:13:31.359 INFO kablam! warning: unused import: `simd::f64x4` Sep 19 19:13:31.359 INFO kablam! --> src/x86_64/../x86/avx.rs:4:5 Sep 19 19:13:31.359 INFO kablam! | Sep 19 19:13:31.359 INFO kablam! 4 | use simd::f64x4; Sep 19 19:13:31.359 INFO kablam! | ^^^^^^^^^^^ Sep 19 19:13:31.359 INFO kablam! | Sep 19 19:13:31.359 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 19 19:13:31.359 INFO kablam! Sep 19 19:13:31.362 INFO kablam! warning: unused import: `simd::i64x4` Sep 19 19:13:31.362 INFO kablam! --> src/x86_64/avx.rs:4:5 Sep 19 19:13:31.362 INFO kablam! | Sep 19 19:13:31.362 INFO kablam! 4 | use simd::i64x4; Sep 19 19:13:31.362 INFO kablam! | ^^^^^^^^^^^ Sep 19 19:13:31.362 INFO kablam! Sep 19 19:13:31.367 INFO kablam! error: aborting due to 6 previous errors Sep 19 19:13:31.367 INFO kablam! Sep 19 19:13:31.367 INFO kablam! Some errors occurred: E0412, E0432. Sep 19 19:13:31.367 INFO kablam! For more information about an error, try `rustc --explain E0412`. Sep 19 19:13:31.372 INFO kablam! error: Could not compile `tarch`. Sep 19 19:13:31.372 INFO kablam! Sep 19 19:13:31.372 INFO kablam! To learn more, run the command again with --verbose. Sep 19 19:13:31.373 INFO kablam! su: No module specific data is present Sep 19 19:13:31.957 INFO running `"docker" "rm" "-f" "67c20e0e39a3c7c148c72d24a1f22343a53b2565baa9cf7031d6804b6fe4927c"` Sep 19 19:13:32.039 INFO blam! 67c20e0e39a3c7c148c72d24a1f22343a53b2565baa9cf7031d6804b6fe4927c