[INFO] fetching crate simd-alt 0.2.0... [INFO] testing simd-alt-0.2.0 against 1.60.0 for beta-1.61-1 [INFO] extracting crate simd-alt 0.2.0 into /workspace/builds/worker-12/source [INFO] validating manifest of crates.io crate simd-alt 0.2.0 on toolchain 1.60.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate simd-alt 0.2.0 [INFO] finished tweaking crates.io crate simd-alt 0.2.0 [INFO] tweaked toml for crates.io crate simd-alt 0.2.0 written to /workspace/builds/worker-12/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] fb817fe83c4a4d0a7d84f1a439bc4c072f785cfbf26847e2c64831e6437c5369 [INFO] running `Command { std: "docker" "start" "-a" "fb817fe83c4a4d0a7d84f1a439bc4c072f785cfbf26847e2c64831e6437c5369", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "fb817fe83c4a4d0a7d84f1a439bc4c072f785cfbf26847e2c64831e6437c5369", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "fb817fe83c4a4d0a7d84f1a439bc4c072f785cfbf26847e2c64831e6437c5369", kill_on_drop: false }` [INFO] [stdout] fb817fe83c4a4d0a7d84f1a439bc4c072f785cfbf26847e2c64831e6437c5369 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] f20ce0aeb9f8fc681394040d269dbd672f4e0b03043ae5cafad540d4e8d4fd9d [INFO] running `Command { std: "docker" "start" "-a" "f20ce0aeb9f8fc681394040d269dbd672f4e0b03043ae5cafad540d4e8d4fd9d", kill_on_drop: false }` [INFO] [stderr] Compiling simd-alt v0.2.0 (/opt/rustwide/workdir) [INFO] [stdout] error[E0557]: feature has been removed [INFO] [stdout] --> src/lib.rs:19:64 [INFO] [stdout] | [INFO] [stdout] 19 | #![feature(cfg_target_feature, repr_simd, platform_intrinsics, const_fn)] [INFO] [stdout] | ^^^^^^^^ feature has been removed [INFO] [stdout] | [INFO] [stdout] = note: split into finer-grained feature gates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0554]: `#![feature]` may not be used on the stable release channel [INFO] [stdout] --> src/lib.rs:19:1 [INFO] [stdout] | [INFO] [stdout] 19 | #![feature(cfg_target_feature, repr_simd, platform_intrinsics, const_fn)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: the feature `cfg_target_feature` has been stable since 1.27.0 and no longer requires an attribute to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused attribute [INFO] [stdout] --> src/common.rs:171:13 [INFO] [stdout] | [INFO] [stdout] 171 | #[inline] [INFO] [stdout] | ^^^^^^^^^ help: remove this attribute [INFO] [stdout] ... [INFO] [stdout] 281 | / bool_impls! { [INFO] [stdout] 282 | | bool32ix4: bool32i, i32x4, i32, 4, bool32ix4_all, bool32ix4_any, x0, x1 | x2, x3 [INFO] [stdout] 283 | | [/// Convert `self` to a boolean vector for interacting with floating point vectors. [INFO] [stdout] 284 | | to_f -> bool32fx4]; [INFO] [stdout] ... | [INFO] [stdout] 291 | | bool8ix16: bool8i, i8x16, i8, 16, bool8ix16_all, bool8ix16_any, x0, x1, x2, x3, x4, x5, x6, x7 | x8, x9, x10, x11, x12, x13, x14, x15... [INFO] [stdout] 292 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_attributes)]` on by default [INFO] [stdout] note: attribute also specified here [INFO] [stdout] --> src/common.rs:170:13 [INFO] [stdout] | [INFO] [stdout] 170 | #[inline] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 281 | / bool_impls! { [INFO] [stdout] 282 | | bool32ix4: bool32i, i32x4, i32, 4, bool32ix4_all, bool32ix4_any, x0, x1 | x2, x3 [INFO] [stdout] 283 | | [/// Convert `self` to a boolean vector for interacting with floating point vectors. [INFO] [stdout] 284 | | to_f -> bool32fx4]; [INFO] [stdout] ... | [INFO] [stdout] 291 | | bool8ix16: bool8i, i8x16, i8, 16, bool8ix16_all, bool8ix16_any, x0, x1, x2, x3, x4, x5, x6, x7 | x8, x9, x10, x11, x12, x13, x14, x15... [INFO] [stdout] 292 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: this warning originates in the macro `bool_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused attribute [INFO] [stdout] --> src/common.rs:171:13 [INFO] [stdout] | [INFO] [stdout] 171 | #[inline] [INFO] [stdout] | ^^^^^^^^^ help: remove this attribute [INFO] [stdout] | [INFO] [stdout] ::: src/sixty_four.rs:80:1 [INFO] [stdout] | [INFO] [stdout] 80 | / bool_impls! { [INFO] [stdout] 81 | | bool64ix2: bool64i, i64x2, i64, 2, bool64ix2_all, bool64ix2_any, x0 | x1 [INFO] [stdout] 82 | | [/// Convert `self` to a boolean vector for interacting with floating point vectors. [INFO] [stdout] 83 | | to_f -> bool64fx2]; [INFO] [stdout] ... | [INFO] [stdout] 87 | | to_i -> bool64ix2]; [INFO] [stdout] 88 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: attribute also specified here [INFO] [stdout] --> src/common.rs:170:13 [INFO] [stdout] | [INFO] [stdout] 170 | #[inline] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/sixty_four.rs:80:1 [INFO] [stdout] | [INFO] [stdout] 80 | / bool_impls! { [INFO] [stdout] 81 | | bool64ix2: bool64i, i64x2, i64, 2, bool64ix2_all, bool64ix2_any, x0 | x1 [INFO] [stdout] 82 | | [/// Convert `self` to a boolean vector for interacting with floating point vectors. [INFO] [stdout] 83 | | to_f -> bool64fx2]; [INFO] [stdout] ... | [INFO] [stdout] 87 | | to_i -> bool64ix2]; [INFO] [stdout] 88 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: this warning originates in the macro `bool_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused attribute [INFO] [stdout] --> src/common.rs:171:13 [INFO] [stdout] | [INFO] [stdout] 171 | #[inline] [INFO] [stdout] | ^^^^^^^^^ help: remove this attribute [INFO] [stdout] | [INFO] [stdout] ::: src/v256.rs:164:1 [INFO] [stdout] | [INFO] [stdout] 164 | / bool_impls! { [INFO] [stdout] 165 | | bool64ix4: bool64i, i64x4, i64, 4, bool64ix4_all, bool64ix4_any, x0, x1 | x2, x3 [INFO] [stdout] 166 | | [/// Convert `self` to a boolean vector for interacting with floating point vectors. [INFO] [stdout] 167 | | to_f -> bool64fx4]; [INFO] [stdout] ... | [INFO] [stdout] 186 | | x16, x17, x18, x19, x20, x21, x22, x23, x24, x25, x26, x27, x28, x29, x30, x31 []; [INFO] [stdout] 187 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: attribute also specified here [INFO] [stdout] --> src/common.rs:170:13 [INFO] [stdout] | [INFO] [stdout] 170 | #[inline] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/v256.rs:164:1 [INFO] [stdout] | [INFO] [stdout] 164 | / bool_impls! { [INFO] [stdout] 165 | | bool64ix4: bool64i, i64x4, i64, 4, bool64ix4_all, bool64ix4_any, x0, x1 | x2, x3 [INFO] [stdout] 166 | | [/// Convert `self` to a boolean vector for interacting with floating point vectors. [INFO] [stdout] 167 | | to_f -> bool64fx4]; [INFO] [stdout] ... | [INFO] [stdout] 186 | | x16, x17, x18, x19, x20, x21, x22, x23, x24, x25, x26, x27, x28, x29, x30, x31 []; [INFO] [stdout] 187 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: this warning originates in the macro `bool_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: unrecognized platform-specific intrinsic function: `x86_mm_movemask_ps` [INFO] [stdout] --> src/x86/sse2.rs:10:5 [INFO] [stdout] | [INFO] [stdout] 10 | fn x86_mm_movemask_ps(x: f32x4) -> i32; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: unrecognized platform-specific intrinsic function: `x86_mm_max_ps` [INFO] [stdout] --> src/x86/sse2.rs:11:5 [INFO] [stdout] | [INFO] [stdout] 11 | fn x86_mm_max_ps(x: f32x4, y: f32x4) -> f32x4; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: unrecognized platform-specific intrinsic function: `x86_mm_min_ps` [INFO] [stdout] --> src/x86/sse2.rs:12:5 [INFO] [stdout] | [INFO] [stdout] 12 | fn x86_mm_min_ps(x: f32x4, y: f32x4) -> f32x4; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: unrecognized platform-specific intrinsic function: `x86_mm_rsqrt_ps` [INFO] [stdout] --> src/x86/sse2.rs:13:5 [INFO] [stdout] | [INFO] [stdout] 13 | fn x86_mm_rsqrt_ps(x: f32x4) -> f32x4; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: unrecognized platform-specific intrinsic function: `x86_mm_rcp_ps` [INFO] [stdout] --> src/x86/sse2.rs:14:5 [INFO] [stdout] | [INFO] [stdout] 14 | fn x86_mm_rcp_ps(x: f32x4) -> f32x4; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: unrecognized platform-specific intrinsic function: `x86_mm_sqrt_ps` [INFO] [stdout] --> src/x86/sse2.rs:15:5 [INFO] [stdout] | [INFO] [stdout] 15 | fn x86_mm_sqrt_ps(x: f32x4) -> f32x4; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: unrecognized platform-specific intrinsic function: `x86_mm_adds_epi8` [INFO] [stdout] --> src/x86/sse2.rs:19:5 [INFO] [stdout] | [INFO] [stdout] 19 | fn x86_mm_adds_epi8(x: i8x16, y: i8x16) -> i8x16; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: unrecognized platform-specific intrinsic function: `x86_mm_adds_epu8` [INFO] [stdout] --> src/x86/sse2.rs:20:5 [INFO] [stdout] | [INFO] [stdout] 20 | fn x86_mm_adds_epu8(x: u8x16, y: u8x16) -> u8x16; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: unrecognized platform-specific intrinsic function: `x86_mm_adds_epi16` [INFO] [stdout] --> src/x86/sse2.rs:21:5 [INFO] [stdout] | [INFO] [stdout] 21 | fn x86_mm_adds_epi16(x: i16x8, y: i16x8) -> i16x8; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: unrecognized platform-specific intrinsic function: `x86_mm_adds_epu16` [INFO] [stdout] --> src/x86/sse2.rs:22:5 [INFO] [stdout] | [INFO] [stdout] 22 | fn x86_mm_adds_epu16(x: u16x8, y: u16x8) -> u16x8; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: unrecognized platform-specific intrinsic function: `x86_mm_avg_epu8` [INFO] [stdout] --> src/x86/sse2.rs:23:5 [INFO] [stdout] | [INFO] [stdout] 23 | fn x86_mm_avg_epu8(x: u8x16, y: u8x16) -> u8x16; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: unrecognized platform-specific intrinsic function: `x86_mm_avg_epu16` [INFO] [stdout] --> src/x86/sse2.rs:24:5 [INFO] [stdout] | [INFO] [stdout] 24 | fn x86_mm_avg_epu16(x: u16x8, y: u16x8) -> u16x8; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: unrecognized platform-specific intrinsic function: `x86_mm_madd_epi16` [INFO] [stdout] --> src/x86/sse2.rs:25:5 [INFO] [stdout] | [INFO] [stdout] 25 | fn x86_mm_madd_epi16(x: i16x8, y: i16x8) -> i32x4; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: unrecognized platform-specific intrinsic function: `x86_mm_max_epi16` [INFO] [stdout] --> src/x86/sse2.rs:26:5 [INFO] [stdout] | [INFO] [stdout] 26 | fn x86_mm_max_epi16(x: i16x8, y: i16x8) -> i16x8; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: unrecognized platform-specific intrinsic function: `x86_mm_max_epu8` [INFO] [stdout] --> src/x86/sse2.rs:27:5 [INFO] [stdout] | [INFO] [stdout] 27 | fn x86_mm_max_epu8(x: u8x16, y: u8x16) -> u8x16; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: unrecognized platform-specific intrinsic function: `x86_mm_max_pd` [INFO] [stdout] --> src/x86/sse2.rs:28:5 [INFO] [stdout] | [INFO] [stdout] 28 | fn x86_mm_max_pd(x: f64x2, y: f64x2) -> f64x2; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: unrecognized platform-specific intrinsic function: `x86_mm_min_epi16` [INFO] [stdout] --> src/x86/sse2.rs:29:5 [INFO] [stdout] | [INFO] [stdout] 29 | fn x86_mm_min_epi16(x: i16x8, y: i16x8) -> i16x8; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: unrecognized platform-specific intrinsic function: `x86_mm_min_epu8` [INFO] [stdout] --> src/x86/sse2.rs:30:5 [INFO] [stdout] | [INFO] [stdout] 30 | fn x86_mm_min_epu8(x: u8x16, y: u8x16) -> u8x16; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: unrecognized platform-specific intrinsic function: `x86_mm_min_pd` [INFO] [stdout] --> src/x86/sse2.rs:31:5 [INFO] [stdout] | [INFO] [stdout] 31 | fn x86_mm_min_pd(x: f64x2, y: f64x2) -> f64x2; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: unrecognized platform-specific intrinsic function: `x86_mm_movemask_pd` [INFO] [stdout] --> src/x86/sse2.rs:32:5 [INFO] [stdout] | [INFO] [stdout] 32 | fn x86_mm_movemask_pd(x: f64x2) -> i32; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: unrecognized platform-specific intrinsic function: `x86_mm_movemask_epi8` [INFO] [stdout] --> src/x86/sse2.rs:33:5 [INFO] [stdout] | [INFO] [stdout] 33 | fn x86_mm_movemask_epi8(x: i8x16) -> i32; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: unrecognized platform-specific intrinsic function: `x86_mm_mul_epu32` [INFO] [stdout] --> src/x86/sse2.rs:34:5 [INFO] [stdout] | [INFO] [stdout] 34 | fn x86_mm_mul_epu32(x: u32x4, y: u32x4) -> u64x2; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: unrecognized platform-specific intrinsic function: `x86_mm_mulhi_epi16` [INFO] [stdout] --> src/x86/sse2.rs:35:5 [INFO] [stdout] | [INFO] [stdout] 35 | fn x86_mm_mulhi_epi16(x: i16x8, y: i16x8) -> i16x8; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: unrecognized platform-specific intrinsic function: `x86_mm_mulhi_epu16` [INFO] [stdout] --> src/x86/sse2.rs:36:5 [INFO] [stdout] | [INFO] [stdout] 36 | fn x86_mm_mulhi_epu16(x: u16x8, y: u16x8) -> u16x8; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: unrecognized platform-specific intrinsic function: `x86_mm_packs_epi16` [INFO] [stdout] --> src/x86/sse2.rs:37:5 [INFO] [stdout] | [INFO] [stdout] 37 | fn x86_mm_packs_epi16(x: i16x8, y: i16x8) -> i8x16; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: unrecognized platform-specific intrinsic function: `x86_mm_packs_epi32` [INFO] [stdout] --> src/x86/sse2.rs:38:5 [INFO] [stdout] | [INFO] [stdout] 38 | fn x86_mm_packs_epi32(x: i32x4, y: i32x4) -> i16x8; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: unrecognized platform-specific intrinsic function: `x86_mm_packus_epi16` [INFO] [stdout] --> src/x86/sse2.rs:39:5 [INFO] [stdout] | [INFO] [stdout] 39 | fn x86_mm_packus_epi16(x: i16x8, y: i16x8) -> u8x16; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: unrecognized platform-specific intrinsic function: `x86_mm_sad_epu8` [INFO] [stdout] --> src/x86/sse2.rs:40:5 [INFO] [stdout] | [INFO] [stdout] 40 | fn x86_mm_sad_epu8(x: u8x16, y: u8x16) -> u64x2; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: unrecognized platform-specific intrinsic function: `x86_mm_sqrt_pd` [INFO] [stdout] --> src/x86/sse2.rs:41:5 [INFO] [stdout] | [INFO] [stdout] 41 | fn x86_mm_sqrt_pd(x: f64x2) -> f64x2; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: unrecognized platform-specific intrinsic function: `x86_mm_subs_epi8` [INFO] [stdout] --> src/x86/sse2.rs:42:5 [INFO] [stdout] | [INFO] [stdout] 42 | fn x86_mm_subs_epi8(x: i8x16, y: i8x16) -> i8x16; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: unrecognized platform-specific intrinsic function: `x86_mm_subs_epu8` [INFO] [stdout] --> src/x86/sse2.rs:43:5 [INFO] [stdout] | [INFO] [stdout] 43 | fn x86_mm_subs_epu8(x: u8x16, y: u8x16) -> u8x16; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: unrecognized platform-specific intrinsic function: `x86_mm_subs_epi16` [INFO] [stdout] --> src/x86/sse2.rs:44:5 [INFO] [stdout] | [INFO] [stdout] 44 | fn x86_mm_subs_epi16(x: i16x8, y: i16x8) -> i16x8; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: unrecognized platform-specific intrinsic function: `x86_mm_subs_epu16` [INFO] [stdout] --> src/x86/sse2.rs:45:5 [INFO] [stdout] | [INFO] [stdout] 45 | fn x86_mm_subs_epu16(x: u16x8, y: u16x8) -> u16x8; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 35 previous errors; 3 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0554, E0557. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0554`. [INFO] [stdout] [INFO] [stderr] error: could not compile `simd-alt` due to 36 previous errors; 3 warnings emitted [INFO] running `Command { std: "docker" "inspect" "f20ce0aeb9f8fc681394040d269dbd672f4e0b03043ae5cafad540d4e8d4fd9d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f20ce0aeb9f8fc681394040d269dbd672f4e0b03043ae5cafad540d4e8d4fd9d", kill_on_drop: false }` [INFO] [stdout] f20ce0aeb9f8fc681394040d269dbd672f4e0b03043ae5cafad540d4e8d4fd9d