[INFO] fetching crate conv 0.3.3... [INFO] checking conv-0.3.3 against try#b09a3e9a7a0ff7efb269ec0c13dcc0fd3cedcf6b for pr-82781 [INFO] extracting crate conv 0.3.3 into /workspace/builds/worker-9/source [INFO] validating manifest of crates.io crate conv 0.3.3 on toolchain b09a3e9a7a0ff7efb269ec0c13dcc0fd3cedcf6b [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+b09a3e9a7a0ff7efb269ec0c13dcc0fd3cedcf6b" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate conv 0.3.3 [INFO] finished tweaking crates.io crate conv 0.3.3 [INFO] tweaked toml for crates.io crate conv 0.3.3 written to /workspace/builds/worker-9/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+b09a3e9a7a0ff7efb269ec0c13dcc0fd3cedcf6b" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+b09a3e9a7a0ff7efb269ec0c13dcc0fd3cedcf6b" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded quickcheck v0.2.24 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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" "rustops/crates-build-env@sha256:f2f6bcd4b43ebee4e173f653a26493129bdb64017c85f916b780ca7fbdbaa79d" "/opt/rustwide/cargo-home/bin/cargo" "+b09a3e9a7a0ff7efb269ec0c13dcc0fd3cedcf6b" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 1aa7b70f3b6638c272dd40a39a5c284158a63ca1e3b672f21a80899b69761ee7 [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" "1aa7b70f3b6638c272dd40a39a5c284158a63ca1e3b672f21a80899b69761ee7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "1aa7b70f3b6638c272dd40a39a5c284158a63ca1e3b672f21a80899b69761ee7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1aa7b70f3b6638c272dd40a39a5c284158a63ca1e3b672f21a80899b69761ee7", kill_on_drop: false }` [INFO] [stdout] 1aa7b70f3b6638c272dd40a39a5c284158a63ca1e3b672f21a80899b69761ee7 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:f2f6bcd4b43ebee4e173f653a26493129bdb64017c85f916b780ca7fbdbaa79d" "/opt/rustwide/cargo-home/bin/cargo" "+b09a3e9a7a0ff7efb269ec0c13dcc0fd3cedcf6b" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 33969f1d88ad99b2038b1428d9c9a069b45398276804e5544eedcd6265c60ffb [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" "33969f1d88ad99b2038b1428d9c9a069b45398276804e5544eedcd6265c60ffb", kill_on_drop: false }` [INFO] [stderr] Checking cfg-if v1.0.0 [INFO] [stderr] Checking conv v0.3.3 (/opt/rustwide/workdir) [INFO] [stderr] Checking log v0.4.14 [INFO] [stderr] Checking log v0.3.9 [INFO] [stderr] Checking quickcheck v0.2.24 [INFO] [stdout] warning: unused `#[macro_use]` import [INFO] [stdout] --> tests/derive_try_from.rs:1:1 [INFO] [stdout] | [INFO] [stdout] 1 | #[macro_use] extern crate conv; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused macro definition [INFO] [stdout] --> tests/util/mod.rs:1:1 [INFO] [stdout] | [INFO] [stdout] 1 | / macro_rules! SL { [INFO] [stdout] 2 | | ($($tts:tt)*) => { stringify!($($tts)*) }; [INFO] [stdout] 3 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_macros)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused macro definition [INFO] [stdout] --> tests/util/mod.rs:5:1 [INFO] [stdout] | [INFO] [stdout] 5 | / macro_rules! as_expr { [INFO] [stdout] 6 | | ($e:expr) => {$e}; [INFO] [stdout] 7 | | } [INFO] [stdout] | |_^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused macro definition [INFO] [stdout] --> tests/util/mod.rs:9:1 [INFO] [stdout] | [INFO] [stdout] 9 | / macro_rules! check { [INFO] [stdout] 10 | | (@ $from:ty, $to:ty=> $(;)*) => {}; [INFO] [stdout] 11 | | [INFO] [stdout] 12 | | (@ $from:ty, $to:ty=> cident; $($tail:tt)*) => { [INFO] [stdout] ... | [INFO] [stdout] 488 | | }; [INFO] [stdout] 489 | | } [INFO] [stdout] | |_^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused macro definition [INFO] [stdout] --> tests/util/mod.rs:491:1 [INFO] [stdout] | [INFO] [stdout] 491 | / macro_rules! for_bitness { [INFO] [stdout] 492 | | (32 {$($bits32:tt)*} 64 {$($bits64:tt)*}) => { [INFO] [stdout] 493 | | as_expr!( [INFO] [stdout] 494 | | { [INFO] [stdout] ... | [INFO] [stdout] 508 | | }; [INFO] [stdout] 509 | | } [INFO] [stdout] | |_^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 4 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused macro definition [INFO] [stdout] --> tests/util/mod.rs:1:1 [INFO] [stdout] | [INFO] [stdout] 1 | / macro_rules! SL { [INFO] [stdout] 2 | | ($($tts:tt)*) => { stringify!($($tts)*) }; [INFO] [stdout] 3 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_macros)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused macro definition [INFO] [stdout] --> tests/util/mod.rs:9:1 [INFO] [stdout] | [INFO] [stdout] 9 | / macro_rules! check { [INFO] [stdout] 10 | | (@ $from:ty, $to:ty=> $(;)*) => {}; [INFO] [stdout] 11 | | [INFO] [stdout] 12 | | (@ $from:ty, $to:ty=> cident; $($tail:tt)*) => { [INFO] [stdout] ... | [INFO] [stdout] 488 | | }; [INFO] [stdout] 489 | | } [INFO] [stdout] | |_^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0034]: multiple applicable items in scope [INFO] [stdout] --> tests/lang_char.rs:48:45 [INFO] [stdout] | [INFO] [stdout] 48 | let dst: Result<$to, _> = v.try_into(); [INFO] [stdout] | ^^^^^^^^ multiple `try_into` found [INFO] [stdout] ... [INFO] [stdout] 68 | check!(u8, char => try uident; qt: *); [INFO] [stdout] | -------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: candidate #1 is defined in an impl of the trait `std::convert::TryInto` for the type `T` [INFO] [stdout] = note: candidate #2 is defined in an impl of the trait `conv::TryInto` for the type `Src` [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: disambiguate the associated function for candidate #1 [INFO] [stdout] | [INFO] [stdout] 48 | let dst: Result<$to, _> = std::convert::TryInto::try_into(v); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: disambiguate the associated function for candidate #2 [INFO] [stdout] | [INFO] [stdout] 48 | let dst: Result<$to, _> = conv::TryInto::try_into(v); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0034]: multiple applicable items in scope [INFO] [stdout] --> tests/lang_char.rs:37:43 [INFO] [stdout] | [INFO] [stdout] 37 | let dst: Result<$to, _> = src.try_into(); [INFO] [stdout] | ^^^^^^^^ multiple `try_into` found [INFO] [stdout] ... [INFO] [stdout] 68 | check!(u8, char => try uident; qt: *); [INFO] [stdout] | -------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: candidate #1 is defined in an impl of the trait `std::convert::TryInto` for the type `T` [INFO] [stdout] = note: candidate #2 is defined in an impl of the trait `conv::TryInto` for the type `Src` [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: disambiguate the associated function for candidate #1 [INFO] [stdout] | [INFO] [stdout] 37 | let dst: Result<$to, _> = std::convert::TryInto::try_into(src); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: disambiguate the associated function for candidate #2 [INFO] [stdout] | [INFO] [stdout] 37 | let dst: Result<$to, _> = conv::TryInto::try_into(src); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0034]: multiple applicable items in scope [INFO] [stdout] --> tests/lang_char.rs:37:43 [INFO] [stdout] | [INFO] [stdout] 37 | let dst: Result<$to, _> = src.try_into(); [INFO] [stdout] | ^^^^^^^^ multiple `try_into` found [INFO] [stdout] ... [INFO] [stdout] 68 | check!(u8, char => try uident; qt: *); [INFO] [stdout] | -------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: candidate #1 is defined in an impl of the trait `std::convert::TryInto` for the type `T` [INFO] [stdout] = note: candidate #2 is defined in an impl of the trait `conv::TryInto` for the type `Src` [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: disambiguate the associated function for candidate #1 [INFO] [stdout] | [INFO] [stdout] 37 | let dst: Result<$to, _> = std::convert::TryInto::try_into(src); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: disambiguate the associated function for candidate #2 [INFO] [stdout] | [INFO] [stdout] 37 | let dst: Result<$to, _> = conv::TryInto::try_into(src); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0034]: multiple applicable items in scope [INFO] [stdout] --> tests/lang_char.rs:37:43 [INFO] [stdout] | [INFO] [stdout] 37 | let dst: Result<$to, _> = src.try_into(); [INFO] [stdout] | ^^^^^^^^ multiple `try_into` found [INFO] [stdout] ... [INFO] [stdout] 93 | / check!(char, i8=> try cident; [INFO] [stdout] 94 | | try v: '\u{80}', !Of; [INFO] [stdout] 95 | | ); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: candidate #1 is defined in an impl of the trait `std::convert::TryInto` for the type `T` [INFO] [stdout] = note: candidate #2 is defined in an impl of the trait `conv::TryInto` for the type `Src` [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: disambiguate the associated function for candidate #1 [INFO] [stdout] | [INFO] [stdout] 37 | let dst: Result<$to, _> = std::convert::TryInto::try_into(src); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: disambiguate the associated function for candidate #2 [INFO] [stdout] | [INFO] [stdout] 37 | let dst: Result<$to, _> = conv::TryInto::try_into(src); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0034]: multiple applicable items in scope [INFO] [stdout] --> tests/derive_try_from.rs:32:21 [INFO] [stdout] | [INFO] [stdout] 32 | assert_eq!(Get::try_from(0u8), Ok(Get::Up)); [INFO] [stdout] | ^^^^^^^^ multiple `try_from` found [INFO] [stdout] | [INFO] [stdout] = note: candidate #1 is defined in an impl of the trait `std::convert::TryFrom` for the type `T` [INFO] [stdout] note: candidate #2 is defined in the trait `conv::TryFrom` [INFO] [stdout] --> /opt/rustwide/workdir/src/lib.rs:377:5 [INFO] [stdout] | [INFO] [stdout] 377 | fn try_from(src: Src) -> Result; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: disambiguate the associated function for candidate #1 [INFO] [stdout] | [INFO] [stdout] 32 | assert_eq!(std::convert::TryFrom::try_from(0u8), Ok(Get::Up)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: disambiguate the associated function for candidate #2 [INFO] [stdout] | [INFO] [stdout] 32 | assert_eq!(conv::TryFrom::try_from(0u8), Ok(Get::Up)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0034]: multiple applicable items in scope [INFO] [stdout] --> tests/derive_try_from.rs:33:21 [INFO] [stdout] | [INFO] [stdout] 33 | assert_eq!(Get::try_from(1u8), Ok(Get::Down)); [INFO] [stdout] | ^^^^^^^^ multiple `try_from` found [INFO] [stdout] | [INFO] [stdout] = note: candidate #1 is defined in an impl of the trait `std::convert::TryFrom` for the type `T` [INFO] [stdout] note: candidate #2 is defined in the trait `conv::TryFrom` [INFO] [stdout] --> /opt/rustwide/workdir/src/lib.rs:377:5 [INFO] [stdout] | [INFO] [stdout] 377 | fn try_from(src: Src) -> Result; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: disambiguate the associated function for candidate #1 [INFO] [stdout] | [INFO] [stdout] 33 | assert_eq!(std::convert::TryFrom::try_from(1u8), Ok(Get::Down)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: disambiguate the associated function for candidate #2 [INFO] [stdout] | [INFO] [stdout] 33 | assert_eq!(conv::TryFrom::try_from(1u8), Ok(Get::Down)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0034]: multiple applicable items in scope [INFO] [stdout] --> tests/lang_char.rs:37:43 [INFO] [stdout] | [INFO] [stdout] 37 | let dst: Result<$to, _> = src.try_into(); [INFO] [stdout] | ^^^^^^^^ multiple `try_into` found [INFO] [stdout] ... [INFO] [stdout] 93 | / check!(char, i8=> try cident; [INFO] [stdout] 94 | | try v: '\u{80}', !Of; [INFO] [stdout] 95 | | ); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: candidate #1 is defined in an impl of the trait `std::convert::TryInto` for the type `T` [INFO] [stdout] = note: candidate #2 is defined in an impl of the trait `conv::TryInto` for the type `Src` [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: disambiguate the associated function for candidate #1 [INFO] [stdout] | [INFO] [stdout] 37 | let dst: Result<$to, _> = std::convert::TryInto::try_into(src); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: disambiguate the associated function for candidate #2 [INFO] [stdout] | [INFO] [stdout] 37 | let dst: Result<$to, _> = conv::TryInto::try_into(src); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0034]: multiple applicable items in scope [INFO] [stdout] --> tests/lang_char.rs:28:43 [INFO] [stdout] | [INFO] [stdout] 28 | let dst: Result<$to, _> = src.try_into(); [INFO] [stdout] | ^^^^^^^^ multiple `try_into` found [INFO] [stdout] ... [INFO] [stdout] 93 | / check!(char, i8=> try cident; [INFO] [stdout] 94 | | try v: '\u{80}', !Of; [INFO] [stdout] 95 | | ); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: candidate #1 is defined in an impl of the trait `std::convert::TryInto` for the type `T` [INFO] [stdout] = note: candidate #2 is defined in an impl of the trait `conv::TryInto` for the type `Src` [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: disambiguate the associated function for candidate #1 [INFO] [stdout] | [INFO] [stdout] 28 | let dst: Result<$to, _> = std::convert::TryInto::try_into(src); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: disambiguate the associated function for candidate #2 [INFO] [stdout] | [INFO] [stdout] 28 | let dst: Result<$to, _> = conv::TryInto::try_into(src); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0034]: multiple applicable items in scope [INFO] [stdout] --> tests/lang_char.rs:37:43 [INFO] [stdout] | [INFO] [stdout] 37 | let dst: Result<$to, _> = src.try_into(); [INFO] [stdout] | ^^^^^^^^ multiple `try_into` found [INFO] [stdout] ... [INFO] [stdout] 96 | / check!(char, i16=> try cident; [INFO] [stdout] 97 | | try v: '\u{8000}', !Of; [INFO] [stdout] 98 | | ); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: candidate #1 is defined in an impl of the trait `std::convert::TryInto` for the type `T` [INFO] [stdout] = note: candidate #2 is defined in an impl of the trait `conv::TryInto` for the type `Src` [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: disambiguate the associated function for candidate #1 [INFO] [stdout] | [INFO] [stdout] 37 | let dst: Result<$to, _> = std::convert::TryInto::try_into(src); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: disambiguate the associated function for candidate #2 [INFO] [stdout] | [INFO] [stdout] 37 | let dst: Result<$to, _> = conv::TryInto::try_into(src); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0034]: multiple applicable items in scope [INFO] [stdout] --> tests/derive_try_from.rs:34:21 [INFO] [stdout] | [INFO] [stdout] 34 | assert_eq!(Get::try_from(2u8), Ok(Get::AllAround)); [INFO] [stdout] | ^^^^^^^^ multiple `try_from` found [INFO] [stdout] | [INFO] [stdout] = note: candidate #1 is defined in an impl of the trait `std::convert::TryFrom` for the type `T` [INFO] [stdout] note: candidate #2 is defined in the trait `conv::TryFrom` [INFO] [stdout] --> /opt/rustwide/workdir/src/lib.rs:377:5 [INFO] [stdout] | [INFO] [stdout] 377 | fn try_from(src: Src) -> Result; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: disambiguate the associated function for candidate #1 [INFO] [stdout] | [INFO] [stdout] 34 | assert_eq!(std::convert::TryFrom::try_from(2u8), Ok(Get::AllAround)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: disambiguate the associated function for candidate #2 [INFO] [stdout] | [INFO] [stdout] 34 | assert_eq!(conv::TryFrom::try_from(2u8), Ok(Get::AllAround)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0034]: multiple applicable items in scope [INFO] [stdout] --> tests/derive_try_from.rs:35:21 [INFO] [stdout] | [INFO] [stdout] 35 | assert_eq!(Get::try_from(3u8), Err(Unrepresentable(3u8))); [INFO] [stdout] | ^^^^^^^^ multiple `try_from` found [INFO] [stdout] | [INFO] [stdout] = note: candidate #1 is defined in an impl of the trait `std::convert::TryFrom` for the type `T` [INFO] [stdout] note: candidate #2 is defined in the trait `conv::TryFrom` [INFO] [stdout] --> /opt/rustwide/workdir/src/lib.rs:377:5 [INFO] [stdout] | [INFO] [stdout] 377 | fn try_from(src: Src) -> Result; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: disambiguate the associated function for candidate #1 [INFO] [stdout] | [INFO] [stdout] 35 | assert_eq!(std::convert::TryFrom::try_from(3u8), Err(Unrepresentable(3u8))); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: disambiguate the associated function for candidate #2 [INFO] [stdout] | [INFO] [stdout] 35 | assert_eq!(conv::TryFrom::try_from(3u8), Err(Unrepresentable(3u8))); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0034]: multiple applicable items in scope [INFO] [stdout] --> tests/lang_char.rs:37:43 [INFO] [stdout] | [INFO] [stdout] 37 | let dst: Result<$to, _> = src.try_into(); [INFO] [stdout] | ^^^^^^^^ multiple `try_into` found [INFO] [stdout] ... [INFO] [stdout] 96 | / check!(char, i16=> try cident; [INFO] [stdout] 97 | | try v: '\u{8000}', !Of; [INFO] [stdout] 98 | | ); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: candidate #1 is defined in an impl of the trait `std::convert::TryInto` for the type `T` [INFO] [stdout] = note: candidate #2 is defined in an impl of the trait `conv::TryInto` for the type `Src` [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: disambiguate the associated function for candidate #1 [INFO] [stdout] | [INFO] [stdout] 37 | let dst: Result<$to, _> = std::convert::TryInto::try_into(src); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: disambiguate the associated function for candidate #2 [INFO] [stdout] | [INFO] [stdout] 37 | let dst: Result<$to, _> = conv::TryInto::try_into(src); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0034]: multiple applicable items in scope [INFO] [stdout] --> tests/derive_try_from.rs:37:25 [INFO] [stdout] | [INFO] [stdout] 37 | assert_eq!(GottaGo::try_from(0u16), Ok(GottaGo::GetAway)); [INFO] [stdout] | ^^^^^^^^ multiple `try_from` found [INFO] [stdout] | [INFO] [stdout] = note: candidate #1 is defined in an impl of the trait `std::convert::TryFrom` for the type `T` [INFO] [stdout] note: candidate #2 is defined in the trait `conv::TryFrom` [INFO] [stdout] --> /opt/rustwide/workdir/src/lib.rs:377:5 [INFO] [stdout] | [INFO] [stdout] 377 | fn try_from(src: Src) -> Result; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: disambiguate the associated function for candidate #1 [INFO] [stdout] | [INFO] [stdout] 37 | assert_eq!(std::convert::TryFrom::try_from(0u16), Ok(GottaGo::GetAway)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: disambiguate the associated function for candidate #2 [INFO] [stdout] | [INFO] [stdout] 37 | assert_eq!(conv::TryFrom::try_from(0u16), Ok(GottaGo::GetAway)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0034]: multiple applicable items in scope [INFO] [stdout] --> tests/derive_try_from.rs:38:25 [INFO] [stdout] | [INFO] [stdout] 38 | assert_eq!(GottaGo::try_from(1u16), Err(Unrepresentable(1u16))); [INFO] [stdout] | ^^^^^^^^ multiple `try_from` found [INFO] [stdout] | [INFO] [stdout] = note: candidate #1 is defined in an impl of the trait `std::convert::TryFrom` for the type `T` [INFO] [stdout] note: candidate #2 is defined in the trait `conv::TryFrom` [INFO] [stdout] --> /opt/rustwide/workdir/src/lib.rs:377:5 [INFO] [stdout] | [INFO] [stdout] 377 | fn try_from(src: Src) -> Result; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: disambiguate the associated function for candidate #1 [INFO] [stdout] | [INFO] [stdout] 38 | assert_eq!(std::convert::TryFrom::try_from(1u16), Err(Unrepresentable(1u16))); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: disambiguate the associated function for candidate #2 [INFO] [stdout] | [INFO] [stdout] 38 | assert_eq!(conv::TryFrom::try_from(1u16), Err(Unrepresentable(1u16))); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0034]: multiple applicable items in scope [INFO] [stdout] --> tests/derive_try_from.rs:39:25 [INFO] [stdout] | [INFO] [stdout] 39 | assert_eq!(GottaGo::try_from(2u16), Err(Unrepresentable(2u16))); [INFO] [stdout] | ^^^^^^^^ multiple `try_from` found [INFO] [stdout] | [INFO] [stdout] = note: candidate #1 is defined in an impl of the trait `std::convert::TryFrom` for the type `T` [INFO] [stdout] note: candidate #2 is defined in the trait `conv::TryFrom` [INFO] [stdout] --> /opt/rustwide/workdir/src/lib.rs:377:5 [INFO] [stdout] | [INFO] [stdout] 377 | fn try_from(src: Src) -> Result; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: disambiguate the associated function for candidate #1 [INFO] [stdout] | [INFO] [stdout] 39 | assert_eq!(std::convert::TryFrom::try_from(2u16), Err(Unrepresentable(2u16))); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: disambiguate the associated function for candidate #2 [INFO] [stdout] | [INFO] [stdout] 39 | assert_eq!(conv::TryFrom::try_from(2u16), Err(Unrepresentable(2u16))); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0034]: multiple applicable items in scope [INFO] [stdout] --> tests/derive_try_from.rs:40:25 [INFO] [stdout] | [INFO] [stdout] 40 | assert_eq!(GottaGo::try_from(3u16), Err(Unrepresentable(3u16))); [INFO] [stdout] | ^^^^^^^^ multiple `try_from` found [INFO] [stdout] | [INFO] [stdout] = note: candidate #1 is defined in an impl of the trait `std::convert::TryFrom` for the type `T` [INFO] [stdout] note: candidate #2 is defined in the trait `conv::TryFrom` [INFO] [stdout] --> /opt/rustwide/workdir/src/lib.rs:377:5 [INFO] [stdout] | [INFO] [stdout] 377 | fn try_from(src: Src) -> Result; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: disambiguate the associated function for candidate #1 [INFO] [stdout] | [INFO] [stdout] 40 | assert_eq!(std::convert::TryFrom::try_from(3u16), Err(Unrepresentable(3u16))); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: disambiguate the associated function for candidate #2 [INFO] [stdout] | [INFO] [stdout] 40 | assert_eq!(conv::TryFrom::try_from(3u16), Err(Unrepresentable(3u16))); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0034]: multiple applicable items in scope [INFO] [stdout] --> tests/derive_try_from.rs:41:25 [INFO] [stdout] | [INFO] [stdout] 41 | assert_eq!(GottaGo::try_from(8999u16), Err(Unrepresentable(8999u16))); [INFO] [stdout] | ^^^^^^^^ multiple `try_from` found [INFO] [stdout] | [INFO] [stdout] = note: candidate #1 is defined in an impl of the trait `std::convert::TryFrom` for the type `T` [INFO] [stdout] note: candidate #2 is defined in the trait `conv::TryFrom` [INFO] [stdout] --> /opt/rustwide/workdir/src/lib.rs:377:5 [INFO] [stdout] | [INFO] [stdout] 377 | fn try_from(src: Src) -> Result; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: disambiguate the associated function for candidate #1 [INFO] [stdout] | [INFO] [stdout] 41 | assert_eq!(std::convert::TryFrom::try_from(8999u16), Err(Unrepresentable(8999u16))); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: disambiguate the associated function for candidate #2 [INFO] [stdout] | [INFO] [stdout] 41 | assert_eq!(conv::TryFrom::try_from(8999u16), Err(Unrepresentable(8999u16))); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0034]: multiple applicable items in scope [INFO] [stdout] --> tests/derive_try_from.rs:42:25 [INFO] [stdout] | [INFO] [stdout] 42 | assert_eq!(GottaGo::try_from(9000u16), Ok(GottaGo::Fast)); [INFO] [stdout] | ^^^^^^^^ multiple `try_from` found [INFO] [stdout] | [INFO] [stdout] = note: candidate #1 is defined in an impl of the trait `std::convert::TryFrom` for the type `T` [INFO] [stdout] note: candidate #2 is defined in the trait `conv::TryFrom` [INFO] [stdout] --> /opt/rustwide/workdir/src/lib.rs:377:5 [INFO] [stdout] | [INFO] [stdout] 377 | fn try_from(src: Src) -> Result; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: disambiguate the associated function for candidate #1 [INFO] [stdout] | [INFO] [stdout] 42 | assert_eq!(std::convert::TryFrom::try_from(9000u16), Ok(GottaGo::Fast)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: disambiguate the associated function for candidate #2 [INFO] [stdout] | [INFO] [stdout] 42 | assert_eq!(conv::TryFrom::try_from(9000u16), Ok(GottaGo::Fast)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0034]: multiple applicable items in scope [INFO] [stdout] --> tests/derive_try_from.rs:43:25 [INFO] [stdout] | [INFO] [stdout] 43 | assert_eq!(GottaGo::try_from(9001u16), Ok(GottaGo::Faster)); [INFO] [stdout] | ^^^^^^^^ multiple `try_from` found [INFO] [stdout] | [INFO] [stdout] = note: candidate #1 is defined in an impl of the trait `std::convert::TryFrom` for the type `T` [INFO] [stdout] note: candidate #2 is defined in the trait `conv::TryFrom` [INFO] [stdout] --> /opt/rustwide/workdir/src/lib.rs:377:5 [INFO] [stdout] | [INFO] [stdout] 377 | fn try_from(src: Src) -> Result; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: disambiguate the associated function for candidate #1 [INFO] [stdout] | [INFO] [stdout] 43 | assert_eq!(std::convert::TryFrom::try_from(9001u16), Ok(GottaGo::Faster)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: disambiguate the associated function for candidate #2 [INFO] [stdout] | [INFO] [stdout] 43 | assert_eq!(conv::TryFrom::try_from(9001u16), Ok(GottaGo::Faster)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0034]: multiple applicable items in scope [INFO] [stdout] --> tests/lang_char.rs:28:43 [INFO] [stdout] | [INFO] [stdout] 28 | let dst: Result<$to, _> = src.try_into(); [INFO] [stdout] | ^^^^^^^^ multiple `try_into` found [INFO] [stdout] ... [INFO] [stdout] 96 | / check!(char, i16=> try cident; [INFO] [stdout] 97 | | try v: '\u{8000}', !Of; [INFO] [stdout] 98 | | ); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: candidate #1 is defined in an impl of the trait `std::convert::TryInto` for the type `T` [INFO] [stdout] = note: candidate #2 is defined in an impl of the trait `conv::TryInto` for the type `Src` [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: disambiguate the associated function for candidate #1 [INFO] [stdout] | [INFO] [stdout] 28 | let dst: Result<$to, _> = std::convert::TryInto::try_into(src); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: disambiguate the associated function for candidate #2 [INFO] [stdout] | [INFO] [stdout] 28 | let dst: Result<$to, _> = conv::TryInto::try_into(src); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0034]: multiple applicable items in scope [INFO] [stdout] --> tests/derive_try_from.rs:44:25 [INFO] [stdout] | [INFO] [stdout] 44 | assert_eq!(GottaGo::try_from(9002u16), Err(Unrepresentable(9002u16))); [INFO] [stdout] | ^^^^^^^^ multiple `try_from` found [INFO] [stdout] | [INFO] [stdout] = note: candidate #1 is defined in an impl of the trait `std::convert::TryFrom` for the type `T` [INFO] [stdout] note: candidate #2 is defined in the trait `conv::TryFrom` [INFO] [stdout] --> /opt/rustwide/workdir/src/lib.rs:377:5 [INFO] [stdout] | [INFO] [stdout] 377 | fn try_from(src: Src) -> Result; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: disambiguate the associated function for candidate #1 [INFO] [stdout] | [INFO] [stdout] 44 | assert_eq!(std::convert::TryFrom::try_from(9002u16), Err(Unrepresentable(9002u16))); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: disambiguate the associated function for candidate #2 [INFO] [stdout] | [INFO] [stdout] 44 | assert_eq!(conv::TryFrom::try_from(9002u16), Err(Unrepresentable(9002u16))); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0034]: multiple applicable items in scope [INFO] [stdout] --> tests/lang_char.rs:37:43 [INFO] [stdout] | [INFO] [stdout] 37 | let dst: Result<$to, _> = src.try_into(); [INFO] [stdout] | ^^^^^^^^ multiple `try_into` found [INFO] [stdout] ... [INFO] [stdout] 99 | check!(char, i32=> try cident;); [INFO] [stdout] | -------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: candidate #1 is defined in an impl of the trait `std::convert::TryInto` for the type `T` [INFO] [stdout] = note: candidate #2 is defined in an impl of the trait `conv::TryInto` for the type `Src` [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: disambiguate the associated function for candidate #1 [INFO] [stdout] | [INFO] [stdout] 37 | let dst: Result<$to, _> = std::convert::TryInto::try_into(src); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: disambiguate the associated function for candidate #2 [INFO] [stdout] | [INFO] [stdout] 37 | let dst: Result<$to, _> = conv::TryInto::try_into(src); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0034]: multiple applicable items in scope [INFO] [stdout] --> tests/lang_char.rs:37:43 [INFO] [stdout] | [INFO] [stdout] 37 | let dst: Result<$to, _> = src.try_into(); [INFO] [stdout] | ^^^^^^^^ multiple `try_into` found [INFO] [stdout] ... [INFO] [stdout] 99 | check!(char, i32=> try cident;); [INFO] [stdout] | -------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: candidate #1 is defined in an impl of the trait `std::convert::TryInto` for the type `T` [INFO] [stdout] = note: candidate #2 is defined in an impl of the trait `conv::TryInto` for the type `Src` [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: disambiguate the associated function for candidate #1 [INFO] [stdout] | [INFO] [stdout] 37 | let dst: Result<$to, _> = std::convert::TryInto::try_into(src); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: disambiguate the associated function for candidate #2 [INFO] [stdout] | [INFO] [stdout] 37 | let dst: Result<$to, _> = conv::TryInto::try_into(src); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0034]: multiple applicable items in scope [INFO] [stdout] --> tests/lang_char.rs:37:43 [INFO] [stdout] | [INFO] [stdout] 37 | let dst: Result<$to, _> = src.try_into(); [INFO] [stdout] | ^^^^^^^^ multiple `try_into` found [INFO] [stdout] ... [INFO] [stdout] 100 | check!(char, i64=> try cident;); [INFO] [stdout] | -------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: candidate #1 is defined in an impl of the trait `std::convert::TryInto` for the type `T` [INFO] [stdout] = note: candidate #2 is defined in an impl of the trait `conv::TryInto` for the type `Src` [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: disambiguate the associated function for candidate #1 [INFO] [stdout] | [INFO] [stdout] 37 | let dst: Result<$to, _> = std::convert::TryInto::try_into(src); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: disambiguate the associated function for candidate #2 [INFO] [stdout] | [INFO] [stdout] 37 | let dst: Result<$to, _> = conv::TryInto::try_into(src); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0034]: multiple applicable items in scope [INFO] [stdout] --> tests/lang_char.rs:37:43 [INFO] [stdout] | [INFO] [stdout] 37 | let dst: Result<$to, _> = src.try_into(); [INFO] [stdout] | ^^^^^^^^ multiple `try_into` found [INFO] [stdout] ... [INFO] [stdout] 100 | check!(char, i64=> try cident;); [INFO] [stdout] | -------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: candidate #1 is defined in an impl of the trait `std::convert::TryInto` for the type `T` [INFO] [stdout] = note: candidate #2 is defined in an impl of the trait `conv::TryInto` for the type `Src` [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: disambiguate the associated function for candidate #1 [INFO] [stdout] | [INFO] [stdout] 37 | let dst: Result<$to, _> = std::convert::TryInto::try_into(src); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: disambiguate the associated function for candidate #2 [INFO] [stdout] | [INFO] [stdout] 37 | let dst: Result<$to, _> = conv::TryInto::try_into(src); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0034]: multiple applicable items in scope [INFO] [stdout] --> tests/lang_char.rs:37:43 [INFO] [stdout] | [INFO] [stdout] 37 | let dst: Result<$to, _> = src.try_into(); [INFO] [stdout] | ^^^^^^^^ multiple `try_into` found [INFO] [stdout] ... [INFO] [stdout] 101 | / check!(char, u8=> try cident; [INFO] [stdout] 102 | | try v: '\u{100}', !Of; [INFO] [stdout] 103 | | ); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: candidate #1 is defined in an impl of the trait `std::convert::TryInto` for the type `T` [INFO] [stdout] = note: candidate #2 is defined in an impl of the trait `conv::TryInto` for the type `Src` [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: disambiguate the associated function for candidate #1 [INFO] [stdout] | [INFO] [stdout] 37 | let dst: Result<$to, _> = std::convert::TryInto::try_into(src); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: disambiguate the associated function for candidate #2 [INFO] [stdout] | [INFO] [stdout] 37 | let dst: Result<$to, _> = conv::TryInto::try_into(src); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0034]: multiple applicable items in scope [INFO] [stdout] --> tests/lang_char.rs:37:43 [INFO] [stdout] | [INFO] [stdout] 37 | let dst: Result<$to, _> = src.try_into(); [INFO] [stdout] | ^^^^^^^^ multiple `try_into` found [INFO] [stdout] ... [INFO] [stdout] 101 | / check!(char, u8=> try cident; [INFO] [stdout] 102 | | try v: '\u{100}', !Of; [INFO] [stdout] 103 | | ); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: candidate #1 is defined in an impl of the trait `std::convert::TryInto` for the type `T` [INFO] [stdout] = note: candidate #2 is defined in an impl of the trait `conv::TryInto` for the type `Src` [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: disambiguate the associated function for candidate #1 [INFO] [stdout] | [INFO] [stdout] 37 | let dst: Result<$to, _> = std::convert::TryInto::try_into(src); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: disambiguate the associated function for candidate #2 [INFO] [stdout] | [INFO] [stdout] 37 | let dst: Result<$to, _> = conv::TryInto::try_into(src); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0034]: multiple applicable items in scope [INFO] [stdout] --> tests/lang_char.rs:28:43 [INFO] [stdout] | [INFO] [stdout] 28 | let dst: Result<$to, _> = src.try_into(); [INFO] [stdout] | ^^^^^^^^ multiple `try_into` found [INFO] [stdout] ... [INFO] [stdout] 101 | / check!(char, u8=> try cident; [INFO] [stdout] 102 | | try v: '\u{100}', !Of; [INFO] [stdout] 103 | | ); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: candidate #1 is defined in an impl of the trait `std::convert::TryInto` for the type `T` [INFO] [stdout] = note: candidate #2 is defined in an impl of the trait `conv::TryInto` for the type `Src` [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: disambiguate the associated function for candidate #1 [INFO] [stdout] | [INFO] [stdout] 28 | let dst: Result<$to, _> = std::convert::TryInto::try_into(src); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: disambiguate the associated function for candidate #2 [INFO] [stdout] | [INFO] [stdout] 28 | let dst: Result<$to, _> = conv::TryInto::try_into(src); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 12 previous errors; 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0034`. [INFO] [stdout] [INFO] [stdout] error[E0034]: multiple applicable items in scope [INFO] [stdout] --> tests/lang_char.rs:37:43 [INFO] [stdout] | [INFO] [stdout] 37 | let dst: Result<$to, _> = src.try_into(); [INFO] [stdout] | ^^^^^^^^ multiple `try_into` found [INFO] [stdout] ... [INFO] [stdout] 104 | / check!(char, u16=> try cident; [INFO] [stdout] 105 | | try v: '\u{10000}', !Of; [INFO] [stdout] 106 | | ); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: candidate #1 is defined in an impl of the trait `std::convert::TryInto` for the type `T` [INFO] [stdout] = note: candidate #2 is defined in an impl of the trait `conv::TryInto` for the type `Src` [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: disambiguate the associated function for candidate #1 [INFO] [stdout] | [INFO] [stdout] 37 | let dst: Result<$to, _> = std::convert::TryInto::try_into(src); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: disambiguate the associated function for candidate #2 [INFO] [stdout] | [INFO] [stdout] 37 | let dst: Result<$to, _> = conv::TryInto::try_into(src); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `conv` [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error[E0034]: multiple applicable items in scope [INFO] [stdout] --> tests/lang_char.rs:37:43 [INFO] [stdout] | [INFO] [stdout] 37 | let dst: Result<$to, _> = src.try_into(); [INFO] [stdout] | ^^^^^^^^ multiple `try_into` found [INFO] [stdout] ... [INFO] [stdout] 104 | / check!(char, u16=> try cident; [INFO] [stdout] 105 | | try v: '\u{10000}', !Of; [INFO] [stdout] 106 | | ); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: candidate #1 is defined in an impl of the trait `std::convert::TryInto` for the type `T` [INFO] [stdout] = note: candidate #2 is defined in an impl of the trait `conv::TryInto` for the type `Src` [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: disambiguate the associated function for candidate #1 [INFO] [stdout] | [INFO] [stdout] 37 | let dst: Result<$to, _> = std::convert::TryInto::try_into(src); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: disambiguate the associated function for candidate #2 [INFO] [stdout] | [INFO] [stdout] 37 | let dst: Result<$to, _> = conv::TryInto::try_into(src); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0034]: multiple applicable items in scope [INFO] [stdout] --> tests/lang_char.rs:28:43 [INFO] [stdout] | [INFO] [stdout] 28 | let dst: Result<$to, _> = src.try_into(); [INFO] [stdout] | ^^^^^^^^ multiple `try_into` found [INFO] [stdout] ... [INFO] [stdout] 104 | / check!(char, u16=> try cident; [INFO] [stdout] 105 | | try v: '\u{10000}', !Of; [INFO] [stdout] 106 | | ); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: candidate #1 is defined in an impl of the trait `std::convert::TryInto` for the type `T` [INFO] [stdout] = note: candidate #2 is defined in an impl of the trait `conv::TryInto` for the type `Src` [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: disambiguate the associated function for candidate #1 [INFO] [stdout] | [INFO] [stdout] 28 | let dst: Result<$to, _> = std::convert::TryInto::try_into(src); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: disambiguate the associated function for candidate #2 [INFO] [stdout] | [INFO] [stdout] 28 | let dst: Result<$to, _> = conv::TryInto::try_into(src); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0034]: multiple applicable items in scope [INFO] [stdout] --> tests/lang_char.rs:37:43 [INFO] [stdout] | [INFO] [stdout] 37 | let dst: Result<$to, _> = src.try_into(); [INFO] [stdout] | ^^^^^^^^ multiple `try_into` found [INFO] [stdout] ... [INFO] [stdout] 107 | check!(char, u32=> try cident;); [INFO] [stdout] | -------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: candidate #1 is defined in an impl of the trait `std::convert::TryInto` for the type `T` [INFO] [stdout] = note: candidate #2 is defined in an impl of the trait `conv::TryInto` for the type `Src` [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: disambiguate the associated function for candidate #1 [INFO] [stdout] | [INFO] [stdout] 37 | let dst: Result<$to, _> = std::convert::TryInto::try_into(src); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: disambiguate the associated function for candidate #2 [INFO] [stdout] | [INFO] [stdout] 37 | let dst: Result<$to, _> = conv::TryInto::try_into(src); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0034]: multiple applicable items in scope [INFO] [stdout] --> tests/lang_char.rs:37:43 [INFO] [stdout] | [INFO] [stdout] 37 | let dst: Result<$to, _> = src.try_into(); [INFO] [stdout] | ^^^^^^^^ multiple `try_into` found [INFO] [stdout] ... [INFO] [stdout] 107 | check!(char, u32=> try cident;); [INFO] [stdout] | -------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: candidate #1 is defined in an impl of the trait `std::convert::TryInto` for the type `T` [INFO] [stdout] = note: candidate #2 is defined in an impl of the trait `conv::TryInto` for the type `Src` [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: disambiguate the associated function for candidate #1 [INFO] [stdout] | [INFO] [stdout] 37 | let dst: Result<$to, _> = std::convert::TryInto::try_into(src); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: disambiguate the associated function for candidate #2 [INFO] [stdout] | [INFO] [stdout] 37 | let dst: Result<$to, _> = conv::TryInto::try_into(src); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0034]: multiple applicable items in scope [INFO] [stdout] --> tests/lang_char.rs:37:43 [INFO] [stdout] | [INFO] [stdout] 37 | let dst: Result<$to, _> = src.try_into(); [INFO] [stdout] | ^^^^^^^^ multiple `try_into` found [INFO] [stdout] ... [INFO] [stdout] 108 | check!(char, u64=> try cident;); [INFO] [stdout] | -------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: candidate #1 is defined in an impl of the trait `std::convert::TryInto` for the type `T` [INFO] [stdout] = note: candidate #2 is defined in an impl of the trait `conv::TryInto` for the type `Src` [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: disambiguate the associated function for candidate #1 [INFO] [stdout] | [INFO] [stdout] 37 | let dst: Result<$to, _> = std::convert::TryInto::try_into(src); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: disambiguate the associated function for candidate #2 [INFO] [stdout] | [INFO] [stdout] 37 | let dst: Result<$to, _> = conv::TryInto::try_into(src); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0034]: multiple applicable items in scope [INFO] [stdout] --> tests/lang_char.rs:37:43 [INFO] [stdout] | [INFO] [stdout] 37 | let dst: Result<$to, _> = src.try_into(); [INFO] [stdout] | ^^^^^^^^ multiple `try_into` found [INFO] [stdout] ... [INFO] [stdout] 108 | check!(char, u64=> try cident;); [INFO] [stdout] | -------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: candidate #1 is defined in an impl of the trait `std::convert::TryInto` for the type `T` [INFO] [stdout] = note: candidate #2 is defined in an impl of the trait `conv::TryInto` for the type `Src` [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: disambiguate the associated function for candidate #1 [INFO] [stdout] | [INFO] [stdout] 37 | let dst: Result<$to, _> = std::convert::TryInto::try_into(src); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: disambiguate the associated function for candidate #2 [INFO] [stdout] | [INFO] [stdout] 37 | let dst: Result<$to, _> = conv::TryInto::try_into(src); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0034]: multiple applicable items in scope [INFO] [stdout] --> tests/lang_char.rs:37:43 [INFO] [stdout] | [INFO] [stdout] 37 | let dst: Result<$to, _> = src.try_into(); [INFO] [stdout] | ^^^^^^^^ multiple `try_into` found [INFO] [stdout] ... [INFO] [stdout] 117 | check!(char, i64=> try cident;); [INFO] [stdout] | -------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: candidate #1 is defined in an impl of the trait `std::convert::TryInto` for the type `T` [INFO] [stdout] = note: candidate #2 is defined in an impl of the trait `conv::TryInto` for the type `Src` [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: disambiguate the associated function for candidate #1 [INFO] [stdout] | [INFO] [stdout] 37 | let dst: Result<$to, _> = std::convert::TryInto::try_into(src); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: disambiguate the associated function for candidate #2 [INFO] [stdout] | [INFO] [stdout] 37 | let dst: Result<$to, _> = conv::TryInto::try_into(src); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0034]: multiple applicable items in scope [INFO] [stdout] --> tests/lang_char.rs:37:43 [INFO] [stdout] | [INFO] [stdout] 37 | let dst: Result<$to, _> = src.try_into(); [INFO] [stdout] | ^^^^^^^^ multiple `try_into` found [INFO] [stdout] ... [INFO] [stdout] 117 | check!(char, i64=> try cident;); [INFO] [stdout] | -------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: candidate #1 is defined in an impl of the trait `std::convert::TryInto` for the type `T` [INFO] [stdout] = note: candidate #2 is defined in an impl of the trait `conv::TryInto` for the type `Src` [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: disambiguate the associated function for candidate #1 [INFO] [stdout] | [INFO] [stdout] 37 | let dst: Result<$to, _> = std::convert::TryInto::try_into(src); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: disambiguate the associated function for candidate #2 [INFO] [stdout] | [INFO] [stdout] 37 | let dst: Result<$to, _> = conv::TryInto::try_into(src); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0034]: multiple applicable items in scope [INFO] [stdout] --> tests/lang_char.rs:37:43 [INFO] [stdout] | [INFO] [stdout] 37 | let dst: Result<$to, _> = src.try_into(); [INFO] [stdout] | ^^^^^^^^ multiple `try_into` found [INFO] [stdout] ... [INFO] [stdout] 118 | check!(char, u64=> try cident;); [INFO] [stdout] | -------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: candidate #1 is defined in an impl of the trait `std::convert::TryInto` for the type `T` [INFO] [stdout] = note: candidate #2 is defined in an impl of the trait `conv::TryInto` for the type `Src` [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: disambiguate the associated function for candidate #1 [INFO] [stdout] | [INFO] [stdout] 37 | let dst: Result<$to, _> = std::convert::TryInto::try_into(src); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: disambiguate the associated function for candidate #2 [INFO] [stdout] | [INFO] [stdout] 37 | let dst: Result<$to, _> = conv::TryInto::try_into(src); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0034]: multiple applicable items in scope [INFO] [stdout] --> tests/lang_char.rs:37:43 [INFO] [stdout] | [INFO] [stdout] 37 | let dst: Result<$to, _> = src.try_into(); [INFO] [stdout] | ^^^^^^^^ multiple `try_into` found [INFO] [stdout] ... [INFO] [stdout] 118 | check!(char, u64=> try cident;); [INFO] [stdout] | -------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: candidate #1 is defined in an impl of the trait `std::convert::TryInto` for the type `T` [INFO] [stdout] = note: candidate #2 is defined in an impl of the trait `conv::TryInto` for the type `Src` [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: disambiguate the associated function for candidate #1 [INFO] [stdout] | [INFO] [stdout] 37 | let dst: Result<$to, _> = std::convert::TryInto::try_into(src); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: disambiguate the associated function for candidate #2 [INFO] [stdout] | [INFO] [stdout] 37 | let dst: Result<$to, _> = conv::TryInto::try_into(src); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 27 previous errors; 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0034`. [INFO] [stdout] [INFO] [stdout] warning: unused macro definition [INFO] [stdout] --> tests/util/mod.rs:5:1 [INFO] [stdout] | [INFO] [stdout] 5 | / macro_rules! as_expr { [INFO] [stdout] 6 | | ($e:expr) => {$e}; [INFO] [stdout] 7 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_macros)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused macro definition [INFO] [stdout] --> tests/util/mod.rs:491:1 [INFO] [stdout] | [INFO] [stdout] 491 | / macro_rules! for_bitness { [INFO] [stdout] 492 | | (32 {$($bits32:tt)*} 64 {$($bits64:tt)*}) => { [INFO] [stdout] 493 | | as_expr!( [INFO] [stdout] 494 | | { [INFO] [stdout] ... | [INFO] [stdout] 508 | | }; [INFO] [stdout] 509 | | } [INFO] [stdout] | |_^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "33969f1d88ad99b2038b1428d9c9a069b45398276804e5544eedcd6265c60ffb", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "33969f1d88ad99b2038b1428d9c9a069b45398276804e5544eedcd6265c60ffb", kill_on_drop: false }` [INFO] [stdout] 33969f1d88ad99b2038b1428d9c9a069b45398276804e5544eedcd6265c60ffb