[INFO] fetching crate npsimd 0.3.0...
[INFO] testing npsimd-0.3.0 against try#c2e32f1c9652b13ed99608599c1e855462f421f3 for pr-146098-8
[INFO] extracting crate npsimd 0.3.0 into /workspace/builds/worker-3-tc2/source
[INFO] removed /workspace/builds/worker-3-tc2/source/rust-toolchain
[INFO] started tweaking crates.io crate npsimd 0.3.0
[INFO] finished tweaking crates.io crate npsimd 0.3.0
[INFO] tweaked toml for crates.io crate npsimd 0.3.0 written to /workspace/builds/worker-3-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate npsimd 0.3.0 on toolchain c2e32f1c9652b13ed99608599c1e855462f421f3
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "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" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 38 packages to latest compatible versions
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 29426ca255fa9e50678f382c164bf3a4ada87d605c9e35bdbd2b8c325464fb80
[INFO] running `Command { std: "docker" "start" "-a" "29426ca255fa9e50678f382c164bf3a4ada87d605c9e35bdbd2b8c325464fb80", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "29426ca255fa9e50678f382c164bf3a4ada87d605c9e35bdbd2b8c325464fb80", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "29426ca255fa9e50678f382c164bf3a4ada87d605c9e35bdbd2b8c325464fb80", kill_on_drop: false }`
[INFO] [stdout] 29426ca255fa9e50678f382c164bf3a4ada87d605c9e35bdbd2b8c325464fb80
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 891b5193812e59a897b6eb92750054c764ebf7c0e96df3e574f7637cc52deb56
[INFO] running `Command { std: "docker" "start" "-a" "891b5193812e59a897b6eb92750054c764ebf7c0e96df3e574f7637cc52deb56", kill_on_drop: false }`
[INFO] [stderr]    Compiling raw-cpuid v11.6.0
[INFO] [stderr]    Compiling npsimd v0.3.0 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0557]: feature has been removed
[INFO] [stdout]   --> src/lib.rs:15:12
[INFO] [stdout]    |
[INFO] [stdout] 15 | #![feature(doc_auto_cfg)]
[INFO] [stdout]    |            ^^^^^^^^^^^^ feature has been removed
[INFO] [stdout]    |
[INFO] [stdout]    = note: removed in 1.92.0; see <https://github.com/rust-lang/rust/pull/138907> for more information
[INFO] [stdout]    = note: merged into `doc_cfg`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0557]: feature has been removed
[INFO] [stdout]   --> src/lib.rs:18:12
[INFO] [stdout]    |
[INFO] [stdout] 18 | #![feature(doc_cfg_hide)]
[INFO] [stdout]    |            ^^^^^^^^^^^^ feature has been removed
[INFO] [stdout]    |
[INFO] [stdout]    = note: removed in 1.92.0; see <https://github.com/rust-lang/rust/pull/138907> for more information
[INFO] [stdout]    = note: merged into `doc_cfg`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unknown `doc` attribute `cfg_hide`
[INFO] [stdout]   --> src/lib.rs:21:8
[INFO] [stdout]    |
[INFO] [stdout] 21 | #![doc(cfg_hide(doc))]
[INFO] [stdout]    |        ^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[deny(invalid_doc_attributes)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the feature `stdarch_x86_avx512` has been stable since 1.89.0 and no longer requires an attribute to enable
[INFO] [stdout]   --> src/lib.rs:24:12
[INFO] [stdout]    |
[INFO] [stdout] 24 | #![feature(stdarch_x86_avx512)]
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(stable_features)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0076]: SIMD vector's only field must be an array
[INFO] [stdout]   --> src/intel/low/types.rs:92:9
[INFO] [stdout]    |
[INFO] [stdout] 92 |           pub struct $name($(pub(crate) $field),+);
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^^^^^---^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |                              |
[INFO] [stdout]    |                              not an array
[INFO] [stdout] ...
[INFO] [stdout] 98 | / decl_simd_type!(u8x2[u8; 2], (1),
[INFO] [stdout] 99 | |     "A vector of 2 unsigned 8-bit integers.");
[INFO] [stdout]    | |_____________________________________________- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `decl_simd_type` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0076]: SIMD vector's only field must be an array
[INFO] [stdout]    --> src/intel/low/types.rs:92:9
[INFO] [stdout]     |
[INFO] [stdout]  92 |           pub struct $name($(pub(crate) $field),+);
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^---^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                              |
[INFO] [stdout]     |                              not an array
[INFO] [stdout] ...
[INFO] [stdout] 101 | / decl_simd_type!(u8x4[u8; 4], (1 2),
[INFO] [stdout] 102 | |     "A vector of 4 unsigned 8-bit integers.");
[INFO] [stdout]     | |_____________________________________________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `decl_simd_type` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0076]: SIMD vector's only field must be an array
[INFO] [stdout]    --> src/intel/low/types.rs:92:9
[INFO] [stdout]     |
[INFO] [stdout]  92 |           pub struct $name($(pub(crate) $field),+);
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^---^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                              |
[INFO] [stdout]     |                              not an array
[INFO] [stdout] ...
[INFO] [stdout] 104 | / decl_simd_type!(u8x8[u8; 8], (1 2 4),
[INFO] [stdout] 105 | |     "A vector of 8 unsigned 8-bit integers.");
[INFO] [stdout]     | |_____________________________________________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `decl_simd_type` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0076]: SIMD vector's only field must be an array
[INFO] [stdout]    --> src/intel/low/types.rs:92:9
[INFO] [stdout]     |
[INFO] [stdout]  92 |           pub struct $name($(pub(crate) $field),+);
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^---^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                              |
[INFO] [stdout]     |                              not an array
[INFO] [stdout] ...
[INFO] [stdout] 107 | / decl_simd_type!(u8x16[u8; 16], (1 2 4 8),
[INFO] [stdout] 108 | |     "A vector of 16 unsigned 8-bit integers.");
[INFO] [stdout]     | |______________________________________________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `decl_simd_type` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0076]: SIMD vector's only field must be an array
[INFO] [stdout]    --> src/intel/low/types.rs:92:9
[INFO] [stdout]     |
[INFO] [stdout]  92 |           pub struct $name($(pub(crate) $field),+);
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^---^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                              |
[INFO] [stdout]     |                              not an array
[INFO] [stdout] ...
[INFO] [stdout] 110 | / decl_simd_type!(u8x32[u8; 32], (1 2 4 8 16),
[INFO] [stdout] 111 | |     "A vector of 32 unsigned 8-bit integers.");
[INFO] [stdout]     | |______________________________________________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `decl_simd_type` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0076]: SIMD vector's only field must be an array
[INFO] [stdout]    --> src/intel/low/types.rs:92:9
[INFO] [stdout]     |
[INFO] [stdout]  92 |           pub struct $name($(pub(crate) $field),+);
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^---^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                              |
[INFO] [stdout]     |                              not an array
[INFO] [stdout] ...
[INFO] [stdout] 113 | / decl_simd_type!(u8x64[u8; 64], (1 2 4 8 16 32),
[INFO] [stdout] 114 | |     "A vector of 64 unsigned 8-bit integers.");
[INFO] [stdout]     | |______________________________________________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `decl_simd_type` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0076]: SIMD vector's only field must be an array
[INFO] [stdout]    --> src/intel/low/types.rs:92:9
[INFO] [stdout]     |
[INFO] [stdout]  92 |           pub struct $name($(pub(crate) $field),+);
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^---^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                              |
[INFO] [stdout]     |                              not an array
[INFO] [stdout] ...
[INFO] [stdout] 116 | / decl_simd_type!(s8x2[i8; 2], (1),
[INFO] [stdout] 117 | |     "A vector of 2 signed 8-bit integers.");
[INFO] [stdout]     | |___________________________________________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `decl_simd_type` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0076]: SIMD vector's only field must be an array
[INFO] [stdout]    --> src/intel/low/types.rs:92:9
[INFO] [stdout]     |
[INFO] [stdout]  92 |           pub struct $name($(pub(crate) $field),+);
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^---^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                              |
[INFO] [stdout]     |                              not an array
[INFO] [stdout] ...
[INFO] [stdout] 119 | / decl_simd_type!(s8x4[i8; 4], (1 2),
[INFO] [stdout] 120 | |     "A vector of 4 signed 8-bit integers.");
[INFO] [stdout]     | |___________________________________________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `decl_simd_type` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0076]: SIMD vector's only field must be an array
[INFO] [stdout]    --> src/intel/low/types.rs:92:9
[INFO] [stdout]     |
[INFO] [stdout]  92 |           pub struct $name($(pub(crate) $field),+);
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^---^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                              |
[INFO] [stdout]     |                              not an array
[INFO] [stdout] ...
[INFO] [stdout] 122 | / decl_simd_type!(s8x8[i8; 8], (1 2 4),
[INFO] [stdout] 123 | |     "A vector of 8 signed 8-bit integers.");
[INFO] [stdout]     | |___________________________________________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `decl_simd_type` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0076]: SIMD vector's only field must be an array
[INFO] [stdout]    --> src/intel/low/types.rs:92:9
[INFO] [stdout]     |
[INFO] [stdout]  92 |           pub struct $name($(pub(crate) $field),+);
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^---^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                              |
[INFO] [stdout]     |                              not an array
[INFO] [stdout] ...
[INFO] [stdout] 125 | / decl_simd_type!(s8x16[i8; 16], (1 2 4 8),
[INFO] [stdout] 126 | |     "A vector of 16 signed 8-bit integers.");
[INFO] [stdout]     | |____________________________________________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `decl_simd_type` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0076]: SIMD vector's only field must be an array
[INFO] [stdout]    --> src/intel/low/types.rs:92:9
[INFO] [stdout]     |
[INFO] [stdout]  92 |           pub struct $name($(pub(crate) $field),+);
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^---^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                              |
[INFO] [stdout]     |                              not an array
[INFO] [stdout] ...
[INFO] [stdout] 128 | / decl_simd_type!(s8x32[i8; 32], (1 2 4 8 16),
[INFO] [stdout] 129 | |     "A vector of 32 signed 8-bit integers.");
[INFO] [stdout]     | |____________________________________________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `decl_simd_type` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0076]: SIMD vector's only field must be an array
[INFO] [stdout]    --> src/intel/low/types.rs:92:9
[INFO] [stdout]     |
[INFO] [stdout]  92 |           pub struct $name($(pub(crate) $field),+);
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^---^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                              |
[INFO] [stdout]     |                              not an array
[INFO] [stdout] ...
[INFO] [stdout] 131 | / decl_simd_type!(s8x64[i8; 64], (1 2 4 8 16 32),
[INFO] [stdout] 132 | |     "A vector of 64 signed 8-bit integers.");
[INFO] [stdout]     | |____________________________________________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `decl_simd_type` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0076]: SIMD vector's only field must be an array
[INFO] [stdout]    --> src/intel/low/types.rs:92:9
[INFO] [stdout]     |
[INFO] [stdout]  92 |           pub struct $name($(pub(crate) $field),+);
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^---^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                              |
[INFO] [stdout]     |                              not an array
[INFO] [stdout] ...
[INFO] [stdout] 136 | / decl_simd_type!(u16x2[u16; 2], (1),
[INFO] [stdout] 137 | |     "A vector of 2 unsigned 16-bit integers.");
[INFO] [stdout]     | |______________________________________________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `decl_simd_type` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0076]: SIMD vector's only field must be an array
[INFO] [stdout]    --> src/intel/low/types.rs:92:9
[INFO] [stdout]     |
[INFO] [stdout]  92 |           pub struct $name($(pub(crate) $field),+);
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^---^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                              |
[INFO] [stdout]     |                              not an array
[INFO] [stdout] ...
[INFO] [stdout] 139 | / decl_simd_type!(u16x4[u16; 4], (1 2),
[INFO] [stdout] 140 | |     "A vector of 4 unsigned 16-bit integers.");
[INFO] [stdout]     | |______________________________________________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `decl_simd_type` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0076]: SIMD vector's only field must be an array
[INFO] [stdout]    --> src/intel/low/types.rs:92:9
[INFO] [stdout]     |
[INFO] [stdout]  92 |           pub struct $name($(pub(crate) $field),+);
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^---^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                              |
[INFO] [stdout]     |                              not an array
[INFO] [stdout] ...
[INFO] [stdout] 142 | / decl_simd_type!(u16x8[u16; 8], (1 2 4),
[INFO] [stdout] 143 | |     "A vector of 8 unsigned 16-bit integers.");
[INFO] [stdout]     | |______________________________________________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `decl_simd_type` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0076]: SIMD vector's only field must be an array
[INFO] [stdout]    --> src/intel/low/types.rs:92:9
[INFO] [stdout]     |
[INFO] [stdout]  92 |           pub struct $name($(pub(crate) $field),+);
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^---^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                              |
[INFO] [stdout]     |                              not an array
[INFO] [stdout] ...
[INFO] [stdout] 145 | / decl_simd_type!(u16x16[u16; 16], (1 2 4 8),
[INFO] [stdout] 146 | |     "A vector of 16 unsigned 16-bit integers.");
[INFO] [stdout]     | |_______________________________________________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `decl_simd_type` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0076]: SIMD vector's only field must be an array
[INFO] [stdout]    --> src/intel/low/types.rs:92:9
[INFO] [stdout]     |
[INFO] [stdout]  92 |           pub struct $name($(pub(crate) $field),+);
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^---^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                              |
[INFO] [stdout]     |                              not an array
[INFO] [stdout] ...
[INFO] [stdout] 148 | / decl_simd_type!(u16x32[u16; 32], (1 2 4 8 16),
[INFO] [stdout] 149 | |     "A vector of 32 unsigned 16-bit integers.");
[INFO] [stdout]     | |_______________________________________________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `decl_simd_type` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0076]: SIMD vector's only field must be an array
[INFO] [stdout]    --> src/intel/low/types.rs:92:9
[INFO] [stdout]     |
[INFO] [stdout]  92 |           pub struct $name($(pub(crate) $field),+);
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^---^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                              |
[INFO] [stdout]     |                              not an array
[INFO] [stdout] ...
[INFO] [stdout] 151 | / decl_simd_type!(s16x2[i16; 2], (1),
[INFO] [stdout] 152 | |     "A vector of 2 signed 16-bit integers.");
[INFO] [stdout]     | |____________________________________________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `decl_simd_type` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0076]: SIMD vector's only field must be an array
[INFO] [stdout]    --> src/intel/low/types.rs:92:9
[INFO] [stdout]     |
[INFO] [stdout]  92 |           pub struct $name($(pub(crate) $field),+);
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^---^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                              |
[INFO] [stdout]     |                              not an array
[INFO] [stdout] ...
[INFO] [stdout] 154 | / decl_simd_type!(s16x4[i16; 4], (1 2),
[INFO] [stdout] 155 | |     "A vector of 4 signed 16-bit integers.");
[INFO] [stdout]     | |____________________________________________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `decl_simd_type` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0076]: SIMD vector's only field must be an array
[INFO] [stdout]    --> src/intel/low/types.rs:92:9
[INFO] [stdout]     |
[INFO] [stdout]  92 |           pub struct $name($(pub(crate) $field),+);
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^---^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                              |
[INFO] [stdout]     |                              not an array
[INFO] [stdout] ...
[INFO] [stdout] 157 | / decl_simd_type!(s16x8[i16; 8], (1 2 4),
[INFO] [stdout] 158 | |     "A vector of 8 signed 16-bit integers.");
[INFO] [stdout]     | |____________________________________________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `decl_simd_type` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0076]: SIMD vector's only field must be an array
[INFO] [stdout]    --> src/intel/low/types.rs:92:9
[INFO] [stdout]     |
[INFO] [stdout]  92 |           pub struct $name($(pub(crate) $field),+);
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^---^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                              |
[INFO] [stdout]     |                              not an array
[INFO] [stdout] ...
[INFO] [stdout] 160 | / decl_simd_type!(s16x16[i16; 16], (1 2 4 8),
[INFO] [stdout] 161 | |     "A vector of 16 signed 16-bit integers.");
[INFO] [stdout]     | |_____________________________________________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `decl_simd_type` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0076]: SIMD vector's only field must be an array
[INFO] [stdout]    --> src/intel/low/types.rs:92:9
[INFO] [stdout]     |
[INFO] [stdout]  92 |           pub struct $name($(pub(crate) $field),+);
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^---^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                              |
[INFO] [stdout]     |                              not an array
[INFO] [stdout] ...
[INFO] [stdout] 163 | / decl_simd_type!(s16x32[i16; 32], (1 2 4 8 16),
[INFO] [stdout] 164 | |     "A vector of 32 signed 16-bit integers.");
[INFO] [stdout]     | |_____________________________________________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `decl_simd_type` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0076]: SIMD vector's only field must be an array
[INFO] [stdout]    --> src/intel/low/types.rs:92:9
[INFO] [stdout]     |
[INFO] [stdout]  92 |           pub struct $name($(pub(crate) $field),+);
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^---^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                              |
[INFO] [stdout]     |                              not an array
[INFO] [stdout] ...
[INFO] [stdout] 168 | / decl_simd_type!(u32x2[u32; 2], (1),
[INFO] [stdout] 169 | |     "A vector of 2 unsigned 32-bit integers.");
[INFO] [stdout]     | |______________________________________________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `decl_simd_type` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0076]: SIMD vector's only field must be an array
[INFO] [stdout]    --> src/intel/low/types.rs:92:9
[INFO] [stdout]     |
[INFO] [stdout]  92 |           pub struct $name($(pub(crate) $field),+);
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^---^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                              |
[INFO] [stdout]     |                              not an array
[INFO] [stdout] ...
[INFO] [stdout] 171 | / decl_simd_type!(u32x4[u32; 4], (1 2),
[INFO] [stdout] 172 | |     "A vector of 4 unsigned 32-bit integers.");
[INFO] [stdout]     | |______________________________________________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `decl_simd_type` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0076]: SIMD vector's only field must be an array
[INFO] [stdout]    --> src/intel/low/types.rs:92:9
[INFO] [stdout]     |
[INFO] [stdout]  92 |           pub struct $name($(pub(crate) $field),+);
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^---^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                              |
[INFO] [stdout]     |                              not an array
[INFO] [stdout] ...
[INFO] [stdout] 174 | / decl_simd_type!(u32x8[u32; 8], (1 2 4),
[INFO] [stdout] 175 | |     "A vector of 8 unsigned 32-bit integers.");
[INFO] [stdout]     | |______________________________________________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `decl_simd_type` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0076]: SIMD vector's only field must be an array
[INFO] [stdout]    --> src/intel/low/types.rs:92:9
[INFO] [stdout]     |
[INFO] [stdout]  92 |           pub struct $name($(pub(crate) $field),+);
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^---^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                              |
[INFO] [stdout]     |                              not an array
[INFO] [stdout] ...
[INFO] [stdout] 177 | / decl_simd_type!(u32x16[u32; 16], (1 2 4 8),
[INFO] [stdout] 178 | |     "A vector of 16 unsigned 32-bit integers.");
[INFO] [stdout]     | |_______________________________________________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `decl_simd_type` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0076]: SIMD vector's only field must be an array
[INFO] [stdout]    --> src/intel/low/types.rs:92:9
[INFO] [stdout]     |
[INFO] [stdout]  92 |           pub struct $name($(pub(crate) $field),+);
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^---^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                              |
[INFO] [stdout]     |                              not an array
[INFO] [stdout] ...
[INFO] [stdout] 180 | / decl_simd_type!(s32x2[i32; 2], (1),
[INFO] [stdout] 181 | |     "A vector of 2 signed 32-bit integers.");
[INFO] [stdout]     | |____________________________________________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `decl_simd_type` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0076]: SIMD vector's only field must be an array
[INFO] [stdout]    --> src/intel/low/types.rs:92:9
[INFO] [stdout]     |
[INFO] [stdout]  92 |           pub struct $name($(pub(crate) $field),+);
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^---^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                              |
[INFO] [stdout]     |                              not an array
[INFO] [stdout] ...
[INFO] [stdout] 183 | / decl_simd_type!(s32x4[i32; 4], (1 2),
[INFO] [stdout] 184 | |     "A vector of 4 signed 32-bit integers.");
[INFO] [stdout]     | |____________________________________________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `decl_simd_type` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0076]: SIMD vector's only field must be an array
[INFO] [stdout]    --> src/intel/low/types.rs:92:9
[INFO] [stdout]     |
[INFO] [stdout]  92 |           pub struct $name($(pub(crate) $field),+);
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^---^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                              |
[INFO] [stdout]     |                              not an array
[INFO] [stdout] ...
[INFO] [stdout] 186 | / decl_simd_type!(s32x8[i32; 8], (1 2 4),
[INFO] [stdout] 187 | |     "A vector of 8 signed 32-bit integers.");
[INFO] [stdout]     | |____________________________________________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `decl_simd_type` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0076]: SIMD vector's only field must be an array
[INFO] [stdout]    --> src/intel/low/types.rs:92:9
[INFO] [stdout]     |
[INFO] [stdout]  92 |           pub struct $name($(pub(crate) $field),+);
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^---^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                              |
[INFO] [stdout]     |                              not an array
[INFO] [stdout] ...
[INFO] [stdout] 189 | / decl_simd_type!(s32x16[i32; 16], (1 2 4 8),
[INFO] [stdout] 190 | |     "A vector of 16 signed 32-bit integers.");
[INFO] [stdout]     | |_____________________________________________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `decl_simd_type` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0076]: SIMD vector's only field must be an array
[INFO] [stdout]    --> src/intel/low/types.rs:92:9
[INFO] [stdout]     |
[INFO] [stdout]  92 |           pub struct $name($(pub(crate) $field),+);
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^---^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                              |
[INFO] [stdout]     |                              not an array
[INFO] [stdout] ...
[INFO] [stdout] 194 | / decl_simd_type!(u64x1[u64; 1], (),
[INFO] [stdout] 195 | |     "A vector of 1 unsigned 64-bit integer.");
[INFO] [stdout]     | |_____________________________________________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `decl_simd_type` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0076]: SIMD vector's only field must be an array
[INFO] [stdout]    --> src/intel/low/types.rs:92:9
[INFO] [stdout]     |
[INFO] [stdout]  92 |           pub struct $name($(pub(crate) $field),+);
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^---^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                              |
[INFO] [stdout]     |                              not an array
[INFO] [stdout] ...
[INFO] [stdout] 197 | / decl_simd_type!(u64x2[u64; 2], (1),
[INFO] [stdout] 198 | |     "A vector of 2 unsigned 64-bit integers.");
[INFO] [stdout]     | |______________________________________________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `decl_simd_type` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0076]: SIMD vector's only field must be an array
[INFO] [stdout]    --> src/intel/low/types.rs:92:9
[INFO] [stdout]     |
[INFO] [stdout]  92 |           pub struct $name($(pub(crate) $field),+);
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^---^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                              |
[INFO] [stdout]     |                              not an array
[INFO] [stdout] ...
[INFO] [stdout] 200 | / decl_simd_type!(u64x4[u64; 4], (1 2),
[INFO] [stdout] 201 | |     "A vector of 4 unsigned 64-bit integers.");
[INFO] [stdout]     | |______________________________________________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `decl_simd_type` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0076]: SIMD vector's only field must be an array
[INFO] [stdout]    --> src/intel/low/types.rs:92:9
[INFO] [stdout]     |
[INFO] [stdout]  92 |           pub struct $name($(pub(crate) $field),+);
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^---^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                              |
[INFO] [stdout]     |                              not an array
[INFO] [stdout] ...
[INFO] [stdout] 203 | / decl_simd_type!(u64x8[u64; 8], (1 2 4),
[INFO] [stdout] 204 | |     "A vector of 8 unsigned 64-bit integers.");
[INFO] [stdout]     | |______________________________________________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `decl_simd_type` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0076]: SIMD vector's only field must be an array
[INFO] [stdout]    --> src/intel/low/types.rs:92:9
[INFO] [stdout]     |
[INFO] [stdout]  92 |           pub struct $name($(pub(crate) $field),+);
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^---^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                              |
[INFO] [stdout]     |                              not an array
[INFO] [stdout] ...
[INFO] [stdout] 206 | / decl_simd_type!(s64x1[i64; 1], (),
[INFO] [stdout] 207 | |     "A vector of 1 signed 64-bit integer.");
[INFO] [stdout]     | |___________________________________________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `decl_simd_type` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0076]: SIMD vector's only field must be an array
[INFO] [stdout]    --> src/intel/low/types.rs:92:9
[INFO] [stdout]     |
[INFO] [stdout]  92 |           pub struct $name($(pub(crate) $field),+);
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^---^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                              |
[INFO] [stdout]     |                              not an array
[INFO] [stdout] ...
[INFO] [stdout] 209 | / decl_simd_type!(s64x2[i64; 2], (1),
[INFO] [stdout] 210 | |     "A vector of 2 signed 64-bit integers.");
[INFO] [stdout]     | |____________________________________________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `decl_simd_type` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0076]: SIMD vector's only field must be an array
[INFO] [stdout]    --> src/intel/low/types.rs:92:9
[INFO] [stdout]     |
[INFO] [stdout]  92 |           pub struct $name($(pub(crate) $field),+);
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^---^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                              |
[INFO] [stdout]     |                              not an array
[INFO] [stdout] ...
[INFO] [stdout] 212 | / decl_simd_type!(s64x4[i64; 4], (1 2),
[INFO] [stdout] 213 | |     "A vector of 4 signed 64-bit integers.");
[INFO] [stdout]     | |____________________________________________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `decl_simd_type` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0076]: SIMD vector's only field must be an array
[INFO] [stdout]    --> src/intel/low/types.rs:92:9
[INFO] [stdout]     |
[INFO] [stdout]  92 |           pub struct $name($(pub(crate) $field),+);
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^---^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                              |
[INFO] [stdout]     |                              not an array
[INFO] [stdout] ...
[INFO] [stdout] 215 | / decl_simd_type!(s64x8[i64; 8], (1 2 4),
[INFO] [stdout] 216 | |     "A vector of 8 signed 64-bit integers.");
[INFO] [stdout]     | |____________________________________________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `decl_simd_type` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0076, E0557.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0076`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `npsimd` (lib) due to 41 previous errors; 1 warning emitted
[INFO] running `Command { std: "docker" "inspect" "891b5193812e59a897b6eb92750054c764ebf7c0e96df3e574f7637cc52deb56", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "891b5193812e59a897b6eb92750054c764ebf7c0e96df3e574f7637cc52deb56", kill_on_drop: false }`
[INFO] [stdout] 891b5193812e59a897b6eb92750054c764ebf7c0e96df3e574f7637cc52deb56
