[INFO] fetching crate netlink-rs 0.0.3...
[INFO] checking netlink-rs-0.0.3 against master#c2f2db79ca3024f68d22b45aa22b570775c2c4ad for pr-124157
[INFO] extracting crate netlink-rs 0.0.3 into /workspace/builds/worker-7-tc1/source
[INFO] validating manifest of crates.io crate netlink-rs 0.0.3 on toolchain c2f2db79ca3024f68d22b45aa22b570775c2c4ad
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2f2db79ca3024f68d22b45aa22b570775c2c4ad" "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-7-tc1/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2f2db79ca3024f68d22b45aa22b570775c2c4ad" "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" "+c2f2db79ca3024f68d22b45aa22b570775c2c4ad" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:99613afd962a8cfa530ec1899472a458bd015a1ab0af876cf7eb06f6006d81ea" "/opt/rustwide/cargo-home/bin/cargo" "+c2f2db79ca3024f68d22b45aa22b570775c2c4ad" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] b3cc4f6f5bbacba68e0cd6fc620eb3aeaba50230210efb0426adb172fa184e5b
[INFO] running `Command { std: "docker" "start" "-a" "b3cc4f6f5bbacba68e0cd6fc620eb3aeaba50230210efb0426adb172fa184e5b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "b3cc4f6f5bbacba68e0cd6fc620eb3aeaba50230210efb0426adb172fa184e5b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b3cc4f6f5bbacba68e0cd6fc620eb3aeaba50230210efb0426adb172fa184e5b", kill_on_drop: false }`
[INFO] [stdout] b3cc4f6f5bbacba68e0cd6fc620eb3aeaba50230210efb0426adb172fa184e5b
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:99613afd962a8cfa530ec1899472a458bd015a1ab0af876cf7eb06f6006d81ea" "/opt/rustwide/cargo-home/bin/cargo" "+c2f2db79ca3024f68d22b45aa22b570775c2c4ad" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 1f2ec76e7d45c6f89468abe0c8444a6a0cd02fb889d5a4bb54a27f120baa8df2
[INFO] running `Command { std: "docker" "start" "-a" "1f2ec76e7d45c6f89468abe0c8444a6a0cd02fb889d5a4bb54a27f120baa8df2", kill_on_drop: false }`
[INFO] [stderr]     Checking byteorder v0.5.3
[INFO] [stderr]     Checking netlink-rs v0.0.3 (/opt/rustwide/workdir)
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/socket/socket_impl/mod.rs:131:39
[INFO] [stdout]     |
[INFO] [stdout] 131 |         let (socket_addr, received) = try!(self.recvfrom_into(&mut a[..], flags));
[INFO] [stdout]     |                                       ^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/socket/socket_impl/mod.rs:158:24
[INFO] [stdout]     |
[INFO] [stdout] 158 |         let received = try!(self.recv_into(&mut a[..], flags));
[INFO] [stdout]     |                        ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/socket/msg.rs:190:19
[INFO] [stdout]     |
[INFO] [stdout] 190 |         let len = try!(cursor.read_u32::<NativeEndian>());
[INFO] [stdout]     |                   ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/socket/msg.rs:191:23
[INFO] [stdout]     |
[INFO] [stdout] 191 |         let nl_type = try!(cursor.read_u16::<NativeEndian>());
[INFO] [stdout]     |                       ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/socket/msg.rs:192:21
[INFO] [stdout]     |
[INFO] [stdout] 192 |         let flags = try!(cursor.read_u16::<NativeEndian>());
[INFO] [stdout]     |                     ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/socket/msg.rs:193:19
[INFO] [stdout]     |
[INFO] [stdout] 193 |         let seq = try!(cursor.read_u32::<NativeEndian>());
[INFO] [stdout]     |                   ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/socket/msg.rs:194:19
[INFO] [stdout]     |
[INFO] [stdout] 194 |         let pid = try!(cursor.read_u32::<NativeEndian>());
[INFO] [stdout]     |                   ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/socket/mod.rs:72:19
[INFO] [stdout]    |
[INFO] [stdout] 72 |         let err = try!(cursor.read_u32::<NativeEndian>());
[INFO] [stdout]    |                   ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/socket/mod.rs:74:25
[INFO] [stdout]    |
[INFO] [stdout] 74 |         let (hdr, n2) = try!(NlMsgHeader::from_bytes(&bytes[n..]));
[INFO] [stdout]    |                         ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/socket/mod.rs:93:17
[INFO] [stdout]    |
[INFO] [stdout] 93 |                 try!(vec.write_u32::<NativeEndian>(0));
[INFO] [stdout]    |                 ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/socket/mod.rs:94:17
[INFO] [stdout]    |
[INFO] [stdout] 94 |                 try!(vec.write(h.bytes()));
[INFO] [stdout]    |                 ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/socket/mod.rs:99:17
[INFO] [stdout]    |
[INFO] [stdout] 99 |                 try!(vec.write_u32::<NativeEndian>(1));
[INFO] [stdout]    |                 ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/socket/mod.rs:100:17
[INFO] [stdout]     |
[INFO] [stdout] 100 |                 try!(vec.write(h.bytes()));
[INFO] [stdout]     |                 ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/socket/mod.rs:115:24
[INFO] [stdout]     |
[INFO] [stdout] 115 |         let (hdr, n) = try!(NlMsgHeader::from_bytes(bytes));
[INFO] [stdout]     |                        ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/socket/mod.rs:121:17
[INFO] [stdout]     |
[INFO] [stdout] 121 |                 try!(Payload::nlmsg_error(&bytes[n..]))
[INFO] [stdout]     |                 ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/socket/mod.rs:125:17
[INFO] [stdout]     |
[INFO] [stdout] 125 |                 try!(Payload::data(&bytes[n..], msg_len))
[INFO] [stdout]     |                 ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/socket/mod.rs:144:27
[INFO] [stdout]     |
[INFO] [stdout] 144 |         let mut payload = try!(self.payload.bytes());
[INFO] [stdout]     |                           ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/socket/mod.rs:174:17
[INFO] [stdout]     |
[INFO] [stdout] 174 |         let s = try!(SocketImpl::new(AF_NETLINK, SOCK_RAW, protocol.into()));
[INFO] [stdout]     |                 ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/socket/mod.rs:194:21
[INFO] [stdout]     |
[INFO] [stdout] 194 |             let b = try!(message.bytes());
[INFO] [stdout]     |                     ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/socket/mod.rs:202:29
[INFO] [stdout]     |
[INFO] [stdout] 202 |                 let mut b = try!(m.bytes());
[INFO] [stdout]     |                             ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/socket/mod.rs:211:26
[INFO] [stdout]     |
[INFO] [stdout] 211 |         let (saddr, _) = try!(self.inner.recvfrom_into(buffer, 0));
[INFO] [stdout]     |                          ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/socket/mod.rs:212:20
[INFO] [stdout]     |
[INFO] [stdout] 212 |         let addr = try!(sockaddr_to_netlinkaddr(&saddr));
[INFO] [stdout]     |                    ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/socket/socket_impl/mod.rs:131:39
[INFO] [stdout]     |
[INFO] [stdout] 131 |         let (socket_addr, received) = try!(self.recvfrom_into(&mut a[..], flags));
[INFO] [stdout]     |                                       ^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/socket/socket_impl/mod.rs:158:24
[INFO] [stdout]     |
[INFO] [stdout] 158 |         let received = try!(self.recv_into(&mut a[..], flags));
[INFO] [stdout]     |                        ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/socket/msg.rs:190:19
[INFO] [stdout]     |
[INFO] [stdout] 190 |         let len = try!(cursor.read_u32::<NativeEndian>());
[INFO] [stdout]     |                   ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/socket/msg.rs:191:23
[INFO] [stdout]     |
[INFO] [stdout] 191 |         let nl_type = try!(cursor.read_u16::<NativeEndian>());
[INFO] [stdout]     |                       ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/socket/msg.rs:192:21
[INFO] [stdout]     |
[INFO] [stdout] 192 |         let flags = try!(cursor.read_u16::<NativeEndian>());
[INFO] [stdout]     |                     ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/socket/msg.rs:193:19
[INFO] [stdout]     |
[INFO] [stdout] 193 |         let seq = try!(cursor.read_u32::<NativeEndian>());
[INFO] [stdout]     |                   ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/socket/msg.rs:194:19
[INFO] [stdout]     |
[INFO] [stdout] 194 |         let pid = try!(cursor.read_u32::<NativeEndian>());
[INFO] [stdout]     |                   ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/socket/mod.rs:72:19
[INFO] [stdout]    |
[INFO] [stdout] 72 |         let err = try!(cursor.read_u32::<NativeEndian>());
[INFO] [stdout]    |                   ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/socket/mod.rs:74:25
[INFO] [stdout]    |
[INFO] [stdout] 74 |         let (hdr, n2) = try!(NlMsgHeader::from_bytes(&bytes[n..]));
[INFO] [stdout]    |                         ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/socket/mod.rs:93:17
[INFO] [stdout]    |
[INFO] [stdout] 93 |                 try!(vec.write_u32::<NativeEndian>(0));
[INFO] [stdout]    |                 ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/socket/mod.rs:94:17
[INFO] [stdout]    |
[INFO] [stdout] 94 |                 try!(vec.write(h.bytes()));
[INFO] [stdout]    |                 ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/socket/mod.rs:99:17
[INFO] [stdout]    |
[INFO] [stdout] 99 |                 try!(vec.write_u32::<NativeEndian>(1));
[INFO] [stdout]    |                 ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/socket/mod.rs:100:17
[INFO] [stdout]     |
[INFO] [stdout] 100 |                 try!(vec.write(h.bytes()));
[INFO] [stdout]     |                 ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/socket/mod.rs:115:24
[INFO] [stdout]     |
[INFO] [stdout] 115 |         let (hdr, n) = try!(NlMsgHeader::from_bytes(bytes));
[INFO] [stdout]     |                        ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/socket/mod.rs:121:17
[INFO] [stdout]     |
[INFO] [stdout] 121 |                 try!(Payload::nlmsg_error(&bytes[n..]))
[INFO] [stdout]     |                 ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/socket/mod.rs:125:17
[INFO] [stdout]     |
[INFO] [stdout] 125 |                 try!(Payload::data(&bytes[n..], msg_len))
[INFO] [stdout]     |                 ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/socket/mod.rs:144:27
[INFO] [stdout]     |
[INFO] [stdout] 144 |         let mut payload = try!(self.payload.bytes());
[INFO] [stdout]     |                           ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/socket/mod.rs:174:17
[INFO] [stdout]     |
[INFO] [stdout] 174 |         let s = try!(SocketImpl::new(AF_NETLINK, SOCK_RAW, protocol.into()));
[INFO] [stdout]     |                 ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/socket/mod.rs:194:21
[INFO] [stdout]     |
[INFO] [stdout] 194 |             let b = try!(message.bytes());
[INFO] [stdout]     |                     ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/socket/mod.rs:202:29
[INFO] [stdout]     |
[INFO] [stdout] 202 |                 let mut b = try!(m.bytes());
[INFO] [stdout]     |                             ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/socket/mod.rs:211:26
[INFO] [stdout]     |
[INFO] [stdout] 211 |         let (saddr, _) = try!(self.inner.recvfrom_into(buffer, 0));
[INFO] [stdout]     |                          ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/socket/mod.rs:212:20
[INFO] [stdout]     |
[INFO] [stdout] 212 |         let addr = try!(sockaddr_to_netlinkaddr(&saddr));
[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 |= <Flags as Into<T>>::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<u16> for Flags {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: and another `impl` found in the `core` crate:
[INFO] [stdout]             - impl<T, U> Into<U> for T
[INFO] [stdout]               where U: From<T>;
[INFO] [stdout] help: try using a fully qualified path to specify the expected types
[INFO] [stdout]     |
[INFO] [stdout] 233 |         self.flags |= <Flags as Into<T>>::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 |= <Flags as Into<T>>::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<u16> for Flags {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: and another `impl` found in the `core` crate:
[INFO] [stdout]             - impl<T, U> Into<U> for T
[INFO] [stdout]               where U: From<T>;
[INFO] [stdout] help: try using a fully qualified path to specify the expected types
[INFO] [stdout]     |
[INFO] [stdout] 239 |         self.flags |= <Flags as Into<T>>::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 |= <Flags as Into<T>>::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<u16> for Flags {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: and another `impl` found in the `core` crate:
[INFO] [stdout]             - impl<T, U> Into<U> for T
[INFO] [stdout]               where U: From<T>;
[INFO] [stdout] help: try using a fully qualified path to specify the expected types
[INFO] [stdout]     |
[INFO] [stdout] 245 |         self.flags |= <Flags as Into<T>>::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 |= <NewFlags as Into<T>>::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<u16> for NewFlags {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: and another `impl` found in the `core` crate:
[INFO] [stdout]             - impl<T, U> Into<U> for T
[INFO] [stdout]               where U: From<T>;
[INFO] [stdout] help: try using a fully qualified path to specify the expected types
[INFO] [stdout]     |
[INFO] [stdout] 263 |         self.flags |= <NewFlags as Into<T>>::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 |= <NewFlags as Into<T>>::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<u16> for NewFlags {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: and another `impl` found in the `core` crate:
[INFO] [stdout]             - impl<T, U> Into<U> for T
[INFO] [stdout]               where U: From<T>;
[INFO] [stdout] help: try using a fully qualified path to specify the expected types
[INFO] [stdout]     |
[INFO] [stdout] 269 |         self.flags |= <NewFlags as Into<T>>::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 |= <NewFlags as Into<T>>::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<u16> for NewFlags {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: and another `impl` found in the `core` crate:
[INFO] [stdout]             - impl<T, U> Into<U> for T
[INFO] [stdout]               where U: From<T>;
[INFO] [stdout] help: try using a fully qualified path to specify the expected types
[INFO] [stdout]     |
[INFO] [stdout] 275 |         self.flags |= <NewFlags as Into<T>>::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 |= <NewFlags as Into<T>>::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<u16> for NewFlags {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: and another `impl` found in the `core` crate:
[INFO] [stdout]             - impl<T, U> Into<U> for T
[INFO] [stdout]               where U: From<T>;
[INFO] [stdout] help: try using a fully qualified path to specify the expected types
[INFO] [stdout]     |
[INFO] [stdout] 281 |         self.flags |= <NewFlags as Into<T>>::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 |= <GetFlags as Into<T>>::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<u16> for GetFlags {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: and another `impl` found in the `core` crate:
[INFO] [stdout]             - impl<T, U> Into<U> for T
[INFO] [stdout]               where U: From<T>;
[INFO] [stdout] help: try using a fully qualified path to specify the expected types
[INFO] [stdout]     |
[INFO] [stdout] 287 |         self.flags |= <GetFlags as Into<T>>::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 |= <GetFlags as Into<T>>::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<u16> for GetFlags {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: and another `impl` found in the `core` crate:
[INFO] [stdout]             - impl<T, U> Into<U> for T
[INFO] [stdout]               where U: From<T>;
[INFO] [stdout] help: try using a fully qualified path to specify the expected types
[INFO] [stdout]     |
[INFO] [stdout] 293 |         self.flags |= <GetFlags as Into<T>>::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 |= <GetFlags as Into<T>>::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<u16> for GetFlags {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: and another `impl` found in the `core` crate:
[INFO] [stdout]             - impl<T, U> Into<U> for T
[INFO] [stdout]               where U: From<T>;
[INFO] [stdout] help: try using a fully qualified path to specify the expected types
[INFO] [stdout]     |
[INFO] [stdout] 299 |         self.flags |= <GetFlags as Into<T>>::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 |= <GetFlags as Into<T>>::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<u16> for GetFlags {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: and another `impl` found in the `core` crate:
[INFO] [stdout]             - impl<T, U> Into<U> for T
[INFO] [stdout]               where U: From<T>;
[INFO] [stdout] help: try using a fully qualified path to specify the expected types
[INFO] [stdout]     |
[INFO] [stdout] 305 |         self.flags |= <GetFlags as Into<T>>::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 |= <Flags as Into<T>>::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<u16> for Flags {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: and another `impl` found in the `core` crate:
[INFO] [stdout]             - impl<T, U> Into<U> for T
[INFO] [stdout]               where U: From<T>;
[INFO] [stdout] help: try using a fully qualified path to specify the expected types
[INFO] [stdout]     |
[INFO] [stdout] 233 |         self.flags |= <Flags as Into<T>>::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 |= <Flags as Into<T>>::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<u16> for Flags {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: and another `impl` found in the `core` crate:
[INFO] [stdout]             - impl<T, U> Into<U> for T
[INFO] [stdout]               where U: From<T>;
[INFO] [stdout] help: try using a fully qualified path to specify the expected types
[INFO] [stdout]     |
[INFO] [stdout] 239 |         self.flags |= <Flags as Into<T>>::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 |= <Flags as Into<T>>::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<u16> for Flags {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: and another `impl` found in the `core` crate:
[INFO] [stdout]             - impl<T, U> Into<U> for T
[INFO] [stdout]               where U: From<T>;
[INFO] [stdout] help: try using a fully qualified path to specify the expected types
[INFO] [stdout]     |
[INFO] [stdout] 245 |         self.flags |= <Flags as Into<T>>::into(Flags::Echo);
[INFO] [stdout]     |                       +++++++++++++++++++++++++           ~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `buf_len`
[INFO] [stdout]    --> src/socket/msg.rs:188:13
[INFO] [stdout]     |
[INFO] [stdout] 188 |         let buf_len = bytes.len() as u32;
[INFO] [stdout]     |             ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_buf_len`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` on by default
[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 |= <NewFlags as Into<T>>::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<u16> for NewFlags {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: and another `impl` found in the `core` crate:
[INFO] [stdout]             - impl<T, U> Into<U> for T
[INFO] [stdout]               where U: From<T>;
[INFO] [stdout] help: try using a fully qualified path to specify the expected types
[INFO] [stdout]     |
[INFO] [stdout] 263 |         self.flags |= <NewFlags as Into<T>>::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 |= <NewFlags as Into<T>>::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<u16> for NewFlags {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: and another `impl` found in the `core` crate:
[INFO] [stdout]             - impl<T, U> Into<U> for T
[INFO] [stdout]               where U: From<T>;
[INFO] [stdout] help: try using a fully qualified path to specify the expected types
[INFO] [stdout]     |
[INFO] [stdout] 269 |         self.flags |= <NewFlags as Into<T>>::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 |= <NewFlags as Into<T>>::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<u16> for NewFlags {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: and another `impl` found in the `core` crate:
[INFO] [stdout]             - impl<T, U> Into<U> for T
[INFO] [stdout]               where U: From<T>;
[INFO] [stdout] help: try using a fully qualified path to specify the expected types
[INFO] [stdout]     |
[INFO] [stdout] 275 |         self.flags |= <NewFlags as Into<T>>::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 |= <NewFlags as Into<T>>::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<u16> for NewFlags {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: and another `impl` found in the `core` crate:
[INFO] [stdout]             - impl<T, U> Into<U> for T
[INFO] [stdout]               where U: From<T>;
[INFO] [stdout] help: try using a fully qualified path to specify the expected types
[INFO] [stdout]     |
[INFO] [stdout] 281 |         self.flags |= <NewFlags as Into<T>>::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 |= <GetFlags as Into<T>>::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<u16> for GetFlags {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: and another `impl` found in the `core` crate:
[INFO] [stdout]             - impl<T, U> Into<U> for T
[INFO] [stdout]               where U: From<T>;
[INFO] [stdout] help: try using a fully qualified path to specify the expected types
[INFO] [stdout]     |
[INFO] [stdout] 287 |         self.flags |= <GetFlags as Into<T>>::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 |= <GetFlags as Into<T>>::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<u16> for GetFlags {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: and another `impl` found in the `core` crate:
[INFO] [stdout]             - impl<T, U> Into<U> for T
[INFO] [stdout]               where U: From<T>;
[INFO] [stdout] help: try using a fully qualified path to specify the expected types
[INFO] [stdout]     |
[INFO] [stdout] 293 |         self.flags |= <GetFlags as Into<T>>::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 |= <GetFlags as Into<T>>::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<u16> for GetFlags {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: and another `impl` found in the `core` crate:
[INFO] [stdout]             - impl<T, U> Into<U> for T
[INFO] [stdout]               where U: From<T>;
[INFO] [stdout] help: try using a fully qualified path to specify the expected types
[INFO] [stdout]     |
[INFO] [stdout] 299 |         self.flags |= <GetFlags as Into<T>>::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 |= <GetFlags as Into<T>>::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<u16> for GetFlags {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: and another `impl` found in the `core` crate:
[INFO] [stdout]             - impl<T, U> Into<U> for T
[INFO] [stdout]               where U: From<T>;
[INFO] [stdout] help: try using a fully qualified path to specify the expected types
[INFO] [stdout]     |
[INFO] [stdout] 305 |         self.flags |= <GetFlags as Into<T>>::into(GetFlags::Dump);
[INFO] [stdout]     |                       ++++++++++++++++++++++++++++              ~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 22 previous errors; 23 warnings emitted
[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; 23 warnings emitted
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] warning: unused variable: `buf_len`
[INFO] [stdout]    --> src/socket/msg.rs:188:13
[INFO] [stdout]     |
[INFO] [stdout] 188 |         let buf_len = bytes.len() as u32;
[INFO] [stdout]     |             ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_buf_len`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 22 previous errors; 23 warnings emitted
[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; 23 warnings emitted
[INFO] running `Command { std: "docker" "inspect" "1f2ec76e7d45c6f89468abe0c8444a6a0cd02fb889d5a4bb54a27f120baa8df2", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "1f2ec76e7d45c6f89468abe0c8444a6a0cd02fb889d5a4bb54a27f120baa8df2", kill_on_drop: false }`
[INFO] [stdout] 1f2ec76e7d45c6f89468abe0c8444a6a0cd02fb889d5a4bb54a27f120baa8df2
[INFO] checking netlink-rs-0.0.3 against try#9c7b5f5b6b8ec32bbbcf9f07fc0e5208da6c5f88 for pr-124157
[INFO] extracting crate netlink-rs 0.0.3 into /workspace/builds/worker-7-tc2/source
[INFO] validating manifest of crates.io crate netlink-rs 0.0.3 on toolchain 9c7b5f5b6b8ec32bbbcf9f07fc0e5208da6c5f88
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+9c7b5f5b6b8ec32bbbcf9f07fc0e5208da6c5f88" "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-7-tc2/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+9c7b5f5b6b8ec32bbbcf9f07fc0e5208da6c5f88" "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" "+9c7b5f5b6b8ec32bbbcf9f07fc0e5208da6c5f88" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:99613afd962a8cfa530ec1899472a458bd015a1ab0af876cf7eb06f6006d81ea" "/opt/rustwide/cargo-home/bin/cargo" "+9c7b5f5b6b8ec32bbbcf9f07fc0e5208da6c5f88" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 911462e7d0fde4ce7af974d733318b5d65e487499fe429c82544baf24c6dca54
[INFO] running `Command { std: "docker" "start" "-a" "911462e7d0fde4ce7af974d733318b5d65e487499fe429c82544baf24c6dca54", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "911462e7d0fde4ce7af974d733318b5d65e487499fe429c82544baf24c6dca54", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "911462e7d0fde4ce7af974d733318b5d65e487499fe429c82544baf24c6dca54", kill_on_drop: false }`
[INFO] [stdout] 911462e7d0fde4ce7af974d733318b5d65e487499fe429c82544baf24c6dca54
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:99613afd962a8cfa530ec1899472a458bd015a1ab0af876cf7eb06f6006d81ea" "/opt/rustwide/cargo-home/bin/cargo" "+9c7b5f5b6b8ec32bbbcf9f07fc0e5208da6c5f88" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 588d177bc092608d44c62f51ac42502a710b42af008134e8da7eb195c6e42109
[INFO] running `Command { std: "docker" "start" "-a" "588d177bc092608d44c62f51ac42502a710b42af008134e8da7eb195c6e42109", kill_on_drop: false }`
[INFO] [stderr]     Checking byteorder v0.5.3
[INFO] [stderr]     Checking netlink-rs v0.0.3 (/opt/rustwide/workdir)
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/socket/socket_impl/mod.rs:131:39
[INFO] [stdout]     |
[INFO] [stdout] 131 |         let (socket_addr, received) = try!(self.recvfrom_into(&mut a[..], flags));
[INFO] [stdout]     |                                       ^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/socket/socket_impl/mod.rs:158:24
[INFO] [stdout]     |
[INFO] [stdout] 158 |         let received = try!(self.recv_into(&mut a[..], flags));
[INFO] [stdout]     |                        ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/socket/msg.rs:190:19
[INFO] [stdout]     |
[INFO] [stdout] 190 |         let len = try!(cursor.read_u32::<NativeEndian>());
[INFO] [stdout]     |                   ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/socket/msg.rs:191:23
[INFO] [stdout]     |
[INFO] [stdout] 191 |         let nl_type = try!(cursor.read_u16::<NativeEndian>());
[INFO] [stdout]     |                       ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/socket/msg.rs:192:21
[INFO] [stdout]     |
[INFO] [stdout] 192 |         let flags = try!(cursor.read_u16::<NativeEndian>());
[INFO] [stdout]     |                     ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/socket/msg.rs:193:19
[INFO] [stdout]     |
[INFO] [stdout] 193 |         let seq = try!(cursor.read_u32::<NativeEndian>());
[INFO] [stdout]     |                   ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/socket/msg.rs:194:19
[INFO] [stdout]     |
[INFO] [stdout] 194 |         let pid = try!(cursor.read_u32::<NativeEndian>());
[INFO] [stdout]     |                   ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/socket/mod.rs:72:19
[INFO] [stdout]    |
[INFO] [stdout] 72 |         let err = try!(cursor.read_u32::<NativeEndian>());
[INFO] [stdout]    |                   ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/socket/mod.rs:74:25
[INFO] [stdout]    |
[INFO] [stdout] 74 |         let (hdr, n2) = try!(NlMsgHeader::from_bytes(&bytes[n..]));
[INFO] [stdout]    |                         ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/socket/mod.rs:93:17
[INFO] [stdout]    |
[INFO] [stdout] 93 |                 try!(vec.write_u32::<NativeEndian>(0));
[INFO] [stdout]    |                 ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/socket/mod.rs:94:17
[INFO] [stdout]    |
[INFO] [stdout] 94 |                 try!(vec.write(h.bytes()));
[INFO] [stdout]    |                 ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/socket/mod.rs:99:17
[INFO] [stdout]    |
[INFO] [stdout] 99 |                 try!(vec.write_u32::<NativeEndian>(1));
[INFO] [stdout]    |                 ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/socket/mod.rs:100:17
[INFO] [stdout]     |
[INFO] [stdout] 100 |                 try!(vec.write(h.bytes()));
[INFO] [stdout]     |                 ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/socket/mod.rs:115:24
[INFO] [stdout]     |
[INFO] [stdout] 115 |         let (hdr, n) = try!(NlMsgHeader::from_bytes(bytes));
[INFO] [stdout]     |                        ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/socket/mod.rs:121:17
[INFO] [stdout]     |
[INFO] [stdout] 121 |                 try!(Payload::nlmsg_error(&bytes[n..]))
[INFO] [stdout]     |                 ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/socket/mod.rs:125:17
[INFO] [stdout]     |
[INFO] [stdout] 125 |                 try!(Payload::data(&bytes[n..], msg_len))
[INFO] [stdout]     |                 ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/socket/mod.rs:144:27
[INFO] [stdout]     |
[INFO] [stdout] 144 |         let mut payload = try!(self.payload.bytes());
[INFO] [stdout]     |                           ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/socket/mod.rs:174:17
[INFO] [stdout]     |
[INFO] [stdout] 174 |         let s = try!(SocketImpl::new(AF_NETLINK, SOCK_RAW, protocol.into()));
[INFO] [stdout]     |                 ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/socket/mod.rs:194:21
[INFO] [stdout]     |
[INFO] [stdout] 194 |             let b = try!(message.bytes());
[INFO] [stdout]     |                     ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/socket/mod.rs:202:29
[INFO] [stdout]     |
[INFO] [stdout] 202 |                 let mut b = try!(m.bytes());
[INFO] [stdout]     |                             ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/socket/mod.rs:211:26
[INFO] [stdout]     |
[INFO] [stdout] 211 |         let (saddr, _) = try!(self.inner.recvfrom_into(buffer, 0));
[INFO] [stdout]     |                          ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/socket/mod.rs:212:20
[INFO] [stdout]     |
[INFO] [stdout] 212 |         let addr = try!(sockaddr_to_netlinkaddr(&saddr));
[INFO] [stdout]     |                    ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/socket/socket_impl/mod.rs:131:39
[INFO] [stdout]     |
[INFO] [stdout] 131 |         let (socket_addr, received) = try!(self.recvfrom_into(&mut a[..], flags));
[INFO] [stdout]     |                                       ^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/socket/socket_impl/mod.rs:158:24
[INFO] [stdout]     |
[INFO] [stdout] 158 |         let received = try!(self.recv_into(&mut a[..], flags));
[INFO] [stdout]     |                        ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/socket/msg.rs:190:19
[INFO] [stdout]     |
[INFO] [stdout] 190 |         let len = try!(cursor.read_u32::<NativeEndian>());
[INFO] [stdout]     |                   ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/socket/msg.rs:191:23
[INFO] [stdout]     |
[INFO] [stdout] 191 |         let nl_type = try!(cursor.read_u16::<NativeEndian>());
[INFO] [stdout]     |                       ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/socket/msg.rs:192:21
[INFO] [stdout]     |
[INFO] [stdout] 192 |         let flags = try!(cursor.read_u16::<NativeEndian>());
[INFO] [stdout]     |                     ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/socket/msg.rs:193:19
[INFO] [stdout]     |
[INFO] [stdout] 193 |         let seq = try!(cursor.read_u32::<NativeEndian>());
[INFO] [stdout]     |                   ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/socket/msg.rs:194:19
[INFO] [stdout]     |
[INFO] [stdout] 194 |         let pid = try!(cursor.read_u32::<NativeEndian>());
[INFO] [stdout]     |                   ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/socket/mod.rs:72:19
[INFO] [stdout]    |
[INFO] [stdout] 72 |         let err = try!(cursor.read_u32::<NativeEndian>());
[INFO] [stdout]    |                   ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/socket/mod.rs:74:25
[INFO] [stdout]    |
[INFO] [stdout] 74 |         let (hdr, n2) = try!(NlMsgHeader::from_bytes(&bytes[n..]));
[INFO] [stdout]    |                         ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/socket/mod.rs:93:17
[INFO] [stdout]    |
[INFO] [stdout] 93 |                 try!(vec.write_u32::<NativeEndian>(0));
[INFO] [stdout]    |                 ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/socket/mod.rs:94:17
[INFO] [stdout]    |
[INFO] [stdout] 94 |                 try!(vec.write(h.bytes()));
[INFO] [stdout]    |                 ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/socket/mod.rs:99:17
[INFO] [stdout]    |
[INFO] [stdout] 99 |                 try!(vec.write_u32::<NativeEndian>(1));
[INFO] [stdout]    |                 ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/socket/mod.rs:100:17
[INFO] [stdout]     |
[INFO] [stdout] 100 |                 try!(vec.write(h.bytes()));
[INFO] [stdout]     |                 ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/socket/mod.rs:115:24
[INFO] [stdout]     |
[INFO] [stdout] 115 |         let (hdr, n) = try!(NlMsgHeader::from_bytes(bytes));
[INFO] [stdout]     |                        ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/socket/mod.rs:121:17
[INFO] [stdout]     |
[INFO] [stdout] 121 |                 try!(Payload::nlmsg_error(&bytes[n..]))
[INFO] [stdout]     |                 ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/socket/mod.rs:125:17
[INFO] [stdout]     |
[INFO] [stdout] 125 |                 try!(Payload::data(&bytes[n..], msg_len))
[INFO] [stdout]     |                 ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/socket/mod.rs:144:27
[INFO] [stdout]     |
[INFO] [stdout] 144 |         let mut payload = try!(self.payload.bytes());
[INFO] [stdout]     |                           ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/socket/mod.rs:174:17
[INFO] [stdout]     |
[INFO] [stdout] 174 |         let s = try!(SocketImpl::new(AF_NETLINK, SOCK_RAW, protocol.into()));
[INFO] [stdout]     |                 ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/socket/mod.rs:194:21
[INFO] [stdout]     |
[INFO] [stdout] 194 |             let b = try!(message.bytes());
[INFO] [stdout]     |                     ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/socket/mod.rs:202:29
[INFO] [stdout]     |
[INFO] [stdout] 202 |                 let mut b = try!(m.bytes());
[INFO] [stdout]     |                             ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/socket/mod.rs:211:26
[INFO] [stdout]     |
[INFO] [stdout] 211 |         let (saddr, _) = try!(self.inner.recvfrom_into(buffer, 0));
[INFO] [stdout]     |                          ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/socket/mod.rs:212:20
[INFO] [stdout]     |
[INFO] [stdout] 212 |         let addr = try!(sockaddr_to_netlinkaddr(&saddr));
[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 |= <Flags as Into<T>>::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<u16> for Flags {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: and another `impl` found in the `core` crate:
[INFO] [stdout]             - impl<T, U> Into<U> for T
[INFO] [stdout]               where U: From<T>;
[INFO] [stdout] help: try using a fully qualified path to specify the expected types
[INFO] [stdout]     |
[INFO] [stdout] 233 |         self.flags |= <Flags as Into<T>>::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 |= <Flags as Into<T>>::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<u16> for Flags {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: and another `impl` found in the `core` crate:
[INFO] [stdout]             - impl<T, U> Into<U> for T
[INFO] [stdout]               where U: From<T>;
[INFO] [stdout] help: try using a fully qualified path to specify the expected types
[INFO] [stdout]     |
[INFO] [stdout] 239 |         self.flags |= <Flags as Into<T>>::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 |= <Flags as Into<T>>::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<u16> for Flags {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: and another `impl` found in the `core` crate:
[INFO] [stdout]             - impl<T, U> Into<U> for T
[INFO] [stdout]               where U: From<T>;
[INFO] [stdout] help: try using a fully qualified path to specify the expected types
[INFO] [stdout]     |
[INFO] [stdout] 245 |         self.flags |= <Flags as Into<T>>::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 |= <NewFlags as Into<T>>::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<u16> for NewFlags {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: and another `impl` found in the `core` crate:
[INFO] [stdout]             - impl<T, U> Into<U> for T
[INFO] [stdout]               where U: From<T>;
[INFO] [stdout] help: try using a fully qualified path to specify the expected types
[INFO] [stdout]     |
[INFO] [stdout] 263 |         self.flags |= <NewFlags as Into<T>>::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 |= <NewFlags as Into<T>>::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<u16> for NewFlags {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: and another `impl` found in the `core` crate:
[INFO] [stdout]             - impl<T, U> Into<U> for T
[INFO] [stdout]               where U: From<T>;
[INFO] [stdout] help: try using a fully qualified path to specify the expected types
[INFO] [stdout]     |
[INFO] [stdout] 269 |         self.flags |= <NewFlags as Into<T>>::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 |= <NewFlags as Into<T>>::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<u16> for NewFlags {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: and another `impl` found in the `core` crate:
[INFO] [stdout]             - impl<T, U> Into<U> for T
[INFO] [stdout]               where U: From<T>;
[INFO] [stdout] help: try using a fully qualified path to specify the expected types
[INFO] [stdout]     |
[INFO] [stdout] 275 |         self.flags |= <NewFlags as Into<T>>::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 |= <NewFlags as Into<T>>::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<u16> for NewFlags {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: and another `impl` found in the `core` crate:
[INFO] [stdout]             - impl<T, U> Into<U> for T
[INFO] [stdout]               where U: From<T>;
[INFO] [stdout] help: try using a fully qualified path to specify the expected types
[INFO] [stdout]     |
[INFO] [stdout] 281 |         self.flags |= <NewFlags as Into<T>>::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 |= <GetFlags as Into<T>>::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<u16> for GetFlags {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: and another `impl` found in the `core` crate:
[INFO] [stdout]             - impl<T, U> Into<U> for T
[INFO] [stdout]               where U: From<T>;
[INFO] [stdout] help: try using a fully qualified path to specify the expected types
[INFO] [stdout]     |
[INFO] [stdout] 287 |         self.flags |= <GetFlags as Into<T>>::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 |= <GetFlags as Into<T>>::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<u16> for GetFlags {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: and another `impl` found in the `core` crate:
[INFO] [stdout]             - impl<T, U> Into<U> for T
[INFO] [stdout]               where U: From<T>;
[INFO] [stdout] help: try using a fully qualified path to specify the expected types
[INFO] [stdout]     |
[INFO] [stdout] 293 |         self.flags |= <GetFlags as Into<T>>::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 |= <GetFlags as Into<T>>::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<u16> for GetFlags {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: and another `impl` found in the `core` crate:
[INFO] [stdout]             - impl<T, U> Into<U> for T
[INFO] [stdout]               where U: From<T>;
[INFO] [stdout] help: try using a fully qualified path to specify the expected types
[INFO] [stdout]     |
[INFO] [stdout] 299 |         self.flags |= <GetFlags as Into<T>>::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 |= <GetFlags as Into<T>>::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<u16> for GetFlags {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: and another `impl` found in the `core` crate:
[INFO] [stdout]             - impl<T, U> Into<U> for T
[INFO] [stdout]               where U: From<T>;
[INFO] [stdout] help: try using a fully qualified path to specify the expected types
[INFO] [stdout]     |
[INFO] [stdout] 305 |         self.flags |= <GetFlags as Into<T>>::into(GetFlags::Dump);
[INFO] [stdout]     |                       ++++++++++++++++++++++++++++              ~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `buf_len`
[INFO] [stdout]    --> src/socket/msg.rs:188:13
[INFO] [stdout]     |
[INFO] [stdout] 188 |         let buf_len = bytes.len() as u32;
[INFO] [stdout]     |             ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_buf_len`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` on by default
[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 |= <Flags as Into<T>>::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<u16> for Flags {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: and another `impl` found in the `core` crate:
[INFO] [stdout]             - impl<T, U> Into<U> for T
[INFO] [stdout]               where U: From<T>;
[INFO] [stdout] help: try using a fully qualified path to specify the expected types
[INFO] [stdout]     |
[INFO] [stdout] 233 |         self.flags |= <Flags as Into<T>>::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 |= <Flags as Into<T>>::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<u16> for Flags {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: and another `impl` found in the `core` crate:
[INFO] [stdout]             - impl<T, U> Into<U> for T
[INFO] [stdout]               where U: From<T>;
[INFO] [stdout] help: try using a fully qualified path to specify the expected types
[INFO] [stdout]     |
[INFO] [stdout] 239 |         self.flags |= <Flags as Into<T>>::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 |= <Flags as Into<T>>::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<u16> for Flags {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: and another `impl` found in the `core` crate:
[INFO] [stdout]             - impl<T, U> Into<U> for T
[INFO] [stdout]               where U: From<T>;
[INFO] [stdout] help: try using a fully qualified path to specify the expected types
[INFO] [stdout]     |
[INFO] [stdout] 245 |         self.flags |= <Flags as Into<T>>::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 |= <NewFlags as Into<T>>::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<u16> for NewFlags {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: and another `impl` found in the `core` crate:
[INFO] [stdout]             - impl<T, U> Into<U> for T
[INFO] [stdout]               where U: From<T>;
[INFO] [stdout] help: try using a fully qualified path to specify the expected types
[INFO] [stdout]     |
[INFO] [stdout] 263 |         self.flags |= <NewFlags as Into<T>>::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 |= <NewFlags as Into<T>>::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<u16> for NewFlags {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: and another `impl` found in the `core` crate:
[INFO] [stdout]             - impl<T, U> Into<U> for T
[INFO] [stdout]               where U: From<T>;
[INFO] [stdout] help: try using a fully qualified path to specify the expected types
[INFO] [stdout]     |
[INFO] [stdout] 269 |         self.flags |= <NewFlags as Into<T>>::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 |= <NewFlags as Into<T>>::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<u16> for NewFlags {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: and another `impl` found in the `core` crate:
[INFO] [stdout]             - impl<T, U> Into<U> for T
[INFO] [stdout]               where U: From<T>;
[INFO] [stdout] help: try using a fully qualified path to specify the expected types
[INFO] [stdout]     |
[INFO] [stdout] 275 |         self.flags |= <NewFlags as Into<T>>::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 |= <NewFlags as Into<T>>::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<u16> for NewFlags {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: and another `impl` found in the `core` crate:
[INFO] [stdout]             - impl<T, U> Into<U> for T
[INFO] [stdout]               where U: From<T>;
[INFO] [stdout] help: try using a fully qualified path to specify the expected types
[INFO] [stdout]     |
[INFO] [stdout] 281 |         self.flags |= <NewFlags as Into<T>>::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 |= <GetFlags as Into<T>>::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<u16> for GetFlags {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: and another `impl` found in the `core` crate:
[INFO] [stdout]             - impl<T, U> Into<U> for T
[INFO] [stdout]               where U: From<T>;
[INFO] [stdout] help: try using a fully qualified path to specify the expected types
[INFO] [stdout]     |
[INFO] [stdout] 287 |         self.flags |= <GetFlags as Into<T>>::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 |= <GetFlags as Into<T>>::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<u16> for GetFlags {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: and another `impl` found in the `core` crate:
[INFO] [stdout]             - impl<T, U> Into<U> for T
[INFO] [stdout]               where U: From<T>;
[INFO] [stdout] help: try using a fully qualified path to specify the expected types
[INFO] [stdout]     |
[INFO] [stdout] 293 |         self.flags |= <GetFlags as Into<T>>::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 |= <GetFlags as Into<T>>::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<u16> for GetFlags {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: and another `impl` found in the `core` crate:
[INFO] [stdout]             - impl<T, U> Into<U> for T
[INFO] [stdout]               where U: From<T>;
[INFO] [stdout] help: try using a fully qualified path to specify the expected types
[INFO] [stdout]     |
[INFO] [stdout] 299 |         self.flags |= <GetFlags as Into<T>>::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 |= <GetFlags as Into<T>>::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<u16> for GetFlags {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: and another `impl` found in the `core` crate:
[INFO] [stdout]             - impl<T, U> Into<U> for T
[INFO] [stdout]               where U: From<T>;
[INFO] [stdout] help: try using a fully qualified path to specify the expected types
[INFO] [stdout]     |
[INFO] [stdout] 305 |         self.flags |= <GetFlags as Into<T>>::into(GetFlags::Dump);
[INFO] [stdout]     |                       ++++++++++++++++++++++++++++              ~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 22 previous errors; 23 warnings emitted
[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; 23 warnings emitted
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] warning: unused variable: `buf_len`
[INFO] [stdout]    --> src/socket/msg.rs:188:13
[INFO] [stdout]     |
[INFO] [stdout] 188 |         let buf_len = bytes.len() as u32;
[INFO] [stdout]     |             ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_buf_len`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 22 previous errors; 23 warnings emitted
[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; 23 warnings emitted
[INFO] running `Command { std: "docker" "inspect" "588d177bc092608d44c62f51ac42502a710b42af008134e8da7eb195c6e42109", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "588d177bc092608d44c62f51ac42502a710b42af008134e8da7eb195c6e42109", kill_on_drop: false }`
[INFO] [stdout] 588d177bc092608d44c62f51ac42502a710b42af008134e8da7eb195c6e42109
