[INFO] fetching crate tuple 0.5.1... [INFO] testing tuple-0.5.1 against try#722e1797249a965b6335aebd65d777f917e498f1 for pr-91031 [INFO] extracting crate tuple 0.5.1 into /workspace/builds/worker-7/source [INFO] validating manifest of crates.io crate tuple 0.5.1 on toolchain 722e1797249a965b6335aebd65d777f917e498f1 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+722e1797249a965b6335aebd65d777f917e498f1" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate tuple 0.5.1 [INFO] finished tweaking crates.io crate tuple 0.5.1 [INFO] tweaked toml for crates.io crate tuple 0.5.1 written to /workspace/builds/worker-7/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+722e1797249a965b6335aebd65d777f917e498f1" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+722e1797249a965b6335aebd65d777f917e498f1" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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:5736fa189c1c60b01babf4b8b698fe57b6ecc41933a7ff2e0b8d7a221459412b" "/opt/rustwide/cargo-home/bin/cargo" "+722e1797249a965b6335aebd65d777f917e498f1" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] bdf665dbde046d37b5b902cea1a08e44f6253e677c5da4d16127148eb3ba0ad6 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "bdf665dbde046d37b5b902cea1a08e44f6253e677c5da4d16127148eb3ba0ad6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "bdf665dbde046d37b5b902cea1a08e44f6253e677c5da4d16127148eb3ba0ad6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "bdf665dbde046d37b5b902cea1a08e44f6253e677c5da4d16127148eb3ba0ad6", kill_on_drop: false }` [INFO] [stdout] bdf665dbde046d37b5b902cea1a08e44f6253e677c5da4d16127148eb3ba0ad6 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "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:5736fa189c1c60b01babf4b8b698fe57b6ecc41933a7ff2e0b8d7a221459412b" "/opt/rustwide/cargo-home/bin/cargo" "+722e1797249a965b6335aebd65d777f917e498f1" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 800b53adc72c37e52dfc1586a7143e9993c47eb9eb71ea5a27e4dfb51922329a [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "800b53adc72c37e52dfc1586a7143e9993c47eb9eb71ea5a27e4dfb51922329a", kill_on_drop: false }` [INFO] [stderr] Compiling tuple v0.5.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/lib.rs:257:14 [INFO] [stdout] | [INFO] [stdout] 257 | fn splat(T) -> Self; [INFO] [stdout] | ^ help: try naming the parameter or explicitly ignoring it: `_: T` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(anonymous_parameters)]` on by default [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/utils.rs:42:33 [INFO] [stdout] | [INFO] [stdout] 42 | ( ; $($args:ident),* ) => ( ($($args),*) ) [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] ::: src/m_tuple.rs:231:1 [INFO] [stdout] | [INFO] [stdout] 231 | impl_tuple!(m_tuple); [INFO] [stdout] | -------------------- [INFO] [stdout] | | [INFO] [stdout] | in this macro invocation [INFO] [stdout] | in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_parens)]` on by default [INFO] [stdout] = note: this warning originates in the macro `x_tuple_ident` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 42 - ( ; $($args:ident),* ) => ( ($($args),*) ) [INFO] [stdout] 42 + ( ; $($args:ident),* ) => ( $($args),* ) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/utils.rs:42:33 [INFO] [stdout] | [INFO] [stdout] 42 | ( ; $($args:ident),* ) => ( ($($args),*) ) [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] ::: src/m_tuple.rs:231:1 [INFO] [stdout] | [INFO] [stdout] 231 | impl_tuple!(m_tuple); [INFO] [stdout] | -------------------- [INFO] [stdout] | | [INFO] [stdout] | in this macro invocation [INFO] [stdout] | in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `x_tuple_ident` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 42 - ( ; $($args:ident),* ) => ( ($($args),*) ) [INFO] [stdout] 42 + ( ; $($args:ident),* ) => ( $($args),* ) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/utils.rs:42:33 [INFO] [stdout] | [INFO] [stdout] 42 | ( ; $($args:ident),* ) => ( ($($args),*) ) [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] ::: src/m_tuple.rs:231:1 [INFO] [stdout] | [INFO] [stdout] 231 | impl_tuple!(m_tuple); [INFO] [stdout] | -------------------- [INFO] [stdout] | | [INFO] [stdout] | in this macro invocation [INFO] [stdout] | in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `x_tuple_ident` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 42 - ( ; $($args:ident),* ) => ( ($($args),*) ) [INFO] [stdout] 42 + ( ; $($args:ident),* ) => ( $($args),* ) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/m_tuple.rs:177:39 [INFO] [stdout] | [INFO] [stdout] 177 | impl<$($l,)* $($r),*> OpSplit<($($l),*)> for ($($l,)* $($r),*) { [INFO] [stdout] | ^ ^ [INFO] [stdout] ... [INFO] [stdout] 232 | m_join!(); [INFO] [stdout] | --------- [INFO] [stdout] | | [INFO] [stdout] | in this macro invocation [INFO] [stdout] | in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_join` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 177 - impl<$($l,)* $($r),*> OpSplit<($($l),*)> for ($($l,)* $($r),*) { [INFO] [stdout] 177 + impl<$($l,)* $($r),*> OpSplit<$($l),*> for ($($l,)* $($r),*) { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/m_tuple.rs:178:22 [INFO] [stdout] | [INFO] [stdout] 178 | type R = ($($r),*); [INFO] [stdout] | ^ ^ [INFO] [stdout] ... [INFO] [stdout] 232 | m_join!(); [INFO] [stdout] | --------- [INFO] [stdout] | | [INFO] [stdout] | in this macro invocation [INFO] [stdout] | in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_join` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 178 - type R = ($($r),*); [INFO] [stdout] 178 + type R = $($r),*; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/m_tuple.rs:180:32 [INFO] [stdout] | [INFO] [stdout] 180 | fn split(self) -> (($($l),*), Self::R) { [INFO] [stdout] | ^ ^ [INFO] [stdout] ... [INFO] [stdout] 232 | m_join!(); [INFO] [stdout] | --------- [INFO] [stdout] | | [INFO] [stdout] | in this macro invocation [INFO] [stdout] | in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_join` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 180 - fn split(self) -> (($($l),*), Self::R) { [INFO] [stdout] 180 + fn split(self) -> ($($l),*, Self::R) { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `core::iter::IntoIterator` [INFO] [stdout] --> src/m_iter.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | use core::iter::IntoIterator; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 8 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 4.26s [INFO] running `Command { std: "docker" "inspect" "800b53adc72c37e52dfc1586a7143e9993c47eb9eb71ea5a27e4dfb51922329a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "800b53adc72c37e52dfc1586a7143e9993c47eb9eb71ea5a27e4dfb51922329a", kill_on_drop: false }` [INFO] [stdout] 800b53adc72c37e52dfc1586a7143e9993c47eb9eb71ea5a27e4dfb51922329a [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "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:5736fa189c1c60b01babf4b8b698fe57b6ecc41933a7ff2e0b8d7a221459412b" "/opt/rustwide/cargo-home/bin/cargo" "+722e1797249a965b6335aebd65d777f917e498f1" "test" "--frozen" "--no-run" "--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] 8c7bb5701dedd4c57a1b9223016706eeb7216ca5133cb55c5aef062e21e4d2fa [INFO] running `Command { std: "docker" "start" "-a" "8c7bb5701dedd4c57a1b9223016706eeb7216ca5133cb55c5aef062e21e4d2fa", kill_on_drop: false }` [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/lib.rs:257:14 [INFO] [stdout] | [INFO] [stdout] 257 | fn splat(T) -> Self; [INFO] [stdout] | ^ help: try naming the parameter or explicitly ignoring it: `_: T` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(anonymous_parameters)]` on by default [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/utils.rs:42:33 [INFO] [stdout] | [INFO] [stdout] 42 | ( ; $($args:ident),* ) => ( ($($args),*) ) [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] ::: src/m_tuple.rs:231:1 [INFO] [stdout] | [INFO] [stdout] 231 | impl_tuple!(m_tuple); [INFO] [stdout] | -------------------- [INFO] [stdout] | | [INFO] [stdout] | in this macro invocation [INFO] [stdout] | in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_parens)]` on by default [INFO] [stdout] = note: this warning originates in the macro `x_tuple_ident` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 42 - ( ; $($args:ident),* ) => ( ($($args),*) ) [INFO] [stdout] 42 + ( ; $($args:ident),* ) => ( $($args),* ) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/utils.rs:42:33 [INFO] [stdout] | [INFO] [stdout] 42 | ( ; $($args:ident),* ) => ( ($($args),*) ) [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] ::: src/m_tuple.rs:231:1 [INFO] [stdout] | [INFO] [stdout] 231 | impl_tuple!(m_tuple); [INFO] [stdout] | -------------------- [INFO] [stdout] | | [INFO] [stdout] | in this macro invocation [INFO] [stdout] | in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `x_tuple_ident` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 42 - ( ; $($args:ident),* ) => ( ($($args),*) ) [INFO] [stdout] 42 + ( ; $($args:ident),* ) => ( $($args),* ) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/utils.rs:42:33 [INFO] [stdout] | [INFO] [stdout] 42 | ( ; $($args:ident),* ) => ( ($($args),*) ) [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] ::: src/m_tuple.rs:231:1 [INFO] [stdout] | [INFO] [stdout] 231 | impl_tuple!(m_tuple); [INFO] [stdout] | -------------------- [INFO] [stdout] | | [INFO] [stdout] | in this macro invocation [INFO] [stdout] | in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `x_tuple_ident` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 42 - ( ; $($args:ident),* ) => ( ($($args),*) ) [INFO] [stdout] 42 + ( ; $($args:ident),* ) => ( $($args),* ) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/m_tuple.rs:177:39 [INFO] [stdout] | [INFO] [stdout] 177 | impl<$($l,)* $($r),*> OpSplit<($($l),*)> for ($($l,)* $($r),*) { [INFO] [stdout] | ^ ^ [INFO] [stdout] ... [INFO] [stdout] 232 | m_join!(); [INFO] [stdout] | --------- [INFO] [stdout] | | [INFO] [stdout] | in this macro invocation [INFO] [stdout] | in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_join` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 177 - impl<$($l,)* $($r),*> OpSplit<($($l),*)> for ($($l,)* $($r),*) { [INFO] [stdout] 177 + impl<$($l,)* $($r),*> OpSplit<$($l),*> for ($($l,)* $($r),*) { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/m_tuple.rs:178:22 [INFO] [stdout] | [INFO] [stdout] 178 | type R = ($($r),*); [INFO] [stdout] | ^ ^ [INFO] [stdout] ... [INFO] [stdout] 232 | m_join!(); [INFO] [stdout] | --------- [INFO] [stdout] | | [INFO] [stdout] | in this macro invocation [INFO] [stdout] | in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_join` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 178 - type R = ($($r),*); [INFO] [stdout] 178 + type R = $($r),*; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling tuple v0.5.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/m_tuple.rs:180:32 [INFO] [stdout] | [INFO] [stdout] 180 | fn split(self) -> (($($l),*), Self::R) { [INFO] [stdout] | ^ ^ [INFO] [stdout] ... [INFO] [stdout] 232 | m_join!(); [INFO] [stdout] | --------- [INFO] [stdout] | | [INFO] [stdout] | in this macro invocation [INFO] [stdout] | in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_join` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 180 - fn split(self) -> (($($l),*), Self::R) { [INFO] [stdout] 180 + fn split(self) -> ($($l),*, Self::R) { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `core::iter::IntoIterator` [INFO] [stdout] --> src/m_iter.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | use core::iter::IntoIterator; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 8 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/lib.rs:257:14 [INFO] [stdout] | [INFO] [stdout] 257 | fn splat(T) -> Self; [INFO] [stdout] | ^ help: try naming the parameter or explicitly ignoring it: `_: T` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(anonymous_parameters)]` on by default [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/utils.rs:42:33 [INFO] [stdout] | [INFO] [stdout] 42 | ( ; $($args:ident),* ) => ( ($($args),*) ) [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] ::: src/m_tuple.rs:231:1 [INFO] [stdout] | [INFO] [stdout] 231 | impl_tuple!(m_tuple); [INFO] [stdout] | -------------------- [INFO] [stdout] | | [INFO] [stdout] | in this macro invocation [INFO] [stdout] | in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_parens)]` on by default [INFO] [stdout] = note: this warning originates in the macro `x_tuple_ident` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 42 - ( ; $($args:ident),* ) => ( ($($args),*) ) [INFO] [stdout] 42 + ( ; $($args:ident),* ) => ( $($args),* ) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/utils.rs:42:33 [INFO] [stdout] | [INFO] [stdout] 42 | ( ; $($args:ident),* ) => ( ($($args),*) ) [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] ::: src/m_tuple.rs:231:1 [INFO] [stdout] | [INFO] [stdout] 231 | impl_tuple!(m_tuple); [INFO] [stdout] | -------------------- [INFO] [stdout] | | [INFO] [stdout] | in this macro invocation [INFO] [stdout] | in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `x_tuple_ident` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 42 - ( ; $($args:ident),* ) => ( ($($args),*) ) [INFO] [stdout] 42 + ( ; $($args:ident),* ) => ( $($args),* ) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/utils.rs:42:33 [INFO] [stdout] | [INFO] [stdout] 42 | ( ; $($args:ident),* ) => ( ($($args),*) ) [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] ::: src/m_tuple.rs:231:1 [INFO] [stdout] | [INFO] [stdout] 231 | impl_tuple!(m_tuple); [INFO] [stdout] | -------------------- [INFO] [stdout] | | [INFO] [stdout] | in this macro invocation [INFO] [stdout] | in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `x_tuple_ident` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 42 - ( ; $($args:ident),* ) => ( ($($args),*) ) [INFO] [stdout] 42 + ( ; $($args:ident),* ) => ( $($args),* ) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/m_tuple.rs:177:39 [INFO] [stdout] | [INFO] [stdout] 177 | impl<$($l,)* $($r),*> OpSplit<($($l),*)> for ($($l,)* $($r),*) { [INFO] [stdout] | ^ ^ [INFO] [stdout] ... [INFO] [stdout] 232 | m_join!(); [INFO] [stdout] | --------- [INFO] [stdout] | | [INFO] [stdout] | in this macro invocation [INFO] [stdout] | in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_join` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 177 - impl<$($l,)* $($r),*> OpSplit<($($l),*)> for ($($l,)* $($r),*) { [INFO] [stdout] 177 + impl<$($l,)* $($r),*> OpSplit<$($l),*> for ($($l,)* $($r),*) { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/m_tuple.rs:178:22 [INFO] [stdout] | [INFO] [stdout] 178 | type R = ($($r),*); [INFO] [stdout] | ^ ^ [INFO] [stdout] ... [INFO] [stdout] 232 | m_join!(); [INFO] [stdout] | --------- [INFO] [stdout] | | [INFO] [stdout] | in this macro invocation [INFO] [stdout] | in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_join` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 178 - type R = ($($r),*); [INFO] [stdout] 178 + type R = $($r),*; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/m_tuple.rs:180:32 [INFO] [stdout] | [INFO] [stdout] 180 | fn split(self) -> (($($l),*), Self::R) { [INFO] [stdout] | ^ ^ [INFO] [stdout] ... [INFO] [stdout] 232 | m_join!(); [INFO] [stdout] | --------- [INFO] [stdout] | | [INFO] [stdout] | in this macro invocation [INFO] [stdout] | in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_join` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 180 - fn split(self) -> (($($l),*), Self::R) { [INFO] [stdout] 180 + fn split(self) -> ($($l),*, Self::R) { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `core::iter::IntoIterator` [INFO] [stdout] --> src/m_iter.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | use core::iter::IntoIterator; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 8 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 4.11s [INFO] running `Command { std: "docker" "inspect" "8c7bb5701dedd4c57a1b9223016706eeb7216ca5133cb55c5aef062e21e4d2fa", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8c7bb5701dedd4c57a1b9223016706eeb7216ca5133cb55c5aef062e21e4d2fa", kill_on_drop: false }` [INFO] [stdout] 8c7bb5701dedd4c57a1b9223016706eeb7216ca5133cb55c5aef062e21e4d2fa [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "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:5736fa189c1c60b01babf4b8b698fe57b6ecc41933a7ff2e0b8d7a221459412b" "/opt/rustwide/cargo-home/bin/cargo" "+722e1797249a965b6335aebd65d777f917e498f1" "test" "--frozen", 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] c4857a0ce7d948f315ac155e0ffb175a3123b63e8ef90c87da1ac088a1d9a22b [INFO] running `Command { std: "docker" "start" "-a" "c4857a0ce7d948f315ac155e0ffb175a3123b63e8ef90c87da1ac088a1d9a22b", kill_on_drop: false }` [INFO] [stderr] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stderr] --> src/lib.rs:257:14 [INFO] [stderr] | [INFO] [stderr] 257 | fn splat(T) -> Self; [INFO] [stderr] | ^ help: try naming the parameter or explicitly ignoring it: `_: T` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(anonymous_parameters)]` on by default [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stderr] = note: for more information, see issue #41686 [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> src/utils.rs:42:33 [INFO] [stderr] | [INFO] [stderr] 42 | ( ; $($args:ident),* ) => ( ($($args),*) ) [INFO] [stderr] | ^ ^ [INFO] [stderr] | [INFO] [stderr] ::: src/m_tuple.rs:231:1 [INFO] [stderr] | [INFO] [stderr] 231 | impl_tuple!(m_tuple); [INFO] [stderr] | -------------------- [INFO] [stderr] | | [INFO] [stderr] | in this macro invocation [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_parens)]` on by default [INFO] [stderr] = note: this warning originates in the macro `x_tuple_ident` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] 42 - ( ; $($args:ident),* ) => ( ($($args),*) ) [INFO] [stderr] 42 + ( ; $($args:ident),* ) => ( $($args),* ) [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> src/utils.rs:42:33 [INFO] [stderr] | [INFO] [stderr] 42 | ( ; $($args:ident),* ) => ( ($($args),*) ) [INFO] [stderr] | ^ ^ [INFO] [stderr] | [INFO] [stderr] ::: src/m_tuple.rs:231:1 [INFO] [stderr] | [INFO] [stderr] 231 | impl_tuple!(m_tuple); [INFO] [stderr] | -------------------- [INFO] [stderr] | | [INFO] [stderr] | in this macro invocation [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `x_tuple_ident` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] 42 - ( ; $($args:ident),* ) => ( ($($args),*) ) [INFO] [stderr] 42 + ( ; $($args:ident),* ) => ( $($args),* ) [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> src/m_tuple.rs:177:39 [INFO] [stderr] | [INFO] [stderr] 177 | impl<$($l,)* $($r),*> OpSplit<($($l),*)> for ($($l,)* $($r),*) { [INFO] [stderr] | ^ ^ [INFO] [stderr] ... [INFO] [stderr] 232 | m_join!(); [INFO] [stderr] | --------- [INFO] [stderr] | | [INFO] [stderr] | in this macro invocation [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `impl_join` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] 177 - impl<$($l,)* $($r),*> OpSplit<($($l),*)> for ($($l,)* $($r),*) { [INFO] [stderr] 177 + impl<$($l,)* $($r),*> OpSplit<$($l),*> for ($($l,)* $($r),*) { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> src/m_tuple.rs:178:22 [INFO] [stderr] | [INFO] [stderr] 178 | type R = ($($r),*); [INFO] [stderr] | ^ ^ [INFO] [stderr] ... [INFO] [stderr] 232 | m_join!(); [INFO] [stderr] | --------- [INFO] [stderr] | | [INFO] [stderr] | in this macro invocation [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `impl_join` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] 178 - type R = ($($r),*); [INFO] [stderr] 178 + type R = $($r),*; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> src/m_tuple.rs:180:32 [INFO] [stderr] | [INFO] [stderr] 180 | fn split(self) -> (($($l),*), Self::R) { [INFO] [stderr] | ^ ^ [INFO] [stderr] ... [INFO] [stderr] 232 | m_join!(); [INFO] [stderr] | --------- [INFO] [stderr] | | [INFO] [stderr] | in this macro invocation [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `impl_join` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] 180 - fn split(self) -> (($($l),*), Self::R) { [INFO] [stderr] 180 + fn split(self) -> ($($l),*, Self::R) { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: unused import: `core::iter::IntoIterator` [INFO] [stderr] --> src/m_iter.rs:2:5 [INFO] [stderr] | [INFO] [stderr] 2 | use core::iter::IntoIterator; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: `tuple` (lib) generated 8 warnings (1 duplicate) [INFO] [stderr] warning: `tuple` (lib test) generated 8 warnings (8 duplicates) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.02s [INFO] [stdout] [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/tuple-4527be60a3598808) [INFO] [stdout] running 0 tests [INFO] [stderr] Doc-tests tuple [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> /opt/rustwide/workdir/src/utils.rs:42:33 [INFO] [stderr] | [INFO] [stderr] 42 | ( ; $($args:ident),* ) => ( ($($args),*) ) [INFO] [stderr] | ^ ^ [INFO] [stderr] | [INFO] [stderr] ::: /opt/rustwide/workdir/src/m_tuple.rs:231:1 [INFO] [stderr] | [INFO] [stderr] 231 | impl_tuple!(m_tuple); [INFO] [stderr] | -------------------- [INFO] [stderr] | | [INFO] [stderr] | in this macro invocation [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_parens)]` on by default [INFO] [stderr] = note: this warning originates in the macro `x_tuple_ident` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] 42 - ( ; $($args:ident),* ) => ( ($($args),*) ) [INFO] [stderr] 42 + ( ; $($args:ident),* ) => ( $($args),* ) [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> /opt/rustwide/workdir/src/utils.rs:42:33 [INFO] [stderr] | [INFO] [stderr] 42 | ( ; $($args:ident),* ) => ( ($($args),*) ) [INFO] [stderr] | ^ ^ [INFO] [stderr] | [INFO] [stderr] ::: /opt/rustwide/workdir/src/m_tuple.rs:231:1 [INFO] [stderr] | [INFO] [stderr] 231 | impl_tuple!(m_tuple); [INFO] [stderr] | -------------------- [INFO] [stderr] | | [INFO] [stderr] | in this macro invocation [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `x_tuple_ident` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] 42 - ( ; $($args:ident),* ) => ( ($($args),*) ) [INFO] [stderr] 42 + ( ; $($args:ident),* ) => ( $($args),* ) [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> /opt/rustwide/workdir/src/utils.rs:42:33 [INFO] [stderr] | [INFO] [stderr] 42 | ( ; $($args:ident),* ) => ( ($($args),*) ) [INFO] [stderr] | ^ ^ [INFO] [stderr] | [INFO] [stderr] ::: /opt/rustwide/workdir/src/m_tuple.rs:231:1 [INFO] [stderr] | [INFO] [stderr] 231 | impl_tuple!(m_tuple); [INFO] [stderr] | -------------------- [INFO] [stderr] | | [INFO] [stderr] | in this macro invocation [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `x_tuple_ident` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] 42 - ( ; $($args:ident),* ) => ( ($($args),*) ) [INFO] [stderr] 42 + ( ; $($args:ident),* ) => ( $($args),* ) [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> /opt/rustwide/workdir/src/m_tuple.rs:177:39 [INFO] [stderr] | [INFO] [stderr] 177 | impl<$($l,)* $($r),*> OpSplit<($($l),*)> for ($($l,)* $($r),*) { [INFO] [stderr] | ^ ^ [INFO] [stderr] ... [INFO] [stderr] 232 | m_join!(); [INFO] [stderr] | --------- [INFO] [stderr] | | [INFO] [stderr] | in this macro invocation [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `impl_join` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] 177 - impl<$($l,)* $($r),*> OpSplit<($($l),*)> for ($($l,)* $($r),*) { [INFO] [stderr] 177 + impl<$($l,)* $($r),*> OpSplit<$($l),*> for ($($l,)* $($r),*) { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> /opt/rustwide/workdir/src/m_tuple.rs:178:22 [INFO] [stderr] | [INFO] [stderr] 178 | type R = ($($r),*); [INFO] [stderr] | ^ ^ [INFO] [stderr] ... [INFO] [stderr] 232 | m_join!(); [INFO] [stderr] | --------- [INFO] [stderr] | | [INFO] [stderr] | in this macro invocation [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `impl_join` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] 178 - type R = ($($r),*); [INFO] [stderr] 178 + type R = $($r),*; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> /opt/rustwide/workdir/src/m_tuple.rs:180:32 [INFO] [stderr] | [INFO] [stderr] 180 | fn split(self) -> (($($l),*), Self::R) { [INFO] [stderr] | ^ ^ [INFO] [stderr] ... [INFO] [stderr] 232 | m_join!(); [INFO] [stderr] | --------- [INFO] [stderr] | | [INFO] [stderr] | in this macro invocation [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `impl_join` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] 180 - fn split(self) -> (($($l),*), Self::R) { [INFO] [stderr] 180 + fn split(self) -> ($($l),*, Self::R) { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: 6 warnings emitted [INFO] [stderr] [INFO] [stdout] [INFO] [stdout] running 13 tests [INFO] [stdout] test src/lib.rs - (line 8) ... ok [INFO] [stdout] test src/lib.rs - (line 135) ... ok [INFO] [stdout] test src/lib.rs - Splat (line 247) ... ok [INFO] [stdout] test src/lib.rs - (line 18) ... ok [INFO] [stdout] test src/lib.rs - (line 39) ... ok [INFO] [stdout] test src/lib.rs - (line 122) ... ok [INFO] [stdout] test src/lib.rs - tuple (line 441) ... ok [INFO] [stdout] test src/lib.rs - (line 98) ... ok [INFO] [stdout] test src/lib.rs - (line 51) ... ok [INFO] [stdout] test src/lib.rs - (line 109) ... ok [INFO] [stdout] test src/lib.rs - (line 81) ... ok [INFO] [stdout] test src/lib.rs - Call (line 261) ... ok [INFO] [stdout] test src/lib.rs - (line 68) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 13 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 2.59s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "c4857a0ce7d948f315ac155e0ffb175a3123b63e8ef90c87da1ac088a1d9a22b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c4857a0ce7d948f315ac155e0ffb175a3123b63e8ef90c87da1ac088a1d9a22b", kill_on_drop: false }` [INFO] [stdout] c4857a0ce7d948f315ac155e0ffb175a3123b63e8ef90c87da1ac088a1d9a22b