[INFO] fetching crate derive-visitor 0.3.0... [INFO] checking derive-visitor-0.3.0 against try#8bd0b77645ef32a639317a02f595742585d7b842 for pr-116357-1 [INFO] extracting crate derive-visitor 0.3.0 into /workspace/builds/worker-0-tc2/source [INFO] validating manifest of crates.io crate derive-visitor 0.3.0 on toolchain 8bd0b77645ef32a639317a02f595742585d7b842 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+8bd0b77645ef32a639317a02f595742585d7b842" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate derive-visitor 0.3.0 [INFO] finished tweaking crates.io crate derive-visitor 0.3.0 [INFO] tweaked toml for crates.io crate derive-visitor 0.3.0 written to /workspace/builds/worker-0-tc2/source/Cargo.toml [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+8bd0b77645ef32a639317a02f595742585d7b842" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+8bd0b77645ef32a639317a02f595742585d7b842" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/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:4f8da3c744d2da974e54ce020a79f4ad54313e914ebeaab8fc086f07e8d8b066" "/opt/rustwide/cargo-home/bin/cargo" "+8bd0b77645ef32a639317a02f595742585d7b842" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 40be4aca45a1d700ffc509f07e8f7ef8b3aa42ec893a6372fa8dde26af1ade2d [INFO] running `Command { std: "docker" "start" "-a" "40be4aca45a1d700ffc509f07e8f7ef8b3aa42ec893a6372fa8dde26af1ade2d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "40be4aca45a1d700ffc509f07e8f7ef8b3aa42ec893a6372fa8dde26af1ade2d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "40be4aca45a1d700ffc509f07e8f7ef8b3aa42ec893a6372fa8dde26af1ade2d", kill_on_drop: false }` [INFO] [stdout] 40be4aca45a1d700ffc509f07e8f7ef8b3aa42ec893a6372fa8dde26af1ade2d [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/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" "RUSTDOCFLAGS=--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:4f8da3c744d2da974e54ce020a79f4ad54313e914ebeaab8fc086f07e8d8b066" "/opt/rustwide/cargo-home/bin/cargo" "+8bd0b77645ef32a639317a02f595742585d7b842" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] bd562d3716d299b45a542006def09997e0aa757b6dd6685553339599d708ca58 [INFO] running `Command { std: "docker" "start" "-a" "bd562d3716d299b45a542006def09997e0aa757b6dd6685553339599d708ca58", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.69 [INFO] [stderr] Compiling unicode-ident v1.0.12 [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Compiling either v1.9.0 [INFO] [stderr] Compiling convert_case v0.4.0 [INFO] [stderr] Compiling itertools v0.10.5 [INFO] [stderr] Compiling quote v1.0.33 [INFO] [stderr] Compiling derive-visitor-macros v0.3.0 [INFO] [stderr] Checking derive-visitor v0.3.0 (/opt/rustwide/workdir) [INFO] [stdout] error[E0119]: conflicting implementations of trait `Drive` for type `Box<_>` [INFO] [stdout] --> src/lib.rs:562:1 [INFO] [stdout] | [INFO] [stdout] 534 | impl Drive for T [INFO] [stdout] | ------------------- first implementation here [INFO] [stdout] ... [INFO] [stdout] 562 | impl Drive for Box where T: Drive { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `Box<_>` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0119]: conflicting implementations of trait `Drive` for type `Arc<_>` [INFO] [stdout] --> src/lib.rs:572:1 [INFO] [stdout] | [INFO] [stdout] 534 | impl Drive for T [INFO] [stdout] | ------------------- first implementation here [INFO] [stdout] ... [INFO] [stdout] 572 | impl Drive for Arc where T: Drive { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `Arc<_>` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0119]: conflicting implementations of trait `Drive` for type `Mutex<_>` [INFO] [stdout] --> src/lib.rs:578:1 [INFO] [stdout] | [INFO] [stdout] 534 | impl Drive for T [INFO] [stdout] | ------------------- first implementation here [INFO] [stdout] ... [INFO] [stdout] 578 | impl Drive for Mutex where T: Drive { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `Mutex<_>` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0119]: conflicting implementations of trait `Drive` for type `RwLock<_>` [INFO] [stdout] --> src/lib.rs:585:1 [INFO] [stdout] | [INFO] [stdout] 534 | impl Drive for T [INFO] [stdout] | ------------------- first implementation here [INFO] [stdout] ... [INFO] [stdout] 585 | impl Drive for RwLock where T: Drive { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `RwLock<_>` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0119]: conflicting implementations of trait `Drive` for type `Cell<_>` [INFO] [stdout] --> src/lib.rs:606:1 [INFO] [stdout] | [INFO] [stdout] 534 | impl Drive for T [INFO] [stdout] | ------------------- first implementation here [INFO] [stdout] ... [INFO] [stdout] 606 | impl Drive for Cell where T: Drive + Copy { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `Cell<_>` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0119]: conflicting implementations of trait `Drive` for type `()` [INFO] [stdout] --> src/lib.rs:616:1 [INFO] [stdout] | [INFO] [stdout] 534 | impl Drive for T [INFO] [stdout] | ------------------- first implementation here [INFO] [stdout] ... [INFO] [stdout] 616 | impl Drive for () { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ conflicting implementation for `()` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0119]: conflicting implementations of trait `Drive` for type `(_,)` [INFO] [stdout] --> src/lib.rs:627:13 [INFO] [stdout] | [INFO] [stdout] 534 | impl Drive for T [INFO] [stdout] | ------------------- first implementation here [INFO] [stdout] ... [INFO] [stdout] 627 | impl<$( $type ),+> Drive for ($($type,)+) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `(_,)` [INFO] [stdout] ... [INFO] [stdout] 656 | / tuple_impls! { [INFO] [stdout] 657 | | T0 => 0 [INFO] [stdout] 658 | | T0, T1 => 0, 1 [INFO] [stdout] 659 | | T0, T1, T2 => 0, 1, 2 [INFO] [stdout] ... | [INFO] [stdout] 664 | | T0, T1, T2, T3, T4, T5, T6, T7 => 0, 1, 2, 3, 4, 5, 6, 7 [INFO] [stdout] 665 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0119]: conflicting implementations of trait `Drive` for type `(_, _)` [INFO] [stdout] --> src/lib.rs:627:13 [INFO] [stdout] | [INFO] [stdout] 534 | impl Drive for T [INFO] [stdout] | ------------------- first implementation here [INFO] [stdout] ... [INFO] [stdout] 627 | impl<$( $type ),+> Drive for ($($type,)+) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `(_, _)` [INFO] [stdout] ... [INFO] [stdout] 656 | / tuple_impls! { [INFO] [stdout] 657 | | T0 => 0 [INFO] [stdout] 658 | | T0, T1 => 0, 1 [INFO] [stdout] 659 | | T0, T1, T2 => 0, 1, 2 [INFO] [stdout] ... | [INFO] [stdout] 664 | | T0, T1, T2, T3, T4, T5, T6, T7 => 0, 1, 2, 3, 4, 5, 6, 7 [INFO] [stdout] 665 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0119]: conflicting implementations of trait `Drive` for type `Box<_>` [INFO] [stdout] --> src/lib.rs:562:1 [INFO] [stdout] | [INFO] [stdout] 534 | impl Drive for T [INFO] [stdout] | ------------------- first implementation here [INFO] [stdout] ... [INFO] [stdout] 562 | impl Drive for Box where T: Drive { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `Box<_>` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0119]: conflicting implementations of trait `Drive` for type `Arc<_>` [INFO] [stdout] --> src/lib.rs:572:1 [INFO] [stdout] | [INFO] [stdout] 534 | impl Drive for T [INFO] [stdout] | ------------------- first implementation here [INFO] [stdout] ... [INFO] [stdout] 572 | impl Drive for Arc where T: Drive { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `Arc<_>` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0119]: conflicting implementations of trait `Drive` for type `Mutex<_>` [INFO] [stdout] --> src/lib.rs:578:1 [INFO] [stdout] | [INFO] [stdout] 534 | impl Drive for T [INFO] [stdout] | ------------------- first implementation here [INFO] [stdout] ... [INFO] [stdout] 578 | impl Drive for Mutex where T: Drive { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `Mutex<_>` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0119]: conflicting implementations of trait `Drive` for type `RwLock<_>` [INFO] [stdout] --> src/lib.rs:585:1 [INFO] [stdout] | [INFO] [stdout] 534 | impl Drive for T [INFO] [stdout] | ------------------- first implementation here [INFO] [stdout] ... [INFO] [stdout] 585 | impl Drive for RwLock where T: Drive { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `RwLock<_>` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0119]: conflicting implementations of trait `Drive` for type `(_, _, _)` [INFO] [stdout] --> src/lib.rs:627:13 [INFO] [stdout] | [INFO] [stdout] 534 | impl Drive for T [INFO] [stdout] | ------------------- first implementation here [INFO] [stdout] ... [INFO] [stdout] 627 | impl<$( $type ),+> Drive for ($($type,)+) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `(_, _, _)` [INFO] [stdout] ... [INFO] [stdout] 656 | / tuple_impls! { [INFO] [stdout] 657 | | T0 => 0 [INFO] [stdout] 658 | | T0, T1 => 0, 1 [INFO] [stdout] 659 | | T0, T1, T2 => 0, 1, 2 [INFO] [stdout] ... | [INFO] [stdout] 664 | | T0, T1, T2, T3, T4, T5, T6, T7 => 0, 1, 2, 3, 4, 5, 6, 7 [INFO] [stdout] 665 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0119]: conflicting implementations of trait `Drive` for type `(_, _, _, _)` [INFO] [stdout] --> src/lib.rs:627:13 [INFO] [stdout] | [INFO] [stdout] 534 | impl Drive for T [INFO] [stdout] | ------------------- first implementation here [INFO] [stdout] ... [INFO] [stdout] 627 | impl<$( $type ),+> Drive for ($($type,)+) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `(_, _, _, _)` [INFO] [stdout] ... [INFO] [stdout] 656 | / tuple_impls! { [INFO] [stdout] 657 | | T0 => 0 [INFO] [stdout] 658 | | T0, T1 => 0, 1 [INFO] [stdout] 659 | | T0, T1, T2 => 0, 1, 2 [INFO] [stdout] ... | [INFO] [stdout] 664 | | T0, T1, T2, T3, T4, T5, T6, T7 => 0, 1, 2, 3, 4, 5, 6, 7 [INFO] [stdout] 665 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0119]: conflicting implementations of trait `Drive` for type `Cell<_>` [INFO] [stdout] --> src/lib.rs:606:1 [INFO] [stdout] | [INFO] [stdout] 534 | impl Drive for T [INFO] [stdout] | ------------------- first implementation here [INFO] [stdout] ... [INFO] [stdout] 606 | impl Drive for Cell where T: Drive + Copy { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `Cell<_>` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0119]: conflicting implementations of trait `Drive` for type `()` [INFO] [stdout] --> src/lib.rs:616:1 [INFO] [stdout] | [INFO] [stdout] 534 | impl Drive for T [INFO] [stdout] | ------------------- first implementation here [INFO] [stdout] ... [INFO] [stdout] 616 | impl Drive for () { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ conflicting implementation for `()` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0119]: conflicting implementations of trait `Drive` for type `(_, _, _, _, _)` [INFO] [stdout] --> src/lib.rs:627:13 [INFO] [stdout] | [INFO] [stdout] 534 | impl Drive for T [INFO] [stdout] | ------------------- first implementation here [INFO] [stdout] ... [INFO] [stdout] 627 | impl<$( $type ),+> Drive for ($($type,)+) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `(_, _, _, _, _)` [INFO] [stdout] ... [INFO] [stdout] 656 | / tuple_impls! { [INFO] [stdout] 657 | | T0 => 0 [INFO] [stdout] 658 | | T0, T1 => 0, 1 [INFO] [stdout] 659 | | T0, T1, T2 => 0, 1, 2 [INFO] [stdout] ... | [INFO] [stdout] 664 | | T0, T1, T2, T3, T4, T5, T6, T7 => 0, 1, 2, 3, 4, 5, 6, 7 [INFO] [stdout] 665 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0119]: conflicting implementations of trait `Drive` for type `(_,)` [INFO] [stdout] --> src/lib.rs:627:13 [INFO] [stdout] | [INFO] [stdout] 534 | impl Drive for T [INFO] [stdout] | ------------------- first implementation here [INFO] [stdout] ... [INFO] [stdout] 627 | impl<$( $type ),+> Drive for ($($type,)+) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `(_,)` [INFO] [stdout] ... [INFO] [stdout] 656 | / tuple_impls! { [INFO] [stdout] 657 | | T0 => 0 [INFO] [stdout] 658 | | T0, T1 => 0, 1 [INFO] [stdout] 659 | | T0, T1, T2 => 0, 1, 2 [INFO] [stdout] ... | [INFO] [stdout] 664 | | T0, T1, T2, T3, T4, T5, T6, T7 => 0, 1, 2, 3, 4, 5, 6, 7 [INFO] [stdout] 665 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0119]: conflicting implementations of trait `Drive` for type `(_, _, _, _, _, _)` [INFO] [stdout] --> src/lib.rs:627:13 [INFO] [stdout] | [INFO] [stdout] 534 | impl Drive for T [INFO] [stdout] | ------------------- first implementation here [INFO] [stdout] ... [INFO] [stdout] 627 | impl<$( $type ),+> Drive for ($($type,)+) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `(_, _, _, _, _, _)` [INFO] [stdout] ... [INFO] [stdout] 656 | / tuple_impls! { [INFO] [stdout] 657 | | T0 => 0 [INFO] [stdout] 658 | | T0, T1 => 0, 1 [INFO] [stdout] 659 | | T0, T1, T2 => 0, 1, 2 [INFO] [stdout] ... | [INFO] [stdout] 664 | | T0, T1, T2, T3, T4, T5, T6, T7 => 0, 1, 2, 3, 4, 5, 6, 7 [INFO] [stdout] 665 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0119]: conflicting implementations of trait `Drive` for type `(_, _)` [INFO] [stdout] --> src/lib.rs:627:13 [INFO] [stdout] | [INFO] [stdout] 534 | impl Drive for T [INFO] [stdout] | ------------------- first implementation here [INFO] [stdout] ... [INFO] [stdout] 627 | impl<$( $type ),+> Drive for ($($type,)+) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `(_, _)` [INFO] [stdout] ... [INFO] [stdout] 656 | / tuple_impls! { [INFO] [stdout] 657 | | T0 => 0 [INFO] [stdout] 658 | | T0, T1 => 0, 1 [INFO] [stdout] 659 | | T0, T1, T2 => 0, 1, 2 [INFO] [stdout] ... | [INFO] [stdout] 664 | | T0, T1, T2, T3, T4, T5, T6, T7 => 0, 1, 2, 3, 4, 5, 6, 7 [INFO] [stdout] 665 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0119]: conflicting implementations of trait `Drive` for type `(_, _, _)` [INFO] [stdout] --> src/lib.rs:627:13 [INFO] [stdout] | [INFO] [stdout] 534 | impl Drive for T [INFO] [stdout] | ------------------- first implementation here [INFO] [stdout] ... [INFO] [stdout] 627 | impl<$( $type ),+> Drive for ($($type,)+) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `(_, _, _)` [INFO] [stdout] ... [INFO] [stdout] 656 | / tuple_impls! { [INFO] [stdout] 657 | | T0 => 0 [INFO] [stdout] 658 | | T0, T1 => 0, 1 [INFO] [stdout] 659 | | T0, T1, T2 => 0, 1, 2 [INFO] [stdout] ... | [INFO] [stdout] 664 | | T0, T1, T2, T3, T4, T5, T6, T7 => 0, 1, 2, 3, 4, 5, 6, 7 [INFO] [stdout] 665 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0119]: conflicting implementations of trait `Drive` for type `(_, _, _, _)` [INFO] [stdout] --> src/lib.rs:627:13 [INFO] [stdout] | [INFO] [stdout] 534 | impl Drive for T [INFO] [stdout] | ------------------- first implementation here [INFO] [stdout] ... [INFO] [stdout] 627 | impl<$( $type ),+> Drive for ($($type,)+) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `(_, _, _, _)` [INFO] [stdout] ... [INFO] [stdout] 656 | / tuple_impls! { [INFO] [stdout] 657 | | T0 => 0 [INFO] [stdout] 658 | | T0, T1 => 0, 1 [INFO] [stdout] 659 | | T0, T1, T2 => 0, 1, 2 [INFO] [stdout] ... | [INFO] [stdout] 664 | | T0, T1, T2, T3, T4, T5, T6, T7 => 0, 1, 2, 3, 4, 5, 6, 7 [INFO] [stdout] 665 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0119]: conflicting implementations of trait `Drive` for type `(_, _, _, _, _, _, _)` [INFO] [stdout] --> src/lib.rs:627:13 [INFO] [stdout] | [INFO] [stdout] 534 | impl Drive for T [INFO] [stdout] | ------------------- first implementation here [INFO] [stdout] ... [INFO] [stdout] 627 | impl<$( $type ),+> Drive for ($($type,)+) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `(_, _, _, _, _, _, _)` [INFO] [stdout] ... [INFO] [stdout] 656 | / tuple_impls! { [INFO] [stdout] 657 | | T0 => 0 [INFO] [stdout] 658 | | T0, T1 => 0, 1 [INFO] [stdout] 659 | | T0, T1, T2 => 0, 1, 2 [INFO] [stdout] ... | [INFO] [stdout] 664 | | T0, T1, T2, T3, T4, T5, T6, T7 => 0, 1, 2, 3, 4, 5, 6, 7 [INFO] [stdout] 665 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0119]: conflicting implementations of trait `Drive` for type `(_, _, _, _, _, _, _, _)` [INFO] [stdout] --> src/lib.rs:627:13 [INFO] [stdout] | [INFO] [stdout] 534 | impl Drive for T [INFO] [stdout] | ------------------- first implementation here [INFO] [stdout] ... [INFO] [stdout] 627 | impl<$( $type ),+> Drive for ($($type,)+) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `(_, _, _, _, _, _, _, _)` [INFO] [stdout] ... [INFO] [stdout] 656 | / tuple_impls! { [INFO] [stdout] 657 | | T0 => 0 [INFO] [stdout] 658 | | T0, T1 => 0, 1 [INFO] [stdout] 659 | | T0, T1, T2 => 0, 1, 2 [INFO] [stdout] ... | [INFO] [stdout] 664 | | T0, T1, T2, T3, T4, T5, T6, T7 => 0, 1, 2, 3, 4, 5, 6, 7 [INFO] [stdout] 665 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0119]: conflicting implementations of trait `Drive` for type `(_, _, _, _, _)` [INFO] [stdout] --> src/lib.rs:627:13 [INFO] [stdout] | [INFO] [stdout] 534 | impl Drive for T [INFO] [stdout] | ------------------- first implementation here [INFO] [stdout] ... [INFO] [stdout] 627 | impl<$( $type ),+> Drive for ($($type,)+) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `(_, _, _, _, _)` [INFO] [stdout] ... [INFO] [stdout] 656 | / tuple_impls! { [INFO] [stdout] 657 | | T0 => 0 [INFO] [stdout] 658 | | T0, T1 => 0, 1 [INFO] [stdout] 659 | | T0, T1, T2 => 0, 1, 2 [INFO] [stdout] ... | [INFO] [stdout] 664 | | T0, T1, T2, T3, T4, T5, T6, T7 => 0, 1, 2, 3, 4, 5, 6, 7 [INFO] [stdout] 665 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0119]: conflicting implementations of trait `DriveMut` for type `Box<_>` [INFO] [stdout] --> src/lib.rs:568:1 [INFO] [stdout] | [INFO] [stdout] 549 | impl DriveMut for T [INFO] [stdout] | ---------------------- first implementation here [INFO] [stdout] ... [INFO] [stdout] 568 | impl DriveMut for Box where T: DriveMut { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `Box<_>` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0119]: conflicting implementations of trait `Drive` for type `(_, _, _, _, _, _)` [INFO] [stdout] --> src/lib.rs:627:13 [INFO] [stdout] | [INFO] [stdout] 534 | impl Drive for T [INFO] [stdout] | ------------------- first implementation here [INFO] [stdout] ... [INFO] [stdout] 627 | impl<$( $type ),+> Drive for ($($type,)+) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `(_, _, _, _, _, _)` [INFO] [stdout] ... [INFO] [stdout] 656 | / tuple_impls! { [INFO] [stdout] 657 | | T0 => 0 [INFO] [stdout] 658 | | T0, T1 => 0, 1 [INFO] [stdout] 659 | | T0, T1, T2 => 0, 1, 2 [INFO] [stdout] ... | [INFO] [stdout] 664 | | T0, T1, T2, T3, T4, T5, T6, T7 => 0, 1, 2, 3, 4, 5, 6, 7 [INFO] [stdout] 665 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0119]: conflicting implementations of trait `DriveMut` for type `Arc>` [INFO] [stdout] --> src/lib.rs:592:1 [INFO] [stdout] | [INFO] [stdout] 549 | impl DriveMut for T [INFO] [stdout] | ---------------------- first implementation here [INFO] [stdout] ... [INFO] [stdout] 592 | impl DriveMut for Arc> where T: DriveMut { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `Arc>` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0119]: conflicting implementations of trait `Drive` for type `(_, _, _, _, _, _, _)` [INFO] [stdout] --> src/lib.rs:627:13 [INFO] [stdout] | [INFO] [stdout] 534 | impl Drive for T [INFO] [stdout] | ------------------- first implementation here [INFO] [stdout] ... [INFO] [stdout] 627 | impl<$( $type ),+> Drive for ($($type,)+) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `(_, _, _, _, _, _, _)` [INFO] [stdout] ... [INFO] [stdout] 656 | / tuple_impls! { [INFO] [stdout] 657 | | T0 => 0 [INFO] [stdout] 658 | | T0, T1 => 0, 1 [INFO] [stdout] 659 | | T0, T1, T2 => 0, 1, 2 [INFO] [stdout] ... | [INFO] [stdout] 664 | | T0, T1, T2, T3, T4, T5, T6, T7 => 0, 1, 2, 3, 4, 5, 6, 7 [INFO] [stdout] 665 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0119]: conflicting implementations of trait `DriveMut` for type `Arc>` [INFO] [stdout] --> src/lib.rs:599:1 [INFO] [stdout] | [INFO] [stdout] 549 | impl DriveMut for T [INFO] [stdout] | ---------------------- first implementation here [INFO] [stdout] ... [INFO] [stdout] 599 | impl DriveMut for Arc> where T: DriveMut { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `Arc>` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0119]: conflicting implementations of trait `DriveMut` for type `Cell<_>` [INFO] [stdout] --> src/lib.rs:612:1 [INFO] [stdout] | [INFO] [stdout] 549 | impl DriveMut for T [INFO] [stdout] | ---------------------- first implementation here [INFO] [stdout] ... [INFO] [stdout] 612 | impl DriveMut for Cell where T: DriveMut { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `Cell<_>` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0119]: conflicting implementations of trait `Drive` for type `(_, _, _, _, _, _, _, _)` [INFO] [stdout] --> src/lib.rs:627:13 [INFO] [stdout] | [INFO] [stdout] 534 | impl Drive for T [INFO] [stdout] | ------------------- first implementation here [INFO] [stdout] ... [INFO] [stdout] 627 | impl<$( $type ),+> Drive for ($($type,)+) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `(_, _, _, _, _, _, _, _)` [INFO] [stdout] ... [INFO] [stdout] 656 | / tuple_impls! { [INFO] [stdout] 657 | | T0 => 0 [INFO] [stdout] 658 | | T0, T1 => 0, 1 [INFO] [stdout] 659 | | T0, T1, T2 => 0, 1, 2 [INFO] [stdout] ... | [INFO] [stdout] 664 | | T0, T1, T2, T3, T4, T5, T6, T7 => 0, 1, 2, 3, 4, 5, 6, 7 [INFO] [stdout] 665 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0119]: conflicting implementations of trait `DriveMut` for type `()` [INFO] [stdout] --> src/lib.rs:620:1 [INFO] [stdout] | [INFO] [stdout] 549 | impl DriveMut for T [INFO] [stdout] | ---------------------- first implementation here [INFO] [stdout] ... [INFO] [stdout] 620 | impl DriveMut for () { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `()` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0119]: conflicting implementations of trait `DriveMut` for type `(_,)` [INFO] [stdout] --> src/lib.rs:640:13 [INFO] [stdout] | [INFO] [stdout] 549 | impl DriveMut for T [INFO] [stdout] | ---------------------- first implementation here [INFO] [stdout] ... [INFO] [stdout] 640 | impl<$( $type ),+> DriveMut for ($($type,)+) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `(_,)` [INFO] [stdout] ... [INFO] [stdout] 656 | / tuple_impls! { [INFO] [stdout] 657 | | T0 => 0 [INFO] [stdout] 658 | | T0, T1 => 0, 1 [INFO] [stdout] 659 | | T0, T1, T2 => 0, 1, 2 [INFO] [stdout] ... | [INFO] [stdout] 664 | | T0, T1, T2, T3, T4, T5, T6, T7 => 0, 1, 2, 3, 4, 5, 6, 7 [INFO] [stdout] 665 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0119]: conflicting implementations of trait `DriveMut` for type `Box<_>` [INFO] [stdout] --> src/lib.rs:568:1 [INFO] [stdout] | [INFO] [stdout] 549 | impl DriveMut for T [INFO] [stdout] | ---------------------- first implementation here [INFO] [stdout] ... [INFO] [stdout] 568 | impl DriveMut for Box where T: DriveMut { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `Box<_>` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0119]: conflicting implementations of trait `DriveMut` for type `Arc>` [INFO] [stdout] --> src/lib.rs:592:1 [INFO] [stdout] | [INFO] [stdout] 549 | impl DriveMut for T [INFO] [stdout] | ---------------------- first implementation here [INFO] [stdout] ... [INFO] [stdout] 592 | impl DriveMut for Arc> where T: DriveMut { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `Arc>` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0119]: conflicting implementations of trait `DriveMut` for type `(_, _)` [INFO] [stdout] --> src/lib.rs:640:13 [INFO] [stdout] | [INFO] [stdout] 549 | impl DriveMut for T [INFO] [stdout] | ---------------------- first implementation here [INFO] [stdout] ... [INFO] [stdout] 640 | impl<$( $type ),+> DriveMut for ($($type,)+) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `(_, _)` [INFO] [stdout] ... [INFO] [stdout] 656 | / tuple_impls! { [INFO] [stdout] 657 | | T0 => 0 [INFO] [stdout] 658 | | T0, T1 => 0, 1 [INFO] [stdout] 659 | | T0, T1, T2 => 0, 1, 2 [INFO] [stdout] ... | [INFO] [stdout] 664 | | T0, T1, T2, T3, T4, T5, T6, T7 => 0, 1, 2, 3, 4, 5, 6, 7 [INFO] [stdout] 665 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0119]: conflicting implementations of trait `DriveMut` for type `(_, _, _)` [INFO] [stdout] --> src/lib.rs:640:13 [INFO] [stdout] | [INFO] [stdout] 549 | impl DriveMut for T [INFO] [stdout] | ---------------------- first implementation here [INFO] [stdout] ... [INFO] [stdout] 640 | impl<$( $type ),+> DriveMut for ($($type,)+) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `(_, _, _)` [INFO] [stdout] ... [INFO] [stdout] 656 | / tuple_impls! { [INFO] [stdout] 657 | | T0 => 0 [INFO] [stdout] 658 | | T0, T1 => 0, 1 [INFO] [stdout] 659 | | T0, T1, T2 => 0, 1, 2 [INFO] [stdout] ... | [INFO] [stdout] 664 | | T0, T1, T2, T3, T4, T5, T6, T7 => 0, 1, 2, 3, 4, 5, 6, 7 [INFO] [stdout] 665 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0119]: conflicting implementations of trait `DriveMut` for type `Arc>` [INFO] [stdout] --> src/lib.rs:599:1 [INFO] [stdout] | [INFO] [stdout] 549 | impl DriveMut for T [INFO] [stdout] | ---------------------- first implementation here [INFO] [stdout] ... [INFO] [stdout] 599 | impl DriveMut for Arc> where T: DriveMut { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `Arc>` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0119]: conflicting implementations of trait `DriveMut` for type `(_, _, _, _)` [INFO] [stdout] --> src/lib.rs:640:13 [INFO] [stdout] | [INFO] [stdout] 549 | impl DriveMut for T [INFO] [stdout] | ---------------------- first implementation here [INFO] [stdout] ... [INFO] [stdout] 640 | impl<$( $type ),+> DriveMut for ($($type,)+) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `(_, _, _, _)` [INFO] [stdout] ... [INFO] [stdout] 656 | / tuple_impls! { [INFO] [stdout] 657 | | T0 => 0 [INFO] [stdout] 658 | | T0, T1 => 0, 1 [INFO] [stdout] 659 | | T0, T1, T2 => 0, 1, 2 [INFO] [stdout] ... | [INFO] [stdout] 664 | | T0, T1, T2, T3, T4, T5, T6, T7 => 0, 1, 2, 3, 4, 5, 6, 7 [INFO] [stdout] 665 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0119]: conflicting implementations of trait `DriveMut` for type `Cell<_>` [INFO] [stdout] --> src/lib.rs:612:1 [INFO] [stdout] | [INFO] [stdout] 549 | impl DriveMut for T [INFO] [stdout] | ---------------------- first implementation here [INFO] [stdout] ... [INFO] [stdout] 612 | impl DriveMut for Cell where T: DriveMut { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `Cell<_>` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0119]: conflicting implementations of trait `DriveMut` for type `()` [INFO] [stdout] --> src/lib.rs:620:1 [INFO] [stdout] | [INFO] [stdout] 549 | impl DriveMut for T [INFO] [stdout] | ---------------------- first implementation here [INFO] [stdout] ... [INFO] [stdout] 620 | impl DriveMut for () { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `()` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0119]: conflicting implementations of trait `DriveMut` for type `(_,)` [INFO] [stdout] --> src/lib.rs:640:13 [INFO] [stdout] | [INFO] [stdout] 549 | impl DriveMut for T [INFO] [stdout] | ---------------------- first implementation here [INFO] [stdout] ... [INFO] [stdout] 640 | impl<$( $type ),+> DriveMut for ($($type,)+) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `(_,)` [INFO] [stdout] ... [INFO] [stdout] 656 | / tuple_impls! { [INFO] [stdout] 657 | | T0 => 0 [INFO] [stdout] 658 | | T0, T1 => 0, 1 [INFO] [stdout] 659 | | T0, T1, T2 => 0, 1, 2 [INFO] [stdout] ... | [INFO] [stdout] 664 | | T0, T1, T2, T3, T4, T5, T6, T7 => 0, 1, 2, 3, 4, 5, 6, 7 [INFO] [stdout] 665 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0119]: conflicting implementations of trait `DriveMut` for type `(_, _, _, _, _)` [INFO] [stdout] --> src/lib.rs:640:13 [INFO] [stdout] | [INFO] [stdout] 549 | impl DriveMut for T [INFO] [stdout] | ---------------------- first implementation here [INFO] [stdout] ... [INFO] [stdout] 640 | impl<$( $type ),+> DriveMut for ($($type,)+) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `(_, _, _, _, _)` [INFO] [stdout] ... [INFO] [stdout] 656 | / tuple_impls! { [INFO] [stdout] 657 | | T0 => 0 [INFO] [stdout] 658 | | T0, T1 => 0, 1 [INFO] [stdout] 659 | | T0, T1, T2 => 0, 1, 2 [INFO] [stdout] ... | [INFO] [stdout] 664 | | T0, T1, T2, T3, T4, T5, T6, T7 => 0, 1, 2, 3, 4, 5, 6, 7 [INFO] [stdout] 665 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0119]: conflicting implementations of trait `DriveMut` for type `(_, _)` [INFO] [stdout] --> src/lib.rs:640:13 [INFO] [stdout] | [INFO] [stdout] 549 | impl DriveMut for T [INFO] [stdout] | ---------------------- first implementation here [INFO] [stdout] ... [INFO] [stdout] 640 | impl<$( $type ),+> DriveMut for ($($type,)+) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `(_, _)` [INFO] [stdout] ... [INFO] [stdout] 656 | / tuple_impls! { [INFO] [stdout] 657 | | T0 => 0 [INFO] [stdout] 658 | | T0, T1 => 0, 1 [INFO] [stdout] 659 | | T0, T1, T2 => 0, 1, 2 [INFO] [stdout] ... | [INFO] [stdout] 664 | | T0, T1, T2, T3, T4, T5, T6, T7 => 0, 1, 2, 3, 4, 5, 6, 7 [INFO] [stdout] 665 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0119]: conflicting implementations of trait `DriveMut` for type `(_, _, _, _, _, _)` [INFO] [stdout] --> src/lib.rs:640:13 [INFO] [stdout] | [INFO] [stdout] 549 | impl DriveMut for T [INFO] [stdout] | ---------------------- first implementation here [INFO] [stdout] ... [INFO] [stdout] 640 | impl<$( $type ),+> DriveMut for ($($type,)+) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `(_, _, _, _, _, _)` [INFO] [stdout] ... [INFO] [stdout] 656 | / tuple_impls! { [INFO] [stdout] 657 | | T0 => 0 [INFO] [stdout] 658 | | T0, T1 => 0, 1 [INFO] [stdout] 659 | | T0, T1, T2 => 0, 1, 2 [INFO] [stdout] ... | [INFO] [stdout] 664 | | T0, T1, T2, T3, T4, T5, T6, T7 => 0, 1, 2, 3, 4, 5, 6, 7 [INFO] [stdout] 665 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0119]: conflicting implementations of trait `DriveMut` for type `(_, _, _)` [INFO] [stdout] --> src/lib.rs:640:13 [INFO] [stdout] | [INFO] [stdout] 549 | impl DriveMut for T [INFO] [stdout] | ---------------------- first implementation here [INFO] [stdout] ... [INFO] [stdout] 640 | impl<$( $type ),+> DriveMut for ($($type,)+) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `(_, _, _)` [INFO] [stdout] ... [INFO] [stdout] 656 | / tuple_impls! { [INFO] [stdout] 657 | | T0 => 0 [INFO] [stdout] 658 | | T0, T1 => 0, 1 [INFO] [stdout] 659 | | T0, T1, T2 => 0, 1, 2 [INFO] [stdout] ... | [INFO] [stdout] 664 | | T0, T1, T2, T3, T4, T5, T6, T7 => 0, 1, 2, 3, 4, 5, 6, 7 [INFO] [stdout] 665 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0119]: conflicting implementations of trait `DriveMut` for type `(_, _, _, _, _, _, _)` [INFO] [stdout] --> src/lib.rs:640:13 [INFO] [stdout] | [INFO] [stdout] 549 | impl DriveMut for T [INFO] [stdout] | ---------------------- first implementation here [INFO] [stdout] ... [INFO] [stdout] 640 | impl<$( $type ),+> DriveMut for ($($type,)+) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `(_, _, _, _, _, _, _)` [INFO] [stdout] ... [INFO] [stdout] 656 | / tuple_impls! { [INFO] [stdout] 657 | | T0 => 0 [INFO] [stdout] 658 | | T0, T1 => 0, 1 [INFO] [stdout] 659 | | T0, T1, T2 => 0, 1, 2 [INFO] [stdout] ... | [INFO] [stdout] 664 | | T0, T1, T2, T3, T4, T5, T6, T7 => 0, 1, 2, 3, 4, 5, 6, 7 [INFO] [stdout] 665 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0119]: conflicting implementations of trait `DriveMut` for type `(_, _, _, _)` [INFO] [stdout] --> src/lib.rs:640:13 [INFO] [stdout] | [INFO] [stdout] 549 | impl DriveMut for T [INFO] [stdout] | ---------------------- first implementation here [INFO] [stdout] ... [INFO] [stdout] 640 | impl<$( $type ),+> DriveMut for ($($type,)+) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `(_, _, _, _)` [INFO] [stdout] ... [INFO] [stdout] 656 | / tuple_impls! { [INFO] [stdout] 657 | | T0 => 0 [INFO] [stdout] 658 | | T0, T1 => 0, 1 [INFO] [stdout] 659 | | T0, T1, T2 => 0, 1, 2 [INFO] [stdout] ... | [INFO] [stdout] 664 | | T0, T1, T2, T3, T4, T5, T6, T7 => 0, 1, 2, 3, 4, 5, 6, 7 [INFO] [stdout] 665 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0119]: conflicting implementations of trait `DriveMut` for type `(_, _, _, _, _, _, _, _)` [INFO] [stdout] --> src/lib.rs:640:13 [INFO] [stdout] | [INFO] [stdout] 549 | impl DriveMut for T [INFO] [stdout] | ---------------------- first implementation here [INFO] [stdout] ... [INFO] [stdout] 640 | impl<$( $type ),+> DriveMut for ($($type,)+) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `(_, _, _, _, _, _, _, _)` [INFO] [stdout] ... [INFO] [stdout] 656 | / tuple_impls! { [INFO] [stdout] 657 | | T0 => 0 [INFO] [stdout] 658 | | T0, T1 => 0, 1 [INFO] [stdout] 659 | | T0, T1, T2 => 0, 1, 2 [INFO] [stdout] ... | [INFO] [stdout] 664 | | T0, T1, T2, T3, T4, T5, T6, T7 => 0, 1, 2, 3, 4, 5, 6, 7 [INFO] [stdout] 665 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 27 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0119`. [INFO] [stdout] [INFO] [stdout] error[E0119]: conflicting implementations of trait `DriveMut` for type `(_, _, _, _, _)` [INFO] [stdout] --> src/lib.rs:640:13 [INFO] [stdout] | [INFO] [stdout] 549 | impl DriveMut for T [INFO] [stdout] | ---------------------- first implementation here [INFO] [stdout] ... [INFO] [stdout] 640 | impl<$( $type ),+> DriveMut for ($($type,)+) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `(_, _, _, _, _)` [INFO] [stdout] ... [INFO] [stdout] 656 | / tuple_impls! { [INFO] [stdout] 657 | | T0 => 0 [INFO] [stdout] 658 | | T0, T1 => 0, 1 [INFO] [stdout] 659 | | T0, T1, T2 => 0, 1, 2 [INFO] [stdout] ... | [INFO] [stdout] 664 | | T0, T1, T2, T3, T4, T5, T6, T7 => 0, 1, 2, 3, 4, 5, 6, 7 [INFO] [stdout] 665 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `derive-visitor` (lib test) due to 28 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error[E0119]: conflicting implementations of trait `DriveMut` for type `(_, _, _, _, _, _)` [INFO] [stdout] --> src/lib.rs:640:13 [INFO] [stdout] | [INFO] [stdout] 549 | impl DriveMut for T [INFO] [stdout] | ---------------------- first implementation here [INFO] [stdout] ... [INFO] [stdout] 640 | impl<$( $type ),+> DriveMut for ($($type,)+) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `(_, _, _, _, _, _)` [INFO] [stdout] ... [INFO] [stdout] 656 | / tuple_impls! { [INFO] [stdout] 657 | | T0 => 0 [INFO] [stdout] 658 | | T0, T1 => 0, 1 [INFO] [stdout] 659 | | T0, T1, T2 => 0, 1, 2 [INFO] [stdout] ... | [INFO] [stdout] 664 | | T0, T1, T2, T3, T4, T5, T6, T7 => 0, 1, 2, 3, 4, 5, 6, 7 [INFO] [stdout] 665 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0119]: conflicting implementations of trait `DriveMut` for type `(_, _, _, _, _, _, _)` [INFO] [stdout] --> src/lib.rs:640:13 [INFO] [stdout] | [INFO] [stdout] 549 | impl DriveMut for T [INFO] [stdout] | ---------------------- first implementation here [INFO] [stdout] ... [INFO] [stdout] 640 | impl<$( $type ),+> DriveMut for ($($type,)+) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `(_, _, _, _, _, _, _)` [INFO] [stdout] ... [INFO] [stdout] 656 | / tuple_impls! { [INFO] [stdout] 657 | | T0 => 0 [INFO] [stdout] 658 | | T0, T1 => 0, 1 [INFO] [stdout] 659 | | T0, T1, T2 => 0, 1, 2 [INFO] [stdout] ... | [INFO] [stdout] 664 | | T0, T1, T2, T3, T4, T5, T6, T7 => 0, 1, 2, 3, 4, 5, 6, 7 [INFO] [stdout] 665 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0119]: conflicting implementations of trait `DriveMut` for type `(_, _, _, _, _, _, _, _)` [INFO] [stdout] --> src/lib.rs:640:13 [INFO] [stdout] | [INFO] [stdout] 549 | impl DriveMut for T [INFO] [stdout] | ---------------------- first implementation here [INFO] [stdout] ... [INFO] [stdout] 640 | impl<$( $type ),+> DriveMut for ($($type,)+) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `(_, _, _, _, _, _, _, _)` [INFO] [stdout] ... [INFO] [stdout] 656 | / tuple_impls! { [INFO] [stdout] 657 | | T0 => 0 [INFO] [stdout] 658 | | T0, T1 => 0, 1 [INFO] [stdout] 659 | | T0, T1, T2 => 0, 1, 2 [INFO] [stdout] ... | [INFO] [stdout] 664 | | T0, T1, T2, T3, T4, T5, T6, T7 => 0, 1, 2, 3, 4, 5, 6, 7 [INFO] [stdout] 665 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 27 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0119`. [INFO] [stdout] [INFO] [stderr] error: could not compile `derive-visitor` (lib) due to 28 previous errors [INFO] running `Command { std: "docker" "inspect" "bd562d3716d299b45a542006def09997e0aa757b6dd6685553339599d708ca58", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "bd562d3716d299b45a542006def09997e0aa757b6dd6685553339599d708ca58", kill_on_drop: false }` [INFO] [stdout] bd562d3716d299b45a542006def09997e0aa757b6dd6685553339599d708ca58