[INFO] fetching crate generic-simd 0.1.0... [INFO] testing generic-simd-0.1.0 against 1.90.0 for beta-1.91-3 [INFO] extracting crate generic-simd 0.1.0 into /workspace/builds/worker-3-tc1/source [INFO] started tweaking crates.io crate generic-simd 0.1.0 [INFO] finished tweaking crates.io crate generic-simd 0.1.0 [INFO] tweaked toml for crates.io crate generic-simd 0.1.0 written to /workspace/builds/worker-3-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate generic-simd 0.1.0 on toolchain 1.90.0 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.90.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.90.0" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 10 packages to latest compatible versions [INFO] [stderr] Adding multiversion v0.6.1 (available: v0.8.0) [INFO] [stderr] Adding num-complex v0.3.1 (available: v0.4.6) [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.90.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded num-complex v0.3.1 [INFO] [stderr] Downloaded multiversion-macros v0.6.1 [INFO] [stderr] Downloaded multiversion v0.6.1 [INFO] [stderr] Downloaded generic-simd-macros v0.1.0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] b71535ee3153dfba4ba278679674295629129b968b83e8d1f6f89223c2f761db [INFO] running `Command { std: "docker" "start" "-a" "b71535ee3153dfba4ba278679674295629129b968b83e8d1f6f89223c2f761db", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "b71535ee3153dfba4ba278679674295629129b968b83e8d1f6f89223c2f761db", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b71535ee3153dfba4ba278679674295629129b968b83e8d1f6f89223c2f761db", kill_on_drop: false }` [INFO] [stdout] b71535ee3153dfba4ba278679674295629129b968b83e8d1f6f89223c2f761db [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] f21a5f6269bfb86e1f180e50556df357884d5108690a0fe294373c560d930aed [INFO] running `Command { std: "docker" "start" "-a" "f21a5f6269bfb86e1f180e50556df357884d5108690a0fe294373c560d930aed", kill_on_drop: false }` [INFO] [stderr] Compiling multiversion-macros v0.6.1 [INFO] [stderr] Compiling generic-simd-macros v0.1.0 [INFO] [stderr] Compiling num-complex v0.3.1 [INFO] [stderr] Compiling multiversion v0.6.1 [INFO] [stderr] Compiling generic-simd v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning[E0210]: type parameter `Underlying` must be covered by another type when it appears before the first local type (`token::ShimToken<_, _, _>`) [INFO] [stdout] --> src/shim/token.rs:177:6 [INFO] [stdout] | [INFO] [stdout] 177 | impl core::iter::Sum> [INFO] [stdout] | ^^^^^^^^^^ type parameter `Underlying` must be covered by another type when it appears before the first local type (`token::ShimToken<_, _, _>`) [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #124559 [INFO] [stdout] = note: implementing a foreign trait is only possible if at least one of the types for which it is implemented is local, and no uncovered type parameters appear before that first local type [INFO] [stdout] = note: in this case, 'before' refers to the following order: `impl<..> ForeignTrait for T0`, where `T0` is the first and `Tn` is the last [INFO] [stdout] = note: `#[warn(uncovered_param_in_projection)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0210]: type parameter `Scalar` must be covered by another type when it appears before the first local type (`token::ShimToken<_, _, _>`) [INFO] [stdout] --> src/shim/token.rs:177:18 [INFO] [stdout] | [INFO] [stdout] 177 | impl core::iter::Sum> [INFO] [stdout] | ^^^^^^ type parameter `Scalar` must be covered by another type when it appears before the first local type (`token::ShimToken<_, _, _>`) [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #124559 [INFO] [stdout] = note: implementing a foreign trait is only possible if at least one of the types for which it is implemented is local, and no uncovered type parameters appear before that first local type [INFO] [stdout] = note: in this case, 'before' refers to the following order: `impl<..> ForeignTrait for T0`, where `T0` is the first and `Tn` is the last [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0210]: type parameter `Token` must be covered by another type when it appears before the first local type (`token::ShimToken<_, _, _>`) [INFO] [stdout] --> src/shim/token.rs:177:26 [INFO] [stdout] | [INFO] [stdout] 177 | impl core::iter::Sum> [INFO] [stdout] | ^^^^^ type parameter `Token` must be covered by another type when it appears before the first local type (`token::ShimToken<_, _, _>`) [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #124559 [INFO] [stdout] = note: implementing a foreign trait is only possible if at least one of the types for which it is implemented is local, and no uncovered type parameters appear before that first local type [INFO] [stdout] = note: in this case, 'before' refers to the following order: `impl<..> ForeignTrait for T0`, where `T0` is the first and `Tn` is the last [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0210]: type parameter `Underlying` must be covered by another type when it appears before the first local type (`shim::width::Shim2<_, _>`) [INFO] [stdout] --> src/shim/width.rs:209:6 [INFO] [stdout] | [INFO] [stdout] 209 | impl core::iter::Sum> [INFO] [stdout] | ^^^^^^^^^^ type parameter `Underlying` must be covered by another type when it appears before the first local type (`shim::width::Shim2<_, _>`) [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #124559 [INFO] [stdout] = note: implementing a foreign trait is only possible if at least one of the types for which it is implemented is local, and no uncovered type parameters appear before that first local type [INFO] [stdout] = note: in this case, 'before' refers to the following order: `impl<..> ForeignTrait for T0`, where `T0` is the first and `Tn` is the last [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0210]: type parameter `Scalar` must be covered by another type when it appears before the first local type (`shim::width::Shim2<_, _>`) [INFO] [stdout] --> src/shim/width.rs:209:18 [INFO] [stdout] | [INFO] [stdout] 209 | impl core::iter::Sum> [INFO] [stdout] | ^^^^^^ type parameter `Scalar` must be covered by another type when it appears before the first local type (`shim::width::Shim2<_, _>`) [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #124559 [INFO] [stdout] = note: implementing a foreign trait is only possible if at least one of the types for which it is implemented is local, and no uncovered type parameters appear before that first local type [INFO] [stdout] = note: in this case, 'before' refers to the following order: `impl<..> ForeignTrait for T0`, where `T0` is the first and `Tn` is the last [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0210]: type parameter `Underlying` must be covered by another type when it appears before the first local type (`token::ShimToken<_, _, _>`) [INFO] [stdout] --> src/shim/token.rs:224:6 [INFO] [stdout] | [INFO] [stdout] 224 | impl core::iter::Product> [INFO] [stdout] | ^^^^^^^^^^ type parameter `Underlying` must be covered by another type when it appears before the first local type (`token::ShimToken<_, _, _>`) [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #124559 [INFO] [stdout] = note: implementing a foreign trait is only possible if at least one of the types for which it is implemented is local, and no uncovered type parameters appear before that first local type [INFO] [stdout] = note: in this case, 'before' refers to the following order: `impl<..> ForeignTrait for T0`, where `T0` is the first and `Tn` is the last [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0210]: type parameter `Scalar` must be covered by another type when it appears before the first local type (`token::ShimToken<_, _, _>`) [INFO] [stdout] --> src/shim/token.rs:224:18 [INFO] [stdout] | [INFO] [stdout] 224 | impl core::iter::Product> [INFO] [stdout] | ^^^^^^ type parameter `Scalar` must be covered by another type when it appears before the first local type (`token::ShimToken<_, _, _>`) [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #124559 [INFO] [stdout] = note: implementing a foreign trait is only possible if at least one of the types for which it is implemented is local, and no uncovered type parameters appear before that first local type [INFO] [stdout] = note: in this case, 'before' refers to the following order: `impl<..> ForeignTrait for T0`, where `T0` is the first and `Tn` is the last [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0210]: type parameter `Token` must be covered by another type when it appears before the first local type (`token::ShimToken<_, _, _>`) [INFO] [stdout] --> src/shim/token.rs:224:26 [INFO] [stdout] | [INFO] [stdout] 224 | impl core::iter::Product> [INFO] [stdout] | ^^^^^ type parameter `Token` must be covered by another type when it appears before the first local type (`token::ShimToken<_, _, _>`) [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #124559 [INFO] [stdout] = note: implementing a foreign trait is only possible if at least one of the types for which it is implemented is local, and no uncovered type parameters appear before that first local type [INFO] [stdout] = note: in this case, 'before' refers to the following order: `impl<..> ForeignTrait for T0`, where `T0` is the first and `Tn` is the last [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0210]: type parameter `Underlying` must be covered by another type when it appears before the first local type (`shim::width::Shim2<_, _>`) [INFO] [stdout] --> src/shim/width.rs:254:6 [INFO] [stdout] | [INFO] [stdout] 254 | impl core::iter::Product> [INFO] [stdout] | ^^^^^^^^^^ type parameter `Underlying` must be covered by another type when it appears before the first local type (`shim::width::Shim2<_, _>`) [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #124559 [INFO] [stdout] = note: implementing a foreign trait is only possible if at least one of the types for which it is implemented is local, and no uncovered type parameters appear before that first local type [INFO] [stdout] = note: in this case, 'before' refers to the following order: `impl<..> ForeignTrait for T0`, where `T0` is the first and `Tn` is the last [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0210]: type parameter `Scalar` must be covered by another type when it appears before the first local type (`shim::width::Shim2<_, _>`) [INFO] [stdout] --> src/shim/width.rs:254:18 [INFO] [stdout] | [INFO] [stdout] 254 | impl core::iter::Product> [INFO] [stdout] | ^^^^^^ type parameter `Scalar` must be covered by another type when it appears before the first local type (`shim::width::Shim2<_, _>`) [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #124559 [INFO] [stdout] = note: implementing a foreign trait is only possible if at least one of the types for which it is implemented is local, and no uncovered type parameters appear before that first local type [INFO] [stdout] = note: in this case, 'before' refers to the following order: `impl<..> ForeignTrait for T0`, where `T0` is the first and `Tn` is the last [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0210`. [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.13s [INFO] running `Command { std: "docker" "inspect" "f21a5f6269bfb86e1f180e50556df357884d5108690a0fe294373c560d930aed", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f21a5f6269bfb86e1f180e50556df357884d5108690a0fe294373c560d930aed", kill_on_drop: false }` [INFO] [stdout] f21a5f6269bfb86e1f180e50556df357884d5108690a0fe294373c560d930aed [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 97363c8097d460c526b72bd7b044b7e514bbaee2fe1a1b63b60d838c4f587a51 [INFO] running `Command { std: "docker" "start" "-a" "97363c8097d460c526b72bd7b044b7e514bbaee2fe1a1b63b60d838c4f587a51", kill_on_drop: false }` [INFO] [stdout] warning[E0210]: type parameter `Underlying` must be covered by another type when it appears before the first local type (`token::ShimToken<_, _, _>`) [INFO] [stdout] --> src/shim/token.rs:177:6 [INFO] [stdout] | [INFO] [stdout] 177 | impl core::iter::Sum> [INFO] [stdout] | ^^^^^^^^^^ type parameter `Underlying` must be covered by another type when it appears before the first local type (`token::ShimToken<_, _, _>`) [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #124559 [INFO] [stdout] = note: implementing a foreign trait is only possible if at least one of the types for which it is implemented is local, and no uncovered type parameters appear before that first local type [INFO] [stdout] = note: in this case, 'before' refers to the following order: `impl<..> ForeignTrait for T0`, where `T0` is the first and `Tn` is the last [INFO] [stdout] = note: `#[warn(uncovered_param_in_projection)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0210]: type parameter `Scalar` must be covered by another type when it appears before the first local type (`token::ShimToken<_, _, _>`) [INFO] [stdout] --> src/shim/token.rs:177:18 [INFO] [stdout] | [INFO] [stdout] 177 | impl core::iter::Sum> [INFO] [stdout] | ^^^^^^ type parameter `Scalar` must be covered by another type when it appears before the first local type (`token::ShimToken<_, _, _>`) [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #124559 [INFO] [stdout] = note: implementing a foreign trait is only possible if at least one of the types for which it is implemented is local, and no uncovered type parameters appear before that first local type [INFO] [stdout] = note: in this case, 'before' refers to the following order: `impl<..> ForeignTrait for T0`, where `T0` is the first and `Tn` is the last [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0210]: type parameter `Token` must be covered by another type when it appears before the first local type (`token::ShimToken<_, _, _>`) [INFO] [stdout] --> src/shim/token.rs:177:26 [INFO] [stdout] | [INFO] [stdout] 177 | impl core::iter::Sum> [INFO] [stdout] | ^^^^^ type parameter `Token` must be covered by another type when it appears before the first local type (`token::ShimToken<_, _, _>`) [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #124559 [INFO] [stdout] = note: implementing a foreign trait is only possible if at least one of the types for which it is implemented is local, and no uncovered type parameters appear before that first local type [INFO] [stdout] = note: in this case, 'before' refers to the following order: `impl<..> ForeignTrait for T0`, where `T0` is the first and `Tn` is the last [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0210]: type parameter `Underlying` must be covered by another type when it appears before the first local type (`shim::width::Shim2<_, _>`) [INFO] [stdout] --> src/shim/width.rs:209:6 [INFO] [stdout] | [INFO] [stdout] 209 | impl core::iter::Sum> [INFO] [stdout] | ^^^^^^^^^^ type parameter `Underlying` must be covered by another type when it appears before the first local type (`shim::width::Shim2<_, _>`) [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #124559 [INFO] [stdout] = note: implementing a foreign trait is only possible if at least one of the types for which it is implemented is local, and no uncovered type parameters appear before that first local type [INFO] [stdout] = note: in this case, 'before' refers to the following order: `impl<..> ForeignTrait for T0`, where `T0` is the first and `Tn` is the last [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0210]: type parameter `Scalar` must be covered by another type when it appears before the first local type (`shim::width::Shim2<_, _>`) [INFO] [stdout] --> src/shim/width.rs:209:18 [INFO] [stdout] | [INFO] [stdout] 209 | impl core::iter::Sum> [INFO] [stdout] | ^^^^^^ type parameter `Scalar` must be covered by another type when it appears before the first local type (`shim::width::Shim2<_, _>`) [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #124559 [INFO] [stdout] = note: implementing a foreign trait is only possible if at least one of the types for which it is implemented is local, and no uncovered type parameters appear before that first local type [INFO] [stdout] = note: in this case, 'before' refers to the following order: `impl<..> ForeignTrait for T0`, where `T0` is the first and `Tn` is the last [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0210]: type parameter `Underlying` must be covered by another type when it appears before the first local type (`token::ShimToken<_, _, _>`) [INFO] [stdout] --> src/shim/token.rs:224:6 [INFO] [stdout] | [INFO] [stdout] 224 | impl core::iter::Product> [INFO] [stdout] | ^^^^^^^^^^ type parameter `Underlying` must be covered by another type when it appears before the first local type (`token::ShimToken<_, _, _>`) [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #124559 [INFO] [stdout] = note: implementing a foreign trait is only possible if at least one of the types for which it is implemented is local, and no uncovered type parameters appear before that first local type [INFO] [stdout] = note: in this case, 'before' refers to the following order: `impl<..> ForeignTrait for T0`, where `T0` is the first and `Tn` is the last [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling generic-simd v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning[E0210]: type parameter `Scalar` must be covered by another type when it appears before the first local type (`token::ShimToken<_, _, _>`) [INFO] [stdout] --> src/shim/token.rs:224:18 [INFO] [stdout] | [INFO] [stdout] 224 | impl core::iter::Product> [INFO] [stdout] | ^^^^^^ type parameter `Scalar` must be covered by another type when it appears before the first local type (`token::ShimToken<_, _, _>`) [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #124559 [INFO] [stdout] = note: implementing a foreign trait is only possible if at least one of the types for which it is implemented is local, and no uncovered type parameters appear before that first local type [INFO] [stdout] = note: in this case, 'before' refers to the following order: `impl<..> ForeignTrait for T0`, where `T0` is the first and `Tn` is the last [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0210]: type parameter `Token` must be covered by another type when it appears before the first local type (`token::ShimToken<_, _, _>`) [INFO] [stdout] --> src/shim/token.rs:224:26 [INFO] [stdout] | [INFO] [stdout] 224 | impl core::iter::Product> [INFO] [stdout] | ^^^^^ type parameter `Token` must be covered by another type when it appears before the first local type (`token::ShimToken<_, _, _>`) [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #124559 [INFO] [stdout] = note: implementing a foreign trait is only possible if at least one of the types for which it is implemented is local, and no uncovered type parameters appear before that first local type [INFO] [stdout] = note: in this case, 'before' refers to the following order: `impl<..> ForeignTrait for T0`, where `T0` is the first and `Tn` is the last [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0210]: type parameter `Underlying` must be covered by another type when it appears before the first local type (`shim::width::Shim2<_, _>`) [INFO] [stdout] --> src/shim/width.rs:254:6 [INFO] [stdout] | [INFO] [stdout] 254 | impl core::iter::Product> [INFO] [stdout] | ^^^^^^^^^^ type parameter `Underlying` must be covered by another type when it appears before the first local type (`shim::width::Shim2<_, _>`) [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #124559 [INFO] [stdout] = note: implementing a foreign trait is only possible if at least one of the types for which it is implemented is local, and no uncovered type parameters appear before that first local type [INFO] [stdout] = note: in this case, 'before' refers to the following order: `impl<..> ForeignTrait for T0`, where `T0` is the first and `Tn` is the last [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0210]: type parameter `Scalar` must be covered by another type when it appears before the first local type (`shim::width::Shim2<_, _>`) [INFO] [stdout] --> src/shim/width.rs:254:18 [INFO] [stdout] | [INFO] [stdout] 254 | impl core::iter::Product> [INFO] [stdout] | ^^^^^^ type parameter `Scalar` must be covered by another type when it appears before the first local type (`shim::width::Shim2<_, _>`) [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #124559 [INFO] [stdout] = note: implementing a foreign trait is only possible if at least one of the types for which it is implemented is local, and no uncovered type parameters appear before that first local type [INFO] [stdout] = note: in this case, 'before' refers to the following order: `impl<..> ForeignTrait for T0`, where `T0` is the first and `Tn` is the last [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0210`. [INFO] [stdout] [INFO] [stdout] warning[E0210]: type parameter `Underlying` must be covered by another type when it appears before the first local type (`token::ShimToken<_, _, _>`) [INFO] [stdout] --> src/shim/token.rs:177:6 [INFO] [stdout] | [INFO] [stdout] 177 | impl core::iter::Sum> [INFO] [stdout] | ^^^^^^^^^^ type parameter `Underlying` must be covered by another type when it appears before the first local type (`token::ShimToken<_, _, _>`) [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #124559 [INFO] [stdout] = note: implementing a foreign trait is only possible if at least one of the types for which it is implemented is local, and no uncovered type parameters appear before that first local type [INFO] [stdout] = note: in this case, 'before' refers to the following order: `impl<..> ForeignTrait for T0`, where `T0` is the first and `Tn` is the last [INFO] [stdout] = note: `#[warn(uncovered_param_in_projection)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0210]: type parameter `Scalar` must be covered by another type when it appears before the first local type (`token::ShimToken<_, _, _>`) [INFO] [stdout] --> src/shim/token.rs:177:18 [INFO] [stdout] | [INFO] [stdout] 177 | impl core::iter::Sum> [INFO] [stdout] | ^^^^^^ type parameter `Scalar` must be covered by another type when it appears before the first local type (`token::ShimToken<_, _, _>`) [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #124559 [INFO] [stdout] = note: implementing a foreign trait is only possible if at least one of the types for which it is implemented is local, and no uncovered type parameters appear before that first local type [INFO] [stdout] = note: in this case, 'before' refers to the following order: `impl<..> ForeignTrait for T0`, where `T0` is the first and `Tn` is the last [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0210]: type parameter `Token` must be covered by another type when it appears before the first local type (`token::ShimToken<_, _, _>`) [INFO] [stdout] --> src/shim/token.rs:177:26 [INFO] [stdout] | [INFO] [stdout] 177 | impl core::iter::Sum> [INFO] [stdout] | ^^^^^ type parameter `Token` must be covered by another type when it appears before the first local type (`token::ShimToken<_, _, _>`) [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #124559 [INFO] [stdout] = note: implementing a foreign trait is only possible if at least one of the types for which it is implemented is local, and no uncovered type parameters appear before that first local type [INFO] [stdout] = note: in this case, 'before' refers to the following order: `impl<..> ForeignTrait for T0`, where `T0` is the first and `Tn` is the last [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0210]: type parameter `Underlying` must be covered by another type when it appears before the first local type (`shim::width::Shim2<_, _>`) [INFO] [stdout] --> src/shim/width.rs:209:6 [INFO] [stdout] | [INFO] [stdout] 209 | impl core::iter::Sum> [INFO] [stdout] | ^^^^^^^^^^ type parameter `Underlying` must be covered by another type when it appears before the first local type (`shim::width::Shim2<_, _>`) [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #124559 [INFO] [stdout] = note: implementing a foreign trait is only possible if at least one of the types for which it is implemented is local, and no uncovered type parameters appear before that first local type [INFO] [stdout] = note: in this case, 'before' refers to the following order: `impl<..> ForeignTrait for T0`, where `T0` is the first and `Tn` is the last [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0210]: type parameter `Scalar` must be covered by another type when it appears before the first local type (`shim::width::Shim2<_, _>`) [INFO] [stdout] --> src/shim/width.rs:209:18 [INFO] [stdout] | [INFO] [stdout] 209 | impl core::iter::Sum> [INFO] [stdout] | ^^^^^^ type parameter `Scalar` must be covered by another type when it appears before the first local type (`shim::width::Shim2<_, _>`) [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #124559 [INFO] [stdout] = note: implementing a foreign trait is only possible if at least one of the types for which it is implemented is local, and no uncovered type parameters appear before that first local type [INFO] [stdout] = note: in this case, 'before' refers to the following order: `impl<..> ForeignTrait for T0`, where `T0` is the first and `Tn` is the last [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0210]: type parameter `Underlying` must be covered by another type when it appears before the first local type (`token::ShimToken<_, _, _>`) [INFO] [stdout] --> src/shim/token.rs:224:6 [INFO] [stdout] | [INFO] [stdout] 224 | impl core::iter::Product> [INFO] [stdout] | ^^^^^^^^^^ type parameter `Underlying` must be covered by another type when it appears before the first local type (`token::ShimToken<_, _, _>`) [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #124559 [INFO] [stdout] = note: implementing a foreign trait is only possible if at least one of the types for which it is implemented is local, and no uncovered type parameters appear before that first local type [INFO] [stdout] = note: in this case, 'before' refers to the following order: `impl<..> ForeignTrait for T0`, where `T0` is the first and `Tn` is the last [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0210]: type parameter `Scalar` must be covered by another type when it appears before the first local type (`token::ShimToken<_, _, _>`) [INFO] [stdout] --> src/shim/token.rs:224:18 [INFO] [stdout] | [INFO] [stdout] 224 | impl core::iter::Product> [INFO] [stdout] | ^^^^^^ type parameter `Scalar` must be covered by another type when it appears before the first local type (`token::ShimToken<_, _, _>`) [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #124559 [INFO] [stdout] = note: implementing a foreign trait is only possible if at least one of the types for which it is implemented is local, and no uncovered type parameters appear before that first local type [INFO] [stdout] = note: in this case, 'before' refers to the following order: `impl<..> ForeignTrait for T0`, where `T0` is the first and `Tn` is the last [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0210]: type parameter `Token` must be covered by another type when it appears before the first local type (`token::ShimToken<_, _, _>`) [INFO] [stdout] --> src/shim/token.rs:224:26 [INFO] [stdout] | [INFO] [stdout] 224 | impl core::iter::Product> [INFO] [stdout] | ^^^^^ type parameter `Token` must be covered by another type when it appears before the first local type (`token::ShimToken<_, _, _>`) [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #124559 [INFO] [stdout] = note: implementing a foreign trait is only possible if at least one of the types for which it is implemented is local, and no uncovered type parameters appear before that first local type [INFO] [stdout] = note: in this case, 'before' refers to the following order: `impl<..> ForeignTrait for T0`, where `T0` is the first and `Tn` is the last [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0210]: type parameter `Underlying` must be covered by another type when it appears before the first local type (`shim::width::Shim2<_, _>`) [INFO] [stdout] --> src/shim/width.rs:254:6 [INFO] [stdout] | [INFO] [stdout] 254 | impl core::iter::Product> [INFO] [stdout] | ^^^^^^^^^^ type parameter `Underlying` must be covered by another type when it appears before the first local type (`shim::width::Shim2<_, _>`) [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #124559 [INFO] [stdout] = note: implementing a foreign trait is only possible if at least one of the types for which it is implemented is local, and no uncovered type parameters appear before that first local type [INFO] [stdout] = note: in this case, 'before' refers to the following order: `impl<..> ForeignTrait for T0`, where `T0` is the first and `Tn` is the last [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0210]: type parameter `Scalar` must be covered by another type when it appears before the first local type (`shim::width::Shim2<_, _>`) [INFO] [stdout] --> src/shim/width.rs:254:18 [INFO] [stdout] | [INFO] [stdout] 254 | impl core::iter::Product> [INFO] [stdout] | ^^^^^^ type parameter `Scalar` must be covered by another type when it appears before the first local type (`shim::width::Shim2<_, _>`) [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #124559 [INFO] [stdout] = note: implementing a foreign trait is only possible if at least one of the types for which it is implemented is local, and no uncovered type parameters appear before that first local type [INFO] [stdout] = note: in this case, 'before' refers to the following order: `impl<..> ForeignTrait for T0`, where `T0` is the first and `Tn` is the last [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0210`. [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.87s [INFO] running `Command { std: "docker" "inspect" "97363c8097d460c526b72bd7b044b7e514bbaee2fe1a1b63b60d838c4f587a51", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "97363c8097d460c526b72bd7b044b7e514bbaee2fe1a1b63b60d838c4f587a51", kill_on_drop: false }` [INFO] [stdout] 97363c8097d460c526b72bd7b044b7e514bbaee2fe1a1b63b60d838c4f587a51 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 5e96eeebca34d0e2343cf9ac7050d2cef8ce25e8a0c38ebf952bfd6e362faa12 [INFO] running `Command { std: "docker" "start" "-a" "5e96eeebca34d0e2343cf9ac7050d2cef8ce25e8a0c38ebf952bfd6e362faa12", kill_on_drop: false }` [INFO] [stderr] warning[E0210]: type parameter `Underlying` must be covered by another type when it appears before the first local type (`token::ShimToken<_, _, _>`) [INFO] [stderr] --> src/shim/token.rs:177:6 [INFO] [stderr] | [INFO] [stderr] 177 | impl core::iter::Sum> [INFO] [stderr] | ^^^^^^^^^^ type parameter `Underlying` must be covered by another type when it appears before the first local type (`token::ShimToken<_, _, _>`) [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #124559 [INFO] [stderr] = note: implementing a foreign trait is only possible if at least one of the types for which it is implemented is local, and no uncovered type parameters appear before that first local type [INFO] [stderr] = note: in this case, 'before' refers to the following order: `impl<..> ForeignTrait for T0`, where `T0` is the first and `Tn` is the last [INFO] [stderr] = note: `#[warn(uncovered_param_in_projection)]` on by default [INFO] [stderr] [INFO] [stderr] warning[E0210]: type parameter `Scalar` must be covered by another type when it appears before the first local type (`token::ShimToken<_, _, _>`) [INFO] [stderr] --> src/shim/token.rs:177:18 [INFO] [stderr] | [INFO] [stderr] 177 | impl core::iter::Sum> [INFO] [stderr] | ^^^^^^ type parameter `Scalar` must be covered by another type when it appears before the first local type (`token::ShimToken<_, _, _>`) [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #124559 [INFO] [stderr] = note: implementing a foreign trait is only possible if at least one of the types for which it is implemented is local, and no uncovered type parameters appear before that first local type [INFO] [stderr] = note: in this case, 'before' refers to the following order: `impl<..> ForeignTrait for T0`, where `T0` is the first and `Tn` is the last [INFO] [stderr] [INFO] [stderr] warning[E0210]: type parameter `Token` must be covered by another type when it appears before the first local type (`token::ShimToken<_, _, _>`) [INFO] [stderr] --> src/shim/token.rs:177:26 [INFO] [stderr] | [INFO] [stderr] 177 | impl core::iter::Sum> [INFO] [stderr] | ^^^^^ type parameter `Token` must be covered by another type when it appears before the first local type (`token::ShimToken<_, _, _>`) [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #124559 [INFO] [stderr] = note: implementing a foreign trait is only possible if at least one of the types for which it is implemented is local, and no uncovered type parameters appear before that first local type [INFO] [stderr] = note: in this case, 'before' refers to the following order: `impl<..> ForeignTrait for T0`, where `T0` is the first and `Tn` is the last [INFO] [stderr] [INFO] [stderr] warning[E0210]: type parameter `Underlying` must be covered by another type when it appears before the first local type (`shim::width::Shim2<_, _>`) [INFO] [stderr] --> src/shim/width.rs:209:6 [INFO] [stderr] | [INFO] [stderr] 209 | impl core::iter::Sum> [INFO] [stderr] | ^^^^^^^^^^ type parameter `Underlying` must be covered by another type when it appears before the first local type (`shim::width::Shim2<_, _>`) [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #124559 [INFO] [stderr] = note: implementing a foreign trait is only possible if at least one of the types for which it is implemented is local, and no uncovered type parameters appear before that first local type [INFO] [stderr] = note: in this case, 'before' refers to the following order: `impl<..> ForeignTrait for T0`, where `T0` is the first and `Tn` is the last [INFO] [stderr] [INFO] [stderr] warning[E0210]: type parameter `Scalar` must be covered by another type when it appears before the first local type (`shim::width::Shim2<_, _>`) [INFO] [stderr] --> src/shim/width.rs:209:18 [INFO] [stderr] | [INFO] [stderr] 209 | impl core::iter::Sum> [INFO] [stderr] | ^^^^^^ type parameter `Scalar` must be covered by another type when it appears before the first local type (`shim::width::Shim2<_, _>`) [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #124559 [INFO] [stderr] = note: implementing a foreign trait is only possible if at least one of the types for which it is implemented is local, and no uncovered type parameters appear before that first local type [INFO] [stderr] = note: in this case, 'before' refers to the following order: `impl<..> ForeignTrait for T0`, where `T0` is the first and `Tn` is the last [INFO] [stderr] [INFO] [stderr] warning[E0210]: type parameter `Underlying` must be covered by another type when it appears before the first local type (`token::ShimToken<_, _, _>`) [INFO] [stderr] --> src/shim/token.rs:224:6 [INFO] [stderr] | [INFO] [stderr] 224 | impl core::iter::Product> [INFO] [stderr] | ^^^^^^^^^^ type parameter `Underlying` must be covered by another type when it appears before the first local type (`token::ShimToken<_, _, _>`) [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #124559 [INFO] [stderr] = note: implementing a foreign trait is only possible if at least one of the types for which it is implemented is local, and no uncovered type parameters appear before that first local type [INFO] [stderr] = note: in this case, 'before' refers to the following order: `impl<..> ForeignTrait for T0`, where `T0` is the first and `Tn` is the last [INFO] [stderr] [INFO] [stderr] warning[E0210]: type parameter `Scalar` must be covered by another type when it appears before the first local type (`token::ShimToken<_, _, _>`) [INFO] [stderr] --> src/shim/token.rs:224:18 [INFO] [stderr] | [INFO] [stderr] 224 | impl core::iter::Product> [INFO] [stderr] | ^^^^^^ type parameter `Scalar` must be covered by another type when it appears before the first local type (`token::ShimToken<_, _, _>`) [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #124559 [INFO] [stderr] = note: implementing a foreign trait is only possible if at least one of the types for which it is implemented is local, and no uncovered type parameters appear before that first local type [INFO] [stderr] = note: in this case, 'before' refers to the following order: `impl<..> ForeignTrait for T0`, where `T0` is the first and `Tn` is the last [INFO] [stderr] [INFO] [stderr] warning[E0210]: type parameter `Token` must be covered by another type when it appears before the first local type (`token::ShimToken<_, _, _>`) [INFO] [stderr] --> src/shim/token.rs:224:26 [INFO] [stderr] | [INFO] [stderr] 224 | impl core::iter::Product> [INFO] [stderr] | ^^^^^ type parameter `Token` must be covered by another type when it appears before the first local type (`token::ShimToken<_, _, _>`) [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #124559 [INFO] [stderr] = note: implementing a foreign trait is only possible if at least one of the types for which it is implemented is local, and no uncovered type parameters appear before that first local type [INFO] [stderr] = note: in this case, 'before' refers to the following order: `impl<..> ForeignTrait for T0`, where `T0` is the first and `Tn` is the last [INFO] [stderr] [INFO] [stderr] warning[E0210]: type parameter `Underlying` must be covered by another type when it appears before the first local type (`shim::width::Shim2<_, _>`) [INFO] [stderr] --> src/shim/width.rs:254:6 [INFO] [stderr] | [INFO] [stderr] 254 | impl core::iter::Product> [INFO] [stderr] | ^^^^^^^^^^ type parameter `Underlying` must be covered by another type when it appears before the first local type (`shim::width::Shim2<_, _>`) [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #124559 [INFO] [stderr] = note: implementing a foreign trait is only possible if at least one of the types for which it is implemented is local, and no uncovered type parameters appear before that first local type [INFO] [stderr] = note: in this case, 'before' refers to the following order: `impl<..> ForeignTrait for T0`, where `T0` is the first and `Tn` is the last [INFO] [stderr] [INFO] [stderr] warning[E0210]: type parameter `Scalar` must be covered by another type when it appears before the first local type (`shim::width::Shim2<_, _>`) [INFO] [stderr] --> src/shim/width.rs:254:18 [INFO] [stderr] | [INFO] [stderr] 254 | impl core::iter::Product> [INFO] [stderr] | ^^^^^^ type parameter `Scalar` must be covered by another type when it appears before the first local type (`shim::width::Shim2<_, _>`) [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #124559 [INFO] [stderr] = note: implementing a foreign trait is only possible if at least one of the types for which it is implemented is local, and no uncovered type parameters appear before that first local type [INFO] [stderr] = note: in this case, 'before' refers to the following order: `impl<..> ForeignTrait for T0`, where `T0` is the first and `Tn` is the last [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0210`. [INFO] [stderr] warning: `generic-simd` (lib) generated 10 warnings [INFO] [stderr] warning: `generic-simd` (lib test) generated 10 warnings (10 duplicates) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.07s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/generic_simd-07a2e245aea96385) [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test alignment::test::check_x86 ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Doc-tests generic_simd [INFO] [stdout] [INFO] [stdout] running 4 tests [INFO] [stdout] test src/lib.rs - (line 70) ... ok [INFO] [stdout] test src/lib.rs - dispatch (line 131) ... ok [INFO] [stdout] test src/arch/mod.rs - arch::call_macro_with_tokens (line 70) ... ok [INFO] [stdout] test src/lib.rs - (line 28) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.71s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "5e96eeebca34d0e2343cf9ac7050d2cef8ce25e8a0c38ebf952bfd6e362faa12", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5e96eeebca34d0e2343cf9ac7050d2cef8ce25e8a0c38ebf952bfd6e362faa12", kill_on_drop: false }` [INFO] [stdout] 5e96eeebca34d0e2343cf9ac7050d2cef8ce25e8a0c38ebf952bfd6e362faa12