[INFO] fetching crate llml_simd 0.1.4... [INFO] testing llml_simd-0.1.4 against 1.60.0 for beta-1.61-1 [INFO] extracting crate llml_simd 0.1.4 into /workspace/builds/worker-6/source [INFO] validating manifest of crates.io crate llml_simd 0.1.4 on toolchain 1.60.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate llml_simd 0.1.4 [INFO] finished tweaking crates.io crate llml_simd 0.1.4 [INFO] tweaked toml for crates.io crate llml_simd 0.1.4 written to /workspace/builds/worker-6/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded llml_simd_proc v0.1.1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 41e2a89e89dc58e4bd41ce5161d7cd76b9dde70082c7272cd0be370e6561496f [INFO] running `Command { std: "docker" "start" "-a" "41e2a89e89dc58e4bd41ce5161d7cd76b9dde70082c7272cd0be370e6561496f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "41e2a89e89dc58e4bd41ce5161d7cd76b9dde70082c7272cd0be370e6561496f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "41e2a89e89dc58e4bd41ce5161d7cd76b9dde70082c7272cd0be370e6561496f", kill_on_drop: false }` [INFO] [stdout] 41e2a89e89dc58e4bd41ce5161d7cd76b9dde70082c7272cd0be370e6561496f [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] aac633faba7746ad1944f5d08923da00f71336d7af9cd18296a4595718bae86c [INFO] running `Command { std: "docker" "start" "-a" "aac633faba7746ad1944f5d08923da00f71336d7af9cd18296a4595718bae86c", kill_on_drop: false }` [INFO] [stderr] Compiling llml_simd_proc v0.1.1 [INFO] [stderr] Compiling derive_more v0.99.17 [INFO] [stderr] Compiling llml_simd v0.1.4 (/opt/rustwide/workdir) [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] [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, stdsimd))] [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: use of deprecated associated function `::index_unchecked`: use ```get_unchecked``` instead [INFO] [stdout] --> src/generics/float.rs:100:50 [INFO] [stdout] | [INFO] [stdout] 100 | 0..$len => unsafe { self.index_unchecked(idx) }, [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 145 | / impl_index!( [INFO] [stdout] 146 | | f32x2, f32, 2, [INFO] [stdout] 147 | | f32x4, f32, 4, [INFO] [stdout] 148 | | f32x6, f32, 6, [INFO] [stdout] ... | [INFO] [stdout] 162 | | f64x16, f64, 16 [INFO] [stdout] 163 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] = note: this warning originates in the macro `impl_index` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `::index_mut_unchecked`: use ```get_mut_unchecked``` instead [INFO] [stdout] --> src/generics/float.rs:110:50 [INFO] [stdout] | [INFO] [stdout] 110 | 0..$len => unsafe { self.index_mut_unchecked(idx) }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 145 | / impl_index!( [INFO] [stdout] 146 | | f32x2, f32, 2, [INFO] [stdout] 147 | | f32x4, f32, 4, [INFO] [stdout] 148 | | f32x6, f32, 6, [INFO] [stdout] ... | [INFO] [stdout] 162 | | f64x16, f64, 16 [INFO] [stdout] 163 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_index` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `::index_unchecked`: use ```get_unchecked``` instead [INFO] [stdout] --> src/generics/float.rs:100:50 [INFO] [stdout] | [INFO] [stdout] 100 | 0..$len => unsafe { self.index_unchecked(idx) }, [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 145 | / impl_index!( [INFO] [stdout] 146 | | f32x2, f32, 2, [INFO] [stdout] 147 | | f32x4, f32, 4, [INFO] [stdout] 148 | | f32x6, f32, 6, [INFO] [stdout] ... | [INFO] [stdout] 162 | | f64x16, f64, 16 [INFO] [stdout] 163 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_index` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `::index_mut_unchecked`: use ```get_mut_unchecked``` instead [INFO] [stdout] --> src/generics/float.rs:110:50 [INFO] [stdout] | [INFO] [stdout] 110 | 0..$len => unsafe { self.index_mut_unchecked(idx) }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 145 | / impl_index!( [INFO] [stdout] 146 | | f32x2, f32, 2, [INFO] [stdout] 147 | | f32x4, f32, 4, [INFO] [stdout] 148 | | f32x6, f32, 6, [INFO] [stdout] ... | [INFO] [stdout] 162 | | f64x16, f64, 16 [INFO] [stdout] 163 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_index` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `::index_unchecked`: use ```get_unchecked``` instead [INFO] [stdout] --> src/generics/float.rs:100:50 [INFO] [stdout] | [INFO] [stdout] 100 | 0..$len => unsafe { self.index_unchecked(idx) }, [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 145 | / impl_index!( [INFO] [stdout] 146 | | f32x2, f32, 2, [INFO] [stdout] 147 | | f32x4, f32, 4, [INFO] [stdout] 148 | | f32x6, f32, 6, [INFO] [stdout] ... | [INFO] [stdout] 162 | | f64x16, f64, 16 [INFO] [stdout] 163 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_index` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `::index_mut_unchecked`: use ```get_mut_unchecked``` instead [INFO] [stdout] --> src/generics/float.rs:110:50 [INFO] [stdout] | [INFO] [stdout] 110 | 0..$len => unsafe { self.index_mut_unchecked(idx) }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 145 | / impl_index!( [INFO] [stdout] 146 | | f32x2, f32, 2, [INFO] [stdout] 147 | | f32x4, f32, 4, [INFO] [stdout] 148 | | f32x6, f32, 6, [INFO] [stdout] ... | [INFO] [stdout] 162 | | f64x16, f64, 16 [INFO] [stdout] 163 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_index` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `::index_unchecked`: use ```get_unchecked``` instead [INFO] [stdout] --> src/generics/float.rs:100:50 [INFO] [stdout] | [INFO] [stdout] 100 | 0..$len => unsafe { self.index_unchecked(idx) }, [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 145 | / impl_index!( [INFO] [stdout] 146 | | f32x2, f32, 2, [INFO] [stdout] 147 | | f32x4, f32, 4, [INFO] [stdout] 148 | | f32x6, f32, 6, [INFO] [stdout] ... | [INFO] [stdout] 162 | | f64x16, f64, 16 [INFO] [stdout] 163 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_index` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `::index_mut_unchecked`: use ```get_mut_unchecked``` instead [INFO] [stdout] --> src/generics/float.rs:110:50 [INFO] [stdout] | [INFO] [stdout] 110 | 0..$len => unsafe { self.index_mut_unchecked(idx) }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 145 | / impl_index!( [INFO] [stdout] 146 | | f32x2, f32, 2, [INFO] [stdout] 147 | | f32x4, f32, 4, [INFO] [stdout] 148 | | f32x6, f32, 6, [INFO] [stdout] ... | [INFO] [stdout] 162 | | f64x16, f64, 16 [INFO] [stdout] 163 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_index` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `::index_unchecked`: use ```get_unchecked``` instead [INFO] [stdout] --> src/generics/float.rs:100:50 [INFO] [stdout] | [INFO] [stdout] 100 | 0..$len => unsafe { self.index_unchecked(idx) }, [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 145 | / impl_index!( [INFO] [stdout] 146 | | f32x2, f32, 2, [INFO] [stdout] 147 | | f32x4, f32, 4, [INFO] [stdout] 148 | | f32x6, f32, 6, [INFO] [stdout] ... | [INFO] [stdout] 162 | | f64x16, f64, 16 [INFO] [stdout] 163 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_index` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `::index_mut_unchecked`: use ```get_mut_unchecked``` instead [INFO] [stdout] --> src/generics/float.rs:110:50 [INFO] [stdout] | [INFO] [stdout] 110 | 0..$len => unsafe { self.index_mut_unchecked(idx) }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 145 | / impl_index!( [INFO] [stdout] 146 | | f32x2, f32, 2, [INFO] [stdout] 147 | | f32x4, f32, 4, [INFO] [stdout] 148 | | f32x6, f32, 6, [INFO] [stdout] ... | [INFO] [stdout] 162 | | f64x16, f64, 16 [INFO] [stdout] 163 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_index` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `::index_unchecked`: use ```get_unchecked``` instead [INFO] [stdout] --> src/generics/float.rs:100:50 [INFO] [stdout] | [INFO] [stdout] 100 | 0..$len => unsafe { self.index_unchecked(idx) }, [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 145 | / impl_index!( [INFO] [stdout] 146 | | f32x2, f32, 2, [INFO] [stdout] 147 | | f32x4, f32, 4, [INFO] [stdout] 148 | | f32x6, f32, 6, [INFO] [stdout] ... | [INFO] [stdout] 162 | | f64x16, f64, 16 [INFO] [stdout] 163 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_index` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `::index_mut_unchecked`: use ```get_mut_unchecked``` instead [INFO] [stdout] --> src/generics/float.rs:110:50 [INFO] [stdout] | [INFO] [stdout] 110 | 0..$len => unsafe { self.index_mut_unchecked(idx) }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 145 | / impl_index!( [INFO] [stdout] 146 | | f32x2, f32, 2, [INFO] [stdout] 147 | | f32x4, f32, 4, [INFO] [stdout] 148 | | f32x6, f32, 6, [INFO] [stdout] ... | [INFO] [stdout] 162 | | f64x16, f64, 16 [INFO] [stdout] 163 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_index` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `::index_unchecked`: use ```get_unchecked``` instead [INFO] [stdout] --> src/generics/float.rs:100:50 [INFO] [stdout] | [INFO] [stdout] 100 | 0..$len => unsafe { self.index_unchecked(idx) }, [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 145 | / impl_index!( [INFO] [stdout] 146 | | f32x2, f32, 2, [INFO] [stdout] 147 | | f32x4, f32, 4, [INFO] [stdout] 148 | | f32x6, f32, 6, [INFO] [stdout] ... | [INFO] [stdout] 162 | | f64x16, f64, 16 [INFO] [stdout] 163 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_index` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `::index_mut_unchecked`: use ```get_mut_unchecked``` instead [INFO] [stdout] --> src/generics/float.rs:110:50 [INFO] [stdout] | [INFO] [stdout] 110 | 0..$len => unsafe { self.index_mut_unchecked(idx) }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 145 | / impl_index!( [INFO] [stdout] 146 | | f32x2, f32, 2, [INFO] [stdout] 147 | | f32x4, f32, 4, [INFO] [stdout] 148 | | f32x6, f32, 6, [INFO] [stdout] ... | [INFO] [stdout] 162 | | f64x16, f64, 16 [INFO] [stdout] 163 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_index` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `::index_unchecked`: use ```get_unchecked``` instead [INFO] [stdout] --> src/generics/float.rs:100:50 [INFO] [stdout] | [INFO] [stdout] 100 | 0..$len => unsafe { self.index_unchecked(idx) }, [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 145 | / impl_index!( [INFO] [stdout] 146 | | f32x2, f32, 2, [INFO] [stdout] 147 | | f32x4, f32, 4, [INFO] [stdout] 148 | | f32x6, f32, 6, [INFO] [stdout] ... | [INFO] [stdout] 162 | | f64x16, f64, 16 [INFO] [stdout] 163 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_index` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `::index_mut_unchecked`: use ```get_mut_unchecked``` instead [INFO] [stdout] --> src/generics/float.rs:110:50 [INFO] [stdout] | [INFO] [stdout] 110 | 0..$len => unsafe { self.index_mut_unchecked(idx) }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 145 | / impl_index!( [INFO] [stdout] 146 | | f32x2, f32, 2, [INFO] [stdout] 147 | | f32x4, f32, 4, [INFO] [stdout] 148 | | f32x6, f32, 6, [INFO] [stdout] ... | [INFO] [stdout] 162 | | f64x16, f64, 16 [INFO] [stdout] 163 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_index` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `::index_unchecked`: use ```get_unchecked``` instead [INFO] [stdout] --> src/generics/float.rs:100:50 [INFO] [stdout] | [INFO] [stdout] 100 | 0..$len => unsafe { self.index_unchecked(idx) }, [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 145 | / impl_index!( [INFO] [stdout] 146 | | f32x2, f32, 2, [INFO] [stdout] 147 | | f32x4, f32, 4, [INFO] [stdout] 148 | | f32x6, f32, 6, [INFO] [stdout] ... | [INFO] [stdout] 162 | | f64x16, f64, 16 [INFO] [stdout] 163 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_index` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `::index_mut_unchecked`: use ```get_mut_unchecked``` instead [INFO] [stdout] --> src/generics/float.rs:110:50 [INFO] [stdout] | [INFO] [stdout] 110 | 0..$len => unsafe { self.index_mut_unchecked(idx) }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 145 | / impl_index!( [INFO] [stdout] 146 | | f32x2, f32, 2, [INFO] [stdout] 147 | | f32x4, f32, 4, [INFO] [stdout] 148 | | f32x6, f32, 6, [INFO] [stdout] ... | [INFO] [stdout] 162 | | f64x16, f64, 16 [INFO] [stdout] 163 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_index` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `::index_unchecked`: use ```get_unchecked``` instead [INFO] [stdout] --> src/generics/float.rs:100:50 [INFO] [stdout] | [INFO] [stdout] 100 | 0..$len => unsafe { self.index_unchecked(idx) }, [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 145 | / impl_index!( [INFO] [stdout] 146 | | f32x2, f32, 2, [INFO] [stdout] 147 | | f32x4, f32, 4, [INFO] [stdout] 148 | | f32x6, f32, 6, [INFO] [stdout] ... | [INFO] [stdout] 162 | | f64x16, f64, 16 [INFO] [stdout] 163 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_index` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `::index_mut_unchecked`: use ```get_mut_unchecked``` instead [INFO] [stdout] --> src/generics/float.rs:110:50 [INFO] [stdout] | [INFO] [stdout] 110 | 0..$len => unsafe { self.index_mut_unchecked(idx) }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 145 | / impl_index!( [INFO] [stdout] 146 | | f32x2, f32, 2, [INFO] [stdout] 147 | | f32x4, f32, 4, [INFO] [stdout] 148 | | f32x6, f32, 6, [INFO] [stdout] ... | [INFO] [stdout] 162 | | f64x16, f64, 16 [INFO] [stdout] 163 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_index` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `::index_unchecked`: use ```get_unchecked``` instead [INFO] [stdout] --> src/generics/float.rs:100:50 [INFO] [stdout] | [INFO] [stdout] 100 | 0..$len => unsafe { self.index_unchecked(idx) }, [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 145 | / impl_index!( [INFO] [stdout] 146 | | f32x2, f32, 2, [INFO] [stdout] 147 | | f32x4, f32, 4, [INFO] [stdout] 148 | | f32x6, f32, 6, [INFO] [stdout] ... | [INFO] [stdout] 162 | | f64x16, f64, 16 [INFO] [stdout] 163 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_index` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `::index_mut_unchecked`: use ```get_mut_unchecked``` instead [INFO] [stdout] --> src/generics/float.rs:110:50 [INFO] [stdout] | [INFO] [stdout] 110 | 0..$len => unsafe { self.index_mut_unchecked(idx) }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 145 | / impl_index!( [INFO] [stdout] 146 | | f32x2, f32, 2, [INFO] [stdout] 147 | | f32x4, f32, 4, [INFO] [stdout] 148 | | f32x6, f32, 6, [INFO] [stdout] ... | [INFO] [stdout] 162 | | f64x16, f64, 16 [INFO] [stdout] 163 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_index` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `::index_unchecked`: use ```get_unchecked``` instead [INFO] [stdout] --> src/generics/float.rs:100:50 [INFO] [stdout] | [INFO] [stdout] 100 | 0..$len => unsafe { self.index_unchecked(idx) }, [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 145 | / impl_index!( [INFO] [stdout] 146 | | f32x2, f32, 2, [INFO] [stdout] 147 | | f32x4, f32, 4, [INFO] [stdout] 148 | | f32x6, f32, 6, [INFO] [stdout] ... | [INFO] [stdout] 162 | | f64x16, f64, 16 [INFO] [stdout] 163 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_index` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `::index_mut_unchecked`: use ```get_mut_unchecked``` instead [INFO] [stdout] --> src/generics/float.rs:110:50 [INFO] [stdout] | [INFO] [stdout] 110 | 0..$len => unsafe { self.index_mut_unchecked(idx) }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 145 | / impl_index!( [INFO] [stdout] 146 | | f32x2, f32, 2, [INFO] [stdout] 147 | | f32x4, f32, 4, [INFO] [stdout] 148 | | f32x6, f32, 6, [INFO] [stdout] ... | [INFO] [stdout] 162 | | f64x16, f64, 16 [INFO] [stdout] 163 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_index` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `::index_unchecked`: use ```get_unchecked``` instead [INFO] [stdout] --> src/generics/float.rs:100:50 [INFO] [stdout] | [INFO] [stdout] 100 | 0..$len => unsafe { self.index_unchecked(idx) }, [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 145 | / impl_index!( [INFO] [stdout] 146 | | f32x2, f32, 2, [INFO] [stdout] 147 | | f32x4, f32, 4, [INFO] [stdout] 148 | | f32x6, f32, 6, [INFO] [stdout] ... | [INFO] [stdout] 162 | | f64x16, f64, 16 [INFO] [stdout] 163 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_index` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `::index_mut_unchecked`: use ```get_mut_unchecked``` instead [INFO] [stdout] --> src/generics/float.rs:110:50 [INFO] [stdout] | [INFO] [stdout] 110 | 0..$len => unsafe { self.index_mut_unchecked(idx) }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 145 | / impl_index!( [INFO] [stdout] 146 | | f32x2, f32, 2, [INFO] [stdout] 147 | | f32x4, f32, 4, [INFO] [stdout] 148 | | f32x6, f32, 6, [INFO] [stdout] ... | [INFO] [stdout] 162 | | f64x16, f64, 16 [INFO] [stdout] 163 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_index` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `::index_unchecked`: use ```get_unchecked``` instead [INFO] [stdout] --> src/generics/float.rs:100:50 [INFO] [stdout] | [INFO] [stdout] 100 | 0..$len => unsafe { self.index_unchecked(idx) }, [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 145 | / impl_index!( [INFO] [stdout] 146 | | f32x2, f32, 2, [INFO] [stdout] 147 | | f32x4, f32, 4, [INFO] [stdout] 148 | | f32x6, f32, 6, [INFO] [stdout] ... | [INFO] [stdout] 162 | | f64x16, f64, 16 [INFO] [stdout] 163 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_index` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `::index_mut_unchecked`: use ```get_mut_unchecked``` instead [INFO] [stdout] --> src/generics/float.rs:110:50 [INFO] [stdout] | [INFO] [stdout] 110 | 0..$len => unsafe { self.index_mut_unchecked(idx) }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 145 | / impl_index!( [INFO] [stdout] 146 | | f32x2, f32, 2, [INFO] [stdout] 147 | | f32x4, f32, 4, [INFO] [stdout] 148 | | f32x6, f32, 6, [INFO] [stdout] ... | [INFO] [stdout] 162 | | f64x16, f64, 16 [INFO] [stdout] 163 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_index` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `::index_unchecked`: use ```get_unchecked``` instead [INFO] [stdout] --> src/generics/float.rs:100:50 [INFO] [stdout] | [INFO] [stdout] 100 | 0..$len => unsafe { self.index_unchecked(idx) }, [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 145 | / impl_index!( [INFO] [stdout] 146 | | f32x2, f32, 2, [INFO] [stdout] 147 | | f32x4, f32, 4, [INFO] [stdout] 148 | | f32x6, f32, 6, [INFO] [stdout] ... | [INFO] [stdout] 162 | | f64x16, f64, 16 [INFO] [stdout] 163 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_index` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `::index_mut_unchecked`: use ```get_mut_unchecked``` instead [INFO] [stdout] --> src/generics/float.rs:110:50 [INFO] [stdout] | [INFO] [stdout] 110 | 0..$len => unsafe { self.index_mut_unchecked(idx) }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 145 | / impl_index!( [INFO] [stdout] 146 | | f32x2, f32, 2, [INFO] [stdout] 147 | | f32x4, f32, 4, [INFO] [stdout] 148 | | f32x6, f32, 6, [INFO] [stdout] ... | [INFO] [stdout] 162 | | f64x16, f64, 16 [INFO] [stdout] 163 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_index` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `::index_unchecked`: use ```get_unchecked``` instead [INFO] [stdout] --> src/generics/float.rs:100:50 [INFO] [stdout] | [INFO] [stdout] 100 | 0..$len => unsafe { self.index_unchecked(idx) }, [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 145 | / impl_index!( [INFO] [stdout] 146 | | f32x2, f32, 2, [INFO] [stdout] 147 | | f32x4, f32, 4, [INFO] [stdout] 148 | | f32x6, f32, 6, [INFO] [stdout] ... | [INFO] [stdout] 162 | | f64x16, f64, 16 [INFO] [stdout] 163 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_index` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `::index_mut_unchecked`: use ```get_mut_unchecked``` instead [INFO] [stdout] --> src/generics/float.rs:110:50 [INFO] [stdout] | [INFO] [stdout] 110 | 0..$len => unsafe { self.index_mut_unchecked(idx) }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 145 | / impl_index!( [INFO] [stdout] 146 | | f32x2, f32, 2, [INFO] [stdout] 147 | | f32x4, f32, 4, [INFO] [stdout] 148 | | f32x6, f32, 6, [INFO] [stdout] ... | [INFO] [stdout] 162 | | f64x16, f64, 16 [INFO] [stdout] 163 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_index` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors; 33 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0554`. [INFO] [stdout] [INFO] [stderr] error: could not compile `llml_simd` due to 3 previous errors; 33 warnings emitted [INFO] running `Command { std: "docker" "inspect" "aac633faba7746ad1944f5d08923da00f71336d7af9cd18296a4595718bae86c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "aac633faba7746ad1944f5d08923da00f71336d7af9cd18296a4595718bae86c", kill_on_drop: false }` [INFO] [stdout] aac633faba7746ad1944f5d08923da00f71336d7af9cd18296a4595718bae86c