[INFO] fetching crate netlink-rs 0.0.3... [INFO] checking netlink-rs-0.0.3 against master#ff1737bb00913444173658b4e0b274fd79aabf66 for pr-132712-1 [INFO] extracting crate netlink-rs 0.0.3 into /workspace/builds/worker-0-tc1/source [INFO] validating manifest of crates.io crate netlink-rs 0.0.3 on toolchain ff1737bb00913444173658b4e0b274fd79aabf66 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+ff1737bb00913444173658b4e0b274fd79aabf66" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate netlink-rs 0.0.3 [INFO] finished tweaking crates.io crate netlink-rs 0.0.3 [INFO] tweaked toml for crates.io crate netlink-rs 0.0.3 written to /workspace/builds/worker-0-tc1/source/Cargo.toml [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+ff1737bb00913444173658b4e0b274fd79aabf66" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 2 packages to latest compatible versions [INFO] [stderr] Adding byteorder v0.5.3 (available: v1.5.0) [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+ff1737bb00913444173658b4e0b274fd79aabf66" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2021 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/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:4a844ea9eb2546a2d2c7022eacef16ef2e8229c7fbb2c7d4d55a9ceca922f72d" "/opt/rustwide/cargo-home/bin/cargo" "+ff1737bb00913444173658b4e0b274fd79aabf66" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] d6c944b9b15fa2610ead7f0efc50777fd0a3527a1719e1b041c87548270dbc60 [INFO] running `Command { std: "docker" "start" "-a" "d6c944b9b15fa2610ead7f0efc50777fd0a3527a1719e1b041c87548270dbc60", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "d6c944b9b15fa2610ead7f0efc50777fd0a3527a1719e1b041c87548270dbc60", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d6c944b9b15fa2610ead7f0efc50777fd0a3527a1719e1b041c87548270dbc60", kill_on_drop: false }` [INFO] [stdout] d6c944b9b15fa2610ead7f0efc50777fd0a3527a1719e1b041c87548270dbc60 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/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=allow" "-e" "RUSTDOCFLAGS=--cap-lints=allow" "-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:4a844ea9eb2546a2d2c7022eacef16ef2e8229c7fbb2c7d4d55a9ceca922f72d" "/opt/rustwide/cargo-home/bin/cargo" "+ff1737bb00913444173658b4e0b274fd79aabf66" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] ff31a8e0c3b1592f9f81c30be42df4e180945df94fd9cebd764688d9e9cb6af0 [INFO] running `Command { std: "docker" "start" "-a" "ff31a8e0c3b1592f9f81c30be42df4e180945df94fd9cebd764688d9e9cb6af0", kill_on_drop: false }` [INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2021 [INFO] [stderr] Checking byteorder v0.5.3 [INFO] [stderr] Checking netlink-rs v0.0.3 (/opt/rustwide/workdir) [INFO] [stdout] error[E0283]: type annotations needed [INFO] [stdout] --> src/socket/msg.rs:233:36 [INFO] [stdout] | [INFO] [stdout] 233 | self.flags |= Flags::Multi.into(); [INFO] [stdout] | -- ^^^^ [INFO] [stdout] | | [INFO] [stdout] | type must be known at this point [INFO] [stdout] | [INFO] [stdout] = note: multiple `impl`s satisfying `u16: BitOrAssign<_>` found in the `core` crate: [INFO] [stdout] - impl BitOrAssign for u16; [INFO] [stdout] - impl BitOrAssign<&u16> for u16; [INFO] [stdout] help: try using a fully qualified path to specify the expected types [INFO] [stdout] | [INFO] [stdout] 233 | self.flags |= >::into(Flags::Multi); [INFO] [stdout] | +++++++++++++++++++++++++ ~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0283]: type annotations needed [INFO] [stdout] --> src/socket/msg.rs:233:36 [INFO] [stdout] | [INFO] [stdout] 233 | self.flags |= Flags::Multi.into(); [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] note: multiple `impl`s satisfying `Flags: Into<_>` found [INFO] [stdout] --> src/socket/msg.rs:68:1 [INFO] [stdout] | [INFO] [stdout] 68 | impl Into for Flags { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] = note: and another `impl` found in the `core` crate: [INFO] [stdout] - impl Into for T [INFO] [stdout] where U: From; [INFO] [stdout] help: try using a fully qualified path to specify the expected types [INFO] [stdout] | [INFO] [stdout] 233 | self.flags |= >::into(Flags::Multi); [INFO] [stdout] | +++++++++++++++++++++++++ ~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0283]: type annotations needed [INFO] [stdout] --> src/socket/msg.rs:239:34 [INFO] [stdout] | [INFO] [stdout] 239 | self.flags |= Flags::Ack.into(); [INFO] [stdout] | -- ^^^^ [INFO] [stdout] | | [INFO] [stdout] | type must be known at this point [INFO] [stdout] | [INFO] [stdout] = note: multiple `impl`s satisfying `u16: BitOrAssign<_>` found in the `core` crate: [INFO] [stdout] - impl BitOrAssign for u16; [INFO] [stdout] - impl BitOrAssign<&u16> for u16; [INFO] [stdout] help: try using a fully qualified path to specify the expected types [INFO] [stdout] | [INFO] [stdout] 239 | self.flags |= >::into(Flags::Ack); [INFO] [stdout] | +++++++++++++++++++++++++ ~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0283]: type annotations needed [INFO] [stdout] --> src/socket/msg.rs:239:34 [INFO] [stdout] | [INFO] [stdout] 239 | self.flags |= Flags::Ack.into(); [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] note: multiple `impl`s satisfying `Flags: Into<_>` found [INFO] [stdout] --> src/socket/msg.rs:68:1 [INFO] [stdout] | [INFO] [stdout] 68 | impl Into for Flags { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] = note: and another `impl` found in the `core` crate: [INFO] [stdout] - impl Into for T [INFO] [stdout] where U: From; [INFO] [stdout] help: try using a fully qualified path to specify the expected types [INFO] [stdout] | [INFO] [stdout] 239 | self.flags |= >::into(Flags::Ack); [INFO] [stdout] | +++++++++++++++++++++++++ ~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0283]: type annotations needed [INFO] [stdout] --> src/socket/msg.rs:245:35 [INFO] [stdout] | [INFO] [stdout] 245 | self.flags |= Flags::Echo.into(); [INFO] [stdout] | -- ^^^^ [INFO] [stdout] | | [INFO] [stdout] | type must be known at this point [INFO] [stdout] | [INFO] [stdout] = note: multiple `impl`s satisfying `u16: BitOrAssign<_>` found in the `core` crate: [INFO] [stdout] - impl BitOrAssign for u16; [INFO] [stdout] - impl BitOrAssign<&u16> for u16; [INFO] [stdout] help: try using a fully qualified path to specify the expected types [INFO] [stdout] | [INFO] [stdout] 245 | self.flags |= >::into(Flags::Echo); [INFO] [stdout] | +++++++++++++++++++++++++ ~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0283]: type annotations needed [INFO] [stdout] --> src/socket/msg.rs:245:35 [INFO] [stdout] | [INFO] [stdout] 245 | self.flags |= Flags::Echo.into(); [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] note: multiple `impl`s satisfying `Flags: Into<_>` found [INFO] [stdout] --> src/socket/msg.rs:68:1 [INFO] [stdout] | [INFO] [stdout] 68 | impl Into for Flags { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] = note: and another `impl` found in the `core` crate: [INFO] [stdout] - impl Into for T [INFO] [stdout] where U: From; [INFO] [stdout] help: try using a fully qualified path to specify the expected types [INFO] [stdout] | [INFO] [stdout] 245 | self.flags |= >::into(Flags::Echo); [INFO] [stdout] | +++++++++++++++++++++++++ ~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0283]: type annotations needed [INFO] [stdout] --> src/socket/msg.rs:263:41 [INFO] [stdout] | [INFO] [stdout] 263 | self.flags |= NewFlags::Replace.into(); [INFO] [stdout] | -- ^^^^ [INFO] [stdout] | | [INFO] [stdout] | type must be known at this point [INFO] [stdout] | [INFO] [stdout] = note: multiple `impl`s satisfying `u16: BitOrAssign<_>` found in the `core` crate: [INFO] [stdout] - impl BitOrAssign for u16; [INFO] [stdout] - impl BitOrAssign<&u16> for u16; [INFO] [stdout] help: try using a fully qualified path to specify the expected types [INFO] [stdout] | [INFO] [stdout] 263 | self.flags |= >::into(NewFlags::Replace); [INFO] [stdout] | ++++++++++++++++++++++++++++ ~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0283]: type annotations needed [INFO] [stdout] --> src/socket/msg.rs:263:41 [INFO] [stdout] | [INFO] [stdout] 263 | self.flags |= NewFlags::Replace.into(); [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] note: multiple `impl`s satisfying `NewFlags: Into<_>` found [INFO] [stdout] --> src/socket/msg.rs:118:1 [INFO] [stdout] | [INFO] [stdout] 118 | impl Into for NewFlags { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] = note: and another `impl` found in the `core` crate: [INFO] [stdout] - impl Into for T [INFO] [stdout] where U: From; [INFO] [stdout] help: try using a fully qualified path to specify the expected types [INFO] [stdout] | [INFO] [stdout] 263 | self.flags |= >::into(NewFlags::Replace); [INFO] [stdout] | ++++++++++++++++++++++++++++ ~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0283]: type annotations needed [INFO] [stdout] --> src/socket/msg.rs:269:38 [INFO] [stdout] | [INFO] [stdout] 269 | self.flags |= NewFlags::Excl.into(); [INFO] [stdout] | -- ^^^^ [INFO] [stdout] | | [INFO] [stdout] | type must be known at this point [INFO] [stdout] | [INFO] [stdout] = note: multiple `impl`s satisfying `u16: BitOrAssign<_>` found in the `core` crate: [INFO] [stdout] - impl BitOrAssign for u16; [INFO] [stdout] - impl BitOrAssign<&u16> for u16; [INFO] [stdout] help: try using a fully qualified path to specify the expected types [INFO] [stdout] | [INFO] [stdout] 269 | self.flags |= >::into(NewFlags::Excl); [INFO] [stdout] | ++++++++++++++++++++++++++++ ~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0283]: type annotations needed [INFO] [stdout] --> src/socket/msg.rs:269:38 [INFO] [stdout] | [INFO] [stdout] 269 | self.flags |= NewFlags::Excl.into(); [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] note: multiple `impl`s satisfying `NewFlags: Into<_>` found [INFO] [stdout] --> src/socket/msg.rs:118:1 [INFO] [stdout] | [INFO] [stdout] 118 | impl Into for NewFlags { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] = note: and another `impl` found in the `core` crate: [INFO] [stdout] - impl Into for T [INFO] [stdout] where U: From; [INFO] [stdout] help: try using a fully qualified path to specify the expected types [INFO] [stdout] | [INFO] [stdout] 269 | self.flags |= >::into(NewFlags::Excl); [INFO] [stdout] | ++++++++++++++++++++++++++++ ~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0283]: type annotations needed [INFO] [stdout] --> src/socket/msg.rs:275:40 [INFO] [stdout] | [INFO] [stdout] 275 | self.flags |= NewFlags::Create.into(); [INFO] [stdout] | -- ^^^^ [INFO] [stdout] | | [INFO] [stdout] | type must be known at this point [INFO] [stdout] | [INFO] [stdout] = note: multiple `impl`s satisfying `u16: BitOrAssign<_>` found in the `core` crate: [INFO] [stdout] - impl BitOrAssign for u16; [INFO] [stdout] - impl BitOrAssign<&u16> for u16; [INFO] [stdout] help: try using a fully qualified path to specify the expected types [INFO] [stdout] | [INFO] [stdout] 275 | self.flags |= >::into(NewFlags::Create); [INFO] [stdout] | ++++++++++++++++++++++++++++ ~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0283]: type annotations needed [INFO] [stdout] --> src/socket/msg.rs:275:40 [INFO] [stdout] | [INFO] [stdout] 275 | self.flags |= NewFlags::Create.into(); [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] note: multiple `impl`s satisfying `NewFlags: Into<_>` found [INFO] [stdout] --> src/socket/msg.rs:118:1 [INFO] [stdout] | [INFO] [stdout] 118 | impl Into for NewFlags { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] = note: and another `impl` found in the `core` crate: [INFO] [stdout] - impl Into for T [INFO] [stdout] where U: From; [INFO] [stdout] help: try using a fully qualified path to specify the expected types [INFO] [stdout] | [INFO] [stdout] 275 | self.flags |= >::into(NewFlags::Create); [INFO] [stdout] | ++++++++++++++++++++++++++++ ~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0283]: type annotations needed [INFO] [stdout] --> src/socket/msg.rs:281:40 [INFO] [stdout] | [INFO] [stdout] 281 | self.flags |= NewFlags::Append.into(); [INFO] [stdout] | -- ^^^^ [INFO] [stdout] | | [INFO] [stdout] | type must be known at this point [INFO] [stdout] | [INFO] [stdout] = note: multiple `impl`s satisfying `u16: BitOrAssign<_>` found in the `core` crate: [INFO] [stdout] - impl BitOrAssign for u16; [INFO] [stdout] - impl BitOrAssign<&u16> for u16; [INFO] [stdout] help: try using a fully qualified path to specify the expected types [INFO] [stdout] | [INFO] [stdout] 281 | self.flags |= >::into(NewFlags::Append); [INFO] [stdout] | ++++++++++++++++++++++++++++ ~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0283]: type annotations needed [INFO] [stdout] --> src/socket/msg.rs:281:40 [INFO] [stdout] | [INFO] [stdout] 281 | self.flags |= NewFlags::Append.into(); [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] note: multiple `impl`s satisfying `NewFlags: Into<_>` found [INFO] [stdout] --> src/socket/msg.rs:118:1 [INFO] [stdout] | [INFO] [stdout] 118 | impl Into for NewFlags { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] = note: and another `impl` found in the `core` crate: [INFO] [stdout] - impl Into for T [INFO] [stdout] where U: From; [INFO] [stdout] help: try using a fully qualified path to specify the expected types [INFO] [stdout] | [INFO] [stdout] 281 | self.flags |= >::into(NewFlags::Append); [INFO] [stdout] | ++++++++++++++++++++++++++++ ~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0283]: type annotations needed [INFO] [stdout] --> src/socket/msg.rs:287:38 [INFO] [stdout] | [INFO] [stdout] 287 | self.flags |= GetFlags::Root.into(); [INFO] [stdout] | -- ^^^^ [INFO] [stdout] | | [INFO] [stdout] | type must be known at this point [INFO] [stdout] | [INFO] [stdout] = note: multiple `impl`s satisfying `u16: BitOrAssign<_>` found in the `core` crate: [INFO] [stdout] - impl BitOrAssign for u16; [INFO] [stdout] - impl BitOrAssign<&u16> for u16; [INFO] [stdout] help: try using a fully qualified path to specify the expected types [INFO] [stdout] | [INFO] [stdout] 287 | self.flags |= >::into(GetFlags::Root); [INFO] [stdout] | ++++++++++++++++++++++++++++ ~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0283]: type annotations needed [INFO] [stdout] --> src/socket/msg.rs:287:38 [INFO] [stdout] | [INFO] [stdout] 287 | self.flags |= GetFlags::Root.into(); [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] note: multiple `impl`s satisfying `GetFlags: Into<_>` found [INFO] [stdout] --> src/socket/msg.rs:93:1 [INFO] [stdout] | [INFO] [stdout] 93 | impl Into for GetFlags { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] = note: and another `impl` found in the `core` crate: [INFO] [stdout] - impl Into for T [INFO] [stdout] where U: From; [INFO] [stdout] help: try using a fully qualified path to specify the expected types [INFO] [stdout] | [INFO] [stdout] 287 | self.flags |= >::into(GetFlags::Root); [INFO] [stdout] | ++++++++++++++++++++++++++++ ~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0283]: type annotations needed [INFO] [stdout] --> src/socket/msg.rs:293:39 [INFO] [stdout] | [INFO] [stdout] 293 | self.flags |= GetFlags::Match.into(); [INFO] [stdout] | -- ^^^^ [INFO] [stdout] | | [INFO] [stdout] | type must be known at this point [INFO] [stdout] | [INFO] [stdout] = note: multiple `impl`s satisfying `u16: BitOrAssign<_>` found in the `core` crate: [INFO] [stdout] - impl BitOrAssign for u16; [INFO] [stdout] - impl BitOrAssign<&u16> for u16; [INFO] [stdout] help: try using a fully qualified path to specify the expected types [INFO] [stdout] | [INFO] [stdout] 293 | self.flags |= >::into(GetFlags::Match); [INFO] [stdout] | ++++++++++++++++++++++++++++ ~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0283]: type annotations needed [INFO] [stdout] --> src/socket/msg.rs:293:39 [INFO] [stdout] | [INFO] [stdout] 293 | self.flags |= GetFlags::Match.into(); [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] note: multiple `impl`s satisfying `GetFlags: Into<_>` found [INFO] [stdout] --> src/socket/msg.rs:93:1 [INFO] [stdout] | [INFO] [stdout] 93 | impl Into for GetFlags { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] = note: and another `impl` found in the `core` crate: [INFO] [stdout] - impl Into for T [INFO] [stdout] where U: From; [INFO] [stdout] help: try using a fully qualified path to specify the expected types [INFO] [stdout] | [INFO] [stdout] 293 | self.flags |= >::into(GetFlags::Match); [INFO] [stdout] | ++++++++++++++++++++++++++++ ~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0283]: type annotations needed [INFO] [stdout] --> src/socket/msg.rs:299:40 [INFO] [stdout] | [INFO] [stdout] 299 | self.flags |= GetFlags::Atomic.into(); [INFO] [stdout] | -- ^^^^ [INFO] [stdout] | | [INFO] [stdout] | type must be known at this point [INFO] [stdout] | [INFO] [stdout] = note: multiple `impl`s satisfying `u16: BitOrAssign<_>` found in the `core` crate: [INFO] [stdout] - impl BitOrAssign for u16; [INFO] [stdout] - impl BitOrAssign<&u16> for u16; [INFO] [stdout] help: try using a fully qualified path to specify the expected types [INFO] [stdout] | [INFO] [stdout] 299 | self.flags |= >::into(GetFlags::Atomic); [INFO] [stdout] | ++++++++++++++++++++++++++++ ~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0283]: type annotations needed [INFO] [stdout] --> src/socket/msg.rs:299:40 [INFO] [stdout] | [INFO] [stdout] 299 | self.flags |= GetFlags::Atomic.into(); [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] note: multiple `impl`s satisfying `GetFlags: Into<_>` found [INFO] [stdout] --> src/socket/msg.rs:93:1 [INFO] [stdout] | [INFO] [stdout] 93 | impl Into for GetFlags { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] = note: and another `impl` found in the `core` crate: [INFO] [stdout] - impl Into for T [INFO] [stdout] where U: From; [INFO] [stdout] help: try using a fully qualified path to specify the expected types [INFO] [stdout] | [INFO] [stdout] 299 | self.flags |= >::into(GetFlags::Atomic); [INFO] [stdout] | ++++++++++++++++++++++++++++ ~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0283]: type annotations needed [INFO] [stdout] --> src/socket/msg.rs:305:38 [INFO] [stdout] | [INFO] [stdout] 305 | self.flags |= GetFlags::Dump.into(); [INFO] [stdout] | -- ^^^^ [INFO] [stdout] | | [INFO] [stdout] | type must be known at this point [INFO] [stdout] | [INFO] [stdout] = note: multiple `impl`s satisfying `u16: BitOrAssign<_>` found in the `core` crate: [INFO] [stdout] - impl BitOrAssign for u16; [INFO] [stdout] - impl BitOrAssign<&u16> for u16; [INFO] [stdout] help: try using a fully qualified path to specify the expected types [INFO] [stdout] | [INFO] [stdout] 305 | self.flags |= >::into(GetFlags::Dump); [INFO] [stdout] | ++++++++++++++++++++++++++++ ~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0283]: type annotations needed [INFO] [stdout] --> src/socket/msg.rs:305:38 [INFO] [stdout] | [INFO] [stdout] 305 | self.flags |= GetFlags::Dump.into(); [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] note: multiple `impl`s satisfying `GetFlags: Into<_>` found [INFO] [stdout] --> src/socket/msg.rs:93:1 [INFO] [stdout] | [INFO] [stdout] 93 | impl Into for GetFlags { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] = note: and another `impl` found in the `core` crate: [INFO] [stdout] - impl Into for T [INFO] [stdout] where U: From; [INFO] [stdout] help: try using a fully qualified path to specify the expected types [INFO] [stdout] | [INFO] [stdout] 305 | self.flags |= >::into(GetFlags::Dump); [INFO] [stdout] | ++++++++++++++++++++++++++++ ~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0283]: type annotations needed [INFO] [stdout] --> src/socket/msg.rs:233:36 [INFO] [stdout] | [INFO] [stdout] 233 | self.flags |= Flags::Multi.into(); [INFO] [stdout] | -- ^^^^ [INFO] [stdout] | | [INFO] [stdout] | type must be known at this point [INFO] [stdout] | [INFO] [stdout] = note: multiple `impl`s satisfying `u16: BitOrAssign<_>` found in the `core` crate: [INFO] [stdout] - impl BitOrAssign for u16; [INFO] [stdout] - impl BitOrAssign<&u16> for u16; [INFO] [stdout] help: try using a fully qualified path to specify the expected types [INFO] [stdout] | [INFO] [stdout] 233 | self.flags |= >::into(Flags::Multi); [INFO] [stdout] | +++++++++++++++++++++++++ ~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0283]: type annotations needed [INFO] [stdout] --> src/socket/msg.rs:233:36 [INFO] [stdout] | [INFO] [stdout] 233 | self.flags |= Flags::Multi.into(); [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] note: multiple `impl`s satisfying `Flags: Into<_>` found [INFO] [stdout] --> src/socket/msg.rs:68:1 [INFO] [stdout] | [INFO] [stdout] 68 | impl Into for Flags { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] = note: and another `impl` found in the `core` crate: [INFO] [stdout] - impl Into for T [INFO] [stdout] where U: From; [INFO] [stdout] help: try using a fully qualified path to specify the expected types [INFO] [stdout] | [INFO] [stdout] 233 | self.flags |= >::into(Flags::Multi); [INFO] [stdout] | +++++++++++++++++++++++++ ~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0283]: type annotations needed [INFO] [stdout] --> src/socket/msg.rs:239:34 [INFO] [stdout] | [INFO] [stdout] 239 | self.flags |= Flags::Ack.into(); [INFO] [stdout] | -- ^^^^ [INFO] [stdout] | | [INFO] [stdout] | type must be known at this point [INFO] [stdout] | [INFO] [stdout] = note: multiple `impl`s satisfying `u16: BitOrAssign<_>` found in the `core` crate: [INFO] [stdout] - impl BitOrAssign for u16; [INFO] [stdout] - impl BitOrAssign<&u16> for u16; [INFO] [stdout] help: try using a fully qualified path to specify the expected types [INFO] [stdout] | [INFO] [stdout] 239 | self.flags |= >::into(Flags::Ack); [INFO] [stdout] | +++++++++++++++++++++++++ ~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0283]: type annotations needed [INFO] [stdout] --> src/socket/msg.rs:239:34 [INFO] [stdout] | [INFO] [stdout] 239 | self.flags |= Flags::Ack.into(); [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] note: multiple `impl`s satisfying `Flags: Into<_>` found [INFO] [stdout] --> src/socket/msg.rs:68:1 [INFO] [stdout] | [INFO] [stdout] 68 | impl Into for Flags { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] = note: and another `impl` found in the `core` crate: [INFO] [stdout] - impl Into for T [INFO] [stdout] where U: From; [INFO] [stdout] help: try using a fully qualified path to specify the expected types [INFO] [stdout] | [INFO] [stdout] 239 | self.flags |= >::into(Flags::Ack); [INFO] [stdout] | +++++++++++++++++++++++++ ~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0283]: type annotations needed [INFO] [stdout] --> src/socket/msg.rs:245:35 [INFO] [stdout] | [INFO] [stdout] 245 | self.flags |= Flags::Echo.into(); [INFO] [stdout] | -- ^^^^ [INFO] [stdout] | | [INFO] [stdout] | type must be known at this point [INFO] [stdout] | [INFO] [stdout] = note: multiple `impl`s satisfying `u16: BitOrAssign<_>` found in the `core` crate: [INFO] [stdout] - impl BitOrAssign for u16; [INFO] [stdout] - impl BitOrAssign<&u16> for u16; [INFO] [stdout] help: try using a fully qualified path to specify the expected types [INFO] [stdout] | [INFO] [stdout] 245 | self.flags |= >::into(Flags::Echo); [INFO] [stdout] | +++++++++++++++++++++++++ ~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0283]: type annotations needed [INFO] [stdout] --> src/socket/msg.rs:245:35 [INFO] [stdout] | [INFO] [stdout] 245 | self.flags |= Flags::Echo.into(); [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] note: multiple `impl`s satisfying `Flags: Into<_>` found [INFO] [stdout] --> src/socket/msg.rs:68:1 [INFO] [stdout] | [INFO] [stdout] 68 | impl Into for Flags { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] = note: and another `impl` found in the `core` crate: [INFO] [stdout] - impl Into for T [INFO] [stdout] where U: From; [INFO] [stdout] help: try using a fully qualified path to specify the expected types [INFO] [stdout] | [INFO] [stdout] 245 | self.flags |= >::into(Flags::Echo); [INFO] [stdout] | +++++++++++++++++++++++++ ~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0283]: type annotations needed [INFO] [stdout] --> src/socket/msg.rs:263:41 [INFO] [stdout] | [INFO] [stdout] 263 | self.flags |= NewFlags::Replace.into(); [INFO] [stdout] | -- ^^^^ [INFO] [stdout] | | [INFO] [stdout] | type must be known at this point [INFO] [stdout] | [INFO] [stdout] = note: multiple `impl`s satisfying `u16: BitOrAssign<_>` found in the `core` crate: [INFO] [stdout] - impl BitOrAssign for u16; [INFO] [stdout] - impl BitOrAssign<&u16> for u16; [INFO] [stdout] help: try using a fully qualified path to specify the expected types [INFO] [stdout] | [INFO] [stdout] 263 | self.flags |= >::into(NewFlags::Replace); [INFO] [stdout] | ++++++++++++++++++++++++++++ ~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0283]: type annotations needed [INFO] [stdout] --> src/socket/msg.rs:263:41 [INFO] [stdout] | [INFO] [stdout] 263 | self.flags |= NewFlags::Replace.into(); [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] note: multiple `impl`s satisfying `NewFlags: Into<_>` found [INFO] [stdout] --> src/socket/msg.rs:118:1 [INFO] [stdout] | [INFO] [stdout] 118 | impl Into for NewFlags { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] = note: and another `impl` found in the `core` crate: [INFO] [stdout] - impl Into for T [INFO] [stdout] where U: From; [INFO] [stdout] help: try using a fully qualified path to specify the expected types [INFO] [stdout] | [INFO] [stdout] 263 | self.flags |= >::into(NewFlags::Replace); [INFO] [stdout] | ++++++++++++++++++++++++++++ ~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0283]: type annotations needed [INFO] [stdout] --> src/socket/msg.rs:269:38 [INFO] [stdout] | [INFO] [stdout] 269 | self.flags |= NewFlags::Excl.into(); [INFO] [stdout] | -- ^^^^ [INFO] [stdout] | | [INFO] [stdout] | type must be known at this point [INFO] [stdout] | [INFO] [stdout] = note: multiple `impl`s satisfying `u16: BitOrAssign<_>` found in the `core` crate: [INFO] [stdout] - impl BitOrAssign for u16; [INFO] [stdout] - impl BitOrAssign<&u16> for u16; [INFO] [stdout] help: try using a fully qualified path to specify the expected types [INFO] [stdout] | [INFO] [stdout] 269 | self.flags |= >::into(NewFlags::Excl); [INFO] [stdout] | ++++++++++++++++++++++++++++ ~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0283]: type annotations needed [INFO] [stdout] --> src/socket/msg.rs:269:38 [INFO] [stdout] | [INFO] [stdout] 269 | self.flags |= NewFlags::Excl.into(); [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] note: multiple `impl`s satisfying `NewFlags: Into<_>` found [INFO] [stdout] --> src/socket/msg.rs:118:1 [INFO] [stdout] | [INFO] [stdout] 118 | impl Into for NewFlags { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] = note: and another `impl` found in the `core` crate: [INFO] [stdout] - impl Into for T [INFO] [stdout] where U: From; [INFO] [stdout] help: try using a fully qualified path to specify the expected types [INFO] [stdout] | [INFO] [stdout] 269 | self.flags |= >::into(NewFlags::Excl); [INFO] [stdout] | ++++++++++++++++++++++++++++ ~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0283]: type annotations needed [INFO] [stdout] --> src/socket/msg.rs:275:40 [INFO] [stdout] | [INFO] [stdout] 275 | self.flags |= NewFlags::Create.into(); [INFO] [stdout] | -- ^^^^ [INFO] [stdout] | | [INFO] [stdout] | type must be known at this point [INFO] [stdout] | [INFO] [stdout] = note: multiple `impl`s satisfying `u16: BitOrAssign<_>` found in the `core` crate: [INFO] [stdout] - impl BitOrAssign for u16; [INFO] [stdout] - impl BitOrAssign<&u16> for u16; [INFO] [stdout] help: try using a fully qualified path to specify the expected types [INFO] [stdout] | [INFO] [stdout] 275 | self.flags |= >::into(NewFlags::Create); [INFO] [stdout] | ++++++++++++++++++++++++++++ ~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0283]: type annotations needed [INFO] [stdout] --> src/socket/msg.rs:275:40 [INFO] [stdout] | [INFO] [stdout] 275 | self.flags |= NewFlags::Create.into(); [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] note: multiple `impl`s satisfying `NewFlags: Into<_>` found [INFO] [stdout] --> src/socket/msg.rs:118:1 [INFO] [stdout] | [INFO] [stdout] 118 | impl Into for NewFlags { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] = note: and another `impl` found in the `core` crate: [INFO] [stdout] - impl Into for T [INFO] [stdout] where U: From; [INFO] [stdout] help: try using a fully qualified path to specify the expected types [INFO] [stdout] | [INFO] [stdout] 275 | self.flags |= >::into(NewFlags::Create); [INFO] [stdout] | ++++++++++++++++++++++++++++ ~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0283]: type annotations needed [INFO] [stdout] --> src/socket/msg.rs:281:40 [INFO] [stdout] | [INFO] [stdout] 281 | self.flags |= NewFlags::Append.into(); [INFO] [stdout] | -- ^^^^ [INFO] [stdout] | | [INFO] [stdout] | type must be known at this point [INFO] [stdout] | [INFO] [stdout] = note: multiple `impl`s satisfying `u16: BitOrAssign<_>` found in the `core` crate: [INFO] [stdout] - impl BitOrAssign for u16; [INFO] [stdout] - impl BitOrAssign<&u16> for u16; [INFO] [stdout] help: try using a fully qualified path to specify the expected types [INFO] [stdout] | [INFO] [stdout] 281 | self.flags |= >::into(NewFlags::Append); [INFO] [stdout] | ++++++++++++++++++++++++++++ ~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0283]: type annotations needed [INFO] [stdout] --> src/socket/msg.rs:281:40 [INFO] [stdout] | [INFO] [stdout] 281 | self.flags |= NewFlags::Append.into(); [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] note: multiple `impl`s satisfying `NewFlags: Into<_>` found [INFO] [stdout] --> src/socket/msg.rs:118:1 [INFO] [stdout] | [INFO] [stdout] 118 | impl Into for NewFlags { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] = note: and another `impl` found in the `core` crate: [INFO] [stdout] - impl Into for T [INFO] [stdout] where U: From; [INFO] [stdout] help: try using a fully qualified path to specify the expected types [INFO] [stdout] | [INFO] [stdout] 281 | self.flags |= >::into(NewFlags::Append); [INFO] [stdout] | ++++++++++++++++++++++++++++ ~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0283]: type annotations needed [INFO] [stdout] --> src/socket/msg.rs:287:38 [INFO] [stdout] | [INFO] [stdout] 287 | self.flags |= GetFlags::Root.into(); [INFO] [stdout] | -- ^^^^ [INFO] [stdout] | | [INFO] [stdout] | type must be known at this point [INFO] [stdout] | [INFO] [stdout] = note: multiple `impl`s satisfying `u16: BitOrAssign<_>` found in the `core` crate: [INFO] [stdout] - impl BitOrAssign for u16; [INFO] [stdout] - impl BitOrAssign<&u16> for u16; [INFO] [stdout] help: try using a fully qualified path to specify the expected types [INFO] [stdout] | [INFO] [stdout] 287 | self.flags |= >::into(GetFlags::Root); [INFO] [stdout] | ++++++++++++++++++++++++++++ ~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0283]: type annotations needed [INFO] [stdout] --> src/socket/msg.rs:287:38 [INFO] [stdout] | [INFO] [stdout] 287 | self.flags |= GetFlags::Root.into(); [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] note: multiple `impl`s satisfying `GetFlags: Into<_>` found [INFO] [stdout] --> src/socket/msg.rs:93:1 [INFO] [stdout] | [INFO] [stdout] 93 | impl Into for GetFlags { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] = note: and another `impl` found in the `core` crate: [INFO] [stdout] - impl Into for T [INFO] [stdout] where U: From; [INFO] [stdout] help: try using a fully qualified path to specify the expected types [INFO] [stdout] | [INFO] [stdout] 287 | self.flags |= >::into(GetFlags::Root); [INFO] [stdout] | ++++++++++++++++++++++++++++ ~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0283]: type annotations needed [INFO] [stdout] --> src/socket/msg.rs:293:39 [INFO] [stdout] | [INFO] [stdout] 293 | self.flags |= GetFlags::Match.into(); [INFO] [stdout] | -- ^^^^ [INFO] [stdout] | | [INFO] [stdout] | type must be known at this point [INFO] [stdout] | [INFO] [stdout] = note: multiple `impl`s satisfying `u16: BitOrAssign<_>` found in the `core` crate: [INFO] [stdout] - impl BitOrAssign for u16; [INFO] [stdout] - impl BitOrAssign<&u16> for u16; [INFO] [stdout] help: try using a fully qualified path to specify the expected types [INFO] [stdout] | [INFO] [stdout] 293 | self.flags |= >::into(GetFlags::Match); [INFO] [stdout] | ++++++++++++++++++++++++++++ ~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0283]: type annotations needed [INFO] [stdout] --> src/socket/msg.rs:293:39 [INFO] [stdout] | [INFO] [stdout] 293 | self.flags |= GetFlags::Match.into(); [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] note: multiple `impl`s satisfying `GetFlags: Into<_>` found [INFO] [stdout] --> src/socket/msg.rs:93:1 [INFO] [stdout] | [INFO] [stdout] 93 | impl Into for GetFlags { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] = note: and another `impl` found in the `core` crate: [INFO] [stdout] - impl Into for T [INFO] [stdout] where U: From; [INFO] [stdout] help: try using a fully qualified path to specify the expected types [INFO] [stdout] | [INFO] [stdout] 293 | self.flags |= >::into(GetFlags::Match); [INFO] [stdout] | ++++++++++++++++++++++++++++ ~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0283]: type annotations needed [INFO] [stdout] --> src/socket/msg.rs:299:40 [INFO] [stdout] | [INFO] [stdout] 299 | self.flags |= GetFlags::Atomic.into(); [INFO] [stdout] | -- ^^^^ [INFO] [stdout] | | [INFO] [stdout] | type must be known at this point [INFO] [stdout] | [INFO] [stdout] = note: multiple `impl`s satisfying `u16: BitOrAssign<_>` found in the `core` crate: [INFO] [stdout] - impl BitOrAssign for u16; [INFO] [stdout] - impl BitOrAssign<&u16> for u16; [INFO] [stdout] help: try using a fully qualified path to specify the expected types [INFO] [stdout] | [INFO] [stdout] 299 | self.flags |= >::into(GetFlags::Atomic); [INFO] [stdout] | ++++++++++++++++++++++++++++ ~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0283]: type annotations needed [INFO] [stdout] --> src/socket/msg.rs:299:40 [INFO] [stdout] | [INFO] [stdout] 299 | self.flags |= GetFlags::Atomic.into(); [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] note: multiple `impl`s satisfying `GetFlags: Into<_>` found [INFO] [stdout] --> src/socket/msg.rs:93:1 [INFO] [stdout] | [INFO] [stdout] 93 | impl Into for GetFlags { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] = note: and another `impl` found in the `core` crate: [INFO] [stdout] - impl Into for T [INFO] [stdout] where U: From; [INFO] [stdout] help: try using a fully qualified path to specify the expected types [INFO] [stdout] | [INFO] [stdout] 299 | self.flags |= >::into(GetFlags::Atomic); [INFO] [stdout] | ++++++++++++++++++++++++++++ ~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0283]: type annotations needed [INFO] [stdout] --> src/socket/msg.rs:305:38 [INFO] [stdout] | [INFO] [stdout] 305 | self.flags |= GetFlags::Dump.into(); [INFO] [stdout] | -- ^^^^ [INFO] [stdout] | | [INFO] [stdout] | type must be known at this point [INFO] [stdout] | [INFO] [stdout] = note: multiple `impl`s satisfying `u16: BitOrAssign<_>` found in the `core` crate: [INFO] [stdout] - impl BitOrAssign for u16; [INFO] [stdout] - impl BitOrAssign<&u16> for u16; [INFO] [stdout] help: try using a fully qualified path to specify the expected types [INFO] [stdout] | [INFO] [stdout] 305 | self.flags |= >::into(GetFlags::Dump); [INFO] [stdout] | ++++++++++++++++++++++++++++ ~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0283]: type annotations needed [INFO] [stdout] --> src/socket/msg.rs:305:38 [INFO] [stdout] | [INFO] [stdout] 305 | self.flags |= GetFlags::Dump.into(); [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] note: multiple `impl`s satisfying `GetFlags: Into<_>` found [INFO] [stdout] --> src/socket/msg.rs:93:1 [INFO] [stdout] | [INFO] [stdout] 93 | impl Into for GetFlags { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] = note: and another `impl` found in the `core` crate: [INFO] [stdout] - impl Into for T [INFO] [stdout] where U: From; [INFO] [stdout] help: try using a fully qualified path to specify the expected types [INFO] [stdout] | [INFO] [stdout] 305 | self.flags |= >::into(GetFlags::Dump); [INFO] [stdout] | ++++++++++++++++++++++++++++ ~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0283`. [INFO] [stdout] [INFO] [stderr] error: could not compile `netlink-rs` (lib) due to 22 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] For more information about this error, try `rustc --explain E0283`. [INFO] [stdout] [INFO] [stderr] error: could not compile `netlink-rs` (lib test) due to 22 previous errors [INFO] running `Command { std: "docker" "inspect" "ff31a8e0c3b1592f9f81c30be42df4e180945df94fd9cebd764688d9e9cb6af0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ff31a8e0c3b1592f9f81c30be42df4e180945df94fd9cebd764688d9e9cb6af0", kill_on_drop: false }` [INFO] [stdout] ff31a8e0c3b1592f9f81c30be42df4e180945df94fd9cebd764688d9e9cb6af0