[INFO] fetching crate ethox 0.0.2...
[INFO] checking ethox-0.0.2 against master#30f74ff0dc4d66debc8b50724c446f817e5f75f4 for pr-121848-1
[INFO] extracting crate ethox 0.0.2 into /workspace/builds/worker-4-tc1/source
[INFO] validating manifest of crates.io crate ethox 0.0.2 on toolchain 30f74ff0dc4d66debc8b50724c446f817e5f75f4
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+30f74ff0dc4d66debc8b50724c446f817e5f75f4" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate ethox 0.0.2
[INFO] removed 0 missing examples
[INFO] finished tweaking crates.io crate ethox 0.0.2
[INFO] tweaked toml for crates.io crate ethox 0.0.2 written to /workspace/builds/worker-4-tc1/source/Cargo.toml
[INFO] crate crates.io crate ethox 0.0.2 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+30f74ff0dc4d66debc8b50724c446f817e5f75f4" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+30f74ff0dc4d66debc8b50724c446f817e5f75f4" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 975388e0d4bb911200769ffd0b4c7b113bbb1b6e9ae636ce474be0427f8b48f8
[INFO] running `Command { std: "docker" "start" "-a" "975388e0d4bb911200769ffd0b4c7b113bbb1b6e9ae636ce474be0427f8b48f8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "975388e0d4bb911200769ffd0b4c7b113bbb1b6e9ae636ce474be0427f8b48f8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "975388e0d4bb911200769ffd0b4c7b113bbb1b6e9ae636ce474be0427f8b48f8", kill_on_drop: false }`
[INFO] [stdout] 975388e0d4bb911200769ffd0b4c7b113bbb1b6e9ae636ce474be0427f8b48f8
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+30f74ff0dc4d66debc8b50724c446f817e5f75f4" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] ef63cb0c7255a5c27c8e3b6cbd03a443804acaea78c6a22d2d24db0f94d3f23d
[INFO] running `Command { std: "docker" "start" "-a" "ef63cb0c7255a5c27c8e3b6cbd03a443804acaea78c6a22d2d24db0f94d3f23d", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v0.4.30
[INFO] [stderr]    Compiling unicode-xid v0.1.0
[INFO] [stderr]    Compiling syn v0.15.44
[INFO] [stderr]    Compiling bitflags v1.2.1
[INFO] [stderr]     Checking unicode-width v0.1.7
[INFO] [stderr]    Compiling byteorder v1.3.4
[INFO] [stderr]    Compiling unicode-segmentation v1.6.0
[INFO] [stderr]     Checking textwrap v0.11.0
[INFO] [stderr]    Compiling heck v0.3.1
[INFO] [stderr]     Checking clap v2.33.0
[INFO] [stderr]     Checking ethox v0.0.2 (/opt/rustwide/workdir)
[INFO] [stdout] warning: the item `alloc` is imported redundantly
[INFO] [stdout]   --> src/managed/slice.rs:4:5
[INFO] [stdout]    |
[INFO] [stdout] 4  | use crate::alloc;
[INFO] [stdout]    |     ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/lib.rs:82:1
[INFO] [stdout]    |
[INFO] [stdout] 82 | pub extern crate alloc;
[INFO] [stdout]    | ----------------------- the item `alloc` is already imported here
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `From` is imported redundantly
[INFO] [stdout]  --> src/wire/./ip.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use core::convert::From;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]  --> /rustc/30f74ff0dc4d66debc8b50724c446f817e5f75f4/library/core/src/prelude/mod.rs:28:13
[INFO] [stdout]   |
[INFO] [stdout]   = note: the item `From` is already defined here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around block return value
[INFO] [stdout]     --> src/wire/./tcp.rs:1013:13
[INFO] [stdout]      |
[INFO] [stdout] 1013 |             (self.flags.syn() | self.flags.fin() | self.flags.rst())
[INFO] [stdout]      |             ^                                                      ^
[INFO] [stdout]      |
[INFO] [stdout]      = note: `#[warn(unused_parens)]` on by default
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]      |
[INFO] [stdout] 1013 -             (self.flags.syn() | self.flags.fin() | self.flags.rst())
[INFO] [stdout] 1013 +             self.flags.syn() | self.flags.fin() | self.flags.rst()
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling quote v0.6.13
[INFO] [stdout] error: unknown `doc` attribute `shown`
[INFO] [stdout]   --> src/macros.rs:32:42
[INFO] [stdout]    |
[INFO] [stdout] 32 |                   $($(#[$val_attr])* #[doc(shown)] $variant = $value ),+
[INFO] [stdout]    |                                            ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/wire/./ethernet.rs:8:1
[INFO] [stdout]    |
[INFO] [stdout] 8  | / enum_with_unknown! {
[INFO] [stdout] 9  | |     /// Ethernet protocol type.
[INFO] [stdout] 10 | |     pub enum EtherType(u16) {
[INFO] [stdout] 11 | |         Ipv4 = 0x0800,
[INFO] [stdout] ...  |
[INFO] [stdout] 15 | |     }
[INFO] [stdout] 16 | | }
[INFO] [stdout]    | |_- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[deny(invalid_doc_attributes)]` on by default
[INFO] [stdout]    = note: this error originates in the macro `enum_with_unknown` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unknown `doc` attribute `shown`
[INFO] [stdout]   --> src/macros.rs:32:42
[INFO] [stdout]    |
[INFO] [stdout] 32 |                   $($(#[$val_attr])* #[doc(shown)] $variant = $value ),+
[INFO] [stdout]    |                                            ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/wire/./arp.rs:11:1
[INFO] [stdout]    |
[INFO] [stdout] 11 | / enum_with_unknown! {
[INFO] [stdout] 12 | |     /// ARP hardware type.
[INFO] [stdout] 13 | |     pub enum Hardware(u16) {
[INFO] [stdout] 14 | |         Ethernet = 1
[INFO] [stdout] 15 | |     }
[INFO] [stdout] 16 | | }
[INFO] [stdout]    | |_- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `enum_with_unknown` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unknown `doc` attribute `shown`
[INFO] [stdout]   --> src/macros.rs:32:42
[INFO] [stdout]    |
[INFO] [stdout] 32 |                   $($(#[$val_attr])* #[doc(shown)] $variant = $value ),+
[INFO] [stdout]    |                                            ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/wire/./arp.rs:18:1
[INFO] [stdout]    |
[INFO] [stdout] 18 | / enum_with_unknown! {
[INFO] [stdout] 19 | |     /// ARP operation type.
[INFO] [stdout] 20 | |     pub enum Operation(u16) {
[INFO] [stdout] 21 | |         Request = 1,
[INFO] [stdout] 22 | |         Reply = 2
[INFO] [stdout] 23 | |     }
[INFO] [stdout] 24 | | }
[INFO] [stdout]    | |_- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `enum_with_unknown` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unknown `doc` attribute `shown`
[INFO] [stdout]   --> src/macros.rs:32:42
[INFO] [stdout]    |
[INFO] [stdout] 32 |                   $($(#[$val_attr])* #[doc(shown)] $variant = $value ),+
[INFO] [stdout]    |                                            ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/wire/./ip.rs:57:1
[INFO] [stdout]    |
[INFO] [stdout] 57 | / enum_with_unknown! {
[INFO] [stdout] 58 | |     /// IP datagram encapsulated protocol.
[INFO] [stdout] 59 | |     pub enum Protocol(u8) {
[INFO] [stdout] 60 | |         HopByHop  = 0x00,
[INFO] [stdout] ...  |
[INFO] [stdout] 70 | |     }
[INFO] [stdout] 71 | | }
[INFO] [stdout]    | |_- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `enum_with_unknown` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unknown `doc` attribute `shown`
[INFO] [stdout]   --> src/macros.rs:32:42
[INFO] [stdout]    |
[INFO] [stdout] 32 |                   $($(#[$val_attr])* #[doc(shown)] $variant = $value ),+
[INFO] [stdout]    |                                            ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/wire/./ipv6.rs:31:1
[INFO] [stdout]    |
[INFO] [stdout] 31 | / enum_with_unknown! {
[INFO] [stdout] 32 | |     /// IPv6 multicast scope.
[INFO] [stdout] 33 | |     pub enum Scope(u8) {
[INFO] [stdout] 34 | |         /// The address is valid for the interface alone.
[INFO] [stdout] ...  |
[INFO] [stdout] 48 | |     }
[INFO] [stdout] 49 | | }
[INFO] [stdout]    | |_- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `enum_with_unknown` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `silent_until` is never read
[INFO] [stdout]    --> src/layer/arp/neighbor.rs:109:5
[INFO] [stdout]     |
[INFO] [stdout] 107 | pub struct Cache<'a> {
[INFO] [stdout]     |            ----- field in this struct
[INFO] [stdout] 108 |     storage:      Ordered<'a, Neighbor>,
[INFO] [stdout] 109 |     silent_until: Instant,
[INFO] [stdout]     |     ^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `Cache` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout]     = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: missing documentation for a method
[INFO] [stdout]    --> src/layer/ip/packet.rs:267:5
[INFO] [stdout]     |
[INFO] [stdout] 267 |     pub fn control(&self) -> &Controller<'a> {
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] note: the lint level is defined here
[INFO] [stdout]    --> src/lib.rs:59:9
[INFO] [stdout]     |
[INFO] [stdout] 59  | #![warn(missing_docs)]
[INFO] [stdout]     |         ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused return value of `core::mem::replace` that must be used
[INFO] [stdout]    --> src/wire/payload.rs:276:9
[INFO] [stdout]     |
[INFO] [stdout] 276 |         core::mem::replace(self, inner);
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: if you don't need the old value, you can just assign the new value directly
[INFO] [stdout]     = note: `#[warn(unused_must_use)]` on by default
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]     |
[INFO] [stdout] 276 |         let _ = core::mem::replace(self, inner);
[INFO] [stdout]     |         +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 5 previous errors; 6 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `ethox` (lib) due to 6 previous errors; 6 warnings emitted
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "ef63cb0c7255a5c27c8e3b6cbd03a443804acaea78c6a22d2d24db0f94d3f23d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ef63cb0c7255a5c27c8e3b6cbd03a443804acaea78c6a22d2d24db0f94d3f23d", kill_on_drop: false }`
[INFO] [stdout] ef63cb0c7255a5c27c8e3b6cbd03a443804acaea78c6a22d2d24db0f94d3f23d
[INFO] checking ethox-0.0.2 against try#72eda894eb3548c7ba774079ce0afab42958d4ee for pr-121848-1
[INFO] extracting crate ethox 0.0.2 into /workspace/builds/worker-4-tc2/source
[INFO] validating manifest of crates.io crate ethox 0.0.2 on toolchain 72eda894eb3548c7ba774079ce0afab42958d4ee
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+72eda894eb3548c7ba774079ce0afab42958d4ee" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate ethox 0.0.2
[INFO] removed 0 missing examples
[INFO] finished tweaking crates.io crate ethox 0.0.2
[INFO] tweaked toml for crates.io crate ethox 0.0.2 written to /workspace/builds/worker-4-tc2/source/Cargo.toml
[INFO] crate crates.io crate ethox 0.0.2 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+72eda894eb3548c7ba774079ce0afab42958d4ee" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+72eda894eb3548c7ba774079ce0afab42958d4ee" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 8aeda81e5f507f47caa38703753edd7810cb40a80dd24f932a477e993fffb3be
[INFO] running `Command { std: "docker" "start" "-a" "8aeda81e5f507f47caa38703753edd7810cb40a80dd24f932a477e993fffb3be", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "8aeda81e5f507f47caa38703753edd7810cb40a80dd24f932a477e993fffb3be", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "8aeda81e5f507f47caa38703753edd7810cb40a80dd24f932a477e993fffb3be", kill_on_drop: false }`
[INFO] [stdout] 8aeda81e5f507f47caa38703753edd7810cb40a80dd24f932a477e993fffb3be
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+72eda894eb3548c7ba774079ce0afab42958d4ee" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] d1a67235524edbcfc8b74faeb5643f8b9311b1570be95d229d6ce166349dfccf
[INFO] running `Command { std: "docker" "start" "-a" "d1a67235524edbcfc8b74faeb5643f8b9311b1570be95d229d6ce166349dfccf", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v0.4.30
[INFO] [stderr]    Compiling unicode-xid v0.1.0
[INFO] [stderr]    Compiling syn v0.15.44
[INFO] [stderr]    Compiling bitflags v1.2.1
[INFO] [stderr]    Compiling unicode-segmentation v1.6.0
[INFO] [stderr]     Checking unicode-width v0.1.7
[INFO] [stderr]    Compiling byteorder v1.3.4
[INFO] [stderr]     Checking textwrap v0.11.0
[INFO] [stderr]    Compiling heck v0.3.1
[INFO] [stderr]     Checking clap v2.33.0
[INFO] [stderr]     Checking ethox v0.0.2 (/opt/rustwide/workdir)
[INFO] [stderr]    Compiling quote v0.6.13
[INFO] [stdout] warning: the item `alloc` is imported redundantly
[INFO] [stdout]   --> src/managed/slice.rs:4:5
[INFO] [stdout]    |
[INFO] [stdout] 4  | use crate::alloc;
[INFO] [stdout]    |     ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/lib.rs:82:1
[INFO] [stdout]    |
[INFO] [stdout] 82 | pub extern crate alloc;
[INFO] [stdout]    | ----------------------- the item `alloc` is already imported here
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `From` is imported redundantly
[INFO] [stdout]  --> src/wire/./ip.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use core::convert::From;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]  --> /rustc/72eda894eb3548c7ba774079ce0afab42958d4ee/library/core/src/prelude/mod.rs:28:13
[INFO] [stdout]   |
[INFO] [stdout]   = note: the item `From` is already defined here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around block return value
[INFO] [stdout]     --> src/wire/./tcp.rs:1013:13
[INFO] [stdout]      |
[INFO] [stdout] 1013 |             (self.flags.syn() | self.flags.fin() | self.flags.rst())
[INFO] [stdout]      |             ^                                                      ^
[INFO] [stdout]      |
[INFO] [stdout]      = note: `#[warn(unused_parens)]` on by default
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]      |
[INFO] [stdout] 1013 -             (self.flags.syn() | self.flags.fin() | self.flags.rst())
[INFO] [stdout] 1013 +             self.flags.syn() | self.flags.fin() | self.flags.rst()
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unknown `doc` attribute `shown`
[INFO] [stdout]   --> src/macros.rs:32:42
[INFO] [stdout]    |
[INFO] [stdout] 32 |                   $($(#[$val_attr])* #[doc(shown)] $variant = $value ),+
[INFO] [stdout]    |                                            ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/wire/./ethernet.rs:8:1
[INFO] [stdout]    |
[INFO] [stdout] 8  | / enum_with_unknown! {
[INFO] [stdout] 9  | |     /// Ethernet protocol type.
[INFO] [stdout] 10 | |     pub enum EtherType(u16) {
[INFO] [stdout] 11 | |         Ipv4 = 0x0800,
[INFO] [stdout] ...  |
[INFO] [stdout] 15 | |     }
[INFO] [stdout] 16 | | }
[INFO] [stdout]    | |_- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[deny(invalid_doc_attributes)]` on by default
[INFO] [stdout]    = note: this error originates in the macro `enum_with_unknown` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unknown `doc` attribute `shown`
[INFO] [stdout]   --> src/macros.rs:32:42
[INFO] [stdout]    |
[INFO] [stdout] 32 |                   $($(#[$val_attr])* #[doc(shown)] $variant = $value ),+
[INFO] [stdout]    |                                            ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/wire/./arp.rs:11:1
[INFO] [stdout]    |
[INFO] [stdout] 11 | / enum_with_unknown! {
[INFO] [stdout] 12 | |     /// ARP hardware type.
[INFO] [stdout] 13 | |     pub enum Hardware(u16) {
[INFO] [stdout] 14 | |         Ethernet = 1
[INFO] [stdout] 15 | |     }
[INFO] [stdout] 16 | | }
[INFO] [stdout]    | |_- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `enum_with_unknown` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unknown `doc` attribute `shown`
[INFO] [stdout]   --> src/macros.rs:32:42
[INFO] [stdout]    |
[INFO] [stdout] 32 |                   $($(#[$val_attr])* #[doc(shown)] $variant = $value ),+
[INFO] [stdout]    |                                            ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/wire/./arp.rs:18:1
[INFO] [stdout]    |
[INFO] [stdout] 18 | / enum_with_unknown! {
[INFO] [stdout] 19 | |     /// ARP operation type.
[INFO] [stdout] 20 | |     pub enum Operation(u16) {
[INFO] [stdout] 21 | |         Request = 1,
[INFO] [stdout] 22 | |         Reply = 2
[INFO] [stdout] 23 | |     }
[INFO] [stdout] 24 | | }
[INFO] [stdout]    | |_- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `enum_with_unknown` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unknown `doc` attribute `shown`
[INFO] [stdout]   --> src/macros.rs:32:42
[INFO] [stdout]    |
[INFO] [stdout] 32 |                   $($(#[$val_attr])* #[doc(shown)] $variant = $value ),+
[INFO] [stdout]    |                                            ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/wire/./ip.rs:57:1
[INFO] [stdout]    |
[INFO] [stdout] 57 | / enum_with_unknown! {
[INFO] [stdout] 58 | |     /// IP datagram encapsulated protocol.
[INFO] [stdout] 59 | |     pub enum Protocol(u8) {
[INFO] [stdout] 60 | |         HopByHop  = 0x00,
[INFO] [stdout] ...  |
[INFO] [stdout] 70 | |     }
[INFO] [stdout] 71 | | }
[INFO] [stdout]    | |_- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `enum_with_unknown` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unknown `doc` attribute `shown`
[INFO] [stdout]   --> src/macros.rs:32:42
[INFO] [stdout]    |
[INFO] [stdout] 32 |                   $($(#[$val_attr])* #[doc(shown)] $variant = $value ),+
[INFO] [stdout]    |                                            ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/wire/./ipv6.rs:31:1
[INFO] [stdout]    |
[INFO] [stdout] 31 | / enum_with_unknown! {
[INFO] [stdout] 32 | |     /// IPv6 multicast scope.
[INFO] [stdout] 33 | |     pub enum Scope(u8) {
[INFO] [stdout] 34 | |         /// The address is valid for the interface alone.
[INFO] [stdout] ...  |
[INFO] [stdout] 48 | |     }
[INFO] [stdout] 49 | | }
[INFO] [stdout]    | |_- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `enum_with_unknown` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `silent_until` is never read
[INFO] [stdout]    --> src/layer/arp/neighbor.rs:109:5
[INFO] [stdout]     |
[INFO] [stdout] 107 | pub struct Cache<'a> {
[INFO] [stdout]     |            ----- field in this struct
[INFO] [stdout] 108 |     storage:      Ordered<'a, Neighbor>,
[INFO] [stdout] 109 |     silent_until: Instant,
[INFO] [stdout]     |     ^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `Cache` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout]     = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: missing documentation for a method
[INFO] [stdout]    --> src/layer/ip/packet.rs:267:5
[INFO] [stdout]     |
[INFO] [stdout] 267 |     pub fn control(&self) -> &Controller<'a> {
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] note: the lint level is defined here
[INFO] [stdout]    --> src/lib.rs:59:9
[INFO] [stdout]     |
[INFO] [stdout] 59  | #![warn(missing_docs)]
[INFO] [stdout]     |         ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused return value of `core::mem::replace` that must be used
[INFO] [stdout]    --> src/wire/payload.rs:276:9
[INFO] [stdout]     |
[INFO] [stdout] 276 |         core::mem::replace(self, inner);
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: if you don't need the old value, you can just assign the new value directly
[INFO] [stdout]     = note: `#[warn(unused_must_use)]` on by default
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]     |
[INFO] [stdout] 276 |         let _ = core::mem::replace(self, inner);
[INFO] [stdout]     |         +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 5 previous errors; 6 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `ethox` (lib) due to 6 previous errors; 6 warnings emitted
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "d1a67235524edbcfc8b74faeb5643f8b9311b1570be95d229d6ce166349dfccf", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d1a67235524edbcfc8b74faeb5643f8b9311b1570be95d229d6ce166349dfccf", kill_on_drop: false }`
[INFO] [stdout] d1a67235524edbcfc8b74faeb5643f8b9311b1570be95d229d6ce166349dfccf
