[INFO] fetching crate wireguard_tools_rehtt 0.1.1...
[INFO] testing wireguard_tools_rehtt-0.1.1 against beta-2025-10-28 for beta-1.92-2
[INFO] extracting crate wireguard_tools_rehtt 0.1.1 into /workspace/builds/worker-1-tc2/source
[INFO] started tweaking crates.io crate wireguard_tools_rehtt 0.1.1
[INFO] finished tweaking crates.io crate wireguard_tools_rehtt 0.1.1
[INFO] tweaked toml for crates.io crate wireguard_tools_rehtt 0.1.1 written to /workspace/builds/worker-1-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate wireguard_tools_rehtt 0.1.1 on toolchain beta-2025-10-28
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-10-28" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-10-28" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 3 packages to latest compatible versions
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-10-28" "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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 99fb64f8084fef3ef98e44df7ddf8e2c02be2b550435b99f906fa6a7839149c8
[INFO] running `Command { std: "docker" "start" "-a" "99fb64f8084fef3ef98e44df7ddf8e2c02be2b550435b99f906fa6a7839149c8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "99fb64f8084fef3ef98e44df7ddf8e2c02be2b550435b99f906fa6a7839149c8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "99fb64f8084fef3ef98e44df7ddf8e2c02be2b550435b99f906fa6a7839149c8", kill_on_drop: false }`
[INFO] [stdout] 99fb64f8084fef3ef98e44df7ddf8e2c02be2b550435b99f906fa6a7839149c8
[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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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" "+beta-2025-10-28" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] fdb4b66929cb8c34b2b3bef079c1f091eafd27dd97768965e37a166def65eda6
[INFO] running `Command { std: "docker" "start" "-a" "fdb4b66929cb8c34b2b3bef079c1f091eafd27dd97768965e37a166def65eda6", kill_on_drop: false }`
[INFO] [stderr]    Compiling bytes_size v0.1.2
[INFO] [stderr]    Compiling ini_lib v0.1.4
[INFO] [stderr]    Compiling wireguard_tools_rehtt v0.1.1 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]    --> src/parse.rs:271:17
[INFO] [stdout]     |
[INFO] [stdout] 270 |             Some(data) => match data {
[INFO] [stdout]     |                                 ---- this expression has type `&Vec<String>`
[INFO] [stdout] 271 |                 None => None,
[INFO] [stdout]     |                 ^^^^ expected `Vec<String>`, found `Option<_>`
[INFO] [stdout] ...
[INFO] [stdout] 302 |                         parse_from_hashmap!(value.sub,Some<IpAddr>"DNS"=>imterface.dns);
[INFO] [stdout]     |                         --------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected struct `Vec<String>`
[INFO] [stdout]                  found enum `Option<_>`
[INFO] [stdout]     = note: this error originates in the macro `parse_from_hashmap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]    --> src/parse.rs:272:17
[INFO] [stdout]     |
[INFO] [stdout] 270 |             Some(data) => match data {
[INFO] [stdout]     |                                 ---- this expression has type `&Vec<String>`
[INFO] [stdout] 271 |                 None => None,
[INFO] [stdout] 272 |                 Some(data) => match data.parse::<$ty>() {
[INFO] [stdout]     |                 ^^^^^^^^^^ expected `Vec<String>`, found `Option<_>`
[INFO] [stdout] ...
[INFO] [stdout] 302 |                         parse_from_hashmap!(value.sub,Some<IpAddr>"DNS"=>imterface.dns);
[INFO] [stdout]     |                         --------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected struct `Vec<String>`
[INFO] [stdout]                  found enum `Option<_>`
[INFO] [stdout]     = note: this error originates in the macro `parse_from_hashmap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]    --> src/parse.rs:271:17
[INFO] [stdout]     |
[INFO] [stdout] 270 |             Some(data) => match data {
[INFO] [stdout]     |                                 ---- this expression has type `&Vec<String>`
[INFO] [stdout] 271 |                 None => None,
[INFO] [stdout]     |                 ^^^^ expected `Vec<String>`, found `Option<_>`
[INFO] [stdout] ...
[INFO] [stdout] 303 |                         parse_from_hashmap!(value.sub,Some<IpNet>"Address"=>imterface.address);
[INFO] [stdout]     |                         ---------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected struct `Vec<String>`
[INFO] [stdout]                  found enum `Option<_>`
[INFO] [stdout]     = note: this error originates in the macro `parse_from_hashmap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]    --> src/parse.rs:272:17
[INFO] [stdout]     |
[INFO] [stdout] 270 |             Some(data) => match data {
[INFO] [stdout]     |                                 ---- this expression has type `&Vec<String>`
[INFO] [stdout] 271 |                 None => None,
[INFO] [stdout] 272 |                 Some(data) => match data.parse::<$ty>() {
[INFO] [stdout]     |                 ^^^^^^^^^^ expected `Vec<String>`, found `Option<_>`
[INFO] [stdout] ...
[INFO] [stdout] 303 |                         parse_from_hashmap!(value.sub,Some<IpNet>"Address"=>imterface.address);
[INFO] [stdout]     |                         ---------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected struct `Vec<String>`
[INFO] [stdout]                  found enum `Option<_>`
[INFO] [stdout]     = note: this error originates in the macro `parse_from_hashmap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]    --> src/parse.rs:271:17
[INFO] [stdout]     |
[INFO] [stdout] 270 |             Some(data) => match data {
[INFO] [stdout]     |                                 ---- this expression has type `&Vec<String>`
[INFO] [stdout] 271 |                 None => None,
[INFO] [stdout]     |                 ^^^^ expected `Vec<String>`, found `Option<_>`
[INFO] [stdout] ...
[INFO] [stdout] 304 |                         parse_from_hashmap!(value.sub,Some<String>"PrivateKey"=>imterface.private_key);
[INFO] [stdout]     |                         ------------------------------------------------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected struct `Vec<String>`
[INFO] [stdout]                  found enum `Option<_>`
[INFO] [stdout]     = note: this error originates in the macro `parse_from_hashmap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]    --> src/parse.rs:272:17
[INFO] [stdout]     |
[INFO] [stdout] 270 |             Some(data) => match data {
[INFO] [stdout]     |                                 ---- this expression has type `&Vec<String>`
[INFO] [stdout] 271 |                 None => None,
[INFO] [stdout] 272 |                 Some(data) => match data.parse::<$ty>() {
[INFO] [stdout]     |                 ^^^^^^^^^^ expected `Vec<String>`, found `Option<_>`
[INFO] [stdout] ...
[INFO] [stdout] 304 |                         parse_from_hashmap!(value.sub,Some<String>"PrivateKey"=>imterface.private_key);
[INFO] [stdout]     |                         ------------------------------------------------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected struct `Vec<String>`
[INFO] [stdout]                  found enum `Option<_>`
[INFO] [stdout]     = note: this error originates in the macro `parse_from_hashmap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]    --> src/parse.rs:271:17
[INFO] [stdout]     |
[INFO] [stdout] 270 |             Some(data) => match data {
[INFO] [stdout]     |                                 ---- this expression has type `&Vec<String>`
[INFO] [stdout] 271 |                 None => None,
[INFO] [stdout]     |                 ^^^^ expected `Vec<String>`, found `Option<_>`
[INFO] [stdout] ...
[INFO] [stdout] 305 |                         parse_from_hashmap!(value.sub,Some<u16>"ListenPort"=>imterface.listening_port);
[INFO] [stdout]     |                         ------------------------------------------------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected struct `Vec<String>`
[INFO] [stdout]                  found enum `Option<_>`
[INFO] [stdout]     = note: this error originates in the macro `parse_from_hashmap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]    --> src/parse.rs:272:17
[INFO] [stdout]     |
[INFO] [stdout] 270 |             Some(data) => match data {
[INFO] [stdout]     |                                 ---- this expression has type `&Vec<String>`
[INFO] [stdout] 271 |                 None => None,
[INFO] [stdout] 272 |                 Some(data) => match data.parse::<$ty>() {
[INFO] [stdout]     |                 ^^^^^^^^^^ expected `Vec<String>`, found `Option<_>`
[INFO] [stdout] ...
[INFO] [stdout] 305 |                         parse_from_hashmap!(value.sub,Some<u16>"ListenPort"=>imterface.listening_port);
[INFO] [stdout]     |                         ------------------------------------------------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected struct `Vec<String>`
[INFO] [stdout]                  found enum `Option<_>`
[INFO] [stdout]     = note: this error originates in the macro `parse_from_hashmap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]    --> src/parse.rs:271:17
[INFO] [stdout]     |
[INFO] [stdout] 270 |             Some(data) => match data {
[INFO] [stdout]     |                                 ---- this expression has type `&Vec<String>`
[INFO] [stdout] 271 |                 None => None,
[INFO] [stdout]     |                 ^^^^ expected `Vec<String>`, found `Option<_>`
[INFO] [stdout] ...
[INFO] [stdout] 309 |                         parse_from_hashmap!(value.sub,Some<String>"PublicKey"=>tmp_peer.public_key);
[INFO] [stdout]     |                         --------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected struct `Vec<String>`
[INFO] [stdout]                  found enum `Option<_>`
[INFO] [stdout]     = note: this error originates in the macro `parse_from_hashmap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]    --> src/parse.rs:272:17
[INFO] [stdout]     |
[INFO] [stdout] 270 |             Some(data) => match data {
[INFO] [stdout]     |                                 ---- this expression has type `&Vec<String>`
[INFO] [stdout] 271 |                 None => None,
[INFO] [stdout] 272 |                 Some(data) => match data.parse::<$ty>() {
[INFO] [stdout]     |                 ^^^^^^^^^^ expected `Vec<String>`, found `Option<_>`
[INFO] [stdout] ...
[INFO] [stdout] 309 |                         parse_from_hashmap!(value.sub,Some<String>"PublicKey"=>tmp_peer.public_key);
[INFO] [stdout]     |                         --------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected struct `Vec<String>`
[INFO] [stdout]                  found enum `Option<_>`
[INFO] [stdout]     = note: this error originates in the macro `parse_from_hashmap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]    --> src/parse.rs:271:17
[INFO] [stdout]     |
[INFO] [stdout] 270 |             Some(data) => match data {
[INFO] [stdout]     |                                 ---- this expression has type `&Vec<String>`
[INFO] [stdout] 271 |                 None => None,
[INFO] [stdout]     |                 ^^^^ expected `Vec<String>`, found `Option<_>`
[INFO] [stdout] ...
[INFO] [stdout] 310 |                         parse_from_hashmap!(value.sub,Some<String>"PresharedKey"=>tmp_peer.preshared_key);
[INFO] [stdout]     |                         --------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected struct `Vec<String>`
[INFO] [stdout]                  found enum `Option<_>`
[INFO] [stdout]     = note: this error originates in the macro `parse_from_hashmap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]    --> src/parse.rs:272:17
[INFO] [stdout]     |
[INFO] [stdout] 270 |             Some(data) => match data {
[INFO] [stdout]     |                                 ---- this expression has type `&Vec<String>`
[INFO] [stdout] 271 |                 None => None,
[INFO] [stdout] 272 |                 Some(data) => match data.parse::<$ty>() {
[INFO] [stdout]     |                 ^^^^^^^^^^ expected `Vec<String>`, found `Option<_>`
[INFO] [stdout] ...
[INFO] [stdout] 310 |                         parse_from_hashmap!(value.sub,Some<String>"PresharedKey"=>tmp_peer.preshared_key);
[INFO] [stdout]     |                         --------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected struct `Vec<String>`
[INFO] [stdout]                  found enum `Option<_>`
[INFO] [stdout]     = note: this error originates in the macro `parse_from_hashmap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]    --> src/parse.rs:271:17
[INFO] [stdout]     |
[INFO] [stdout] 270 |             Some(data) => match data {
[INFO] [stdout]     |                                 ---- this expression has type `&Vec<String>`
[INFO] [stdout] 271 |                 None => None,
[INFO] [stdout]     |                 ^^^^ expected `Vec<String>`, found `Option<_>`
[INFO] [stdout] ...
[INFO] [stdout] 311 |                         parse_from_hashmap!(value.sub,Some<TimeDuration>"PersistentKeepalive"=>tmp_peer.persistent_keepalive);
[INFO] [stdout]     |                         ----------------------------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected struct `Vec<String>`
[INFO] [stdout]                  found enum `Option<_>`
[INFO] [stdout]     = note: this error originates in the macro `parse_from_hashmap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]    --> src/parse.rs:272:17
[INFO] [stdout]     |
[INFO] [stdout] 270 |             Some(data) => match data {
[INFO] [stdout]     |                                 ---- this expression has type `&Vec<String>`
[INFO] [stdout] 271 |                 None => None,
[INFO] [stdout] 272 |                 Some(data) => match data.parse::<$ty>() {
[INFO] [stdout]     |                 ^^^^^^^^^^ expected `Vec<String>`, found `Option<_>`
[INFO] [stdout] ...
[INFO] [stdout] 311 |                         parse_from_hashmap!(value.sub,Some<TimeDuration>"PersistentKeepalive"=>tmp_peer.persistent_keepalive);
[INFO] [stdout]     |                         ----------------------------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected struct `Vec<String>`
[INFO] [stdout]                  found enum `Option<_>`
[INFO] [stdout]     = note: this error originates in the macro `parse_from_hashmap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]    --> src/parse.rs:271:17
[INFO] [stdout]     |
[INFO] [stdout] 270 |             Some(data) => match data {
[INFO] [stdout]     |                                 ---- this expression has type `&Vec<String>`
[INFO] [stdout] 271 |                 None => None,
[INFO] [stdout]     |                 ^^^^ expected `Vec<String>`, found `Option<_>`
[INFO] [stdout] ...
[INFO] [stdout] 312 |                         parse_from_hashmap!(value.sub,<AddrPort>"Endpoint"=>tmp_peer.endpoint);
[INFO] [stdout]     |                         ---------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected struct `Vec<String>`
[INFO] [stdout]                  found enum `Option<_>`
[INFO] [stdout]     = note: this error originates in the macro `parse_from_hashmap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]    --> src/parse.rs:272:17
[INFO] [stdout]     |
[INFO] [stdout] 270 |             Some(data) => match data {
[INFO] [stdout]     |                                 ---- this expression has type `&Vec<String>`
[INFO] [stdout] 271 |                 None => None,
[INFO] [stdout] 272 |                 Some(data) => match data.parse::<$ty>() {
[INFO] [stdout]     |                 ^^^^^^^^^^ expected `Vec<String>`, found `Option<_>`
[INFO] [stdout] ...
[INFO] [stdout] 312 |                         parse_from_hashmap!(value.sub,<AddrPort>"Endpoint"=>tmp_peer.endpoint);
[INFO] [stdout]     |                         ---------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected struct `Vec<String>`
[INFO] [stdout]                  found enum `Option<_>`
[INFO] [stdout]     = note: this error originates in the macro `parse_from_hashmap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]    --> src/parse.rs:271:17
[INFO] [stdout]     |
[INFO] [stdout] 270 |             Some(data) => match data {
[INFO] [stdout]     |                                 ---- this expression has type `&Vec<String>`
[INFO] [stdout] 271 |                 None => None,
[INFO] [stdout]     |                 ^^^^ expected `Vec<String>`, found `Option<_>`
[INFO] [stdout] ...
[INFO] [stdout] 313 |                         parse_from_hashmap!(value.sub,<AllowedIPs>"AllowedIPs"=>tmp_peer.allowed_ips);
[INFO] [stdout]     |                         ----------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected struct `Vec<String>`
[INFO] [stdout]                  found enum `Option<_>`
[INFO] [stdout]     = note: this error originates in the macro `parse_from_hashmap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]    --> src/parse.rs:272:17
[INFO] [stdout]     |
[INFO] [stdout] 270 |             Some(data) => match data {
[INFO] [stdout]     |                                 ---- this expression has type `&Vec<String>`
[INFO] [stdout] 271 |                 None => None,
[INFO] [stdout] 272 |                 Some(data) => match data.parse::<$ty>() {
[INFO] [stdout]     |                 ^^^^^^^^^^ expected `Vec<String>`, found `Option<_>`
[INFO] [stdout] ...
[INFO] [stdout] 313 |                         parse_from_hashmap!(value.sub,<AllowedIPs>"AllowedIPs"=>tmp_peer.allowed_ips);
[INFO] [stdout]     |                         ----------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected struct `Vec<String>`
[INFO] [stdout]                  found enum `Option<_>`
[INFO] [stdout]     = note: this error originates in the macro `parse_from_hashmap` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0308`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `wireguard_tools_rehtt` (lib) due to 18 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "fdb4b66929cb8c34b2b3bef079c1f091eafd27dd97768965e37a166def65eda6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "fdb4b66929cb8c34b2b3bef079c1f091eafd27dd97768965e37a166def65eda6", kill_on_drop: false }`
[INFO] [stdout] fdb4b66929cb8c34b2b3bef079c1f091eafd27dd97768965e37a166def65eda6
