[INFO] cloning repository https://github.com/peterr-s/n-adj-compat [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/peterr-s/n-adj-compat" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpeterr-s%2Fn-adj-compat"` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpeterr-s%2Fn-adj-compat'... [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 5d9395c6b4638a78958716e01750de42c5f0c832 [INFO] checking peterr-s/n-adj-compat against try#e4dba30b9b475d8750370c4dfb49b6541990904d for pr-71393 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpeterr-s%2Fn-adj-compat" "/workspace/builds/worker-4/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-4/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/peterr-s/n-adj-compat on toolchain e4dba30b9b475d8750370c4dfb49b6541990904d [INFO] running `"/workspace/cargo-home/bin/cargo" "+e4dba30b9b475d8750370c4dfb49b6541990904d" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/peterr-s/n-adj-compat [INFO] finished tweaking git repo https://github.com/peterr-s/n-adj-compat [INFO] tweaked toml for git repo https://github.com/peterr-s/n-adj-compat written to /workspace/builds/worker-4/source/Cargo.toml [INFO] crate git repo https://github.com/peterr-s/n-adj-compat already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+e4dba30b9b475d8750370c4dfb49b6541990904d" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded tensorflow-sys v0.11.0 [INFO] [stderr] Downloaded simd v0.2.2 [INFO] [stderr] Downloaded rust2vec v0.3.1 [INFO] [stderr] Downloaded tensorflow v0.8.0 [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+e4dba30b9b475d8750370c4dfb49b6541990904d" "check" "--frozen" "--all" "--all-targets"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] c9b7e0851c78c1be2139a5bc93ff0d46879ab7a3e9f43e098ad6275313b5c865 [INFO] running `"docker" "start" "-a" "c9b7e0851c78c1be2139a5bc93ff0d46879ab7a3e9f43e098ad6275313b5c865"` [INFO] [stderr] Compiling cc v1.0.15 [INFO] [stderr] Checking libc v0.2.40 [INFO] [stderr] Compiling pkg-config v0.3.11 [INFO] [stderr] Compiling cfg-if v0.1.3 [INFO] [stderr] Compiling unicode-xid v0.0.4 [INFO] [stderr] Compiling openssl-probe v0.1.2 [INFO] [stderr] Compiling quote v0.3.15 [INFO] [stderr] Checking void v1.0.2 [INFO] [stderr] Compiling winapi-build v0.1.1 [INFO] [stderr] Compiling matrixmultiply v0.1.14 [INFO] [stderr] Checking rawpointer v0.1.0 [INFO] [stderr] Checking ucd-util v0.1.1 [INFO] [stderr] Checking winapi v0.2.8 [INFO] [stderr] Checking lazy_static v1.0.1 [INFO] [stderr] Compiling serde v1.0.70 [INFO] [stderr] Compiling ndarray v0.11.2 [INFO] [stderr] Checking lazy_static v0.2.11 [INFO] [stderr] Checking bit-vec v0.4.4 [INFO] [stderr] Checking itoa v0.4.2 [INFO] [stderr] Checking dtoa v0.4.3 [INFO] [stderr] Checking unicode-width v0.1.5 [INFO] [stderr] Checking simd v0.2.2 [INFO] [stderr] Compiling num-traits v0.2.4 [INFO] [stderr] Compiling xattr v0.2.1 [INFO] [stderr] Compiling semver v0.9.0 [INFO] [stderr] Checking owning_ref v0.3.3 [INFO] [stderr] Compiling regex v0.2.11 [INFO] [stderr] error[E0606]: casting `f64` as `isize` is invalid [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/dtoa-0.4.3/src/diyfp.rs:243:17 [INFO] [stderr] | [INFO] [stderr] 243 | let mut k = dk as isize; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/dtoa-0.4.3/src/lib.rs:27:9 [INFO] [stderr] | [INFO] [stderr] 27 | / dtoa! { [INFO] [stderr] 28 | | floating_type: f32, [INFO] [stderr] 29 | | significand_type: u32, [INFO] [stderr] 30 | | exponent_type: i32, [INFO] [stderr] ... | [INFO] [stderr] 41 | | min_power: (-36), [INFO] [stderr] 42 | | }; [INFO] [stderr] | |__________- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0606]: casting `f64` as `isize` is invalid [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/dtoa-0.4.3/src/diyfp.rs:243:17 [INFO] [stderr] | [INFO] [stderr] 243 | let mut k = dk as isize; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/dtoa-0.4.3/src/lib.rs:49:9 [INFO] [stderr] | [INFO] [stderr] 49 | / dtoa! { [INFO] [stderr] 50 | | floating_type: f64, [INFO] [stderr] 51 | | significand_type: u64, [INFO] [stderr] 52 | | exponent_type: isize, [INFO] [stderr] ... | [INFO] [stderr] 63 | | min_power: (-348), [INFO] [stderr] 64 | | }; [INFO] [stderr] | |__________- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: aborting due to 2 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0606`. [INFO] [stderr] Checking itertools v0.6.5 [INFO] [stderr] error: could not compile `dtoa`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: unrecognized platform-specific intrinsic function: `x86_mm_movemask_ps` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/simd-0.2.2/src/x86/sse2.rs:10:5 [INFO] [stderr] | [INFO] [stderr] 10 | fn x86_mm_movemask_ps(x: f32x4) -> i32; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: unrecognized platform-specific intrinsic function: `x86_mm_max_ps` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/simd-0.2.2/src/x86/sse2.rs:11:5 [INFO] [stderr] | [INFO] [stderr] 11 | fn x86_mm_max_ps(x: f32x4, y: f32x4) -> f32x4; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: unrecognized platform-specific intrinsic function: `x86_mm_min_ps` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/simd-0.2.2/src/x86/sse2.rs:12:5 [INFO] [stderr] | [INFO] [stderr] 12 | fn x86_mm_min_ps(x: f32x4, y: f32x4) -> f32x4; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: unrecognized platform-specific intrinsic function: `x86_mm_rsqrt_ps` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/simd-0.2.2/src/x86/sse2.rs:13:5 [INFO] [stderr] | [INFO] [stderr] 13 | fn x86_mm_rsqrt_ps(x: f32x4) -> f32x4; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: unrecognized platform-specific intrinsic function: `x86_mm_rcp_ps` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/simd-0.2.2/src/x86/sse2.rs:14:5 [INFO] [stderr] | [INFO] [stderr] 14 | fn x86_mm_rcp_ps(x: f32x4) -> f32x4; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: unrecognized platform-specific intrinsic function: `x86_mm_sqrt_ps` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/simd-0.2.2/src/x86/sse2.rs:15:5 [INFO] [stderr] | [INFO] [stderr] 15 | fn x86_mm_sqrt_ps(x: f32x4) -> f32x4; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: unrecognized platform-specific intrinsic function: `x86_mm_adds_epi8` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/simd-0.2.2/src/x86/sse2.rs:19:5 [INFO] [stderr] | [INFO] [stderr] 19 | fn x86_mm_adds_epi8(x: i8x16, y: i8x16) -> i8x16; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: unrecognized platform-specific intrinsic function: `x86_mm_adds_epu8` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/simd-0.2.2/src/x86/sse2.rs:20:5 [INFO] [stderr] | [INFO] [stderr] 20 | fn x86_mm_adds_epu8(x: u8x16, y: u8x16) -> u8x16; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: unrecognized platform-specific intrinsic function: `x86_mm_adds_epi16` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/simd-0.2.2/src/x86/sse2.rs:21:5 [INFO] [stderr] | [INFO] [stderr] 21 | fn x86_mm_adds_epi16(x: i16x8, y: i16x8) -> i16x8; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: unrecognized platform-specific intrinsic function: `x86_mm_adds_epu16` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/simd-0.2.2/src/x86/sse2.rs:22:5 [INFO] [stderr] | [INFO] [stderr] 22 | fn x86_mm_adds_epu16(x: u16x8, y: u16x8) -> u16x8; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: unrecognized platform-specific intrinsic function: `x86_mm_avg_epu8` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/simd-0.2.2/src/x86/sse2.rs:23:5 [INFO] [stderr] | [INFO] [stderr] 23 | fn x86_mm_avg_epu8(x: u8x16, y: u8x16) -> u8x16; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: unrecognized platform-specific intrinsic function: `x86_mm_avg_epu16` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/simd-0.2.2/src/x86/sse2.rs:24:5 [INFO] [stderr] | [INFO] [stderr] 24 | fn x86_mm_avg_epu16(x: u16x8, y: u16x8) -> u16x8; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: unrecognized platform-specific intrinsic function: `x86_mm_madd_epi16` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/simd-0.2.2/src/x86/sse2.rs:25:5 [INFO] [stderr] | [INFO] [stderr] 25 | fn x86_mm_madd_epi16(x: i16x8, y: i16x8) -> i32x4; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: unrecognized platform-specific intrinsic function: `x86_mm_max_epi16` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/simd-0.2.2/src/x86/sse2.rs:26:5 [INFO] [stderr] | [INFO] [stderr] 26 | fn x86_mm_max_epi16(x: i16x8, y: i16x8) -> i16x8; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: unrecognized platform-specific intrinsic function: `x86_mm_max_epu8` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/simd-0.2.2/src/x86/sse2.rs:27:5 [INFO] [stderr] | [INFO] [stderr] 27 | fn x86_mm_max_epu8(x: u8x16, y: u8x16) -> u8x16; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: unrecognized platform-specific intrinsic function: `x86_mm_max_pd` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/simd-0.2.2/src/x86/sse2.rs:28:5 [INFO] [stderr] | [INFO] [stderr] 28 | fn x86_mm_max_pd(x: f64x2, y: f64x2) -> f64x2; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: unrecognized platform-specific intrinsic function: `x86_mm_min_epi16` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/simd-0.2.2/src/x86/sse2.rs:29:5 [INFO] [stderr] | [INFO] [stderr] 29 | fn x86_mm_min_epi16(x: i16x8, y: i16x8) -> i16x8; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: unrecognized platform-specific intrinsic function: `x86_mm_min_epu8` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/simd-0.2.2/src/x86/sse2.rs:30:5 [INFO] [stderr] | [INFO] [stderr] 30 | fn x86_mm_min_epu8(x: u8x16, y: u8x16) -> u8x16; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: unrecognized platform-specific intrinsic function: `x86_mm_min_pd` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/simd-0.2.2/src/x86/sse2.rs:31:5 [INFO] [stderr] | [INFO] [stderr] 31 | fn x86_mm_min_pd(x: f64x2, y: f64x2) -> f64x2; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: unrecognized platform-specific intrinsic function: `x86_mm_movemask_pd` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/simd-0.2.2/src/x86/sse2.rs:32:5 [INFO] [stderr] | [INFO] [stderr] 32 | fn x86_mm_movemask_pd(x: f64x2) -> i32; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: unrecognized platform-specific intrinsic function: `x86_mm_movemask_epi8` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/simd-0.2.2/src/x86/sse2.rs:33:5 [INFO] [stderr] | [INFO] [stderr] 33 | fn x86_mm_movemask_epi8(x: i8x16) -> i32; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: unrecognized platform-specific intrinsic function: `x86_mm_mul_epu32` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/simd-0.2.2/src/x86/sse2.rs:34:5 [INFO] [stderr] | [INFO] [stderr] 34 | fn x86_mm_mul_epu32(x: u32x4, y: u32x4) -> u64x2; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: unrecognized platform-specific intrinsic function: `x86_mm_mulhi_epi16` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/simd-0.2.2/src/x86/sse2.rs:35:5 [INFO] [stderr] | [INFO] [stderr] 35 | fn x86_mm_mulhi_epi16(x: i16x8, y: i16x8) -> i16x8; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: unrecognized platform-specific intrinsic function: `x86_mm_mulhi_epu16` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/simd-0.2.2/src/x86/sse2.rs:36:5 [INFO] [stderr] | [INFO] [stderr] 36 | fn x86_mm_mulhi_epu16(x: u16x8, y: u16x8) -> u16x8; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: unrecognized platform-specific intrinsic function: `x86_mm_packs_epi16` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/simd-0.2.2/src/x86/sse2.rs:37:5 [INFO] [stderr] | [INFO] [stderr] 37 | fn x86_mm_packs_epi16(x: i16x8, y: i16x8) -> i8x16; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: unrecognized platform-specific intrinsic function: `x86_mm_packs_epi32` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/simd-0.2.2/src/x86/sse2.rs:38:5 [INFO] [stderr] | [INFO] [stderr] 38 | fn x86_mm_packs_epi32(x: i32x4, y: i32x4) -> i16x8; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: unrecognized platform-specific intrinsic function: `x86_mm_packus_epi16` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/simd-0.2.2/src/x86/sse2.rs:39:5 [INFO] [stderr] | [INFO] [stderr] 39 | fn x86_mm_packus_epi16(x: i16x8, y: i16x8) -> u8x16; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: unrecognized platform-specific intrinsic function: `x86_mm_sad_epu8` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/simd-0.2.2/src/x86/sse2.rs:40:5 [INFO] [stderr] | [INFO] [stderr] 40 | fn x86_mm_sad_epu8(x: u8x16, y: u8x16) -> u64x2; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: unrecognized platform-specific intrinsic function: `x86_mm_sqrt_pd` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/simd-0.2.2/src/x86/sse2.rs:41:5 [INFO] [stderr] | [INFO] [stderr] 41 | fn x86_mm_sqrt_pd(x: f64x2) -> f64x2; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: unrecognized platform-specific intrinsic function: `x86_mm_subs_epi8` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/simd-0.2.2/src/x86/sse2.rs:42:5 [INFO] [stderr] | [INFO] [stderr] 42 | fn x86_mm_subs_epi8(x: i8x16, y: i8x16) -> i8x16; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: unrecognized platform-specific intrinsic function: `x86_mm_subs_epu8` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/simd-0.2.2/src/x86/sse2.rs:43:5 [INFO] [stderr] | [INFO] [stderr] 43 | fn x86_mm_subs_epu8(x: u8x16, y: u8x16) -> u8x16; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: unrecognized platform-specific intrinsic function: `x86_mm_subs_epi16` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/simd-0.2.2/src/x86/sse2.rs:44:5 [INFO] [stderr] | [INFO] [stderr] 44 | fn x86_mm_subs_epi16(x: i16x8, y: i16x8) -> i16x8; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: unrecognized platform-specific intrinsic function: `x86_mm_subs_epu16` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/simd-0.2.2/src/x86/sse2.rs:45:5 [INFO] [stderr] | [INFO] [stderr] 45 | fn x86_mm_subs_epu16(x: u16x8, y: u16x8) -> u16x8; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: aborting due to 33 previous errors [INFO] [stderr] [INFO] [stderr] error: could not compile `simd`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "c9b7e0851c78c1be2139a5bc93ff0d46879ab7a3e9f43e098ad6275313b5c865"` [INFO] running `"docker" "rm" "-f" "c9b7e0851c78c1be2139a5bc93ff0d46879ab7a3e9f43e098ad6275313b5c865"` [INFO] [stdout] c9b7e0851c78c1be2139a5bc93ff0d46879ab7a3e9f43e098ad6275313b5c865