[INFO] crate tuftool 0.2.0 is already in cache [INFO] checking tuftool-0.2.0 against try#f149601db42efe10ece8b284ab681fd4a6fcb89c for pr-68766 [INFO] extracting crate tuftool 0.2.0 into /workspace/builds/worker-2/source [INFO] validating manifest of crates.io crate tuftool 0.2.0 on toolchain f149601db42efe10ece8b284ab681fd4a6fcb89c [INFO] running `"/workspace/cargo-home/bin/cargo" "+f149601db42efe10ece8b284ab681fd4a6fcb89c" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate tuftool 0.2.0 [INFO] finished tweaking crates.io crate tuftool 0.2.0 [INFO] tweaked toml for crates.io crate tuftool 0.2.0 written to /workspace/builds/worker-2/source/Cargo.toml [INFO] crate crates.io crate tuftool 0.2.0 already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+f149601db42efe10ece8b284ab681fd4a6fcb89c" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+f149601db42efe10ece8b284ab681fd4a6fcb89c" "check" "--frozen" "--all" "--all-targets"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] f3154423de063b28c7b77bf3275719db31541a7cdf2c137d733ce405bc523eab [INFO] running `"docker" "start" "-a" "f3154423de063b28c7b77bf3275719db31541a7cdf2c137d733ce405bc523eab"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling ring v0.16.9 [INFO] [stderr] Checking predicates v1.0.2 [INFO] [stderr] Compiling rusoto_core v0.42.0 [INFO] [stderr] Checking openssl-sys v0.9.53 [INFO] [stderr] Checking cookie v0.12.0 [INFO] [stderr] Compiling serde_derive v1.0.104 [INFO] [stderr] Compiling synstructure v0.12.3 [INFO] [stderr] Checking publicsuffix v1.5.4 [INFO] [stderr] Compiling snafu-derive v0.6.0 [INFO] [stderr] Checking pem v0.7.0 [INFO] [stderr] Checking sha2 v0.8.0 [INFO] [stderr] Checking parking_lot v0.9.0 [INFO] [stderr] Checking h2 v0.1.26 [INFO] [stderr] Checking openssl v0.10.26 [INFO] [stderr] Checking structopt v0.3.5 [INFO] [stderr] Checking tokio-threadpool v0.1.17 [INFO] [stderr] Checking tokio-reactor v0.1.11 [INFO] [stderr] Checking rayon v1.2.1 [INFO] [stderr] Checking tokio-uds v0.2.5 [INFO] [stderr] Checking tokio-udp v0.1.5 [INFO] [stderr] Checking tokio-tcp v0.1.3 [INFO] [stderr] Checking tokio-signal v0.2.7 [INFO] [stderr] Checking tokio-fs v0.1.6 [INFO] [stderr] Checking tokio-process v0.2.4 [INFO] [stderr] Checking tokio v0.1.22 [INFO] [stderr] Checking native-tls v0.2.3 [INFO] [stderr] Compiling failure_derive v0.1.6 [INFO] [stderr] Checking hyper v0.12.35 [INFO] [stderr] Checking webpki v0.21.0 [INFO] [stderr] Checking sct v0.6.0 [INFO] [stderr] Checking snafu v0.6.0 [INFO] [stderr] Checking webpki-roots v0.17.0 [INFO] [stderr] Checking failure v0.1.6 [INFO] [stderr] Checking rustls v0.16.0 [INFO] [stderr] Checking ct-logs v0.6.0 [INFO] [stderr] Checking serde v1.0.104 [INFO] [stderr] Checking hyper-tls v0.3.2 [INFO] [stderr] Checking tokio-rustls v0.10.2 [INFO] [stderr] Checking hyper-rustls v0.17.1 [INFO] [stderr] Checking serde_json v1.0.44 [INFO] [stderr] Checking chrono v0.4.10 [INFO] [stderr] Checking serde_urlencoded v0.5.5 [INFO] [stderr] Checking serde_plain v0.3.0 [INFO] [stderr] Checking cookie_store v0.7.0 [INFO] [stderr] Checking olpc-cjson v0.1.0 [INFO] [stderr] Checking escargot v0.5.0 [INFO] [stderr] Checking rusoto_credential v0.42.0 [INFO] [stderr] Checking reqwest v0.9.24 [INFO] [stderr] Checking rusoto_signature v0.42.0 [INFO] [stderr] Checking assert_cmd v0.12.0 [INFO] [stderr] Checking tough v0.3.0 [INFO] [stderr] Checking rusoto_ssm v0.42.0 [INFO] [stderr] Checking tuftool v0.2.0 (/opt/rustwide/workdir) [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/create.rs:32:11 [INFO] [stderr] | [INFO] [stderr] 32 | copy: bool, [INFO] [stderr] | ^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/create.rs:35:15 [INFO] [stderr] | [INFO] [stderr] 35 | hardlink: bool, [INFO] [stderr] | ^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/create.rs:39:13 [INFO] [stderr] | [INFO] [stderr] 39 | follow: bool, [INFO] [stderr] | ^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/create.rs:43:11 [INFO] [stderr] | [INFO] [stderr] 43 | jobs: Option, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/create.rs:47:11 [INFO] [stderr] | [INFO] [stderr] 47 | keys: Vec, [INFO] [stderr] | ^^^^^^^^^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/create.rs:51:23 [INFO] [stderr] | [INFO] [stderr] 51 | snapshot_version: NonZeroU64, [INFO] [stderr] | ^^^^^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/create.rs:55:23 [INFO] [stderr] | [INFO] [stderr] 55 | snapshot_expires: DateTime, [INFO] [stderr] | ^^^^^^^^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/create.rs:59:22 [INFO] [stderr] | [INFO] [stderr] 59 | targets_version: NonZeroU64, [INFO] [stderr] | ^^^^^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/create.rs:63:22 [INFO] [stderr] | [INFO] [stderr] 63 | targets_expires: DateTime, [INFO] [stderr] | ^^^^^^^^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/create.rs:67:24 [INFO] [stderr] | [INFO] [stderr] 67 | timestamp_version: NonZeroU64, [INFO] [stderr] | ^^^^^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/create.rs:71:24 [INFO] [stderr] | [INFO] [stderr] 71 | timestamp_expires: DateTime, [INFO] [stderr] | ^^^^^^^^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/create.rs:75:11 [INFO] [stderr] | [INFO] [stderr] 75 | root: PathBuf, [INFO] [stderr] | ^^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/create.rs:78:12 [INFO] [stderr] | [INFO] [stderr] 78 | indir: PathBuf, [INFO] [stderr] | ^^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/create.rs:80:13 [INFO] [stderr] | [INFO] [stderr] 80 | outdir: PathBuf, [INFO] [stderr] | ^^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/download.rs:19:11 [INFO] [stderr] | [INFO] [stderr] 19 | root: Option, [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/download.rs:23:19 [INFO] [stderr] | [INFO] [stderr] 23 | root_version: Option, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/download.rs:27:24 [INFO] [stderr] | [INFO] [stderr] 27 | metadata_base_url: String, [INFO] [stderr] | ^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/download.rs:31:22 [INFO] [stderr] | [INFO] [stderr] 31 | target_base_url: String, [INFO] [stderr] | ^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/download.rs:35:26 [INFO] [stderr] | [INFO] [stderr] 35 | allow_root_download: bool, [INFO] [stderr] | ^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/download.rs:38:12 [INFO] [stderr] | [INFO] [stderr] 38 | indir: PathBuf, [INFO] [stderr] | ^^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/root.rs:24:15 [INFO] [stderr] | [INFO] [stderr] 24 | path: PathBuf, [INFO] [stderr] | ^^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/root.rs:29:15 [INFO] [stderr] | [INFO] [stderr] 29 | path: PathBuf, [INFO] [stderr] | ^^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/root.rs:34:15 [INFO] [stderr] | [INFO] [stderr] 34 | path: PathBuf, [INFO] [stderr] | ^^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/root.rs:38:15 [INFO] [stderr] | [INFO] [stderr] 38 | time: DateTime, [INFO] [stderr] | ^^^^^^^^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/root.rs:43:15 [INFO] [stderr] | [INFO] [stderr] 43 | path: PathBuf, [INFO] [stderr] | ^^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/root.rs:45:15 [INFO] [stderr] | [INFO] [stderr] 45 | role: RoleType, [INFO] [stderr] | ^^^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/root.rs:47:20 [INFO] [stderr] | [INFO] [stderr] 47 | threshold: NonZeroU64, [INFO] [stderr] | ^^^^^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/root.rs:52:15 [INFO] [stderr] | [INFO] [stderr] 52 | path: PathBuf, [INFO] [stderr] | ^^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/root.rs:54:19 [INFO] [stderr] | [INFO] [stderr] 54 | key_path: KeySource, [INFO] [stderr] | ^^^^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/root.rs:57:16 [INFO] [stderr] | [INFO] [stderr] 57 | roles: Vec, [INFO] [stderr] | ^^^^^^^^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/root.rs:62:15 [INFO] [stderr] | [INFO] [stderr] 62 | path: PathBuf, [INFO] [stderr] | ^^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/root.rs:64:17 [INFO] [stderr] | [INFO] [stderr] 64 | key_id: Decoded, [INFO] [stderr] | ^^^^^^^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/root.rs:67:15 [INFO] [stderr] | [INFO] [stderr] 67 | role: Option, [INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/root.rs:72:15 [INFO] [stderr] | [INFO] [stderr] 72 | path: PathBuf, [INFO] [stderr] | ^^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/root.rs:74:19 [INFO] [stderr] | [INFO] [stderr] 74 | key_path: KeySource, [INFO] [stderr] | ^^^^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/root.rs:77:15 [INFO] [stderr] | [INFO] [stderr] 77 | bits: u16, [INFO] [stderr] | ^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/root.rs:80:19 [INFO] [stderr] | [INFO] [stderr] 80 | exponent: u32, [INFO] [stderr] | ^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/root.rs:83:16 [INFO] [stderr] | [INFO] [stderr] 83 | roles: Vec, [INFO] [stderr] | ^^^^^^^^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/sign.rs:19:11 [INFO] [stderr] | [INFO] [stderr] 19 | root: PathBuf, [INFO] [stderr] | ^^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/sign.rs:23:11 [INFO] [stderr] | [INFO] [stderr] 23 | keys: Vec, [INFO] [stderr] | ^^^^^^^^^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/sign.rs:26:20 [INFO] [stderr] | [INFO] [stderr] 26 | metadata_file: PathBuf, [INFO] [stderr] | ^^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/create.rs:32:11 [INFO] [stderr] | [INFO] [stderr] 32 | copy: bool, [INFO] [stderr] | ^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/create.rs:35:15 [INFO] [stderr] | [INFO] [stderr] 35 | hardlink: bool, [INFO] [stderr] | ^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/create.rs:39:13 [INFO] [stderr] | [INFO] [stderr] 39 | follow: bool, [INFO] [stderr] | ^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/create.rs:43:11 [INFO] [stderr] | [INFO] [stderr] 43 | jobs: Option, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/create.rs:47:11 [INFO] [stderr] | [INFO] [stderr] 47 | keys: Vec, [INFO] [stderr] | ^^^^^^^^^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/create.rs:51:23 [INFO] [stderr] | [INFO] [stderr] 51 | snapshot_version: NonZeroU64, [INFO] [stderr] | ^^^^^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/create.rs:55:23 [INFO] [stderr] | [INFO] [stderr] 55 | snapshot_expires: DateTime, [INFO] [stderr] | ^^^^^^^^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/create.rs:59:22 [INFO] [stderr] | [INFO] [stderr] 59 | targets_version: NonZeroU64, [INFO] [stderr] | ^^^^^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/create.rs:63:22 [INFO] [stderr] | [INFO] [stderr] 63 | targets_expires: DateTime, [INFO] [stderr] | ^^^^^^^^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/create.rs:67:24 [INFO] [stderr] | [INFO] [stderr] 67 | timestamp_version: NonZeroU64, [INFO] [stderr] | ^^^^^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/create.rs:71:24 [INFO] [stderr] | [INFO] [stderr] 71 | timestamp_expires: DateTime, [INFO] [stderr] | ^^^^^^^^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/create.rs:75:11 [INFO] [stderr] | [INFO] [stderr] 75 | root: PathBuf, [INFO] [stderr] | ^^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/create.rs:78:12 [INFO] [stderr] | [INFO] [stderr] 78 | indir: PathBuf, [INFO] [stderr] | ^^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/create.rs:80:13 [INFO] [stderr] | [INFO] [stderr] 80 | outdir: PathBuf, [INFO] [stderr] | ^^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/download.rs:19:11 [INFO] [stderr] | [INFO] [stderr] 19 | root: Option, [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/download.rs:23:19 [INFO] [stderr] | [INFO] [stderr] 23 | root_version: Option, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/download.rs:27:24 [INFO] [stderr] | [INFO] [stderr] 27 | metadata_base_url: String, [INFO] [stderr] | ^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/download.rs:31:22 [INFO] [stderr] | [INFO] [stderr] 31 | target_base_url: String, [INFO] [stderr] | ^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/download.rs:35:26 [INFO] [stderr] | [INFO] [stderr] 35 | allow_root_download: bool, [INFO] [stderr] | ^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/download.rs:38:12 [INFO] [stderr] | [INFO] [stderr] 38 | indir: PathBuf, [INFO] [stderr] | ^^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/root.rs:24:15 [INFO] [stderr] | [INFO] [stderr] 24 | path: PathBuf, [INFO] [stderr] | ^^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/root.rs:29:15 [INFO] [stderr] | [INFO] [stderr] 29 | path: PathBuf, [INFO] [stderr] | ^^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/root.rs:34:15 [INFO] [stderr] | [INFO] [stderr] 34 | path: PathBuf, [INFO] [stderr] | ^^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/root.rs:38:15 [INFO] [stderr] | [INFO] [stderr] 38 | time: DateTime, [INFO] [stderr] | ^^^^^^^^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/root.rs:43:15 [INFO] [stderr] | [INFO] [stderr] 43 | path: PathBuf, [INFO] [stderr] | ^^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/root.rs:45:15 [INFO] [stderr] | [INFO] [stderr] 45 | role: RoleType, [INFO] [stderr] | ^^^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/root.rs:47:20 [INFO] [stderr] | [INFO] [stderr] 47 | threshold: NonZeroU64, [INFO] [stderr] | ^^^^^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/root.rs:52:15 [INFO] [stderr] | [INFO] [stderr] 52 | path: PathBuf, [INFO] [stderr] | ^^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/root.rs:54:19 [INFO] [stderr] | [INFO] [stderr] 54 | key_path: KeySource, [INFO] [stderr] | ^^^^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/root.rs:57:16 [INFO] [stderr] | [INFO] [stderr] 57 | roles: Vec, [INFO] [stderr] | ^^^^^^^^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/root.rs:62:15 [INFO] [stderr] | [INFO] [stderr] 62 | path: PathBuf, [INFO] [stderr] | ^^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/root.rs:64:17 [INFO] [stderr] | [INFO] [stderr] 64 | key_id: Decoded, [INFO] [stderr] | ^^^^^^^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/root.rs:67:15 [INFO] [stderr] | [INFO] [stderr] 67 | role: Option, [INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/root.rs:72:15 [INFO] [stderr] | [INFO] [stderr] 72 | path: PathBuf, [INFO] [stderr] | ^^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/root.rs:74:19 [INFO] [stderr] | [INFO] [stderr] 74 | key_path: KeySource, [INFO] [stderr] | ^^^^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/root.rs:77:15 [INFO] [stderr] | [INFO] [stderr] 77 | bits: u16, [INFO] [stderr] | ^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/root.rs:80:19 [INFO] [stderr] | [INFO] [stderr] 80 | exponent: u32, [INFO] [stderr] | ^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/root.rs:83:16 [INFO] [stderr] | [INFO] [stderr] 83 | roles: Vec, [INFO] [stderr] | ^^^^^^^^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/sign.rs:19:11 [INFO] [stderr] | [INFO] [stderr] 19 | root: PathBuf, [INFO] [stderr] | ^^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/sign.rs:23:11 [INFO] [stderr] | [INFO] [stderr] 23 | keys: Vec, [INFO] [stderr] | ^^^^^^^^^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/sign.rs:26:20 [INFO] [stderr] | [INFO] [stderr] 26 | metadata_file: PathBuf, [INFO] [stderr] | ^^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error: aborting due to 41 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0423`. [INFO] [stderr] error: could not compile `tuftool`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: aborting due to 41 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0423`. [INFO] [stderr] error: could not compile `tuftool`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "f3154423de063b28c7b77bf3275719db31541a7cdf2c137d733ce405bc523eab"` [INFO] running `"docker" "rm" "-f" "f3154423de063b28c7b77bf3275719db31541a7cdf2c137d733ce405bc523eab"` [INFO] [stdout] f3154423de063b28c7b77bf3275719db31541a7cdf2c137d733ce405bc523eab