[INFO] fetching crate wireguard_tools_rehtt 0.1.1...
[INFO] testing wireguard_tools_rehtt-0.1.1 against master#ec6f9a5b4413f74386267ef8efc93712c2ce6db6 for pr-155739-1
[INFO] extracting crate wireguard_tools_rehtt 0.1.1 into /workspace/builds/worker-2-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-2-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate wireguard_tools_rehtt 0.1.1 on toolchain ec6f9a5b4413f74386267ef8efc93712c2ce6db6
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+ec6f9a5b4413f74386267ef8efc93712c2ce6db6" "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" "+ec6f9a5b4413f74386267ef8efc93712c2ce6db6" "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" "+ec6f9a5b4413f74386267ef8efc93712c2ce6db6" "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-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+ec6f9a5b4413f74386267ef8efc93712c2ce6db6" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 1fb2666fb22c4737219323fa7603cad87ec080ff29ff391ce0d096477f91ffa9
[INFO] running `Command { std: "docker" "start" "-a" "1fb2666fb22c4737219323fa7603cad87ec080ff29ff391ce0d096477f91ffa9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "1fb2666fb22c4737219323fa7603cad87ec080ff29ff391ce0d096477f91ffa9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "1fb2666fb22c4737219323fa7603cad87ec080ff29ff391ce0d096477f91ffa9", kill_on_drop: false }`
[INFO] [stdout] 1fb2666fb22c4737219323fa7603cad87ec080ff29ff391ce0d096477f91ffa9
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+ec6f9a5b4413f74386267ef8efc93712c2ce6db6" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 912b7e95d8f97ef7e409be1de6a9ad9c27eefb6850b17b1a27a0b49cb4f064eb
[INFO] running `Command { std: "docker" "start" "-a" "912b7e95d8f97ef7e409be1de6a9ad9c27eefb6850b17b1a27a0b49cb4f064eb", 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]     |                 ^^^^
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 expected `Vec<String>`, found `Option<_>`
[INFO] [stdout]     |                 `None` is interpreted as a unit variant, not a new binding
[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]    --> /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/option.rs:604:4
[INFO] [stdout]     |
[INFO] [stdout]     = note: unit variant defined here
[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] help: introduce a new binding instead
[INFO] [stdout]     |
[INFO] [stdout] 271 -                 None => None,
[INFO] [stdout] 271 +                 other_none => None,
[INFO] [stdout]     |
[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]     |                 ^^^^
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 expected `Vec<String>`, found `Option<_>`
[INFO] [stdout]     |                 `None` is interpreted as a unit variant, not a new binding
[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]    --> /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/option.rs:604:4
[INFO] [stdout]     |
[INFO] [stdout]     = note: unit variant defined here
[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] help: introduce a new binding instead
[INFO] [stdout]     |
[INFO] [stdout] 271 -                 None => None,
[INFO] [stdout] 271 +                 other_none => None,
[INFO] [stdout]     |
[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]     |                 ^^^^
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 expected `Vec<String>`, found `Option<_>`
[INFO] [stdout]     |                 `None` is interpreted as a unit variant, not a new binding
[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]    --> /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/option.rs:604:4
[INFO] [stdout]     |
[INFO] [stdout]     = note: unit variant defined here
[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] help: introduce a new binding instead
[INFO] [stdout]     |
[INFO] [stdout] 271 -                 None => None,
[INFO] [stdout] 271 +                 other_none => None,
[INFO] [stdout]     |
[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]     |                 ^^^^
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 expected `Vec<String>`, found `Option<_>`
[INFO] [stdout]     |                 `None` is interpreted as a unit variant, not a new binding
[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]    --> /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/option.rs:604:4
[INFO] [stdout]     |
[INFO] [stdout]     = note: unit variant defined here
[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] help: introduce a new binding instead
[INFO] [stdout]     |
[INFO] [stdout] 271 -                 None => None,
[INFO] [stdout] 271 +                 other_none => None,
[INFO] [stdout]     |
[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]     |                 ^^^^
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 expected `Vec<String>`, found `Option<_>`
[INFO] [stdout]     |                 `None` is interpreted as a unit variant, not a new binding
[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]    --> /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/option.rs:604:4
[INFO] [stdout]     |
[INFO] [stdout]     = note: unit variant defined here
[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] help: introduce a new binding instead
[INFO] [stdout]     |
[INFO] [stdout] 271 -                 None => None,
[INFO] [stdout] 271 +                 other_none => None,
[INFO] [stdout]     |
[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]     |                 ^^^^
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 expected `Vec<String>`, found `Option<_>`
[INFO] [stdout]     |                 `None` is interpreted as a unit variant, not a new binding
[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]    --> /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/option.rs:604:4
[INFO] [stdout]     |
[INFO] [stdout]     = note: unit variant defined here
[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] help: introduce a new binding instead
[INFO] [stdout]     |
[INFO] [stdout] 271 -                 None => None,
[INFO] [stdout] 271 +                 other_none => None,
[INFO] [stdout]     |
[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]     |                 ^^^^
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 expected `Vec<String>`, found `Option<_>`
[INFO] [stdout]     |                 `None` is interpreted as a unit variant, not a new binding
[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]    --> /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/option.rs:604:4
[INFO] [stdout]     |
[INFO] [stdout]     = note: unit variant defined here
[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] help: introduce a new binding instead
[INFO] [stdout]     |
[INFO] [stdout] 271 -                 None => None,
[INFO] [stdout] 271 +                 other_none => None,
[INFO] [stdout]     |
[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]     |                 ^^^^
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 expected `Vec<String>`, found `Option<_>`
[INFO] [stdout]     |                 `None` is interpreted as a unit variant, not a new binding
[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]    --> /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/option.rs:604:4
[INFO] [stdout]     |
[INFO] [stdout]     = note: unit variant defined here
[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] help: introduce a new binding instead
[INFO] [stdout]     |
[INFO] [stdout] 271 -                 None => None,
[INFO] [stdout] 271 +                 other_none => None,
[INFO] [stdout]     |
[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]     |                 ^^^^
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 expected `Vec<String>`, found `Option<_>`
[INFO] [stdout]     |                 `None` is interpreted as a unit variant, not a new binding
[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]    --> /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/option.rs:604:4
[INFO] [stdout]     |
[INFO] [stdout]     = note: unit variant defined here
[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] help: introduce a new binding instead
[INFO] [stdout]     |
[INFO] [stdout] 271 -                 None => None,
[INFO] [stdout] 271 +                 other_none => None,
[INFO] [stdout]     |
[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" "912b7e95d8f97ef7e409be1de6a9ad9c27eefb6850b17b1a27a0b49cb4f064eb", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "912b7e95d8f97ef7e409be1de6a9ad9c27eefb6850b17b1a27a0b49cb4f064eb", kill_on_drop: false }`
[INFO] [stdout] 912b7e95d8f97ef7e409be1de6a9ad9c27eefb6850b17b1a27a0b49cb4f064eb
