[INFO] fetching crate libpacket 0.1.2... [INFO] testing libpacket-0.1.2 against try#b83b707f97d809763b7861afa7638871f3339a33 for pr-145838-1 [INFO] extracting crate libpacket 0.1.2 into /workspace/builds/worker-5-tc2/source [INFO] started tweaking crates.io crate libpacket 0.1.2 [INFO] finished tweaking crates.io crate libpacket 0.1.2 [INFO] tweaked toml for crates.io crate libpacket 0.1.2 written to /workspace/builds/worker-5-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate libpacket 0.1.2 on toolchain b83b707f97d809763b7861afa7638871f3339a33 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 11 packages to latest compatible versions [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] e3cc002ee9c6bbcb27ed5a207360df6d06e787549e5801f69868f03aa7f3dddc [INFO] running `Command { std: "docker" "start" "-a" "e3cc002ee9c6bbcb27ed5a207360df6d06e787549e5801f69868f03aa7f3dddc", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "e3cc002ee9c6bbcb27ed5a207360df6d06e787549e5801f69868f03aa7f3dddc", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e3cc002ee9c6bbcb27ed5a207360df6d06e787549e5801f69868f03aa7f3dddc", kill_on_drop: false }` [INFO] [stdout] e3cc002ee9c6bbcb27ed5a207360df6d06e787549e5801f69868f03aa7f3dddc [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] e1c1ef3d41f8f18cb685dc0c047714bfec89caf1ab607aa19f301b54fedf59c4 [INFO] running `Command { std: "docker" "start" "-a" "e1c1ef3d41f8f18cb685dc0c047714bfec89caf1ab607aa19f301b54fedf59c4", kill_on_drop: false }` [INFO] [stderr] Compiling libpacket-core v0.1.0 [INFO] [stderr] Compiling libpacket-derive v0.1.1 [INFO] [stderr] Compiling libpacket v0.1.2 (/opt/rustwide/workdir) [INFO] [stdout] warning: unexpected `cfg` condition value: `clippy` [INFO] [stdout] --> src/arp.rs:75:17 [INFO] [stdout] | [INFO] [stdout] 75 | #[derive(Debug, Packet)] [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = note: using a cfg inside a derive macro will use the cfgs from the destination crate and not the ones from the defining crate [INFO] [stdout] = help: try referring to `Packet` crate for guidance on how handle this unexpected cfg [INFO] [stdout] = help: the derive macro `Packet` may come from an old version of the `libpacket_derive` crate, try updating your dependency with `cargo update -p libpacket_derive` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: `#[warn(unexpected_cfgs)]` on by default [INFO] [stdout] = note: this warning originates in the derive macro `Packet` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `benchmark` [INFO] [stdout] --> src/ethernet.rs:175:17 [INFO] [stdout] | [INFO] [stdout] 175 | #[cfg(all(test, feature = "benchmark"))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `benchmark` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `clippy` [INFO] [stdout] --> src/ethernet.rs:15:17 [INFO] [stdout] | [INFO] [stdout] 15 | #[derive(Debug, Packet)] [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = note: using a cfg inside a derive macro will use the cfgs from the destination crate and not the ones from the defining crate [INFO] [stdout] = help: try referring to `Packet` crate for guidance on how handle this unexpected cfg [INFO] [stdout] = help: the derive macro `Packet` may come from an old version of the `libpacket_derive` crate, try updating your dependency with `cargo update -p libpacket_derive` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the derive macro `Packet` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `clippy` [INFO] [stdout] --> src/gre.rs:37:17 [INFO] [stdout] | [INFO] [stdout] 37 | #[derive(Debug, Packet)] [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = note: using a cfg inside a derive macro will use the cfgs from the destination crate and not the ones from the defining crate [INFO] [stdout] = help: try referring to `Packet` crate for guidance on how handle this unexpected cfg [INFO] [stdout] = help: the derive macro `Packet` may come from an old version of the `libpacket_derive` crate, try updating your dependency with `cargo update -p libpacket_derive` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the derive macro `Packet` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `clippy` [INFO] [stdout] --> src/gre.rs:63:17 [INFO] [stdout] | [INFO] [stdout] 63 | #[derive(Debug, Packet)] [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = note: using a cfg inside a derive macro will use the cfgs from the destination crate and not the ones from the defining crate [INFO] [stdout] = help: try referring to `Packet` crate for guidance on how handle this unexpected cfg [INFO] [stdout] = help: the derive macro `Packet` may come from an old version of the `libpacket_derive` crate, try updating your dependency with `cargo update -p libpacket_derive` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the derive macro `Packet` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `clippy` [INFO] [stdout] --> src/gre.rs:72:17 [INFO] [stdout] | [INFO] [stdout] 72 | #[derive(Debug, Packet)] [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = note: using a cfg inside a derive macro will use the cfgs from the destination crate and not the ones from the defining crate [INFO] [stdout] = help: try referring to `Packet` crate for guidance on how handle this unexpected cfg [INFO] [stdout] = help: the derive macro `Packet` may come from an old version of the `libpacket_derive` crate, try updating your dependency with `cargo update -p libpacket_derive` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the derive macro `Packet` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `clippy` [INFO] [stdout] --> src/icmp.rs:50:17 [INFO] [stdout] | [INFO] [stdout] 50 | #[derive(Debug, Packet)] [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = note: using a cfg inside a derive macro will use the cfgs from the destination crate and not the ones from the defining crate [INFO] [stdout] = help: try referring to `Packet` crate for guidance on how handle this unexpected cfg [INFO] [stdout] = help: the derive macro `Packet` may come from an old version of the `libpacket_derive` crate, try updating your dependency with `cargo update -p libpacket_derive` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the derive macro `Packet` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `clippy` [INFO] [stdout] --> src/icmp.rs:205:21 [INFO] [stdout] | [INFO] [stdout] 205 | #[derive(Debug, Packet)] [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = note: using a cfg inside a derive macro will use the cfgs from the destination crate and not the ones from the defining crate [INFO] [stdout] = help: try referring to `Packet` crate for guidance on how handle this unexpected cfg [INFO] [stdout] = help: the derive macro `Packet` may come from an old version of the `libpacket_derive` crate, try updating your dependency with `cargo update -p libpacket_derive` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the derive macro `Packet` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `clippy` [INFO] [stdout] --> src/icmp.rs:282:21 [INFO] [stdout] | [INFO] [stdout] 282 | #[derive(Debug, Packet)] [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = note: using a cfg inside a derive macro will use the cfgs from the destination crate and not the ones from the defining crate [INFO] [stdout] = help: try referring to `Packet` crate for guidance on how handle this unexpected cfg [INFO] [stdout] = help: the derive macro `Packet` may come from an old version of the `libpacket_derive` crate, try updating your dependency with `cargo update -p libpacket_derive` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the derive macro `Packet` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `clippy` [INFO] [stdout] --> src/icmp.rs:352:21 [INFO] [stdout] | [INFO] [stdout] 352 | #[derive(Debug, Packet)] [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = note: using a cfg inside a derive macro will use the cfgs from the destination crate and not the ones from the defining crate [INFO] [stdout] = help: try referring to `Packet` crate for guidance on how handle this unexpected cfg [INFO] [stdout] = help: the derive macro `Packet` may come from an old version of the `libpacket_derive` crate, try updating your dependency with `cargo update -p libpacket_derive` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the derive macro `Packet` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `clippy` [INFO] [stdout] --> src/icmp.rs:393:21 [INFO] [stdout] | [INFO] [stdout] 393 | #[derive(Debug, Packet)] [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = note: using a cfg inside a derive macro will use the cfgs from the destination crate and not the ones from the defining crate [INFO] [stdout] = help: try referring to `Packet` crate for guidance on how handle this unexpected cfg [INFO] [stdout] = help: the derive macro `Packet` may come from an old version of the `libpacket_derive` crate, try updating your dependency with `cargo update -p libpacket_derive` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the derive macro `Packet` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `clippy` [INFO] [stdout] --> src/icmpv6.rs:63:17 [INFO] [stdout] | [INFO] [stdout] 63 | #[derive(Debug, Packet)] [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = note: using a cfg inside a derive macro will use the cfgs from the destination crate and not the ones from the defining crate [INFO] [stdout] = help: try referring to `Packet` crate for guidance on how handle this unexpected cfg [INFO] [stdout] = help: the derive macro `Packet` may come from an old version of the `libpacket_derive` crate, try updating your dependency with `cargo update -p libpacket_derive` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the derive macro `Packet` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `clippy` [INFO] [stdout] --> src/icmpv6.rs:277:21 [INFO] [stdout] | [INFO] [stdout] 277 | #[derive(Debug, Packet)] [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = note: using a cfg inside a derive macro will use the cfgs from the destination crate and not the ones from the defining crate [INFO] [stdout] = help: try referring to `Packet` crate for guidance on how handle this unexpected cfg [INFO] [stdout] = help: the derive macro `Packet` may come from an old version of the `libpacket_derive` crate, try updating your dependency with `cargo update -p libpacket_derive` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the derive macro `Packet` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `clippy` [INFO] [stdout] --> src/icmpv6.rs:300:21 [INFO] [stdout] | [INFO] [stdout] 300 | #[derive(Debug, Packet)] [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = note: using a cfg inside a derive macro will use the cfgs from the destination crate and not the ones from the defining crate [INFO] [stdout] = help: try referring to `Packet` crate for guidance on how handle this unexpected cfg [INFO] [stdout] = help: the derive macro `Packet` may come from an old version of the `libpacket_derive` crate, try updating your dependency with `cargo update -p libpacket_derive` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the derive macro `Packet` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `clippy` [INFO] [stdout] --> src/icmpv6.rs:343:21 [INFO] [stdout] | [INFO] [stdout] 343 | #[derive(Debug, Packet)] [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = note: using a cfg inside a derive macro will use the cfgs from the destination crate and not the ones from the defining crate [INFO] [stdout] = help: try referring to `Packet` crate for guidance on how handle this unexpected cfg [INFO] [stdout] = help: the derive macro `Packet` may come from an old version of the `libpacket_derive` crate, try updating your dependency with `cargo update -p libpacket_derive` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the derive macro `Packet` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `clippy` [INFO] [stdout] --> src/icmpv6.rs:382:21 [INFO] [stdout] | [INFO] [stdout] 382 | #[derive(Debug, Packet)] [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = note: using a cfg inside a derive macro will use the cfgs from the destination crate and not the ones from the defining crate [INFO] [stdout] = help: try referring to `Packet` crate for guidance on how handle this unexpected cfg [INFO] [stdout] = help: the derive macro `Packet` may come from an old version of the `libpacket_derive` crate, try updating your dependency with `cargo update -p libpacket_derive` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the derive macro `Packet` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `clippy` [INFO] [stdout] --> src/icmpv6.rs:433:21 [INFO] [stdout] | [INFO] [stdout] 433 | #[derive(Debug, Packet)] [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = note: using a cfg inside a derive macro will use the cfgs from the destination crate and not the ones from the defining crate [INFO] [stdout] = help: try referring to `Packet` crate for guidance on how handle this unexpected cfg [INFO] [stdout] = help: the derive macro `Packet` may come from an old version of the `libpacket_derive` crate, try updating your dependency with `cargo update -p libpacket_derive` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the derive macro `Packet` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `clippy` [INFO] [stdout] --> src/icmpv6.rs:479:21 [INFO] [stdout] | [INFO] [stdout] 479 | #[derive(Debug, Packet)] [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = note: using a cfg inside a derive macro will use the cfgs from the destination crate and not the ones from the defining crate [INFO] [stdout] = help: try referring to `Packet` crate for guidance on how handle this unexpected cfg [INFO] [stdout] = help: the derive macro `Packet` may come from an old version of the `libpacket_derive` crate, try updating your dependency with `cargo update -p libpacket_derive` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the derive macro `Packet` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `clippy` [INFO] [stdout] --> src/ipv4.rs:132:17 [INFO] [stdout] | [INFO] [stdout] 132 | #[derive(Debug, Packet)] [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = note: using a cfg inside a derive macro will use the cfgs from the destination crate and not the ones from the defining crate [INFO] [stdout] = help: try referring to `Packet` crate for guidance on how handle this unexpected cfg [INFO] [stdout] = help: the derive macro `Packet` may come from an old version of the `libpacket_derive` crate, try updating your dependency with `cargo update -p libpacket_derive` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the derive macro `Packet` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `clippy` [INFO] [stdout] --> src/ipv4.rs:241:17 [INFO] [stdout] | [INFO] [stdout] 241 | #[derive(Debug, Packet)] [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = note: using a cfg inside a derive macro will use the cfgs from the destination crate and not the ones from the defining crate [INFO] [stdout] = help: try referring to `Packet` crate for guidance on how handle this unexpected cfg [INFO] [stdout] = help: the derive macro `Packet` may come from an old version of the `libpacket_derive` crate, try updating your dependency with `cargo update -p libpacket_derive` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the derive macro `Packet` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `clippy` [INFO] [stdout] --> src/ipv6.rs:16:17 [INFO] [stdout] | [INFO] [stdout] 16 | #[derive(Debug, Packet)] [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = note: using a cfg inside a derive macro will use the cfgs from the destination crate and not the ones from the defining crate [INFO] [stdout] = help: try referring to `Packet` crate for guidance on how handle this unexpected cfg [INFO] [stdout] = help: the derive macro `Packet` may come from an old version of the `libpacket_derive` crate, try updating your dependency with `cargo update -p libpacket_derive` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the derive macro `Packet` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `clippy` [INFO] [stdout] --> src/ipv6.rs:41:17 [INFO] [stdout] | [INFO] [stdout] 41 | #[derive(Debug, Packet)] [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = note: using a cfg inside a derive macro will use the cfgs from the destination crate and not the ones from the defining crate [INFO] [stdout] = help: try referring to `Packet` crate for guidance on how handle this unexpected cfg [INFO] [stdout] = help: the derive macro `Packet` may come from an old version of the `libpacket_derive` crate, try updating your dependency with `cargo update -p libpacket_derive` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the derive macro `Packet` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `clippy` [INFO] [stdout] --> src/ipv6.rs:63:17 [INFO] [stdout] | [INFO] [stdout] 63 | #[derive(Debug, Packet)] [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = note: using a cfg inside a derive macro will use the cfgs from the destination crate and not the ones from the defining crate [INFO] [stdout] = help: try referring to `Packet` crate for guidance on how handle this unexpected cfg [INFO] [stdout] = help: the derive macro `Packet` may come from an old version of the `libpacket_derive` crate, try updating your dependency with `cargo update -p libpacket_derive` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the derive macro `Packet` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `clippy` [INFO] [stdout] --> src/ipv6.rs:80:17 [INFO] [stdout] | [INFO] [stdout] 80 | #[derive(Debug, Packet)] [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = note: using a cfg inside a derive macro will use the cfgs from the destination crate and not the ones from the defining crate [INFO] [stdout] = help: try referring to `Packet` crate for guidance on how handle this unexpected cfg [INFO] [stdout] = help: the derive macro `Packet` may come from an old version of the `libpacket_derive` crate, try updating your dependency with `cargo update -p libpacket_derive` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the derive macro `Packet` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `clippy` [INFO] [stdout] --> src/quic.rs:201:17 [INFO] [stdout] | [INFO] [stdout] 201 | #[derive(Debug, Packet)] [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = note: using a cfg inside a derive macro will use the cfgs from the destination crate and not the ones from the defining crate [INFO] [stdout] = help: try referring to `Packet` crate for guidance on how handle this unexpected cfg [INFO] [stdout] = help: the derive macro `Packet` may come from an old version of the `libpacket_derive` crate, try updating your dependency with `cargo update -p libpacket_derive` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the derive macro `Packet` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `clippy` [INFO] [stdout] --> src/quic.rs:216:17 [INFO] [stdout] | [INFO] [stdout] 216 | #[derive(Debug, Packet)] [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = note: using a cfg inside a derive macro will use the cfgs from the destination crate and not the ones from the defining crate [INFO] [stdout] = help: try referring to `Packet` crate for guidance on how handle this unexpected cfg [INFO] [stdout] = help: the derive macro `Packet` may come from an old version of the `libpacket_derive` crate, try updating your dependency with `cargo update -p libpacket_derive` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the derive macro `Packet` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `clippy` [INFO] [stdout] --> src/quic.rs:247:17 [INFO] [stdout] | [INFO] [stdout] 247 | #[derive(Debug, Packet)] [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = note: using a cfg inside a derive macro will use the cfgs from the destination crate and not the ones from the defining crate [INFO] [stdout] = help: try referring to `Packet` crate for guidance on how handle this unexpected cfg [INFO] [stdout] = help: the derive macro `Packet` may come from an old version of the `libpacket_derive` crate, try updating your dependency with `cargo update -p libpacket_derive` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the derive macro `Packet` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `clippy` [INFO] [stdout] --> src/quic.rs:274:17 [INFO] [stdout] | [INFO] [stdout] 274 | #[derive(Debug, Packet)] [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = note: using a cfg inside a derive macro will use the cfgs from the destination crate and not the ones from the defining crate [INFO] [stdout] = help: try referring to `Packet` crate for guidance on how handle this unexpected cfg [INFO] [stdout] = help: the derive macro `Packet` may come from an old version of the `libpacket_derive` crate, try updating your dependency with `cargo update -p libpacket_derive` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the derive macro `Packet` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `clippy` [INFO] [stdout] --> src/quic.rs:301:17 [INFO] [stdout] | [INFO] [stdout] 301 | #[derive(Debug, Packet)] [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = note: using a cfg inside a derive macro will use the cfgs from the destination crate and not the ones from the defining crate [INFO] [stdout] = help: try referring to `Packet` crate for guidance on how handle this unexpected cfg [INFO] [stdout] = help: the derive macro `Packet` may come from an old version of the `libpacket_derive` crate, try updating your dependency with `cargo update -p libpacket_derive` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the derive macro `Packet` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `clippy` [INFO] [stdout] --> src/quic.rs:321:17 [INFO] [stdout] | [INFO] [stdout] 321 | #[derive(Debug, Packet)] [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = note: using a cfg inside a derive macro will use the cfgs from the destination crate and not the ones from the defining crate [INFO] [stdout] = help: try referring to `Packet` crate for guidance on how handle this unexpected cfg [INFO] [stdout] = help: the derive macro `Packet` may come from an old version of the `libpacket_derive` crate, try updating your dependency with `cargo update -p libpacket_derive` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the derive macro `Packet` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `clippy` [INFO] [stdout] --> src/quic.rs:620:17 [INFO] [stdout] | [INFO] [stdout] 620 | #[derive(Debug, Packet)] [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = note: using a cfg inside a derive macro will use the cfgs from the destination crate and not the ones from the defining crate [INFO] [stdout] = help: try referring to `Packet` crate for guidance on how handle this unexpected cfg [INFO] [stdout] = help: the derive macro `Packet` may come from an old version of the `libpacket_derive` crate, try updating your dependency with `cargo update -p libpacket_derive` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the derive macro `Packet` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `clippy` [INFO] [stdout] --> src/quic.rs:627:17 [INFO] [stdout] | [INFO] [stdout] 627 | #[derive(Debug, Packet)] [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = note: using a cfg inside a derive macro will use the cfgs from the destination crate and not the ones from the defining crate [INFO] [stdout] = help: try referring to `Packet` crate for guidance on how handle this unexpected cfg [INFO] [stdout] = help: the derive macro `Packet` may come from an old version of the `libpacket_derive` crate, try updating your dependency with `cargo update -p libpacket_derive` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the derive macro `Packet` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `clippy` [INFO] [stdout] --> src/quic.rs:634:17 [INFO] [stdout] | [INFO] [stdout] 634 | #[derive(Debug, Packet)] [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = note: using a cfg inside a derive macro will use the cfgs from the destination crate and not the ones from the defining crate [INFO] [stdout] = help: try referring to `Packet` crate for guidance on how handle this unexpected cfg [INFO] [stdout] = help: the derive macro `Packet` may come from an old version of the `libpacket_derive` crate, try updating your dependency with `cargo update -p libpacket_derive` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the derive macro `Packet` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `clippy` [INFO] [stdout] --> src/quic.rs:653:17 [INFO] [stdout] | [INFO] [stdout] 653 | #[derive(Debug, Packet)] [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = note: using a cfg inside a derive macro will use the cfgs from the destination crate and not the ones from the defining crate [INFO] [stdout] = help: try referring to `Packet` crate for guidance on how handle this unexpected cfg [INFO] [stdout] = help: the derive macro `Packet` may come from an old version of the `libpacket_derive` crate, try updating your dependency with `cargo update -p libpacket_derive` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the derive macro `Packet` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `clippy` [INFO] [stdout] --> src/quic.rs:666:17 [INFO] [stdout] | [INFO] [stdout] 666 | #[derive(Debug, Packet)] [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = note: using a cfg inside a derive macro will use the cfgs from the destination crate and not the ones from the defining crate [INFO] [stdout] = help: try referring to `Packet` crate for guidance on how handle this unexpected cfg [INFO] [stdout] = help: the derive macro `Packet` may come from an old version of the `libpacket_derive` crate, try updating your dependency with `cargo update -p libpacket_derive` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the derive macro `Packet` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `clippy` [INFO] [stdout] --> src/quic.rs:677:17 [INFO] [stdout] | [INFO] [stdout] 677 | #[derive(Debug, Packet)] [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = note: using a cfg inside a derive macro will use the cfgs from the destination crate and not the ones from the defining crate [INFO] [stdout] = help: try referring to `Packet` crate for guidance on how handle this unexpected cfg [INFO] [stdout] = help: the derive macro `Packet` may come from an old version of the `libpacket_derive` crate, try updating your dependency with `cargo update -p libpacket_derive` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the derive macro `Packet` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `clippy` [INFO] [stdout] --> src/quic.rs:690:17 [INFO] [stdout] | [INFO] [stdout] 690 | #[derive(Debug, Packet)] [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = note: using a cfg inside a derive macro will use the cfgs from the destination crate and not the ones from the defining crate [INFO] [stdout] = help: try referring to `Packet` crate for guidance on how handle this unexpected cfg [INFO] [stdout] = help: the derive macro `Packet` may come from an old version of the `libpacket_derive` crate, try updating your dependency with `cargo update -p libpacket_derive` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the derive macro `Packet` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `clippy` [INFO] [stdout] --> src/quic.rs:701:17 [INFO] [stdout] | [INFO] [stdout] 701 | #[derive(Debug, Packet)] [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = note: using a cfg inside a derive macro will use the cfgs from the destination crate and not the ones from the defining crate [INFO] [stdout] = help: try referring to `Packet` crate for guidance on how handle this unexpected cfg [INFO] [stdout] = help: the derive macro `Packet` may come from an old version of the `libpacket_derive` crate, try updating your dependency with `cargo update -p libpacket_derive` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the derive macro `Packet` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `clippy` [INFO] [stdout] --> src/quic.rs:717:17 [INFO] [stdout] | [INFO] [stdout] 717 | #[derive(Debug, Packet)] [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = note: using a cfg inside a derive macro will use the cfgs from the destination crate and not the ones from the defining crate [INFO] [stdout] = help: try referring to `Packet` crate for guidance on how handle this unexpected cfg [INFO] [stdout] = help: the derive macro `Packet` may come from an old version of the `libpacket_derive` crate, try updating your dependency with `cargo update -p libpacket_derive` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the derive macro `Packet` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `clippy` [INFO] [stdout] --> src/quic.rs:726:17 [INFO] [stdout] | [INFO] [stdout] 726 | #[derive(Debug, Packet)] [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = note: using a cfg inside a derive macro will use the cfgs from the destination crate and not the ones from the defining crate [INFO] [stdout] = help: try referring to `Packet` crate for guidance on how handle this unexpected cfg [INFO] [stdout] = help: the derive macro `Packet` may come from an old version of the `libpacket_derive` crate, try updating your dependency with `cargo update -p libpacket_derive` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the derive macro `Packet` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `clippy` [INFO] [stdout] --> src/quic.rs:737:17 [INFO] [stdout] | [INFO] [stdout] 737 | #[derive(Debug, Packet)] [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = note: using a cfg inside a derive macro will use the cfgs from the destination crate and not the ones from the defining crate [INFO] [stdout] = help: try referring to `Packet` crate for guidance on how handle this unexpected cfg [INFO] [stdout] = help: the derive macro `Packet` may come from an old version of the `libpacket_derive` crate, try updating your dependency with `cargo update -p libpacket_derive` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the derive macro `Packet` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `clippy` [INFO] [stdout] --> src/quic.rs:746:17 [INFO] [stdout] | [INFO] [stdout] 746 | #[derive(Debug, Packet)] [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = note: using a cfg inside a derive macro will use the cfgs from the destination crate and not the ones from the defining crate [INFO] [stdout] = help: try referring to `Packet` crate for guidance on how handle this unexpected cfg [INFO] [stdout] = help: the derive macro `Packet` may come from an old version of the `libpacket_derive` crate, try updating your dependency with `cargo update -p libpacket_derive` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the derive macro `Packet` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `clippy` [INFO] [stdout] --> src/quic.rs:755:17 [INFO] [stdout] | [INFO] [stdout] 755 | #[derive(Debug, Packet)] [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = note: using a cfg inside a derive macro will use the cfgs from the destination crate and not the ones from the defining crate [INFO] [stdout] = help: try referring to `Packet` crate for guidance on how handle this unexpected cfg [INFO] [stdout] = help: the derive macro `Packet` may come from an old version of the `libpacket_derive` crate, try updating your dependency with `cargo update -p libpacket_derive` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the derive macro `Packet` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `clippy` [INFO] [stdout] --> src/quic.rs:766:17 [INFO] [stdout] | [INFO] [stdout] 766 | #[derive(Debug, Packet)] [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = note: using a cfg inside a derive macro will use the cfgs from the destination crate and not the ones from the defining crate [INFO] [stdout] = help: try referring to `Packet` crate for guidance on how handle this unexpected cfg [INFO] [stdout] = help: the derive macro `Packet` may come from an old version of the `libpacket_derive` crate, try updating your dependency with `cargo update -p libpacket_derive` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the derive macro `Packet` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `clippy` [INFO] [stdout] --> src/quic.rs:775:17 [INFO] [stdout] | [INFO] [stdout] 775 | #[derive(Debug, Packet)] [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = note: using a cfg inside a derive macro will use the cfgs from the destination crate and not the ones from the defining crate [INFO] [stdout] = help: try referring to `Packet` crate for guidance on how handle this unexpected cfg [INFO] [stdout] = help: the derive macro `Packet` may come from an old version of the `libpacket_derive` crate, try updating your dependency with `cargo update -p libpacket_derive` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the derive macro `Packet` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `clippy` [INFO] [stdout] --> src/quic.rs:791:17 [INFO] [stdout] | [INFO] [stdout] 791 | #[derive(Debug, Packet)] [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = note: using a cfg inside a derive macro will use the cfgs from the destination crate and not the ones from the defining crate [INFO] [stdout] = help: try referring to `Packet` crate for guidance on how handle this unexpected cfg [INFO] [stdout] = help: the derive macro `Packet` may come from an old version of the `libpacket_derive` crate, try updating your dependency with `cargo update -p libpacket_derive` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the derive macro `Packet` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `clippy` [INFO] [stdout] --> src/quic.rs:800:17 [INFO] [stdout] | [INFO] [stdout] 800 | #[derive(Debug, Packet)] [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = note: using a cfg inside a derive macro will use the cfgs from the destination crate and not the ones from the defining crate [INFO] [stdout] = help: try referring to `Packet` crate for guidance on how handle this unexpected cfg [INFO] [stdout] = help: the derive macro `Packet` may come from an old version of the `libpacket_derive` crate, try updating your dependency with `cargo update -p libpacket_derive` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the derive macro `Packet` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `clippy` [INFO] [stdout] --> src/quic.rs:809:17 [INFO] [stdout] | [INFO] [stdout] 809 | #[derive(Debug, Packet)] [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = note: using a cfg inside a derive macro will use the cfgs from the destination crate and not the ones from the defining crate [INFO] [stdout] = help: try referring to `Packet` crate for guidance on how handle this unexpected cfg [INFO] [stdout] = help: the derive macro `Packet` may come from an old version of the `libpacket_derive` crate, try updating your dependency with `cargo update -p libpacket_derive` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the derive macro `Packet` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `clippy` [INFO] [stdout] --> src/quic.rs:818:17 [INFO] [stdout] | [INFO] [stdout] 818 | #[derive(Debug, Packet)] [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = note: using a cfg inside a derive macro will use the cfgs from the destination crate and not the ones from the defining crate [INFO] [stdout] = help: try referring to `Packet` crate for guidance on how handle this unexpected cfg [INFO] [stdout] = help: the derive macro `Packet` may come from an old version of the `libpacket_derive` crate, try updating your dependency with `cargo update -p libpacket_derive` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the derive macro `Packet` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `clippy` [INFO] [stdout] --> src/quic.rs:833:17 [INFO] [stdout] | [INFO] [stdout] 833 | #[derive(Debug, Packet)] [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = note: using a cfg inside a derive macro will use the cfgs from the destination crate and not the ones from the defining crate [INFO] [stdout] = help: try referring to `Packet` crate for guidance on how handle this unexpected cfg [INFO] [stdout] = help: the derive macro `Packet` may come from an old version of the `libpacket_derive` crate, try updating your dependency with `cargo update -p libpacket_derive` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the derive macro `Packet` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `clippy` [INFO] [stdout] --> src/tcp.rs:54:17 [INFO] [stdout] | [INFO] [stdout] 54 | #[derive(Debug, Packet)] [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = note: using a cfg inside a derive macro will use the cfgs from the destination crate and not the ones from the defining crate [INFO] [stdout] = help: try referring to `Packet` crate for guidance on how handle this unexpected cfg [INFO] [stdout] = help: the derive macro `Packet` may come from an old version of the `libpacket_derive` crate, try updating your dependency with `cargo update -p libpacket_derive` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the derive macro `Packet` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `clippy` [INFO] [stdout] --> src/tcp.rs:105:17 [INFO] [stdout] | [INFO] [stdout] 105 | #[derive(Debug, Packet)] [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = note: using a cfg inside a derive macro will use the cfgs from the destination crate and not the ones from the defining crate [INFO] [stdout] = help: try referring to `Packet` crate for guidance on how handle this unexpected cfg [INFO] [stdout] = help: the derive macro `Packet` may come from an old version of the `libpacket_derive` crate, try updating your dependency with `cargo update -p libpacket_derive` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the derive macro `Packet` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `clippy` [INFO] [stdout] --> src/udp.rs:16:17 [INFO] [stdout] | [INFO] [stdout] 16 | #[derive(Debug, Packet)] [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = note: using a cfg inside a derive macro will use the cfgs from the destination crate and not the ones from the defining crate [INFO] [stdout] = help: try referring to `Packet` crate for guidance on how handle this unexpected cfg [INFO] [stdout] = help: the derive macro `Packet` may come from an old version of the `libpacket_derive` crate, try updating your dependency with `cargo update -p libpacket_derive` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the derive macro `Packet` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `clippy` [INFO] [stdout] --> src/vlan.rs:57:17 [INFO] [stdout] | [INFO] [stdout] 57 | #[derive(Debug, Packet)] [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = note: using a cfg inside a derive macro will use the cfgs from the destination crate and not the ones from the defining crate [INFO] [stdout] = help: try referring to `Packet` crate for guidance on how handle this unexpected cfg [INFO] [stdout] = help: the derive macro `Packet` may come from an old version of the `libpacket_derive` crate, try updating your dependency with `cargo update -p libpacket_derive` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the derive macro `Packet` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `benchmark` [INFO] [stdout] --> src/util.rs:236:17 [INFO] [stdout] | [INFO] [stdout] 236 | #[cfg(all(test, feature = "benchmark"))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `benchmark` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/ipv6.rs:35:21 [INFO] [stdout] | [INFO] [stdout] 35 | pub fn new(buf: &[u8]) -> ExtensionIterable { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 35 | pub fn new(buf: &[u8]) -> ExtensionIterable<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.10s [INFO] running `Command { std: "docker" "inspect" "e1c1ef3d41f8f18cb685dc0c047714bfec89caf1ab607aa19f301b54fedf59c4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e1c1ef3d41f8f18cb685dc0c047714bfec89caf1ab607aa19f301b54fedf59c4", kill_on_drop: false }` [INFO] [stdout] e1c1ef3d41f8f18cb685dc0c047714bfec89caf1ab607aa19f301b54fedf59c4 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 64e7c3c18cdf5c228b3ee417ab0a381283b4cc37905b8403692264d8a071aec3 [INFO] running `Command { std: "docker" "start" "-a" "64e7c3c18cdf5c228b3ee417ab0a381283b4cc37905b8403692264d8a071aec3", kill_on_drop: false }` [INFO] [stdout] warning: unexpected `cfg` condition value: `clippy` [INFO] [stdout] --> src/arp.rs:75:17 [INFO] [stdout] | [INFO] [stdout] 75 | #[derive(Debug, Packet)] [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = note: using a cfg inside a derive macro will use the cfgs from the destination crate and not the ones from the defining crate [INFO] [stdout] = help: try referring to `Packet` crate for guidance on how handle this unexpected cfg [INFO] [stdout] = help: the derive macro `Packet` may come from an old version of the `libpacket_derive` crate, try updating your dependency with `cargo update -p libpacket_derive` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: `#[warn(unexpected_cfgs)]` on by default [INFO] [stdout] = note: this warning originates in the derive macro `Packet` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `benchmark` [INFO] [stdout] --> src/ethernet.rs:175:17 [INFO] [stdout] | [INFO] [stdout] 175 | #[cfg(all(test, feature = "benchmark"))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `benchmark` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `clippy` [INFO] [stdout] --> src/ethernet.rs:15:17 [INFO] [stdout] | [INFO] [stdout] 15 | #[derive(Debug, Packet)] [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = note: using a cfg inside a derive macro will use the cfgs from the destination crate and not the ones from the defining crate [INFO] [stdout] = help: try referring to `Packet` crate for guidance on how handle this unexpected cfg [INFO] [stdout] = help: the derive macro `Packet` may come from an old version of the `libpacket_derive` crate, try updating your dependency with `cargo update -p libpacket_derive` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the derive macro `Packet` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `clippy` [INFO] [stdout] --> src/gre.rs:37:17 [INFO] [stdout] | [INFO] [stdout] 37 | #[derive(Debug, Packet)] [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = note: using a cfg inside a derive macro will use the cfgs from the destination crate and not the ones from the defining crate [INFO] [stdout] = help: try referring to `Packet` crate for guidance on how handle this unexpected cfg [INFO] [stdout] = help: the derive macro `Packet` may come from an old version of the `libpacket_derive` crate, try updating your dependency with `cargo update -p libpacket_derive` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the derive macro `Packet` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `clippy` [INFO] [stdout] --> src/gre.rs:63:17 [INFO] [stdout] | [INFO] [stdout] 63 | #[derive(Debug, Packet)] [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = note: using a cfg inside a derive macro will use the cfgs from the destination crate and not the ones from the defining crate [INFO] [stdout] = help: try referring to `Packet` crate for guidance on how handle this unexpected cfg [INFO] [stdout] = help: the derive macro `Packet` may come from an old version of the `libpacket_derive` crate, try updating your dependency with `cargo update -p libpacket_derive` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the derive macro `Packet` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `clippy` [INFO] [stdout] --> src/gre.rs:72:17 [INFO] [stdout] | [INFO] [stdout] 72 | #[derive(Debug, Packet)] [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = note: using a cfg inside a derive macro will use the cfgs from the destination crate and not the ones from the defining crate [INFO] [stdout] = help: try referring to `Packet` crate for guidance on how handle this unexpected cfg [INFO] [stdout] = help: the derive macro `Packet` may come from an old version of the `libpacket_derive` crate, try updating your dependency with `cargo update -p libpacket_derive` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the derive macro `Packet` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `clippy` [INFO] [stdout] --> src/icmp.rs:50:17 [INFO] [stdout] | [INFO] [stdout] 50 | #[derive(Debug, Packet)] [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = note: using a cfg inside a derive macro will use the cfgs from the destination crate and not the ones from the defining crate [INFO] [stdout] = help: try referring to `Packet` crate for guidance on how handle this unexpected cfg [INFO] [stdout] = help: the derive macro `Packet` may come from an old version of the `libpacket_derive` crate, try updating your dependency with `cargo update -p libpacket_derive` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the derive macro `Packet` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `clippy` [INFO] [stdout] --> src/icmp.rs:205:21 [INFO] [stdout] | [INFO] [stdout] 205 | #[derive(Debug, Packet)] [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = note: using a cfg inside a derive macro will use the cfgs from the destination crate and not the ones from the defining crate [INFO] [stdout] = help: try referring to `Packet` crate for guidance on how handle this unexpected cfg [INFO] [stdout] = help: the derive macro `Packet` may come from an old version of the `libpacket_derive` crate, try updating your dependency with `cargo update -p libpacket_derive` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the derive macro `Packet` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `clippy` [INFO] [stdout] --> src/icmp.rs:282:21 [INFO] [stdout] | [INFO] [stdout] 282 | #[derive(Debug, Packet)] [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = note: using a cfg inside a derive macro will use the cfgs from the destination crate and not the ones from the defining crate [INFO] [stdout] = help: try referring to `Packet` crate for guidance on how handle this unexpected cfg [INFO] [stdout] = help: the derive macro `Packet` may come from an old version of the `libpacket_derive` crate, try updating your dependency with `cargo update -p libpacket_derive` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the derive macro `Packet` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `clippy` [INFO] [stdout] --> src/icmp.rs:352:21 [INFO] [stdout] | [INFO] [stdout] 352 | #[derive(Debug, Packet)] [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = note: using a cfg inside a derive macro will use the cfgs from the destination crate and not the ones from the defining crate [INFO] [stdout] = help: try referring to `Packet` crate for guidance on how handle this unexpected cfg [INFO] [stdout] = help: the derive macro `Packet` may come from an old version of the `libpacket_derive` crate, try updating your dependency with `cargo update -p libpacket_derive` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the derive macro `Packet` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `clippy` [INFO] [stdout] --> src/icmp.rs:393:21 [INFO] [stdout] | [INFO] [stdout] 393 | #[derive(Debug, Packet)] [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = note: using a cfg inside a derive macro will use the cfgs from the destination crate and not the ones from the defining crate [INFO] [stdout] = help: try referring to `Packet` crate for guidance on how handle this unexpected cfg [INFO] [stdout] = help: the derive macro `Packet` may come from an old version of the `libpacket_derive` crate, try updating your dependency with `cargo update -p libpacket_derive` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the derive macro `Packet` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `clippy` [INFO] [stdout] --> src/icmpv6.rs:63:17 [INFO] [stdout] | [INFO] [stdout] 63 | #[derive(Debug, Packet)] [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = note: using a cfg inside a derive macro will use the cfgs from the destination crate and not the ones from the defining crate [INFO] [stdout] = help: try referring to `Packet` crate for guidance on how handle this unexpected cfg [INFO] [stdout] = help: the derive macro `Packet` may come from an old version of the `libpacket_derive` crate, try updating your dependency with `cargo update -p libpacket_derive` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the derive macro `Packet` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `clippy` [INFO] [stdout] --> src/icmpv6.rs:277:21 [INFO] [stdout] | [INFO] [stdout] 277 | #[derive(Debug, Packet)] [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = note: using a cfg inside a derive macro will use the cfgs from the destination crate and not the ones from the defining crate [INFO] [stdout] = help: try referring to `Packet` crate for guidance on how handle this unexpected cfg [INFO] [stdout] = help: the derive macro `Packet` may come from an old version of the `libpacket_derive` crate, try updating your dependency with `cargo update -p libpacket_derive` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the derive macro `Packet` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `clippy` [INFO] [stdout] --> src/icmpv6.rs:300:21 [INFO] [stdout] | [INFO] [stdout] 300 | #[derive(Debug, Packet)] [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = note: using a cfg inside a derive macro will use the cfgs from the destination crate and not the ones from the defining crate [INFO] [stdout] = help: try referring to `Packet` crate for guidance on how handle this unexpected cfg [INFO] [stdout] = help: the derive macro `Packet` may come from an old version of the `libpacket_derive` crate, try updating your dependency with `cargo update -p libpacket_derive` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the derive macro `Packet` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `clippy` [INFO] [stdout] --> src/icmpv6.rs:343:21 [INFO] [stdout] | [INFO] [stdout] 343 | #[derive(Debug, Packet)] [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = note: using a cfg inside a derive macro will use the cfgs from the destination crate and not the ones from the defining crate [INFO] [stdout] = help: try referring to `Packet` crate for guidance on how handle this unexpected cfg [INFO] [stdout] = help: the derive macro `Packet` may come from an old version of the `libpacket_derive` crate, try updating your dependency with `cargo update -p libpacket_derive` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the derive macro `Packet` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `clippy` [INFO] [stdout] --> src/icmpv6.rs:382:21 [INFO] [stdout] | [INFO] [stdout] 382 | #[derive(Debug, Packet)] [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = note: using a cfg inside a derive macro will use the cfgs from the destination crate and not the ones from the defining crate [INFO] [stdout] = help: try referring to `Packet` crate for guidance on how handle this unexpected cfg [INFO] [stdout] = help: the derive macro `Packet` may come from an old version of the `libpacket_derive` crate, try updating your dependency with `cargo update -p libpacket_derive` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the derive macro `Packet` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `clippy` [INFO] [stdout] --> src/icmpv6.rs:433:21 [INFO] [stdout] | [INFO] [stdout] 433 | #[derive(Debug, Packet)] [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = note: using a cfg inside a derive macro will use the cfgs from the destination crate and not the ones from the defining crate [INFO] [stdout] = help: try referring to `Packet` crate for guidance on how handle this unexpected cfg [INFO] [stdout] = help: the derive macro `Packet` may come from an old version of the `libpacket_derive` crate, try updating your dependency with `cargo update -p libpacket_derive` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the derive macro `Packet` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `clippy` [INFO] [stdout] --> src/icmpv6.rs:479:21 [INFO] [stdout] | [INFO] [stdout] 479 | #[derive(Debug, Packet)] [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = note: using a cfg inside a derive macro will use the cfgs from the destination crate and not the ones from the defining crate [INFO] [stdout] = help: try referring to `Packet` crate for guidance on how handle this unexpected cfg [INFO] [stdout] = help: the derive macro `Packet` may come from an old version of the `libpacket_derive` crate, try updating your dependency with `cargo update -p libpacket_derive` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the derive macro `Packet` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `clippy` [INFO] [stdout] --> src/ipv4.rs:132:17 [INFO] [stdout] | [INFO] [stdout] 132 | #[derive(Debug, Packet)] [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = note: using a cfg inside a derive macro will use the cfgs from the destination crate and not the ones from the defining crate [INFO] [stdout] = help: try referring to `Packet` crate for guidance on how handle this unexpected cfg [INFO] [stdout] = help: the derive macro `Packet` may come from an old version of the `libpacket_derive` crate, try updating your dependency with `cargo update -p libpacket_derive` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the derive macro `Packet` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `clippy` [INFO] [stdout] --> src/ipv4.rs:241:17 [INFO] [stdout] | [INFO] [stdout] 241 | #[derive(Debug, Packet)] [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = note: using a cfg inside a derive macro will use the cfgs from the destination crate and not the ones from the defining crate [INFO] [stdout] = help: try referring to `Packet` crate for guidance on how handle this unexpected cfg [INFO] [stdout] = help: the derive macro `Packet` may come from an old version of the `libpacket_derive` crate, try updating your dependency with `cargo update -p libpacket_derive` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the derive macro `Packet` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `clippy` [INFO] [stdout] --> src/ipv6.rs:16:17 [INFO] [stdout] | [INFO] [stdout] 16 | #[derive(Debug, Packet)] [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = note: using a cfg inside a derive macro will use the cfgs from the destination crate and not the ones from the defining crate [INFO] [stdout] = help: try referring to `Packet` crate for guidance on how handle this unexpected cfg [INFO] [stdout] = help: the derive macro `Packet` may come from an old version of the `libpacket_derive` crate, try updating your dependency with `cargo update -p libpacket_derive` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the derive macro `Packet` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `clippy` [INFO] [stdout] --> src/ipv6.rs:41:17 [INFO] [stdout] | [INFO] [stdout] 41 | #[derive(Debug, Packet)] [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = note: using a cfg inside a derive macro will use the cfgs from the destination crate and not the ones from the defining crate [INFO] [stdout] = help: try referring to `Packet` crate for guidance on how handle this unexpected cfg [INFO] [stdout] = help: the derive macro `Packet` may come from an old version of the `libpacket_derive` crate, try updating your dependency with `cargo update -p libpacket_derive` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the derive macro `Packet` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `clippy` [INFO] [stdout] --> src/ipv6.rs:63:17 [INFO] [stdout] | [INFO] [stdout] 63 | #[derive(Debug, Packet)] [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = note: using a cfg inside a derive macro will use the cfgs from the destination crate and not the ones from the defining crate [INFO] [stdout] = help: try referring to `Packet` crate for guidance on how handle this unexpected cfg [INFO] [stdout] = help: the derive macro `Packet` may come from an old version of the `libpacket_derive` crate, try updating your dependency with `cargo update -p libpacket_derive` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the derive macro `Packet` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `clippy` [INFO] [stdout] --> src/ipv6.rs:80:17 [INFO] [stdout] | [INFO] [stdout] 80 | #[derive(Debug, Packet)] [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = note: using a cfg inside a derive macro will use the cfgs from the destination crate and not the ones from the defining crate [INFO] [stdout] = help: try referring to `Packet` crate for guidance on how handle this unexpected cfg [INFO] [stdout] = help: the derive macro `Packet` may come from an old version of the `libpacket_derive` crate, try updating your dependency with `cargo update -p libpacket_derive` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the derive macro `Packet` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `clippy` [INFO] [stdout] --> src/quic.rs:201:17 [INFO] [stdout] | [INFO] [stdout] 201 | #[derive(Debug, Packet)] [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = note: using a cfg inside a derive macro will use the cfgs from the destination crate and not the ones from the defining crate [INFO] [stdout] = help: try referring to `Packet` crate for guidance on how handle this unexpected cfg [INFO] [stdout] = help: the derive macro `Packet` may come from an old version of the `libpacket_derive` crate, try updating your dependency with `cargo update -p libpacket_derive` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the derive macro `Packet` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `clippy` [INFO] [stdout] --> src/quic.rs:216:17 [INFO] [stdout] | [INFO] [stdout] 216 | #[derive(Debug, Packet)] [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = note: using a cfg inside a derive macro will use the cfgs from the destination crate and not the ones from the defining crate [INFO] [stdout] = help: try referring to `Packet` crate for guidance on how handle this unexpected cfg [INFO] [stdout] = help: the derive macro `Packet` may come from an old version of the `libpacket_derive` crate, try updating your dependency with `cargo update -p libpacket_derive` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the derive macro `Packet` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `clippy` [INFO] [stdout] --> src/quic.rs:247:17 [INFO] [stdout] | [INFO] [stdout] 247 | #[derive(Debug, Packet)] [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = note: using a cfg inside a derive macro will use the cfgs from the destination crate and not the ones from the defining crate [INFO] [stdout] = help: try referring to `Packet` crate for guidance on how handle this unexpected cfg [INFO] [stdout] = help: the derive macro `Packet` may come from an old version of the `libpacket_derive` crate, try updating your dependency with `cargo update -p libpacket_derive` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the derive macro `Packet` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `clippy` [INFO] [stdout] --> src/quic.rs:274:17 [INFO] [stdout] | [INFO] [stdout] 274 | #[derive(Debug, Packet)] [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = note: using a cfg inside a derive macro will use the cfgs from the destination crate and not the ones from the defining crate [INFO] [stdout] = help: try referring to `Packet` crate for guidance on how handle this unexpected cfg [INFO] [stdout] = help: the derive macro `Packet` may come from an old version of the `libpacket_derive` crate, try updating your dependency with `cargo update -p libpacket_derive` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the derive macro `Packet` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `clippy` [INFO] [stdout] --> src/quic.rs:301:17 [INFO] [stdout] | [INFO] [stdout] 301 | #[derive(Debug, Packet)] [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = note: using a cfg inside a derive macro will use the cfgs from the destination crate and not the ones from the defining crate [INFO] [stdout] = help: try referring to `Packet` crate for guidance on how handle this unexpected cfg [INFO] [stdout] = help: the derive macro `Packet` may come from an old version of the `libpacket_derive` crate, try updating your dependency with `cargo update -p libpacket_derive` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the derive macro `Packet` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `clippy` [INFO] [stdout] --> src/quic.rs:321:17 [INFO] [stdout] | [INFO] [stdout] 321 | #[derive(Debug, Packet)] [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = note: using a cfg inside a derive macro will use the cfgs from the destination crate and not the ones from the defining crate [INFO] [stdout] = help: try referring to `Packet` crate for guidance on how handle this unexpected cfg [INFO] [stdout] = help: the derive macro `Packet` may come from an old version of the `libpacket_derive` crate, try updating your dependency with `cargo update -p libpacket_derive` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the derive macro `Packet` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `clippy` [INFO] [stdout] --> src/quic.rs:620:17 [INFO] [stdout] | [INFO] [stdout] 620 | #[derive(Debug, Packet)] [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = note: using a cfg inside a derive macro will use the cfgs from the destination crate and not the ones from the defining crate [INFO] [stdout] = help: try referring to `Packet` crate for guidance on how handle this unexpected cfg [INFO] [stdout] = help: the derive macro `Packet` may come from an old version of the `libpacket_derive` crate, try updating your dependency with `cargo update -p libpacket_derive` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the derive macro `Packet` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `clippy` [INFO] [stdout] --> src/quic.rs:627:17 [INFO] [stdout] | [INFO] [stdout] 627 | #[derive(Debug, Packet)] [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = note: using a cfg inside a derive macro will use the cfgs from the destination crate and not the ones from the defining crate [INFO] [stdout] = help: try referring to `Packet` crate for guidance on how handle this unexpected cfg [INFO] [stdout] = help: the derive macro `Packet` may come from an old version of the `libpacket_derive` crate, try updating your dependency with `cargo update -p libpacket_derive` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the derive macro `Packet` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `clippy` [INFO] [stdout] --> src/quic.rs:634:17 [INFO] [stdout] | [INFO] [stdout] 634 | #[derive(Debug, Packet)] [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = note: using a cfg inside a derive macro will use the cfgs from the destination crate and not the ones from the defining crate [INFO] [stdout] = help: try referring to `Packet` crate for guidance on how handle this unexpected cfg [INFO] [stdout] = help: the derive macro `Packet` may come from an old version of the `libpacket_derive` crate, try updating your dependency with `cargo update -p libpacket_derive` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the derive macro `Packet` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `clippy` [INFO] [stdout] --> src/quic.rs:653:17 [INFO] [stdout] | [INFO] [stdout] 653 | #[derive(Debug, Packet)] [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = note: using a cfg inside a derive macro will use the cfgs from the destination crate and not the ones from the defining crate [INFO] [stdout] = help: try referring to `Packet` crate for guidance on how handle this unexpected cfg [INFO] [stdout] = help: the derive macro `Packet` may come from an old version of the `libpacket_derive` crate, try updating your dependency with `cargo update -p libpacket_derive` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the derive macro `Packet` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `clippy` [INFO] [stdout] --> src/quic.rs:666:17 [INFO] [stdout] | [INFO] [stdout] 666 | #[derive(Debug, Packet)] [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = note: using a cfg inside a derive macro will use the cfgs from the destination crate and not the ones from the defining crate [INFO] [stdout] = help: try referring to `Packet` crate for guidance on how handle this unexpected cfg [INFO] [stdout] = help: the derive macro `Packet` may come from an old version of the `libpacket_derive` crate, try updating your dependency with `cargo update -p libpacket_derive` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the derive macro `Packet` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `clippy` [INFO] [stdout] --> src/quic.rs:677:17 [INFO] [stdout] | [INFO] [stdout] 677 | #[derive(Debug, Packet)] [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = note: using a cfg inside a derive macro will use the cfgs from the destination crate and not the ones from the defining crate [INFO] [stdout] = help: try referring to `Packet` crate for guidance on how handle this unexpected cfg [INFO] [stdout] = help: the derive macro `Packet` may come from an old version of the `libpacket_derive` crate, try updating your dependency with `cargo update -p libpacket_derive` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the derive macro `Packet` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `clippy` [INFO] [stdout] --> src/quic.rs:690:17 [INFO] [stdout] | [INFO] [stdout] 690 | #[derive(Debug, Packet)] [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = note: using a cfg inside a derive macro will use the cfgs from the destination crate and not the ones from the defining crate [INFO] [stdout] = help: try referring to `Packet` crate for guidance on how handle this unexpected cfg [INFO] [stdout] = help: the derive macro `Packet` may come from an old version of the `libpacket_derive` crate, try updating your dependency with `cargo update -p libpacket_derive` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the derive macro `Packet` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling libpacket v0.1.2 (/opt/rustwide/workdir) [INFO] [stdout] warning: unexpected `cfg` condition value: `clippy` [INFO] [stdout] --> src/quic.rs:701:17 [INFO] [stdout] | [INFO] [stdout] 701 | #[derive(Debug, Packet)] [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = note: using a cfg inside a derive macro will use the cfgs from the destination crate and not the ones from the defining crate [INFO] [stdout] = help: try referring to `Packet` crate for guidance on how handle this unexpected cfg [INFO] [stdout] = help: the derive macro `Packet` may come from an old version of the `libpacket_derive` crate, try updating your dependency with `cargo update -p libpacket_derive` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the derive macro `Packet` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `clippy` [INFO] [stdout] --> src/quic.rs:717:17 [INFO] [stdout] | [INFO] [stdout] 717 | #[derive(Debug, Packet)] [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = note: using a cfg inside a derive macro will use the cfgs from the destination crate and not the ones from the defining crate [INFO] [stdout] = help: try referring to `Packet` crate for guidance on how handle this unexpected cfg [INFO] [stdout] = help: the derive macro `Packet` may come from an old version of the `libpacket_derive` crate, try updating your dependency with `cargo update -p libpacket_derive` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the derive macro `Packet` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `clippy` [INFO] [stdout] --> src/quic.rs:726:17 [INFO] [stdout] | [INFO] [stdout] 726 | #[derive(Debug, Packet)] [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = note: using a cfg inside a derive macro will use the cfgs from the destination crate and not the ones from the defining crate [INFO] [stdout] = help: try referring to `Packet` crate for guidance on how handle this unexpected cfg [INFO] [stdout] = help: the derive macro `Packet` may come from an old version of the `libpacket_derive` crate, try updating your dependency with `cargo update -p libpacket_derive` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the derive macro `Packet` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `clippy` [INFO] [stdout] --> src/quic.rs:737:17 [INFO] [stdout] | [INFO] [stdout] 737 | #[derive(Debug, Packet)] [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = note: using a cfg inside a derive macro will use the cfgs from the destination crate and not the ones from the defining crate [INFO] [stdout] = help: try referring to `Packet` crate for guidance on how handle this unexpected cfg [INFO] [stdout] = help: the derive macro `Packet` may come from an old version of the `libpacket_derive` crate, try updating your dependency with `cargo update -p libpacket_derive` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the derive macro `Packet` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `clippy` [INFO] [stdout] --> src/quic.rs:746:17 [INFO] [stdout] | [INFO] [stdout] 746 | #[derive(Debug, Packet)] [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = note: using a cfg inside a derive macro will use the cfgs from the destination crate and not the ones from the defining crate [INFO] [stdout] = help: try referring to `Packet` crate for guidance on how handle this unexpected cfg [INFO] [stdout] = help: the derive macro `Packet` may come from an old version of the `libpacket_derive` crate, try updating your dependency with `cargo update -p libpacket_derive` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the derive macro `Packet` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `clippy` [INFO] [stdout] --> src/quic.rs:755:17 [INFO] [stdout] | [INFO] [stdout] 755 | #[derive(Debug, Packet)] [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = note: using a cfg inside a derive macro will use the cfgs from the destination crate and not the ones from the defining crate [INFO] [stdout] = help: try referring to `Packet` crate for guidance on how handle this unexpected cfg [INFO] [stdout] = help: the derive macro `Packet` may come from an old version of the `libpacket_derive` crate, try updating your dependency with `cargo update -p libpacket_derive` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the derive macro `Packet` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `clippy` [INFO] [stdout] --> src/quic.rs:766:17 [INFO] [stdout] | [INFO] [stdout] 766 | #[derive(Debug, Packet)] [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = note: using a cfg inside a derive macro will use the cfgs from the destination crate and not the ones from the defining crate [INFO] [stdout] = help: try referring to `Packet` crate for guidance on how handle this unexpected cfg [INFO] [stdout] = help: the derive macro `Packet` may come from an old version of the `libpacket_derive` crate, try updating your dependency with `cargo update -p libpacket_derive` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the derive macro `Packet` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `clippy` [INFO] [stdout] --> src/quic.rs:775:17 [INFO] [stdout] | [INFO] [stdout] 775 | #[derive(Debug, Packet)] [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = note: using a cfg inside a derive macro will use the cfgs from the destination crate and not the ones from the defining crate [INFO] [stdout] = help: try referring to `Packet` crate for guidance on how handle this unexpected cfg [INFO] [stdout] = help: the derive macro `Packet` may come from an old version of the `libpacket_derive` crate, try updating your dependency with `cargo update -p libpacket_derive` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the derive macro `Packet` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `clippy` [INFO] [stdout] --> src/quic.rs:791:17 [INFO] [stdout] | [INFO] [stdout] 791 | #[derive(Debug, Packet)] [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = note: using a cfg inside a derive macro will use the cfgs from the destination crate and not the ones from the defining crate [INFO] [stdout] = help: try referring to `Packet` crate for guidance on how handle this unexpected cfg [INFO] [stdout] = help: the derive macro `Packet` may come from an old version of the `libpacket_derive` crate, try updating your dependency with `cargo update -p libpacket_derive` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the derive macro `Packet` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `clippy` [INFO] [stdout] --> src/quic.rs:800:17 [INFO] [stdout] | [INFO] [stdout] 800 | #[derive(Debug, Packet)] [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = note: using a cfg inside a derive macro will use the cfgs from the destination crate and not the ones from the defining crate [INFO] [stdout] = help: try referring to `Packet` crate for guidance on how handle this unexpected cfg [INFO] [stdout] = help: the derive macro `Packet` may come from an old version of the `libpacket_derive` crate, try updating your dependency with `cargo update -p libpacket_derive` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the derive macro `Packet` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `clippy` [INFO] [stdout] --> src/quic.rs:809:17 [INFO] [stdout] | [INFO] [stdout] 809 | #[derive(Debug, Packet)] [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = note: using a cfg inside a derive macro will use the cfgs from the destination crate and not the ones from the defining crate [INFO] [stdout] = help: try referring to `Packet` crate for guidance on how handle this unexpected cfg [INFO] [stdout] = help: the derive macro `Packet` may come from an old version of the `libpacket_derive` crate, try updating your dependency with `cargo update -p libpacket_derive` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the derive macro `Packet` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `clippy` [INFO] [stdout] --> src/quic.rs:818:17 [INFO] [stdout] | [INFO] [stdout] 818 | #[derive(Debug, Packet)] [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = note: using a cfg inside a derive macro will use the cfgs from the destination crate and not the ones from the defining crate [INFO] [stdout] = help: try referring to `Packet` crate for guidance on how handle this unexpected cfg [INFO] [stdout] = help: the derive macro `Packet` may come from an old version of the `libpacket_derive` crate, try updating your dependency with `cargo update -p libpacket_derive` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the derive macro `Packet` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `clippy` [INFO] [stdout] --> src/quic.rs:833:17 [INFO] [stdout] | [INFO] [stdout] 833 | #[derive(Debug, Packet)] [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = note: using a cfg inside a derive macro will use the cfgs from the destination crate and not the ones from the defining crate [INFO] [stdout] = help: try referring to `Packet` crate for guidance on how handle this unexpected cfg [INFO] [stdout] = help: the derive macro `Packet` may come from an old version of the `libpacket_derive` crate, try updating your dependency with `cargo update -p libpacket_derive` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the derive macro `Packet` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `clippy` [INFO] [stdout] --> src/tcp.rs:54:17 [INFO] [stdout] | [INFO] [stdout] 54 | #[derive(Debug, Packet)] [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = note: using a cfg inside a derive macro will use the cfgs from the destination crate and not the ones from the defining crate [INFO] [stdout] = help: try referring to `Packet` crate for guidance on how handle this unexpected cfg [INFO] [stdout] = help: the derive macro `Packet` may come from an old version of the `libpacket_derive` crate, try updating your dependency with `cargo update -p libpacket_derive` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the derive macro `Packet` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `clippy` [INFO] [stdout] --> src/tcp.rs:105:17 [INFO] [stdout] | [INFO] [stdout] 105 | #[derive(Debug, Packet)] [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = note: using a cfg inside a derive macro will use the cfgs from the destination crate and not the ones from the defining crate [INFO] [stdout] = help: try referring to `Packet` crate for guidance on how handle this unexpected cfg [INFO] [stdout] = help: the derive macro `Packet` may come from an old version of the `libpacket_derive` crate, try updating your dependency with `cargo update -p libpacket_derive` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the derive macro `Packet` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `clippy` [INFO] [stdout] --> src/udp.rs:16:17 [INFO] [stdout] | [INFO] [stdout] 16 | #[derive(Debug, Packet)] [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = note: using a cfg inside a derive macro will use the cfgs from the destination crate and not the ones from the defining crate [INFO] [stdout] = help: try referring to `Packet` crate for guidance on how handle this unexpected cfg [INFO] [stdout] = help: the derive macro `Packet` may come from an old version of the `libpacket_derive` crate, try updating your dependency with `cargo update -p libpacket_derive` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the derive macro `Packet` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `clippy` [INFO] [stdout] --> src/vlan.rs:57:17 [INFO] [stdout] | [INFO] [stdout] 57 | #[derive(Debug, Packet)] [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = note: using a cfg inside a derive macro will use the cfgs from the destination crate and not the ones from the defining crate [INFO] [stdout] = help: try referring to `Packet` crate for guidance on how handle this unexpected cfg [INFO] [stdout] = help: the derive macro `Packet` may come from an old version of the `libpacket_derive` crate, try updating your dependency with `cargo update -p libpacket_derive` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the derive macro `Packet` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `benchmark` [INFO] [stdout] --> src/util.rs:236:17 [INFO] [stdout] | [INFO] [stdout] 236 | #[cfg(all(test, feature = "benchmark"))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `benchmark` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/ipv6.rs:35:21 [INFO] [stdout] | [INFO] [stdout] 35 | pub fn new(buf: &[u8]) -> ExtensionIterable { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 35 | pub fn new(buf: &[u8]) -> ExtensionIterable<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `clippy` [INFO] [stdout] --> src/arp.rs:75:17 [INFO] [stdout] | [INFO] [stdout] 75 | #[derive(Debug, Packet)] [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = note: using a cfg inside a derive macro will use the cfgs from the destination crate and not the ones from the defining crate [INFO] [stdout] = help: try referring to `Packet` crate for guidance on how handle this unexpected cfg [INFO] [stdout] = help: the derive macro `Packet` may come from an old version of the `libpacket_derive` crate, try updating your dependency with `cargo update -p libpacket_derive` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: `#[warn(unexpected_cfgs)]` on by default [INFO] [stdout] = note: this warning originates in the derive macro `Packet` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `benchmark` [INFO] [stdout] --> src/ethernet.rs:175:17 [INFO] [stdout] | [INFO] [stdout] 175 | #[cfg(all(test, feature = "benchmark"))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `benchmark` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `clippy` [INFO] [stdout] --> src/ethernet.rs:15:17 [INFO] [stdout] | [INFO] [stdout] 15 | #[derive(Debug, Packet)] [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = note: using a cfg inside a derive macro will use the cfgs from the destination crate and not the ones from the defining crate [INFO] [stdout] = help: try referring to `Packet` crate for guidance on how handle this unexpected cfg [INFO] [stdout] = help: the derive macro `Packet` may come from an old version of the `libpacket_derive` crate, try updating your dependency with `cargo update -p libpacket_derive` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the derive macro `Packet` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `clippy` [INFO] [stdout] --> src/gre.rs:37:17 [INFO] [stdout] | [INFO] [stdout] 37 | #[derive(Debug, Packet)] [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = note: using a cfg inside a derive macro will use the cfgs from the destination crate and not the ones from the defining crate [INFO] [stdout] = help: try referring to `Packet` crate for guidance on how handle this unexpected cfg [INFO] [stdout] = help: the derive macro `Packet` may come from an old version of the `libpacket_derive` crate, try updating your dependency with `cargo update -p libpacket_derive` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the derive macro `Packet` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `clippy` [INFO] [stdout] --> src/gre.rs:63:17 [INFO] [stdout] | [INFO] [stdout] 63 | #[derive(Debug, Packet)] [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = note: using a cfg inside a derive macro will use the cfgs from the destination crate and not the ones from the defining crate [INFO] [stdout] = help: try referring to `Packet` crate for guidance on how handle this unexpected cfg [INFO] [stdout] = help: the derive macro `Packet` may come from an old version of the `libpacket_derive` crate, try updating your dependency with `cargo update -p libpacket_derive` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the derive macro `Packet` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `clippy` [INFO] [stdout] --> src/gre.rs:72:17 [INFO] [stdout] | [INFO] [stdout] 72 | #[derive(Debug, Packet)] [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = note: using a cfg inside a derive macro will use the cfgs from the destination crate and not the ones from the defining crate [INFO] [stdout] = help: try referring to `Packet` crate for guidance on how handle this unexpected cfg [INFO] [stdout] = help: the derive macro `Packet` may come from an old version of the `libpacket_derive` crate, try updating your dependency with `cargo update -p libpacket_derive` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the derive macro `Packet` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `clippy` [INFO] [stdout] --> src/icmp.rs:50:17 [INFO] [stdout] | [INFO] [stdout] 50 | #[derive(Debug, Packet)] [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = note: using a cfg inside a derive macro will use the cfgs from the destination crate and not the ones from the defining crate [INFO] [stdout] = help: try referring to `Packet` crate for guidance on how handle this unexpected cfg [INFO] [stdout] = help: the derive macro `Packet` may come from an old version of the `libpacket_derive` crate, try updating your dependency with `cargo update -p libpacket_derive` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the derive macro `Packet` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `clippy` [INFO] [stdout] --> src/icmp.rs:205:21 [INFO] [stdout] | [INFO] [stdout] 205 | #[derive(Debug, Packet)] [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = note: using a cfg inside a derive macro will use the cfgs from the destination crate and not the ones from the defining crate [INFO] [stdout] = help: try referring to `Packet` crate for guidance on how handle this unexpected cfg [INFO] [stdout] = help: the derive macro `Packet` may come from an old version of the `libpacket_derive` crate, try updating your dependency with `cargo update -p libpacket_derive` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the derive macro `Packet` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `clippy` [INFO] [stdout] --> src/icmp.rs:282:21 [INFO] [stdout] | [INFO] [stdout] 282 | #[derive(Debug, Packet)] [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = note: using a cfg inside a derive macro will use the cfgs from the destination crate and not the ones from the defining crate [INFO] [stdout] = help: try referring to `Packet` crate for guidance on how handle this unexpected cfg [INFO] [stdout] = help: the derive macro `Packet` may come from an old version of the `libpacket_derive` crate, try updating your dependency with `cargo update -p libpacket_derive` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the derive macro `Packet` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `clippy` [INFO] [stdout] --> src/icmp.rs:352:21 [INFO] [stdout] | [INFO] [stdout] 352 | #[derive(Debug, Packet)] [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = note: using a cfg inside a derive macro will use the cfgs from the destination crate and not the ones from the defining crate [INFO] [stdout] = help: try referring to `Packet` crate for guidance on how handle this unexpected cfg [INFO] [stdout] = help: the derive macro `Packet` may come from an old version of the `libpacket_derive` crate, try updating your dependency with `cargo update -p libpacket_derive` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the derive macro `Packet` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `clippy` [INFO] [stdout] --> src/icmp.rs:393:21 [INFO] [stdout] | [INFO] [stdout] 393 | #[derive(Debug, Packet)] [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = note: using a cfg inside a derive macro will use the cfgs from the destination crate and not the ones from the defining crate [INFO] [stdout] = help: try referring to `Packet` crate for guidance on how handle this unexpected cfg [INFO] [stdout] = help: the derive macro `Packet` may come from an old version of the `libpacket_derive` crate, try updating your dependency with `cargo update -p libpacket_derive` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the derive macro `Packet` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `clippy` [INFO] [stdout] --> src/icmpv6.rs:63:17 [INFO] [stdout] | [INFO] [stdout] 63 | #[derive(Debug, Packet)] [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = note: using a cfg inside a derive macro will use the cfgs from the destination crate and not the ones from the defining crate [INFO] [stdout] = help: try referring to `Packet` crate for guidance on how handle this unexpected cfg [INFO] [stdout] = help: the derive macro `Packet` may come from an old version of the `libpacket_derive` crate, try updating your dependency with `cargo update -p libpacket_derive` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the derive macro `Packet` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `clippy` [INFO] [stdout] --> src/icmpv6.rs:277:21 [INFO] [stdout] | [INFO] [stdout] 277 | #[derive(Debug, Packet)] [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = note: using a cfg inside a derive macro will use the cfgs from the destination crate and not the ones from the defining crate [INFO] [stdout] = help: try referring to `Packet` crate for guidance on how handle this unexpected cfg [INFO] [stdout] = help: the derive macro `Packet` may come from an old version of the `libpacket_derive` crate, try updating your dependency with `cargo update -p libpacket_derive` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the derive macro `Packet` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `clippy` [INFO] [stdout] --> src/icmpv6.rs:300:21 [INFO] [stdout] | [INFO] [stdout] 300 | #[derive(Debug, Packet)] [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = note: using a cfg inside a derive macro will use the cfgs from the destination crate and not the ones from the defining crate [INFO] [stdout] = help: try referring to `Packet` crate for guidance on how handle this unexpected cfg [INFO] [stdout] = help: the derive macro `Packet` may come from an old version of the `libpacket_derive` crate, try updating your dependency with `cargo update -p libpacket_derive` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the derive macro `Packet` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `clippy` [INFO] [stdout] --> src/icmpv6.rs:343:21 [INFO] [stdout] | [INFO] [stdout] 343 | #[derive(Debug, Packet)] [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = note: using a cfg inside a derive macro will use the cfgs from the destination crate and not the ones from the defining crate [INFO] [stdout] = help: try referring to `Packet` crate for guidance on how handle this unexpected cfg [INFO] [stdout] = help: the derive macro `Packet` may come from an old version of the `libpacket_derive` crate, try updating your dependency with `cargo update -p libpacket_derive` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the derive macro `Packet` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `clippy` [INFO] [stdout] --> src/icmpv6.rs:382:21 [INFO] [stdout] | [INFO] [stdout] 382 | #[derive(Debug, Packet)] [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = note: using a cfg inside a derive macro will use the cfgs from the destination crate and not the ones from the defining crate [INFO] [stdout] = help: try referring to `Packet` crate for guidance on how handle this unexpected cfg [INFO] [stdout] = help: the derive macro `Packet` may come from an old version of the `libpacket_derive` crate, try updating your dependency with `cargo update -p libpacket_derive` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the derive macro `Packet` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `clippy` [INFO] [stdout] --> src/icmpv6.rs:433:21 [INFO] [stdout] | [INFO] [stdout] 433 | #[derive(Debug, Packet)] [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = note: using a cfg inside a derive macro will use the cfgs from the destination crate and not the ones from the defining crate [INFO] [stdout] = help: try referring to `Packet` crate for guidance on how handle this unexpected cfg [INFO] [stdout] = help: the derive macro `Packet` may come from an old version of the `libpacket_derive` crate, try updating your dependency with `cargo update -p libpacket_derive` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the derive macro `Packet` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `clippy` [INFO] [stdout] --> src/icmpv6.rs:479:21 [INFO] [stdout] | [INFO] [stdout] 479 | #[derive(Debug, Packet)] [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = note: using a cfg inside a derive macro will use the cfgs from the destination crate and not the ones from the defining crate [INFO] [stdout] = help: try referring to `Packet` crate for guidance on how handle this unexpected cfg [INFO] [stdout] = help: the derive macro `Packet` may come from an old version of the `libpacket_derive` crate, try updating your dependency with `cargo update -p libpacket_derive` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the derive macro `Packet` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `clippy` [INFO] [stdout] --> src/ipv4.rs:132:17 [INFO] [stdout] | [INFO] [stdout] 132 | #[derive(Debug, Packet)] [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = note: using a cfg inside a derive macro will use the cfgs from the destination crate and not the ones from the defining crate [INFO] [stdout] = help: try referring to `Packet` crate for guidance on how handle this unexpected cfg [INFO] [stdout] = help: the derive macro `Packet` may come from an old version of the `libpacket_derive` crate, try updating your dependency with `cargo update -p libpacket_derive` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the derive macro `Packet` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `clippy` [INFO] [stdout] --> src/ipv4.rs:241:17 [INFO] [stdout] | [INFO] [stdout] 241 | #[derive(Debug, Packet)] [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = note: using a cfg inside a derive macro will use the cfgs from the destination crate and not the ones from the defining crate [INFO] [stdout] = help: try referring to `Packet` crate for guidance on how handle this unexpected cfg [INFO] [stdout] = help: the derive macro `Packet` may come from an old version of the `libpacket_derive` crate, try updating your dependency with `cargo update -p libpacket_derive` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the derive macro `Packet` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `clippy` [INFO] [stdout] --> src/ipv6.rs:16:17 [INFO] [stdout] | [INFO] [stdout] 16 | #[derive(Debug, Packet)] [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = note: using a cfg inside a derive macro will use the cfgs from the destination crate and not the ones from the defining crate [INFO] [stdout] = help: try referring to `Packet` crate for guidance on how handle this unexpected cfg [INFO] [stdout] = help: the derive macro `Packet` may come from an old version of the `libpacket_derive` crate, try updating your dependency with `cargo update -p libpacket_derive` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the derive macro `Packet` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `clippy` [INFO] [stdout] --> src/ipv6.rs:41:17 [INFO] [stdout] | [INFO] [stdout] 41 | #[derive(Debug, Packet)] [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = note: using a cfg inside a derive macro will use the cfgs from the destination crate and not the ones from the defining crate [INFO] [stdout] = help: try referring to `Packet` crate for guidance on how handle this unexpected cfg [INFO] [stdout] = help: the derive macro `Packet` may come from an old version of the `libpacket_derive` crate, try updating your dependency with `cargo update -p libpacket_derive` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the derive macro `Packet` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `clippy` [INFO] [stdout] --> src/ipv6.rs:63:17 [INFO] [stdout] | [INFO] [stdout] 63 | #[derive(Debug, Packet)] [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = note: using a cfg inside a derive macro will use the cfgs from the destination crate and not the ones from the defining crate [INFO] [stdout] = help: try referring to `Packet` crate for guidance on how handle this unexpected cfg [INFO] [stdout] = help: the derive macro `Packet` may come from an old version of the `libpacket_derive` crate, try updating your dependency with `cargo update -p libpacket_derive` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the derive macro `Packet` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `clippy` [INFO] [stdout] --> src/ipv6.rs:80:17 [INFO] [stdout] | [INFO] [stdout] 80 | #[derive(Debug, Packet)] [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = note: using a cfg inside a derive macro will use the cfgs from the destination crate and not the ones from the defining crate [INFO] [stdout] = help: try referring to `Packet` crate for guidance on how handle this unexpected cfg [INFO] [stdout] = help: the derive macro `Packet` may come from an old version of the `libpacket_derive` crate, try updating your dependency with `cargo update -p libpacket_derive` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the derive macro `Packet` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `clippy` [INFO] [stdout] --> src/quic.rs:201:17 [INFO] [stdout] | [INFO] [stdout] 201 | #[derive(Debug, Packet)] [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = note: using a cfg inside a derive macro will use the cfgs from the destination crate and not the ones from the defining crate [INFO] [stdout] = help: try referring to `Packet` crate for guidance on how handle this unexpected cfg [INFO] [stdout] = help: the derive macro `Packet` may come from an old version of the `libpacket_derive` crate, try updating your dependency with `cargo update -p libpacket_derive` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the derive macro `Packet` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `clippy` [INFO] [stdout] --> src/quic.rs:216:17 [INFO] [stdout] | [INFO] [stdout] 216 | #[derive(Debug, Packet)] [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = note: using a cfg inside a derive macro will use the cfgs from the destination crate and not the ones from the defining crate [INFO] [stdout] = help: try referring to `Packet` crate for guidance on how handle this unexpected cfg [INFO] [stdout] = help: the derive macro `Packet` may come from an old version of the `libpacket_derive` crate, try updating your dependency with `cargo update -p libpacket_derive` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the derive macro `Packet` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `clippy` [INFO] [stdout] --> src/quic.rs:247:17 [INFO] [stdout] | [INFO] [stdout] 247 | #[derive(Debug, Packet)] [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = note: using a cfg inside a derive macro will use the cfgs from the destination crate and not the ones from the defining crate [INFO] [stdout] = help: try referring to `Packet` crate for guidance on how handle this unexpected cfg [INFO] [stdout] = help: the derive macro `Packet` may come from an old version of the `libpacket_derive` crate, try updating your dependency with `cargo update -p libpacket_derive` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the derive macro `Packet` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `clippy` [INFO] [stdout] --> src/quic.rs:274:17 [INFO] [stdout] | [INFO] [stdout] 274 | #[derive(Debug, Packet)] [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = note: using a cfg inside a derive macro will use the cfgs from the destination crate and not the ones from the defining crate [INFO] [stdout] = help: try referring to `Packet` crate for guidance on how handle this unexpected cfg [INFO] [stdout] = help: the derive macro `Packet` may come from an old version of the `libpacket_derive` crate, try updating your dependency with `cargo update -p libpacket_derive` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the derive macro `Packet` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `clippy` [INFO] [stdout] --> src/quic.rs:301:17 [INFO] [stdout] | [INFO] [stdout] 301 | #[derive(Debug, Packet)] [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = note: using a cfg inside a derive macro will use the cfgs from the destination crate and not the ones from the defining crate [INFO] [stdout] = help: try referring to `Packet` crate for guidance on how handle this unexpected cfg [INFO] [stdout] = help: the derive macro `Packet` may come from an old version of the `libpacket_derive` crate, try updating your dependency with `cargo update -p libpacket_derive` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the derive macro `Packet` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `clippy` [INFO] [stdout] --> src/quic.rs:321:17 [INFO] [stdout] | [INFO] [stdout] 321 | #[derive(Debug, Packet)] [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = note: using a cfg inside a derive macro will use the cfgs from the destination crate and not the ones from the defining crate [INFO] [stdout] = help: try referring to `Packet` crate for guidance on how handle this unexpected cfg [INFO] [stdout] = help: the derive macro `Packet` may come from an old version of the `libpacket_derive` crate, try updating your dependency with `cargo update -p libpacket_derive` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the derive macro `Packet` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `clippy` [INFO] [stdout] --> src/quic.rs:620:17 [INFO] [stdout] | [INFO] [stdout] 620 | #[derive(Debug, Packet)] [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = note: using a cfg inside a derive macro will use the cfgs from the destination crate and not the ones from the defining crate [INFO] [stdout] = help: try referring to `Packet` crate for guidance on how handle this unexpected cfg [INFO] [stdout] = help: the derive macro `Packet` may come from an old version of the `libpacket_derive` crate, try updating your dependency with `cargo update -p libpacket_derive` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the derive macro `Packet` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `clippy` [INFO] [stdout] --> src/quic.rs:627:17 [INFO] [stdout] | [INFO] [stdout] 627 | #[derive(Debug, Packet)] [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = note: using a cfg inside a derive macro will use the cfgs from the destination crate and not the ones from the defining crate [INFO] [stdout] = help: try referring to `Packet` crate for guidance on how handle this unexpected cfg [INFO] [stdout] = help: the derive macro `Packet` may come from an old version of the `libpacket_derive` crate, try updating your dependency with `cargo update -p libpacket_derive` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the derive macro `Packet` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `clippy` [INFO] [stdout] --> src/quic.rs:634:17 [INFO] [stdout] | [INFO] [stdout] 634 | #[derive(Debug, Packet)] [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = note: using a cfg inside a derive macro will use the cfgs from the destination crate and not the ones from the defining crate [INFO] [stdout] = help: try referring to `Packet` crate for guidance on how handle this unexpected cfg [INFO] [stdout] = help: the derive macro `Packet` may come from an old version of the `libpacket_derive` crate, try updating your dependency with `cargo update -p libpacket_derive` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the derive macro `Packet` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `clippy` [INFO] [stdout] --> src/quic.rs:653:17 [INFO] [stdout] | [INFO] [stdout] 653 | #[derive(Debug, Packet)] [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = note: using a cfg inside a derive macro will use the cfgs from the destination crate and not the ones from the defining crate [INFO] [stdout] = help: try referring to `Packet` crate for guidance on how handle this unexpected cfg [INFO] [stdout] = help: the derive macro `Packet` may come from an old version of the `libpacket_derive` crate, try updating your dependency with `cargo update -p libpacket_derive` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the derive macro `Packet` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `clippy` [INFO] [stdout] --> src/quic.rs:666:17 [INFO] [stdout] | [INFO] [stdout] 666 | #[derive(Debug, Packet)] [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = note: using a cfg inside a derive macro will use the cfgs from the destination crate and not the ones from the defining crate [INFO] [stdout] = help: try referring to `Packet` crate for guidance on how handle this unexpected cfg [INFO] [stdout] = help: the derive macro `Packet` may come from an old version of the `libpacket_derive` crate, try updating your dependency with `cargo update -p libpacket_derive` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the derive macro `Packet` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `clippy` [INFO] [stdout] --> src/quic.rs:677:17 [INFO] [stdout] | [INFO] [stdout] 677 | #[derive(Debug, Packet)] [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = note: using a cfg inside a derive macro will use the cfgs from the destination crate and not the ones from the defining crate [INFO] [stdout] = help: try referring to `Packet` crate for guidance on how handle this unexpected cfg [INFO] [stdout] = help: the derive macro `Packet` may come from an old version of the `libpacket_derive` crate, try updating your dependency with `cargo update -p libpacket_derive` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the derive macro `Packet` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `clippy` [INFO] [stdout] --> src/quic.rs:690:17 [INFO] [stdout] | [INFO] [stdout] 690 | #[derive(Debug, Packet)] [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = note: using a cfg inside a derive macro will use the cfgs from the destination crate and not the ones from the defining crate [INFO] [stdout] = help: try referring to `Packet` crate for guidance on how handle this unexpected cfg [INFO] [stdout] = help: the derive macro `Packet` may come from an old version of the `libpacket_derive` crate, try updating your dependency with `cargo update -p libpacket_derive` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the derive macro `Packet` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `clippy` [INFO] [stdout] --> src/quic.rs:701:17 [INFO] [stdout] | [INFO] [stdout] 701 | #[derive(Debug, Packet)] [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = note: using a cfg inside a derive macro will use the cfgs from the destination crate and not the ones from the defining crate [INFO] [stdout] = help: try referring to `Packet` crate for guidance on how handle this unexpected cfg [INFO] [stdout] = help: the derive macro `Packet` may come from an old version of the `libpacket_derive` crate, try updating your dependency with `cargo update -p libpacket_derive` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the derive macro `Packet` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `clippy` [INFO] [stdout] --> src/quic.rs:717:17 [INFO] [stdout] | [INFO] [stdout] 717 | #[derive(Debug, Packet)] [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = note: using a cfg inside a derive macro will use the cfgs from the destination crate and not the ones from the defining crate [INFO] [stdout] = help: try referring to `Packet` crate for guidance on how handle this unexpected cfg [INFO] [stdout] = help: the derive macro `Packet` may come from an old version of the `libpacket_derive` crate, try updating your dependency with `cargo update -p libpacket_derive` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the derive macro `Packet` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `clippy` [INFO] [stdout] --> src/quic.rs:726:17 [INFO] [stdout] | [INFO] [stdout] 726 | #[derive(Debug, Packet)] [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = note: using a cfg inside a derive macro will use the cfgs from the destination crate and not the ones from the defining crate [INFO] [stdout] = help: try referring to `Packet` crate for guidance on how handle this unexpected cfg [INFO] [stdout] = help: the derive macro `Packet` may come from an old version of the `libpacket_derive` crate, try updating your dependency with `cargo update -p libpacket_derive` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the derive macro `Packet` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `clippy` [INFO] [stdout] --> src/quic.rs:737:17 [INFO] [stdout] | [INFO] [stdout] 737 | #[derive(Debug, Packet)] [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = note: using a cfg inside a derive macro will use the cfgs from the destination crate and not the ones from the defining crate [INFO] [stdout] = help: try referring to `Packet` crate for guidance on how handle this unexpected cfg [INFO] [stdout] = help: the derive macro `Packet` may come from an old version of the `libpacket_derive` crate, try updating your dependency with `cargo update -p libpacket_derive` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the derive macro `Packet` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `clippy` [INFO] [stdout] --> src/quic.rs:746:17 [INFO] [stdout] | [INFO] [stdout] 746 | #[derive(Debug, Packet)] [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = note: using a cfg inside a derive macro will use the cfgs from the destination crate and not the ones from the defining crate [INFO] [stdout] = help: try referring to `Packet` crate for guidance on how handle this unexpected cfg [INFO] [stdout] = help: the derive macro `Packet` may come from an old version of the `libpacket_derive` crate, try updating your dependency with `cargo update -p libpacket_derive` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the derive macro `Packet` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `clippy` [INFO] [stdout] --> src/quic.rs:755:17 [INFO] [stdout] | [INFO] [stdout] 755 | #[derive(Debug, Packet)] [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = note: using a cfg inside a derive macro will use the cfgs from the destination crate and not the ones from the defining crate [INFO] [stdout] = help: try referring to `Packet` crate for guidance on how handle this unexpected cfg [INFO] [stdout] = help: the derive macro `Packet` may come from an old version of the `libpacket_derive` crate, try updating your dependency with `cargo update -p libpacket_derive` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the derive macro `Packet` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `clippy` [INFO] [stdout] --> src/quic.rs:766:17 [INFO] [stdout] | [INFO] [stdout] 766 | #[derive(Debug, Packet)] [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = note: using a cfg inside a derive macro will use the cfgs from the destination crate and not the ones from the defining crate [INFO] [stdout] = help: try referring to `Packet` crate for guidance on how handle this unexpected cfg [INFO] [stdout] = help: the derive macro `Packet` may come from an old version of the `libpacket_derive` crate, try updating your dependency with `cargo update -p libpacket_derive` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the derive macro `Packet` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `clippy` [INFO] [stdout] --> src/quic.rs:775:17 [INFO] [stdout] | [INFO] [stdout] 775 | #[derive(Debug, Packet)] [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = note: using a cfg inside a derive macro will use the cfgs from the destination crate and not the ones from the defining crate [INFO] [stdout] = help: try referring to `Packet` crate for guidance on how handle this unexpected cfg [INFO] [stdout] = help: the derive macro `Packet` may come from an old version of the `libpacket_derive` crate, try updating your dependency with `cargo update -p libpacket_derive` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the derive macro `Packet` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `clippy` [INFO] [stdout] --> src/quic.rs:791:17 [INFO] [stdout] | [INFO] [stdout] 791 | #[derive(Debug, Packet)] [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = note: using a cfg inside a derive macro will use the cfgs from the destination crate and not the ones from the defining crate [INFO] [stdout] = help: try referring to `Packet` crate for guidance on how handle this unexpected cfg [INFO] [stdout] = help: the derive macro `Packet` may come from an old version of the `libpacket_derive` crate, try updating your dependency with `cargo update -p libpacket_derive` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the derive macro `Packet` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `clippy` [INFO] [stdout] --> src/quic.rs:800:17 [INFO] [stdout] | [INFO] [stdout] 800 | #[derive(Debug, Packet)] [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = note: using a cfg inside a derive macro will use the cfgs from the destination crate and not the ones from the defining crate [INFO] [stdout] = help: try referring to `Packet` crate for guidance on how handle this unexpected cfg [INFO] [stdout] = help: the derive macro `Packet` may come from an old version of the `libpacket_derive` crate, try updating your dependency with `cargo update -p libpacket_derive` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the derive macro `Packet` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `clippy` [INFO] [stdout] --> src/quic.rs:809:17 [INFO] [stdout] | [INFO] [stdout] 809 | #[derive(Debug, Packet)] [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = note: using a cfg inside a derive macro will use the cfgs from the destination crate and not the ones from the defining crate [INFO] [stdout] = help: try referring to `Packet` crate for guidance on how handle this unexpected cfg [INFO] [stdout] = help: the derive macro `Packet` may come from an old version of the `libpacket_derive` crate, try updating your dependency with `cargo update -p libpacket_derive` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the derive macro `Packet` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `clippy` [INFO] [stdout] --> src/quic.rs:818:17 [INFO] [stdout] | [INFO] [stdout] 818 | #[derive(Debug, Packet)] [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = note: using a cfg inside a derive macro will use the cfgs from the destination crate and not the ones from the defining crate [INFO] [stdout] = help: try referring to `Packet` crate for guidance on how handle this unexpected cfg [INFO] [stdout] = help: the derive macro `Packet` may come from an old version of the `libpacket_derive` crate, try updating your dependency with `cargo update -p libpacket_derive` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the derive macro `Packet` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `clippy` [INFO] [stdout] --> src/quic.rs:833:17 [INFO] [stdout] | [INFO] [stdout] 833 | #[derive(Debug, Packet)] [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = note: using a cfg inside a derive macro will use the cfgs from the destination crate and not the ones from the defining crate [INFO] [stdout] = help: try referring to `Packet` crate for guidance on how handle this unexpected cfg [INFO] [stdout] = help: the derive macro `Packet` may come from an old version of the `libpacket_derive` crate, try updating your dependency with `cargo update -p libpacket_derive` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the derive macro `Packet` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `clippy` [INFO] [stdout] --> src/tcp.rs:54:17 [INFO] [stdout] | [INFO] [stdout] 54 | #[derive(Debug, Packet)] [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = note: using a cfg inside a derive macro will use the cfgs from the destination crate and not the ones from the defining crate [INFO] [stdout] = help: try referring to `Packet` crate for guidance on how handle this unexpected cfg [INFO] [stdout] = help: the derive macro `Packet` may come from an old version of the `libpacket_derive` crate, try updating your dependency with `cargo update -p libpacket_derive` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the derive macro `Packet` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `clippy` [INFO] [stdout] --> src/tcp.rs:105:17 [INFO] [stdout] | [INFO] [stdout] 105 | #[derive(Debug, Packet)] [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = note: using a cfg inside a derive macro will use the cfgs from the destination crate and not the ones from the defining crate [INFO] [stdout] = help: try referring to `Packet` crate for guidance on how handle this unexpected cfg [INFO] [stdout] = help: the derive macro `Packet` may come from an old version of the `libpacket_derive` crate, try updating your dependency with `cargo update -p libpacket_derive` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the derive macro `Packet` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `clippy` [INFO] [stdout] --> src/udp.rs:16:17 [INFO] [stdout] | [INFO] [stdout] 16 | #[derive(Debug, Packet)] [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = note: using a cfg inside a derive macro will use the cfgs from the destination crate and not the ones from the defining crate [INFO] [stdout] = help: try referring to `Packet` crate for guidance on how handle this unexpected cfg [INFO] [stdout] = help: the derive macro `Packet` may come from an old version of the `libpacket_derive` crate, try updating your dependency with `cargo update -p libpacket_derive` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the derive macro `Packet` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `clippy` [INFO] [stdout] --> src/vlan.rs:57:17 [INFO] [stdout] | [INFO] [stdout] 57 | #[derive(Debug, Packet)] [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = note: using a cfg inside a derive macro will use the cfgs from the destination crate and not the ones from the defining crate [INFO] [stdout] = help: try referring to `Packet` crate for guidance on how handle this unexpected cfg [INFO] [stdout] = help: the derive macro `Packet` may come from an old version of the `libpacket_derive` crate, try updating your dependency with `cargo update -p libpacket_derive` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the derive macro `Packet` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `benchmark` [INFO] [stdout] --> src/util.rs:236:17 [INFO] [stdout] | [INFO] [stdout] 236 | #[cfg(all(test, feature = "benchmark"))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `benchmark` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/ipv6.rs:35:21 [INFO] [stdout] | [INFO] [stdout] 35 | pub fn new(buf: &[u8]) -> ExtensionIterable { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 35 | pub fn new(buf: &[u8]) -> ExtensionIterable<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 5.07s [INFO] running `Command { std: "docker" "inspect" "64e7c3c18cdf5c228b3ee417ab0a381283b4cc37905b8403692264d8a071aec3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "64e7c3c18cdf5c228b3ee417ab0a381283b4cc37905b8403692264d8a071aec3", kill_on_drop: false }` [INFO] [stdout] 64e7c3c18cdf5c228b3ee417ab0a381283b4cc37905b8403692264d8a071aec3 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 662564e76e134df3c2689738c797b6698e373560e423b012333b5ec9fefcb991 [INFO] running `Command { std: "docker" "start" "-a" "662564e76e134df3c2689738c797b6698e373560e423b012333b5ec9fefcb991", kill_on_drop: false }` [INFO] [stderr] warning: unexpected `cfg` condition value: `clippy` [INFO] [stderr] --> src/arp.rs:75:17 [INFO] [stderr] | [INFO] [stderr] 75 | #[derive(Debug, Packet)] [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: no expected values for `feature` [INFO] [stderr] = note: using a cfg inside a derive macro will use the cfgs from the destination crate and not the ones from the defining crate [INFO] [stderr] = help: try referring to `Packet` crate for guidance on how handle this unexpected cfg [INFO] [stderr] = help: the derive macro `Packet` may come from an old version of the `libpacket_derive` crate, try updating your dependency with `cargo update -p libpacket_derive` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] = note: `#[warn(unexpected_cfgs)]` on by default [INFO] [stderr] = note: this warning originates in the derive macro `Packet` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition value: `benchmark` [INFO] [stderr] --> src/ethernet.rs:175:17 [INFO] [stderr] | [INFO] [stderr] 175 | #[cfg(all(test, feature = "benchmark"))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stderr] | [INFO] [stderr] = note: no expected values for `feature` [INFO] [stderr] = help: consider adding `benchmark` as a feature in `Cargo.toml` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition value: `clippy` [INFO] [stderr] --> src/ethernet.rs:15:17 [INFO] [stderr] | [INFO] [stderr] 15 | #[derive(Debug, Packet)] [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: no expected values for `feature` [INFO] [stderr] = note: using a cfg inside a derive macro will use the cfgs from the destination crate and not the ones from the defining crate [INFO] [stderr] = help: try referring to `Packet` crate for guidance on how handle this unexpected cfg [INFO] [stderr] = help: the derive macro `Packet` may come from an old version of the `libpacket_derive` crate, try updating your dependency with `cargo update -p libpacket_derive` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] = note: this warning originates in the derive macro `Packet` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition value: `clippy` [INFO] [stderr] --> src/gre.rs:37:17 [INFO] [stderr] | [INFO] [stderr] 37 | #[derive(Debug, Packet)] [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: no expected values for `feature` [INFO] [stderr] = note: using a cfg inside a derive macro will use the cfgs from the destination crate and not the ones from the defining crate [INFO] [stderr] = help: try referring to `Packet` crate for guidance on how handle this unexpected cfg [INFO] [stderr] = help: the derive macro `Packet` may come from an old version of the `libpacket_derive` crate, try updating your dependency with `cargo update -p libpacket_derive` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] = note: this warning originates in the derive macro `Packet` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition value: `clippy` [INFO] [stderr] --> src/gre.rs:63:17 [INFO] [stderr] | [INFO] [stderr] 63 | #[derive(Debug, Packet)] [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: no expected values for `feature` [INFO] [stderr] = note: using a cfg inside a derive macro will use the cfgs from the destination crate and not the ones from the defining crate [INFO] [stderr] = help: try referring to `Packet` crate for guidance on how handle this unexpected cfg [INFO] [stderr] = help: the derive macro `Packet` may come from an old version of the `libpacket_derive` crate, try updating your dependency with `cargo update -p libpacket_derive` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] = note: this warning originates in the derive macro `Packet` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition value: `clippy` [INFO] [stderr] --> src/gre.rs:72:17 [INFO] [stderr] | [INFO] [stderr] 72 | #[derive(Debug, Packet)] [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: no expected values for `feature` [INFO] [stderr] = note: using a cfg inside a derive macro will use the cfgs from the destination crate and not the ones from the defining crate [INFO] [stderr] = help: try referring to `Packet` crate for guidance on how handle this unexpected cfg [INFO] [stderr] = help: the derive macro `Packet` may come from an old version of the `libpacket_derive` crate, try updating your dependency with `cargo update -p libpacket_derive` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] = note: this warning originates in the derive macro `Packet` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition value: `clippy` [INFO] [stderr] --> src/icmp.rs:50:17 [INFO] [stderr] | [INFO] [stderr] 50 | #[derive(Debug, Packet)] [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: no expected values for `feature` [INFO] [stderr] = note: using a cfg inside a derive macro will use the cfgs from the destination crate and not the ones from the defining crate [INFO] [stderr] = help: try referring to `Packet` crate for guidance on how handle this unexpected cfg [INFO] [stderr] = help: the derive macro `Packet` may come from an old version of the `libpacket_derive` crate, try updating your dependency with `cargo update -p libpacket_derive` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] = note: this warning originates in the derive macro `Packet` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition value: `clippy` [INFO] [stderr] --> src/icmp.rs:205:21 [INFO] [stderr] | [INFO] [stderr] 205 | #[derive(Debug, Packet)] [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: no expected values for `feature` [INFO] [stderr] = note: using a cfg inside a derive macro will use the cfgs from the destination crate and not the ones from the defining crate [INFO] [stderr] = help: try referring to `Packet` crate for guidance on how handle this unexpected cfg [INFO] [stderr] = help: the derive macro `Packet` may come from an old version of the `libpacket_derive` crate, try updating your dependency with `cargo update -p libpacket_derive` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] = note: this warning originates in the derive macro `Packet` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition value: `clippy` [INFO] [stderr] --> src/icmp.rs:282:21 [INFO] [stderr] | [INFO] [stderr] 282 | #[derive(Debug, Packet)] [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: no expected values for `feature` [INFO] [stderr] = note: using a cfg inside a derive macro will use the cfgs from the destination crate and not the ones from the defining crate [INFO] [stderr] = help: try referring to `Packet` crate for guidance on how handle this unexpected cfg [INFO] [stderr] = help: the derive macro `Packet` may come from an old version of the `libpacket_derive` crate, try updating your dependency with `cargo update -p libpacket_derive` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] = note: this warning originates in the derive macro `Packet` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition value: `clippy` [INFO] [stderr] --> src/icmp.rs:352:21 [INFO] [stderr] | [INFO] [stderr] 352 | #[derive(Debug, Packet)] [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: no expected values for `feature` [INFO] [stderr] = note: using a cfg inside a derive macro will use the cfgs from the destination crate and not the ones from the defining crate [INFO] [stderr] = help: try referring to `Packet` crate for guidance on how handle this unexpected cfg [INFO] [stderr] = help: the derive macro `Packet` may come from an old version of the `libpacket_derive` crate, try updating your dependency with `cargo update -p libpacket_derive` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] = note: this warning originates in the derive macro `Packet` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition value: `clippy` [INFO] [stderr] --> src/icmp.rs:393:21 [INFO] [stderr] | [INFO] [stderr] 393 | #[derive(Debug, Packet)] [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: no expected values for `feature` [INFO] [stderr] = note: using a cfg inside a derive macro will use the cfgs from the destination crate and not the ones from the defining crate [INFO] [stderr] = help: try referring to `Packet` crate for guidance on how handle this unexpected cfg [INFO] [stderr] = help: the derive macro `Packet` may come from an old version of the `libpacket_derive` crate, try updating your dependency with `cargo update -p libpacket_derive` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] = note: this warning originates in the derive macro `Packet` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition value: `clippy` [INFO] [stderr] --> src/icmpv6.rs:63:17 [INFO] [stderr] | [INFO] [stderr] 63 | #[derive(Debug, Packet)] [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: no expected values for `feature` [INFO] [stderr] = note: using a cfg inside a derive macro will use the cfgs from the destination crate and not the ones from the defining crate [INFO] [stderr] = help: try referring to `Packet` crate for guidance on how handle this unexpected cfg [INFO] [stderr] = help: the derive macro `Packet` may come from an old version of the `libpacket_derive` crate, try updating your dependency with `cargo update -p libpacket_derive` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] = note: this warning originates in the derive macro `Packet` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition value: `clippy` [INFO] [stderr] --> src/icmpv6.rs:277:21 [INFO] [stderr] | [INFO] [stderr] 277 | #[derive(Debug, Packet)] [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: no expected values for `feature` [INFO] [stderr] = note: using a cfg inside a derive macro will use the cfgs from the destination crate and not the ones from the defining crate [INFO] [stderr] = help: try referring to `Packet` crate for guidance on how handle this unexpected cfg [INFO] [stderr] = help: the derive macro `Packet` may come from an old version of the `libpacket_derive` crate, try updating your dependency with `cargo update -p libpacket_derive` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] = note: this warning originates in the derive macro `Packet` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition value: `clippy` [INFO] [stderr] --> src/icmpv6.rs:300:21 [INFO] [stderr] | [INFO] [stderr] 300 | #[derive(Debug, Packet)] [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: no expected values for `feature` [INFO] [stderr] = note: using a cfg inside a derive macro will use the cfgs from the destination crate and not the ones from the defining crate [INFO] [stderr] = help: try referring to `Packet` crate for guidance on how handle this unexpected cfg [INFO] [stderr] = help: the derive macro `Packet` may come from an old version of the `libpacket_derive` crate, try updating your dependency with `cargo update -p libpacket_derive` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] = note: this warning originates in the derive macro `Packet` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition value: `clippy` [INFO] [stderr] --> src/icmpv6.rs:343:21 [INFO] [stderr] | [INFO] [stderr] 343 | #[derive(Debug, Packet)] [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: no expected values for `feature` [INFO] [stderr] = note: using a cfg inside a derive macro will use the cfgs from the destination crate and not the ones from the defining crate [INFO] [stderr] = help: try referring to `Packet` crate for guidance on how handle this unexpected cfg [INFO] [stderr] = help: the derive macro `Packet` may come from an old version of the `libpacket_derive` crate, try updating your dependency with `cargo update -p libpacket_derive` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] = note: this warning originates in the derive macro `Packet` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition value: `clippy` [INFO] [stderr] --> src/icmpv6.rs:382:21 [INFO] [stderr] | [INFO] [stderr] 382 | #[derive(Debug, Packet)] [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: no expected values for `feature` [INFO] [stderr] = note: using a cfg inside a derive macro will use the cfgs from the destination crate and not the ones from the defining crate [INFO] [stderr] = help: try referring to `Packet` crate for guidance on how handle this unexpected cfg [INFO] [stderr] = help: the derive macro `Packet` may come from an old version of the `libpacket_derive` crate, try updating your dependency with `cargo update -p libpacket_derive` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] = note: this warning originates in the derive macro `Packet` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition value: `clippy` [INFO] [stderr] --> src/icmpv6.rs:433:21 [INFO] [stderr] | [INFO] [stderr] 433 | #[derive(Debug, Packet)] [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: no expected values for `feature` [INFO] [stderr] = note: using a cfg inside a derive macro will use the cfgs from the destination crate and not the ones from the defining crate [INFO] [stderr] = help: try referring to `Packet` crate for guidance on how handle this unexpected cfg [INFO] [stderr] = help: the derive macro `Packet` may come from an old version of the `libpacket_derive` crate, try updating your dependency with `cargo update -p libpacket_derive` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] = note: this warning originates in the derive macro `Packet` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition value: `clippy` [INFO] [stderr] --> src/icmpv6.rs:479:21 [INFO] [stderr] | [INFO] [stderr] 479 | #[derive(Debug, Packet)] [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: no expected values for `feature` [INFO] [stderr] = note: using a cfg inside a derive macro will use the cfgs from the destination crate and not the ones from the defining crate [INFO] [stderr] = help: try referring to `Packet` crate for guidance on how handle this unexpected cfg [INFO] [stderr] = help: the derive macro `Packet` may come from an old version of the `libpacket_derive` crate, try updating your dependency with `cargo update -p libpacket_derive` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] = note: this warning originates in the derive macro `Packet` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition value: `clippy` [INFO] [stderr] --> src/ipv4.rs:132:17 [INFO] [stderr] | [INFO] [stderr] 132 | #[derive(Debug, Packet)] [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: no expected values for `feature` [INFO] [stderr] = note: using a cfg inside a derive macro will use the cfgs from the destination crate and not the ones from the defining crate [INFO] [stderr] = help: try referring to `Packet` crate for guidance on how handle this unexpected cfg [INFO] [stderr] = help: the derive macro `Packet` may come from an old version of the `libpacket_derive` crate, try updating your dependency with `cargo update -p libpacket_derive` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] = note: this warning originates in the derive macro `Packet` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition value: `clippy` [INFO] [stderr] --> src/ipv4.rs:241:17 [INFO] [stderr] | [INFO] [stderr] 241 | #[derive(Debug, Packet)] [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: no expected values for `feature` [INFO] [stderr] = note: using a cfg inside a derive macro will use the cfgs from the destination crate and not the ones from the defining crate [INFO] [stderr] = help: try referring to `Packet` crate for guidance on how handle this unexpected cfg [INFO] [stderr] = help: the derive macro `Packet` may come from an old version of the `libpacket_derive` crate, try updating your dependency with `cargo update -p libpacket_derive` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] = note: this warning originates in the derive macro `Packet` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition value: `clippy` [INFO] [stderr] --> src/ipv6.rs:16:17 [INFO] [stderr] | [INFO] [stderr] 16 | #[derive(Debug, Packet)] [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: no expected values for `feature` [INFO] [stderr] = note: using a cfg inside a derive macro will use the cfgs from the destination crate and not the ones from the defining crate [INFO] [stderr] = help: try referring to `Packet` crate for guidance on how handle this unexpected cfg [INFO] [stderr] = help: the derive macro `Packet` may come from an old version of the `libpacket_derive` crate, try updating your dependency with `cargo update -p libpacket_derive` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] = note: this warning originates in the derive macro `Packet` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition value: `clippy` [INFO] [stderr] --> src/ipv6.rs:41:17 [INFO] [stderr] | [INFO] [stderr] 41 | #[derive(Debug, Packet)] [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: no expected values for `feature` [INFO] [stderr] = note: using a cfg inside a derive macro will use the cfgs from the destination crate and not the ones from the defining crate [INFO] [stderr] = help: try referring to `Packet` crate for guidance on how handle this unexpected cfg [INFO] [stderr] = help: the derive macro `Packet` may come from an old version of the `libpacket_derive` crate, try updating your dependency with `cargo update -p libpacket_derive` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] = note: this warning originates in the derive macro `Packet` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition value: `clippy` [INFO] [stderr] --> src/ipv6.rs:63:17 [INFO] [stderr] | [INFO] [stderr] 63 | #[derive(Debug, Packet)] [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: no expected values for `feature` [INFO] [stderr] = note: using a cfg inside a derive macro will use the cfgs from the destination crate and not the ones from the defining crate [INFO] [stderr] = help: try referring to `Packet` crate for guidance on how handle this unexpected cfg [INFO] [stderr] = help: the derive macro `Packet` may come from an old version of the `libpacket_derive` crate, try updating your dependency with `cargo update -p libpacket_derive` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] = note: this warning originates in the derive macro `Packet` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition value: `clippy` [INFO] [stderr] --> src/ipv6.rs:80:17 [INFO] [stderr] | [INFO] [stderr] 80 | #[derive(Debug, Packet)] [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: no expected values for `feature` [INFO] [stderr] = note: using a cfg inside a derive macro will use the cfgs from the destination crate and not the ones from the defining crate [INFO] [stderr] = help: try referring to `Packet` crate for guidance on how handle this unexpected cfg [INFO] [stderr] = help: the derive macro `Packet` may come from an old version of the `libpacket_derive` crate, try updating your dependency with `cargo update -p libpacket_derive` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] = note: this warning originates in the derive macro `Packet` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition value: `clippy` [INFO] [stderr] --> src/quic.rs:201:17 [INFO] [stderr] | [INFO] [stderr] 201 | #[derive(Debug, Packet)] [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: no expected values for `feature` [INFO] [stderr] = note: using a cfg inside a derive macro will use the cfgs from the destination crate and not the ones from the defining crate [INFO] [stderr] = help: try referring to `Packet` crate for guidance on how handle this unexpected cfg [INFO] [stderr] = help: the derive macro `Packet` may come from an old version of the `libpacket_derive` crate, try updating your dependency with `cargo update -p libpacket_derive` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] = note: this warning originates in the derive macro `Packet` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition value: `clippy` [INFO] [stderr] --> src/quic.rs:216:17 [INFO] [stderr] | [INFO] [stderr] 216 | #[derive(Debug, Packet)] [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: no expected values for `feature` [INFO] [stderr] = note: using a cfg inside a derive macro will use the cfgs from the destination crate and not the ones from the defining crate [INFO] [stderr] = help: try referring to `Packet` crate for guidance on how handle this unexpected cfg [INFO] [stderr] = help: the derive macro `Packet` may come from an old version of the `libpacket_derive` crate, try updating your dependency with `cargo update -p libpacket_derive` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] = note: this warning originates in the derive macro `Packet` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition value: `clippy` [INFO] [stderr] --> src/quic.rs:247:17 [INFO] [stderr] | [INFO] [stderr] 247 | #[derive(Debug, Packet)] [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: no expected values for `feature` [INFO] [stderr] = note: using a cfg inside a derive macro will use the cfgs from the destination crate and not the ones from the defining crate [INFO] [stderr] = help: try referring to `Packet` crate for guidance on how handle this unexpected cfg [INFO] [stderr] = help: the derive macro `Packet` may come from an old version of the `libpacket_derive` crate, try updating your dependency with `cargo update -p libpacket_derive` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] = note: this warning originates in the derive macro `Packet` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition value: `clippy` [INFO] [stderr] --> src/quic.rs:274:17 [INFO] [stderr] | [INFO] [stderr] 274 | #[derive(Debug, Packet)] [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: no expected values for `feature` [INFO] [stderr] = note: using a cfg inside a derive macro will use the cfgs from the destination crate and not the ones from the defining crate [INFO] [stderr] = help: try referring to `Packet` crate for guidance on how handle this unexpected cfg [INFO] [stderr] = help: the derive macro `Packet` may come from an old version of the `libpacket_derive` crate, try updating your dependency with `cargo update -p libpacket_derive` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] = note: this warning originates in the derive macro `Packet` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition value: `clippy` [INFO] [stderr] --> src/quic.rs:301:17 [INFO] [stderr] | [INFO] [stderr] 301 | #[derive(Debug, Packet)] [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: no expected values for `feature` [INFO] [stderr] = note: using a cfg inside a derive macro will use the cfgs from the destination crate and not the ones from the defining crate [INFO] [stderr] = help: try referring to `Packet` crate for guidance on how handle this unexpected cfg [INFO] [stderr] = help: the derive macro `Packet` may come from an old version of the `libpacket_derive` crate, try updating your dependency with `cargo update -p libpacket_derive` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] = note: this warning originates in the derive macro `Packet` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition value: `clippy` [INFO] [stderr] --> src/quic.rs:321:17 [INFO] [stderr] | [INFO] [stderr] 321 | #[derive(Debug, Packet)] [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: no expected values for `feature` [INFO] [stderr] = note: using a cfg inside a derive macro will use the cfgs from the destination crate and not the ones from the defining crate [INFO] [stderr] = help: try referring to `Packet` crate for guidance on how handle this unexpected cfg [INFO] [stderr] = help: the derive macro `Packet` may come from an old version of the `libpacket_derive` crate, try updating your dependency with `cargo update -p libpacket_derive` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] = note: this warning originates in the derive macro `Packet` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition value: `clippy` [INFO] [stderr] --> src/quic.rs:620:17 [INFO] [stderr] | [INFO] [stderr] 620 | #[derive(Debug, Packet)] [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: no expected values for `feature` [INFO] [stderr] = note: using a cfg inside a derive macro will use the cfgs from the destination crate and not the ones from the defining crate [INFO] [stderr] = help: try referring to `Packet` crate for guidance on how handle this unexpected cfg [INFO] [stderr] = help: the derive macro `Packet` may come from an old version of the `libpacket_derive` crate, try updating your dependency with `cargo update -p libpacket_derive` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] = note: this warning originates in the derive macro `Packet` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition value: `clippy` [INFO] [stderr] --> src/quic.rs:627:17 [INFO] [stderr] | [INFO] [stderr] 627 | #[derive(Debug, Packet)] [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: no expected values for `feature` [INFO] [stderr] = note: using a cfg inside a derive macro will use the cfgs from the destination crate and not the ones from the defining crate [INFO] [stderr] = help: try referring to `Packet` crate for guidance on how handle this unexpected cfg [INFO] [stderr] = help: the derive macro `Packet` may come from an old version of the `libpacket_derive` crate, try updating your dependency with `cargo update -p libpacket_derive` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] = note: this warning originates in the derive macro `Packet` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition value: `clippy` [INFO] [stderr] --> src/quic.rs:634:17 [INFO] [stderr] | [INFO] [stderr] 634 | #[derive(Debug, Packet)] [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: no expected values for `feature` [INFO] [stderr] = note: using a cfg inside a derive macro will use the cfgs from the destination crate and not the ones from the defining crate [INFO] [stderr] = help: try referring to `Packet` crate for guidance on how handle this unexpected cfg [INFO] [stderr] = help: the derive macro `Packet` may come from an old version of the `libpacket_derive` crate, try updating your dependency with `cargo update -p libpacket_derive` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] = note: this warning originates in the derive macro `Packet` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition value: `clippy` [INFO] [stderr] --> src/quic.rs:653:17 [INFO] [stderr] | [INFO] [stderr] 653 | #[derive(Debug, Packet)] [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: no expected values for `feature` [INFO] [stderr] = note: using a cfg inside a derive macro will use the cfgs from the destination crate and not the ones from the defining crate [INFO] [stderr] = help: try referring to `Packet` crate for guidance on how handle this unexpected cfg [INFO] [stderr] = help: the derive macro `Packet` may come from an old version of the `libpacket_derive` crate, try updating your dependency with `cargo update -p libpacket_derive` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] = note: this warning originates in the derive macro `Packet` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition value: `clippy` [INFO] [stderr] --> src/quic.rs:666:17 [INFO] [stderr] | [INFO] [stderr] 666 | #[derive(Debug, Packet)] [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: no expected values for `feature` [INFO] [stderr] = note: using a cfg inside a derive macro will use the cfgs from the destination crate and not the ones from the defining crate [INFO] [stderr] = help: try referring to `Packet` crate for guidance on how handle this unexpected cfg [INFO] [stderr] = help: the derive macro `Packet` may come from an old version of the `libpacket_derive` crate, try updating your dependency with `cargo update -p libpacket_derive` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] = note: this warning originates in the derive macro `Packet` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition value: `clippy` [INFO] [stderr] --> src/quic.rs:677:17 [INFO] [stderr] | [INFO] [stderr] 677 | #[derive(Debug, Packet)] [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: no expected values for `feature` [INFO] [stderr] = note: using a cfg inside a derive macro will use the cfgs from the destination crate and not the ones from the defining crate [INFO] [stderr] = help: try referring to `Packet` crate for guidance on how handle this unexpected cfg [INFO] [stderr] = help: the derive macro `Packet` may come from an old version of the `libpacket_derive` crate, try updating your dependency with `cargo update -p libpacket_derive` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] = note: this warning originates in the derive macro `Packet` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition value: `clippy` [INFO] [stderr] --> src/quic.rs:690:17 [INFO] [stderr] | [INFO] [stderr] 690 | #[derive(Debug, Packet)] [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: no expected values for `feature` [INFO] [stderr] = note: using a cfg inside a derive macro will use the cfgs from the destination crate and not the ones from the defining crate [INFO] [stderr] = help: try referring to `Packet` crate for guidance on how handle this unexpected cfg [INFO] [stderr] = help: the derive macro `Packet` may come from an old version of the `libpacket_derive` crate, try updating your dependency with `cargo update -p libpacket_derive` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] = note: this warning originates in the derive macro `Packet` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition value: `clippy` [INFO] [stderr] --> src/quic.rs:701:17 [INFO] [stderr] | [INFO] [stderr] 701 | #[derive(Debug, Packet)] [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: no expected values for `feature` [INFO] [stderr] = note: using a cfg inside a derive macro will use the cfgs from the destination crate and not the ones from the defining crate [INFO] [stderr] = help: try referring to `Packet` crate for guidance on how handle this unexpected cfg [INFO] [stderr] = help: the derive macro `Packet` may come from an old version of the `libpacket_derive` crate, try updating your dependency with `cargo update -p libpacket_derive` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] = note: this warning originates in the derive macro `Packet` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition value: `clippy` [INFO] [stderr] --> src/quic.rs:717:17 [INFO] [stderr] | [INFO] [stderr] 717 | #[derive(Debug, Packet)] [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: no expected values for `feature` [INFO] [stderr] = note: using a cfg inside a derive macro will use the cfgs from the destination crate and not the ones from the defining crate [INFO] [stderr] = help: try referring to `Packet` crate for guidance on how handle this unexpected cfg [INFO] [stderr] = help: the derive macro `Packet` may come from an old version of the `libpacket_derive` crate, try updating your dependency with `cargo update -p libpacket_derive` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] = note: this warning originates in the derive macro `Packet` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition value: `clippy` [INFO] [stderr] --> src/quic.rs:726:17 [INFO] [stderr] | [INFO] [stderr] 726 | #[derive(Debug, Packet)] [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: no expected values for `feature` [INFO] [stderr] = note: using a cfg inside a derive macro will use the cfgs from the destination crate and not the ones from the defining crate [INFO] [stderr] = help: try referring to `Packet` crate for guidance on how handle this unexpected cfg [INFO] [stderr] = help: the derive macro `Packet` may come from an old version of the `libpacket_derive` crate, try updating your dependency with `cargo update -p libpacket_derive` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] = note: this warning originates in the derive macro `Packet` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition value: `clippy` [INFO] [stderr] --> src/quic.rs:737:17 [INFO] [stderr] | [INFO] [stderr] 737 | #[derive(Debug, Packet)] [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: no expected values for `feature` [INFO] [stderr] = note: using a cfg inside a derive macro will use the cfgs from the destination crate and not the ones from the defining crate [INFO] [stderr] = help: try referring to `Packet` crate for guidance on how handle this unexpected cfg [INFO] [stderr] = help: the derive macro `Packet` may come from an old version of the `libpacket_derive` crate, try updating your dependency with `cargo update -p libpacket_derive` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] = note: this warning originates in the derive macro `Packet` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition value: `clippy` [INFO] [stderr] --> src/quic.rs:746:17 [INFO] [stderr] | [INFO] [stderr] 746 | #[derive(Debug, Packet)] [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: no expected values for `feature` [INFO] [stderr] = note: using a cfg inside a derive macro will use the cfgs from the destination crate and not the ones from the defining crate [INFO] [stderr] = help: try referring to `Packet` crate for guidance on how handle this unexpected cfg [INFO] [stderr] = help: the derive macro `Packet` may come from an old version of the `libpacket_derive` crate, try updating your dependency with `cargo update -p libpacket_derive` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] = note: this warning originates in the derive macro `Packet` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition value: `clippy` [INFO] [stderr] --> src/quic.rs:755:17 [INFO] [stderr] | [INFO] [stderr] 755 | #[derive(Debug, Packet)] [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: no expected values for `feature` [INFO] [stderr] = note: using a cfg inside a derive macro will use the cfgs from the destination crate and not the ones from the defining crate [INFO] [stderr] = help: try referring to `Packet` crate for guidance on how handle this unexpected cfg [INFO] [stderr] = help: the derive macro `Packet` may come from an old version of the `libpacket_derive` crate, try updating your dependency with `cargo update -p libpacket_derive` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] = note: this warning originates in the derive macro `Packet` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition value: `clippy` [INFO] [stderr] --> src/quic.rs:766:17 [INFO] [stderr] | [INFO] [stderr] 766 | #[derive(Debug, Packet)] [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: no expected values for `feature` [INFO] [stderr] = note: using a cfg inside a derive macro will use the cfgs from the destination crate and not the ones from the defining crate [INFO] [stderr] = help: try referring to `Packet` crate for guidance on how handle this unexpected cfg [INFO] [stderr] = help: the derive macro `Packet` may come from an old version of the `libpacket_derive` crate, try updating your dependency with `cargo update -p libpacket_derive` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] = note: this warning originates in the derive macro `Packet` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition value: `clippy` [INFO] [stderr] --> src/quic.rs:775:17 [INFO] [stderr] | [INFO] [stderr] 775 | #[derive(Debug, Packet)] [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: no expected values for `feature` [INFO] [stderr] = note: using a cfg inside a derive macro will use the cfgs from the destination crate and not the ones from the defining crate [INFO] [stderr] = help: try referring to `Packet` crate for guidance on how handle this unexpected cfg [INFO] [stderr] = help: the derive macro `Packet` may come from an old version of the `libpacket_derive` crate, try updating your dependency with `cargo update -p libpacket_derive` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] = note: this warning originates in the derive macro `Packet` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition value: `clippy` [INFO] [stderr] --> src/quic.rs:791:17 [INFO] [stderr] | [INFO] [stderr] 791 | #[derive(Debug, Packet)] [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: no expected values for `feature` [INFO] [stderr] = note: using a cfg inside a derive macro will use the cfgs from the destination crate and not the ones from the defining crate [INFO] [stderr] = help: try referring to `Packet` crate for guidance on how handle this unexpected cfg [INFO] [stderr] = help: the derive macro `Packet` may come from an old version of the `libpacket_derive` crate, try updating your dependency with `cargo update -p libpacket_derive` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] = note: this warning originates in the derive macro `Packet` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition value: `clippy` [INFO] [stderr] --> src/quic.rs:800:17 [INFO] [stderr] | [INFO] [stderr] 800 | #[derive(Debug, Packet)] [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: no expected values for `feature` [INFO] [stderr] = note: using a cfg inside a derive macro will use the cfgs from the destination crate and not the ones from the defining crate [INFO] [stderr] = help: try referring to `Packet` crate for guidance on how handle this unexpected cfg [INFO] [stderr] = help: the derive macro `Packet` may come from an old version of the `libpacket_derive` crate, try updating your dependency with `cargo update -p libpacket_derive` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] = note: this warning originates in the derive macro `Packet` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition value: `clippy` [INFO] [stderr] --> src/quic.rs:809:17 [INFO] [stderr] | [INFO] [stderr] 809 | #[derive(Debug, Packet)] [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: no expected values for `feature` [INFO] [stderr] = note: using a cfg inside a derive macro will use the cfgs from the destination crate and not the ones from the defining crate [INFO] [stderr] = help: try referring to `Packet` crate for guidance on how handle this unexpected cfg [INFO] [stderr] = help: the derive macro `Packet` may come from an old version of the `libpacket_derive` crate, try updating your dependency with `cargo update -p libpacket_derive` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] = note: this warning originates in the derive macro `Packet` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition value: `clippy` [INFO] [stderr] --> src/quic.rs:818:17 [INFO] [stderr] | [INFO] [stderr] 818 | #[derive(Debug, Packet)] [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: no expected values for `feature` [INFO] [stderr] = note: using a cfg inside a derive macro will use the cfgs from the destination crate and not the ones from the defining crate [INFO] [stderr] = help: try referring to `Packet` crate for guidance on how handle this unexpected cfg [INFO] [stderr] = help: the derive macro `Packet` may come from an old version of the `libpacket_derive` crate, try updating your dependency with `cargo update -p libpacket_derive` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] = note: this warning originates in the derive macro `Packet` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition value: `clippy` [INFO] [stderr] --> src/quic.rs:833:17 [INFO] [stderr] | [INFO] [stderr] 833 | #[derive(Debug, Packet)] [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: no expected values for `feature` [INFO] [stderr] = note: using a cfg inside a derive macro will use the cfgs from the destination crate and not the ones from the defining crate [INFO] [stderr] = help: try referring to `Packet` crate for guidance on how handle this unexpected cfg [INFO] [stderr] = help: the derive macro `Packet` may come from an old version of the `libpacket_derive` crate, try updating your dependency with `cargo update -p libpacket_derive` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] = note: this warning originates in the derive macro `Packet` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition value: `clippy` [INFO] [stderr] --> src/tcp.rs:54:17 [INFO] [stderr] | [INFO] [stderr] 54 | #[derive(Debug, Packet)] [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: no expected values for `feature` [INFO] [stderr] = note: using a cfg inside a derive macro will use the cfgs from the destination crate and not the ones from the defining crate [INFO] [stderr] = help: try referring to `Packet` crate for guidance on how handle this unexpected cfg [INFO] [stderr] = help: the derive macro `Packet` may come from an old version of the `libpacket_derive` crate, try updating your dependency with `cargo update -p libpacket_derive` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] = note: this warning originates in the derive macro `Packet` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition value: `clippy` [INFO] [stderr] --> src/tcp.rs:105:17 [INFO] [stderr] | [INFO] [stderr] 105 | #[derive(Debug, Packet)] [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: no expected values for `feature` [INFO] [stderr] = note: using a cfg inside a derive macro will use the cfgs from the destination crate and not the ones from the defining crate [INFO] [stderr] = help: try referring to `Packet` crate for guidance on how handle this unexpected cfg [INFO] [stderr] = help: the derive macro `Packet` may come from an old version of the `libpacket_derive` crate, try updating your dependency with `cargo update -p libpacket_derive` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] = note: this warning originates in the derive macro `Packet` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition value: `clippy` [INFO] [stderr] --> src/udp.rs:16:17 [INFO] [stderr] | [INFO] [stderr] 16 | #[derive(Debug, Packet)] [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: no expected values for `feature` [INFO] [stderr] = note: using a cfg inside a derive macro will use the cfgs from the destination crate and not the ones from the defining crate [INFO] [stderr] = help: try referring to `Packet` crate for guidance on how handle this unexpected cfg [INFO] [stderr] = help: the derive macro `Packet` may come from an old version of the `libpacket_derive` crate, try updating your dependency with `cargo update -p libpacket_derive` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] = note: this warning originates in the derive macro `Packet` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition value: `clippy` [INFO] [stderr] --> src/vlan.rs:57:17 [INFO] [stderr] | [INFO] [stderr] 57 | #[derive(Debug, Packet)] [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: no expected values for `feature` [INFO] [stderr] = note: using a cfg inside a derive macro will use the cfgs from the destination crate and not the ones from the defining crate [INFO] [stderr] = help: try referring to `Packet` crate for guidance on how handle this unexpected cfg [INFO] [stderr] = help: the derive macro `Packet` may come from an old version of the `libpacket_derive` crate, try updating your dependency with `cargo update -p libpacket_derive` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] = note: this warning originates in the derive macro `Packet` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition value: `benchmark` [INFO] [stderr] --> src/util.rs:236:17 [INFO] [stderr] | [INFO] [stderr] 236 | #[cfg(all(test, feature = "benchmark"))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stderr] | [INFO] [stderr] = note: no expected values for `feature` [INFO] [stderr] = help: consider adding `benchmark` as a feature in `Cargo.toml` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/ipv6.rs:35:21 [INFO] [stderr] | [INFO] [stderr] 35 | pub fn new(buf: &[u8]) -> ExtensionIterable { [INFO] [stderr] | ^^^^^ ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 35 | pub fn new(buf: &[u8]) -> ExtensionIterable<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: `libpacket` (lib) generated 56 warnings (run `cargo fix --lib -p libpacket` to apply 1 suggestion) [INFO] [stderr] warning: `libpacket` (lib test) generated 56 warnings (56 duplicates) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.10s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/libpacket-58199ca03b4d005b) [INFO] [stdout] [INFO] [stdout] running 43 tests [INFO] [stdout] test gre::gre_checksum_test ... ok [INFO] [stdout] test gre::gre_packet_test ... ok [INFO] [stdout] test ethernet::ethernet_header_test ... ok [INFO] [stdout] test icmp::checksum_tests::checksum_zeros ... ok [INFO] [stdout] test icmpv6::checksum_tests::checksum_echo_request ... ok [INFO] [stdout] test ethernet::ether_type_to_str ... ok [INFO] [stdout] test icmpv6::ndp::ndp_tests::basic_ns_parse ... ok [INFO] [stdout] test icmpv6::ndp::ndp_tests::basic_ns_create ... ok [INFO] [stdout] test icmp::checksum_tests::checksum_nonzero ... ok [INFO] [stdout] test icmpv6::ndp::ndp_tests::basic_option_parsing ... ok [INFO] [stdout] test icmpv6::ndp::ndp_tests::basic_na_parse ... ok [INFO] [stdout] test icmpv6::ndp::ndp_tests::basic_na_create ... ok [INFO] [stdout] test icmpv6::ndp::ndp_tests::basic_ra_parse ... ok [INFO] [stdout] test icmpv6::ndp::ndp_tests::basic_redirect_parse ... ok [INFO] [stdout] test icmpv6::ndp::ndp_tests::basic_rs_create ... ok [INFO] [stdout] test icmpv6::ndp::ndp_tests::basic_rs_parse ... ok [INFO] [stdout] test ip::ip_next_header_protocol_to_str ... ok [INFO] [stdout] test ipv4::checksum_tests::checksum_nonzero ... ok [INFO] [stdout] test ipv4::checksum_tests::checksum_too_large_header_length ... ok [INFO] [stdout] test ipv4::checksum_tests::checksum_too_small_header_length ... ok [INFO] [stdout] test ipv4::checksum_tests::checksum_zeros ... ok [INFO] [stdout] test ipv4::ipv4_options_length_test ... ok [INFO] [stdout] test ipv4::ipv4_packet_option_test ... ok [INFO] [stdout] test ipv4::ipv4_packet_set_payload_test ... ok [INFO] [stdout] test ipv4::ipv4_packet_test ... ok [INFO] [stdout] test icmpv6::ndp::ndp_tests::basic_ra_create ... ok [INFO] [stdout] test ipv4::ipv4_payload_length_test ... ok [INFO] [stdout] test ipv6::ipv6_header_test ... ok [INFO] [stdout] test tcp::tcp_header_ipv4_test ... ok [INFO] [stdout] test tcp::tcp_test_option_invalid_len ... ok [INFO] [stdout] test tcp::tcp_test_options_invalid_offset ... ok [INFO] [stdout] test tcp::tcp_test_options_vec_invalid_offset ... ok [INFO] [stdout] test tcp::tcp_test_options_slice_invalid_offset ... ok [INFO] [stdout] test tcp::tcp_test_payload_slice_invalid_offset ... ok [INFO] [stdout] test udp::udp_header_ipv4_test ... ok [INFO] [stdout] test util::tests::sum_be_words_different_skipwords ... ok [INFO] [stdout] test util::tests::sum_be_words_misaligned_ptr ... ok [INFO] [stdout] test util::tests::sum_be_words_small_sizes ... ok [INFO] [stdout] test vlan::tests::vlan_packet_test ... ok [INFO] [stdout] test udp::udp_header_ipv6_test ... ok [INFO] [stdout] test icmpv6::ndp::ndp_tests::basic_redirect_create ... ok [INFO] [stdout] test ipv4::ipv4_packet_set_payload_test_panic - should panic ... ok [INFO] [stdout] test icmp::checksum_tests::checksum_odd_bytes ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 43 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.24s [INFO] [stdout] [INFO] [stderr] Doc-tests libpacket [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "662564e76e134df3c2689738c797b6698e373560e423b012333b5ec9fefcb991", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "662564e76e134df3c2689738c797b6698e373560e423b012333b5ec9fefcb991", kill_on_drop: false }` [INFO] [stdout] 662564e76e134df3c2689738c797b6698e373560e423b012333b5ec9fefcb991