[INFO] crate record-query 1.0.2 is already in cache [INFO] checking record-query-1.0.2 against try#f149601db42efe10ece8b284ab681fd4a6fcb89c for pr-68766 [INFO] extracting crate record-query 1.0.2 into /workspace/builds/worker-9/source [INFO] validating manifest of crates.io crate record-query 1.0.2 on toolchain f149601db42efe10ece8b284ab681fd4a6fcb89c [INFO] running `"/workspace/cargo-home/bin/cargo" "+f149601db42efe10ece8b284ab681fd4a6fcb89c" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate record-query 1.0.2 [INFO] finished tweaking crates.io crate record-query 1.0.2 [INFO] tweaked toml for crates.io crate record-query 1.0.2 written to /workspace/builds/worker-9/source/Cargo.toml [INFO] crate crates.io crate record-query 1.0.2 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-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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] 8baae2e7636138310adf529373fbc3179458e535ad1e678032b4ccefb182593d [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" "8baae2e7636138310adf529373fbc3179458e535ad1e678032b4ccefb182593d"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling libc v0.2.65 [INFO] [stderr] Compiling protobuf v2.8.1 [INFO] [stderr] Compiling nix v0.15.0 [INFO] [stderr] Compiling serde v1.0.102 [INFO] [stderr] Compiling num-traits v0.2.9 [INFO] [stderr] Checking toml v0.5.5 [INFO] [stderr] Checking rmp v0.8.8 [INFO] [stderr] Checking num-traits v0.1.43 [INFO] [stderr] Checking serde_cbor v0.10.2 [INFO] [stderr] Checking ordered-float v1.0.2 [INFO] [stderr] Compiling proc-macro-error v0.2.6 [INFO] [stderr] Checking digest v0.8.1 [INFO] [stderr] Compiling idna v0.2.0 [INFO] [stderr] Checking rmpv v0.4.2 [INFO] [stderr] Compiling structopt-derive v0.3.4 [INFO] [stderr] Compiling url v2.1.0 [INFO] [stderr] Compiling num-integer v0.1.41 [INFO] [stderr] Checking memchr v2.2.1 [INFO] [stderr] Checking atty v0.2.13 [INFO] [stderr] Checking rand v0.4.6 [INFO] [stderr] Checking dirs-sys v0.3.4 [INFO] [stderr] Checking clap v2.33.0 [INFO] [stderr] Checking directories v2.0.2 [INFO] [stderr] Checking aho-corasick v0.7.6 [INFO] [stderr] Checking csv-core v0.1.6 [INFO] [stderr] Checking bstr v0.2.8 [INFO] [stderr] Compiling jobserver v0.1.17 [INFO] [stderr] Compiling num_cpus v1.11.1 [INFO] [stderr] Compiling time v0.1.42 [INFO] [stderr] Checking rand v0.3.23 [INFO] [stderr] Compiling cc v1.0.47 [INFO] [stderr] Compiling chrono v0.4.9 [INFO] [stderr] Checking regex v1.3.1 [INFO] [stderr] Checking csv v1.1.1 [INFO] [stderr] Compiling backtrace-sys v0.1.32 [INFO] [stderr] Compiling libz-sys v1.0.25 [INFO] [stderr] Compiling libgit2-sys v0.9.1 [INFO] [stderr] Compiling vergen v3.0.4 [INFO] [stderr] Checking env_logger v0.7.1 [INFO] [stderr] Checking serde-hjson v0.9.1 [INFO] [stderr] Compiling backtrace v0.3.40 [INFO] [stderr] Checking failure v0.1.6 [INFO] [stderr] Checking structopt v0.3.4 [INFO] [stderr] Checking avro-rs v0.6.5 [INFO] [stderr] Checking serde-protobuf v0.8.1 [INFO] [stderr] Compiling git2 v0.10.1 [INFO] [stderr] Compiling built v0.3.2 [INFO] [stderr] Compiling record-query v1.0.2 (/opt/rustwide/workdir) [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/bin/rq.rs:28:17 [INFO] [stderr] | [INFO] [stderr] 28 | #[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/bin/rq.rs:32:20 [INFO] [stderr] | [INFO] [stderr] 32 | pub arg_query: Option, [INFO] [stderr] | ^^^^^^^^^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/bin/rq.rs:38:22 [INFO] [stderr] | [INFO] [stderr] 38 | pub flag_format: Option, [INFO] [stderr] | ^^^^^^^^^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/bin/rq.rs:40:21 [INFO] [stderr] | [INFO] [stderr] 40 | pub flag_codec: Option, [INFO] [stderr] | ^^^^^^^^^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/bin/rq.rs:44:26 [INFO] [stderr] | [INFO] [stderr] 44 | pub flag_input_avro: bool, [INFO] [stderr] | ^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/bin/rq.rs:47:26 [INFO] [stderr] | [INFO] [stderr] 47 | pub flag_input_cbor: bool, [INFO] [stderr] | ^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/bin/rq.rs:50:26 [INFO] [stderr] | [INFO] [stderr] 50 | pub flag_input_json: bool, [INFO] [stderr] | ^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/bin/rq.rs:53:25 [INFO] [stderr] | [INFO] [stderr] 53 | pub flag_input_csv: bool, [INFO] [stderr] | ^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/bin/rq.rs:56:34 [INFO] [stderr] | [INFO] [stderr] 56 | pub flag_input_message_pack: bool, [INFO] [stderr] | ^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/bin/rq.rs:58:30 [INFO] [stderr] | [INFO] [stderr] 58 | pub flag_input_protobuf: Option, [INFO] [stderr] | ^^^^^^^^^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/bin/rq.rs:61:25 [INFO] [stderr] | [INFO] [stderr] 61 | pub flag_input_raw: bool, [INFO] [stderr] | ^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/bin/rq.rs:64:26 [INFO] [stderr] | [INFO] [stderr] 64 | pub flag_input_toml: bool, [INFO] [stderr] | ^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/bin/rq.rs:67:26 [INFO] [stderr] | [INFO] [stderr] 67 | pub flag_input_yaml: bool, [INFO] [stderr] | ^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/bin/rq.rs:70:27 [INFO] [stderr] | [INFO] [stderr] 70 | pub flag_output_avro: Option, [INFO] [stderr] | ^^^^^^^^^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/bin/rq.rs:72:27 [INFO] [stderr] | [INFO] [stderr] 72 | pub flag_output_cbor: bool, [INFO] [stderr] | ^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/bin/rq.rs:74:27 [INFO] [stderr] | [INFO] [stderr] 74 | pub flag_output_json: bool, [INFO] [stderr] | ^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/bin/rq.rs:76:26 [INFO] [stderr] | [INFO] [stderr] 76 | pub flag_output_raw: bool, [INFO] [stderr] | ^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/bin/rq.rs:78:26 [INFO] [stderr] | [INFO] [stderr] 78 | pub flag_output_csv: bool, [INFO] [stderr] | ^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/bin/rq.rs:28:17 [INFO] [stderr] | [INFO] [stderr] 28 | #[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/bin/rq.rs:80:35 [INFO] [stderr] | [INFO] [stderr] 80 | pub flag_output_message_pack: bool, [INFO] [stderr] | ^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/bin/rq.rs:32:20 [INFO] [stderr] | [INFO] [stderr] 32 | pub arg_query: Option, [INFO] [stderr] | ^^^^^^^^^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/bin/rq.rs:82:31 [INFO] [stderr] | [INFO] [stderr] 82 | pub flag_output_protobuf: Option, [INFO] [stderr] | ^^^^^^^^^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/bin/rq.rs:38:22 [INFO] [stderr] | [INFO] [stderr] 38 | pub flag_format: Option, [INFO] [stderr] | ^^^^^^^^^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/bin/rq.rs:84:27 [INFO] [stderr] | [INFO] [stderr] 84 | pub flag_output_toml: bool, [INFO] [stderr] | ^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/bin/rq.rs:40:21 [INFO] [stderr] | [INFO] [stderr] 40 | pub flag_codec: Option, [INFO] [stderr] | ^^^^^^^^^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/bin/rq.rs:44:26 [INFO] [stderr] | [INFO] [stderr] 44 | pub flag_input_avro: bool, [INFO] [stderr] | ^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/bin/rq.rs:86:27 [INFO] [stderr] | [INFO] [stderr] 86 | pub flag_output_yaml: bool, [INFO] [stderr] | ^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/bin/rq.rs:47:26 [INFO] [stderr] | [INFO] [stderr] 47 | pub flag_input_cbor: bool, [INFO] [stderr] | ^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/bin/rq.rs:89:19 [INFO] [stderr] | [INFO] [stderr] 89 | pub flag_log: Option, [INFO] [stderr] | ^^^^^^^^^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/bin/rq.rs:50:26 [INFO] [stderr] | [INFO] [stderr] 50 | pub flag_input_json: bool, [INFO] [stderr] | ^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/bin/rq.rs:53:25 [INFO] [stderr] | [INFO] [stderr] 53 | pub flag_input_csv: bool, [INFO] [stderr] | ^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/bin/rq.rs:91:21 [INFO] [stderr] | [INFO] [stderr] 91 | pub flag_quiet: bool, [INFO] [stderr] | ^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/bin/rq.rs:56:34 [INFO] [stderr] | [INFO] [stderr] 56 | pub flag_input_message_pack: bool, [INFO] [stderr] | ^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/bin/rq.rs:93:21 [INFO] [stderr] | [INFO] [stderr] 93 | pub flag_trace: bool, [INFO] [stderr] | ^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/bin/rq.rs:58:30 [INFO] [stderr] | [INFO] [stderr] 58 | pub flag_input_protobuf: Option, [INFO] [stderr] | ^^^^^^^^^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/bin/rq.rs:61:25 [INFO] [stderr] | [INFO] [stderr] 61 | pub flag_input_raw: bool, [INFO] [stderr] | ^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/bin/rq.rs:100:21 [INFO] [stderr] | [INFO] [stderr] 100 | #[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/bin/rq.rs:64:26 [INFO] [stderr] | [INFO] [stderr] 64 | pub flag_input_toml: bool, [INFO] [stderr] | ^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/bin/rq.rs:109:17 [INFO] [stderr] | [INFO] [stderr] 109 | schema: 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/bin/rq.rs:67:26 [INFO] [stderr] | [INFO] [stderr] 67 | pub flag_input_yaml: bool, [INFO] [stderr] | ^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/bin/rq.rs:70:27 [INFO] [stderr] | [INFO] [stderr] 70 | pub flag_output_avro: Option, [INFO] [stderr] | ^^^^^^^^^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/bin/rq.rs:111:15 [INFO] [stderr] | [INFO] [stderr] 111 | base: Option, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/bin/rq.rs:72:27 [INFO] [stderr] | [INFO] [stderr] 72 | pub flag_output_cbor: bool, [INFO] [stderr] | ^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/bin/rq.rs:74:27 [INFO] [stderr] | [INFO] [stderr] 74 | pub flag_output_json: bool, [INFO] [stderr] | ^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/bin/rq.rs:76:26 [INFO] [stderr] | [INFO] [stderr] 76 | pub flag_output_raw: bool, [INFO] [stderr] | ^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/bin/rq.rs:78:26 [INFO] [stderr] | [INFO] [stderr] 78 | pub flag_output_csv: bool, [INFO] [stderr] | ^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/bin/rq.rs:80:35 [INFO] [stderr] | [INFO] [stderr] 80 | pub flag_output_message_pack: bool, [INFO] [stderr] | ^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/bin/rq.rs:82:31 [INFO] [stderr] | [INFO] [stderr] 82 | pub flag_output_protobuf: Option, [INFO] [stderr] | ^^^^^^^^^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/bin/rq.rs:84:27 [INFO] [stderr] | [INFO] [stderr] 84 | pub flag_output_toml: bool, [INFO] [stderr] | ^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/bin/rq.rs:86:27 [INFO] [stderr] | [INFO] [stderr] 86 | pub flag_output_yaml: bool, [INFO] [stderr] | ^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/bin/rq.rs:89:19 [INFO] [stderr] | [INFO] [stderr] 89 | pub flag_log: Option, [INFO] [stderr] | ^^^^^^^^^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/bin/rq.rs:91:21 [INFO] [stderr] | [INFO] [stderr] 91 | pub flag_quiet: bool, [INFO] [stderr] | ^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/bin/rq.rs:93:21 [INFO] [stderr] | [INFO] [stderr] 93 | pub flag_trace: bool, [INFO] [stderr] | ^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/bin/rq.rs:100:21 [INFO] [stderr] | [INFO] [stderr] 100 | #[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/bin/rq.rs:109:17 [INFO] [stderr] | [INFO] [stderr] 109 | schema: 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/bin/rq.rs:111:15 [INFO] [stderr] | [INFO] [stderr] 111 | base: Option, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error: aborting due to 28 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0423`. [INFO] [stderr] error: could not compile `record-query`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: aborting due to 28 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0423`. [INFO] [stderr] error: could not compile `record-query`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "8baae2e7636138310adf529373fbc3179458e535ad1e678032b4ccefb182593d"` [INFO] running `"docker" "rm" "-f" "8baae2e7636138310adf529373fbc3179458e535ad1e678032b4ccefb182593d"` [INFO] [stdout] 8baae2e7636138310adf529373fbc3179458e535ad1e678032b4ccefb182593d