[INFO] fetching crate fringe 1.2.1...
[INFO] checking fringe-1.2.1 against master#30f74ff0dc4d66debc8b50724c446f817e5f75f4 for pr-121848-1
[INFO] extracting crate fringe 1.2.1 into /workspace/builds/worker-2-tc1/source
[INFO] validating manifest of crates.io crate fringe 1.2.1 on toolchain 30f74ff0dc4d66debc8b50724c446f817e5f75f4
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+30f74ff0dc4d66debc8b50724c446f817e5f75f4" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate fringe 1.2.1
[INFO] finished tweaking crates.io crate fringe 1.2.1
[INFO] tweaked toml for crates.io crate fringe 1.2.1 written to /workspace/builds/worker-2-tc1/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+30f74ff0dc4d66debc8b50724c446f817e5f75f4" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+30f74ff0dc4d66debc8b50724c446f817e5f75f4" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded valgrind_request v1.1.0
[INFO] [stderr]   Downloaded simd v0.1.1
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+30f74ff0dc4d66debc8b50724c446f817e5f75f4" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 50db59a1e84bbcdb93034bd098b15401b8473cceaf86908a49273cfa80dbe3a0
[INFO] running `Command { std: "docker" "start" "-a" "50db59a1e84bbcdb93034bd098b15401b8473cceaf86908a49273cfa80dbe3a0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "50db59a1e84bbcdb93034bd098b15401b8473cceaf86908a49273cfa80dbe3a0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "50db59a1e84bbcdb93034bd098b15401b8473cceaf86908a49273cfa80dbe3a0", kill_on_drop: false }`
[INFO] [stdout] 50db59a1e84bbcdb93034bd098b15401b8473cceaf86908a49273cfa80dbe3a0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+30f74ff0dc4d66debc8b50724c446f817e5f75f4" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 89df70760258147750cbc02a0010edf179f04bf9bc781161d4f7b2be27719bba
[INFO] running `Command { std: "docker" "start" "-a" "89df70760258147750cbc02a0010edf179f04bf9bc781161d4f7b2be27719bba", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.153
[INFO] [stderr]     Checking valgrind_request v1.1.0
[INFO] [stderr]     Checking simd v0.1.1
[INFO] [stdout] error[E0557]: feature has been removed
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/simd-0.1.1/src/lib.rs:19:43
[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: SIMD intrinsics use the regular intrinsics ABI now
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0557]: feature has been removed
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/simd-0.1.1/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: cannot find macro `asm` in this scope
[INFO] [stdout]  --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/valgrind_request-1.1.0/src/arch/x86_64.rs:6:3
[INFO] [stdout]   |
[INFO] [stdout] 6 |   asm!("rolq $$3,  %rdi ; rolq $$13, %rdi
[INFO] [stdout]   |   ^^^
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this macro
[INFO] [stdout]   |
[INFO] [stdout] 1 + use core::arch::asm;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `valgrind_request` (lib) due to 2 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] error[E0703]: invalid ABI: found `platform-intrinsic`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/simd-0.1.1/src/lib.rs:194:8
[INFO] [stdout]     |
[INFO] [stdout] 194 | extern "platform-intrinsic" {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^^^^ invalid ABI
[INFO] [stdout]     |
[INFO] [stdout]     = note: invoke `rustc --print=calling-conventions` for a full list of supported calling conventions.
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0703]: invalid ABI: found `platform-intrinsic`
[INFO] [stdout]  --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/simd-0.1.1/src/x86/sse2.rs:9:8
[INFO] [stdout]   |
[INFO] [stdout] 9 | extern "platform-intrinsic" {
[INFO] [stdout]   |        ^^^^^^^^^^^^^^^^^^^^ invalid ABI
[INFO] [stdout]   |
[INFO] [stdout]   = note: invoke `rustc --print=calling-conventions` for a full list of supported calling conventions.
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0703]: invalid ABI: found `platform-intrinsic`
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/simd-0.1.1/src/x86/sse2.rs:18:8
[INFO] [stdout]    |
[INFO] [stdout] 18 | extern "platform-intrinsic" {
[INFO] [stdout]    |        ^^^^^^^^^^^^^^^^^^^^ invalid ABI
[INFO] [stdout]    |
[INFO] [stdout]    = note: invoke `rustc --print=calling-conventions` for a full list of supported calling conventions.
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0044]: foreign items may not have type parameters
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/simd-0.1.1/src/lib.rs:195:5
[INFO] [stdout]     |
[INFO] [stdout] 195 |     fn simd_eq<T: Simd<Bool = U>, U>(x: T, y: T) -> U;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ can't have type parameters
[INFO] [stdout]     |
[INFO] [stdout]     = help: replace the type parameters with concrete types like `u32`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0044]: foreign items may not have type parameters
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/simd-0.1.1/src/lib.rs:196:5
[INFO] [stdout]     |
[INFO] [stdout] 196 |     fn simd_ne<T: Simd<Bool = U>, U>(x: T, y: T) -> U;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ can't have type parameters
[INFO] [stdout]     |
[INFO] [stdout]     = help: replace the type parameters with concrete types like `u32`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0044]: foreign items may not have type parameters
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/simd-0.1.1/src/lib.rs:197:5
[INFO] [stdout]     |
[INFO] [stdout] 197 |     fn simd_lt<T: Simd<Bool = U>, U>(x: T, y: T) -> U;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ can't have type parameters
[INFO] [stdout]     |
[INFO] [stdout]     = help: replace the type parameters with concrete types like `u32`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0044]: foreign items may not have type parameters
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/simd-0.1.1/src/lib.rs:198:5
[INFO] [stdout]     |
[INFO] [stdout] 198 |     fn simd_le<T: Simd<Bool = U>, U>(x: T, y: T) -> U;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ can't have type parameters
[INFO] [stdout]     |
[INFO] [stdout]     = help: replace the type parameters with concrete types like `u32`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0044]: foreign items may not have type parameters
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/simd-0.1.1/src/lib.rs:199:5
[INFO] [stdout]     |
[INFO] [stdout] 199 |     fn simd_gt<T: Simd<Bool = U>, U>(x: T, y: T) -> U;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ can't have type parameters
[INFO] [stdout]     |
[INFO] [stdout]     = help: replace the type parameters with concrete types like `u32`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0044]: foreign items may not have type parameters
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/simd-0.1.1/src/lib.rs:200:5
[INFO] [stdout]     |
[INFO] [stdout] 200 |     fn simd_ge<T: Simd<Bool = U>, U>(x: T, y: T) -> U;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ can't have type parameters
[INFO] [stdout]     |
[INFO] [stdout]     = help: replace the type parameters with concrete types like `u32`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0044]: foreign items may not have type parameters
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/simd-0.1.1/src/lib.rs:202:5
[INFO] [stdout]     |
[INFO] [stdout] 202 |     fn simd_shuffle2<T: Simd, U: Simd<Elem = T::Elem>>(x: T, y: T, idx: [u32; 2]) -> U;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ can't have type parameters
[INFO] [stdout]     |
[INFO] [stdout]     = help: replace the type parameters with concrete types like `u32`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0044]: foreign items may not have type parameters
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/simd-0.1.1/src/lib.rs:203:5
[INFO] [stdout]     |
[INFO] [stdout] 203 |     fn simd_shuffle4<T: Simd, U: Simd<Elem = T::Elem>>(x: T, y: T, idx: [u32; 4]) -> U;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ can't have type parameters
[INFO] [stdout]     |
[INFO] [stdout]     = help: replace the type parameters with concrete types like `u32`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0044]: foreign items may not have type parameters
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/simd-0.1.1/src/lib.rs:204:5
[INFO] [stdout]     |
[INFO] [stdout] 204 |     fn simd_shuffle8<T: Simd, U: Simd<Elem = T::Elem>>(x: T, y: T, idx: [u32; 8]) -> U;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ can't have type parameters
[INFO] [stdout]     |
[INFO] [stdout]     = help: replace the type parameters with concrete types like `u32`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0044]: foreign items may not have type parameters
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/simd-0.1.1/src/lib.rs:205:5
[INFO] [stdout]     |
[INFO] [stdout] 205 |     fn simd_shuffle16<T: Simd, U: Simd<Elem = T::Elem>>(x: T, y: T, idx: [u32; 16]) -> U;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ can't have type parameters
[INFO] [stdout]     |
[INFO] [stdout]     = help: replace the type parameters with concrete types like `u32`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0044]: foreign items may not have type parameters
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/simd-0.1.1/src/lib.rs:207:5
[INFO] [stdout]     |
[INFO] [stdout] 207 |     fn simd_insert<T: Simd<Elem = U>, U>(x: T, idx: u32, val: U) -> T;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ can't have type parameters
[INFO] [stdout]     |
[INFO] [stdout]     = help: replace the type parameters with concrete types like `u32`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0044]: foreign items may not have type parameters
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/simd-0.1.1/src/lib.rs:208:5
[INFO] [stdout]     |
[INFO] [stdout] 208 |     fn simd_extract<T: Simd<Elem = U>, U>(x: T, idx: u32) -> U;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ can't have type parameters
[INFO] [stdout]     |
[INFO] [stdout]     = help: replace the type parameters with concrete types like `u32`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0044]: foreign items may not have type parameters
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/simd-0.1.1/src/lib.rs:210:5
[INFO] [stdout]     |
[INFO] [stdout] 210 |     fn simd_cast<T: Simd, U: Simd>(x: T) -> U;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ can't have type parameters
[INFO] [stdout]     |
[INFO] [stdout]     = help: replace the type parameters with concrete types like `u32`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0044]: foreign items may not have type parameters
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/simd-0.1.1/src/lib.rs:212:5
[INFO] [stdout]     |
[INFO] [stdout] 212 |     fn simd_add<T: Simd>(x: T, y: T) -> T;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ can't have type parameters
[INFO] [stdout]     |
[INFO] [stdout]     = help: replace the type parameters with concrete types like `u32`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0044]: foreign items may not have type parameters
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/simd-0.1.1/src/lib.rs:213:5
[INFO] [stdout]     |
[INFO] [stdout] 213 |     fn simd_sub<T: Simd>(x: T, y: T) -> T;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ can't have type parameters
[INFO] [stdout]     |
[INFO] [stdout]     = help: replace the type parameters with concrete types like `u32`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0044]: foreign items may not have type parameters
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/simd-0.1.1/src/lib.rs:214:5
[INFO] [stdout]     |
[INFO] [stdout] 214 |     fn simd_mul<T: Simd>(x: T, y: T) -> T;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ can't have type parameters
[INFO] [stdout]     |
[INFO] [stdout]     = help: replace the type parameters with concrete types like `u32`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0044]: foreign items may not have type parameters
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/simd-0.1.1/src/lib.rs:215:5
[INFO] [stdout]     |
[INFO] [stdout] 215 |     fn simd_div<T: Simd>(x: T, y: T) -> T;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ can't have type parameters
[INFO] [stdout]     |
[INFO] [stdout]     = help: replace the type parameters with concrete types like `u32`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0044]: foreign items may not have type parameters
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/simd-0.1.1/src/lib.rs:216:5
[INFO] [stdout]     |
[INFO] [stdout] 216 |     fn simd_shl<T: Simd>(x: T, y: T) -> T;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ can't have type parameters
[INFO] [stdout]     |
[INFO] [stdout]     = help: replace the type parameters with concrete types like `u32`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0044]: foreign items may not have type parameters
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/simd-0.1.1/src/lib.rs:217:5
[INFO] [stdout]     |
[INFO] [stdout] 217 |     fn simd_shr<T: Simd>(x: T, y: T) -> T;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ can't have type parameters
[INFO] [stdout]     |
[INFO] [stdout]     = help: replace the type parameters with concrete types like `u32`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0044]: foreign items may not have type parameters
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/simd-0.1.1/src/lib.rs:218:5
[INFO] [stdout]     |
[INFO] [stdout] 218 |     fn simd_and<T: Simd>(x: T, y: T) -> T;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ can't have type parameters
[INFO] [stdout]     |
[INFO] [stdout]     = help: replace the type parameters with concrete types like `u32`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0044]: foreign items may not have type parameters
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/simd-0.1.1/src/lib.rs:219:5
[INFO] [stdout]     |
[INFO] [stdout] 219 |     fn simd_or<T: Simd>(x: T, y: T) -> T;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ can't have type parameters
[INFO] [stdout]     |
[INFO] [stdout]     = help: replace the type parameters with concrete types like `u32`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0044]: foreign items may not have type parameters
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/simd-0.1.1/src/lib.rs:220:5
[INFO] [stdout]     |
[INFO] [stdout] 220 |     fn simd_xor<T: Simd>(x: T, y: T) -> T;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ can't have type parameters
[INFO] [stdout]     |
[INFO] [stdout]     = help: replace the type parameters with concrete types like `u32`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of SIMD type `f32x4` in FFI is highly experimental and may result in invalid code
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/simd-0.1.1/src/x86/sse2.rs:10:30
[INFO] [stdout]    |
[INFO] [stdout] 10 |     fn x86_mm_movemask_ps(x: f32x4) -> i32;
[INFO] [stdout]    |                              ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: add `#![feature(simd_ffi)]` to the crate attributes to enable
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of SIMD type `f32x4` in FFI is highly experimental and may result in invalid code
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/simd-0.1.1/src/x86/sse2.rs:11:25
[INFO] [stdout]    |
[INFO] [stdout] 11 |     fn x86_mm_max_ps(x: f32x4, y: f32x4) -> f32x4;
[INFO] [stdout]    |                         ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: add `#![feature(simd_ffi)]` to the crate attributes to enable
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of SIMD type `f32x4` in FFI is highly experimental and may result in invalid code
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/simd-0.1.1/src/x86/sse2.rs:11:35
[INFO] [stdout]    |
[INFO] [stdout] 11 |     fn x86_mm_max_ps(x: f32x4, y: f32x4) -> f32x4;
[INFO] [stdout]    |                                   ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: add `#![feature(simd_ffi)]` to the crate attributes to enable
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of SIMD type `f32x4` in FFI is highly experimental and may result in invalid code
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/simd-0.1.1/src/x86/sse2.rs:11:45
[INFO] [stdout]    |
[INFO] [stdout] 11 |     fn x86_mm_max_ps(x: f32x4, y: f32x4) -> f32x4;
[INFO] [stdout]    |                                             ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: add `#![feature(simd_ffi)]` to the crate attributes to enable
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of SIMD type `f32x4` in FFI is highly experimental and may result in invalid code
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/simd-0.1.1/src/x86/sse2.rs:12:25
[INFO] [stdout]    |
[INFO] [stdout] 12 |     fn x86_mm_min_ps(x: f32x4, y: f32x4) -> f32x4;
[INFO] [stdout]    |                         ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: add `#![feature(simd_ffi)]` to the crate attributes to enable
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of SIMD type `f32x4` in FFI is highly experimental and may result in invalid code
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/simd-0.1.1/src/x86/sse2.rs:12:35
[INFO] [stdout]    |
[INFO] [stdout] 12 |     fn x86_mm_min_ps(x: f32x4, y: f32x4) -> f32x4;
[INFO] [stdout]    |                                   ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: add `#![feature(simd_ffi)]` to the crate attributes to enable
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of SIMD type `f32x4` in FFI is highly experimental and may result in invalid code
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/simd-0.1.1/src/x86/sse2.rs:12:45
[INFO] [stdout]    |
[INFO] [stdout] 12 |     fn x86_mm_min_ps(x: f32x4, y: f32x4) -> f32x4;
[INFO] [stdout]    |                                             ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: add `#![feature(simd_ffi)]` to the crate attributes to enable
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of SIMD type `f32x4` in FFI is highly experimental and may result in invalid code
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/simd-0.1.1/src/x86/sse2.rs:13:27
[INFO] [stdout]    |
[INFO] [stdout] 13 |     fn x86_mm_rsqrt_ps(x: f32x4) -> f32x4;
[INFO] [stdout]    |                           ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: add `#![feature(simd_ffi)]` to the crate attributes to enable
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of SIMD type `f32x4` in FFI is highly experimental and may result in invalid code
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/simd-0.1.1/src/x86/sse2.rs:13:37
[INFO] [stdout]    |
[INFO] [stdout] 13 |     fn x86_mm_rsqrt_ps(x: f32x4) -> f32x4;
[INFO] [stdout]    |                                     ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: add `#![feature(simd_ffi)]` to the crate attributes to enable
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of SIMD type `f32x4` in FFI is highly experimental and may result in invalid code
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/simd-0.1.1/src/x86/sse2.rs:14:25
[INFO] [stdout]    |
[INFO] [stdout] 14 |     fn x86_mm_rcp_ps(x: f32x4) -> f32x4;
[INFO] [stdout]    |                         ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: add `#![feature(simd_ffi)]` to the crate attributes to enable
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of SIMD type `f32x4` in FFI is highly experimental and may result in invalid code
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/simd-0.1.1/src/x86/sse2.rs:14:35
[INFO] [stdout]    |
[INFO] [stdout] 14 |     fn x86_mm_rcp_ps(x: f32x4) -> f32x4;
[INFO] [stdout]    |                                   ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: add `#![feature(simd_ffi)]` to the crate attributes to enable
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of SIMD type `f32x4` in FFI is highly experimental and may result in invalid code
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/simd-0.1.1/src/x86/sse2.rs:15:26
[INFO] [stdout]    |
[INFO] [stdout] 15 |     fn x86_mm_sqrt_ps(x: f32x4) -> f32x4;
[INFO] [stdout]    |                          ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: add `#![feature(simd_ffi)]` to the crate attributes to enable
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of SIMD type `f32x4` in FFI is highly experimental and may result in invalid code
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/simd-0.1.1/src/x86/sse2.rs:15:36
[INFO] [stdout]    |
[INFO] [stdout] 15 |     fn x86_mm_sqrt_ps(x: f32x4) -> f32x4;
[INFO] [stdout]    |                                    ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: add `#![feature(simd_ffi)]` to the crate attributes to enable
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of SIMD type `i8x16` in FFI is highly experimental and may result in invalid code
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/simd-0.1.1/src/x86/sse2.rs:19:28
[INFO] [stdout]    |
[INFO] [stdout] 19 |     fn x86_mm_adds_epi8(x: i8x16, y: i8x16) -> i8x16;
[INFO] [stdout]    |                            ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: add `#![feature(simd_ffi)]` to the crate attributes to enable
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of SIMD type `i8x16` in FFI is highly experimental and may result in invalid code
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/simd-0.1.1/src/x86/sse2.rs:19:38
[INFO] [stdout]    |
[INFO] [stdout] 19 |     fn x86_mm_adds_epi8(x: i8x16, y: i8x16) -> i8x16;
[INFO] [stdout]    |                                      ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: add `#![feature(simd_ffi)]` to the crate attributes to enable
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of SIMD type `i8x16` in FFI is highly experimental and may result in invalid code
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/simd-0.1.1/src/x86/sse2.rs:19:48
[INFO] [stdout]    |
[INFO] [stdout] 19 |     fn x86_mm_adds_epi8(x: i8x16, y: i8x16) -> i8x16;
[INFO] [stdout]    |                                                ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: add `#![feature(simd_ffi)]` to the crate attributes to enable
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of SIMD type `u8x16` in FFI is highly experimental and may result in invalid code
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/simd-0.1.1/src/x86/sse2.rs:20:28
[INFO] [stdout]    |
[INFO] [stdout] 20 |     fn x86_mm_adds_epu8(x: u8x16, y: u8x16) -> u8x16;
[INFO] [stdout]    |                            ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: add `#![feature(simd_ffi)]` to the crate attributes to enable
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of SIMD type `u8x16` in FFI is highly experimental and may result in invalid code
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/simd-0.1.1/src/x86/sse2.rs:20:38
[INFO] [stdout]    |
[INFO] [stdout] 20 |     fn x86_mm_adds_epu8(x: u8x16, y: u8x16) -> u8x16;
[INFO] [stdout]    |                                      ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: add `#![feature(simd_ffi)]` to the crate attributes to enable
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of SIMD type `u8x16` in FFI is highly experimental and may result in invalid code
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/simd-0.1.1/src/x86/sse2.rs:20:48
[INFO] [stdout]    |
[INFO] [stdout] 20 |     fn x86_mm_adds_epu8(x: u8x16, y: u8x16) -> u8x16;
[INFO] [stdout]    |                                                ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: add `#![feature(simd_ffi)]` to the crate attributes to enable
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of SIMD type `i16x8` in FFI is highly experimental and may result in invalid code
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/simd-0.1.1/src/x86/sse2.rs:21:29
[INFO] [stdout]    |
[INFO] [stdout] 21 |     fn x86_mm_adds_epi16(x: i16x8, y: i16x8) -> i16x8;
[INFO] [stdout]    |                             ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: add `#![feature(simd_ffi)]` to the crate attributes to enable
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of SIMD type `i16x8` in FFI is highly experimental and may result in invalid code
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/simd-0.1.1/src/x86/sse2.rs:21:39
[INFO] [stdout]    |
[INFO] [stdout] 21 |     fn x86_mm_adds_epi16(x: i16x8, y: i16x8) -> i16x8;
[INFO] [stdout]    |                                       ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: add `#![feature(simd_ffi)]` to the crate attributes to enable
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of SIMD type `i16x8` in FFI is highly experimental and may result in invalid code
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/simd-0.1.1/src/x86/sse2.rs:21:49
[INFO] [stdout]    |
[INFO] [stdout] 21 |     fn x86_mm_adds_epi16(x: i16x8, y: i16x8) -> i16x8;
[INFO] [stdout]    |                                                 ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: add `#![feature(simd_ffi)]` to the crate attributes to enable
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of SIMD type `u16x8` in FFI is highly experimental and may result in invalid code
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/simd-0.1.1/src/x86/sse2.rs:22:29
[INFO] [stdout]    |
[INFO] [stdout] 22 |     fn x86_mm_adds_epu16(x: u16x8, y: u16x8) -> u16x8;
[INFO] [stdout]    |                             ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: add `#![feature(simd_ffi)]` to the crate attributes to enable
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of SIMD type `u16x8` in FFI is highly experimental and may result in invalid code
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/simd-0.1.1/src/x86/sse2.rs:22:39
[INFO] [stdout]    |
[INFO] [stdout] 22 |     fn x86_mm_adds_epu16(x: u16x8, y: u16x8) -> u16x8;
[INFO] [stdout]    |                                       ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: add `#![feature(simd_ffi)]` to the crate attributes to enable
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of SIMD type `u16x8` in FFI is highly experimental and may result in invalid code
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/simd-0.1.1/src/x86/sse2.rs:22:49
[INFO] [stdout]    |
[INFO] [stdout] 22 |     fn x86_mm_adds_epu16(x: u16x8, y: u16x8) -> u16x8;
[INFO] [stdout]    |                                                 ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: add `#![feature(simd_ffi)]` to the crate attributes to enable
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of SIMD type `u8x16` in FFI is highly experimental and may result in invalid code
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/simd-0.1.1/src/x86/sse2.rs:23:27
[INFO] [stdout]    |
[INFO] [stdout] 23 |     fn x86_mm_avg_epu8(x: u8x16, y: u8x16) -> u8x16;
[INFO] [stdout]    |                           ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: add `#![feature(simd_ffi)]` to the crate attributes to enable
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of SIMD type `u8x16` in FFI is highly experimental and may result in invalid code
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/simd-0.1.1/src/x86/sse2.rs:23:37
[INFO] [stdout]    |
[INFO] [stdout] 23 |     fn x86_mm_avg_epu8(x: u8x16, y: u8x16) -> u8x16;
[INFO] [stdout]    |                                     ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: add `#![feature(simd_ffi)]` to the crate attributes to enable
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of SIMD type `u8x16` in FFI is highly experimental and may result in invalid code
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/simd-0.1.1/src/x86/sse2.rs:23:47
[INFO] [stdout]    |
[INFO] [stdout] 23 |     fn x86_mm_avg_epu8(x: u8x16, y: u8x16) -> u8x16;
[INFO] [stdout]    |                                               ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: add `#![feature(simd_ffi)]` to the crate attributes to enable
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of SIMD type `u16x8` in FFI is highly experimental and may result in invalid code
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/simd-0.1.1/src/x86/sse2.rs:24:28
[INFO] [stdout]    |
[INFO] [stdout] 24 |     fn x86_mm_avg_epu16(x: u16x8, y: u16x8) -> u16x8;
[INFO] [stdout]    |                            ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: add `#![feature(simd_ffi)]` to the crate attributes to enable
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of SIMD type `u16x8` in FFI is highly experimental and may result in invalid code
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/simd-0.1.1/src/x86/sse2.rs:24:38
[INFO] [stdout]    |
[INFO] [stdout] 24 |     fn x86_mm_avg_epu16(x: u16x8, y: u16x8) -> u16x8;
[INFO] [stdout]    |                                      ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: add `#![feature(simd_ffi)]` to the crate attributes to enable
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of SIMD type `u16x8` in FFI is highly experimental and may result in invalid code
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/simd-0.1.1/src/x86/sse2.rs:24:48
[INFO] [stdout]    |
[INFO] [stdout] 24 |     fn x86_mm_avg_epu16(x: u16x8, y: u16x8) -> u16x8;
[INFO] [stdout]    |                                                ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: add `#![feature(simd_ffi)]` to the crate attributes to enable
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of SIMD type `i16x8` in FFI is highly experimental and may result in invalid code
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/simd-0.1.1/src/x86/sse2.rs:25:29
[INFO] [stdout]    |
[INFO] [stdout] 25 |     fn x86_mm_madd_epi16(x: i16x8, y: i16x8) -> i32x4;
[INFO] [stdout]    |                             ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: add `#![feature(simd_ffi)]` to the crate attributes to enable
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of SIMD type `i16x8` in FFI is highly experimental and may result in invalid code
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/simd-0.1.1/src/x86/sse2.rs:25:39
[INFO] [stdout]    |
[INFO] [stdout] 25 |     fn x86_mm_madd_epi16(x: i16x8, y: i16x8) -> i32x4;
[INFO] [stdout]    |                                       ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: add `#![feature(simd_ffi)]` to the crate attributes to enable
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of SIMD type `i32x4` in FFI is highly experimental and may result in invalid code
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/simd-0.1.1/src/x86/sse2.rs:25:49
[INFO] [stdout]    |
[INFO] [stdout] 25 |     fn x86_mm_madd_epi16(x: i16x8, y: i16x8) -> i32x4;
[INFO] [stdout]    |                                                 ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: add `#![feature(simd_ffi)]` to the crate attributes to enable
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of SIMD type `i16x8` in FFI is highly experimental and may result in invalid code
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/simd-0.1.1/src/x86/sse2.rs:26:28
[INFO] [stdout]    |
[INFO] [stdout] 26 |     fn x86_mm_max_epi16(x: i16x8, y: i16x8) -> i16x8;
[INFO] [stdout]    |                            ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: add `#![feature(simd_ffi)]` to the crate attributes to enable
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of SIMD type `i16x8` in FFI is highly experimental and may result in invalid code
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/simd-0.1.1/src/x86/sse2.rs:26:38
[INFO] [stdout]    |
[INFO] [stdout] 26 |     fn x86_mm_max_epi16(x: i16x8, y: i16x8) -> i16x8;
[INFO] [stdout]    |                                      ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: add `#![feature(simd_ffi)]` to the crate attributes to enable
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of SIMD type `i16x8` in FFI is highly experimental and may result in invalid code
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/simd-0.1.1/src/x86/sse2.rs:26:48
[INFO] [stdout]    |
[INFO] [stdout] 26 |     fn x86_mm_max_epi16(x: i16x8, y: i16x8) -> i16x8;
[INFO] [stdout]    |                                                ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: add `#![feature(simd_ffi)]` to the crate attributes to enable
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of SIMD type `u8x16` in FFI is highly experimental and may result in invalid code
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/simd-0.1.1/src/x86/sse2.rs:27:27
[INFO] [stdout]    |
[INFO] [stdout] 27 |     fn x86_mm_max_epu8(x: u8x16, y: u8x16) -> u8x16;
[INFO] [stdout]    |                           ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: add `#![feature(simd_ffi)]` to the crate attributes to enable
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of SIMD type `u8x16` in FFI is highly experimental and may result in invalid code
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/simd-0.1.1/src/x86/sse2.rs:27:37
[INFO] [stdout]    |
[INFO] [stdout] 27 |     fn x86_mm_max_epu8(x: u8x16, y: u8x16) -> u8x16;
[INFO] [stdout]    |                                     ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: add `#![feature(simd_ffi)]` to the crate attributes to enable
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of SIMD type `u8x16` in FFI is highly experimental and may result in invalid code
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/simd-0.1.1/src/x86/sse2.rs:27:47
[INFO] [stdout]    |
[INFO] [stdout] 27 |     fn x86_mm_max_epu8(x: u8x16, y: u8x16) -> u8x16;
[INFO] [stdout]    |                                               ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: add `#![feature(simd_ffi)]` to the crate attributes to enable
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of SIMD type `f64x2` in FFI is highly experimental and may result in invalid code
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/simd-0.1.1/src/x86/sse2.rs:28:25
[INFO] [stdout]    |
[INFO] [stdout] 28 |     fn x86_mm_max_pd(x: f64x2, y: f64x2) -> f64x2;
[INFO] [stdout]    |                         ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: add `#![feature(simd_ffi)]` to the crate attributes to enable
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of SIMD type `f64x2` in FFI is highly experimental and may result in invalid code
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/simd-0.1.1/src/x86/sse2.rs:28:35
[INFO] [stdout]    |
[INFO] [stdout] 28 |     fn x86_mm_max_pd(x: f64x2, y: f64x2) -> f64x2;
[INFO] [stdout]    |                                   ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: add `#![feature(simd_ffi)]` to the crate attributes to enable
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of SIMD type `f64x2` in FFI is highly experimental and may result in invalid code
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/simd-0.1.1/src/x86/sse2.rs:28:45
[INFO] [stdout]    |
[INFO] [stdout] 28 |     fn x86_mm_max_pd(x: f64x2, y: f64x2) -> f64x2;
[INFO] [stdout]    |                                             ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: add `#![feature(simd_ffi)]` to the crate attributes to enable
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of SIMD type `i16x8` in FFI is highly experimental and may result in invalid code
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/simd-0.1.1/src/x86/sse2.rs:29:28
[INFO] [stdout]    |
[INFO] [stdout] 29 |     fn x86_mm_min_epi16(x: i16x8, y: i16x8) -> i16x8;
[INFO] [stdout]    |                            ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: add `#![feature(simd_ffi)]` to the crate attributes to enable
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of SIMD type `i16x8` in FFI is highly experimental and may result in invalid code
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/simd-0.1.1/src/x86/sse2.rs:29:38
[INFO] [stdout]    |
[INFO] [stdout] 29 |     fn x86_mm_min_epi16(x: i16x8, y: i16x8) -> i16x8;
[INFO] [stdout]    |                                      ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: add `#![feature(simd_ffi)]` to the crate attributes to enable
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of SIMD type `i16x8` in FFI is highly experimental and may result in invalid code
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/simd-0.1.1/src/x86/sse2.rs:29:48
[INFO] [stdout]    |
[INFO] [stdout] 29 |     fn x86_mm_min_epi16(x: i16x8, y: i16x8) -> i16x8;
[INFO] [stdout]    |                                                ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: add `#![feature(simd_ffi)]` to the crate attributes to enable
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of SIMD type `u8x16` in FFI is highly experimental and may result in invalid code
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/simd-0.1.1/src/x86/sse2.rs:30:27
[INFO] [stdout]    |
[INFO] [stdout] 30 |     fn x86_mm_min_epu8(x: u8x16, y: u8x16) -> u8x16;
[INFO] [stdout]    |                           ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: add `#![feature(simd_ffi)]` to the crate attributes to enable
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of SIMD type `u8x16` in FFI is highly experimental and may result in invalid code
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/simd-0.1.1/src/x86/sse2.rs:30:37
[INFO] [stdout]    |
[INFO] [stdout] 30 |     fn x86_mm_min_epu8(x: u8x16, y: u8x16) -> u8x16;
[INFO] [stdout]    |                                     ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: add `#![feature(simd_ffi)]` to the crate attributes to enable
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of SIMD type `u8x16` in FFI is highly experimental and may result in invalid code
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/simd-0.1.1/src/x86/sse2.rs:30:47
[INFO] [stdout]    |
[INFO] [stdout] 30 |     fn x86_mm_min_epu8(x: u8x16, y: u8x16) -> u8x16;
[INFO] [stdout]    |                                               ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: add `#![feature(simd_ffi)]` to the crate attributes to enable
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of SIMD type `f64x2` in FFI is highly experimental and may result in invalid code
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/simd-0.1.1/src/x86/sse2.rs:31:25
[INFO] [stdout]    |
[INFO] [stdout] 31 |     fn x86_mm_min_pd(x: f64x2, y: f64x2) -> f64x2;
[INFO] [stdout]    |                         ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: add `#![feature(simd_ffi)]` to the crate attributes to enable
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of SIMD type `f64x2` in FFI is highly experimental and may result in invalid code
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/simd-0.1.1/src/x86/sse2.rs:31:35
[INFO] [stdout]    |
[INFO] [stdout] 31 |     fn x86_mm_min_pd(x: f64x2, y: f64x2) -> f64x2;
[INFO] [stdout]    |                                   ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: add `#![feature(simd_ffi)]` to the crate attributes to enable
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of SIMD type `f64x2` in FFI is highly experimental and may result in invalid code
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/simd-0.1.1/src/x86/sse2.rs:31:45
[INFO] [stdout]    |
[INFO] [stdout] 31 |     fn x86_mm_min_pd(x: f64x2, y: f64x2) -> f64x2;
[INFO] [stdout]    |                                             ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: add `#![feature(simd_ffi)]` to the crate attributes to enable
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of SIMD type `f64x2` in FFI is highly experimental and may result in invalid code
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/simd-0.1.1/src/x86/sse2.rs:32:30
[INFO] [stdout]    |
[INFO] [stdout] 32 |     fn x86_mm_movemask_pd(x: f64x2) -> i32;
[INFO] [stdout]    |                              ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: add `#![feature(simd_ffi)]` to the crate attributes to enable
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of SIMD type `i8x16` in FFI is highly experimental and may result in invalid code
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/simd-0.1.1/src/x86/sse2.rs:33:32
[INFO] [stdout]    |
[INFO] [stdout] 33 |     fn x86_mm_movemask_epi8(x: i8x16) -> i32;
[INFO] [stdout]    |                                ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: add `#![feature(simd_ffi)]` to the crate attributes to enable
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of SIMD type `u32x4` in FFI is highly experimental and may result in invalid code
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/simd-0.1.1/src/x86/sse2.rs:34:28
[INFO] [stdout]    |
[INFO] [stdout] 34 |     fn x86_mm_mul_epu32(x: u32x4, y: u32x4) -> u64x2;
[INFO] [stdout]    |                            ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: add `#![feature(simd_ffi)]` to the crate attributes to enable
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of SIMD type `u32x4` in FFI is highly experimental and may result in invalid code
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/simd-0.1.1/src/x86/sse2.rs:34:38
[INFO] [stdout]    |
[INFO] [stdout] 34 |     fn x86_mm_mul_epu32(x: u32x4, y: u32x4) -> u64x2;
[INFO] [stdout]    |                                      ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: add `#![feature(simd_ffi)]` to the crate attributes to enable
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of SIMD type `u64x2` in FFI is highly experimental and may result in invalid code
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/simd-0.1.1/src/x86/sse2.rs:34:48
[INFO] [stdout]    |
[INFO] [stdout] 34 |     fn x86_mm_mul_epu32(x: u32x4, y: u32x4) -> u64x2;
[INFO] [stdout]    |                                                ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: add `#![feature(simd_ffi)]` to the crate attributes to enable
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of SIMD type `i16x8` in FFI is highly experimental and may result in invalid code
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/simd-0.1.1/src/x86/sse2.rs:35:30
[INFO] [stdout]    |
[INFO] [stdout] 35 |     fn x86_mm_mulhi_epi16(x: i16x8, y: i16x8) -> i16x8;
[INFO] [stdout]    |                              ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: add `#![feature(simd_ffi)]` to the crate attributes to enable
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of SIMD type `i16x8` in FFI is highly experimental and may result in invalid code
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/simd-0.1.1/src/x86/sse2.rs:35:40
[INFO] [stdout]    |
[INFO] [stdout] 35 |     fn x86_mm_mulhi_epi16(x: i16x8, y: i16x8) -> i16x8;
[INFO] [stdout]    |                                        ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: add `#![feature(simd_ffi)]` to the crate attributes to enable
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of SIMD type `i16x8` in FFI is highly experimental and may result in invalid code
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/simd-0.1.1/src/x86/sse2.rs:35:50
[INFO] [stdout]    |
[INFO] [stdout] 35 |     fn x86_mm_mulhi_epi16(x: i16x8, y: i16x8) -> i16x8;
[INFO] [stdout]    |                                                  ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: add `#![feature(simd_ffi)]` to the crate attributes to enable
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of SIMD type `u16x8` in FFI is highly experimental and may result in invalid code
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/simd-0.1.1/src/x86/sse2.rs:36:30
[INFO] [stdout]    |
[INFO] [stdout] 36 |     fn x86_mm_mulhi_epu16(x: u16x8, y: u16x8) -> u16x8;
[INFO] [stdout]    |                              ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: add `#![feature(simd_ffi)]` to the crate attributes to enable
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of SIMD type `u16x8` in FFI is highly experimental and may result in invalid code
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/simd-0.1.1/src/x86/sse2.rs:36:40
[INFO] [stdout]    |
[INFO] [stdout] 36 |     fn x86_mm_mulhi_epu16(x: u16x8, y: u16x8) -> u16x8;
[INFO] [stdout]    |                                        ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: add `#![feature(simd_ffi)]` to the crate attributes to enable
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of SIMD type `u16x8` in FFI is highly experimental and may result in invalid code
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/simd-0.1.1/src/x86/sse2.rs:36:50
[INFO] [stdout]    |
[INFO] [stdout] 36 |     fn x86_mm_mulhi_epu16(x: u16x8, y: u16x8) -> u16x8;
[INFO] [stdout]    |                                                  ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: add `#![feature(simd_ffi)]` to the crate attributes to enable
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of SIMD type `i16x8` in FFI is highly experimental and may result in invalid code
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/simd-0.1.1/src/x86/sse2.rs:37:30
[INFO] [stdout]    |
[INFO] [stdout] 37 |     fn x86_mm_packs_epi16(x: i16x8, y: i16x8) -> i8x16;
[INFO] [stdout]    |                              ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: add `#![feature(simd_ffi)]` to the crate attributes to enable
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of SIMD type `i16x8` in FFI is highly experimental and may result in invalid code
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/simd-0.1.1/src/x86/sse2.rs:37:40
[INFO] [stdout]    |
[INFO] [stdout] 37 |     fn x86_mm_packs_epi16(x: i16x8, y: i16x8) -> i8x16;
[INFO] [stdout]    |                                        ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: add `#![feature(simd_ffi)]` to the crate attributes to enable
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of SIMD type `i8x16` in FFI is highly experimental and may result in invalid code
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/simd-0.1.1/src/x86/sse2.rs:37:50
[INFO] [stdout]    |
[INFO] [stdout] 37 |     fn x86_mm_packs_epi16(x: i16x8, y: i16x8) -> i8x16;
[INFO] [stdout]    |                                                  ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: add `#![feature(simd_ffi)]` to the crate attributes to enable
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of SIMD type `i32x4` in FFI is highly experimental and may result in invalid code
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/simd-0.1.1/src/x86/sse2.rs:38:30
[INFO] [stdout]    |
[INFO] [stdout] 38 |     fn x86_mm_packs_epi32(x: i32x4, y: i32x4) -> i16x8;
[INFO] [stdout]    |                              ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: add `#![feature(simd_ffi)]` to the crate attributes to enable
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of SIMD type `i32x4` in FFI is highly experimental and may result in invalid code
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/simd-0.1.1/src/x86/sse2.rs:38:40
[INFO] [stdout]    |
[INFO] [stdout] 38 |     fn x86_mm_packs_epi32(x: i32x4, y: i32x4) -> i16x8;
[INFO] [stdout]    |                                        ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: add `#![feature(simd_ffi)]` to the crate attributes to enable
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of SIMD type `i16x8` in FFI is highly experimental and may result in invalid code
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/simd-0.1.1/src/x86/sse2.rs:38:50
[INFO] [stdout]    |
[INFO] [stdout] 38 |     fn x86_mm_packs_epi32(x: i32x4, y: i32x4) -> i16x8;
[INFO] [stdout]    |                                                  ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: add `#![feature(simd_ffi)]` to the crate attributes to enable
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of SIMD type `i16x8` in FFI is highly experimental and may result in invalid code
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/simd-0.1.1/src/x86/sse2.rs:39:31
[INFO] [stdout]    |
[INFO] [stdout] 39 |     fn x86_mm_packus_epi16(x: i16x8, y: i16x8) -> u8x16;
[INFO] [stdout]    |                               ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: add `#![feature(simd_ffi)]` to the crate attributes to enable
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of SIMD type `i16x8` in FFI is highly experimental and may result in invalid code
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/simd-0.1.1/src/x86/sse2.rs:39:41
[INFO] [stdout]    |
[INFO] [stdout] 39 |     fn x86_mm_packus_epi16(x: i16x8, y: i16x8) -> u8x16;
[INFO] [stdout]    |                                         ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: add `#![feature(simd_ffi)]` to the crate attributes to enable
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of SIMD type `u8x16` in FFI is highly experimental and may result in invalid code
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/simd-0.1.1/src/x86/sse2.rs:39:51
[INFO] [stdout]    |
[INFO] [stdout] 39 |     fn x86_mm_packus_epi16(x: i16x8, y: i16x8) -> u8x16;
[INFO] [stdout]    |                                                   ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: add `#![feature(simd_ffi)]` to the crate attributes to enable
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of SIMD type `u8x16` in FFI is highly experimental and may result in invalid code
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/simd-0.1.1/src/x86/sse2.rs:40:27
[INFO] [stdout]    |
[INFO] [stdout] 40 |     fn x86_mm_sad_epu8(x: u8x16, y: u8x16) -> u64x2;
[INFO] [stdout]    |                           ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: add `#![feature(simd_ffi)]` to the crate attributes to enable
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of SIMD type `u8x16` in FFI is highly experimental and may result in invalid code
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/simd-0.1.1/src/x86/sse2.rs:40:37
[INFO] [stdout]    |
[INFO] [stdout] 40 |     fn x86_mm_sad_epu8(x: u8x16, y: u8x16) -> u64x2;
[INFO] [stdout]    |                                     ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: add `#![feature(simd_ffi)]` to the crate attributes to enable
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of SIMD type `u64x2` in FFI is highly experimental and may result in invalid code
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/simd-0.1.1/src/x86/sse2.rs:40:47
[INFO] [stdout]    |
[INFO] [stdout] 40 |     fn x86_mm_sad_epu8(x: u8x16, y: u8x16) -> u64x2;
[INFO] [stdout]    |                                               ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: add `#![feature(simd_ffi)]` to the crate attributes to enable
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of SIMD type `f64x2` in FFI is highly experimental and may result in invalid code
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/simd-0.1.1/src/x86/sse2.rs:41:26
[INFO] [stdout]    |
[INFO] [stdout] 41 |     fn x86_mm_sqrt_pd(x: f64x2) -> f64x2;
[INFO] [stdout]    |                          ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: add `#![feature(simd_ffi)]` to the crate attributes to enable
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of SIMD type `f64x2` in FFI is highly experimental and may result in invalid code
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/simd-0.1.1/src/x86/sse2.rs:41:36
[INFO] [stdout]    |
[INFO] [stdout] 41 |     fn x86_mm_sqrt_pd(x: f64x2) -> f64x2;
[INFO] [stdout]    |                                    ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: add `#![feature(simd_ffi)]` to the crate attributes to enable
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of SIMD type `i8x16` in FFI is highly experimental and may result in invalid code
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/simd-0.1.1/src/x86/sse2.rs:42:28
[INFO] [stdout]    |
[INFO] [stdout] 42 |     fn x86_mm_subs_epi8(x: i8x16, y: i8x16) -> i8x16;
[INFO] [stdout]    |                            ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: add `#![feature(simd_ffi)]` to the crate attributes to enable
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of SIMD type `i8x16` in FFI is highly experimental and may result in invalid code
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/simd-0.1.1/src/x86/sse2.rs:42:38
[INFO] [stdout]    |
[INFO] [stdout] 42 |     fn x86_mm_subs_epi8(x: i8x16, y: i8x16) -> i8x16;
[INFO] [stdout]    |                                      ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: add `#![feature(simd_ffi)]` to the crate attributes to enable
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of SIMD type `i8x16` in FFI is highly experimental and may result in invalid code
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/simd-0.1.1/src/x86/sse2.rs:42:48
[INFO] [stdout]    |
[INFO] [stdout] 42 |     fn x86_mm_subs_epi8(x: i8x16, y: i8x16) -> i8x16;
[INFO] [stdout]    |                                                ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: add `#![feature(simd_ffi)]` to the crate attributes to enable
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of SIMD type `u8x16` in FFI is highly experimental and may result in invalid code
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/simd-0.1.1/src/x86/sse2.rs:43:28
[INFO] [stdout]    |
[INFO] [stdout] 43 |     fn x86_mm_subs_epu8(x: u8x16, y: u8x16) -> u8x16;
[INFO] [stdout]    |                            ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: add `#![feature(simd_ffi)]` to the crate attributes to enable
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of SIMD type `u8x16` in FFI is highly experimental and may result in invalid code
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/simd-0.1.1/src/x86/sse2.rs:43:38
[INFO] [stdout]    |
[INFO] [stdout] 43 |     fn x86_mm_subs_epu8(x: u8x16, y: u8x16) -> u8x16;
[INFO] [stdout]    |                                      ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: add `#![feature(simd_ffi)]` to the crate attributes to enable
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of SIMD type `u8x16` in FFI is highly experimental and may result in invalid code
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/simd-0.1.1/src/x86/sse2.rs:43:48
[INFO] [stdout]    |
[INFO] [stdout] 43 |     fn x86_mm_subs_epu8(x: u8x16, y: u8x16) -> u8x16;
[INFO] [stdout]    |                                                ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: add `#![feature(simd_ffi)]` to the crate attributes to enable
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of SIMD type `i16x8` in FFI is highly experimental and may result in invalid code
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/simd-0.1.1/src/x86/sse2.rs:44:29
[INFO] [stdout]    |
[INFO] [stdout] 44 |     fn x86_mm_subs_epi16(x: i16x8, y: i16x8) -> i16x8;
[INFO] [stdout]    |                             ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: add `#![feature(simd_ffi)]` to the crate attributes to enable
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of SIMD type `i16x8` in FFI is highly experimental and may result in invalid code
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/simd-0.1.1/src/x86/sse2.rs:44:39
[INFO] [stdout]    |
[INFO] [stdout] 44 |     fn x86_mm_subs_epi16(x: i16x8, y: i16x8) -> i16x8;
[INFO] [stdout]    |                                       ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: add `#![feature(simd_ffi)]` to the crate attributes to enable
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of SIMD type `i16x8` in FFI is highly experimental and may result in invalid code
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/simd-0.1.1/src/x86/sse2.rs:44:49
[INFO] [stdout]    |
[INFO] [stdout] 44 |     fn x86_mm_subs_epi16(x: i16x8, y: i16x8) -> i16x8;
[INFO] [stdout]    |                                                 ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: add `#![feature(simd_ffi)]` to the crate attributes to enable
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of SIMD type `u16x8` in FFI is highly experimental and may result in invalid code
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/simd-0.1.1/src/x86/sse2.rs:45:29
[INFO] [stdout]    |
[INFO] [stdout] 45 |     fn x86_mm_subs_epu16(x: u16x8, y: u16x8) -> u16x8;
[INFO] [stdout]    |                             ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: add `#![feature(simd_ffi)]` to the crate attributes to enable
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of SIMD type `u16x8` in FFI is highly experimental and may result in invalid code
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/simd-0.1.1/src/x86/sse2.rs:45:39
[INFO] [stdout]    |
[INFO] [stdout] 45 |     fn x86_mm_subs_epu16(x: u16x8, y: u16x8) -> u16x8;
[INFO] [stdout]    |                                       ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: add `#![feature(simd_ffi)]` to the crate attributes to enable
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of SIMD type `u16x8` in FFI is highly experimental and may result in invalid code
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/simd-0.1.1/src/x86/sse2.rs:45:49
[INFO] [stdout]    |
[INFO] [stdout] 45 |     fn x86_mm_subs_epu16(x: u16x8, y: u16x8) -> u16x8;
[INFO] [stdout]    |                                                 ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: add `#![feature(simd_ffi)]` to the crate attributes to enable
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 116 previous errors
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0044, E0557, E0703.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0044`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `simd` (lib) due to 117 previous errors
[INFO] running `Command { std: "docker" "inspect" "89df70760258147750cbc02a0010edf179f04bf9bc781161d4f7b2be27719bba", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "89df70760258147750cbc02a0010edf179f04bf9bc781161d4f7b2be27719bba", kill_on_drop: false }`
[INFO] [stdout] 89df70760258147750cbc02a0010edf179f04bf9bc781161d4f7b2be27719bba
[INFO] checking fringe-1.2.1 against try#72eda894eb3548c7ba774079ce0afab42958d4ee for pr-121848-1
[INFO] extracting crate fringe 1.2.1 into /workspace/builds/worker-2-tc2/source
[INFO] validating manifest of crates.io crate fringe 1.2.1 on toolchain 72eda894eb3548c7ba774079ce0afab42958d4ee
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+72eda894eb3548c7ba774079ce0afab42958d4ee" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate fringe 1.2.1
[INFO] finished tweaking crates.io crate fringe 1.2.1
[INFO] tweaked toml for crates.io crate fringe 1.2.1 written to /workspace/builds/worker-2-tc2/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+72eda894eb3548c7ba774079ce0afab42958d4ee" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+72eda894eb3548c7ba774079ce0afab42958d4ee" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+72eda894eb3548c7ba774079ce0afab42958d4ee" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 561e234825d6c0a95546991f81c4367fa5efa1600db22f3e39256d0f51f0e368
[INFO] running `Command { std: "docker" "start" "-a" "561e234825d6c0a95546991f81c4367fa5efa1600db22f3e39256d0f51f0e368", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "561e234825d6c0a95546991f81c4367fa5efa1600db22f3e39256d0f51f0e368", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "561e234825d6c0a95546991f81c4367fa5efa1600db22f3e39256d0f51f0e368", kill_on_drop: false }`
[INFO] [stdout] 561e234825d6c0a95546991f81c4367fa5efa1600db22f3e39256d0f51f0e368
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+72eda894eb3548c7ba774079ce0afab42958d4ee" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 45e929b93eb86f6e04c5e5f409aa35cbd27ba0e3bd6e62baac81b876f0d72107
[INFO] running `Command { std: "docker" "start" "-a" "45e929b93eb86f6e04c5e5f409aa35cbd27ba0e3bd6e62baac81b876f0d72107", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.153
[INFO] [stderr]     Checking valgrind_request v1.1.0
[INFO] [stderr]     Checking simd v0.1.1
[INFO] [stdout] error[E0557]: feature has been removed
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/simd-0.1.1/src/lib.rs:19:43
[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: SIMD intrinsics use the regular intrinsics ABI now
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0557]: feature has been removed
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/simd-0.1.1/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: cannot find macro `asm` in this scope
[INFO] [stdout]  --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/valgrind_request-1.1.0/src/arch/x86_64.rs:6:3
[INFO] [stdout]   |
[INFO] [stdout] 6 |   asm!("rolq $$3,  %rdi ; rolq $$13, %rdi
[INFO] [stdout]   |   ^^^
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this macro
[INFO] [stdout]   |
[INFO] [stdout] 1 + use core::arch::asm;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `valgrind_request` (lib) due to 2 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] error[E0703]: invalid ABI: found `platform-intrinsic`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/simd-0.1.1/src/lib.rs:194:8
[INFO] [stdout]     |
[INFO] [stdout] 194 | extern "platform-intrinsic" {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^^^^ invalid ABI
[INFO] [stdout]     |
[INFO] [stdout]     = note: invoke `rustc --print=calling-conventions` for a full list of supported calling conventions.
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0703]: invalid ABI: found `platform-intrinsic`
[INFO] [stdout]  --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/simd-0.1.1/src/x86/sse2.rs:9:8
[INFO] [stdout]   |
[INFO] [stdout] 9 | extern "platform-intrinsic" {
[INFO] [stdout]   |        ^^^^^^^^^^^^^^^^^^^^ invalid ABI
[INFO] [stdout]   |
[INFO] [stdout]   = note: invoke `rustc --print=calling-conventions` for a full list of supported calling conventions.
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0703]: invalid ABI: found `platform-intrinsic`
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/simd-0.1.1/src/x86/sse2.rs:18:8
[INFO] [stdout]    |
[INFO] [stdout] 18 | extern "platform-intrinsic" {
[INFO] [stdout]    |        ^^^^^^^^^^^^^^^^^^^^ invalid ABI
[INFO] [stdout]    |
[INFO] [stdout]    = note: invoke `rustc --print=calling-conventions` for a full list of supported calling conventions.
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0044]: foreign items may not have type parameters
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/simd-0.1.1/src/lib.rs:195:5
[INFO] [stdout]     |
[INFO] [stdout] 195 |     fn simd_eq<T: Simd<Bool = U>, U>(x: T, y: T) -> U;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ can't have type parameters
[INFO] [stdout]     |
[INFO] [stdout]     = help: replace the type parameters with concrete types like `u32`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0044]: foreign items may not have type parameters
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/simd-0.1.1/src/lib.rs:196:5
[INFO] [stdout]     |
[INFO] [stdout] 196 |     fn simd_ne<T: Simd<Bool = U>, U>(x: T, y: T) -> U;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ can't have type parameters
[INFO] [stdout]     |
[INFO] [stdout]     = help: replace the type parameters with concrete types like `u32`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0044]: foreign items may not have type parameters
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/simd-0.1.1/src/lib.rs:197:5
[INFO] [stdout]     |
[INFO] [stdout] 197 |     fn simd_lt<T: Simd<Bool = U>, U>(x: T, y: T) -> U;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ can't have type parameters
[INFO] [stdout]     |
[INFO] [stdout]     = help: replace the type parameters with concrete types like `u32`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0044]: foreign items may not have type parameters
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/simd-0.1.1/src/lib.rs:198:5
[INFO] [stdout]     |
[INFO] [stdout] 198 |     fn simd_le<T: Simd<Bool = U>, U>(x: T, y: T) -> U;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ can't have type parameters
[INFO] [stdout]     |
[INFO] [stdout]     = help: replace the type parameters with concrete types like `u32`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0044]: foreign items may not have type parameters
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/simd-0.1.1/src/lib.rs:199:5
[INFO] [stdout]     |
[INFO] [stdout] 199 |     fn simd_gt<T: Simd<Bool = U>, U>(x: T, y: T) -> U;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ can't have type parameters
[INFO] [stdout]     |
[INFO] [stdout]     = help: replace the type parameters with concrete types like `u32`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0044]: foreign items may not have type parameters
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/simd-0.1.1/src/lib.rs:200:5
[INFO] [stdout]     |
[INFO] [stdout] 200 |     fn simd_ge<T: Simd<Bool = U>, U>(x: T, y: T) -> U;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ can't have type parameters
[INFO] [stdout]     |
[INFO] [stdout]     = help: replace the type parameters with concrete types like `u32`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0044]: foreign items may not have type parameters
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/simd-0.1.1/src/lib.rs:202:5
[INFO] [stdout]     |
[INFO] [stdout] 202 |     fn simd_shuffle2<T: Simd, U: Simd<Elem = T::Elem>>(x: T, y: T, idx: [u32; 2]) -> U;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ can't have type parameters
[INFO] [stdout]     |
[INFO] [stdout]     = help: replace the type parameters with concrete types like `u32`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0044]: foreign items may not have type parameters
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/simd-0.1.1/src/lib.rs:203:5
[INFO] [stdout]     |
[INFO] [stdout] 203 |     fn simd_shuffle4<T: Simd, U: Simd<Elem = T::Elem>>(x: T, y: T, idx: [u32; 4]) -> U;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ can't have type parameters
[INFO] [stdout]     |
[INFO] [stdout]     = help: replace the type parameters with concrete types like `u32`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0044]: foreign items may not have type parameters
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/simd-0.1.1/src/lib.rs:204:5
[INFO] [stdout]     |
[INFO] [stdout] 204 |     fn simd_shuffle8<T: Simd, U: Simd<Elem = T::Elem>>(x: T, y: T, idx: [u32; 8]) -> U;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ can't have type parameters
[INFO] [stdout]     |
[INFO] [stdout]     = help: replace the type parameters with concrete types like `u32`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0044]: foreign items may not have type parameters
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/simd-0.1.1/src/lib.rs:205:5
[INFO] [stdout]     |
[INFO] [stdout] 205 |     fn simd_shuffle16<T: Simd, U: Simd<Elem = T::Elem>>(x: T, y: T, idx: [u32; 16]) -> U;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ can't have type parameters
[INFO] [stdout]     |
[INFO] [stdout]     = help: replace the type parameters with concrete types like `u32`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0044]: foreign items may not have type parameters
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/simd-0.1.1/src/lib.rs:207:5
[INFO] [stdout]     |
[INFO] [stdout] 207 |     fn simd_insert<T: Simd<Elem = U>, U>(x: T, idx: u32, val: U) -> T;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ can't have type parameters
[INFO] [stdout]     |
[INFO] [stdout]     = help: replace the type parameters with concrete types like `u32`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0044]: foreign items may not have type parameters
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/simd-0.1.1/src/lib.rs:208:5
[INFO] [stdout]     |
[INFO] [stdout] 208 |     fn simd_extract<T: Simd<Elem = U>, U>(x: T, idx: u32) -> U;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ can't have type parameters
[INFO] [stdout]     |
[INFO] [stdout]     = help: replace the type parameters with concrete types like `u32`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0044]: foreign items may not have type parameters
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/simd-0.1.1/src/lib.rs:210:5
[INFO] [stdout]     |
[INFO] [stdout] 210 |     fn simd_cast<T: Simd, U: Simd>(x: T) -> U;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ can't have type parameters
[INFO] [stdout]     |
[INFO] [stdout]     = help: replace the type parameters with concrete types like `u32`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0044]: foreign items may not have type parameters
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/simd-0.1.1/src/lib.rs:212:5
[INFO] [stdout]     |
[INFO] [stdout] 212 |     fn simd_add<T: Simd>(x: T, y: T) -> T;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ can't have type parameters
[INFO] [stdout]     |
[INFO] [stdout]     = help: replace the type parameters with concrete types like `u32`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0044]: foreign items may not have type parameters
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/simd-0.1.1/src/lib.rs:213:5
[INFO] [stdout]     |
[INFO] [stdout] 213 |     fn simd_sub<T: Simd>(x: T, y: T) -> T;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ can't have type parameters
[INFO] [stdout]     |
[INFO] [stdout]     = help: replace the type parameters with concrete types like `u32`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0044]: foreign items may not have type parameters
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/simd-0.1.1/src/lib.rs:214:5
[INFO] [stdout]     |
[INFO] [stdout] 214 |     fn simd_mul<T: Simd>(x: T, y: T) -> T;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ can't have type parameters
[INFO] [stdout]     |
[INFO] [stdout]     = help: replace the type parameters with concrete types like `u32`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0044]: foreign items may not have type parameters
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/simd-0.1.1/src/lib.rs:215:5
[INFO] [stdout]     |
[INFO] [stdout] 215 |     fn simd_div<T: Simd>(x: T, y: T) -> T;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ can't have type parameters
[INFO] [stdout]     |
[INFO] [stdout]     = help: replace the type parameters with concrete types like `u32`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0044]: foreign items may not have type parameters
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/simd-0.1.1/src/lib.rs:216:5
[INFO] [stdout]     |
[INFO] [stdout] 216 |     fn simd_shl<T: Simd>(x: T, y: T) -> T;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ can't have type parameters
[INFO] [stdout]     |
[INFO] [stdout]     = help: replace the type parameters with concrete types like `u32`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0044]: foreign items may not have type parameters
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/simd-0.1.1/src/lib.rs:217:5
[INFO] [stdout]     |
[INFO] [stdout] 217 |     fn simd_shr<T: Simd>(x: T, y: T) -> T;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ can't have type parameters
[INFO] [stdout]     |
[INFO] [stdout]     = help: replace the type parameters with concrete types like `u32`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0044]: foreign items may not have type parameters
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/simd-0.1.1/src/lib.rs:218:5
[INFO] [stdout]     |
[INFO] [stdout] 218 |     fn simd_and<T: Simd>(x: T, y: T) -> T;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ can't have type parameters
[INFO] [stdout]     |
[INFO] [stdout]     = help: replace the type parameters with concrete types like `u32`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0044]: foreign items may not have type parameters
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/simd-0.1.1/src/lib.rs:219:5
[INFO] [stdout]     |
[INFO] [stdout] 219 |     fn simd_or<T: Simd>(x: T, y: T) -> T;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ can't have type parameters
[INFO] [stdout]     |
[INFO] [stdout]     = help: replace the type parameters with concrete types like `u32`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0044]: foreign items may not have type parameters
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/simd-0.1.1/src/lib.rs:220:5
[INFO] [stdout]     |
[INFO] [stdout] 220 |     fn simd_xor<T: Simd>(x: T, y: T) -> T;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ can't have type parameters
[INFO] [stdout]     |
[INFO] [stdout]     = help: replace the type parameters with concrete types like `u32`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of SIMD type `f32x4` in FFI is highly experimental and may result in invalid code
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/simd-0.1.1/src/x86/sse2.rs:10:30
[INFO] [stdout]    |
[INFO] [stdout] 10 |     fn x86_mm_movemask_ps(x: f32x4) -> i32;
[INFO] [stdout]    |                              ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: add `#![feature(simd_ffi)]` to the crate attributes to enable
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of SIMD type `f32x4` in FFI is highly experimental and may result in invalid code
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/simd-0.1.1/src/x86/sse2.rs:11:25
[INFO] [stdout]    |
[INFO] [stdout] 11 |     fn x86_mm_max_ps(x: f32x4, y: f32x4) -> f32x4;
[INFO] [stdout]    |                         ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: add `#![feature(simd_ffi)]` to the crate attributes to enable
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of SIMD type `f32x4` in FFI is highly experimental and may result in invalid code
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/simd-0.1.1/src/x86/sse2.rs:11:35
[INFO] [stdout]    |
[INFO] [stdout] 11 |     fn x86_mm_max_ps(x: f32x4, y: f32x4) -> f32x4;
[INFO] [stdout]    |                                   ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: add `#![feature(simd_ffi)]` to the crate attributes to enable
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of SIMD type `f32x4` in FFI is highly experimental and may result in invalid code
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/simd-0.1.1/src/x86/sse2.rs:11:45
[INFO] [stdout]    |
[INFO] [stdout] 11 |     fn x86_mm_max_ps(x: f32x4, y: f32x4) -> f32x4;
[INFO] [stdout]    |                                             ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: add `#![feature(simd_ffi)]` to the crate attributes to enable
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of SIMD type `f32x4` in FFI is highly experimental and may result in invalid code
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/simd-0.1.1/src/x86/sse2.rs:12:25
[INFO] [stdout]    |
[INFO] [stdout] 12 |     fn x86_mm_min_ps(x: f32x4, y: f32x4) -> f32x4;
[INFO] [stdout]    |                         ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: add `#![feature(simd_ffi)]` to the crate attributes to enable
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of SIMD type `f32x4` in FFI is highly experimental and may result in invalid code
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/simd-0.1.1/src/x86/sse2.rs:12:35
[INFO] [stdout]    |
[INFO] [stdout] 12 |     fn x86_mm_min_ps(x: f32x4, y: f32x4) -> f32x4;
[INFO] [stdout]    |                                   ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: add `#![feature(simd_ffi)]` to the crate attributes to enable
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of SIMD type `f32x4` in FFI is highly experimental and may result in invalid code
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/simd-0.1.1/src/x86/sse2.rs:12:45
[INFO] [stdout]    |
[INFO] [stdout] 12 |     fn x86_mm_min_ps(x: f32x4, y: f32x4) -> f32x4;
[INFO] [stdout]    |                                             ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: add `#![feature(simd_ffi)]` to the crate attributes to enable
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of SIMD type `f32x4` in FFI is highly experimental and may result in invalid code
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/simd-0.1.1/src/x86/sse2.rs:13:27
[INFO] [stdout]    |
[INFO] [stdout] 13 |     fn x86_mm_rsqrt_ps(x: f32x4) -> f32x4;
[INFO] [stdout]    |                           ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: add `#![feature(simd_ffi)]` to the crate attributes to enable
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of SIMD type `f32x4` in FFI is highly experimental and may result in invalid code
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/simd-0.1.1/src/x86/sse2.rs:13:37
[INFO] [stdout]    |
[INFO] [stdout] 13 |     fn x86_mm_rsqrt_ps(x: f32x4) -> f32x4;
[INFO] [stdout]    |                                     ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: add `#![feature(simd_ffi)]` to the crate attributes to enable
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of SIMD type `f32x4` in FFI is highly experimental and may result in invalid code
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/simd-0.1.1/src/x86/sse2.rs:14:25
[INFO] [stdout]    |
[INFO] [stdout] 14 |     fn x86_mm_rcp_ps(x: f32x4) -> f32x4;
[INFO] [stdout]    |                         ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: add `#![feature(simd_ffi)]` to the crate attributes to enable
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of SIMD type `f32x4` in FFI is highly experimental and may result in invalid code
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/simd-0.1.1/src/x86/sse2.rs:14:35
[INFO] [stdout]    |
[INFO] [stdout] 14 |     fn x86_mm_rcp_ps(x: f32x4) -> f32x4;
[INFO] [stdout]    |                                   ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: add `#![feature(simd_ffi)]` to the crate attributes to enable
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of SIMD type `f32x4` in FFI is highly experimental and may result in invalid code
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/simd-0.1.1/src/x86/sse2.rs:15:26
[INFO] [stdout]    |
[INFO] [stdout] 15 |     fn x86_mm_sqrt_ps(x: f32x4) -> f32x4;
[INFO] [stdout]    |                          ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: add `#![feature(simd_ffi)]` to the crate attributes to enable
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of SIMD type `f32x4` in FFI is highly experimental and may result in invalid code
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/simd-0.1.1/src/x86/sse2.rs:15:36
[INFO] [stdout]    |
[INFO] [stdout] 15 |     fn x86_mm_sqrt_ps(x: f32x4) -> f32x4;
[INFO] [stdout]    |                                    ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: add `#![feature(simd_ffi)]` to the crate attributes to enable
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of SIMD type `i8x16` in FFI is highly experimental and may result in invalid code
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/simd-0.1.1/src/x86/sse2.rs:19:28
[INFO] [stdout]    |
[INFO] [stdout] 19 |     fn x86_mm_adds_epi8(x: i8x16, y: i8x16) -> i8x16;
[INFO] [stdout]    |                            ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: add `#![feature(simd_ffi)]` to the crate attributes to enable
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of SIMD type `i8x16` in FFI is highly experimental and may result in invalid code
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/simd-0.1.1/src/x86/sse2.rs:19:38
[INFO] [stdout]    |
[INFO] [stdout] 19 |     fn x86_mm_adds_epi8(x: i8x16, y: i8x16) -> i8x16;
[INFO] [stdout]    |                                      ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: add `#![feature(simd_ffi)]` to the crate attributes to enable
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of SIMD type `i8x16` in FFI is highly experimental and may result in invalid code
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/simd-0.1.1/src/x86/sse2.rs:19:48
[INFO] [stdout]    |
[INFO] [stdout] 19 |     fn x86_mm_adds_epi8(x: i8x16, y: i8x16) -> i8x16;
[INFO] [stdout]    |                                                ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: add `#![feature(simd_ffi)]` to the crate attributes to enable
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of SIMD type `u8x16` in FFI is highly experimental and may result in invalid code
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/simd-0.1.1/src/x86/sse2.rs:20:28
[INFO] [stdout]    |
[INFO] [stdout] 20 |     fn x86_mm_adds_epu8(x: u8x16, y: u8x16) -> u8x16;
[INFO] [stdout]    |                            ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: add `#![feature(simd_ffi)]` to the crate attributes to enable
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of SIMD type `u8x16` in FFI is highly experimental and may result in invalid code
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/simd-0.1.1/src/x86/sse2.rs:20:38
[INFO] [stdout]    |
[INFO] [stdout] 20 |     fn x86_mm_adds_epu8(x: u8x16, y: u8x16) -> u8x16;
[INFO] [stdout]    |                                      ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: add `#![feature(simd_ffi)]` to the crate attributes to enable
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of SIMD type `u8x16` in FFI is highly experimental and may result in invalid code
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/simd-0.1.1/src/x86/sse2.rs:20:48
[INFO] [stdout]    |
[INFO] [stdout] 20 |     fn x86_mm_adds_epu8(x: u8x16, y: u8x16) -> u8x16;
[INFO] [stdout]    |                                                ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: add `#![feature(simd_ffi)]` to the crate attributes to enable
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of SIMD type `i16x8` in FFI is highly experimental and may result in invalid code
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/simd-0.1.1/src/x86/sse2.rs:21:29
[INFO] [stdout]    |
[INFO] [stdout] 21 |     fn x86_mm_adds_epi16(x: i16x8, y: i16x8) -> i16x8;
[INFO] [stdout]    |                             ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: add `#![feature(simd_ffi)]` to the crate attributes to enable
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of SIMD type `i16x8` in FFI is highly experimental and may result in invalid code
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/simd-0.1.1/src/x86/sse2.rs:21:39
[INFO] [stdout]    |
[INFO] [stdout] 21 |     fn x86_mm_adds_epi16(x: i16x8, y: i16x8) -> i16x8;
[INFO] [stdout]    |                                       ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: add `#![feature(simd_ffi)]` to the crate attributes to enable
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of SIMD type `i16x8` in FFI is highly experimental and may result in invalid code
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/simd-0.1.1/src/x86/sse2.rs:21:49
[INFO] [stdout]    |
[INFO] [stdout] 21 |     fn x86_mm_adds_epi16(x: i16x8, y: i16x8) -> i16x8;
[INFO] [stdout]    |                                                 ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: add `#![feature(simd_ffi)]` to the crate attributes to enable
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of SIMD type `u16x8` in FFI is highly experimental and may result in invalid code
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/simd-0.1.1/src/x86/sse2.rs:22:29
[INFO] [stdout]    |
[INFO] [stdout] 22 |     fn x86_mm_adds_epu16(x: u16x8, y: u16x8) -> u16x8;
[INFO] [stdout]    |                             ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: add `#![feature(simd_ffi)]` to the crate attributes to enable
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of SIMD type `u16x8` in FFI is highly experimental and may result in invalid code
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/simd-0.1.1/src/x86/sse2.rs:22:39
[INFO] [stdout]    |
[INFO] [stdout] 22 |     fn x86_mm_adds_epu16(x: u16x8, y: u16x8) -> u16x8;
[INFO] [stdout]    |                                       ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: add `#![feature(simd_ffi)]` to the crate attributes to enable
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of SIMD type `u16x8` in FFI is highly experimental and may result in invalid code
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/simd-0.1.1/src/x86/sse2.rs:22:49
[INFO] [stdout]    |
[INFO] [stdout] 22 |     fn x86_mm_adds_epu16(x: u16x8, y: u16x8) -> u16x8;
[INFO] [stdout]    |                                                 ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: add `#![feature(simd_ffi)]` to the crate attributes to enable
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of SIMD type `u8x16` in FFI is highly experimental and may result in invalid code
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/simd-0.1.1/src/x86/sse2.rs:23:27
[INFO] [stdout]    |
[INFO] [stdout] 23 |     fn x86_mm_avg_epu8(x: u8x16, y: u8x16) -> u8x16;
[INFO] [stdout]    |                           ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: add `#![feature(simd_ffi)]` to the crate attributes to enable
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of SIMD type `u8x16` in FFI is highly experimental and may result in invalid code
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/simd-0.1.1/src/x86/sse2.rs:23:37
[INFO] [stdout]    |
[INFO] [stdout] 23 |     fn x86_mm_avg_epu8(x: u8x16, y: u8x16) -> u8x16;
[INFO] [stdout]    |                                     ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: add `#![feature(simd_ffi)]` to the crate attributes to enable
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of SIMD type `u8x16` in FFI is highly experimental and may result in invalid code
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/simd-0.1.1/src/x86/sse2.rs:23:47
[INFO] [stdout]    |
[INFO] [stdout] 23 |     fn x86_mm_avg_epu8(x: u8x16, y: u8x16) -> u8x16;
[INFO] [stdout]    |                                               ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: add `#![feature(simd_ffi)]` to the crate attributes to enable
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of SIMD type `u16x8` in FFI is highly experimental and may result in invalid code
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/simd-0.1.1/src/x86/sse2.rs:24:28
[INFO] [stdout]    |
[INFO] [stdout] 24 |     fn x86_mm_avg_epu16(x: u16x8, y: u16x8) -> u16x8;
[INFO] [stdout]    |                            ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: add `#![feature(simd_ffi)]` to the crate attributes to enable
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of SIMD type `u16x8` in FFI is highly experimental and may result in invalid code
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/simd-0.1.1/src/x86/sse2.rs:24:38
[INFO] [stdout]    |
[INFO] [stdout] 24 |     fn x86_mm_avg_epu16(x: u16x8, y: u16x8) -> u16x8;
[INFO] [stdout]    |                                      ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: add `#![feature(simd_ffi)]` to the crate attributes to enable
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of SIMD type `u16x8` in FFI is highly experimental and may result in invalid code
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/simd-0.1.1/src/x86/sse2.rs:24:48
[INFO] [stdout]    |
[INFO] [stdout] 24 |     fn x86_mm_avg_epu16(x: u16x8, y: u16x8) -> u16x8;
[INFO] [stdout]    |                                                ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: add `#![feature(simd_ffi)]` to the crate attributes to enable
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of SIMD type `i16x8` in FFI is highly experimental and may result in invalid code
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/simd-0.1.1/src/x86/sse2.rs:25:29
[INFO] [stdout]    |
[INFO] [stdout] 25 |     fn x86_mm_madd_epi16(x: i16x8, y: i16x8) -> i32x4;
[INFO] [stdout]    |                             ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: add `#![feature(simd_ffi)]` to the crate attributes to enable
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of SIMD type `i16x8` in FFI is highly experimental and may result in invalid code
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/simd-0.1.1/src/x86/sse2.rs:25:39
[INFO] [stdout]    |
[INFO] [stdout] 25 |     fn x86_mm_madd_epi16(x: i16x8, y: i16x8) -> i32x4;
[INFO] [stdout]    |                                       ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: add `#![feature(simd_ffi)]` to the crate attributes to enable
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of SIMD type `i32x4` in FFI is highly experimental and may result in invalid code
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/simd-0.1.1/src/x86/sse2.rs:25:49
[INFO] [stdout]    |
[INFO] [stdout] 25 |     fn x86_mm_madd_epi16(x: i16x8, y: i16x8) -> i32x4;
[INFO] [stdout]    |                                                 ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: add `#![feature(simd_ffi)]` to the crate attributes to enable
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of SIMD type `i16x8` in FFI is highly experimental and may result in invalid code
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/simd-0.1.1/src/x86/sse2.rs:26:28
[INFO] [stdout]    |
[INFO] [stdout] 26 |     fn x86_mm_max_epi16(x: i16x8, y: i16x8) -> i16x8;
[INFO] [stdout]    |                            ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: add `#![feature(simd_ffi)]` to the crate attributes to enable
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of SIMD type `i16x8` in FFI is highly experimental and may result in invalid code
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/simd-0.1.1/src/x86/sse2.rs:26:38
[INFO] [stdout]    |
[INFO] [stdout] 26 |     fn x86_mm_max_epi16(x: i16x8, y: i16x8) -> i16x8;
[INFO] [stdout]    |                                      ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: add `#![feature(simd_ffi)]` to the crate attributes to enable
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of SIMD type `i16x8` in FFI is highly experimental and may result in invalid code
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/simd-0.1.1/src/x86/sse2.rs:26:48
[INFO] [stdout]    |
[INFO] [stdout] 26 |     fn x86_mm_max_epi16(x: i16x8, y: i16x8) -> i16x8;
[INFO] [stdout]    |                                                ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: add `#![feature(simd_ffi)]` to the crate attributes to enable
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of SIMD type `u8x16` in FFI is highly experimental and may result in invalid code
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/simd-0.1.1/src/x86/sse2.rs:27:27
[INFO] [stdout]    |
[INFO] [stdout] 27 |     fn x86_mm_max_epu8(x: u8x16, y: u8x16) -> u8x16;
[INFO] [stdout]    |                           ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: add `#![feature(simd_ffi)]` to the crate attributes to enable
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of SIMD type `u8x16` in FFI is highly experimental and may result in invalid code
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/simd-0.1.1/src/x86/sse2.rs:27:37
[INFO] [stdout]    |
[INFO] [stdout] 27 |     fn x86_mm_max_epu8(x: u8x16, y: u8x16) -> u8x16;
[INFO] [stdout]    |                                     ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: add `#![feature(simd_ffi)]` to the crate attributes to enable
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of SIMD type `u8x16` in FFI is highly experimental and may result in invalid code
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/simd-0.1.1/src/x86/sse2.rs:27:47
[INFO] [stdout]    |
[INFO] [stdout] 27 |     fn x86_mm_max_epu8(x: u8x16, y: u8x16) -> u8x16;
[INFO] [stdout]    |                                               ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: add `#![feature(simd_ffi)]` to the crate attributes to enable
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of SIMD type `f64x2` in FFI is highly experimental and may result in invalid code
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/simd-0.1.1/src/x86/sse2.rs:28:25
[INFO] [stdout]    |
[INFO] [stdout] 28 |     fn x86_mm_max_pd(x: f64x2, y: f64x2) -> f64x2;
[INFO] [stdout]    |                         ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: add `#![feature(simd_ffi)]` to the crate attributes to enable
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of SIMD type `f64x2` in FFI is highly experimental and may result in invalid code
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/simd-0.1.1/src/x86/sse2.rs:28:35
[INFO] [stdout]    |
[INFO] [stdout] 28 |     fn x86_mm_max_pd(x: f64x2, y: f64x2) -> f64x2;
[INFO] [stdout]    |                                   ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: add `#![feature(simd_ffi)]` to the crate attributes to enable
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of SIMD type `f64x2` in FFI is highly experimental and may result in invalid code
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/simd-0.1.1/src/x86/sse2.rs:28:45
[INFO] [stdout]    |
[INFO] [stdout] 28 |     fn x86_mm_max_pd(x: f64x2, y: f64x2) -> f64x2;
[INFO] [stdout]    |                                             ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: add `#![feature(simd_ffi)]` to the crate attributes to enable
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of SIMD type `i16x8` in FFI is highly experimental and may result in invalid code
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/simd-0.1.1/src/x86/sse2.rs:29:28
[INFO] [stdout]    |
[INFO] [stdout] 29 |     fn x86_mm_min_epi16(x: i16x8, y: i16x8) -> i16x8;
[INFO] [stdout]    |                            ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: add `#![feature(simd_ffi)]` to the crate attributes to enable
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of SIMD type `i16x8` in FFI is highly experimental and may result in invalid code
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/simd-0.1.1/src/x86/sse2.rs:29:38
[INFO] [stdout]    |
[INFO] [stdout] 29 |     fn x86_mm_min_epi16(x: i16x8, y: i16x8) -> i16x8;
[INFO] [stdout]    |                                      ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: add `#![feature(simd_ffi)]` to the crate attributes to enable
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of SIMD type `i16x8` in FFI is highly experimental and may result in invalid code
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/simd-0.1.1/src/x86/sse2.rs:29:48
[INFO] [stdout]    |
[INFO] [stdout] 29 |     fn x86_mm_min_epi16(x: i16x8, y: i16x8) -> i16x8;
[INFO] [stdout]    |                                                ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: add `#![feature(simd_ffi)]` to the crate attributes to enable
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of SIMD type `u8x16` in FFI is highly experimental and may result in invalid code
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/simd-0.1.1/src/x86/sse2.rs:30:27
[INFO] [stdout]    |
[INFO] [stdout] 30 |     fn x86_mm_min_epu8(x: u8x16, y: u8x16) -> u8x16;
[INFO] [stdout]    |                           ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: add `#![feature(simd_ffi)]` to the crate attributes to enable
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of SIMD type `u8x16` in FFI is highly experimental and may result in invalid code
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/simd-0.1.1/src/x86/sse2.rs:30:37
[INFO] [stdout]    |
[INFO] [stdout] 30 |     fn x86_mm_min_epu8(x: u8x16, y: u8x16) -> u8x16;
[INFO] [stdout]    |                                     ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: add `#![feature(simd_ffi)]` to the crate attributes to enable
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of SIMD type `u8x16` in FFI is highly experimental and may result in invalid code
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/simd-0.1.1/src/x86/sse2.rs:30:47
[INFO] [stdout]    |
[INFO] [stdout] 30 |     fn x86_mm_min_epu8(x: u8x16, y: u8x16) -> u8x16;
[INFO] [stdout]    |                                               ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: add `#![feature(simd_ffi)]` to the crate attributes to enable
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of SIMD type `f64x2` in FFI is highly experimental and may result in invalid code
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/simd-0.1.1/src/x86/sse2.rs:31:25
[INFO] [stdout]    |
[INFO] [stdout] 31 |     fn x86_mm_min_pd(x: f64x2, y: f64x2) -> f64x2;
[INFO] [stdout]    |                         ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: add `#![feature(simd_ffi)]` to the crate attributes to enable
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of SIMD type `f64x2` in FFI is highly experimental and may result in invalid code
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/simd-0.1.1/src/x86/sse2.rs:31:35
[INFO] [stdout]    |
[INFO] [stdout] 31 |     fn x86_mm_min_pd(x: f64x2, y: f64x2) -> f64x2;
[INFO] [stdout]    |                                   ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: add `#![feature(simd_ffi)]` to the crate attributes to enable
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of SIMD type `f64x2` in FFI is highly experimental and may result in invalid code
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/simd-0.1.1/src/x86/sse2.rs:31:45
[INFO] [stdout]    |
[INFO] [stdout] 31 |     fn x86_mm_min_pd(x: f64x2, y: f64x2) -> f64x2;
[INFO] [stdout]    |                                             ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: add `#![feature(simd_ffi)]` to the crate attributes to enable
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of SIMD type `f64x2` in FFI is highly experimental and may result in invalid code
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/simd-0.1.1/src/x86/sse2.rs:32:30
[INFO] [stdout]    |
[INFO] [stdout] 32 |     fn x86_mm_movemask_pd(x: f64x2) -> i32;
[INFO] [stdout]    |                              ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: add `#![feature(simd_ffi)]` to the crate attributes to enable
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of SIMD type `i8x16` in FFI is highly experimental and may result in invalid code
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/simd-0.1.1/src/x86/sse2.rs:33:32
[INFO] [stdout]    |
[INFO] [stdout] 33 |     fn x86_mm_movemask_epi8(x: i8x16) -> i32;
[INFO] [stdout]    |                                ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: add `#![feature(simd_ffi)]` to the crate attributes to enable
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of SIMD type `u32x4` in FFI is highly experimental and may result in invalid code
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/simd-0.1.1/src/x86/sse2.rs:34:28
[INFO] [stdout]    |
[INFO] [stdout] 34 |     fn x86_mm_mul_epu32(x: u32x4, y: u32x4) -> u64x2;
[INFO] [stdout]    |                            ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: add `#![feature(simd_ffi)]` to the crate attributes to enable
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of SIMD type `u32x4` in FFI is highly experimental and may result in invalid code
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/simd-0.1.1/src/x86/sse2.rs:34:38
[INFO] [stdout]    |
[INFO] [stdout] 34 |     fn x86_mm_mul_epu32(x: u32x4, y: u32x4) -> u64x2;
[INFO] [stdout]    |                                      ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: add `#![feature(simd_ffi)]` to the crate attributes to enable
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of SIMD type `u64x2` in FFI is highly experimental and may result in invalid code
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/simd-0.1.1/src/x86/sse2.rs:34:48
[INFO] [stdout]    |
[INFO] [stdout] 34 |     fn x86_mm_mul_epu32(x: u32x4, y: u32x4) -> u64x2;
[INFO] [stdout]    |                                                ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: add `#![feature(simd_ffi)]` to the crate attributes to enable
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of SIMD type `i16x8` in FFI is highly experimental and may result in invalid code
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/simd-0.1.1/src/x86/sse2.rs:35:30
[INFO] [stdout]    |
[INFO] [stdout] 35 |     fn x86_mm_mulhi_epi16(x: i16x8, y: i16x8) -> i16x8;
[INFO] [stdout]    |                              ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: add `#![feature(simd_ffi)]` to the crate attributes to enable
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of SIMD type `i16x8` in FFI is highly experimental and may result in invalid code
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/simd-0.1.1/src/x86/sse2.rs:35:40
[INFO] [stdout]    |
[INFO] [stdout] 35 |     fn x86_mm_mulhi_epi16(x: i16x8, y: i16x8) -> i16x8;
[INFO] [stdout]    |                                        ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: add `#![feature(simd_ffi)]` to the crate attributes to enable
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of SIMD type `i16x8` in FFI is highly experimental and may result in invalid code
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/simd-0.1.1/src/x86/sse2.rs:35:50
[INFO] [stdout]    |
[INFO] [stdout] 35 |     fn x86_mm_mulhi_epi16(x: i16x8, y: i16x8) -> i16x8;
[INFO] [stdout]    |                                                  ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: add `#![feature(simd_ffi)]` to the crate attributes to enable
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of SIMD type `u16x8` in FFI is highly experimental and may result in invalid code
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/simd-0.1.1/src/x86/sse2.rs:36:30
[INFO] [stdout]    |
[INFO] [stdout] 36 |     fn x86_mm_mulhi_epu16(x: u16x8, y: u16x8) -> u16x8;
[INFO] [stdout]    |                              ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: add `#![feature(simd_ffi)]` to the crate attributes to enable
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of SIMD type `u16x8` in FFI is highly experimental and may result in invalid code
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/simd-0.1.1/src/x86/sse2.rs:36:40
[INFO] [stdout]    |
[INFO] [stdout] 36 |     fn x86_mm_mulhi_epu16(x: u16x8, y: u16x8) -> u16x8;
[INFO] [stdout]    |                                        ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: add `#![feature(simd_ffi)]` to the crate attributes to enable
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of SIMD type `u16x8` in FFI is highly experimental and may result in invalid code
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/simd-0.1.1/src/x86/sse2.rs:36:50
[INFO] [stdout]    |
[INFO] [stdout] 36 |     fn x86_mm_mulhi_epu16(x: u16x8, y: u16x8) -> u16x8;
[INFO] [stdout]    |                                                  ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: add `#![feature(simd_ffi)]` to the crate attributes to enable
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of SIMD type `i16x8` in FFI is highly experimental and may result in invalid code
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/simd-0.1.1/src/x86/sse2.rs:37:30
[INFO] [stdout]    |
[INFO] [stdout] 37 |     fn x86_mm_packs_epi16(x: i16x8, y: i16x8) -> i8x16;
[INFO] [stdout]    |                              ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: add `#![feature(simd_ffi)]` to the crate attributes to enable
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of SIMD type `i16x8` in FFI is highly experimental and may result in invalid code
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/simd-0.1.1/src/x86/sse2.rs:37:40
[INFO] [stdout]    |
[INFO] [stdout] 37 |     fn x86_mm_packs_epi16(x: i16x8, y: i16x8) -> i8x16;
[INFO] [stdout]    |                                        ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: add `#![feature(simd_ffi)]` to the crate attributes to enable
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of SIMD type `i8x16` in FFI is highly experimental and may result in invalid code
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/simd-0.1.1/src/x86/sse2.rs:37:50
[INFO] [stdout]    |
[INFO] [stdout] 37 |     fn x86_mm_packs_epi16(x: i16x8, y: i16x8) -> i8x16;
[INFO] [stdout]    |                                                  ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: add `#![feature(simd_ffi)]` to the crate attributes to enable
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of SIMD type `i32x4` in FFI is highly experimental and may result in invalid code
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/simd-0.1.1/src/x86/sse2.rs:38:30
[INFO] [stdout]    |
[INFO] [stdout] 38 |     fn x86_mm_packs_epi32(x: i32x4, y: i32x4) -> i16x8;
[INFO] [stdout]    |                              ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: add `#![feature(simd_ffi)]` to the crate attributes to enable
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of SIMD type `i32x4` in FFI is highly experimental and may result in invalid code
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/simd-0.1.1/src/x86/sse2.rs:38:40
[INFO] [stdout]    |
[INFO] [stdout] 38 |     fn x86_mm_packs_epi32(x: i32x4, y: i32x4) -> i16x8;
[INFO] [stdout]    |                                        ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: add `#![feature(simd_ffi)]` to the crate attributes to enable
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of SIMD type `i16x8` in FFI is highly experimental and may result in invalid code
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/simd-0.1.1/src/x86/sse2.rs:38:50
[INFO] [stdout]    |
[INFO] [stdout] 38 |     fn x86_mm_packs_epi32(x: i32x4, y: i32x4) -> i16x8;
[INFO] [stdout]    |                                                  ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: add `#![feature(simd_ffi)]` to the crate attributes to enable
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of SIMD type `i16x8` in FFI is highly experimental and may result in invalid code
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/simd-0.1.1/src/x86/sse2.rs:39:31
[INFO] [stdout]    |
[INFO] [stdout] 39 |     fn x86_mm_packus_epi16(x: i16x8, y: i16x8) -> u8x16;
[INFO] [stdout]    |                               ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: add `#![feature(simd_ffi)]` to the crate attributes to enable
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of SIMD type `i16x8` in FFI is highly experimental and may result in invalid code
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/simd-0.1.1/src/x86/sse2.rs:39:41
[INFO] [stdout]    |
[INFO] [stdout] 39 |     fn x86_mm_packus_epi16(x: i16x8, y: i16x8) -> u8x16;
[INFO] [stdout]    |                                         ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: add `#![feature(simd_ffi)]` to the crate attributes to enable
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of SIMD type `u8x16` in FFI is highly experimental and may result in invalid code
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/simd-0.1.1/src/x86/sse2.rs:39:51
[INFO] [stdout]    |
[INFO] [stdout] 39 |     fn x86_mm_packus_epi16(x: i16x8, y: i16x8) -> u8x16;
[INFO] [stdout]    |                                                   ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: add `#![feature(simd_ffi)]` to the crate attributes to enable
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of SIMD type `u8x16` in FFI is highly experimental and may result in invalid code
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/simd-0.1.1/src/x86/sse2.rs:40:27
[INFO] [stdout]    |
[INFO] [stdout] 40 |     fn x86_mm_sad_epu8(x: u8x16, y: u8x16) -> u64x2;
[INFO] [stdout]    |                           ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: add `#![feature(simd_ffi)]` to the crate attributes to enable
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of SIMD type `u8x16` in FFI is highly experimental and may result in invalid code
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/simd-0.1.1/src/x86/sse2.rs:40:37
[INFO] [stdout]    |
[INFO] [stdout] 40 |     fn x86_mm_sad_epu8(x: u8x16, y: u8x16) -> u64x2;
[INFO] [stdout]    |                                     ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: add `#![feature(simd_ffi)]` to the crate attributes to enable
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of SIMD type `u64x2` in FFI is highly experimental and may result in invalid code
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/simd-0.1.1/src/x86/sse2.rs:40:47
[INFO] [stdout]    |
[INFO] [stdout] 40 |     fn x86_mm_sad_epu8(x: u8x16, y: u8x16) -> u64x2;
[INFO] [stdout]    |                                               ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: add `#![feature(simd_ffi)]` to the crate attributes to enable
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of SIMD type `f64x2` in FFI is highly experimental and may result in invalid code
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/simd-0.1.1/src/x86/sse2.rs:41:26
[INFO] [stdout]    |
[INFO] [stdout] 41 |     fn x86_mm_sqrt_pd(x: f64x2) -> f64x2;
[INFO] [stdout]    |                          ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: add `#![feature(simd_ffi)]` to the crate attributes to enable
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of SIMD type `f64x2` in FFI is highly experimental and may result in invalid code
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/simd-0.1.1/src/x86/sse2.rs:41:36
[INFO] [stdout]    |
[INFO] [stdout] 41 |     fn x86_mm_sqrt_pd(x: f64x2) -> f64x2;
[INFO] [stdout]    |                                    ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: add `#![feature(simd_ffi)]` to the crate attributes to enable
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of SIMD type `i8x16` in FFI is highly experimental and may result in invalid code
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/simd-0.1.1/src/x86/sse2.rs:42:28
[INFO] [stdout]    |
[INFO] [stdout] 42 |     fn x86_mm_subs_epi8(x: i8x16, y: i8x16) -> i8x16;
[INFO] [stdout]    |                            ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: add `#![feature(simd_ffi)]` to the crate attributes to enable
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of SIMD type `i8x16` in FFI is highly experimental and may result in invalid code
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/simd-0.1.1/src/x86/sse2.rs:42:38
[INFO] [stdout]    |
[INFO] [stdout] 42 |     fn x86_mm_subs_epi8(x: i8x16, y: i8x16) -> i8x16;
[INFO] [stdout]    |                                      ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: add `#![feature(simd_ffi)]` to the crate attributes to enable
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of SIMD type `i8x16` in FFI is highly experimental and may result in invalid code
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/simd-0.1.1/src/x86/sse2.rs:42:48
[INFO] [stdout]    |
[INFO] [stdout] 42 |     fn x86_mm_subs_epi8(x: i8x16, y: i8x16) -> i8x16;
[INFO] [stdout]    |                                                ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: add `#![feature(simd_ffi)]` to the crate attributes to enable
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of SIMD type `u8x16` in FFI is highly experimental and may result in invalid code
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/simd-0.1.1/src/x86/sse2.rs:43:28
[INFO] [stdout]    |
[INFO] [stdout] 43 |     fn x86_mm_subs_epu8(x: u8x16, y: u8x16) -> u8x16;
[INFO] [stdout]    |                            ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: add `#![feature(simd_ffi)]` to the crate attributes to enable
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of SIMD type `u8x16` in FFI is highly experimental and may result in invalid code
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/simd-0.1.1/src/x86/sse2.rs:43:38
[INFO] [stdout]    |
[INFO] [stdout] 43 |     fn x86_mm_subs_epu8(x: u8x16, y: u8x16) -> u8x16;
[INFO] [stdout]    |                                      ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: add `#![feature(simd_ffi)]` to the crate attributes to enable
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of SIMD type `u8x16` in FFI is highly experimental and may result in invalid code
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/simd-0.1.1/src/x86/sse2.rs:43:48
[INFO] [stdout]    |
[INFO] [stdout] 43 |     fn x86_mm_subs_epu8(x: u8x16, y: u8x16) -> u8x16;
[INFO] [stdout]    |                                                ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: add `#![feature(simd_ffi)]` to the crate attributes to enable
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of SIMD type `i16x8` in FFI is highly experimental and may result in invalid code
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/simd-0.1.1/src/x86/sse2.rs:44:29
[INFO] [stdout]    |
[INFO] [stdout] 44 |     fn x86_mm_subs_epi16(x: i16x8, y: i16x8) -> i16x8;
[INFO] [stdout]    |                             ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: add `#![feature(simd_ffi)]` to the crate attributes to enable
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of SIMD type `i16x8` in FFI is highly experimental and may result in invalid code
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/simd-0.1.1/src/x86/sse2.rs:44:39
[INFO] [stdout]    |
[INFO] [stdout] 44 |     fn x86_mm_subs_epi16(x: i16x8, y: i16x8) -> i16x8;
[INFO] [stdout]    |                                       ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: add `#![feature(simd_ffi)]` to the crate attributes to enable
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of SIMD type `i16x8` in FFI is highly experimental and may result in invalid code
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/simd-0.1.1/src/x86/sse2.rs:44:49
[INFO] [stdout]    |
[INFO] [stdout] 44 |     fn x86_mm_subs_epi16(x: i16x8, y: i16x8) -> i16x8;
[INFO] [stdout]    |                                                 ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: add `#![feature(simd_ffi)]` to the crate attributes to enable
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of SIMD type `u16x8` in FFI is highly experimental and may result in invalid code
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/simd-0.1.1/src/x86/sse2.rs:45:29
[INFO] [stdout]    |
[INFO] [stdout] 45 |     fn x86_mm_subs_epu16(x: u16x8, y: u16x8) -> u16x8;
[INFO] [stdout]    |                             ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: add `#![feature(simd_ffi)]` to the crate attributes to enable
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of SIMD type `u16x8` in FFI is highly experimental and may result in invalid code
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/simd-0.1.1/src/x86/sse2.rs:45:39
[INFO] [stdout]    |
[INFO] [stdout] 45 |     fn x86_mm_subs_epu16(x: u16x8, y: u16x8) -> u16x8;
[INFO] [stdout]    |                                       ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: add `#![feature(simd_ffi)]` to the crate attributes to enable
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of SIMD type `u16x8` in FFI is highly experimental and may result in invalid code
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/simd-0.1.1/src/x86/sse2.rs:45:49
[INFO] [stdout]    |
[INFO] [stdout] 45 |     fn x86_mm_subs_epu16(x: u16x8, y: u16x8) -> u16x8;
[INFO] [stdout]    |                                                 ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: add `#![feature(simd_ffi)]` to the crate attributes to enable
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 116 previous errors
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0044, E0557, E0703.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0044`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `simd` (lib) due to 117 previous errors
[INFO] running `Command { std: "docker" "inspect" "45e929b93eb86f6e04c5e5f409aa35cbd27ba0e3bd6e62baac81b876f0d72107", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "45e929b93eb86f6e04c5e5f409aa35cbd27ba0e3bd6e62baac81b876f0d72107", kill_on_drop: false }`
[INFO] [stdout] 45e929b93eb86f6e04c5e5f409aa35cbd27ba0e3bd6e62baac81b876f0d72107
