[INFO] updating cached repository https://github.com/RCasatta/firma [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] c5df8b0f83350ae0d00862c1cdd2fd736077182f [INFO] checking RCasatta/firma against try#f149601db42efe10ece8b284ab681fd4a6fcb89c for pr-68766 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FRCasatta%2Ffirma" "/workspace/builds/worker-0/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-0/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/RCasatta/firma 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/RCasatta/firma [INFO] finished tweaking git repo https://github.com/RCasatta/firma [INFO] tweaked toml for git repo https://github.com/RCasatta/firma written to /workspace/builds/worker-0/source/Cargo.toml [INFO] crate git repo https://github.com/RCasatta/firma 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-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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] [stdout] 758a176cf967adf3c0a5fb8195d0a9c328fe91d96eb1b71994be8229b4273b6d [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `"docker" "start" "-a" "758a176cf967adf3c0a5fb8195d0a9c328fe91d96eb1b71994be8229b4273b6d"` [INFO] [stderr] Compiling proc-macro2 v1.0.6 [INFO] [stderr] Compiling unicode-xid v0.2.0 [INFO] [stderr] Compiling syn v1.0.7 [INFO] [stderr] Compiling libc v0.2.65 [INFO] [stderr] Compiling byteorder v1.3.2 [INFO] [stderr] Compiling unicode-segmentation v1.4.0 [INFO] [stderr] Checking checked_int_cast v1.0.0 [INFO] [stderr] Compiling num-bigint v0.2.3 [INFO] [stderr] Checking num-integer v0.1.41 [INFO] [stderr] Checking num-iter v0.1.39 [INFO] [stderr] Checking num-rational v0.2.2 [INFO] [stderr] Compiling heck v0.3.1 [INFO] [stderr] Checking image v0.22.3 [INFO] [stderr] Compiling quote v1.0.2 [INFO] [stderr] Checking rand_os v0.1.3 [INFO] [stderr] Checking atty v0.2.13 [INFO] [stderr] Checking clap v2.33.0 [INFO] [stderr] Checking rand v0.6.5 [INFO] [stderr] Checking qrcode v0.11.0 [INFO] [stderr] Checking secp256k1 v0.15.5 [INFO] [stderr] Compiling proc-macro-error v0.2.6 [INFO] [stderr] Compiling serde_derive v1.0.102 [INFO] [stderr] Compiling structopt-derive v0.3.3 [INFO] [stderr] Checking structopt v0.3.3 [INFO] [stderr] Checking serde v1.0.102 [INFO] [stderr] Checking bitcoin_hashes v0.7.1 [INFO] [stderr] Checking serde_json v1.0.41 [INFO] [stderr] Checking bitcoin v0.21.0 [INFO] [stderr] Checking bitcoin v0.20.0 [INFO] [stderr] Checking firma v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Checking miniscript v0.11.0 [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/qr/main.rs:16:12 [INFO] [stderr] | [INFO] [stderr] 16 | index: Option, [INFO] [stderr] | ^^^^^^^^^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/qr/main.rs:20:14 [INFO] [stderr] | [INFO] [stderr] 20 | reverse: bool, [INFO] [stderr] | ^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/qr/main.rs:23:11 [INFO] [stderr] | [INFO] [stderr] 23 | file: PathBuf, [INFO] [stderr] | ^^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error: aborting due to 3 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0423`. [INFO] [stderr] error: could not compile `firma`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/dice/main.rs:18:14 [INFO] [stderr] | [INFO] [stderr] 18 | network: Network, [INFO] [stderr] | ^^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/dice/main.rs:22:13 [INFO] [stderr] | [INFO] [stderr] 22 | output: PathBuf, [INFO] [stderr] | ^^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/dice/main.rs:26:12 [INFO] [stderr] | [INFO] [stderr] 26 | faces: u32, [INFO] [stderr] | ^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/dice/main.rs:30:11 [INFO] [stderr] | [INFO] [stderr] 30 | bits: Bits, [INFO] [stderr] | ^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error: aborting due to 4 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0423`. [INFO] [stderr] error: could not compile `firma`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/firma/main.rs:27:14 [INFO] [stderr] | [INFO] [stderr] 27 | verbose: u8, [INFO] [stderr] | ^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/firma/main.rs:31:13 [INFO] [stderr] | [INFO] [stderr] 31 | decode: bool, [INFO] [stderr] | ^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/firma/main.rs:35:10 [INFO] [stderr] | [INFO] [stderr] 35 | key: Option, [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/firma/main.rs:39:14 [INFO] [stderr] | [INFO] [stderr] 39 | network: Network, [INFO] [stderr] | ^^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/firma/main.rs:43:24 [INFO] [stderr] | [INFO] [stderr] 43 | total_derivations: u32, [INFO] [stderr] | ^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/firma/main.rs:46:11 [INFO] [stderr] | [INFO] [stderr] 46 | file: PathBuf, [INFO] [stderr] | ^^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error: aborting due to 6 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0423`. [INFO] [stderr] error: could not compile `firma`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "758a176cf967adf3c0a5fb8195d0a9c328fe91d96eb1b71994be8229b4273b6d"` [INFO] running `"docker" "rm" "-f" "758a176cf967adf3c0a5fb8195d0a9c328fe91d96eb1b71994be8229b4273b6d"` [INFO] [stdout] 758a176cf967adf3c0a5fb8195d0a9c328fe91d96eb1b71994be8229b4273b6d