[INFO] fetching crate wireguard_tools_rehtt 0.1.1...
[INFO] testing wireguard_tools_rehtt-0.1.1 against 1.90.0 for beta-1.91-3
[INFO] extracting crate wireguard_tools_rehtt 0.1.1 into /workspace/builds/worker-0-tc1/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-0-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate wireguard_tools_rehtt 0.1.1 on toolchain 1.90.0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.90.0" "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" "+1.90.0" "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" "+1.90.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded bytes_size v0.1.2
[INFO] [stderr]   Downloaded ini_lib v0.1.4
[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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] af06dd20da930209148769561415b8587e07d214bfafabb581f457a9d71c708b
[INFO] running `Command { std: "docker" "start" "-a" "af06dd20da930209148769561415b8587e07d214bfafabb581f457a9d71c708b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "af06dd20da930209148769561415b8587e07d214bfafabb581f457a9d71c708b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "af06dd20da930209148769561415b8587e07d214bfafabb581f457a9d71c708b", kill_on_drop: false }`
[INFO] [stdout] af06dd20da930209148769561415b8587e07d214bfafabb581f457a9d71c708b
[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=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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] c73b0137d4278fdbdb9311978e87d2856ecd860d57c7636205e5094c33e1dd63
[INFO] running `Command { std: "docker" "start" "-a" "c73b0137d4278fdbdb9311978e87d2856ecd860d57c7636205e5094c33e1dd63", kill_on_drop: false }`
[INFO] [stderr]    Compiling ini_lib v0.1.4
[INFO] [stderr]    Compiling bytes_size v0.1.2
[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] running `Command { std: "docker" "inspect" "c73b0137d4278fdbdb9311978e87d2856ecd860d57c7636205e5094c33e1dd63", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c73b0137d4278fdbdb9311978e87d2856ecd860d57c7636205e5094c33e1dd63", kill_on_drop: false }`
[INFO] [stdout] c73b0137d4278fdbdb9311978e87d2856ecd860d57c7636205e5094c33e1dd63
