[INFO] fetching crate llml_simd 0.1.6...
[INFO] testing llml_simd-0.1.6 against 1.90.0 for beta-1.91-3
[INFO] extracting crate llml_simd 0.1.6 into /workspace/builds/worker-4-tc1/source
[INFO] started tweaking crates.io crate llml_simd 0.1.6
[INFO] finished tweaking crates.io crate llml_simd 0.1.6
[INFO] tweaked toml for crates.io crate llml_simd 0.1.6 written to /workspace/builds/worker-4-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate llml_simd 0.1.6 on toolchain 1.90.0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.90.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.90.0" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 75 packages to latest compatible versions
[INFO] [stderr]       Adding criterion v0.3.6 (available: v0.7.0)
[INFO] [stderr]       Adding derive_more v0.99.20 (available: v2.0.1)
[INFO] [stderr]       Adding getrandom v0.2.16 (available: v0.3.3)
[INFO] [stderr]       Adding rand v0.8.5 (available: v0.9.2)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.90.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded llml_simd_proc v0.1.3
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] cd2b74b4c2c807ead37f54946fd593256cb3906281680e1c3d1202e13a0ba031
[INFO] running `Command { std: "docker" "start" "-a" "cd2b74b4c2c807ead37f54946fd593256cb3906281680e1c3d1202e13a0ba031", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "cd2b74b4c2c807ead37f54946fd593256cb3906281680e1c3d1202e13a0ba031", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "cd2b74b4c2c807ead37f54946fd593256cb3906281680e1c3d1202e13a0ba031", kill_on_drop: false }`
[INFO] [stdout] cd2b74b4c2c807ead37f54946fd593256cb3906281680e1c3d1202e13a0ba031
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 96e3383692f9df79b8a852fa2778f5f062f6f46c3ec4fa065b10164b19a2a6aa
[INFO] running `Command { std: "docker" "start" "-a" "96e3383692f9df79b8a852fa2778f5f062f6f46c3ec4fa065b10164b19a2a6aa", kill_on_drop: false }`
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling syn v2.0.106
[INFO] [stderr]    Compiling derive_more v0.99.20
[INFO] [stderr]    Compiling llml_simd_proc v0.1.3
[INFO] [stderr]    Compiling llml_simd v0.1.6 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0557]: feature has been removed
[INFO] [stdout]  --> src/lib.rs:1:12
[INFO] [stdout]   |
[INFO] [stdout] 1 | #![feature(concat_idents, exclusive_range_pattern)]
[INFO] [stdout]   |            ^^^^^^^^^^^^^ feature has been removed
[INFO] [stdout]   |
[INFO] [stdout]   = note: removed in 1.90.0; see <https://github.com/rust-lang/rust/pull/142704> for more information
[INFO] [stdout]   = note: use the `${concat(..)}` metavariable expression instead
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `concat_idents` in this scope
[INFO] [stdout]    --> src/x86/sse.rs:19:9
[INFO] [stdout]     |
[INFO] [stdout]  19 |           concat_idents!(_mm_, $fun, _p, $label)
[INFO] [stdout]     |           ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 225 | / impl_straight!(
[INFO] [stdout] 226 | |     __m128 as f32x4 => [f32;4],
[INFO] [stdout] 227 | |     __m128d as f64x2 => [f64;2]
[INFO] [stdout] 228 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `_mm_concat` which comes from the expansion of the macro `impl_straight` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `concat_idents` in this scope
[INFO] [stdout]    --> src/x86/sse.rs:19:9
[INFO] [stdout]     |
[INFO] [stdout]  19 |           concat_idents!(_mm_, $fun, _p, $label)
[INFO] [stdout]     |           ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 225 | / impl_straight!(
[INFO] [stdout] 226 | |     __m128 as f32x4 => [f32;4],
[INFO] [stdout] 227 | |     __m128d as f64x2 => [f64;2]
[INFO] [stdout] 228 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `_mm_concat` which comes from the expansion of the macro `impl_straight` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `concat_idents` in this scope
[INFO] [stdout]    --> src/x86/sse.rs:19:9
[INFO] [stdout]     |
[INFO] [stdout]  19 |           concat_idents!(_mm_, $fun, _p, $label)
[INFO] [stdout]     |           ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 225 | / impl_straight!(
[INFO] [stdout] 226 | |     __m128 as f32x4 => [f32;4],
[INFO] [stdout] 227 | |     __m128d as f64x2 => [f64;2]
[INFO] [stdout] 228 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `_mm_concat` which comes from the expansion of the macro `impl_straight` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `concat_idents` in this scope
[INFO] [stdout]    --> src/x86/sse.rs:19:9
[INFO] [stdout]     |
[INFO] [stdout]  19 |           concat_idents!(_mm_, $fun, _p, $label)
[INFO] [stdout]     |           ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 225 | / impl_straight!(
[INFO] [stdout] 226 | |     __m128 as f32x4 => [f32;4],
[INFO] [stdout] 227 | |     __m128d as f64x2 => [f64;2]
[INFO] [stdout] 228 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `_mm_concat` which comes from the expansion of the macro `impl_straight` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `concat_idents` in this scope
[INFO] [stdout]    --> src/x86/sse.rs:19:9
[INFO] [stdout]     |
[INFO] [stdout]  19 |           concat_idents!(_mm_, $fun, _p, $label)
[INFO] [stdout]     |           ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 225 | / impl_straight!(
[INFO] [stdout] 226 | |     __m128 as f32x4 => [f32;4],
[INFO] [stdout] 227 | |     __m128d as f64x2 => [f64;2]
[INFO] [stdout] 228 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `_mm_concat` which comes from the expansion of the macro `impl_straight` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `concat_idents` in this scope
[INFO] [stdout]    --> src/x86/sse.rs:19:9
[INFO] [stdout]     |
[INFO] [stdout]  19 |           concat_idents!(_mm_, $fun, _p, $label)
[INFO] [stdout]     |           ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 225 | / impl_straight!(
[INFO] [stdout] 226 | |     __m128 as f32x4 => [f32;4],
[INFO] [stdout] 227 | |     __m128d as f64x2 => [f64;2]
[INFO] [stdout] 228 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `_mm_concat` which comes from the expansion of the macro `impl_straight` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `concat_idents` in this scope
[INFO] [stdout]    --> src/x86/sse.rs:19:9
[INFO] [stdout]     |
[INFO] [stdout]  19 |           concat_idents!(_mm_, $fun, _p, $label)
[INFO] [stdout]     |           ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 225 | / impl_straight!(
[INFO] [stdout] 226 | |     __m128 as f32x4 => [f32;4],
[INFO] [stdout] 227 | |     __m128d as f64x2 => [f64;2]
[INFO] [stdout] 228 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `_mm_concat` which comes from the expansion of the macro `impl_straight` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `concat_idents` in this scope
[INFO] [stdout]    --> src/x86/sse.rs:19:9
[INFO] [stdout]     |
[INFO] [stdout]  19 |           concat_idents!(_mm_, $fun, _p, $label)
[INFO] [stdout]     |           ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 225 | / impl_straight!(
[INFO] [stdout] 226 | |     __m128 as f32x4 => [f32;4],
[INFO] [stdout] 227 | |     __m128d as f64x2 => [f64;2]
[INFO] [stdout] 228 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `_mm_concat` which comes from the expansion of the macro `impl_straight` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `concat_idents` in this scope
[INFO] [stdout]    --> src/x86/sse.rs:19:9
[INFO] [stdout]     |
[INFO] [stdout]  19 |           concat_idents!(_mm_, $fun, _p, $label)
[INFO] [stdout]     |           ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 225 | / impl_straight!(
[INFO] [stdout] 226 | |     __m128 as f32x4 => [f32;4],
[INFO] [stdout] 227 | |     __m128d as f64x2 => [f64;2]
[INFO] [stdout] 228 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `_mm_concat` which comes from the expansion of the macro `impl_straight` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `concat_idents` in this scope
[INFO] [stdout]    --> src/x86/sse.rs:19:9
[INFO] [stdout]     |
[INFO] [stdout]  19 |           concat_idents!(_mm_, $fun, _p, $label)
[INFO] [stdout]     |           ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 225 | / impl_straight!(
[INFO] [stdout] 226 | |     __m128 as f32x4 => [f32;4],
[INFO] [stdout] 227 | |     __m128d as f64x2 => [f64;2]
[INFO] [stdout] 228 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `_mm_concat` which comes from the expansion of the macro `impl_straight` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `concat_idents` in this scope
[INFO] [stdout]    --> src/x86/sse.rs:19:9
[INFO] [stdout]     |
[INFO] [stdout]  19 |           concat_idents!(_mm_, $fun, _p, $label)
[INFO] [stdout]     |           ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 225 | / impl_straight!(
[INFO] [stdout] 226 | |     __m128 as f32x4 => [f32;4],
[INFO] [stdout] 227 | |     __m128d as f64x2 => [f64;2]
[INFO] [stdout] 228 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `_mm_concat` which comes from the expansion of the macro `impl_straight` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `concat_idents` in this scope
[INFO] [stdout]    --> src/x86/sse.rs:19:9
[INFO] [stdout]     |
[INFO] [stdout]  19 |           concat_idents!(_mm_, $fun, _p, $label)
[INFO] [stdout]     |           ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 225 | / impl_straight!(
[INFO] [stdout] 226 | |     __m128 as f32x4 => [f32;4],
[INFO] [stdout] 227 | |     __m128d as f64x2 => [f64;2]
[INFO] [stdout] 228 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `_mm_concat` which comes from the expansion of the macro `impl_straight` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `concat_idents` in this scope
[INFO] [stdout]    --> src/x86/sse.rs:19:9
[INFO] [stdout]     |
[INFO] [stdout]  19 |           concat_idents!(_mm_, $fun, _p, $label)
[INFO] [stdout]     |           ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 225 | / impl_straight!(
[INFO] [stdout] 226 | |     __m128 as f32x4 => [f32;4],
[INFO] [stdout] 227 | |     __m128d as f64x2 => [f64;2]
[INFO] [stdout] 228 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `_mm_concat` which comes from the expansion of the macro `impl_straight` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `concat_idents` in this scope
[INFO] [stdout]    --> src/x86/sse.rs:19:9
[INFO] [stdout]     |
[INFO] [stdout]  19 |           concat_idents!(_mm_, $fun, _p, $label)
[INFO] [stdout]     |           ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 225 | / impl_straight!(
[INFO] [stdout] 226 | |     __m128 as f32x4 => [f32;4],
[INFO] [stdout] 227 | |     __m128d as f64x2 => [f64;2]
[INFO] [stdout] 228 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `_mm_concat` which comes from the expansion of the macro `impl_straight` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `concat_idents` in this scope
[INFO] [stdout]    --> src/x86/sse.rs:19:9
[INFO] [stdout]     |
[INFO] [stdout]  19 |           concat_idents!(_mm_, $fun, _p, $label)
[INFO] [stdout]     |           ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 225 | / impl_straight!(
[INFO] [stdout] 226 | |     __m128 as f32x4 => [f32;4],
[INFO] [stdout] 227 | |     __m128d as f64x2 => [f64;2]
[INFO] [stdout] 228 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `_mm_concat` which comes from the expansion of the macro `impl_straight` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `concat_idents` in this scope
[INFO] [stdout]    --> src/x86/sse.rs:19:9
[INFO] [stdout]     |
[INFO] [stdout]  19 |           concat_idents!(_mm_, $fun, _p, $label)
[INFO] [stdout]     |           ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 225 | / impl_straight!(
[INFO] [stdout] 226 | |     __m128 as f32x4 => [f32;4],
[INFO] [stdout] 227 | |     __m128d as f64x2 => [f64;2]
[INFO] [stdout] 228 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `_mm_concat` which comes from the expansion of the macro `impl_straight` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `concat_idents` in this scope
[INFO] [stdout]    --> src/x86/sse.rs:19:9
[INFO] [stdout]     |
[INFO] [stdout]  19 |           concat_idents!(_mm_, $fun, _p, $label)
[INFO] [stdout]     |           ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 225 | / impl_straight!(
[INFO] [stdout] 226 | |     __m128 as f32x4 => [f32;4],
[INFO] [stdout] 227 | |     __m128d as f64x2 => [f64;2]
[INFO] [stdout] 228 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `_mm_concat` which comes from the expansion of the macro `impl_straight` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `concat_idents` in this scope
[INFO] [stdout]    --> src/x86/sse.rs:19:9
[INFO] [stdout]     |
[INFO] [stdout]  19 |           concat_idents!(_mm_, $fun, _p, $label)
[INFO] [stdout]     |           ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 225 | / impl_straight!(
[INFO] [stdout] 226 | |     __m128 as f32x4 => [f32;4],
[INFO] [stdout] 227 | |     __m128d as f64x2 => [f64;2]
[INFO] [stdout] 228 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `_mm_concat` which comes from the expansion of the macro `impl_straight` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `concat_idents` in this scope
[INFO] [stdout]    --> src/x86/sse.rs:19:9
[INFO] [stdout]     |
[INFO] [stdout]  19 |           concat_idents!(_mm_, $fun, _p, $label)
[INFO] [stdout]     |           ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 225 | / impl_straight!(
[INFO] [stdout] 226 | |     __m128 as f32x4 => [f32;4],
[INFO] [stdout] 227 | |     __m128d as f64x2 => [f64;2]
[INFO] [stdout] 228 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `_mm_concat` which comes from the expansion of the macro `impl_straight` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `concat_idents` in this scope
[INFO] [stdout]    --> src/x86/sse.rs:19:9
[INFO] [stdout]     |
[INFO] [stdout]  19 |           concat_idents!(_mm_, $fun, _p, $label)
[INFO] [stdout]     |           ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 225 | / impl_straight!(
[INFO] [stdout] 226 | |     __m128 as f32x4 => [f32;4],
[INFO] [stdout] 227 | |     __m128d as f64x2 => [f64;2]
[INFO] [stdout] 228 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `_mm_concat` which comes from the expansion of the macro `impl_straight` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `concat_idents` in this scope
[INFO] [stdout]    --> src/x86/sse.rs:19:9
[INFO] [stdout]     |
[INFO] [stdout]  19 |           concat_idents!(_mm_, $fun, _p, $label)
[INFO] [stdout]     |           ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 225 | / impl_straight!(
[INFO] [stdout] 226 | |     __m128 as f32x4 => [f32;4],
[INFO] [stdout] 227 | |     __m128d as f64x2 => [f64;2]
[INFO] [stdout] 228 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `_mm_concat` which comes from the expansion of the macro `impl_straight` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `concat_idents` in this scope
[INFO] [stdout]    --> src/x86/sse.rs:19:9
[INFO] [stdout]     |
[INFO] [stdout]  19 |           concat_idents!(_mm_, $fun, _p, $label)
[INFO] [stdout]     |           ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 225 | / impl_straight!(
[INFO] [stdout] 226 | |     __m128 as f32x4 => [f32;4],
[INFO] [stdout] 227 | |     __m128d as f64x2 => [f64;2]
[INFO] [stdout] 228 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `_mm_concat` which comes from the expansion of the macro `impl_straight` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `concat_idents` in this scope
[INFO] [stdout]    --> src/x86/sse.rs:19:9
[INFO] [stdout]     |
[INFO] [stdout]  19 |           concat_idents!(_mm_, $fun, _p, $label)
[INFO] [stdout]     |           ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 225 | / impl_straight!(
[INFO] [stdout] 226 | |     __m128 as f32x4 => [f32;4],
[INFO] [stdout] 227 | |     __m128d as f64x2 => [f64;2]
[INFO] [stdout] 228 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `_mm_concat` which comes from the expansion of the macro `impl_straight` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `concat_idents` in this scope
[INFO] [stdout]    --> src/x86/sse.rs:19:9
[INFO] [stdout]     |
[INFO] [stdout]  19 |           concat_idents!(_mm_, $fun, _p, $label)
[INFO] [stdout]     |           ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 225 | / impl_straight!(
[INFO] [stdout] 226 | |     __m128 as f32x4 => [f32;4],
[INFO] [stdout] 227 | |     __m128d as f64x2 => [f64;2]
[INFO] [stdout] 228 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `_mm_concat` which comes from the expansion of the macro `impl_straight` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `concat_idents` in this scope
[INFO] [stdout]    --> src/x86/sse.rs:19:9
[INFO] [stdout]     |
[INFO] [stdout]  19 |           concat_idents!(_mm_, $fun, _p, $label)
[INFO] [stdout]     |           ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 225 | / impl_straight!(
[INFO] [stdout] 226 | |     __m128 as f32x4 => [f32;4],
[INFO] [stdout] 227 | |     __m128d as f64x2 => [f64;2]
[INFO] [stdout] 228 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `_mm_concat` which comes from the expansion of the macro `impl_straight` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `concat_idents` in this scope
[INFO] [stdout]    --> src/x86/sse.rs:19:9
[INFO] [stdout]     |
[INFO] [stdout]  19 |           concat_idents!(_mm_, $fun, _p, $label)
[INFO] [stdout]     |           ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 225 | / impl_straight!(
[INFO] [stdout] 226 | |     __m128 as f32x4 => [f32;4],
[INFO] [stdout] 227 | |     __m128d as f64x2 => [f64;2]
[INFO] [stdout] 228 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `_mm_concat` which comes from the expansion of the macro `impl_straight` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `concat_idents` in this scope
[INFO] [stdout]    --> src/x86/sse.rs:19:9
[INFO] [stdout]     |
[INFO] [stdout]  19 |           concat_idents!(_mm_, $fun, _p, $label)
[INFO] [stdout]     |           ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 225 | / impl_straight!(
[INFO] [stdout] 226 | |     __m128 as f32x4 => [f32;4],
[INFO] [stdout] 227 | |     __m128d as f64x2 => [f64;2]
[INFO] [stdout] 228 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `_mm_concat` which comes from the expansion of the macro `impl_straight` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `concat_idents` in this scope
[INFO] [stdout]    --> src/x86/sse.rs:19:9
[INFO] [stdout]     |
[INFO] [stdout]  19 |           concat_idents!(_mm_, $fun, _p, $label)
[INFO] [stdout]     |           ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 225 | / impl_straight!(
[INFO] [stdout] 226 | |     __m128 as f32x4 => [f32;4],
[INFO] [stdout] 227 | |     __m128d as f64x2 => [f64;2]
[INFO] [stdout] 228 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `_mm_concat` which comes from the expansion of the macro `impl_straight` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `concat_idents` in this scope
[INFO] [stdout]    --> src/x86/sse.rs:19:9
[INFO] [stdout]     |
[INFO] [stdout]  19 |           concat_idents!(_mm_, $fun, _p, $label)
[INFO] [stdout]     |           ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 225 | / impl_straight!(
[INFO] [stdout] 226 | |     __m128 as f32x4 => [f32;4],
[INFO] [stdout] 227 | |     __m128d as f64x2 => [f64;2]
[INFO] [stdout] 228 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `_mm_concat` which comes from the expansion of the macro `impl_straight` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `concat_idents` in this scope
[INFO] [stdout]    --> src/x86/sse.rs:19:9
[INFO] [stdout]     |
[INFO] [stdout]  19 |           concat_idents!(_mm_, $fun, _p, $label)
[INFO] [stdout]     |           ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 225 | / impl_straight!(
[INFO] [stdout] 226 | |     __m128 as f32x4 => [f32;4],
[INFO] [stdout] 227 | |     __m128d as f64x2 => [f64;2]
[INFO] [stdout] 228 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `_mm_concat` which comes from the expansion of the macro `impl_straight` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `concat_idents` in this scope
[INFO] [stdout]    --> src/x86/sse.rs:19:9
[INFO] [stdout]     |
[INFO] [stdout]  19 |           concat_idents!(_mm_, $fun, _p, $label)
[INFO] [stdout]     |           ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 225 | / impl_straight!(
[INFO] [stdout] 226 | |     __m128 as f32x4 => [f32;4],
[INFO] [stdout] 227 | |     __m128d as f64x2 => [f64;2]
[INFO] [stdout] 228 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `_mm_concat` which comes from the expansion of the macro `impl_straight` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `concat_idents` in this scope
[INFO] [stdout]    --> src/x86/sse.rs:19:9
[INFO] [stdout]     |
[INFO] [stdout]  19 |           concat_idents!(_mm_, $fun, _p, $label)
[INFO] [stdout]     |           ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 225 | / impl_straight!(
[INFO] [stdout] 226 | |     __m128 as f32x4 => [f32;4],
[INFO] [stdout] 227 | |     __m128d as f64x2 => [f64;2]
[INFO] [stdout] 228 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `_mm_concat` which comes from the expansion of the macro `impl_straight` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `concat_idents` in this scope
[INFO] [stdout]    --> src/x86/sse.rs:19:9
[INFO] [stdout]     |
[INFO] [stdout]  19 |           concat_idents!(_mm_, $fun, _p, $label)
[INFO] [stdout]     |           ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 225 | / impl_straight!(
[INFO] [stdout] 226 | |     __m128 as f32x4 => [f32;4],
[INFO] [stdout] 227 | |     __m128d as f64x2 => [f64;2]
[INFO] [stdout] 228 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `_mm_concat` which comes from the expansion of the macro `impl_straight` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `concat_idents` in this scope
[INFO] [stdout]    --> src/x86/sse.rs:19:9
[INFO] [stdout]     |
[INFO] [stdout]  19 |           concat_idents!(_mm_, $fun, _p, $label)
[INFO] [stdout]     |           ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 225 | / impl_straight!(
[INFO] [stdout] 226 | |     __m128 as f32x4 => [f32;4],
[INFO] [stdout] 227 | |     __m128d as f64x2 => [f64;2]
[INFO] [stdout] 228 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `_mm_concat` which comes from the expansion of the macro `impl_straight` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `concat_idents` in this scope
[INFO] [stdout]    --> src/x86/sse.rs:19:9
[INFO] [stdout]     |
[INFO] [stdout]  19 |           concat_idents!(_mm_, $fun, _p, $label)
[INFO] [stdout]     |           ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 225 | / impl_straight!(
[INFO] [stdout] 226 | |     __m128 as f32x4 => [f32;4],
[INFO] [stdout] 227 | |     __m128d as f64x2 => [f64;2]
[INFO] [stdout] 228 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `_mm_concat` which comes from the expansion of the macro `impl_straight` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `concat_idents` in this scope
[INFO] [stdout]    --> src/x86/sse.rs:19:9
[INFO] [stdout]     |
[INFO] [stdout]  19 |           concat_idents!(_mm_, $fun, _p, $label)
[INFO] [stdout]     |           ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 225 | / impl_straight!(
[INFO] [stdout] 226 | |     __m128 as f32x4 => [f32;4],
[INFO] [stdout] 227 | |     __m128d as f64x2 => [f64;2]
[INFO] [stdout] 228 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `_mm_concat` which comes from the expansion of the macro `impl_straight` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `concat_idents` in this scope
[INFO] [stdout]    --> src/x86/sse.rs:19:9
[INFO] [stdout]     |
[INFO] [stdout]  19 |           concat_idents!(_mm_, $fun, _p, $label)
[INFO] [stdout]     |           ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 225 | / impl_straight!(
[INFO] [stdout] 226 | |     __m128 as f32x4 => [f32;4],
[INFO] [stdout] 227 | |     __m128d as f64x2 => [f64;2]
[INFO] [stdout] 228 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `_mm_concat` which comes from the expansion of the macro `impl_straight` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `concat_idents` in this scope
[INFO] [stdout]    --> src/x86/sse.rs:19:9
[INFO] [stdout]     |
[INFO] [stdout]  19 |           concat_idents!(_mm_, $fun, _p, $label)
[INFO] [stdout]     |           ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 225 | / impl_straight!(
[INFO] [stdout] 226 | |     __m128 as f32x4 => [f32;4],
[INFO] [stdout] 227 | |     __m128d as f64x2 => [f64;2]
[INFO] [stdout] 228 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `_mm_concat` which comes from the expansion of the macro `impl_straight` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `concat_idents` in this scope
[INFO] [stdout]    --> src/x86/sse.rs:19:9
[INFO] [stdout]     |
[INFO] [stdout]  19 |           concat_idents!(_mm_, $fun, _p, $label)
[INFO] [stdout]     |           ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 225 | / impl_straight!(
[INFO] [stdout] 226 | |     __m128 as f32x4 => [f32;4],
[INFO] [stdout] 227 | |     __m128d as f64x2 => [f64;2]
[INFO] [stdout] 228 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `_mm_concat` which comes from the expansion of the macro `impl_straight` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `concat_idents` in this scope
[INFO] [stdout]    --> src/x86/sse.rs:19:9
[INFO] [stdout]     |
[INFO] [stdout]  19 |           concat_idents!(_mm_, $fun, _p, $label)
[INFO] [stdout]     |           ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 225 | / impl_straight!(
[INFO] [stdout] 226 | |     __m128 as f32x4 => [f32;4],
[INFO] [stdout] 227 | |     __m128d as f64x2 => [f64;2]
[INFO] [stdout] 228 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `_mm_concat` which comes from the expansion of the macro `impl_straight` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `concat_idents` in this scope
[INFO] [stdout]    --> src/x86/sse.rs:19:9
[INFO] [stdout]     |
[INFO] [stdout]  19 |           concat_idents!(_mm_, $fun, _p, $label)
[INFO] [stdout]     |           ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 225 | / impl_straight!(
[INFO] [stdout] 226 | |     __m128 as f32x4 => [f32;4],
[INFO] [stdout] 227 | |     __m128d as f64x2 => [f64;2]
[INFO] [stdout] 228 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `_mm_concat` which comes from the expansion of the macro `impl_straight` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `concat_idents` in this scope
[INFO] [stdout]    --> src/x86/sse.rs:19:9
[INFO] [stdout]     |
[INFO] [stdout]  19 |           concat_idents!(_mm_, $fun, _p, $label)
[INFO] [stdout]     |           ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 225 | / impl_straight!(
[INFO] [stdout] 226 | |     __m128 as f32x4 => [f32;4],
[INFO] [stdout] 227 | |     __m128d as f64x2 => [f64;2]
[INFO] [stdout] 228 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `_mm_concat` which comes from the expansion of the macro `impl_straight` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `concat_idents` in this scope
[INFO] [stdout]    --> src/x86/sse.rs:19:9
[INFO] [stdout]     |
[INFO] [stdout]  19 |           concat_idents!(_mm_, $fun, _p, $label)
[INFO] [stdout]     |           ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 225 | / impl_straight!(
[INFO] [stdout] 226 | |     __m128 as f32x4 => [f32;4],
[INFO] [stdout] 227 | |     __m128d as f64x2 => [f64;2]
[INFO] [stdout] 228 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `_mm_concat` which comes from the expansion of the macro `impl_straight` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `concat_idents` in this scope
[INFO] [stdout]    --> src/x86/sse.rs:19:9
[INFO] [stdout]     |
[INFO] [stdout]  19 |           concat_idents!(_mm_, $fun, _p, $label)
[INFO] [stdout]     |           ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 225 | / impl_straight!(
[INFO] [stdout] 226 | |     __m128 as f32x4 => [f32;4],
[INFO] [stdout] 227 | |     __m128d as f64x2 => [f64;2]
[INFO] [stdout] 228 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `_mm_concat` which comes from the expansion of the macro `impl_straight` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `concat_idents` in this scope
[INFO] [stdout]    --> src/composite.rs:350:22
[INFO] [stdout]     |
[INFO] [stdout] 350 |                       <concat_idents!($ty, x4)>::from(array).min()
[INFO] [stdout]     |                        ^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/x86/sse.rs:243:1
[INFO] [stdout]     |
[INFO] [stdout] 243 | / impl_composite!(
[INFO] [stdout] 244 | |     (f32x4 => 4, f32x4 => 4, f32x2 => 2) as f32x10: f32,
[INFO] [stdout] 245 | |     (f32x4 => 4, f32x4 => 4, f32x4 => 4) as f32x12: f32
[INFO] [stdout] 246 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_composite` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `concat_idents` in this scope
[INFO] [stdout]    --> src/composite.rs:357:22
[INFO] [stdout]     |
[INFO] [stdout] 357 |                       <concat_idents!($ty, x4)>::from(array).max()
[INFO] [stdout]     |                        ^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/x86/sse.rs:243:1
[INFO] [stdout]     |
[INFO] [stdout] 243 | / impl_composite!(
[INFO] [stdout] 244 | |     (f32x4 => 4, f32x4 => 4, f32x2 => 2) as f32x10: f32,
[INFO] [stdout] 245 | |     (f32x4 => 4, f32x4 => 4, f32x4 => 4) as f32x12: f32
[INFO] [stdout] 246 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_composite` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `concat_idents` in this scope
[INFO] [stdout]    --> src/composite.rs:364:22
[INFO] [stdout]     |
[INFO] [stdout] 364 |                       <concat_idents!($ty, x4)>::from(array).sum()
[INFO] [stdout]     |                        ^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/x86/sse.rs:243:1
[INFO] [stdout]     |
[INFO] [stdout] 243 | / impl_composite!(
[INFO] [stdout] 244 | |     (f32x4 => 4, f32x4 => 4, f32x2 => 2) as f32x10: f32,
[INFO] [stdout] 245 | |     (f32x4 => 4, f32x4 => 4, f32x4 => 4) as f32x12: f32
[INFO] [stdout] 246 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_composite` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `concat_idents` in this scope
[INFO] [stdout]    --> src/composite.rs:371:22
[INFO] [stdout]     |
[INFO] [stdout] 371 |                       <concat_idents!($ty, x4)>::from(array).prod()
[INFO] [stdout]     |                        ^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/x86/sse.rs:243:1
[INFO] [stdout]     |
[INFO] [stdout] 243 | / impl_composite!(
[INFO] [stdout] 244 | |     (f32x4 => 4, f32x4 => 4, f32x2 => 2) as f32x10: f32,
[INFO] [stdout] 245 | |     (f32x4 => 4, f32x4 => 4, f32x4 => 4) as f32x12: f32
[INFO] [stdout] 246 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_composite` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0554]: `#![feature]` may not be used on the stable release channel
[INFO] [stdout]  --> src/lib.rs:1:1
[INFO] [stdout]   |
[INFO] [stdout] 1 | #![feature(concat_idents, exclusive_range_pattern)]
[INFO] [stdout]   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = help: the feature `exclusive_range_pattern` has been stable since `1.80.0` and no longer requires an attribute to enable
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0554]: `#![feature]` may not be used on the stable release channel
[INFO] [stdout]  --> src/lib.rs:2:37
[INFO] [stdout]   |
[INFO] [stdout] 2 | #![cfg_attr(target_feature = "sse", feature(stdarch_x86_mm_shuffle))]
[INFO] [stdout]   |                                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused macro definition: `flat_mod`
[INFO] [stdout]  --> src/lib.rs:6:14
[INFO] [stdout]   |
[INFO] [stdout] 6 | macro_rules! flat_mod {
[INFO] [stdout]   |              ^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_macros)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the feature `exclusive_range_pattern` has been stable since 1.80.0 and no longer requires an attribute to enable
[INFO] [stdout]  --> src/lib.rs:1:27
[INFO] [stdout]   |
[INFO] [stdout] 1 | #![feature(concat_idents, exclusive_range_pattern)]
[INFO] [stdout]   |                           ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(stable_features)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]    --> src/composite.rs:350:53
[INFO] [stdout]     |
[INFO] [stdout] 350 |                       <concat_idents!($ty, x4)>::from(array).min()
[INFO] [stdout]     |                       ------------------------------- ^^^^^ expected `()`, found `[f32; 4]`
[INFO] [stdout]     |                       |
[INFO] [stdout]     |                       arguments to this function are incorrect
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/x86/sse.rs:243:1
[INFO] [stdout]     |
[INFO] [stdout] 243 | / impl_composite!(
[INFO] [stdout] 244 | |     (f32x4 => 4, f32x4 => 4, f32x2 => 2) as f32x10: f32,
[INFO] [stdout] 245 | |     (f32x4 => 4, f32x4 => 4, f32x4 => 4) as f32x12: f32
[INFO] [stdout] 246 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]    --> /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/convert/mod.rs:596:8
[INFO] [stdout]     = note: this error originates in the macro `impl_composite` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0061]: this method takes 1 argument but 0 arguments were supplied
[INFO] [stdout]    --> src/composite.rs:350:60
[INFO] [stdout]     |
[INFO] [stdout] 350 |                       <concat_idents!($ty, x4)>::from(array).min()
[INFO] [stdout]     |                                                              ^^^-- argument #1 of type `()` is missing
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/x86/sse.rs:243:1
[INFO] [stdout]     |
[INFO] [stdout] 243 | / impl_composite!(
[INFO] [stdout] 244 | |     (f32x4 => 4, f32x4 => 4, f32x2 => 2) as f32x10: f32,
[INFO] [stdout] 245 | |     (f32x4 => 4, f32x4 => 4, f32x4 => 4) as f32x12: f32
[INFO] [stdout] 246 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] note: method defined here
[INFO] [stdout]    --> /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/cmp.rs:1052:8
[INFO] [stdout]     = note: this error originates in the macro `impl_composite` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: provide the argument
[INFO] [stdout]     |
[INFO] [stdout] 350 |                     <concat_idents!($ty, x4)>::from(array).min(())
[INFO] [stdout]     |                                                                ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]    --> src/composite.rs:350:21
[INFO] [stdout]     |
[INFO] [stdout] 348 |                   pub fn min (self) -> $ty {
[INFO] [stdout]     |                                        --- expected `f32` because of return type
[INFO] [stdout] 349 |                       let array = [self.0.min(), self.1.min(), self.2.min(), $ty::MAX];
[INFO] [stdout] 350 |                       <concat_idents!($ty, x4)>::from(array).min()
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `f32`, found `()`
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/x86/sse.rs:243:1
[INFO] [stdout]     |
[INFO] [stdout] 243 | / impl_composite!(
[INFO] [stdout] 244 | |     (f32x4 => 4, f32x4 => 4, f32x2 => 2) as f32x10: f32,
[INFO] [stdout] 245 | |     (f32x4 => 4, f32x4 => 4, f32x4 => 4) as f32x12: f32
[INFO] [stdout] 246 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_composite` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]    --> src/composite.rs:357:53
[INFO] [stdout]     |
[INFO] [stdout] 357 |                       <concat_idents!($ty, x4)>::from(array).max()
[INFO] [stdout]     |                       ------------------------------- ^^^^^ expected `()`, found `[f32; 4]`
[INFO] [stdout]     |                       |
[INFO] [stdout]     |                       arguments to this function are incorrect
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/x86/sse.rs:243:1
[INFO] [stdout]     |
[INFO] [stdout] 243 | / impl_composite!(
[INFO] [stdout] 244 | |     (f32x4 => 4, f32x4 => 4, f32x2 => 2) as f32x10: f32,
[INFO] [stdout] 245 | |     (f32x4 => 4, f32x4 => 4, f32x4 => 4) as f32x12: f32
[INFO] [stdout] 246 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]    --> /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/convert/mod.rs:596:8
[INFO] [stdout]     = note: this error originates in the macro `impl_composite` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0061]: this method takes 1 argument but 0 arguments were supplied
[INFO] [stdout]    --> src/composite.rs:357:60
[INFO] [stdout]     |
[INFO] [stdout] 357 |                       <concat_idents!($ty, x4)>::from(array).max()
[INFO] [stdout]     |                                                              ^^^-- argument #1 of type `()` is missing
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/x86/sse.rs:243:1
[INFO] [stdout]     |
[INFO] [stdout] 243 | / impl_composite!(
[INFO] [stdout] 244 | |     (f32x4 => 4, f32x4 => 4, f32x2 => 2) as f32x10: f32,
[INFO] [stdout] 245 | |     (f32x4 => 4, f32x4 => 4, f32x4 => 4) as f32x12: f32
[INFO] [stdout] 246 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] note: method defined here
[INFO] [stdout]    --> /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/cmp.rs:1013:8
[INFO] [stdout]     = note: this error originates in the macro `impl_composite` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: provide the argument
[INFO] [stdout]     |
[INFO] [stdout] 357 |                     <concat_idents!($ty, x4)>::from(array).max(())
[INFO] [stdout]     |                                                                ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]    --> src/composite.rs:357:21
[INFO] [stdout]     |
[INFO] [stdout] 355 |                   pub fn max (self) -> $ty {
[INFO] [stdout]     |                                        --- expected `f32` because of return type
[INFO] [stdout] 356 |                       let array = [self.0.max(), self.1.max(), self.2.max(), $ty::MIN];
[INFO] [stdout] 357 |                       <concat_idents!($ty, x4)>::from(array).max()
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `f32`, found `()`
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/x86/sse.rs:243:1
[INFO] [stdout]     |
[INFO] [stdout] 243 | / impl_composite!(
[INFO] [stdout] 244 | |     (f32x4 => 4, f32x4 => 4, f32x2 => 2) as f32x10: f32,
[INFO] [stdout] 245 | |     (f32x4 => 4, f32x4 => 4, f32x4 => 4) as f32x12: f32
[INFO] [stdout] 246 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_composite` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]    --> src/composite.rs:364:53
[INFO] [stdout]     |
[INFO] [stdout] 364 |                       <concat_idents!($ty, x4)>::from(array).sum()
[INFO] [stdout]     |                       ------------------------------- ^^^^^ expected `()`, found `[f32; 4]`
[INFO] [stdout]     |                       |
[INFO] [stdout]     |                       arguments to this function are incorrect
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/x86/sse.rs:243:1
[INFO] [stdout]     |
[INFO] [stdout] 243 | / impl_composite!(
[INFO] [stdout] 244 | |     (f32x4 => 4, f32x4 => 4, f32x2 => 2) as f32x10: f32,
[INFO] [stdout] 245 | |     (f32x4 => 4, f32x4 => 4, f32x4 => 4) as f32x12: f32
[INFO] [stdout] 246 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]    --> /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/convert/mod.rs:596:8
[INFO] [stdout]     = note: this error originates in the macro `impl_composite` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: `()` is not an iterator
[INFO] [stdout]    --> src/composite.rs:364:60
[INFO] [stdout]     |
[INFO] [stdout] 364 |                       <concat_idents!($ty, x4)>::from(array).sum()
[INFO] [stdout]     |                                                              ^^^ `()` is not an iterator
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/x86/sse.rs:243:1
[INFO] [stdout]     |
[INFO] [stdout] 243 | / impl_composite!(
[INFO] [stdout] 244 | |     (f32x4 => 4, f32x4 => 4, f32x2 => 2) as f32x10: f32,
[INFO] [stdout] 245 | |     (f32x4 => 4, f32x4 => 4, f32x4 => 4) as f32x12: f32
[INFO] [stdout] 246 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: the following trait bounds were not satisfied:
[INFO] [stdout]             `(): Iterator`
[INFO] [stdout]             which is required by `&mut (): Iterator`
[INFO] [stdout]     = note: this error originates in the macro `impl_composite` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]    --> src/composite.rs:371:53
[INFO] [stdout]     |
[INFO] [stdout] 371 |                       <concat_idents!($ty, x4)>::from(array).prod()
[INFO] [stdout]     |                       ------------------------------- ^^^^^ expected `()`, found `[f32; 4]`
[INFO] [stdout]     |                       |
[INFO] [stdout]     |                       arguments to this function are incorrect
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/x86/sse.rs:243:1
[INFO] [stdout]     |
[INFO] [stdout] 243 | / impl_composite!(
[INFO] [stdout] 244 | |     (f32x4 => 4, f32x4 => 4, f32x2 => 2) as f32x10: f32,
[INFO] [stdout] 245 | |     (f32x4 => 4, f32x4 => 4, f32x4 => 4) as f32x12: f32
[INFO] [stdout] 246 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]    --> /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/convert/mod.rs:596:8
[INFO] [stdout]     = note: this error originates in the macro `impl_composite` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `prod` found for unit type `()` in the current scope
[INFO] [stdout]    --> src/composite.rs:371:60
[INFO] [stdout]     |
[INFO] [stdout] 371 |                       <concat_idents!($ty, x4)>::from(array).prod()
[INFO] [stdout]     |                                                              ^^^^ method not found in `()`
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/x86/sse.rs:243:1
[INFO] [stdout]     |
[INFO] [stdout] 243 | / impl_composite!(
[INFO] [stdout] 244 | |     (f32x4 => 4, f32x4 => 4, f32x2 => 2) as f32x10: f32,
[INFO] [stdout] 245 | |     (f32x4 => 4, f32x4 => 4, f32x4 => 4) as f32x12: f32
[INFO] [stdout] 246 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_composite` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0061, E0308, E0554, E0557, E0599.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0061`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `llml_simd` (lib) due to 61 previous errors; 2 warnings emitted
[INFO] running `Command { std: "docker" "inspect" "96e3383692f9df79b8a852fa2778f5f062f6f46c3ec4fa065b10164b19a2a6aa", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "96e3383692f9df79b8a852fa2778f5f062f6f46c3ec4fa065b10164b19a2a6aa", kill_on_drop: false }`
[INFO] [stdout] 96e3383692f9df79b8a852fa2778f5f062f6f46c3ec4fa065b10164b19a2a6aa
