[INFO] cloning repository https://github.com/dswd/vpncloud.rs
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/dswd/vpncloud.rs" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdswd%2Fvpncloud.rs", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdswd%2Fvpncloud.rs'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] bef99162fe0d66e2c9fbf6421a69ca8ec2ac8f55
[INFO] checking dswd/vpncloud.rs against master#642c19bfc3a5c1de985bf5d0cc8207ac9d22708a for pr-148577
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdswd%2Fvpncloud.rs" "/workspace/builds/worker-0-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/dswd/vpncloud.rs
[INFO] finished tweaking git repo https://github.com/dswd/vpncloud.rs
[INFO] tweaked toml for git repo https://github.com/dswd/vpncloud.rs written to /workspace/builds/worker-0-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/dswd/vpncloud.rs on toolchain 642c19bfc3a5c1de985bf5d0cc8207ac9d22708a
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+642c19bfc3a5c1de985bf5d0cc8207ac9d22708a" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/dswd/vpncloud.rs already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+642c19bfc3a5c1de985bf5d0cc8207ac9d22708a" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: `default_features` is deprecated in favor of `default-features` and will not work in the 2024 edition
[INFO] [stderr] (in the `chrono` dependency)
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded daemonize v0.5.0
[INFO] [stderr]   Downloaded privdrop v0.5.4
[INFO] [stderr]   Downloaded half v2.4.0
[INFO] [stderr]   Downloaded iai v0.1.1
[INFO] [stderr]   Downloaded serde_yaml v0.9.33
[INFO] [stderr]   Downloaded clap v4.5.3
[INFO] [stderr]   Downloaded signal v0.7.0
[INFO] [stderr]   Downloaded syn v2.0.53
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+642c19bfc3a5c1de985bf5d0cc8207ac9d22708a" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] c98d133b1970a03ac528a6ecaf34161430c8dd79e69a68f580dc4abfc5fe5f3f
[INFO] running `Command { std: "docker" "start" "-a" "c98d133b1970a03ac528a6ecaf34161430c8dd79e69a68f580dc4abfc5fe5f3f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "c98d133b1970a03ac528a6ecaf34161430c8dd79e69a68f580dc4abfc5fe5f3f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c98d133b1970a03ac528a6ecaf34161430c8dd79e69a68f580dc4abfc5fe5f3f", kill_on_drop: false }`
[INFO] [stdout] c98d133b1970a03ac528a6ecaf34161430c8dd79e69a68f580dc4abfc5fe5f3f
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+642c19bfc3a5c1de985bf5d0cc8207ac9d22708a" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 5fe194b954923e83125f106bf411a580e892cf62e628c392b0c54c0d4cf5b207
[INFO] running `Command { std: "docker" "start" "-a" "5fe194b954923e83125f106bf411a580e892cf62e628c392b0c54c0d4cf5b207", kill_on_drop: false }`
[INFO] [stderr] warning: `default_features` is deprecated in favor of `default-features` and will not work in the 2024 edition
[INFO] [stderr] (in the `chrono` dependency)
[INFO] [stderr]    Compiling libc v0.2.153
[INFO] [stderr]    Compiling proc-macro2 v1.0.79
[INFO] [stderr]    Compiling serde v1.0.197
[INFO] [stderr]    Compiling num-traits v0.2.18
[INFO] [stderr]     Checking unicode-width v0.1.11
[INFO] [stderr]    Compiling memoffset v0.7.1
[INFO] [stderr]    Compiling rustix v0.38.31
[INFO] [stderr]    Compiling thiserror v1.0.58
[INFO] [stderr]    Compiling serde_json v1.0.114
[INFO] [stderr]     Checking bitflags v2.4.2
[INFO] [stderr]    Compiling cc v1.0.90
[INFO] [stderr]     Checking log v0.4.21
[INFO] [stderr]     Checking linux-raw-sys v0.4.13
[INFO] [stderr]     Checking either v1.10.0
[INFO] [stderr]    Compiling nix v0.14.1
[INFO] [stderr]    Compiling unicode-segmentation v1.11.0
[INFO] [stderr]     Checking textwrap v0.11.0
[INFO] [stderr]     Checking http v0.2.12
[INFO] [stderr]     Checking half v2.4.0
[INFO] [stderr]     Checking xml-rs v0.8.19
[INFO] [stderr]     Checking plotters-backend v0.3.5
[INFO] [stderr]     Checking ansi_term v0.12.1
[INFO] [stderr]     Checking wildmatch v1.1.0
[INFO] [stderr]     Checking regex-syntax v0.8.2
[INFO] [stderr]     Checking anstyle v1.0.6
[INFO] [stderr]     Checking clap_lex v0.7.0
[INFO] [stderr]     Checking itertools v0.10.5
[INFO] [stderr]     Checking indexmap v2.2.5
[INFO] [stderr]     Checking rayon-core v1.12.1
[INFO] [stderr]    Compiling heck v0.3.3
[INFO] [stderr]     Checking ciborium-ll v0.2.2
[INFO] [stderr]     Checking http v1.1.0
[INFO] [stderr]     Checking clap_builder v4.5.2
[INFO] [stderr]     Checking plotters-svg v0.3.5
[INFO] [stderr]     Checking data-encoding v2.5.0
[INFO] [stderr]     Checking unsafe-libyaml v0.2.11
[INFO] [stderr]     Checking zeroize v1.7.0
[INFO] [stderr]     Checking attohttpc v0.16.3
[INFO] [stderr]     Checking linked-hash-map v0.5.6
[INFO] [stderr]     Checking rayon v1.9.0
[INFO] [stderr]     Checking oorandom v11.1.3
[INFO] [stderr]     Checking xmltree v0.10.3
[INFO] [stderr]     Checking smallvec v1.13.1
[INFO] [stderr]     Checking yaml-rust v0.4.5
[INFO] [stderr]    Compiling quote v1.0.35
[INFO] [stderr]    Compiling syn v2.0.53
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]     Checking iai v0.1.1
[INFO] [stderr]    Compiling proc-macro-error-attr v1.0.4
[INFO] [stderr]    Compiling ring v0.17.8
[INFO] [stderr]     Checking regex-automata v0.4.6
[INFO] [stderr]     Checking chrono v0.4.35
[INFO] [stderr]     Checking plotters v0.3.5
[INFO] [stderr]     Checking criterion-plot v0.5.0
[INFO] [stderr]     Checking getrandom v0.2.12
[INFO] [stderr]     Checking atty v0.2.14
[INFO] [stderr]     Checking nix v0.26.4
[INFO] [stderr]     Checking console v0.15.8
[INFO] [stderr]     Checking is-terminal v0.4.12
[INFO] [stderr]     Checking daemonize v0.5.0
[INFO] [stderr]     Checking tempfile v3.10.1
[INFO] [stderr]     Checking clap v2.34.0
[INFO] [stderr]     Checking rand_core v0.6.4
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stderr]     Checking rand v0.8.5
[INFO] [stderr]     Checking clap v4.5.3
[INFO] [stderr]     Checking regex v1.10.3
[INFO] [stderr]    Compiling serde_derive v1.0.197
[INFO] [stderr]    Compiling thiserror-impl v1.0.58
[INFO] [stderr]     Checking igd v0.12.1
[INFO] [stderr]    Compiling proc-macro-error v1.0.4
[INFO] [stderr]     Checking dialoguer v0.11.0
[INFO] [stderr]     Checking tungstenite v0.21.0
[INFO] [stderr]    Compiling structopt-derive v0.4.18
[INFO] [stderr]     Checking signal v0.7.0
[INFO] [stderr]     Checking structopt v0.3.26
[INFO] [stderr]     Checking privdrop v0.5.4
[INFO] [stderr]     Checking serde_yaml v0.9.33
[INFO] [stderr]     Checking ciborium v0.2.2
[INFO] [stderr]     Checking tinytemplate v1.2.1
[INFO] [stderr]     Checking criterion v0.5.1
[INFO] [stderr]     Checking vpncloud v2.4.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unexpected `cfg` condition value: `bitrig`
[INFO] [stdout]    --> src/device.rs:179:9
[INFO] [stdout]     |
[INFO] [stdout] 179 |         target_os = "bitrig",
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_os` are: `aix`, `amdhsa`, `android`, `cuda`, `cygwin`, `dragonfly`, `emscripten`, `espidf`, `freebsd`, `fuchsia`, `haiku`, `helenos`, `hermit`, `horizon`, `hurd`, `illumos`, `ios`, `l4re`, `linux`, `lynxos178`, `macos`, `managarm`, `motor`, `netbsd`, `none`, `nto`, `nuttx`, `openbsd`, `psp`, `psx`, `redox`, `rtems`, `solaris`, `solid_asp3`, and `teeos` and 13 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `bitrig`
[INFO] [stdout]    --> src/device.rs:201:9
[INFO] [stdout]     |
[INFO] [stdout] 201 |         target_os = "bitrig",
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_os` are: `aix`, `amdhsa`, `android`, `cuda`, `cygwin`, `dragonfly`, `emscripten`, `espidf`, `freebsd`, `fuchsia`, `haiku`, `helenos`, `hermit`, `horizon`, `hurd`, `illumos`, `ios`, `l4re`, `linux`, `lynxos178`, `macos`, `managarm`, `motor`, `netbsd`, `none`, `nto`, `nuttx`, `openbsd`, `psp`, `psx`, `redox`, `rtems`, `solaris`, `solid_asp3`, and `teeos` and 13 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `bench`
[INFO] [stdout]    --> src/net.rs:170:7
[INFO] [stdout]     |
[INFO] [stdout] 170 | #[cfg(feature = "bench")]
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `default`, `dialoguer`, `igd`, `installer`, `nat`, `tungstenite`, `url`, `websocket`, and `wizard`
[INFO] [stdout]     = help: consider adding `bench` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around closure body
[INFO] [stdout]    --> src/traffic.rs:156:48
[INFO] [stdout]     |
[INFO] [stdout] 156 |         peers.sort_unstable_by_key(|(_, data)| (data.out_bytes + data.in_bytes));
[INFO] [stdout]     |                                                ^                              ^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 156 -         peers.sort_unstable_by_key(|(_, data)| (data.out_bytes + data.in_bytes));
[INFO] [stdout] 156 +         peers.sort_unstable_by_key(|(_, data)| data.out_bytes + data.in_bytes);
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around closure body
[INFO] [stdout]    --> src/traffic.rs:173:50
[INFO] [stdout]     |
[INFO] [stdout] 173 |         payload.sort_unstable_by_key(|(_, data)| (data.out_bytes + data.in_bytes));
[INFO] [stdout]     |                                                  ^                              ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 173 -         payload.sort_unstable_by_key(|(_, data)| (data.out_bytes + data.in_bytes));
[INFO] [stdout] 173 +         payload.sort_unstable_by_key(|(_, data)| data.out_bytes + data.in_bytes);
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `bitrig`
[INFO] [stdout]    --> benches/../src/device.rs:179:9
[INFO] [stdout]     |
[INFO] [stdout] 179 |         target_os = "bitrig",
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_os` are: `aix`, `amdhsa`, `android`, `cuda`, `cygwin`, `dragonfly`, `emscripten`, `espidf`, `freebsd`, `fuchsia`, `haiku`, `helenos`, `hermit`, `horizon`, `hurd`, `illumos`, `ios`, `l4re`, `linux`, `lynxos178`, `macos`, `managarm`, `motor`, `netbsd`, `none`, `nto`, `nuttx`, `openbsd`, `psp`, `psx`, `redox`, `rtems`, `solaris`, `solid_asp3`, and `teeos` and 13 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `bitrig`
[INFO] [stdout]    --> benches/../src/device.rs:201:9
[INFO] [stdout]     |
[INFO] [stdout] 201 |         target_os = "bitrig",
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_os` are: `aix`, `amdhsa`, `android`, `cuda`, `cygwin`, `dragonfly`, `emscripten`, `espidf`, `freebsd`, `fuchsia`, `haiku`, `helenos`, `hermit`, `horizon`, `hurd`, `illumos`, `ios`, `l4re`, `linux`, `lynxos178`, `macos`, `managarm`, `motor`, `netbsd`, `none`, `nto`, `nuttx`, `openbsd`, `psp`, `psx`, `redox`, `rtems`, `solaris`, `solid_asp3`, and `teeos` and 13 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `bench`
[INFO] [stdout]    --> benches/../src/net.rs:170:7
[INFO] [stdout]     |
[INFO] [stdout] 170 | #[cfg(feature = "bench")]
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `default`, `dialoguer`, `igd`, `installer`, `nat`, `tungstenite`, `url`, `websocket`, and `wizard`
[INFO] [stdout]     = help: consider adding `bench` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around closure body
[INFO] [stdout]    --> benches/../src/traffic.rs:156:48
[INFO] [stdout]     |
[INFO] [stdout] 156 |         peers.sort_unstable_by_key(|(_, data)| (data.out_bytes + data.in_bytes));
[INFO] [stdout]     |                                                ^                              ^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 156 -         peers.sort_unstable_by_key(|(_, data)| (data.out_bytes + data.in_bytes));
[INFO] [stdout] 156 +         peers.sort_unstable_by_key(|(_, data)| data.out_bytes + data.in_bytes);
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around closure body
[INFO] [stdout]    --> benches/../src/traffic.rs:173:50
[INFO] [stdout]     |
[INFO] [stdout] 173 |         payload.sort_unstable_by_key(|(_, data)| (data.out_bytes + data.in_bytes));
[INFO] [stdout]     |                                                  ^                              ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 173 -         payload.sort_unstable_by_key(|(_, data)| (data.out_bytes + data.in_bytes));
[INFO] [stdout] 173 +         payload.sort_unstable_by_key(|(_, data)| data.out_bytes + data.in_bytes);
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `bitrig`
[INFO] [stdout]    --> src/device.rs:179:9
[INFO] [stdout]     |
[INFO] [stdout] 179 |         target_os = "bitrig",
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_os` are: `aix`, `amdhsa`, `android`, `cuda`, `cygwin`, `dragonfly`, `emscripten`, `espidf`, `freebsd`, `fuchsia`, `haiku`, `helenos`, `hermit`, `horizon`, `hurd`, `illumos`, `ios`, `l4re`, `linux`, `lynxos178`, `macos`, `managarm`, `motor`, `netbsd`, `none`, `nto`, `nuttx`, `openbsd`, `psp`, `psx`, `redox`, `rtems`, `solaris`, `solid_asp3`, and `teeos` and 13 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `bitrig`
[INFO] [stdout]    --> src/device.rs:201:9
[INFO] [stdout]     |
[INFO] [stdout] 201 |         target_os = "bitrig",
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_os` are: `aix`, `amdhsa`, `android`, `cuda`, `cygwin`, `dragonfly`, `emscripten`, `espidf`, `freebsd`, `fuchsia`, `haiku`, `helenos`, `hermit`, `horizon`, `hurd`, `illumos`, `ios`, `l4re`, `linux`, `lynxos178`, `macos`, `managarm`, `motor`, `netbsd`, `none`, `nto`, `nuttx`, `openbsd`, `psp`, `psx`, `redox`, `rtems`, `solaris`, `solid_asp3`, and `teeos` and 13 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `bench`
[INFO] [stdout]    --> src/net.rs:170:7
[INFO] [stdout]     |
[INFO] [stdout] 170 | #[cfg(feature = "bench")]
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `default`, `dialoguer`, `igd`, `installer`, `nat`, `tungstenite`, `url`, `websocket`, and `wizard`
[INFO] [stdout]     = help: consider adding `bench` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around closure body
[INFO] [stdout]    --> src/traffic.rs:156:48
[INFO] [stdout]     |
[INFO] [stdout] 156 |         peers.sort_unstable_by_key(|(_, data)| (data.out_bytes + data.in_bytes));
[INFO] [stdout]     |                                                ^                              ^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 156 -         peers.sort_unstable_by_key(|(_, data)| (data.out_bytes + data.in_bytes));
[INFO] [stdout] 156 +         peers.sort_unstable_by_key(|(_, data)| data.out_bytes + data.in_bytes);
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around closure body
[INFO] [stdout]    --> src/traffic.rs:173:50
[INFO] [stdout]     |
[INFO] [stdout] 173 |         payload.sort_unstable_by_key(|(_, data)| (data.out_bytes + data.in_bytes));
[INFO] [stdout]     |                                                  ^                              ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 173 -         payload.sort_unstable_by_key(|(_, data)| (data.out_bytes + data.in_bytes));
[INFO] [stdout] 173 +         payload.sort_unstable_by_key(|(_, data)| data.out_bytes + data.in_bytes);
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `bitrig`
[INFO] [stdout]    --> benches/../src/device.rs:179:9
[INFO] [stdout]     |
[INFO] [stdout] 179 |         target_os = "bitrig",
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_os` are: `aix`, `amdhsa`, `android`, `cuda`, `cygwin`, `dragonfly`, `emscripten`, `espidf`, `freebsd`, `fuchsia`, `haiku`, `helenos`, `hermit`, `horizon`, `hurd`, `illumos`, `ios`, `l4re`, `linux`, `lynxos178`, `macos`, `managarm`, `motor`, `netbsd`, `none`, `nto`, `nuttx`, `openbsd`, `psp`, `psx`, `redox`, `rtems`, `solaris`, `solid_asp3`, and `teeos` and 13 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `bitrig`
[INFO] [stdout]    --> benches/../src/device.rs:201:9
[INFO] [stdout]     |
[INFO] [stdout] 201 |         target_os = "bitrig",
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_os` are: `aix`, `amdhsa`, `android`, `cuda`, `cygwin`, `dragonfly`, `emscripten`, `espidf`, `freebsd`, `fuchsia`, `haiku`, `helenos`, `hermit`, `horizon`, `hurd`, `illumos`, `ios`, `l4re`, `linux`, `lynxos178`, `macos`, `managarm`, `motor`, `netbsd`, `none`, `nto`, `nuttx`, `openbsd`, `psp`, `psx`, `redox`, `rtems`, `solaris`, `solid_asp3`, and `teeos` and 13 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `bench`
[INFO] [stdout]    --> benches/../src/net.rs:170:7
[INFO] [stdout]     |
[INFO] [stdout] 170 | #[cfg(feature = "bench")]
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `default`, `dialoguer`, `igd`, `installer`, `nat`, `tungstenite`, `url`, `websocket`, and `wizard`
[INFO] [stdout]     = help: consider adding `bench` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around closure body
[INFO] [stdout]    --> benches/../src/traffic.rs:156:48
[INFO] [stdout]     |
[INFO] [stdout] 156 |         peers.sort_unstable_by_key(|(_, data)| (data.out_bytes + data.in_bytes));
[INFO] [stdout]     |                                                ^                              ^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 156 -         peers.sort_unstable_by_key(|(_, data)| (data.out_bytes + data.in_bytes));
[INFO] [stdout] 156 +         peers.sort_unstable_by_key(|(_, data)| data.out_bytes + data.in_bytes);
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around closure body
[INFO] [stdout]    --> benches/../src/traffic.rs:173:50
[INFO] [stdout]     |
[INFO] [stdout] 173 |         payload.sort_unstable_by_key(|(_, data)| (data.out_bytes + data.in_bytes));
[INFO] [stdout]     |                                                  ^                              ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 173 -         payload.sort_unstable_by_key(|(_, data)| (data.out_bytes + data.in_bytes));
[INFO] [stdout] 173 +         payload.sort_unstable_by_key(|(_, data)| data.out_bytes + data.in_bytes);
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.62s
[INFO] running `Command { std: "docker" "inspect" "5fe194b954923e83125f106bf411a580e892cf62e628c392b0c54c0d4cf5b207", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "5fe194b954923e83125f106bf411a580e892cf62e628c392b0c54c0d4cf5b207", kill_on_drop: false }`
[INFO] [stdout] 5fe194b954923e83125f106bf411a580e892cf62e628c392b0c54c0d4cf5b207
