[INFO] fetching crate simd-slice 0.1.0... [INFO] testing simd-slice-0.1.0 against beta-2022-04-10 for beta-1.61-1 [INFO] extracting crate simd-slice 0.1.0 into /workspace/builds/worker-28/source [INFO] validating manifest of crates.io crate simd-slice 0.1.0 on toolchain beta-2022-04-10 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] removed /workspace/builds/worker-28/source/rust-toolchain [INFO] started tweaking crates.io crate simd-slice 0.1.0 [INFO] finished tweaking crates.io crate simd-slice 0.1.0 [INFO] tweaked toml for crates.io crate simd-slice 0.1.0 written to /workspace/builds/worker-28/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-28/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-28/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 9b910a73454d3475b1729997f0982bddf4df43a05410373cffe264d46108b28c [INFO] running `Command { std: "docker" "start" "-a" "9b910a73454d3475b1729997f0982bddf4df43a05410373cffe264d46108b28c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "9b910a73454d3475b1729997f0982bddf4df43a05410373cffe264d46108b28c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9b910a73454d3475b1729997f0982bddf4df43a05410373cffe264d46108b28c", kill_on_drop: false }` [INFO] [stdout] 9b910a73454d3475b1729997f0982bddf4df43a05410373cffe264d46108b28c [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-28/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-28/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] c6d602a4c7241917d801394489bbd2868911e46f05f9f8fb7c6e74012124827b [INFO] running `Command { std: "docker" "start" "-a" "c6d602a4c7241917d801394489bbd2868911e46f05f9f8fb7c6e74012124827b", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Compiling num-integer v0.1.44 [INFO] [stderr] Compiling num-bigint v0.4.3 [INFO] [stderr] Compiling num-rational v0.4.0 [INFO] [stderr] Compiling num-iter v0.1.42 [INFO] [stderr] Compiling num-complex v0.4.0 [INFO] [stderr] Compiling num v0.4.0 [INFO] [stderr] Compiling simd-slice v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] error[E0554]: `#![feature]` may not be used on the beta release channel [INFO] [stdout] --> src/lib.rs:1:12 [INFO] [stdout] | [INFO] [stdout] 1 | #![feature(portable_simd)] [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `horizontal_sum` found for struct `Simd` in the current scope [INFO] [stdout] --> src/lib.rs:36:35 [INFO] [stdout] | [INFO] [stdout] 36 | let mut agg = agg.horizontal_sum(); [INFO] [stdout] | ^^^^^^^^^^^^^^ method not found in `Simd` [INFO] [stdout] ... [INFO] [stdout] 105 | impl_op!(u8); [INFO] [stdout] | ------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_op` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `horizontal_min` found for struct `Simd` in the current scope [INFO] [stdout] --> src/lib.rs:52:39 [INFO] [stdout] | [INFO] [stdout] 52 | let mut agg = agg.horizontal_min(); [INFO] [stdout] | ^^^^^^^^^^^^^^ method not found in `Simd` [INFO] [stdout] ... [INFO] [stdout] 105 | impl_op!(u8); [INFO] [stdout] | ------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_op` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `horizontal_max` found for struct `Simd` in the current scope [INFO] [stdout] --> src/lib.rs:83:39 [INFO] [stdout] | [INFO] [stdout] 83 | let mut agg = agg.horizontal_max(); [INFO] [stdout] | ^^^^^^^^^^^^^^ method not found in `Simd` [INFO] [stdout] ... [INFO] [stdout] 105 | impl_op!(u8); [INFO] [stdout] | ------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_op` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `horizontal_sum` found for struct `Simd` in the current scope [INFO] [stdout] --> src/lib.rs:36:35 [INFO] [stdout] | [INFO] [stdout] 36 | let mut agg = agg.horizontal_sum(); [INFO] [stdout] | ^^^^^^^^^^^^^^ method not found in `Simd` [INFO] [stdout] ... [INFO] [stdout] 106 | impl_op!(u16); [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_op` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `horizontal_min` found for struct `Simd` in the current scope [INFO] [stdout] --> src/lib.rs:52:39 [INFO] [stdout] | [INFO] [stdout] 52 | let mut agg = agg.horizontal_min(); [INFO] [stdout] | ^^^^^^^^^^^^^^ method not found in `Simd` [INFO] [stdout] ... [INFO] [stdout] 106 | impl_op!(u16); [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_op` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `horizontal_max` found for struct `Simd` in the current scope [INFO] [stdout] --> src/lib.rs:83:39 [INFO] [stdout] | [INFO] [stdout] 83 | let mut agg = agg.horizontal_max(); [INFO] [stdout] | ^^^^^^^^^^^^^^ method not found in `Simd` [INFO] [stdout] ... [INFO] [stdout] 106 | impl_op!(u16); [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_op` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `horizontal_sum` found for struct `Simd` in the current scope [INFO] [stdout] --> src/lib.rs:36:35 [INFO] [stdout] | [INFO] [stdout] 36 | let mut agg = agg.horizontal_sum(); [INFO] [stdout] | ^^^^^^^^^^^^^^ method not found in `Simd` [INFO] [stdout] ... [INFO] [stdout] 107 | impl_op!(u32); [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_op` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `horizontal_min` found for struct `Simd` in the current scope [INFO] [stdout] --> src/lib.rs:52:39 [INFO] [stdout] | [INFO] [stdout] 52 | let mut agg = agg.horizontal_min(); [INFO] [stdout] | ^^^^^^^^^^^^^^ method not found in `Simd` [INFO] [stdout] ... [INFO] [stdout] 107 | impl_op!(u32); [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_op` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `horizontal_max` found for struct `Simd` in the current scope [INFO] [stdout] --> src/lib.rs:83:39 [INFO] [stdout] | [INFO] [stdout] 83 | let mut agg = agg.horizontal_max(); [INFO] [stdout] | ^^^^^^^^^^^^^^ method not found in `Simd` [INFO] [stdout] ... [INFO] [stdout] 107 | impl_op!(u32); [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_op` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `horizontal_sum` found for struct `Simd` in the current scope [INFO] [stdout] --> src/lib.rs:36:35 [INFO] [stdout] | [INFO] [stdout] 36 | let mut agg = agg.horizontal_sum(); [INFO] [stdout] | ^^^^^^^^^^^^^^ method not found in `Simd` [INFO] [stdout] ... [INFO] [stdout] 108 | impl_op!(u64); [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_op` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `horizontal_min` found for struct `Simd` in the current scope [INFO] [stdout] --> src/lib.rs:52:39 [INFO] [stdout] | [INFO] [stdout] 52 | let mut agg = agg.horizontal_min(); [INFO] [stdout] | ^^^^^^^^^^^^^^ method not found in `Simd` [INFO] [stdout] ... [INFO] [stdout] 108 | impl_op!(u64); [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_op` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `horizontal_max` found for struct `Simd` in the current scope [INFO] [stdout] --> src/lib.rs:83:39 [INFO] [stdout] | [INFO] [stdout] 83 | let mut agg = agg.horizontal_max(); [INFO] [stdout] | ^^^^^^^^^^^^^^ method not found in `Simd` [INFO] [stdout] ... [INFO] [stdout] 108 | impl_op!(u64); [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_op` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `horizontal_sum` found for struct `Simd` in the current scope [INFO] [stdout] --> src/lib.rs:36:35 [INFO] [stdout] | [INFO] [stdout] 36 | let mut agg = agg.horizontal_sum(); [INFO] [stdout] | ^^^^^^^^^^^^^^ method not found in `Simd` [INFO] [stdout] ... [INFO] [stdout] 109 | impl_op!(usize); [INFO] [stdout] | --------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_op` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `horizontal_min` found for struct `Simd` in the current scope [INFO] [stdout] --> src/lib.rs:52:39 [INFO] [stdout] | [INFO] [stdout] 52 | let mut agg = agg.horizontal_min(); [INFO] [stdout] | ^^^^^^^^^^^^^^ method not found in `Simd` [INFO] [stdout] ... [INFO] [stdout] 109 | impl_op!(usize); [INFO] [stdout] | --------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_op` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `horizontal_max` found for struct `Simd` in the current scope [INFO] [stdout] --> src/lib.rs:83:39 [INFO] [stdout] | [INFO] [stdout] 83 | let mut agg = agg.horizontal_max(); [INFO] [stdout] | ^^^^^^^^^^^^^^ method not found in `Simd` [INFO] [stdout] ... [INFO] [stdout] 109 | impl_op!(usize); [INFO] [stdout] | --------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_op` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `horizontal_sum` found for struct `Simd` in the current scope [INFO] [stdout] --> src/lib.rs:36:35 [INFO] [stdout] | [INFO] [stdout] 36 | let mut agg = agg.horizontal_sum(); [INFO] [stdout] | ^^^^^^^^^^^^^^ method not found in `Simd` [INFO] [stdout] ... [INFO] [stdout] 110 | impl_op!(i8); [INFO] [stdout] | ------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_op` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `horizontal_min` found for struct `Simd` in the current scope [INFO] [stdout] --> src/lib.rs:52:39 [INFO] [stdout] | [INFO] [stdout] 52 | let mut agg = agg.horizontal_min(); [INFO] [stdout] | ^^^^^^^^^^^^^^ method not found in `Simd` [INFO] [stdout] ... [INFO] [stdout] 110 | impl_op!(i8); [INFO] [stdout] | ------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_op` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `horizontal_max` found for struct `Simd` in the current scope [INFO] [stdout] --> src/lib.rs:83:39 [INFO] [stdout] | [INFO] [stdout] 83 | let mut agg = agg.horizontal_max(); [INFO] [stdout] | ^^^^^^^^^^^^^^ method not found in `Simd` [INFO] [stdout] ... [INFO] [stdout] 110 | impl_op!(i8); [INFO] [stdout] | ------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_op` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `horizontal_sum` found for struct `Simd` in the current scope [INFO] [stdout] --> src/lib.rs:36:35 [INFO] [stdout] | [INFO] [stdout] 36 | let mut agg = agg.horizontal_sum(); [INFO] [stdout] | ^^^^^^^^^^^^^^ method not found in `Simd` [INFO] [stdout] ... [INFO] [stdout] 111 | impl_op!(i16); [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_op` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `horizontal_min` found for struct `Simd` in the current scope [INFO] [stdout] --> src/lib.rs:52:39 [INFO] [stdout] | [INFO] [stdout] 52 | let mut agg = agg.horizontal_min(); [INFO] [stdout] | ^^^^^^^^^^^^^^ method not found in `Simd` [INFO] [stdout] ... [INFO] [stdout] 111 | impl_op!(i16); [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_op` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `horizontal_max` found for struct `Simd` in the current scope [INFO] [stdout] --> src/lib.rs:83:39 [INFO] [stdout] | [INFO] [stdout] 83 | let mut agg = agg.horizontal_max(); [INFO] [stdout] | ^^^^^^^^^^^^^^ method not found in `Simd` [INFO] [stdout] ... [INFO] [stdout] 111 | impl_op!(i16); [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_op` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `horizontal_sum` found for struct `Simd` in the current scope [INFO] [stdout] --> src/lib.rs:36:35 [INFO] [stdout] | [INFO] [stdout] 36 | let mut agg = agg.horizontal_sum(); [INFO] [stdout] | ^^^^^^^^^^^^^^ method not found in `Simd` [INFO] [stdout] ... [INFO] [stdout] 112 | impl_op!(i32); [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_op` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `horizontal_min` found for struct `Simd` in the current scope [INFO] [stdout] --> src/lib.rs:52:39 [INFO] [stdout] | [INFO] [stdout] 52 | let mut agg = agg.horizontal_min(); [INFO] [stdout] | ^^^^^^^^^^^^^^ method not found in `Simd` [INFO] [stdout] ... [INFO] [stdout] 112 | impl_op!(i32); [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_op` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `horizontal_max` found for struct `Simd` in the current scope [INFO] [stdout] --> src/lib.rs:83:39 [INFO] [stdout] | [INFO] [stdout] 83 | let mut agg = agg.horizontal_max(); [INFO] [stdout] | ^^^^^^^^^^^^^^ method not found in `Simd` [INFO] [stdout] ... [INFO] [stdout] 112 | impl_op!(i32); [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_op` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `horizontal_sum` found for struct `Simd` in the current scope [INFO] [stdout] --> src/lib.rs:36:35 [INFO] [stdout] | [INFO] [stdout] 36 | let mut agg = agg.horizontal_sum(); [INFO] [stdout] | ^^^^^^^^^^^^^^ method not found in `Simd` [INFO] [stdout] ... [INFO] [stdout] 113 | impl_op!(i64); [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_op` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `horizontal_min` found for struct `Simd` in the current scope [INFO] [stdout] --> src/lib.rs:52:39 [INFO] [stdout] | [INFO] [stdout] 52 | let mut agg = agg.horizontal_min(); [INFO] [stdout] | ^^^^^^^^^^^^^^ method not found in `Simd` [INFO] [stdout] ... [INFO] [stdout] 113 | impl_op!(i64); [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_op` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `horizontal_max` found for struct `Simd` in the current scope [INFO] [stdout] --> src/lib.rs:83:39 [INFO] [stdout] | [INFO] [stdout] 83 | let mut agg = agg.horizontal_max(); [INFO] [stdout] | ^^^^^^^^^^^^^^ method not found in `Simd` [INFO] [stdout] ... [INFO] [stdout] 113 | impl_op!(i64); [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_op` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `horizontal_sum` found for struct `Simd` in the current scope [INFO] [stdout] --> src/lib.rs:36:35 [INFO] [stdout] | [INFO] [stdout] 36 | let mut agg = agg.horizontal_sum(); [INFO] [stdout] | ^^^^^^^^^^^^^^ method not found in `Simd` [INFO] [stdout] ... [INFO] [stdout] 114 | impl_op!(isize); [INFO] [stdout] | --------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_op` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `horizontal_min` found for struct `Simd` in the current scope [INFO] [stdout] --> src/lib.rs:52:39 [INFO] [stdout] | [INFO] [stdout] 52 | let mut agg = agg.horizontal_min(); [INFO] [stdout] | ^^^^^^^^^^^^^^ method not found in `Simd` [INFO] [stdout] ... [INFO] [stdout] 114 | impl_op!(isize); [INFO] [stdout] | --------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_op` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `horizontal_max` found for struct `Simd` in the current scope [INFO] [stdout] --> src/lib.rs:83:39 [INFO] [stdout] | [INFO] [stdout] 83 | let mut agg = agg.horizontal_max(); [INFO] [stdout] | ^^^^^^^^^^^^^^ method not found in `Simd` [INFO] [stdout] ... [INFO] [stdout] 114 | impl_op!(isize); [INFO] [stdout] | --------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_op` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `horizontal_sum` found for struct `Simd` in the current scope [INFO] [stdout] --> src/lib.rs:36:35 [INFO] [stdout] | [INFO] [stdout] 36 | let mut agg = agg.horizontal_sum(); [INFO] [stdout] | ^^^^^^^^^^^^^^ method not found in `Simd` [INFO] [stdout] ... [INFO] [stdout] 115 | impl_op!(f32); [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_op` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `horizontal_min` found for struct `Simd` in the current scope [INFO] [stdout] --> src/lib.rs:52:39 [INFO] [stdout] | [INFO] [stdout] 52 | let mut agg = agg.horizontal_min(); [INFO] [stdout] | ^^^^^^^^^^^^^^ method not found in `Simd` [INFO] [stdout] ... [INFO] [stdout] 115 | impl_op!(f32); [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_op` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `horizontal_max` found for struct `Simd` in the current scope [INFO] [stdout] --> src/lib.rs:83:39 [INFO] [stdout] | [INFO] [stdout] 83 | let mut agg = agg.horizontal_max(); [INFO] [stdout] | ^^^^^^^^^^^^^^ method not found in `Simd` [INFO] [stdout] ... [INFO] [stdout] 115 | impl_op!(f32); [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_op` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `horizontal_sum` found for struct `Simd` in the current scope [INFO] [stdout] --> src/lib.rs:36:35 [INFO] [stdout] | [INFO] [stdout] 36 | let mut agg = agg.horizontal_sum(); [INFO] [stdout] | ^^^^^^^^^^^^^^ method not found in `Simd` [INFO] [stdout] ... [INFO] [stdout] 116 | impl_op!(f64); [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_op` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `horizontal_min` found for struct `Simd` in the current scope [INFO] [stdout] --> src/lib.rs:52:39 [INFO] [stdout] | [INFO] [stdout] 52 | let mut agg = agg.horizontal_min(); [INFO] [stdout] | ^^^^^^^^^^^^^^ method not found in `Simd` [INFO] [stdout] ... [INFO] [stdout] 116 | impl_op!(f64); [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_op` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `horizontal_max` found for struct `Simd` in the current scope [INFO] [stdout] --> src/lib.rs:83:39 [INFO] [stdout] | [INFO] [stdout] 83 | let mut agg = agg.horizontal_max(); [INFO] [stdout] | ^^^^^^^^^^^^^^ method not found in `Simd` [INFO] [stdout] ... [INFO] [stdout] 116 | impl_op!(f64); [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_op` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 37 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0554, E0599. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0554`. [INFO] [stdout] [INFO] [stderr] error: could not compile `simd-slice` due to 38 previous errors [INFO] running `Command { std: "docker" "inspect" "c6d602a4c7241917d801394489bbd2868911e46f05f9f8fb7c6e74012124827b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c6d602a4c7241917d801394489bbd2868911e46f05f9f8fb7c6e74012124827b", kill_on_drop: false }` [INFO] [stdout] c6d602a4c7241917d801394489bbd2868911e46f05f9f8fb7c6e74012124827b