[INFO] updating cached repository https://github.com/shimunn/fido2luks [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune"` [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 03e34ec790a3c5f6beda40780ead2c65121d9b9a [INFO] checking shimunn/fido2luks against try#f149601db42efe10ece8b284ab681fd4a6fcb89c for pr-68766 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fshimunn%2Ffido2luks" "/workspace/builds/worker-3/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-3/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/shimunn/fido2luks on toolchain f149601db42efe10ece8b284ab681fd4a6fcb89c [INFO] running `"/workspace/cargo-home/bin/cargo" "+f149601db42efe10ece8b284ab681fd4a6fcb89c" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/shimunn/fido2luks [INFO] finished tweaking git repo https://github.com/shimunn/fido2luks [INFO] tweaked toml for git repo https://github.com/shimunn/fido2luks written to /workspace/builds/worker-3/source/Cargo.toml [INFO] crate git repo https://github.com/shimunn/fido2luks already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+f149601db42efe10ece8b284ab681fd4a6fcb89c" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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] 0be50de2aeed3bf89444660d90b0ee918261ede860d171a2e4779610909117da [INFO] running `"docker" "start" "-a" "0be50de2aeed3bf89444660d90b0ee918261ede860d171a2e4779610909117da"` [INFO] [stderr] Compiling proc-macro2 v1.0.5 [INFO] [stderr] Compiling syn v1.0.5 [INFO] [stderr] Compiling gcc v0.3.55 [INFO] [stderr] Compiling bitflags v1.2.0 [INFO] [stderr] Compiling memchr v2.2.1 [INFO] [stderr] Checking hex v0.4.0 [INFO] [stderr] Checking hex v0.3.2 [INFO] [stderr] Compiling ring v0.13.5 [INFO] [stderr] Compiling libcryptsetup-sys v0.1.2 [INFO] [stderr] Checking rand_xorshift v0.1.1 [INFO] [stderr] Checking rand_isaac v0.1.1 [INFO] [stderr] Checking rand_hc v0.1.0 [INFO] [stderr] Compiling backtrace-sys v0.1.31 [INFO] [stderr] Checking rand_chacha v0.1.1 [INFO] [stderr] Checking time v0.1.42 [INFO] [stderr] Checking errno v0.2.4 [INFO] [stderr] Checking rpassword v4.0.1 [INFO] [stderr] Checking cbor-codec v0.7.1 [INFO] [stderr] Compiling syn v0.15.44 [INFO] [stderr] Checking rand v0.3.23 [INFO] [stderr] Checking rand v0.6.5 [INFO] [stderr] Checking clap v2.33.0 [INFO] [stderr] Checking backtrace v0.3.38 [INFO] [stderr] Checking csv-core v0.1.6 [INFO] [stderr] Compiling rust-crypto v0.2.36 [INFO] [stderr] Compiling quote v1.0.2 [INFO] [stderr] Checking uuid v0.7.4 [INFO] [stderr] Checking blkid-rs v0.1.2 [INFO] [stderr] Checking cryptsetup-rs v0.2.1 [INFO] [stderr] Compiling synstructure v0.10.2 [INFO] [stderr] Compiling failure_derive v0.1.5 [INFO] [stderr] Compiling num-derive v0.2.5 [INFO] [stderr] Compiling proc-macro-error v0.2.6 [INFO] [stderr] Checking failure v0.1.5 [INFO] [stderr] Compiling structopt-derive v0.3.2 [INFO] [stderr] Checking ctap_hmac v0.2.1 [INFO] [stderr] Checking structopt v0.3.2 [INFO] [stderr] Checking fido2luks v0.2.3 (/opt/rustwide/workdir) [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/cli.rs:100:22 [INFO] [stderr] | [INFO] [stderr] 100 | pub interactive: bool, [INFO] [stderr] | ^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/cli.rs:101:17 [INFO] [stderr] | [INFO] [stderr] 101 | #[structopt(subcommand)] [INFO] [stderr] | ^^^^^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/cli.rs:109:24 [INFO] [stderr] | [INFO] [stderr] 109 | pub credential_id: HexEncoded, [INFO] [stderr] | ^^^^^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/cli.rs:122:15 [INFO] [stderr] | [INFO] [stderr] 122 | pub salt: InputSalt, [INFO] [stderr] | ^^^^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/cli.rs:129:26 [INFO] [stderr] | [INFO] [stderr] 129 | pub password_helper: PasswordHelper, [INFO] [stderr] | ^^^^^^^^^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/cli.rs:138:30 [INFO] [stderr] | [INFO] [stderr] 138 | pub await_authenticator: u64, [INFO] [stderr] | ^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/cli.rs:180:17 [INFO] [stderr] | [INFO] [stderr] 180 | binary: bool, [INFO] [stderr] | ^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/cli.rs:181:21 [INFO] [stderr] | [INFO] [stderr] 181 | #[structopt(flatten)] [INFO] [stderr] | ^^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/cli.rs:188:17 [INFO] [stderr] | [INFO] [stderr] 188 | device: PathBuf, [INFO] [stderr] | ^^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/cli.rs:191:20 [INFO] [stderr] | [INFO] [stderr] 191 | exclusive: bool, [INFO] [stderr] | ^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/cli.rs:194:18 [INFO] [stderr] | [INFO] [stderr] 194 | keyfile: Option, [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/cli.rs:195:21 [INFO] [stderr] | [INFO] [stderr] 195 | #[structopt(flatten)] [INFO] [stderr] | ^^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/cli.rs:202:17 [INFO] [stderr] | [INFO] [stderr] 202 | device: PathBuf, [INFO] [stderr] | ^^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/cli.rs:205:23 [INFO] [stderr] | [INFO] [stderr] 205 | add_password: bool, [INFO] [stderr] | ^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/cli.rs:208:18 [INFO] [stderr] | [INFO] [stderr] 208 | keyfile: Option, [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/cli.rs:209:21 [INFO] [stderr] | [INFO] [stderr] 209 | #[structopt(flatten)] [INFO] [stderr] | ^^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/cli.rs:216:17 [INFO] [stderr] | [INFO] [stderr] 216 | device: PathBuf, [INFO] [stderr] | ^^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/cli.rs:218:15 [INFO] [stderr] | [INFO] [stderr] 218 | name: String, [INFO] [stderr] | ^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/cli.rs:220:18 [INFO] [stderr] | [INFO] [stderr] 220 | retries: i32, [INFO] [stderr] | ^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/cli.rs:221:21 [INFO] [stderr] | [INFO] [stderr] 221 | #[structopt(flatten)] [INFO] [stderr] | ^^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/cli.rs:229:15 [INFO] [stderr] | [INFO] [stderr] 229 | name: Option, [INFO] [stderr] | ^^^^^^^^^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/cli.rs:100:22 [INFO] [stderr] | [INFO] [stderr] 100 | pub interactive: bool, [INFO] [stderr] | ^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/cli.rs:101:17 [INFO] [stderr] | [INFO] [stderr] 101 | #[structopt(subcommand)] [INFO] [stderr] | ^^^^^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/cli.rs:109:24 [INFO] [stderr] | [INFO] [stderr] 109 | pub credential_id: HexEncoded, [INFO] [stderr] | ^^^^^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/cli.rs:122:15 [INFO] [stderr] | [INFO] [stderr] 122 | pub salt: InputSalt, [INFO] [stderr] | ^^^^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/cli.rs:129:26 [INFO] [stderr] | [INFO] [stderr] 129 | pub password_helper: PasswordHelper, [INFO] [stderr] | ^^^^^^^^^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/cli.rs:138:30 [INFO] [stderr] | [INFO] [stderr] 138 | pub await_authenticator: u64, [INFO] [stderr] | ^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/cli.rs:180:17 [INFO] [stderr] | [INFO] [stderr] 180 | binary: bool, [INFO] [stderr] | ^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/cli.rs:181:21 [INFO] [stderr] | [INFO] [stderr] 181 | #[structopt(flatten)] [INFO] [stderr] | ^^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/cli.rs:188:17 [INFO] [stderr] | [INFO] [stderr] 188 | device: PathBuf, [INFO] [stderr] | ^^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/cli.rs:191:20 [INFO] [stderr] | [INFO] [stderr] 191 | exclusive: bool, [INFO] [stderr] | ^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/cli.rs:194:18 [INFO] [stderr] | [INFO] [stderr] 194 | keyfile: Option, [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/cli.rs:195:21 [INFO] [stderr] | [INFO] [stderr] 195 | #[structopt(flatten)] [INFO] [stderr] | ^^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/cli.rs:202:17 [INFO] [stderr] | [INFO] [stderr] 202 | device: PathBuf, [INFO] [stderr] | ^^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/cli.rs:205:23 [INFO] [stderr] | [INFO] [stderr] 205 | add_password: bool, [INFO] [stderr] | ^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/cli.rs:208:18 [INFO] [stderr] | [INFO] [stderr] 208 | keyfile: Option, [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/cli.rs:209:21 [INFO] [stderr] | [INFO] [stderr] 209 | #[structopt(flatten)] [INFO] [stderr] | ^^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/cli.rs:216:17 [INFO] [stderr] | [INFO] [stderr] 216 | device: PathBuf, [INFO] [stderr] | ^^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/cli.rs:218:15 [INFO] [stderr] | [INFO] [stderr] 218 | name: String, [INFO] [stderr] | ^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/cli.rs:220:18 [INFO] [stderr] | [INFO] [stderr] 220 | retries: i32, [INFO] [stderr] | ^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/cli.rs:221:21 [INFO] [stderr] | [INFO] [stderr] 221 | #[structopt(flatten)] [INFO] [stderr] | ^^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/cli.rs:229:15 [INFO] [stderr] | [INFO] [stderr] 229 | name: Option, [INFO] [stderr] | ^^^^^^^^^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error: aborting due to 21 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0423`. [INFO] [stderr] error: could not compile `fido2luks`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: aborting due to 21 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0423`. [INFO] [stderr] error: could not compile `fido2luks`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "0be50de2aeed3bf89444660d90b0ee918261ede860d171a2e4779610909117da"` [INFO] running `"docker" "rm" "-f" "0be50de2aeed3bf89444660d90b0ee918261ede860d171a2e4779610909117da"` [INFO] [stdout] 0be50de2aeed3bf89444660d90b0ee918261ede860d171a2e4779610909117da