[INFO] fetching crate network-types 0.0.5...
[INFO] testing network-types-0.0.5 against master#1871252fc8bb672d40787e67404e6eaae7059369 for pr-125151
[INFO] extracting crate network-types 0.0.5 into /workspace/builds/worker-1-tc1/source
[INFO] validating manifest of crates.io crate network-types 0.0.5 on toolchain 1871252fc8bb672d40787e67404e6eaae7059369
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1871252fc8bb672d40787e67404e6eaae7059369" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate network-types 0.0.5
[INFO] finished tweaking crates.io crate network-types 0.0.5
[INFO] tweaked toml for crates.io crate network-types 0.0.5 written to /workspace/builds/worker-1-tc1/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1871252fc8bb672d40787e67404e6eaae7059369" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 7 packages to latest compatible versions
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1871252fc8bb672d40787e67404e6eaae7059369" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:59a85a07ab18ca8720692f8e61effa1c651d9e2ca591e072c2b212bb91a6b8b5" "/opt/rustwide/cargo-home/bin/cargo" "+1871252fc8bb672d40787e67404e6eaae7059369" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] f14300440f4ced6a6381336c9e4181af7684aba77b6a1a453e3a1500c5c2ae75
[INFO] running `Command { std: "docker" "start" "-a" "f14300440f4ced6a6381336c9e4181af7684aba77b6a1a453e3a1500c5c2ae75", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "f14300440f4ced6a6381336c9e4181af7684aba77b6a1a453e3a1500c5c2ae75", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f14300440f4ced6a6381336c9e4181af7684aba77b6a1a453e3a1500c5c2ae75", kill_on_drop: false }`
[INFO] [stdout] f14300440f4ced6a6381336c9e4181af7684aba77b6a1a453e3a1500c5c2ae75
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:59a85a07ab18ca8720692f8e61effa1c651d9e2ca591e072c2b212bb91a6b8b5" "/opt/rustwide/cargo-home/bin/cargo" "+1871252fc8bb672d40787e67404e6eaae7059369" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] cb17e4ea4f017844c9f6c8962abe63b0b54a8197cc14fb2ad984c7333822c436
[INFO] running `Command { std: "docker" "start" "-a" "cb17e4ea4f017844c9f6c8962abe63b0b54a8197cc14fb2ad984c7333822c436", kill_on_drop: false }`
[INFO] [stderr]    Compiling network-types v0.0.5 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unexpected `cfg` condition name: `features`
[INFO] [stdout]  --> src/eth.rs:6:12
[INFO] [stdout]   |
[INFO] [stdout] 6 | #[cfg_attr(features = "serde", derive(::serde::Serialize, ::serde::Deserialize))]
[INFO] [stdout]   |            ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout]   = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout] help: there is a config with a similar name and value
[INFO] [stdout]   |
[INFO] [stdout] 6 | #[cfg_attr(feature = "serde", derive(::serde::Serialize, ::serde::Deserialize))]
[INFO] [stdout]   |            ~~~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `features`
[INFO] [stdout]   --> src/eth.rs:23:12
[INFO] [stdout]    |
[INFO] [stdout] 23 | #[cfg_attr(features = "serde", derive(::serde::Serialize, ::serde::Deserialize))]
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] help: there is a config with a similar name and value
[INFO] [stdout]    |
[INFO] [stdout] 23 | #[cfg_attr(feature = "serde", derive(::serde::Serialize, ::serde::Deserialize))]
[INFO] [stdout]    |            ~~~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `features`
[INFO] [stdout]  --> src/icmp.rs:7:12
[INFO] [stdout]   |
[INFO] [stdout] 7 | #[cfg_attr(features = "serde", derive(::serde::Serialize, ::serde::Deserialize))]
[INFO] [stdout]   |            ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] help: there is a config with a similar name and value
[INFO] [stdout]   |
[INFO] [stdout] 7 | #[cfg_attr(feature = "serde", derive(::serde::Serialize, ::serde::Deserialize))]
[INFO] [stdout]   |            ~~~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `features`
[INFO] [stdout]   --> src/icmp.rs:21:12
[INFO] [stdout]    |
[INFO] [stdout] 21 | #[cfg_attr(features = "serde", derive(::serde::Serialize, ::serde::Deserialize))]
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] help: there is a config with a similar name and value
[INFO] [stdout]    |
[INFO] [stdout] 21 | #[cfg_attr(feature = "serde", derive(::serde::Serialize, ::serde::Deserialize))]
[INFO] [stdout]    |            ~~~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `features`
[INFO] [stdout]   --> src/icmp.rs:31:12
[INFO] [stdout]    |
[INFO] [stdout] 31 | #[cfg_attr(features = "serde", derive(::serde::Serialize, ::serde::Deserialize))]
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] help: there is a config with a similar name and value
[INFO] [stdout]    |
[INFO] [stdout] 31 | #[cfg_attr(feature = "serde", derive(::serde::Serialize, ::serde::Deserialize))]
[INFO] [stdout]    |            ~~~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `features`
[INFO] [stdout]   --> src/icmp.rs:39:12
[INFO] [stdout]    |
[INFO] [stdout] 39 | #[cfg_attr(features = "serde", derive(::serde::Serialize, ::serde::Deserialize))]
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] help: there is a config with a similar name and value
[INFO] [stdout]    |
[INFO] [stdout] 39 | #[cfg_attr(feature = "serde", derive(::serde::Serialize, ::serde::Deserialize))]
[INFO] [stdout]    |            ~~~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `features`
[INFO] [stdout]  --> src/ip.rs:6:12
[INFO] [stdout]   |
[INFO] [stdout] 6 | #[cfg_attr(features = "serde", derive(::serde::Serialize, ::serde::Deserialize))]
[INFO] [stdout]   |            ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] help: there is a config with a similar name and value
[INFO] [stdout]   |
[INFO] [stdout] 6 | #[cfg_attr(feature = "serde", derive(::serde::Serialize, ::serde::Deserialize))]
[INFO] [stdout]   |            ~~~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `features`
[INFO] [stdout]   --> src/ip.rs:15:12
[INFO] [stdout]    |
[INFO] [stdout] 15 | #[cfg_attr(features = "serde", derive(::serde::Serialize, ::serde::Deserialize))]
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] help: there is a config with a similar name and value
[INFO] [stdout]    |
[INFO] [stdout] 15 | #[cfg_attr(feature = "serde", derive(::serde::Serialize, ::serde::Deserialize))]
[INFO] [stdout]    |            ~~~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `features`
[INFO] [stdout]   --> src/ip.rs:99:12
[INFO] [stdout]    |
[INFO] [stdout] 99 | #[cfg_attr(features = "serde", derive(::serde::Serialize, ::serde::Deserialize))]
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] help: there is a config with a similar name and value
[INFO] [stdout]    |
[INFO] [stdout] 99 | #[cfg_attr(feature = "serde", derive(::serde::Serialize, ::serde::Deserialize))]
[INFO] [stdout]    |            ~~~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `features`
[INFO] [stdout]    --> src/ip.rs:106:12
[INFO] [stdout]     |
[INFO] [stdout] 106 | #[cfg_attr(features = "serde", derive(::serde::Serialize, ::serde::Deserialize))]
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] help: there is a config with a similar name and value
[INFO] [stdout]     |
[INFO] [stdout] 106 | #[cfg_attr(feature = "serde", derive(::serde::Serialize, ::serde::Deserialize))]
[INFO] [stdout]     |            ~~~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `features`
[INFO] [stdout]    --> src/ip.rs:115:12
[INFO] [stdout]     |
[INFO] [stdout] 115 | #[cfg_attr(features = "serde", derive(::serde::Serialize, ::serde::Deserialize))]
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] help: there is a config with a similar name and value
[INFO] [stdout]     |
[INFO] [stdout] 115 | #[cfg_attr(feature = "serde", derive(::serde::Serialize, ::serde::Deserialize))]
[INFO] [stdout]     |            ~~~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `features`
[INFO] [stdout]    --> src/ip.rs:206:12
[INFO] [stdout]     |
[INFO] [stdout] 206 | #[cfg_attr(features = "serde", derive(::serde::Serialize, ::serde::Deserialize))]
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] help: there is a config with a similar name and value
[INFO] [stdout]     |
[INFO] [stdout] 206 | #[cfg_attr(feature = "serde", derive(::serde::Serialize, ::serde::Deserialize))]
[INFO] [stdout]     |            ~~~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `features`
[INFO] [stdout]   --> src/tcp.rs:10:12
[INFO] [stdout]    |
[INFO] [stdout] 10 | #[cfg_attr(features = "serde", derive(::serde::Serialize, ::serde::Deserialize))]
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] help: there is a config with a similar name and value
[INFO] [stdout]    |
[INFO] [stdout] 10 | #[cfg_attr(feature = "serde", derive(::serde::Serialize, ::serde::Deserialize))]
[INFO] [stdout]    |            ~~~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `features`
[INFO] [stdout]  --> src/udp.rs:6:12
[INFO] [stdout]   |
[INFO] [stdout] 6 | #[cfg_attr(features = "serde", derive(::serde::Serialize, ::serde::Deserialize))]
[INFO] [stdout]   |            ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] help: there is a config with a similar name and value
[INFO] [stdout]   |
[INFO] [stdout] 6 | #[cfg_attr(feature = "serde", derive(::serde::Serialize, ::serde::Deserialize))]
[INFO] [stdout]   |            ~~~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `features`
[INFO] [stdout]  --> src/vxlan.rs:8:12
[INFO] [stdout]   |
[INFO] [stdout] 8 | #[cfg_attr(features = "serde", derive(::serde::Serialize, ::serde::Deserialize))]
[INFO] [stdout]   |            ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] help: there is a config with a similar name and value
[INFO] [stdout]   |
[INFO] [stdout] 8 | #[cfg_attr(feature = "serde", derive(::serde::Serialize, ::serde::Deserialize))]
[INFO] [stdout]   |            ~~~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 15 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.11s
[INFO] running `Command { std: "docker" "inspect" "cb17e4ea4f017844c9f6c8962abe63b0b54a8197cc14fb2ad984c7333822c436", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "cb17e4ea4f017844c9f6c8962abe63b0b54a8197cc14fb2ad984c7333822c436", kill_on_drop: false }`
[INFO] [stdout] cb17e4ea4f017844c9f6c8962abe63b0b54a8197cc14fb2ad984c7333822c436
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:59a85a07ab18ca8720692f8e61effa1c651d9e2ca591e072c2b212bb91a6b8b5" "/opt/rustwide/cargo-home/bin/cargo" "+1871252fc8bb672d40787e67404e6eaae7059369" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] f8a4305f057ce24502ec43b661ed36367d2c024af681069a17a60d4ca8ab9432
[INFO] running `Command { std: "docker" "start" "-a" "f8a4305f057ce24502ec43b661ed36367d2c024af681069a17a60d4ca8ab9432", kill_on_drop: false }`
[INFO] [stdout] warning: unexpected `cfg` condition name: `features`
[INFO] [stdout]  --> src/eth.rs:6:12
[INFO] [stdout]   |
[INFO] [stdout] 6 | #[cfg_attr(features = "serde", derive(::serde::Serialize, ::serde::Deserialize))]
[INFO] [stdout]   |            ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout]   = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout] help: there is a config with a similar name and value
[INFO] [stdout]   |
[INFO] [stdout] 6 | #[cfg_attr(feature = "serde", derive(::serde::Serialize, ::serde::Deserialize))]
[INFO] [stdout]   |            ~~~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `features`
[INFO] [stdout]   --> src/eth.rs:23:12
[INFO] [stdout]    |
[INFO] [stdout] 23 | #[cfg_attr(features = "serde", derive(::serde::Serialize, ::serde::Deserialize))]
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] help: there is a config with a similar name and value
[INFO] [stdout]    |
[INFO] [stdout] 23 | #[cfg_attr(feature = "serde", derive(::serde::Serialize, ::serde::Deserialize))]
[INFO] [stdout]    |            ~~~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `features`
[INFO] [stdout]  --> src/icmp.rs:7:12
[INFO] [stdout]   |
[INFO] [stdout] 7 | #[cfg_attr(features = "serde", derive(::serde::Serialize, ::serde::Deserialize))]
[INFO] [stdout]   |            ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] help: there is a config with a similar name and value
[INFO] [stdout]   |
[INFO] [stdout] 7 | #[cfg_attr(feature = "serde", derive(::serde::Serialize, ::serde::Deserialize))]
[INFO] [stdout]   |            ~~~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `features`
[INFO] [stdout]   --> src/icmp.rs:21:12
[INFO] [stdout]    |
[INFO] [stdout] 21 | #[cfg_attr(features = "serde", derive(::serde::Serialize, ::serde::Deserialize))]
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] help: there is a config with a similar name and value
[INFO] [stdout]    |
[INFO] [stdout] 21 | #[cfg_attr(feature = "serde", derive(::serde::Serialize, ::serde::Deserialize))]
[INFO] [stdout]    |            ~~~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `features`
[INFO] [stdout]   --> src/icmp.rs:31:12
[INFO] [stdout]    |
[INFO] [stdout] 31 | #[cfg_attr(features = "serde", derive(::serde::Serialize, ::serde::Deserialize))]
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] help: there is a config with a similar name and value
[INFO] [stdout]    |
[INFO] [stdout] 31 | #[cfg_attr(feature = "serde", derive(::serde::Serialize, ::serde::Deserialize))]
[INFO] [stdout]    |            ~~~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `features`
[INFO] [stdout]   --> src/icmp.rs:39:12
[INFO] [stdout]    |
[INFO] [stdout] 39 | #[cfg_attr(features = "serde", derive(::serde::Serialize, ::serde::Deserialize))]
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] help: there is a config with a similar name and value
[INFO] [stdout]    |
[INFO] [stdout] 39 | #[cfg_attr(feature = "serde", derive(::serde::Serialize, ::serde::Deserialize))]
[INFO] [stdout]    |            ~~~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `features`
[INFO] [stdout]  --> src/ip.rs:6:12
[INFO] [stdout]   |
[INFO] [stdout] 6 | #[cfg_attr(features = "serde", derive(::serde::Serialize, ::serde::Deserialize))]
[INFO] [stdout]   |            ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] help: there is a config with a similar name and value
[INFO] [stdout]   |
[INFO] [stdout] 6 | #[cfg_attr(feature = "serde", derive(::serde::Serialize, ::serde::Deserialize))]
[INFO] [stdout]   |            ~~~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `features`
[INFO] [stdout]   --> src/ip.rs:15:12
[INFO] [stdout]    |
[INFO] [stdout] 15 | #[cfg_attr(features = "serde", derive(::serde::Serialize, ::serde::Deserialize))]
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] help: there is a config with a similar name and value
[INFO] [stdout]    |
[INFO] [stdout] 15 | #[cfg_attr(feature = "serde", derive(::serde::Serialize, ::serde::Deserialize))]
[INFO] [stdout]    |            ~~~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `features`
[INFO] [stdout]   --> src/ip.rs:99:12
[INFO] [stdout]    |
[INFO] [stdout] 99 | #[cfg_attr(features = "serde", derive(::serde::Serialize, ::serde::Deserialize))]
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] help: there is a config with a similar name and value
[INFO] [stdout]    |
[INFO] [stdout] 99 | #[cfg_attr(feature = "serde", derive(::serde::Serialize, ::serde::Deserialize))]
[INFO] [stdout]    |            ~~~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling network-types v0.0.5 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unexpected `cfg` condition name: `features`
[INFO] [stdout]    --> src/ip.rs:106:12
[INFO] [stdout]     |
[INFO] [stdout] 106 | #[cfg_attr(features = "serde", derive(::serde::Serialize, ::serde::Deserialize))]
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] help: there is a config with a similar name and value
[INFO] [stdout]     |
[INFO] [stdout] 106 | #[cfg_attr(feature = "serde", derive(::serde::Serialize, ::serde::Deserialize))]
[INFO] [stdout]     |            ~~~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `features`
[INFO] [stdout]    --> src/ip.rs:115:12
[INFO] [stdout]     |
[INFO] [stdout] 115 | #[cfg_attr(features = "serde", derive(::serde::Serialize, ::serde::Deserialize))]
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] help: there is a config with a similar name and value
[INFO] [stdout]     |
[INFO] [stdout] 115 | #[cfg_attr(feature = "serde", derive(::serde::Serialize, ::serde::Deserialize))]
[INFO] [stdout]     |            ~~~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `features`
[INFO] [stdout]    --> src/ip.rs:206:12
[INFO] [stdout]     |
[INFO] [stdout] 206 | #[cfg_attr(features = "serde", derive(::serde::Serialize, ::serde::Deserialize))]
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] help: there is a config with a similar name and value
[INFO] [stdout]     |
[INFO] [stdout] 206 | #[cfg_attr(feature = "serde", derive(::serde::Serialize, ::serde::Deserialize))]
[INFO] [stdout]     |            ~~~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `features`
[INFO] [stdout]   --> src/tcp.rs:10:12
[INFO] [stdout]    |
[INFO] [stdout] 10 | #[cfg_attr(features = "serde", derive(::serde::Serialize, ::serde::Deserialize))]
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] help: there is a config with a similar name and value
[INFO] [stdout]    |
[INFO] [stdout] 10 | #[cfg_attr(feature = "serde", derive(::serde::Serialize, ::serde::Deserialize))]
[INFO] [stdout]    |            ~~~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `features`
[INFO] [stdout]  --> src/udp.rs:6:12
[INFO] [stdout]   |
[INFO] [stdout] 6 | #[cfg_attr(features = "serde", derive(::serde::Serialize, ::serde::Deserialize))]
[INFO] [stdout]   |            ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] help: there is a config with a similar name and value
[INFO] [stdout]   |
[INFO] [stdout] 6 | #[cfg_attr(feature = "serde", derive(::serde::Serialize, ::serde::Deserialize))]
[INFO] [stdout]   |            ~~~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `features`
[INFO] [stdout]  --> src/vxlan.rs:8:12
[INFO] [stdout]   |
[INFO] [stdout] 8 | #[cfg_attr(features = "serde", derive(::serde::Serialize, ::serde::Deserialize))]
[INFO] [stdout]   |            ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] help: there is a config with a similar name and value
[INFO] [stdout]   |
[INFO] [stdout] 8 | #[cfg_attr(feature = "serde", derive(::serde::Serialize, ::serde::Deserialize))]
[INFO] [stdout]   |            ~~~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 15 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `features`
[INFO] [stdout]  --> src/eth.rs:6:12
[INFO] [stdout]   |
[INFO] [stdout] 6 | #[cfg_attr(features = "serde", derive(::serde::Serialize, ::serde::Deserialize))]
[INFO] [stdout]   |            ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout]   = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout] help: there is a config with a similar name and value
[INFO] [stdout]   |
[INFO] [stdout] 6 | #[cfg_attr(feature = "serde", derive(::serde::Serialize, ::serde::Deserialize))]
[INFO] [stdout]   |            ~~~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `features`
[INFO] [stdout]   --> src/eth.rs:23:12
[INFO] [stdout]    |
[INFO] [stdout] 23 | #[cfg_attr(features = "serde", derive(::serde::Serialize, ::serde::Deserialize))]
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] help: there is a config with a similar name and value
[INFO] [stdout]    |
[INFO] [stdout] 23 | #[cfg_attr(feature = "serde", derive(::serde::Serialize, ::serde::Deserialize))]
[INFO] [stdout]    |            ~~~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `features`
[INFO] [stdout]  --> src/icmp.rs:7:12
[INFO] [stdout]   |
[INFO] [stdout] 7 | #[cfg_attr(features = "serde", derive(::serde::Serialize, ::serde::Deserialize))]
[INFO] [stdout]   |            ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] help: there is a config with a similar name and value
[INFO] [stdout]   |
[INFO] [stdout] 7 | #[cfg_attr(feature = "serde", derive(::serde::Serialize, ::serde::Deserialize))]
[INFO] [stdout]   |            ~~~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `features`
[INFO] [stdout]   --> src/icmp.rs:21:12
[INFO] [stdout]    |
[INFO] [stdout] 21 | #[cfg_attr(features = "serde", derive(::serde::Serialize, ::serde::Deserialize))]
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] help: there is a config with a similar name and value
[INFO] [stdout]    |
[INFO] [stdout] 21 | #[cfg_attr(feature = "serde", derive(::serde::Serialize, ::serde::Deserialize))]
[INFO] [stdout]    |            ~~~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `features`
[INFO] [stdout]   --> src/icmp.rs:31:12
[INFO] [stdout]    |
[INFO] [stdout] 31 | #[cfg_attr(features = "serde", derive(::serde::Serialize, ::serde::Deserialize))]
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] help: there is a config with a similar name and value
[INFO] [stdout]    |
[INFO] [stdout] 31 | #[cfg_attr(feature = "serde", derive(::serde::Serialize, ::serde::Deserialize))]
[INFO] [stdout]    |            ~~~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `features`
[INFO] [stdout]   --> src/icmp.rs:39:12
[INFO] [stdout]    |
[INFO] [stdout] 39 | #[cfg_attr(features = "serde", derive(::serde::Serialize, ::serde::Deserialize))]
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] help: there is a config with a similar name and value
[INFO] [stdout]    |
[INFO] [stdout] 39 | #[cfg_attr(feature = "serde", derive(::serde::Serialize, ::serde::Deserialize))]
[INFO] [stdout]    |            ~~~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `features`
[INFO] [stdout]  --> src/ip.rs:6:12
[INFO] [stdout]   |
[INFO] [stdout] 6 | #[cfg_attr(features = "serde", derive(::serde::Serialize, ::serde::Deserialize))]
[INFO] [stdout]   |            ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] help: there is a config with a similar name and value
[INFO] [stdout]   |
[INFO] [stdout] 6 | #[cfg_attr(feature = "serde", derive(::serde::Serialize, ::serde::Deserialize))]
[INFO] [stdout]   |            ~~~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `features`
[INFO] [stdout]   --> src/ip.rs:15:12
[INFO] [stdout]    |
[INFO] [stdout] 15 | #[cfg_attr(features = "serde", derive(::serde::Serialize, ::serde::Deserialize))]
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] help: there is a config with a similar name and value
[INFO] [stdout]    |
[INFO] [stdout] 15 | #[cfg_attr(feature = "serde", derive(::serde::Serialize, ::serde::Deserialize))]
[INFO] [stdout]    |            ~~~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `features`
[INFO] [stdout]   --> src/ip.rs:99:12
[INFO] [stdout]    |
[INFO] [stdout] 99 | #[cfg_attr(features = "serde", derive(::serde::Serialize, ::serde::Deserialize))]
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] help: there is a config with a similar name and value
[INFO] [stdout]    |
[INFO] [stdout] 99 | #[cfg_attr(feature = "serde", derive(::serde::Serialize, ::serde::Deserialize))]
[INFO] [stdout]    |            ~~~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `features`
[INFO] [stdout]    --> src/ip.rs:106:12
[INFO] [stdout]     |
[INFO] [stdout] 106 | #[cfg_attr(features = "serde", derive(::serde::Serialize, ::serde::Deserialize))]
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] help: there is a config with a similar name and value
[INFO] [stdout]     |
[INFO] [stdout] 106 | #[cfg_attr(feature = "serde", derive(::serde::Serialize, ::serde::Deserialize))]
[INFO] [stdout]     |            ~~~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `features`
[INFO] [stdout]    --> src/ip.rs:115:12
[INFO] [stdout]     |
[INFO] [stdout] 115 | #[cfg_attr(features = "serde", derive(::serde::Serialize, ::serde::Deserialize))]
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] help: there is a config with a similar name and value
[INFO] [stdout]     |
[INFO] [stdout] 115 | #[cfg_attr(feature = "serde", derive(::serde::Serialize, ::serde::Deserialize))]
[INFO] [stdout]     |            ~~~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `features`
[INFO] [stdout]    --> src/ip.rs:206:12
[INFO] [stdout]     |
[INFO] [stdout] 206 | #[cfg_attr(features = "serde", derive(::serde::Serialize, ::serde::Deserialize))]
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] help: there is a config with a similar name and value
[INFO] [stdout]     |
[INFO] [stdout] 206 | #[cfg_attr(feature = "serde", derive(::serde::Serialize, ::serde::Deserialize))]
[INFO] [stdout]     |            ~~~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `features`
[INFO] [stdout]   --> src/tcp.rs:10:12
[INFO] [stdout]    |
[INFO] [stdout] 10 | #[cfg_attr(features = "serde", derive(::serde::Serialize, ::serde::Deserialize))]
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] help: there is a config with a similar name and value
[INFO] [stdout]    |
[INFO] [stdout] 10 | #[cfg_attr(feature = "serde", derive(::serde::Serialize, ::serde::Deserialize))]
[INFO] [stdout]    |            ~~~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `features`
[INFO] [stdout]  --> src/udp.rs:6:12
[INFO] [stdout]   |
[INFO] [stdout] 6 | #[cfg_attr(features = "serde", derive(::serde::Serialize, ::serde::Deserialize))]
[INFO] [stdout]   |            ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] help: there is a config with a similar name and value
[INFO] [stdout]   |
[INFO] [stdout] 6 | #[cfg_attr(feature = "serde", derive(::serde::Serialize, ::serde::Deserialize))]
[INFO] [stdout]   |            ~~~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `features`
[INFO] [stdout]  --> src/vxlan.rs:8:12
[INFO] [stdout]   |
[INFO] [stdout] 8 | #[cfg_attr(features = "serde", derive(::serde::Serialize, ::serde::Deserialize))]
[INFO] [stdout]   |            ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] help: there is a config with a similar name and value
[INFO] [stdout]   |
[INFO] [stdout] 8 | #[cfg_attr(feature = "serde", derive(::serde::Serialize, ::serde::Deserialize))]
[INFO] [stdout]   |            ~~~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 15 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.26s
[INFO] running `Command { std: "docker" "inspect" "f8a4305f057ce24502ec43b661ed36367d2c024af681069a17a60d4ca8ab9432", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f8a4305f057ce24502ec43b661ed36367d2c024af681069a17a60d4ca8ab9432", kill_on_drop: false }`
[INFO] [stdout] f8a4305f057ce24502ec43b661ed36367d2c024af681069a17a60d4ca8ab9432
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:59a85a07ab18ca8720692f8e61effa1c651d9e2ca591e072c2b212bb91a6b8b5" "/opt/rustwide/cargo-home/bin/cargo" "+1871252fc8bb672d40787e67404e6eaae7059369" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 330e76e00c14877b261638cf1dc1e265c464f21c09be167fe7e3ba29412625b6
[INFO] running `Command { std: "docker" "start" "-a" "330e76e00c14877b261638cf1dc1e265c464f21c09be167fe7e3ba29412625b6", kill_on_drop: false }`
[INFO] [stderr] warning: unexpected `cfg` condition name: `features`
[INFO] [stderr]  --> src/eth.rs:6:12
[INFO] [stderr]   |
[INFO] [stderr] 6 | #[cfg_attr(features = "serde", derive(::serde::Serialize, ::serde::Deserialize))]
[INFO] [stderr]   |            ^^^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stderr]   = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stderr] help: there is a config with a similar name and value
[INFO] [stderr]   |
[INFO] [stderr] 6 | #[cfg_attr(feature = "serde", derive(::serde::Serialize, ::serde::Deserialize))]
[INFO] [stderr]   |            ~~~~~~~
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition name: `features`
[INFO] [stderr]   --> src/eth.rs:23:12
[INFO] [stderr]    |
[INFO] [stderr] 23 | #[cfg_attr(features = "serde", derive(::serde::Serialize, ::serde::Deserialize))]
[INFO] [stderr]    |            ^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stderr] help: there is a config with a similar name and value
[INFO] [stderr]    |
[INFO] [stderr] 23 | #[cfg_attr(feature = "serde", derive(::serde::Serialize, ::serde::Deserialize))]
[INFO] [stderr]    |            ~~~~~~~
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition name: `features`
[INFO] [stderr]  --> src/icmp.rs:7:12
[INFO] [stderr]   |
[INFO] [stderr] 7 | #[cfg_attr(features = "serde", derive(::serde::Serialize, ::serde::Deserialize))]
[INFO] [stderr]   |            ^^^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stderr] help: there is a config with a similar name and value
[INFO] [stderr]   |
[INFO] [stderr] 7 | #[cfg_attr(feature = "serde", derive(::serde::Serialize, ::serde::Deserialize))]
[INFO] [stderr]   |            ~~~~~~~
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition name: `features`
[INFO] [stderr]   --> src/icmp.rs:21:12
[INFO] [stderr]    |
[INFO] [stderr] 21 | #[cfg_attr(features = "serde", derive(::serde::Serialize, ::serde::Deserialize))]
[INFO] [stderr]    |            ^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stderr] help: there is a config with a similar name and value
[INFO] [stderr]    |
[INFO] [stderr] 21 | #[cfg_attr(feature = "serde", derive(::serde::Serialize, ::serde::Deserialize))]
[INFO] [stderr]    |            ~~~~~~~
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition name: `features`
[INFO] [stderr]   --> src/icmp.rs:31:12
[INFO] [stderr]    |
[INFO] [stderr] 31 | #[cfg_attr(features = "serde", derive(::serde::Serialize, ::serde::Deserialize))]
[INFO] [stderr]    |            ^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stderr] help: there is a config with a similar name and value
[INFO] [stderr]    |
[INFO] [stderr] 31 | #[cfg_attr(feature = "serde", derive(::serde::Serialize, ::serde::Deserialize))]
[INFO] [stderr]    |            ~~~~~~~
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition name: `features`
[INFO] [stderr]   --> src/icmp.rs:39:12
[INFO] [stderr]    |
[INFO] [stderr] 39 | #[cfg_attr(features = "serde", derive(::serde::Serialize, ::serde::Deserialize))]
[INFO] [stderr]    |            ^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stderr] help: there is a config with a similar name and value
[INFO] [stderr]    |
[INFO] [stderr] 39 | #[cfg_attr(feature = "serde", derive(::serde::Serialize, ::serde::Deserialize))]
[INFO] [stderr]    |            ~~~~~~~
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition name: `features`
[INFO] [stderr]  --> src/ip.rs:6:12
[INFO] [stderr]   |
[INFO] [stderr] 6 | #[cfg_attr(features = "serde", derive(::serde::Serialize, ::serde::Deserialize))]
[INFO] [stderr]   |            ^^^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stderr] help: there is a config with a similar name and value
[INFO] [stderr]   |
[INFO] [stderr] 6 | #[cfg_attr(feature = "serde", derive(::serde::Serialize, ::serde::Deserialize))]
[INFO] [stderr]   |            ~~~~~~~
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition name: `features`
[INFO] [stderr]   --> src/ip.rs:15:12
[INFO] [stderr]    |
[INFO] [stderr] 15 | #[cfg_attr(features = "serde", derive(::serde::Serialize, ::serde::Deserialize))]
[INFO] [stderr]    |            ^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stderr] help: there is a config with a similar name and value
[INFO] [stderr]    |
[INFO] [stderr] 15 | #[cfg_attr(feature = "serde", derive(::serde::Serialize, ::serde::Deserialize))]
[INFO] [stderr]    |            ~~~~~~~
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition name: `features`
[INFO] [stderr]   --> src/ip.rs:99:12
[INFO] [stderr]    |
[INFO] [stderr] 99 | #[cfg_attr(features = "serde", derive(::serde::Serialize, ::serde::Deserialize))]
[INFO] [stderr]    |            ^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stderr] help: there is a config with a similar name and value
[INFO] [stderr]    |
[INFO] [stderr] 99 | #[cfg_attr(feature = "serde", derive(::serde::Serialize, ::serde::Deserialize))]
[INFO] [stderr]    |            ~~~~~~~
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition name: `features`
[INFO] [stderr]    --> src/ip.rs:106:12
[INFO] [stderr]     |
[INFO] [stderr] 106 | #[cfg_attr(features = "serde", derive(::serde::Serialize, ::serde::Deserialize))]
[INFO] [stderr]     |            ^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stderr] help: there is a config with a similar name and value
[INFO] [stderr]     |
[INFO] [stderr] 106 | #[cfg_attr(feature = "serde", derive(::serde::Serialize, ::serde::Deserialize))]
[INFO] [stderr]     |            ~~~~~~~
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition name: `features`
[INFO] [stderr]    --> src/ip.rs:115:12
[INFO] [stderr]     |
[INFO] [stderr] 115 | #[cfg_attr(features = "serde", derive(::serde::Serialize, ::serde::Deserialize))]
[INFO] [stderr]     |            ^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stderr] help: there is a config with a similar name and value
[INFO] [stderr]     |
[INFO] [stderr] 115 | #[cfg_attr(feature = "serde", derive(::serde::Serialize, ::serde::Deserialize))]
[INFO] [stderr]     |            ~~~~~~~
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition name: `features`
[INFO] [stderr]    --> src/ip.rs:206:12
[INFO] [stderr]     |
[INFO] [stderr] 206 | #[cfg_attr(features = "serde", derive(::serde::Serialize, ::serde::Deserialize))]
[INFO] [stderr]     |            ^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stderr] help: there is a config with a similar name and value
[INFO] [stderr]     |
[INFO] [stderr] 206 | #[cfg_attr(feature = "serde", derive(::serde::Serialize, ::serde::Deserialize))]
[INFO] [stderr]     |            ~~~~~~~
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition name: `features`
[INFO] [stderr]   --> src/tcp.rs:10:12
[INFO] [stderr]    |
[INFO] [stderr] 10 | #[cfg_attr(features = "serde", derive(::serde::Serialize, ::serde::Deserialize))]
[INFO] [stderr]    |            ^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stderr] help: there is a config with a similar name and value
[INFO] [stderr]    |
[INFO] [stderr] 10 | #[cfg_attr(feature = "serde", derive(::serde::Serialize, ::serde::Deserialize))]
[INFO] [stderr]    |            ~~~~~~~
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition name: `features`
[INFO] [stderr]  --> src/udp.rs:6:12
[INFO] [stderr]   |
[INFO] [stderr] 6 | #[cfg_attr(features = "serde", derive(::serde::Serialize, ::serde::Deserialize))]
[INFO] [stderr]   |            ^^^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stderr] help: there is a config with a similar name and value
[INFO] [stderr]   |
[INFO] [stderr] 6 | #[cfg_attr(feature = "serde", derive(::serde::Serialize, ::serde::Deserialize))]
[INFO] [stderr]   |            ~~~~~~~
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition name: `features`
[INFO] [stderr]  --> src/vxlan.rs:8:12
[INFO] [stderr]   |
[INFO] [stderr] 8 | #[cfg_attr(features = "serde", derive(::serde::Serialize, ::serde::Deserialize))]
[INFO] [stderr]   |            ^^^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stderr] help: there is a config with a similar name and value
[INFO] [stderr]   |
[INFO] [stderr] 8 | #[cfg_attr(feature = "serde", derive(::serde::Serialize, ::serde::Deserialize))]
[INFO] [stderr]   |            ~~~~~~~
[INFO] [stderr] 
[INFO] [stderr] warning: `network-types` (lib) generated 15 warnings
[INFO] [stderr] warning: `network-types` (lib test) generated 15 warnings (15 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.01s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/network_types-8602cd82bc66f36f)
[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] [stderr]    Doc-tests network_types
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] test src/lib.rs - (line 12) ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- src/lib.rs - (line 12) stdout ----
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `aya_bpf`
[INFO] [stdout]  --> src/lib.rs:16:5
[INFO] [stdout]   |
[INFO] [stdout] 7 | use aya_bpf::{bindings::xdp_action, macros::xdp, programs::XdpContext};
[INFO] [stdout]   |     ^^^^^^^ use of undeclared crate or module `aya_bpf`
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `aya_log_ebpf`
[INFO] [stdout]  --> src/lib.rs:17:5
[INFO] [stdout]   |
[INFO] [stdout] 8 | use aya_log_ebpf::info;
[INFO] [stdout]   |     ^^^^^^^^^^^^ use of undeclared crate or module `aya_log_ebpf`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 2 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0432, E0433.
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     src/lib.rs - (line 12)
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 0 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.03s
[INFO] [stdout] 
[INFO] [stderr] error: doctest failed, to rerun pass `--doc`
[INFO] running `Command { std: "docker" "inspect" "330e76e00c14877b261638cf1dc1e265c464f21c09be167fe7e3ba29412625b6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "330e76e00c14877b261638cf1dc1e265c464f21c09be167fe7e3ba29412625b6", kill_on_drop: false }`
[INFO] [stdout] 330e76e00c14877b261638cf1dc1e265c464f21c09be167fe7e3ba29412625b6
[INFO] testing network-types-0.0.5 against try#b642703cf9526da1e72c0b6755753b939a9c6b6d for pr-125151
[INFO] extracting crate network-types 0.0.5 into /workspace/builds/worker-1-tc2/source
[INFO] validating manifest of crates.io crate network-types 0.0.5 on toolchain b642703cf9526da1e72c0b6755753b939a9c6b6d
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b642703cf9526da1e72c0b6755753b939a9c6b6d" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate network-types 0.0.5
[INFO] finished tweaking crates.io crate network-types 0.0.5
[INFO] tweaked toml for crates.io crate network-types 0.0.5 written to /workspace/builds/worker-1-tc2/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b642703cf9526da1e72c0b6755753b939a9c6b6d" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 7 packages to latest compatible versions
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b642703cf9526da1e72c0b6755753b939a9c6b6d" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:59a85a07ab18ca8720692f8e61effa1c651d9e2ca591e072c2b212bb91a6b8b5" "/opt/rustwide/cargo-home/bin/cargo" "+b642703cf9526da1e72c0b6755753b939a9c6b6d" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 106f8b1f46bd99affd033a3810f53d72da9878f57f553d189f6c67c380b65a0f
[INFO] running `Command { std: "docker" "start" "-a" "106f8b1f46bd99affd033a3810f53d72da9878f57f553d189f6c67c380b65a0f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "106f8b1f46bd99affd033a3810f53d72da9878f57f553d189f6c67c380b65a0f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "106f8b1f46bd99affd033a3810f53d72da9878f57f553d189f6c67c380b65a0f", kill_on_drop: false }`
[INFO] [stdout] 106f8b1f46bd99affd033a3810f53d72da9878f57f553d189f6c67c380b65a0f
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:59a85a07ab18ca8720692f8e61effa1c651d9e2ca591e072c2b212bb91a6b8b5" "/opt/rustwide/cargo-home/bin/cargo" "+b642703cf9526da1e72c0b6755753b939a9c6b6d" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 250b9348029dde6b27a809739c75bfe077048db106eb1ff1aeba470a511cecd4
[INFO] running `Command { std: "docker" "start" "-a" "250b9348029dde6b27a809739c75bfe077048db106eb1ff1aeba470a511cecd4", kill_on_drop: false }`
[INFO] [stderr]    Compiling network-types v0.0.5 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unexpected `cfg` condition name: `features`
[INFO] [stdout]  --> src/eth.rs:6:12
[INFO] [stdout]   |
[INFO] [stdout] 6 | #[cfg_attr(features = "serde", derive(::serde::Serialize, ::serde::Deserialize))]
[INFO] [stdout]   |            ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout]   = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout] help: there is a config with a similar name and value
[INFO] [stdout]   |
[INFO] [stdout] 6 | #[cfg_attr(feature = "serde", derive(::serde::Serialize, ::serde::Deserialize))]
[INFO] [stdout]   |            ~~~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `features`
[INFO] [stdout]   --> src/eth.rs:23:12
[INFO] [stdout]    |
[INFO] [stdout] 23 | #[cfg_attr(features = "serde", derive(::serde::Serialize, ::serde::Deserialize))]
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] help: there is a config with a similar name and value
[INFO] [stdout]    |
[INFO] [stdout] 23 | #[cfg_attr(feature = "serde", derive(::serde::Serialize, ::serde::Deserialize))]
[INFO] [stdout]    |            ~~~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `features`
[INFO] [stdout]  --> src/icmp.rs:7:12
[INFO] [stdout]   |
[INFO] [stdout] 7 | #[cfg_attr(features = "serde", derive(::serde::Serialize, ::serde::Deserialize))]
[INFO] [stdout]   |            ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] help: there is a config with a similar name and value
[INFO] [stdout]   |
[INFO] [stdout] 7 | #[cfg_attr(feature = "serde", derive(::serde::Serialize, ::serde::Deserialize))]
[INFO] [stdout]   |            ~~~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `features`
[INFO] [stdout]   --> src/icmp.rs:21:12
[INFO] [stdout]    |
[INFO] [stdout] 21 | #[cfg_attr(features = "serde", derive(::serde::Serialize, ::serde::Deserialize))]
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] help: there is a config with a similar name and value
[INFO] [stdout]    |
[INFO] [stdout] 21 | #[cfg_attr(feature = "serde", derive(::serde::Serialize, ::serde::Deserialize))]
[INFO] [stdout]    |            ~~~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `features`
[INFO] [stdout]   --> src/icmp.rs:31:12
[INFO] [stdout]    |
[INFO] [stdout] 31 | #[cfg_attr(features = "serde", derive(::serde::Serialize, ::serde::Deserialize))]
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] help: there is a config with a similar name and value
[INFO] [stdout]    |
[INFO] [stdout] 31 | #[cfg_attr(feature = "serde", derive(::serde::Serialize, ::serde::Deserialize))]
[INFO] [stdout]    |            ~~~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `features`
[INFO] [stdout]   --> src/icmp.rs:39:12
[INFO] [stdout]    |
[INFO] [stdout] 39 | #[cfg_attr(features = "serde", derive(::serde::Serialize, ::serde::Deserialize))]
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] help: there is a config with a similar name and value
[INFO] [stdout]    |
[INFO] [stdout] 39 | #[cfg_attr(feature = "serde", derive(::serde::Serialize, ::serde::Deserialize))]
[INFO] [stdout]    |            ~~~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `features`
[INFO] [stdout]  --> src/ip.rs:6:12
[INFO] [stdout]   |
[INFO] [stdout] 6 | #[cfg_attr(features = "serde", derive(::serde::Serialize, ::serde::Deserialize))]
[INFO] [stdout]   |            ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] help: there is a config with a similar name and value
[INFO] [stdout]   |
[INFO] [stdout] 6 | #[cfg_attr(feature = "serde", derive(::serde::Serialize, ::serde::Deserialize))]
[INFO] [stdout]   |            ~~~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `features`
[INFO] [stdout]   --> src/ip.rs:15:12
[INFO] [stdout]    |
[INFO] [stdout] 15 | #[cfg_attr(features = "serde", derive(::serde::Serialize, ::serde::Deserialize))]
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] help: there is a config with a similar name and value
[INFO] [stdout]    |
[INFO] [stdout] 15 | #[cfg_attr(feature = "serde", derive(::serde::Serialize, ::serde::Deserialize))]
[INFO] [stdout]    |            ~~~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `features`
[INFO] [stdout]   --> src/ip.rs:99:12
[INFO] [stdout]    |
[INFO] [stdout] 99 | #[cfg_attr(features = "serde", derive(::serde::Serialize, ::serde::Deserialize))]
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] help: there is a config with a similar name and value
[INFO] [stdout]    |
[INFO] [stdout] 99 | #[cfg_attr(feature = "serde", derive(::serde::Serialize, ::serde::Deserialize))]
[INFO] [stdout]    |            ~~~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `features`
[INFO] [stdout]    --> src/ip.rs:106:12
[INFO] [stdout]     |
[INFO] [stdout] 106 | #[cfg_attr(features = "serde", derive(::serde::Serialize, ::serde::Deserialize))]
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] help: there is a config with a similar name and value
[INFO] [stdout]     |
[INFO] [stdout] 106 | #[cfg_attr(feature = "serde", derive(::serde::Serialize, ::serde::Deserialize))]
[INFO] [stdout]     |            ~~~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `features`
[INFO] [stdout]    --> src/ip.rs:115:12
[INFO] [stdout]     |
[INFO] [stdout] 115 | #[cfg_attr(features = "serde", derive(::serde::Serialize, ::serde::Deserialize))]
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] help: there is a config with a similar name and value
[INFO] [stdout]     |
[INFO] [stdout] 115 | #[cfg_attr(feature = "serde", derive(::serde::Serialize, ::serde::Deserialize))]
[INFO] [stdout]     |            ~~~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `features`
[INFO] [stdout]    --> src/ip.rs:206:12
[INFO] [stdout]     |
[INFO] [stdout] 206 | #[cfg_attr(features = "serde", derive(::serde::Serialize, ::serde::Deserialize))]
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] help: there is a config with a similar name and value
[INFO] [stdout]     |
[INFO] [stdout] 206 | #[cfg_attr(feature = "serde", derive(::serde::Serialize, ::serde::Deserialize))]
[INFO] [stdout]     |            ~~~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `features`
[INFO] [stdout]   --> src/tcp.rs:10:12
[INFO] [stdout]    |
[INFO] [stdout] 10 | #[cfg_attr(features = "serde", derive(::serde::Serialize, ::serde::Deserialize))]
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] help: there is a config with a similar name and value
[INFO] [stdout]    |
[INFO] [stdout] 10 | #[cfg_attr(feature = "serde", derive(::serde::Serialize, ::serde::Deserialize))]
[INFO] [stdout]    |            ~~~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `features`
[INFO] [stdout]  --> src/udp.rs:6:12
[INFO] [stdout]   |
[INFO] [stdout] 6 | #[cfg_attr(features = "serde", derive(::serde::Serialize, ::serde::Deserialize))]
[INFO] [stdout]   |            ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] help: there is a config with a similar name and value
[INFO] [stdout]   |
[INFO] [stdout] 6 | #[cfg_attr(feature = "serde", derive(::serde::Serialize, ::serde::Deserialize))]
[INFO] [stdout]   |            ~~~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `features`
[INFO] [stdout]  --> src/vxlan.rs:8:12
[INFO] [stdout]   |
[INFO] [stdout] 8 | #[cfg_attr(features = "serde", derive(::serde::Serialize, ::serde::Deserialize))]
[INFO] [stdout]   |            ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] help: there is a config with a similar name and value
[INFO] [stdout]   |
[INFO] [stdout] 8 | #[cfg_attr(feature = "serde", derive(::serde::Serialize, ::serde::Deserialize))]
[INFO] [stdout]   |            ~~~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 15 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.10s
[INFO] running `Command { std: "docker" "inspect" "250b9348029dde6b27a809739c75bfe077048db106eb1ff1aeba470a511cecd4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "250b9348029dde6b27a809739c75bfe077048db106eb1ff1aeba470a511cecd4", kill_on_drop: false }`
[INFO] [stdout] 250b9348029dde6b27a809739c75bfe077048db106eb1ff1aeba470a511cecd4
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:59a85a07ab18ca8720692f8e61effa1c651d9e2ca591e072c2b212bb91a6b8b5" "/opt/rustwide/cargo-home/bin/cargo" "+b642703cf9526da1e72c0b6755753b939a9c6b6d" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 319a4face61bb24eb17deeea21ac939c9cc92a3c4d3b455a0942ae2c794f8303
[INFO] running `Command { std: "docker" "start" "-a" "319a4face61bb24eb17deeea21ac939c9cc92a3c4d3b455a0942ae2c794f8303", kill_on_drop: false }`
[INFO] [stdout] warning: unexpected `cfg` condition name: `features`
[INFO] [stdout]  --> src/eth.rs:6:12
[INFO] [stdout]   |
[INFO] [stdout] 6 | #[cfg_attr(features = "serde", derive(::serde::Serialize, ::serde::Deserialize))]
[INFO] [stdout]   |            ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout]   = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout] help: there is a config with a similar name and value
[INFO] [stdout]   |
[INFO] [stdout] 6 | #[cfg_attr(feature = "serde", derive(::serde::Serialize, ::serde::Deserialize))]
[INFO] [stdout]   |            ~~~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `features`
[INFO] [stdout]   --> src/eth.rs:23:12
[INFO] [stdout]    |
[INFO] [stdout] 23 | #[cfg_attr(features = "serde", derive(::serde::Serialize, ::serde::Deserialize))]
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] help: there is a config with a similar name and value
[INFO] [stdout]    |
[INFO] [stdout] 23 | #[cfg_attr(feature = "serde", derive(::serde::Serialize, ::serde::Deserialize))]
[INFO] [stdout]    |            ~~~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling network-types v0.0.5 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unexpected `cfg` condition name: `features`
[INFO] [stdout]  --> src/icmp.rs:7:12
[INFO] [stdout]   |
[INFO] [stdout] 7 | #[cfg_attr(features = "serde", derive(::serde::Serialize, ::serde::Deserialize))]
[INFO] [stdout]   |            ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] help: there is a config with a similar name and value
[INFO] [stdout]   |
[INFO] [stdout] 7 | #[cfg_attr(feature = "serde", derive(::serde::Serialize, ::serde::Deserialize))]
[INFO] [stdout]   |            ~~~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `features`
[INFO] [stdout]   --> src/icmp.rs:21:12
[INFO] [stdout]    |
[INFO] [stdout] 21 | #[cfg_attr(features = "serde", derive(::serde::Serialize, ::serde::Deserialize))]
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] help: there is a config with a similar name and value
[INFO] [stdout]    |
[INFO] [stdout] 21 | #[cfg_attr(feature = "serde", derive(::serde::Serialize, ::serde::Deserialize))]
[INFO] [stdout]    |            ~~~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `features`
[INFO] [stdout]   --> src/icmp.rs:31:12
[INFO] [stdout]    |
[INFO] [stdout] 31 | #[cfg_attr(features = "serde", derive(::serde::Serialize, ::serde::Deserialize))]
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] help: there is a config with a similar name and value
[INFO] [stdout]    |
[INFO] [stdout] 31 | #[cfg_attr(feature = "serde", derive(::serde::Serialize, ::serde::Deserialize))]
[INFO] [stdout]    |            ~~~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `features`
[INFO] [stdout]   --> src/icmp.rs:39:12
[INFO] [stdout]    |
[INFO] [stdout] 39 | #[cfg_attr(features = "serde", derive(::serde::Serialize, ::serde::Deserialize))]
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] help: there is a config with a similar name and value
[INFO] [stdout]    |
[INFO] [stdout] 39 | #[cfg_attr(feature = "serde", derive(::serde::Serialize, ::serde::Deserialize))]
[INFO] [stdout]    |            ~~~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `features`
[INFO] [stdout]  --> src/ip.rs:6:12
[INFO] [stdout]   |
[INFO] [stdout] 6 | #[cfg_attr(features = "serde", derive(::serde::Serialize, ::serde::Deserialize))]
[INFO] [stdout]   |            ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] help: there is a config with a similar name and value
[INFO] [stdout]   |
[INFO] [stdout] 6 | #[cfg_attr(feature = "serde", derive(::serde::Serialize, ::serde::Deserialize))]
[INFO] [stdout]   |            ~~~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `features`
[INFO] [stdout]   --> src/ip.rs:15:12
[INFO] [stdout]    |
[INFO] [stdout] 15 | #[cfg_attr(features = "serde", derive(::serde::Serialize, ::serde::Deserialize))]
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] help: there is a config with a similar name and value
[INFO] [stdout]    |
[INFO] [stdout] 15 | #[cfg_attr(feature = "serde", derive(::serde::Serialize, ::serde::Deserialize))]
[INFO] [stdout]    |            ~~~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `features`
[INFO] [stdout]   --> src/ip.rs:99:12
[INFO] [stdout]    |
[INFO] [stdout] 99 | #[cfg_attr(features = "serde", derive(::serde::Serialize, ::serde::Deserialize))]
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] help: there is a config with a similar name and value
[INFO] [stdout]    |
[INFO] [stdout] 99 | #[cfg_attr(feature = "serde", derive(::serde::Serialize, ::serde::Deserialize))]
[INFO] [stdout]    |            ~~~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `features`
[INFO] [stdout]    --> src/ip.rs:106:12
[INFO] [stdout]     |
[INFO] [stdout] 106 | #[cfg_attr(features = "serde", derive(::serde::Serialize, ::serde::Deserialize))]
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] help: there is a config with a similar name and value
[INFO] [stdout]     |
[INFO] [stdout] 106 | #[cfg_attr(feature = "serde", derive(::serde::Serialize, ::serde::Deserialize))]
[INFO] [stdout]     |            ~~~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `features`
[INFO] [stdout]    --> src/ip.rs:115:12
[INFO] [stdout]     |
[INFO] [stdout] 115 | #[cfg_attr(features = "serde", derive(::serde::Serialize, ::serde::Deserialize))]
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] help: there is a config with a similar name and value
[INFO] [stdout]     |
[INFO] [stdout] 115 | #[cfg_attr(feature = "serde", derive(::serde::Serialize, ::serde::Deserialize))]
[INFO] [stdout]     |            ~~~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `features`
[INFO] [stdout]    --> src/ip.rs:206:12
[INFO] [stdout]     |
[INFO] [stdout] 206 | #[cfg_attr(features = "serde", derive(::serde::Serialize, ::serde::Deserialize))]
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] help: there is a config with a similar name and value
[INFO] [stdout]     |
[INFO] [stdout] 206 | #[cfg_attr(feature = "serde", derive(::serde::Serialize, ::serde::Deserialize))]
[INFO] [stdout]     |            ~~~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `features`
[INFO] [stdout]   --> src/tcp.rs:10:12
[INFO] [stdout]    |
[INFO] [stdout] 10 | #[cfg_attr(features = "serde", derive(::serde::Serialize, ::serde::Deserialize))]
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] help: there is a config with a similar name and value
[INFO] [stdout]    |
[INFO] [stdout] 10 | #[cfg_attr(feature = "serde", derive(::serde::Serialize, ::serde::Deserialize))]
[INFO] [stdout]    |            ~~~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `features`
[INFO] [stdout]  --> src/udp.rs:6:12
[INFO] [stdout]   |
[INFO] [stdout] 6 | #[cfg_attr(features = "serde", derive(::serde::Serialize, ::serde::Deserialize))]
[INFO] [stdout]   |            ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] help: there is a config with a similar name and value
[INFO] [stdout]   |
[INFO] [stdout] 6 | #[cfg_attr(feature = "serde", derive(::serde::Serialize, ::serde::Deserialize))]
[INFO] [stdout]   |            ~~~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `features`
[INFO] [stdout]  --> src/vxlan.rs:8:12
[INFO] [stdout]   |
[INFO] [stdout] 8 | #[cfg_attr(features = "serde", derive(::serde::Serialize, ::serde::Deserialize))]
[INFO] [stdout]   |            ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] help: there is a config with a similar name and value
[INFO] [stdout]   |
[INFO] [stdout] 8 | #[cfg_attr(feature = "serde", derive(::serde::Serialize, ::serde::Deserialize))]
[INFO] [stdout]   |            ~~~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 15 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `features`
[INFO] [stdout]  --> src/eth.rs:6:12
[INFO] [stdout]   |
[INFO] [stdout] 6 | #[cfg_attr(features = "serde", derive(::serde::Serialize, ::serde::Deserialize))]
[INFO] [stdout]   |            ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout]   = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout] help: there is a config with a similar name and value
[INFO] [stdout]   |
[INFO] [stdout] 6 | #[cfg_attr(feature = "serde", derive(::serde::Serialize, ::serde::Deserialize))]
[INFO] [stdout]   |            ~~~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `features`
[INFO] [stdout]   --> src/eth.rs:23:12
[INFO] [stdout]    |
[INFO] [stdout] 23 | #[cfg_attr(features = "serde", derive(::serde::Serialize, ::serde::Deserialize))]
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] help: there is a config with a similar name and value
[INFO] [stdout]    |
[INFO] [stdout] 23 | #[cfg_attr(feature = "serde", derive(::serde::Serialize, ::serde::Deserialize))]
[INFO] [stdout]    |            ~~~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `features`
[INFO] [stdout]  --> src/icmp.rs:7:12
[INFO] [stdout]   |
[INFO] [stdout] 7 | #[cfg_attr(features = "serde", derive(::serde::Serialize, ::serde::Deserialize))]
[INFO] [stdout]   |            ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] help: there is a config with a similar name and value
[INFO] [stdout]   |
[INFO] [stdout] 7 | #[cfg_attr(feature = "serde", derive(::serde::Serialize, ::serde::Deserialize))]
[INFO] [stdout]   |            ~~~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `features`
[INFO] [stdout]   --> src/icmp.rs:21:12
[INFO] [stdout]    |
[INFO] [stdout] 21 | #[cfg_attr(features = "serde", derive(::serde::Serialize, ::serde::Deserialize))]
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] help: there is a config with a similar name and value
[INFO] [stdout]    |
[INFO] [stdout] 21 | #[cfg_attr(feature = "serde", derive(::serde::Serialize, ::serde::Deserialize))]
[INFO] [stdout]    |            ~~~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `features`
[INFO] [stdout]   --> src/icmp.rs:31:12
[INFO] [stdout]    |
[INFO] [stdout] 31 | #[cfg_attr(features = "serde", derive(::serde::Serialize, ::serde::Deserialize))]
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] help: there is a config with a similar name and value
[INFO] [stdout]    |
[INFO] [stdout] 31 | #[cfg_attr(feature = "serde", derive(::serde::Serialize, ::serde::Deserialize))]
[INFO] [stdout]    |            ~~~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `features`
[INFO] [stdout]   --> src/icmp.rs:39:12
[INFO] [stdout]    |
[INFO] [stdout] 39 | #[cfg_attr(features = "serde", derive(::serde::Serialize, ::serde::Deserialize))]
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] help: there is a config with a similar name and value
[INFO] [stdout]    |
[INFO] [stdout] 39 | #[cfg_attr(feature = "serde", derive(::serde::Serialize, ::serde::Deserialize))]
[INFO] [stdout]    |            ~~~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `features`
[INFO] [stdout]  --> src/ip.rs:6:12
[INFO] [stdout]   |
[INFO] [stdout] 6 | #[cfg_attr(features = "serde", derive(::serde::Serialize, ::serde::Deserialize))]
[INFO] [stdout]   |            ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] help: there is a config with a similar name and value
[INFO] [stdout]   |
[INFO] [stdout] 6 | #[cfg_attr(feature = "serde", derive(::serde::Serialize, ::serde::Deserialize))]
[INFO] [stdout]   |            ~~~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `features`
[INFO] [stdout]   --> src/ip.rs:15:12
[INFO] [stdout]    |
[INFO] [stdout] 15 | #[cfg_attr(features = "serde", derive(::serde::Serialize, ::serde::Deserialize))]
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] help: there is a config with a similar name and value
[INFO] [stdout]    |
[INFO] [stdout] 15 | #[cfg_attr(feature = "serde", derive(::serde::Serialize, ::serde::Deserialize))]
[INFO] [stdout]    |            ~~~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `features`
[INFO] [stdout]   --> src/ip.rs:99:12
[INFO] [stdout]    |
[INFO] [stdout] 99 | #[cfg_attr(features = "serde", derive(::serde::Serialize, ::serde::Deserialize))]
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] help: there is a config with a similar name and value
[INFO] [stdout]    |
[INFO] [stdout] 99 | #[cfg_attr(feature = "serde", derive(::serde::Serialize, ::serde::Deserialize))]
[INFO] [stdout]    |            ~~~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `features`
[INFO] [stdout]    --> src/ip.rs:106:12
[INFO] [stdout]     |
[INFO] [stdout] 106 | #[cfg_attr(features = "serde", derive(::serde::Serialize, ::serde::Deserialize))]
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] help: there is a config with a similar name and value
[INFO] [stdout]     |
[INFO] [stdout] 106 | #[cfg_attr(feature = "serde", derive(::serde::Serialize, ::serde::Deserialize))]
[INFO] [stdout]     |            ~~~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `features`
[INFO] [stdout]    --> src/ip.rs:115:12
[INFO] [stdout]     |
[INFO] [stdout] 115 | #[cfg_attr(features = "serde", derive(::serde::Serialize, ::serde::Deserialize))]
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] help: there is a config with a similar name and value
[INFO] [stdout]     |
[INFO] [stdout] 115 | #[cfg_attr(feature = "serde", derive(::serde::Serialize, ::serde::Deserialize))]
[INFO] [stdout]     |            ~~~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `features`
[INFO] [stdout]    --> src/ip.rs:206:12
[INFO] [stdout]     |
[INFO] [stdout] 206 | #[cfg_attr(features = "serde", derive(::serde::Serialize, ::serde::Deserialize))]
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] help: there is a config with a similar name and value
[INFO] [stdout]     |
[INFO] [stdout] 206 | #[cfg_attr(feature = "serde", derive(::serde::Serialize, ::serde::Deserialize))]
[INFO] [stdout]     |            ~~~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `features`
[INFO] [stdout]   --> src/tcp.rs:10:12
[INFO] [stdout]    |
[INFO] [stdout] 10 | #[cfg_attr(features = "serde", derive(::serde::Serialize, ::serde::Deserialize))]
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] help: there is a config with a similar name and value
[INFO] [stdout]    |
[INFO] [stdout] 10 | #[cfg_attr(feature = "serde", derive(::serde::Serialize, ::serde::Deserialize))]
[INFO] [stdout]    |            ~~~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `features`
[INFO] [stdout]  --> src/udp.rs:6:12
[INFO] [stdout]   |
[INFO] [stdout] 6 | #[cfg_attr(features = "serde", derive(::serde::Serialize, ::serde::Deserialize))]
[INFO] [stdout]   |            ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] help: there is a config with a similar name and value
[INFO] [stdout]   |
[INFO] [stdout] 6 | #[cfg_attr(feature = "serde", derive(::serde::Serialize, ::serde::Deserialize))]
[INFO] [stdout]   |            ~~~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `features`
[INFO] [stdout]  --> src/vxlan.rs:8:12
[INFO] [stdout]   |
[INFO] [stdout] 8 | #[cfg_attr(features = "serde", derive(::serde::Serialize, ::serde::Deserialize))]
[INFO] [stdout]   |            ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] help: there is a config with a similar name and value
[INFO] [stdout]   |
[INFO] [stdout] 8 | #[cfg_attr(feature = "serde", derive(::serde::Serialize, ::serde::Deserialize))]
[INFO] [stdout]   |            ~~~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 15 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.44s
[INFO] running `Command { std: "docker" "inspect" "319a4face61bb24eb17deeea21ac939c9cc92a3c4d3b455a0942ae2c794f8303", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "319a4face61bb24eb17deeea21ac939c9cc92a3c4d3b455a0942ae2c794f8303", kill_on_drop: false }`
[INFO] [stdout] 319a4face61bb24eb17deeea21ac939c9cc92a3c4d3b455a0942ae2c794f8303
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:59a85a07ab18ca8720692f8e61effa1c651d9e2ca591e072c2b212bb91a6b8b5" "/opt/rustwide/cargo-home/bin/cargo" "+b642703cf9526da1e72c0b6755753b939a9c6b6d" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 262cdd1e14b5d2202c978a6bfe93afc6d96236fa230025106415b69d0f5914aa
[INFO] running `Command { std: "docker" "start" "-a" "262cdd1e14b5d2202c978a6bfe93afc6d96236fa230025106415b69d0f5914aa", kill_on_drop: false }`
[INFO] [stderr] warning: unexpected `cfg` condition name: `features`
[INFO] [stderr]  --> src/eth.rs:6:12
[INFO] [stderr]   |
[INFO] [stderr] 6 | #[cfg_attr(features = "serde", derive(::serde::Serialize, ::serde::Deserialize))]
[INFO] [stderr]   |            ^^^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stderr]   = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stderr] help: there is a config with a similar name and value
[INFO] [stderr]   |
[INFO] [stderr] 6 | #[cfg_attr(feature = "serde", derive(::serde::Serialize, ::serde::Deserialize))]
[INFO] [stderr]   |            ~~~~~~~
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition name: `features`
[INFO] [stderr]   --> src/eth.rs:23:12
[INFO] [stderr]    |
[INFO] [stderr] 23 | #[cfg_attr(features = "serde", derive(::serde::Serialize, ::serde::Deserialize))]
[INFO] [stderr]    |            ^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stderr] help: there is a config with a similar name and value
[INFO] [stderr]    |
[INFO] [stderr] 23 | #[cfg_attr(feature = "serde", derive(::serde::Serialize, ::serde::Deserialize))]
[INFO] [stderr]    |            ~~~~~~~
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition name: `features`
[INFO] [stderr]  --> src/icmp.rs:7:12
[INFO] [stderr]   |
[INFO] [stderr] 7 | #[cfg_attr(features = "serde", derive(::serde::Serialize, ::serde::Deserialize))]
[INFO] [stderr]   |            ^^^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stderr] help: there is a config with a similar name and value
[INFO] [stderr]   |
[INFO] [stderr] 7 | #[cfg_attr(feature = "serde", derive(::serde::Serialize, ::serde::Deserialize))]
[INFO] [stderr]   |            ~~~~~~~
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition name: `features`
[INFO] [stderr]   --> src/icmp.rs:21:12
[INFO] [stderr]    |
[INFO] [stderr] 21 | #[cfg_attr(features = "serde", derive(::serde::Serialize, ::serde::Deserialize))]
[INFO] [stderr]    |            ^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stderr] help: there is a config with a similar name and value
[INFO] [stderr]    |
[INFO] [stderr] 21 | #[cfg_attr(feature = "serde", derive(::serde::Serialize, ::serde::Deserialize))]
[INFO] [stderr]    |            ~~~~~~~
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition name: `features`
[INFO] [stderr]   --> src/icmp.rs:31:12
[INFO] [stderr]    |
[INFO] [stderr] 31 | #[cfg_attr(features = "serde", derive(::serde::Serialize, ::serde::Deserialize))]
[INFO] [stderr]    |            ^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stderr] help: there is a config with a similar name and value
[INFO] [stderr]    |
[INFO] [stderr] 31 | #[cfg_attr(feature = "serde", derive(::serde::Serialize, ::serde::Deserialize))]
[INFO] [stderr]    |            ~~~~~~~
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition name: `features`
[INFO] [stderr]   --> src/icmp.rs:39:12
[INFO] [stderr]    |
[INFO] [stderr] 39 | #[cfg_attr(features = "serde", derive(::serde::Serialize, ::serde::Deserialize))]
[INFO] [stderr]    |            ^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stderr] help: there is a config with a similar name and value
[INFO] [stderr]    |
[INFO] [stderr] 39 | #[cfg_attr(feature = "serde", derive(::serde::Serialize, ::serde::Deserialize))]
[INFO] [stderr]    |            ~~~~~~~
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition name: `features`
[INFO] [stderr]  --> src/ip.rs:6:12
[INFO] [stderr]   |
[INFO] [stderr] 6 | #[cfg_attr(features = "serde", derive(::serde::Serialize, ::serde::Deserialize))]
[INFO] [stderr]   |            ^^^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stderr] help: there is a config with a similar name and value
[INFO] [stderr]   |
[INFO] [stderr] 6 | #[cfg_attr(feature = "serde", derive(::serde::Serialize, ::serde::Deserialize))]
[INFO] [stderr]   |            ~~~~~~~
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition name: `features`
[INFO] [stderr]   --> src/ip.rs:15:12
[INFO] [stderr]    |
[INFO] [stderr] 15 | #[cfg_attr(features = "serde", derive(::serde::Serialize, ::serde::Deserialize))]
[INFO] [stderr]    |            ^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stderr] help: there is a config with a similar name and value
[INFO] [stderr]    |
[INFO] [stderr] 15 | #[cfg_attr(feature = "serde", derive(::serde::Serialize, ::serde::Deserialize))]
[INFO] [stderr]    |            ~~~~~~~
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition name: `features`
[INFO] [stderr]   --> src/ip.rs:99:12
[INFO] [stderr]    |
[INFO] [stderr] 99 | #[cfg_attr(features = "serde", derive(::serde::Serialize, ::serde::Deserialize))]
[INFO] [stderr]    |            ^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stderr] help: there is a config with a similar name and value
[INFO] [stderr]    |
[INFO] [stderr] 99 | #[cfg_attr(feature = "serde", derive(::serde::Serialize, ::serde::Deserialize))]
[INFO] [stderr]    |            ~~~~~~~
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition name: `features`
[INFO] [stderr]    --> src/ip.rs:106:12
[INFO] [stderr]     |
[INFO] [stderr] 106 | #[cfg_attr(features = "serde", derive(::serde::Serialize, ::serde::Deserialize))]
[INFO] [stderr]     |            ^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stderr] help: there is a config with a similar name and value
[INFO] [stderr]     |
[INFO] [stderr] 106 | #[cfg_attr(feature = "serde", derive(::serde::Serialize, ::serde::Deserialize))]
[INFO] [stderr]     |            ~~~~~~~
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition name: `features`
[INFO] [stderr]    --> src/ip.rs:115:12
[INFO] [stderr]     |
[INFO] [stderr] 115 | #[cfg_attr(features = "serde", derive(::serde::Serialize, ::serde::Deserialize))]
[INFO] [stderr]     |            ^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stderr] help: there is a config with a similar name and value
[INFO] [stderr]     |
[INFO] [stderr] 115 | #[cfg_attr(feature = "serde", derive(::serde::Serialize, ::serde::Deserialize))]
[INFO] [stderr]     |            ~~~~~~~
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition name: `features`
[INFO] [stderr]    --> src/ip.rs:206:12
[INFO] [stderr]     |
[INFO] [stderr] 206 | #[cfg_attr(features = "serde", derive(::serde::Serialize, ::serde::Deserialize))]
[INFO] [stderr]     |            ^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stderr] help: there is a config with a similar name and value
[INFO] [stderr]     |
[INFO] [stderr] 206 | #[cfg_attr(feature = "serde", derive(::serde::Serialize, ::serde::Deserialize))]
[INFO] [stderr]     |            ~~~~~~~
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition name: `features`
[INFO] [stderr]   --> src/tcp.rs:10:12
[INFO] [stderr]    |
[INFO] [stderr] 10 | #[cfg_attr(features = "serde", derive(::serde::Serialize, ::serde::Deserialize))]
[INFO] [stderr]    |            ^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stderr] help: there is a config with a similar name and value
[INFO] [stderr]    |
[INFO] [stderr] 10 | #[cfg_attr(feature = "serde", derive(::serde::Serialize, ::serde::Deserialize))]
[INFO] [stderr]    |            ~~~~~~~
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition name: `features`
[INFO] [stderr]  --> src/udp.rs:6:12
[INFO] [stderr]   |
[INFO] [stderr] 6 | #[cfg_attr(features = "serde", derive(::serde::Serialize, ::serde::Deserialize))]
[INFO] [stderr]   |            ^^^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stderr] help: there is a config with a similar name and value
[INFO] [stderr]   |
[INFO] [stderr] 6 | #[cfg_attr(feature = "serde", derive(::serde::Serialize, ::serde::Deserialize))]
[INFO] [stderr]   |            ~~~~~~~
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition name: `features`
[INFO] [stderr]  --> src/vxlan.rs:8:12
[INFO] [stderr]   |
[INFO] [stderr] 8 | #[cfg_attr(features = "serde", derive(::serde::Serialize, ::serde::Deserialize))]
[INFO] [stderr]   |            ^^^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stderr] help: there is a config with a similar name and value
[INFO] [stderr]   |
[INFO] [stderr] 8 | #[cfg_attr(feature = "serde", derive(::serde::Serialize, ::serde::Deserialize))]
[INFO] [stderr]   |            ~~~~~~~
[INFO] [stderr] 
[INFO] [stderr] warning: `network-types` (lib) generated 15 warnings
[INFO] [stderr] warning: `network-types` (lib test) generated 15 warnings (15 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.02s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/network_types-8602cd82bc66f36f)
[INFO] [stderr]    Doc-tests network_types
[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] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] test src/lib.rs - (line 12) ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- src/lib.rs - (line 12) stdout ----
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `aya_bpf`
[INFO] [stdout]  --> src/lib.rs:16:5
[INFO] [stdout]   |
[INFO] [stdout] 7 | use aya_bpf::{bindings::xdp_action, macros::xdp, programs::XdpContext};
[INFO] [stdout]   |     ^^^^^^^ use of undeclared crate or module `aya_bpf`
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `aya_log_ebpf`
[INFO] [stdout]  --> src/lib.rs:17:5
[INFO] [stdout]   |
[INFO] [stdout] 8 | use aya_log_ebpf::info;
[INFO] [stdout]   |     ^^^^^^^^^^^^ use of undeclared crate or module `aya_log_ebpf`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 2 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0432, E0433.
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     src/lib.rs - (line 12)
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 0 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.05s
[INFO] [stdout] 
[INFO] [stderr] error: doctest failed, to rerun pass `--doc`
[INFO] running `Command { std: "docker" "inspect" "262cdd1e14b5d2202c978a6bfe93afc6d96236fa230025106415b69d0f5914aa", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "262cdd1e14b5d2202c978a6bfe93afc6d96236fa230025106415b69d0f5914aa", kill_on_drop: false }`
[INFO] [stdout] 262cdd1e14b5d2202c978a6bfe93afc6d96236fa230025106415b69d0f5914aa
