[INFO] fetching crate netlink-rs 0.0.3... [INFO] checking netlink-rs-0.0.3 against master#506512391b1a75ae450d36c9420978402a91abcc for pr-125384 [INFO] extracting crate netlink-rs 0.0.3 into /workspace/builds/worker-5-tc1/source [INFO] validating manifest of crates.io crate netlink-rs 0.0.3 on toolchain 506512391b1a75ae450d36c9420978402a91abcc [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+506512391b1a75ae450d36c9420978402a91abcc" "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-5-tc1/source/Cargo.toml [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+506512391b1a75ae450d36c9420978402a91abcc" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 3 packages to latest compatible versions [INFO] [stderr] Adding byteorder v0.5.3 (latest: v1.5.0) [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+506512391b1a75ae450d36c9420978402a91abcc" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:beeedbb442662e57d416641ecc3200b38e573c25b057896194468d05594dd835" "/opt/rustwide/cargo-home/bin/cargo" "+506512391b1a75ae450d36c9420978402a91abcc" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 5fbab8692dd1a4bdc6db5019f0f78f95336642093e3bf6a2773ce77467a93785 [INFO] running `Command { std: "docker" "start" "-a" "5fbab8692dd1a4bdc6db5019f0f78f95336642093e3bf6a2773ce77467a93785", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "5fbab8692dd1a4bdc6db5019f0f78f95336642093e3bf6a2773ce77467a93785", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5fbab8692dd1a4bdc6db5019f0f78f95336642093e3bf6a2773ce77467a93785", kill_on_drop: false }` [INFO] [stdout] 5fbab8692dd1a4bdc6db5019f0f78f95336642093e3bf6a2773ce77467a93785 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:beeedbb442662e57d416641ecc3200b38e573c25b057896194468d05594dd835" "/opt/rustwide/cargo-home/bin/cargo" "+506512391b1a75ae450d36c9420978402a91abcc" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 395e15464b9302f14965e86f06d8caabe48998724cf47638f304d24ceee7896e [INFO] running `Command { std: "docker" "start" "-a" "395e15464b9302f14965e86f06d8caabe48998724cf47638f304d24ceee7896e", kill_on_drop: false }` [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] | 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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: aborting due to 22 previous errors [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 23 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error: aborting due to 22 previous errors [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 test) due to 23 previous errors [INFO] running `Command { std: "docker" "inspect" "395e15464b9302f14965e86f06d8caabe48998724cf47638f304d24ceee7896e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "395e15464b9302f14965e86f06d8caabe48998724cf47638f304d24ceee7896e", kill_on_drop: false }` [INFO] [stdout] 395e15464b9302f14965e86f06d8caabe48998724cf47638f304d24ceee7896e [INFO] checking netlink-rs-0.0.3 against try#dae34b759e282c069aa28752564694effd121a63 for pr-125384 [INFO] extracting crate netlink-rs 0.0.3 into /workspace/builds/worker-5-tc2/source [INFO] validating manifest of crates.io crate netlink-rs 0.0.3 on toolchain dae34b759e282c069aa28752564694effd121a63 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+dae34b759e282c069aa28752564694effd121a63" "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-5-tc2/source/Cargo.toml [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+dae34b759e282c069aa28752564694effd121a63" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 3 packages to latest compatible versions [INFO] [stderr] Adding byteorder v0.5.3 (latest: v1.5.0) [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+dae34b759e282c069aa28752564694effd121a63" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:beeedbb442662e57d416641ecc3200b38e573c25b057896194468d05594dd835" "/opt/rustwide/cargo-home/bin/cargo" "+dae34b759e282c069aa28752564694effd121a63" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] b1586bd512b13e4b0449fbeafd9da2e25984ce6d5c62d0924477f8f58c1570cf [INFO] running `Command { std: "docker" "start" "-a" "b1586bd512b13e4b0449fbeafd9da2e25984ce6d5c62d0924477f8f58c1570cf", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "b1586bd512b13e4b0449fbeafd9da2e25984ce6d5c62d0924477f8f58c1570cf", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b1586bd512b13e4b0449fbeafd9da2e25984ce6d5c62d0924477f8f58c1570cf", kill_on_drop: false }` [INFO] [stdout] b1586bd512b13e4b0449fbeafd9da2e25984ce6d5c62d0924477f8f58c1570cf [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=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:beeedbb442662e57d416641ecc3200b38e573c25b057896194468d05594dd835" "/opt/rustwide/cargo-home/bin/cargo" "+dae34b759e282c069aa28752564694effd121a63" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 4222a262bee6cfd383d6d399ea02190d31b889b5f9bfb5b7b642be321c06c642 [INFO] running `Command { std: "docker" "start" "-a" "4222a262bee6cfd383d6d399ea02190d31b889b5f9bfb5b7b642be321c06c642", kill_on_drop: false }` [INFO] [stderr] Copying to /tmp/fixit [INFO] [stderr] no edition found in manifest, probably 2015, skipping [INFO] running `Command { std: "docker" "inspect" "4222a262bee6cfd383d6d399ea02190d31b889b5f9bfb5b7b642be321c06c642", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4222a262bee6cfd383d6d399ea02190d31b889b5f9bfb5b7b642be321c06c642", kill_on_drop: false }` [INFO] [stdout] 4222a262bee6cfd383d6d399ea02190d31b889b5f9bfb5b7b642be321c06c642