[INFO] cloning repository https://github.com/Dmdv/vpn
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Dmdv/vpn" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FDmdv%2Fvpn", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FDmdv%2Fvpn'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 7cbc27683657c4635209f1bc483f8ca0c49aea59
[INFO] checking Dmdv/vpn against master#779e19d8baa3e3625bd4fc5c85cbb2ad47b43155 for pr-147589-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FDmdv%2Fvpn" "/workspace/builds/worker-7-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/Dmdv/vpn
[INFO] finished tweaking git repo https://github.com/Dmdv/vpn
[INFO] tweaked toml for git repo https://github.com/Dmdv/vpn written to /workspace/builds/worker-7-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/Dmdv/vpn on toolchain 779e19d8baa3e3625bd4fc5c85cbb2ad47b43155
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+779e19d8baa3e3625bd4fc5c85cbb2ad47b43155" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/Dmdv/vpn 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" "+779e19d8baa3e3625bd4fc5c85cbb2ad47b43155" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded tokio-tun v0.11.5
[INFO] [stderr]   Downloaded metrics-macros v0.7.1
[INFO] [stderr]   Downloaded sketches-ddsketch v0.2.2
[INFO] [stderr]   Downloaded pretty_assertions v1.4.1
[INFO] [stderr]   Downloaded quanta v0.11.1
[INFO] [stderr]   Downloaded metrics v0.21.1
[INFO] [stderr]   Downloaded metrics-util v0.15.1
[INFO] [stderr]   Downloaded hashbrown v0.13.1
[INFO] [stderr]   Downloaded metrics-exporter-prometheus v0.12.2
[INFO] [stderr]   Downloaded compression v0.1.5
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+779e19d8baa3e3625bd4fc5c85cbb2ad47b43155" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 4f921d2d5c901fbc1f5342afa6842e8cb5c327534c2be3367ac4f3a1a413f04a
[INFO] running `Command { std: "docker" "start" "-a" "4f921d2d5c901fbc1f5342afa6842e8cb5c327534c2be3367ac4f3a1a413f04a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "4f921d2d5c901fbc1f5342afa6842e8cb5c327534c2be3367ac4f3a1a413f04a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "4f921d2d5c901fbc1f5342afa6842e8cb5c327534c2be3367ac4f3a1a413f04a", kill_on_drop: false }`
[INFO] [stdout] 4f921d2d5c901fbc1f5342afa6842e8cb5c327534c2be3367ac4f3a1a413f04a
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+779e19d8baa3e3625bd4fc5c85cbb2ad47b43155" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 7df7c98582c5e96c29166d8e73172f5876f03afacb23d9fe1424263197297a9e
[INFO] running `Command { std: "docker" "start" "-a" "7df7c98582c5e96c29166d8e73172f5876f03afacb23d9fe1424263197297a9e", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.171
[INFO] [stderr]     Checking once_cell v1.21.1
[INFO] [stderr]    Compiling cc v1.2.16
[INFO] [stderr]     Checking log v0.4.26
[INFO] [stderr]     Checking icu_locid_transform v1.5.0
[INFO] [stderr]     Checking futures-util v0.3.31
[INFO] [stderr]     Checking indexmap v2.8.0
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]     Checking tracing-core v0.1.33
[INFO] [stderr]     Checking ahash v0.8.11
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]     Checking raw-cpuid v10.7.0
[INFO] [stderr]     Checking tracing v0.1.41
[INFO] [stderr]     Checking icu_properties v1.5.1
[INFO] [stderr]    Compiling nix v0.29.0
[INFO] [stderr]     Checking aho-corasick v1.1.3
[INFO] [stderr]    Compiling metrics-macros v0.7.1
[INFO] [stderr]     Checking thiserror v1.0.69
[INFO] [stderr]     Checking data-encoding v2.8.0
[INFO] [stderr]     Checking metrics v0.21.1
[INFO] [stderr]    Compiling getrandom v0.3.2
[INFO] [stderr]     Checking rustls-native-certs v0.6.3
[INFO] [stderr]    Compiling ring v0.17.14
[INFO] [stderr]    Compiling openssl-sys v0.9.106
[INFO] [stderr]     Checking parking_lot_core v0.9.10
[INFO] [stderr]     Checking socket2 v0.5.8
[INFO] [stderr]     Checking signal-hook-registry v1.4.2
[INFO] [stderr]     Checking parking_lot v0.12.3
[INFO] [stderr]     Checking mio v1.0.3
[INFO] [stderr]     Checking getrandom v0.2.15
[INFO] [stderr]    Compiling openssl v0.10.71
[INFO] [stderr]    Compiling native-tls v0.2.14
[INFO] [stderr]     Checking regex-automata v0.4.9
[INFO] [stderr]     Checking rand_core v0.6.4
[INFO] [stderr]     Checking tokio v1.44.1
[INFO] [stderr]     Checking num_cpus v1.16.0
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stderr]     Checking quanta v0.11.1
[INFO] [stderr]     Checking rand v0.8.5
[INFO] [stderr]     Checking hashbrown v0.13.1
[INFO] [stderr]     Checking icu_normalizer v1.5.0
[INFO] [stderr]     Checking matches v0.1.10
[INFO] [stderr]     Checking hashbrown v0.12.3
[INFO] [stderr]     Checking sketches-ddsketch v0.2.2
[INFO] [stderr]     Checking idna v0.2.3
[INFO] [stderr]     Checking idna_adapter v1.2.0
[INFO] [stderr]     Checking indexmap v1.9.3
[INFO] [stderr]     Checking idna v1.0.3
[INFO] [stderr]     Checking metrics-util v0.15.1
[INFO] [stderr]     Checking url v2.5.4
[INFO] [stderr]     Checking serde_json v1.0.140
[INFO] [stderr]     Checking tracing-log v0.2.0
[INFO] [stderr]    Compiling rustls v0.21.12
[INFO] [stderr]     Checking regex v1.11.1
[INFO] [stderr]     Checking thread_local v1.1.8
[INFO] [stderr]     Checking tungstenite v0.20.1
[INFO] [stderr]    Compiling async-stream-impl v0.3.6
[INFO] [stderr]     Checking dashmap v5.5.3
[INFO] [stderr]     Checking chrono v0.4.40
[INFO] [stderr]     Checking tracing-subscriber v0.3.19
[INFO] [stderr]     Checking uuid v1.16.0
[INFO] [stderr]     Checking async-stream v0.3.6
[INFO] [stderr]     Checking compression v0.1.5
[INFO] [stderr]     Checking sha2 v0.10.8
[INFO] [stderr]     Checking ipnetwork v0.20.0
[INFO] [stderr]     Checking yansi v1.0.1
[INFO] [stderr]     Checking diff v0.1.13
[INFO] [stderr]     Checking pretty_assertions v1.4.1
[INFO] [stderr]    Compiling enum-as-inner v0.5.1
[INFO] [stderr]     Checking rustls-webpki v0.101.7
[INFO] [stderr]     Checking sct v0.7.1
[INFO] [stderr]     Checking webpki v0.22.4
[INFO] [stderr]     Checking tokio-util v0.7.14
[INFO] [stderr]     Checking tokio-native-tls v0.3.1
[INFO] [stderr]     Checking trust-dns-proto v0.22.0
[INFO] [stderr]     Checking tokio-stream v0.1.17
[INFO] [stderr]     Checking tokio-tungstenite v0.20.1
[INFO] [stderr]     Checking tokio-tun v0.11.5
[INFO] [stderr]     Checking tokio-rustls v0.24.1
[INFO] [stderr]     Checking tokio-test v0.4.4
[INFO] [stderr]     Checking h2 v0.3.26
[INFO] [stderr]     Checking hyper v0.14.32
[INFO] [stderr]     Checking hyper-rustls v0.24.2
[INFO] [stderr]     Checking hyper-tls v0.5.0
[INFO] [stderr]     Checking metrics-exporter-prometheus v0.12.2
[INFO] [stderr]     Checking reqwest v0.11.27
[INFO] [stderr]     Checking vpn v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0432]: unresolved import `crate::dns`
[INFO] [stdout]  --> src/server.rs:2:12
[INFO] [stdout]   |
[INFO] [stdout] 2 | use crate::dns::DnsManager;
[INFO] [stdout]   |            ^^^
[INFO] [stdout]   |            |
[INFO] [stdout]   |            unresolved import
[INFO] [stdout]   |            help: a similar path exists: `reqwest::dns`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate::routing`
[INFO] [stdout]  --> src/server.rs:3:12
[INFO] [stdout]   |
[INFO] [stdout] 3 | use crate::routing::RouteManager;
[INFO] [stdout]   |            ^^^^^^^ could not find `routing` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `axum`
[INFO] [stdout]   --> src/server.rs:13:5
[INFO] [stdout]    |
[INFO] [stdout] 13 | use axum::{
[INFO] [stdout]    |     ^^^^ use of unresolved module or unlinked crate `axum`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `axum`, use `cargo add axum` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate::traffic`
[INFO] [stdout]  --> src/server.rs:4:12
[INFO] [stdout]   |
[INFO] [stdout] 4 | use crate::traffic::{TrafficManager, TrafficClass};
[INFO] [stdout]   |            ^^^^^^^ could not find `traffic` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `axum`
[INFO] [stdout]   --> src/server.rs:13:5
[INFO] [stdout]    |
[INFO] [stdout] 13 | use axum::{
[INFO] [stdout]    |     ^^^^ use of unresolved module or unlinked crate `axum`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `axum`, use `cargo add axum` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `parking_lot`
[INFO] [stdout]   --> src/server.rs:25:5
[INFO] [stdout]    |
[INFO] [stdout] 25 | use parking_lot::RwLock as PlRwLock;
[INFO] [stdout]    |     ^^^^^^^^^^^ use of unresolved module or unlinked crate `parking_lot`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `parking_lot`, use `cargo add parking_lot` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate::routing`
[INFO] [stdout]    --> src/server.rs:109:20
[INFO] [stdout]     |
[INFO] [stdout] 109 |         use crate::routing::{RouteRule, RouteMatch, RouteAction};
[INFO] [stdout]     |                    ^^^^^^^ could not find `routing` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `futures`
[INFO] [stdout]   --> src/tunnel.rs:10:5
[INFO] [stdout]    |
[INFO] [stdout] 10 | use futures::StreamExt;
[INFO] [stdout]    |     ^^^^^^^ use of unresolved module or unlinked crate `futures`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `futures`, use `cargo add futures` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate::camouflage`
[INFO] [stdout]   --> src/tunnel.rs:13:12
[INFO] [stdout]    |
[INFO] [stdout] 13 | use crate::camouflage::WebSocketCamouflage;
[INFO] [stdout]    |            ^^^^^^^^^^ could not find `camouflage` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `jsonwebtoken`
[INFO] [stdout]  --> src/auth.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use jsonwebtoken::{encode, decode, Header, Validation, EncodingKey, DecodingKey};
[INFO] [stdout]   |     ^^^^^^^^^^^^ use of unresolved module or unlinked crate `jsonwebtoken`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `jsonwebtoken`, use `cargo add jsonwebtoken` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate::dns`
[INFO] [stdout]  --> src/server.rs:2:12
[INFO] [stdout]   |
[INFO] [stdout] 2 | use crate::dns::DnsManager;
[INFO] [stdout]   |            ^^^
[INFO] [stdout]   |            |
[INFO] [stdout]   |            unresolved import
[INFO] [stdout]   |            help: a similar path exists: `reqwest::dns`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate::routing`
[INFO] [stdout]  --> src/server.rs:3:12
[INFO] [stdout]   |
[INFO] [stdout] 3 | use crate::routing::RouteManager;
[INFO] [stdout]   |            ^^^^^^^ could not find `routing` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `axum`
[INFO] [stdout]   --> src/server.rs:13:5
[INFO] [stdout]    |
[INFO] [stdout] 13 | use axum::{
[INFO] [stdout]    |     ^^^^ use of unresolved module or unlinked crate `axum`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `axum`, use `cargo add axum` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate::traffic`
[INFO] [stdout]  --> src/server.rs:4:12
[INFO] [stdout]   |
[INFO] [stdout] 4 | use crate::traffic::{TrafficManager, TrafficClass};
[INFO] [stdout]   |            ^^^^^^^ could not find `traffic` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `axum`
[INFO] [stdout]   --> src/server.rs:13:5
[INFO] [stdout]    |
[INFO] [stdout] 13 | use axum::{
[INFO] [stdout]    |     ^^^^ use of unresolved module or unlinked crate `axum`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `axum`, use `cargo add axum` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `parking_lot`
[INFO] [stdout]   --> src/server.rs:25:5
[INFO] [stdout]    |
[INFO] [stdout] 25 | use parking_lot::RwLock as PlRwLock;
[INFO] [stdout]    |     ^^^^^^^^^^^ use of unresolved module or unlinked crate `parking_lot`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `parking_lot`, use `cargo add parking_lot` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate::routing`
[INFO] [stdout]    --> src/server.rs:109:20
[INFO] [stdout]     |
[INFO] [stdout] 109 |         use crate::routing::{RouteRule, RouteMatch, RouteAction};
[INFO] [stdout]     |                    ^^^^^^^ could not find `routing` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `futures`
[INFO] [stdout]   --> src/tunnel.rs:10:5
[INFO] [stdout]    |
[INFO] [stdout] 10 | use futures::StreamExt;
[INFO] [stdout]    |     ^^^^^^^ use of unresolved module or unlinked crate `futures`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `futures`, use `cargo add futures` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate::camouflage`
[INFO] [stdout]   --> src/tunnel.rs:13:12
[INFO] [stdout]    |
[INFO] [stdout] 13 | use crate::camouflage::WebSocketCamouflage;
[INFO] [stdout]    |            ^^^^^^^^^^ could not find `camouflage` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `jsonwebtoken`
[INFO] [stdout]  --> src/auth.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use jsonwebtoken::{encode, decode, Header, Validation, EncodingKey, DecodingKey};
[INFO] [stdout]   |     ^^^^^^^^^^^^ use of unresolved module or unlinked crate `jsonwebtoken`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `jsonwebtoken`, use `cargo add jsonwebtoken` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `anyhow`
[INFO] [stdout]  --> src/server.rs:9:22
[INFO] [stdout]   |
[INFO] [stdout] 9 | use anyhow::{Result, anyhow};
[INFO] [stdout]   |                      ^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::net::SocketAddr`
[INFO] [stdout]   --> src/server.rs:20:5
[INFO] [stdout]    |
[INFO] [stdout] 20 | use std::net::SocketAddr;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `tokio::net::TcpListener`
[INFO] [stdout]   --> src/server.rs:21:5
[INFO] [stdout]    |
[INFO] [stdout] 21 | use tokio::net::TcpListener;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `Buf` and `BytesMut`
[INFO] [stdout]   --> src/tunnel.rs:11:13
[INFO] [stdout]    |
[INFO] [stdout] 11 | use bytes::{Buf, BytesMut};
[INFO] [stdout]    |             ^^^  ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `anyhow`
[INFO] [stdout]  --> src/server.rs:9:22
[INFO] [stdout]   |
[INFO] [stdout] 9 | use anyhow::{Result, anyhow};
[INFO] [stdout]   |                      ^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::net::SocketAddr`
[INFO] [stdout]   --> src/server.rs:20:5
[INFO] [stdout]    |
[INFO] [stdout] 20 | use std::net::SocketAddr;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `tokio::net::TcpListener`
[INFO] [stdout]   --> src/server.rs:21:5
[INFO] [stdout]    |
[INFO] [stdout] 21 | use tokio::net::TcpListener;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::net::Ipv4Addr`
[INFO] [stdout]    --> src/server.rs:411:9
[INFO] [stdout]     |
[INFO] [stdout] 411 |     use std::net::Ipv4Addr;
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::str::FromStr`
[INFO] [stdout]    --> src/server.rs:412:9
[INFO] [stdout]     |
[INFO] [stdout] 412 |     use std::str::FromStr;
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `Buf` and `BytesMut`
[INFO] [stdout]   --> src/tunnel.rs:11:13
[INFO] [stdout]    |
[INFO] [stdout] 11 | use bytes::{Buf, BytesMut};
[INFO] [stdout]    |             ^^^  ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0282]: type annotations needed
[INFO] [stdout]   --> src/server.rs:99:9
[INFO] [stdout]    |
[INFO] [stdout] 99 |         Arc::clone(&self.traffic_manager).start_cleanup_task().await;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ cannot infer type
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0282]: type annotations needed
[INFO] [stdout]   --> src/server.rs:99:9
[INFO] [stdout]    |
[INFO] [stdout] 99 |         Arc::clone(&self.traffic_manager).start_cleanup_task().await;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ cannot infer type
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `(&std::string::String, u16): tokio::net::ToSocketAddrs` is not satisfied
[INFO] [stdout]    --> src/server.rs:144:54
[INFO] [stdout]     |
[INFO] [stdout] 144 |           let listener = tokio::net::TcpListener::bind((
[INFO] [stdout]     |  ________________________-----------------------------_^
[INFO] [stdout]     | |                        |
[INFO] [stdout]     | |                        required by a bound introduced by this call
[INFO] [stdout] 145 | |             &self.config.host,
[INFO] [stdout] 146 | |             self.config.port
[INFO] [stdout] 147 | |         )).await?;
[INFO] [stdout]     | |_________^ the trait `tokio::net::ToSocketAddrs` is not implemented for `(&std::string::String, u16)`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the following other types implement trait `tokio::net::ToSocketAddrs`:
[INFO] [stdout]               (&str, u16)
[INFO] [stdout]               (IpAddr, u16)
[INFO] [stdout]               (Ipv4Addr, u16)
[INFO] [stdout]               (Ipv6Addr, u16)
[INFO] [stdout]               (std::string::String, u16)
[INFO] [stdout] note: required by a bound in `tokio::net::TcpListener::bind`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.1/src/net/tcp/listener.rs:102:30
[INFO] [stdout]     |
[INFO] [stdout] 102 |         pub async fn bind<A: ToSocketAddrs>(addr: A) -> io::Result<TcpListener> {
[INFO] [stdout]     |                              ^^^^^^^^^^^^^ required by this bound in `TcpListener::bind`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `(&std::string::String, u16): tokio::net::ToSocketAddrs` is not satisfied
[INFO] [stdout]    --> src/server.rs:144:54
[INFO] [stdout]     |
[INFO] [stdout] 144 |           let listener = tokio::net::TcpListener::bind((
[INFO] [stdout]     |  ________________________-----------------------------_^
[INFO] [stdout]     | |                        |
[INFO] [stdout]     | |                        required by a bound introduced by this call
[INFO] [stdout] 145 | |             &self.config.host,
[INFO] [stdout] 146 | |             self.config.port
[INFO] [stdout] 147 | |         )).await?;
[INFO] [stdout]     | |_________^ the trait `tokio::net::ToSocketAddrs` is not implemented for `(&std::string::String, u16)`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the following other types implement trait `tokio::net::ToSocketAddrs`:
[INFO] [stdout]               (&str, u16)
[INFO] [stdout]               (IpAddr, u16)
[INFO] [stdout]               (Ipv4Addr, u16)
[INFO] [stdout]               (Ipv6Addr, u16)
[INFO] [stdout]               (std::string::String, u16)
[INFO] [stdout] note: required by a bound in `tokio::net::TcpListener::bind`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.1/src/net/tcp/listener.rs:102:30
[INFO] [stdout]     |
[INFO] [stdout] 102 |         pub async fn bind<A: ToSocketAddrs>(addr: A) -> io::Result<TcpListener> {
[INFO] [stdout]     |                              ^^^^^^^^^^^^^ required by this bound in `TcpListener::bind`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `(&std::string::String, u16): tokio::net::ToSocketAddrs` is not satisfied
[INFO] [stdout]    --> src/server.rs:144:24
[INFO] [stdout]     |
[INFO] [stdout] 144 |           let listener = tokio::net::TcpListener::bind((
[INFO] [stdout]     |  ________________________^
[INFO] [stdout] 145 | |             &self.config.host,
[INFO] [stdout] 146 | |             self.config.port
[INFO] [stdout] 147 | |         )).await?;
[INFO] [stdout]     | |__________^ the trait `tokio::net::ToSocketAddrs` is not implemented for `(&std::string::String, u16)`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the following other types implement trait `tokio::net::ToSocketAddrs`:
[INFO] [stdout]               (&str, u16)
[INFO] [stdout]               (IpAddr, u16)
[INFO] [stdout]               (Ipv4Addr, u16)
[INFO] [stdout]               (Ipv6Addr, u16)
[INFO] [stdout]               (std::string::String, u16)
[INFO] [stdout] note: required by a bound in `tokio::net::TcpListener::bind`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.1/src/net/tcp/listener.rs:102:30
[INFO] [stdout]     |
[INFO] [stdout] 102 |         pub async fn bind<A: ToSocketAddrs>(addr: A) -> io::Result<TcpListener> {
[INFO] [stdout]     |                              ^^^^^^^^^^^^^ required by this bound in `TcpListener::bind`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `(&std::string::String, u16): tokio::net::ToSocketAddrs` is not satisfied
[INFO] [stdout]    --> src/server.rs:144:24
[INFO] [stdout]     |
[INFO] [stdout] 144 |           let listener = tokio::net::TcpListener::bind((
[INFO] [stdout]     |  ________________________^
[INFO] [stdout] 145 | |             &self.config.host,
[INFO] [stdout] 146 | |             self.config.port
[INFO] [stdout] 147 | |         )).await?;
[INFO] [stdout]     | |__________^ the trait `tokio::net::ToSocketAddrs` is not implemented for `(&std::string::String, u16)`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the following other types implement trait `tokio::net::ToSocketAddrs`:
[INFO] [stdout]               (&str, u16)
[INFO] [stdout]               (IpAddr, u16)
[INFO] [stdout]               (Ipv4Addr, u16)
[INFO] [stdout]               (Ipv6Addr, u16)
[INFO] [stdout]               (std::string::String, u16)
[INFO] [stdout] note: required by a bound in `tokio::net::TcpListener::bind`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.1/src/net/tcp/listener.rs:102:30
[INFO] [stdout]     |
[INFO] [stdout] 102 |         pub async fn bind<A: ToSocketAddrs>(addr: A) -> io::Result<TcpListener> {
[INFO] [stdout]     |                              ^^^^^^^^^^^^^ required by this bound in `TcpListener::bind`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `(&std::string::String, u16): tokio::net::ToSocketAddrs` is not satisfied
[INFO] [stdout]    --> src/server.rs:147:12
[INFO] [stdout]     |
[INFO] [stdout] 147 |         )).await?;
[INFO] [stdout]     |            ^^^^^ the trait `tokio::net::ToSocketAddrs` is not implemented for `(&std::string::String, u16)`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the following other types implement trait `tokio::net::ToSocketAddrs`:
[INFO] [stdout]               (&str, u16)
[INFO] [stdout]               (IpAddr, u16)
[INFO] [stdout]               (Ipv4Addr, u16)
[INFO] [stdout]               (Ipv6Addr, u16)
[INFO] [stdout]               (std::string::String, u16)
[INFO] [stdout] note: required by a bound in `tokio::net::TcpListener::bind`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.1/src/net/tcp/listener.rs:102:30
[INFO] [stdout]     |
[INFO] [stdout] 102 |         pub async fn bind<A: ToSocketAddrs>(addr: A) -> io::Result<TcpListener> {
[INFO] [stdout]     |                              ^^^^^^^^^^^^^ required by this bound in `TcpListener::bind`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `(&std::string::String, u16): tokio::net::ToSocketAddrs` is not satisfied
[INFO] [stdout]    --> src/server.rs:147:12
[INFO] [stdout]     |
[INFO] [stdout] 147 |         )).await?;
[INFO] [stdout]     |            ^^^^^ the trait `tokio::net::ToSocketAddrs` is not implemented for `(&std::string::String, u16)`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the following other types implement trait `tokio::net::ToSocketAddrs`:
[INFO] [stdout]               (&str, u16)
[INFO] [stdout]               (IpAddr, u16)
[INFO] [stdout]               (Ipv4Addr, u16)
[INFO] [stdout]               (Ipv6Addr, u16)
[INFO] [stdout]               (std::string::String, u16)
[INFO] [stdout] note: required by a bound in `tokio::net::TcpListener::bind`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.1/src/net/tcp/listener.rs:102:30
[INFO] [stdout]     |
[INFO] [stdout] 102 |         pub async fn bind<A: ToSocketAddrs>(addr: A) -> io::Result<TcpListener> {
[INFO] [stdout]     |                              ^^^^^^^^^^^^^ required by this bound in `TcpListener::bind`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `create_tunnel` found for struct `tokio::sync::RwLockWriteGuard<'_, TunnelManager>` in the current scope
[INFO] [stdout]    --> src/server.rs:199:16
[INFO] [stdout]     |
[INFO] [stdout] 199 |             tm.create_tunnel(stream, client_ip).await?
[INFO] [stdout]     |                ^^^^^^^^^^^^^ method not found in `tokio::sync::RwLockWriteGuard<'_, TunnelManager>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0282]: type annotations needed
[INFO] [stdout]    --> src/server.rs:197:13
[INFO] [stdout]     |
[INFO] [stdout] 197 |         let mut tunnel = {
[INFO] [stdout]     |             ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 205 |             let packet = match tunnel.read_packet().await {
[INFO] [stdout]     |                                ------ type must be known at this point
[INFO] [stdout]     |
[INFO] [stdout] help: consider giving `tunnel` an explicit type
[INFO] [stdout]     |
[INFO] [stdout] 197 |         let mut tunnel: /* Type */ = {
[INFO] [stdout]     |                       ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `create_tunnel` found for struct `tokio::sync::RwLockWriteGuard<'_, TunnelManager>` in the current scope
[INFO] [stdout]    --> src/server.rs:199:16
[INFO] [stdout]     |
[INFO] [stdout] 199 |             tm.create_tunnel(stream, client_ip).await?
[INFO] [stdout]     |                ^^^^^^^^^^^^^ method not found in `tokio::sync::RwLockWriteGuard<'_, TunnelManager>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0282]: type annotations needed
[INFO] [stdout]    --> src/server.rs:205:17
[INFO] [stdout]     |
[INFO] [stdout] 205 |             let packet = match tunnel.read_packet().await {
[INFO] [stdout]     |                 ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 215 |             if !traffic_manager.can_send(&client_ip, packet.len() as u64).await? {
[INFO] [stdout]     |                                                      ------ type must be known at this point
[INFO] [stdout]     |
[INFO] [stdout] help: consider giving `packet` an explicit type
[INFO] [stdout]     |
[INFO] [stdout] 205 |             let packet: /* Type */ = match tunnel.read_packet().await {
[INFO] [stdout]     |                       ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0282]: type annotations needed
[INFO] [stdout]    --> src/server.rs:197:13
[INFO] [stdout]     |
[INFO] [stdout] 197 |         let mut tunnel = {
[INFO] [stdout]     |             ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 205 |             let packet = match tunnel.read_packet().await {
[INFO] [stdout]     |                                ------ type must be known at this point
[INFO] [stdout]     |
[INFO] [stdout] help: consider giving `tunnel` an explicit type
[INFO] [stdout]     |
[INFO] [stdout] 197 |         let mut tunnel: /* Type */ = {
[INFO] [stdout]     |                       ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0282]: type annotations needed
[INFO] [stdout]    --> src/server.rs:226:25
[INFO] [stdout]     |
[INFO] [stdout] 226 |                     let delay = traffic_manager.shape_packet(&client_ip, &packet).await?;
[INFO] [stdout]     |                         ^^^^^
[INFO] [stdout] 227 |                     if delay.as_micros() > 0 {
[INFO] [stdout]     |                        ----- type must be known at this point
[INFO] [stdout]     |
[INFO] [stdout] help: consider giving `delay` an explicit type
[INFO] [stdout]     |
[INFO] [stdout] 226 |                     let delay: /* Type */ = traffic_manager.shape_packet(&client_ip, &packet).await?;
[INFO] [stdout]     |                              ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0282]: type annotations needed
[INFO] [stdout]    --> src/server.rs:205:17
[INFO] [stdout]     |
[INFO] [stdout] 205 |             let packet = match tunnel.read_packet().await {
[INFO] [stdout]     |                 ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 215 |             if !traffic_manager.can_send(&client_ip, packet.len() as u64).await? {
[INFO] [stdout]     |                                                      ------ type must be known at this point
[INFO] [stdout]     |
[INFO] [stdout] help: consider giving `packet` an explicit type
[INFO] [stdout]     |
[INFO] [stdout] 205 |             let packet: /* Type */ = match tunnel.read_packet().await {
[INFO] [stdout]     |                       ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0282]: type annotations needed
[INFO] [stdout]    --> src/server.rs:226:25
[INFO] [stdout]     |
[INFO] [stdout] 226 |                     let delay = traffic_manager.shape_packet(&client_ip, &packet).await?;
[INFO] [stdout]     |                         ^^^^^
[INFO] [stdout] 227 |                     if delay.as_micros() > 0 {
[INFO] [stdout]     |                        ----- type must be known at this point
[INFO] [stdout]     |
[INFO] [stdout] help: consider giving `delay` an explicit type
[INFO] [stdout]     |
[INFO] [stdout] 226 |                     let delay: /* Type */ = traffic_manager.shape_packet(&client_ip, &packet).await?;
[INFO] [stdout]     |                              ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `remove_tunnel` found for struct `tokio::sync::RwLockWriteGuard<'_, TunnelManager>` in the current scope
[INFO] [stdout]    --> src/server.rs:266:12
[INFO] [stdout]     |
[INFO] [stdout] 266 |         tm.remove_tunnel(&client_ip).await?;
[INFO] [stdout]     |            ^^^^^^^^^^^^^ method not found in `tokio::sync::RwLockWriteGuard<'_, TunnelManager>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `remove_tunnel` found for struct `tokio::sync::RwLockWriteGuard<'_, TunnelManager>` in the current scope
[INFO] [stdout]    --> src/server.rs:266:12
[INFO] [stdout]     |
[INFO] [stdout] 266 |         tm.remove_tunnel(&client_ip).await?;
[INFO] [stdout]     |            ^^^^^^^^^^^^^ method not found in `tokio::sync::RwLockWriteGuard<'_, TunnelManager>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]    --> src/server.rs:391:31
[INFO] [stdout]     |
[INFO] [stdout] 391 |         if !used_ips.contains(&ip) {
[INFO] [stdout]     |                      -------- ^^^ expected `&IpAddr`, found `&Ipv4Addr`
[INFO] [stdout]     |                      |
[INFO] [stdout]     |                      arguments to this method are incorrect
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected reference `&IpAddr`
[INFO] [stdout]                found reference `&Ipv4Addr`
[INFO] [stdout] note: method defined here
[INFO] [stdout]    --> /rustc/779e19d8baa3e3625bd4fc5c85cbb2ad47b43155/library/std/src/collections/hash/set.rs:688:12
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]    --> src/server.rs:391:31
[INFO] [stdout]     |
[INFO] [stdout] 391 |         if !used_ips.contains(&ip) {
[INFO] [stdout]     |                      -------- ^^^ expected `&IpAddr`, found `&Ipv4Addr`
[INFO] [stdout]     |                      |
[INFO] [stdout]     |                      arguments to this method are incorrect
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected reference `&IpAddr`
[INFO] [stdout]                found reference `&Ipv4Addr`
[INFO] [stdout] note: method defined here
[INFO] [stdout]    --> /rustc/779e19d8baa3e3625bd4fc5c85cbb2ad47b43155/library/std/src/collections/hash/set.rs:688:12
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0282]: type annotations needed
[INFO] [stdout]    --> src/tunnel.rs:151:21
[INFO] [stdout]     |
[INFO] [stdout] 151 |                     camouflage.send_packet(packet).await?;
[INFO] [stdout]     |                     ^^^^^^^^^^ cannot infer type
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> src/tunnel.rs:229:13
[INFO] [stdout]     |
[INFO] [stdout] 229 |         let mut clients = self.clients.lock().await;
[INFO] [stdout]     |             ----^^^^^^^
[INFO] [stdout]     |             |
[INFO] [stdout]     |             help: remove this `mut`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0282]: type annotations needed
[INFO] [stdout]    --> src/tunnel.rs:151:21
[INFO] [stdout]     |
[INFO] [stdout] 151 |                     camouflage.send_packet(packet).await?;
[INFO] [stdout]     |                     ^^^^^^^^^^ cannot infer type
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> src/tunnel.rs:229:13
[INFO] [stdout]     |
[INFO] [stdout] 229 |         let mut clients = self.clients.lock().await;
[INFO] [stdout]     |             ----^^^^^^^
[INFO] [stdout]     |             |
[INFO] [stdout]     |             help: remove this `mut`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `RouteAction`
[INFO] [stdout]    --> src/server.rs:224:17
[INFO] [stdout]     |
[INFO] [stdout] 224 |                 RouteAction::Vpn => {
[INFO] [stdout]     |                 ^^^^^^^^^^^ use of undeclared type `RouteAction`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `RouteAction`
[INFO] [stdout]    --> src/server.rs:240:17
[INFO] [stdout]     |
[INFO] [stdout] 240 |                 RouteAction::Direct => {
[INFO] [stdout]     |                 ^^^^^^^^^^^ use of undeclared type `RouteAction`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `RouteAction`
[INFO] [stdout]    --> src/server.rs:257:17
[INFO] [stdout]     |
[INFO] [stdout] 257 |                 RouteAction::Block => {
[INFO] [stdout]     |                 ^^^^^^^^^^^ use of undeclared type `RouteAction`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `RouteAction`
[INFO] [stdout]    --> src/server.rs:454:28
[INFO] [stdout]     |
[INFO] [stdout] 454 |         assert_eq!(action, RouteAction::Direct);
[INFO] [stdout]     |                            ^^^^^^^^^^^ use of undeclared type `RouteAction`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `dotenv`
[INFO] [stdout]   --> src/main.rs:22:5
[INFO] [stdout]    |
[INFO] [stdout] 22 |     dotenv::dotenv().ok();
[INFO] [stdout]    |     ^^^^^^ use of unresolved module or unlinked crate `dotenv`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `dotenv`, use `cargo add dotenv` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0277, E0282, E0308, E0432, E0433, E0599.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0277`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `vpn` (bin "vpn" test) due to 26 previous errors; 7 warnings emitted
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `RouteAction`
[INFO] [stdout]    --> src/server.rs:224:17
[INFO] [stdout]     |
[INFO] [stdout] 224 |                 RouteAction::Vpn => {
[INFO] [stdout]     |                 ^^^^^^^^^^^ use of undeclared type `RouteAction`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `RouteAction`
[INFO] [stdout]    --> src/server.rs:240:17
[INFO] [stdout]     |
[INFO] [stdout] 240 |                 RouteAction::Direct => {
[INFO] [stdout]     |                 ^^^^^^^^^^^ use of undeclared type `RouteAction`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `RouteAction`
[INFO] [stdout]    --> src/server.rs:257:17
[INFO] [stdout]     |
[INFO] [stdout] 257 |                 RouteAction::Block => {
[INFO] [stdout]     |                 ^^^^^^^^^^^ use of undeclared type `RouteAction`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `dotenv`
[INFO] [stdout]   --> src/main.rs:22:5
[INFO] [stdout]    |
[INFO] [stdout] 22 |     dotenv::dotenv().ok();
[INFO] [stdout]    |     ^^^^^^ use of unresolved module or unlinked crate `dotenv`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `dotenv`, use `cargo add dotenv` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0277, E0282, E0308, E0432, E0433, E0599.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0277`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `vpn` (bin "vpn") due to 25 previous errors; 5 warnings emitted
[INFO] running `Command { std: "docker" "inspect" "7df7c98582c5e96c29166d8e73172f5876f03afacb23d9fe1424263197297a9e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "7df7c98582c5e96c29166d8e73172f5876f03afacb23d9fe1424263197297a9e", kill_on_drop: false }`
[INFO] [stdout] 7df7c98582c5e96c29166d8e73172f5876f03afacb23d9fe1424263197297a9e
