[INFO] fetching crate tuple 0.5.1... [INFO] testing tuple-0.5.1 against 1.60.0 for beta-1.61-1 [INFO] extracting crate tuple 0.5.1 into /workspace/builds/worker-3/source [INFO] validating manifest of crates.io crate tuple 0.5.1 on toolchain 1.60.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate 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-3/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 33dee2625b8377e47fa054960691d934c00195173791f17f8294dd29ae84cc97 [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" "33dee2625b8377e47fa054960691d934c00195173791f17f8294dd29ae84cc97", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "33dee2625b8377e47fa054960691d934c00195173791f17f8294dd29ae84cc97", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "33dee2625b8377e47fa054960691d934c00195173791f17f8294dd29ae84cc97", kill_on_drop: false }` [INFO] [stdout] 33dee2625b8377e47fa054960691d934c00195173791f17f8294dd29ae84cc97 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 80b4799509b3e578ec65648ee30e2ec521370019dea470d4310ec6cb205f5bdd [INFO] running `Command { std: "docker" "start" "-a" "80b4799509b3e578ec65648ee30e2ec521370019dea470d4310ec6cb205f5bdd", kill_on_drop: false }` [INFO] [stderr] Compiling autocfg v1.1.0 [INFO] [stderr] Compiling serde v1.0.136 [INFO] [stderr] Compiling num-traits v0.2.14 [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 14.41s [INFO] running `Command { std: "docker" "inspect" "80b4799509b3e578ec65648ee30e2ec521370019dea470d4310ec6cb205f5bdd", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "80b4799509b3e578ec65648ee30e2ec521370019dea470d4310ec6cb205f5bdd", kill_on_drop: false }` [INFO] [stdout] 80b4799509b3e578ec65648ee30e2ec521370019dea470d4310ec6cb205f5bdd [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] ab65223b6d39c2fc046b3b8227da45db924a5ba3ede0eb811e1dcc7e430e6d91 [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" "ab65223b6d39c2fc046b3b8227da45db924a5ba3ede0eb811e1dcc7e430e6d91", 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.89s [INFO] running `Command { std: "docker" "inspect" "ab65223b6d39c2fc046b3b8227da45db924a5ba3ede0eb811e1dcc7e430e6d91", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ab65223b6d39c2fc046b3b8227da45db924a5ba3ede0eb811e1dcc7e430e6d91", kill_on_drop: false }` [INFO] [stdout] ab65223b6d39c2fc046b3b8227da45db924a5ba3ede0eb811e1dcc7e430e6d91 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] ed55bd2bb6457aabab318661e2705b69635d6d4a78dd129a764c41337570ea6b [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" "ed55bd2bb6457aabab318661e2705b69635d6d4a78dd129a764c41337570ea6b", 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.05s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/tuple-5f264a4769e615a7) [INFO] [stdout] [INFO] [stdout] running 0 tests [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] 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 - Splat (line 247) ... ok [INFO] [stdout] test src/lib.rs - (line 19) ... ok [INFO] [stdout] test src/lib.rs - Call (line 261) ... ok [INFO] [stdout] test src/lib.rs - (line 110) ... ok [INFO] [stdout] test src/lib.rs - (line 40) ... ok [INFO] [stdout] test src/lib.rs - tuple (line 442) ... ok [INFO] [stdout] test src/lib.rs - (line 123) ... ok [INFO] [stdout] test src/lib.rs - (line 99) ... ok [INFO] [stdout] test src/lib.rs - (line 136) ... ok [INFO] [stdout] test src/lib.rs - (line 9) ... ok [INFO] [stdout] test src/lib.rs - (line 82) ... ok [INFO] [stdout] test src/lib.rs - (line 69) ... ok [INFO] [stdout] test src/lib.rs - (line 52) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 13 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 2.68s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "ed55bd2bb6457aabab318661e2705b69635d6d4a78dd129a764c41337570ea6b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ed55bd2bb6457aabab318661e2705b69635d6d4a78dd129a764c41337570ea6b", kill_on_drop: false }` [INFO] [stdout] ed55bd2bb6457aabab318661e2705b69635d6d4a78dd129a764c41337570ea6b