[INFO] fetching crate wireguard_tools_rehtt 0.1.1... [INFO] checking wireguard_tools_rehtt-0.1.1 against try#a4980311fb7bb9e7893708e6bd3fbbfb2819fd3d for pr-145342-1 [INFO] extracting crate wireguard_tools_rehtt 0.1.1 into /workspace/builds/worker-0-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-0-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate wireguard_tools_rehtt 0.1.1 on toolchain a4980311fb7bb9e7893708e6bd3fbbfb2819fd3d [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+a4980311fb7bb9e7893708e6bd3fbbfb2819fd3d" "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" "+a4980311fb7bb9e7893708e6bd3fbbfb2819fd3d" "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" "+a4980311fb7bb9e7893708e6bd3fbbfb2819fd3d" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+a4980311fb7bb9e7893708e6bd3fbbfb2819fd3d" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 6c5e891bd76685b736d11078e3a71665e254a0d2fa93ee68eaad41a99945866a [INFO] running `Command { std: "docker" "start" "-a" "6c5e891bd76685b736d11078e3a71665e254a0d2fa93ee68eaad41a99945866a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "6c5e891bd76685b736d11078e3a71665e254a0d2fa93ee68eaad41a99945866a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6c5e891bd76685b736d11078e3a71665e254a0d2fa93ee68eaad41a99945866a", kill_on_drop: false }` [INFO] [stdout] 6c5e891bd76685b736d11078e3a71665e254a0d2fa93ee68eaad41a99945866a [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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=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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+a4980311fb7bb9e7893708e6bd3fbbfb2819fd3d" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 897f72f92f9158d4a6602a58bc617288f57c70e57896c0e099b3bf26d30154c6 [INFO] running `Command { std: "docker" "start" "-a" "897f72f92f9158d4a6602a58bc617288f57c70e57896c0e099b3bf26d30154c6", kill_on_drop: false }` [INFO] [stderr] Checking ipnet v2.11.0 [INFO] [stderr] Checking ini_lib v0.1.4 [INFO] [stderr] Checking bytes_size v0.1.2 [INFO] [stderr] Checking 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` [INFO] [stdout] 271 | None => None, [INFO] [stdout] | ^^^^ expected `Vec`, found `Option<_>` [INFO] [stdout] ... [INFO] [stdout] 302 | parse_from_hashmap!(value.sub,Some"DNS"=>imterface.dns); [INFO] [stdout] | --------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected struct `Vec` [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` [INFO] [stdout] 271 | None => None, [INFO] [stdout] | ^^^^ expected `Vec`, found `Option<_>` [INFO] [stdout] ... [INFO] [stdout] 302 | parse_from_hashmap!(value.sub,Some"DNS"=>imterface.dns); [INFO] [stdout] | --------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected struct `Vec` [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` [INFO] [stdout] 271 | None => None, [INFO] [stdout] 272 | Some(data) => match data.parse::<$ty>() { [INFO] [stdout] | ^^^^^^^^^^ expected `Vec`, found `Option<_>` [INFO] [stdout] ... [INFO] [stdout] 302 | parse_from_hashmap!(value.sub,Some"DNS"=>imterface.dns); [INFO] [stdout] | --------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected struct `Vec` [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` [INFO] [stdout] 271 | None => None, [INFO] [stdout] 272 | Some(data) => match data.parse::<$ty>() { [INFO] [stdout] | ^^^^^^^^^^ expected `Vec`, found `Option<_>` [INFO] [stdout] ... [INFO] [stdout] 302 | parse_from_hashmap!(value.sub,Some"DNS"=>imterface.dns); [INFO] [stdout] | --------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected struct `Vec` [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` [INFO] [stdout] 271 | None => None, [INFO] [stdout] | ^^^^ expected `Vec`, found `Option<_>` [INFO] [stdout] ... [INFO] [stdout] 303 | parse_from_hashmap!(value.sub,Some"Address"=>imterface.address); [INFO] [stdout] | ---------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected struct `Vec` [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` [INFO] [stdout] 271 | None => None, [INFO] [stdout] | ^^^^ expected `Vec`, found `Option<_>` [INFO] [stdout] ... [INFO] [stdout] 303 | parse_from_hashmap!(value.sub,Some"Address"=>imterface.address); [INFO] [stdout] | ---------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected struct `Vec` [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` [INFO] [stdout] 271 | None => None, [INFO] [stdout] 272 | Some(data) => match data.parse::<$ty>() { [INFO] [stdout] | ^^^^^^^^^^ expected `Vec`, found `Option<_>` [INFO] [stdout] ... [INFO] [stdout] 303 | parse_from_hashmap!(value.sub,Some"Address"=>imterface.address); [INFO] [stdout] | ---------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected struct `Vec` [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` [INFO] [stdout] 271 | None => None, [INFO] [stdout] 272 | Some(data) => match data.parse::<$ty>() { [INFO] [stdout] | ^^^^^^^^^^ expected `Vec`, found `Option<_>` [INFO] [stdout] ... [INFO] [stdout] 303 | parse_from_hashmap!(value.sub,Some"Address"=>imterface.address); [INFO] [stdout] | ---------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected struct `Vec` [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` [INFO] [stdout] 271 | None => None, [INFO] [stdout] | ^^^^ expected `Vec`, found `Option<_>` [INFO] [stdout] ... [INFO] [stdout] 304 | parse_from_hashmap!(value.sub,Some"PrivateKey"=>imterface.private_key); [INFO] [stdout] | ------------------------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected struct `Vec` [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` [INFO] [stdout] 271 | None => None, [INFO] [stdout] | ^^^^ expected `Vec`, found `Option<_>` [INFO] [stdout] ... [INFO] [stdout] 304 | parse_from_hashmap!(value.sub,Some"PrivateKey"=>imterface.private_key); [INFO] [stdout] | ------------------------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected struct `Vec` [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` [INFO] [stdout] 271 | None => None, [INFO] [stdout] 272 | Some(data) => match data.parse::<$ty>() { [INFO] [stdout] | ^^^^^^^^^^ expected `Vec`, found `Option<_>` [INFO] [stdout] ... [INFO] [stdout] 304 | parse_from_hashmap!(value.sub,Some"PrivateKey"=>imterface.private_key); [INFO] [stdout] | ------------------------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected struct `Vec` [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` [INFO] [stdout] 271 | None => None, [INFO] [stdout] 272 | Some(data) => match data.parse::<$ty>() { [INFO] [stdout] | ^^^^^^^^^^ expected `Vec`, found `Option<_>` [INFO] [stdout] ... [INFO] [stdout] 304 | parse_from_hashmap!(value.sub,Some"PrivateKey"=>imterface.private_key); [INFO] [stdout] | ------------------------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected struct `Vec` [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` [INFO] [stdout] 271 | None => None, [INFO] [stdout] | ^^^^ expected `Vec`, found `Option<_>` [INFO] [stdout] ... [INFO] [stdout] 305 | parse_from_hashmap!(value.sub,Some"ListenPort"=>imterface.listening_port); [INFO] [stdout] | ------------------------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected struct `Vec` [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` [INFO] [stdout] 271 | None => None, [INFO] [stdout] | ^^^^ expected `Vec`, found `Option<_>` [INFO] [stdout] ... [INFO] [stdout] 305 | parse_from_hashmap!(value.sub,Some"ListenPort"=>imterface.listening_port); [INFO] [stdout] | ------------------------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected struct `Vec` [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` [INFO] [stdout] 271 | None => None, [INFO] [stdout] 272 | Some(data) => match data.parse::<$ty>() { [INFO] [stdout] | ^^^^^^^^^^ expected `Vec`, found `Option<_>` [INFO] [stdout] ... [INFO] [stdout] 305 | parse_from_hashmap!(value.sub,Some"ListenPort"=>imterface.listening_port); [INFO] [stdout] | ------------------------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected struct `Vec` [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` [INFO] [stdout] 271 | None => None, [INFO] [stdout] 272 | Some(data) => match data.parse::<$ty>() { [INFO] [stdout] | ^^^^^^^^^^ expected `Vec`, found `Option<_>` [INFO] [stdout] ... [INFO] [stdout] 305 | parse_from_hashmap!(value.sub,Some"ListenPort"=>imterface.listening_port); [INFO] [stdout] | ------------------------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected struct `Vec` [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` [INFO] [stdout] 271 | None => None, [INFO] [stdout] | ^^^^ expected `Vec`, found `Option<_>` [INFO] [stdout] ... [INFO] [stdout] 309 | parse_from_hashmap!(value.sub,Some"PublicKey"=>tmp_peer.public_key); [INFO] [stdout] | --------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected struct `Vec` [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` [INFO] [stdout] 271 | None => None, [INFO] [stdout] 272 | Some(data) => match data.parse::<$ty>() { [INFO] [stdout] | ^^^^^^^^^^ expected `Vec`, found `Option<_>` [INFO] [stdout] ... [INFO] [stdout] 309 | parse_from_hashmap!(value.sub,Some"PublicKey"=>tmp_peer.public_key); [INFO] [stdout] | --------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected struct `Vec` [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` [INFO] [stdout] 271 | None => None, [INFO] [stdout] | ^^^^ expected `Vec`, found `Option<_>` [INFO] [stdout] ... [INFO] [stdout] 309 | parse_from_hashmap!(value.sub,Some"PublicKey"=>tmp_peer.public_key); [INFO] [stdout] | --------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected struct `Vec` [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` [INFO] [stdout] 271 | None => None, [INFO] [stdout] | ^^^^ expected `Vec`, found `Option<_>` [INFO] [stdout] ... [INFO] [stdout] 310 | parse_from_hashmap!(value.sub,Some"PresharedKey"=>tmp_peer.preshared_key); [INFO] [stdout] | --------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected struct `Vec` [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` [INFO] [stdout] 271 | None => None, [INFO] [stdout] 272 | Some(data) => match data.parse::<$ty>() { [INFO] [stdout] | ^^^^^^^^^^ expected `Vec`, found `Option<_>` [INFO] [stdout] ... [INFO] [stdout] 310 | parse_from_hashmap!(value.sub,Some"PresharedKey"=>tmp_peer.preshared_key); [INFO] [stdout] | --------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected struct `Vec` [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` [INFO] [stdout] 271 | None => None, [INFO] [stdout] 272 | Some(data) => match data.parse::<$ty>() { [INFO] [stdout] | ^^^^^^^^^^ expected `Vec`, found `Option<_>` [INFO] [stdout] ... [INFO] [stdout] 309 | parse_from_hashmap!(value.sub,Some"PublicKey"=>tmp_peer.public_key); [INFO] [stdout] | --------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected struct `Vec` [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` [INFO] [stdout] 271 | None => None, [INFO] [stdout] | ^^^^ expected `Vec`, found `Option<_>` [INFO] [stdout] ... [INFO] [stdout] 310 | parse_from_hashmap!(value.sub,Some"PresharedKey"=>tmp_peer.preshared_key); [INFO] [stdout] | --------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected struct `Vec` [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` [INFO] [stdout] 271 | None => None, [INFO] [stdout] | ^^^^ expected `Vec`, found `Option<_>` [INFO] [stdout] ... [INFO] [stdout] 311 | parse_from_hashmap!(value.sub,Some"PersistentKeepalive"=>tmp_peer.persistent_keepalive); [INFO] [stdout] | ----------------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected struct `Vec` [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` [INFO] [stdout] 271 | None => None, [INFO] [stdout] 272 | Some(data) => match data.parse::<$ty>() { [INFO] [stdout] | ^^^^^^^^^^ expected `Vec`, found `Option<_>` [INFO] [stdout] ... [INFO] [stdout] 310 | parse_from_hashmap!(value.sub,Some"PresharedKey"=>tmp_peer.preshared_key); [INFO] [stdout] | --------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected struct `Vec` [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` [INFO] [stdout] 271 | None => None, [INFO] [stdout] 272 | Some(data) => match data.parse::<$ty>() { [INFO] [stdout] | ^^^^^^^^^^ expected `Vec`, found `Option<_>` [INFO] [stdout] ... [INFO] [stdout] 311 | parse_from_hashmap!(value.sub,Some"PersistentKeepalive"=>tmp_peer.persistent_keepalive); [INFO] [stdout] | ----------------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected struct `Vec` [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` [INFO] [stdout] 271 | None => None, [INFO] [stdout] | ^^^^ expected `Vec`, found `Option<_>` [INFO] [stdout] ... [INFO] [stdout] 311 | parse_from_hashmap!(value.sub,Some"PersistentKeepalive"=>tmp_peer.persistent_keepalive); [INFO] [stdout] | ----------------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected struct `Vec` [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` [INFO] [stdout] 271 | None => None, [INFO] [stdout] 272 | Some(data) => match data.parse::<$ty>() { [INFO] [stdout] | ^^^^^^^^^^ expected `Vec`, found `Option<_>` [INFO] [stdout] ... [INFO] [stdout] 311 | parse_from_hashmap!(value.sub,Some"PersistentKeepalive"=>tmp_peer.persistent_keepalive); [INFO] [stdout] | ----------------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected struct `Vec` [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` [INFO] [stdout] 271 | None => None, [INFO] [stdout] | ^^^^ expected `Vec`, found `Option<_>` [INFO] [stdout] ... [INFO] [stdout] 312 | parse_from_hashmap!(value.sub,"Endpoint"=>tmp_peer.endpoint); [INFO] [stdout] | ---------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected struct `Vec` [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` [INFO] [stdout] 271 | None => None, [INFO] [stdout] | ^^^^ expected `Vec`, found `Option<_>` [INFO] [stdout] ... [INFO] [stdout] 312 | parse_from_hashmap!(value.sub,"Endpoint"=>tmp_peer.endpoint); [INFO] [stdout] | ---------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected struct `Vec` [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` [INFO] [stdout] 271 | None => None, [INFO] [stdout] 272 | Some(data) => match data.parse::<$ty>() { [INFO] [stdout] | ^^^^^^^^^^ expected `Vec`, found `Option<_>` [INFO] [stdout] ... [INFO] [stdout] 312 | parse_from_hashmap!(value.sub,"Endpoint"=>tmp_peer.endpoint); [INFO] [stdout] | ---------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected struct `Vec` [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` [INFO] [stdout] 271 | None => None, [INFO] [stdout] 272 | Some(data) => match data.parse::<$ty>() { [INFO] [stdout] | ^^^^^^^^^^ expected `Vec`, found `Option<_>` [INFO] [stdout] ... [INFO] [stdout] 312 | parse_from_hashmap!(value.sub,"Endpoint"=>tmp_peer.endpoint); [INFO] [stdout] | ---------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected struct `Vec` [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` [INFO] [stdout] 271 | None => None, [INFO] [stdout] | ^^^^ expected `Vec`, found `Option<_>` [INFO] [stdout] ... [INFO] [stdout] 313 | parse_from_hashmap!(value.sub,"AllowedIPs"=>tmp_peer.allowed_ips); [INFO] [stdout] | ----------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected struct `Vec` [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` [INFO] [stdout] 271 | None => None, [INFO] [stdout] | ^^^^ expected `Vec`, found `Option<_>` [INFO] [stdout] ... [INFO] [stdout] 313 | parse_from_hashmap!(value.sub,"AllowedIPs"=>tmp_peer.allowed_ips); [INFO] [stdout] | ----------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected struct `Vec` [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` [INFO] [stdout] 271 | None => None, [INFO] [stdout] 272 | Some(data) => match data.parse::<$ty>() { [INFO] [stdout] | ^^^^^^^^^^ expected `Vec`, found `Option<_>` [INFO] [stdout] ... [INFO] [stdout] 313 | parse_from_hashmap!(value.sub,"AllowedIPs"=>tmp_peer.allowed_ips); [INFO] [stdout] | ----------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected struct `Vec` [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` [INFO] [stdout] 271 | None => None, [INFO] [stdout] 272 | Some(data) => match data.parse::<$ty>() { [INFO] [stdout] | ^^^^^^^^^^ expected `Vec`, found `Option<_>` [INFO] [stdout] ... [INFO] [stdout] 313 | parse_from_hashmap!(value.sub,"AllowedIPs"=>tmp_peer.allowed_ips); [INFO] [stdout] | ----------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected struct `Vec` [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] [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] [stderr] error: could not compile `wireguard_tools_rehtt` (lib test) due to 18 previous errors [INFO] running `Command { std: "docker" "inspect" "897f72f92f9158d4a6602a58bc617288f57c70e57896c0e099b3bf26d30154c6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "897f72f92f9158d4a6602a58bc617288f57c70e57896c0e099b3bf26d30154c6", kill_on_drop: false }` [INFO] [stdout] 897f72f92f9158d4a6602a58bc617288f57c70e57896c0e099b3bf26d30154c6