[INFO] fetching crate tuple 0.5.1... [INFO] testing tuple-0.5.1 against 1.59.0 for beta-1.60-1 [INFO] extracting crate tuple 0.5.1 into /workspace/builds/worker-5/source [INFO] validating manifest of crates.io crate tuple 0.5.1 on toolchain 1.59.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.59.0" "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-5/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.59.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.59.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+1.59.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 212436194fb53fd76a765f0cbecd8f5567b00725cd1e8b93ca0fd3e3f8b4acc0 [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" "212436194fb53fd76a765f0cbecd8f5567b00725cd1e8b93ca0fd3e3f8b4acc0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "212436194fb53fd76a765f0cbecd8f5567b00725cd1e8b93ca0fd3e3f8b4acc0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "212436194fb53fd76a765f0cbecd8f5567b00725cd1e8b93ca0fd3e3f8b4acc0", kill_on_drop: false }` [INFO] [stdout] 212436194fb53fd76a765f0cbecd8f5567b00725cd1e8b93ca0fd3e3f8b4acc0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+1.59.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 44e0d566c43fd5df9b2e0e7b1833096a914459c1a6f45b7b87004b3daedb379b [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" "44e0d566c43fd5df9b2e0e7b1833096a914459c1a6f45b7b87004b3daedb379b", 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 3.59s [INFO] running `Command { std: "docker" "inspect" "44e0d566c43fd5df9b2e0e7b1833096a914459c1a6f45b7b87004b3daedb379b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "44e0d566c43fd5df9b2e0e7b1833096a914459c1a6f45b7b87004b3daedb379b", kill_on_drop: false }` [INFO] [stdout] 44e0d566c43fd5df9b2e0e7b1833096a914459c1a6f45b7b87004b3daedb379b [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+1.59.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 58152010e15fbd38e8b3895916b88fb18b0d317d81b42f241b3b1e70161ea5ac [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" "58152010e15fbd38e8b3895916b88fb18b0d317d81b42f241b3b1e70161ea5ac", 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] [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] [stderr] Compiling tuple v0.5.1 (/opt/rustwide/workdir) [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 3.55s [INFO] running `Command { std: "docker" "inspect" "58152010e15fbd38e8b3895916b88fb18b0d317d81b42f241b3b1e70161ea5ac", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "58152010e15fbd38e8b3895916b88fb18b0d317d81b42f241b3b1e70161ea5ac", kill_on_drop: false }` [INFO] [stdout] 58152010e15fbd38e8b3895916b88fb18b0d317d81b42f241b3b1e70161ea5ac [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+1.59.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] daa286cdd02eff7b26d3e9966393b33abe8cb333397d0c0d63c013db65eae15d [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" "daa286cdd02eff7b26d3e9966393b33abe8cb333397d0c0d63c013db65eae15d", 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] [stdout] [INFO] [stderr] warning: `tuple` (lib) generated 8 warnings (1 duplicate) [INFO] [stdout] running 0 tests [INFO] [stderr] warning: `tuple` (lib test) generated 8 warnings (8 duplicates) [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.02s [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/tuple-1f146843c1a43ead) [INFO] [stdout] [INFO] [stderr] Doc-tests tuple [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 18) ... ok [INFO] [stdout] test src/lib.rs - (line 8) ... ok [INFO] [stdout] test src/lib.rs - (line 39) ... ok [INFO] [stdout] test src/lib.rs - (line 51) ... ok [INFO] [stdout] test src/lib.rs - (line 81) ... ok [INFO] [stdout] test src/lib.rs - Splat (line 247) ... ok [INFO] [stdout] test src/lib.rs - (line 68) ... ok [INFO] [stdout] test src/lib.rs - (line 109) ... ok [INFO] [stdout] test src/lib.rs - (line 135) ... ok [INFO] [stdout] test src/lib.rs - tuple (line 441) ... ok [INFO] [stdout] test src/lib.rs - Call (line 261) ... ok [INFO] [stdout] test src/lib.rs - (line 98) ... ok [INFO] [stdout] test src/lib.rs - (line 122) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 13 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 2.54s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "daa286cdd02eff7b26d3e9966393b33abe8cb333397d0c0d63c013db65eae15d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "daa286cdd02eff7b26d3e9966393b33abe8cb333397d0c0d63c013db65eae15d", kill_on_drop: false }` [INFO] [stdout] daa286cdd02eff7b26d3e9966393b33abe8cb333397d0c0d63c013db65eae15d