[INFO] updating cached repository https://github.com/foldu/pickwp [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] 7966bc436e595bfc12d2aac750bcd05ba43af759 [INFO] checking foldu/pickwp against try#f149601db42efe10ece8b284ab681fd4a6fcb89c for pr-68766 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ffoldu%2Fpickwp" "/workspace/builds/worker-14/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-14/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/foldu/pickwp 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/foldu/pickwp [INFO] finished tweaking git repo https://github.com/foldu/pickwp [INFO] tweaked toml for git repo https://github.com/foldu/pickwp written to /workspace/builds/worker-14/source/Cargo.toml [INFO] crate git repo https://github.com/foldu/pickwp 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] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/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] f7f464a84dbe560517ebe47b012f6df277a88bfc375ac5887727d884ca2cb616 [INFO] running `"docker" "start" "-a" "f7f464a84dbe560517ebe47b012f6df277a88bfc375ac5887727d884ca2cb616"` [INFO] [stderr] Compiling siphasher v0.3.1 [INFO] [stderr] Checking bytes v0.5.2 [INFO] [stderr] Checking strum v0.16.0 [INFO] [stderr] Checking slotmap v0.4.0 [INFO] [stderr] Compiling getrandom v0.1.13 [INFO] [stderr] Checking tilde-expand v0.1.0 (https://github.com/foldu/tilde-expand?rev=8963d6673999c1284184ebf97c7be207e7d4b970#8963d667) [INFO] [stderr] Checking env_logger v0.7.1 [INFO] [stderr] Compiling proc-macro-hack v0.5.11 [INFO] [stderr] Compiling darling_core v0.10.2 [INFO] [stderr] Compiling snafu-derive v0.6.0 [INFO] [stderr] Checking rand_pcg v0.2.1 [INFO] [stderr] Compiling strum_macros v0.16.0 [INFO] [stderr] Checking serde v1.0.103 [INFO] [stderr] Checking structopt v0.3.5 [INFO] [stderr] Checking phf_shared v0.8.0 [INFO] [stderr] Checking rand v0.7.2 [INFO] [stderr] Compiling rand_core v0.5.1 [INFO] [stderr] Checking tokio v0.2.6 [INFO] [stderr] Compiling rand_chacha v0.2.1 [INFO] [stderr] Compiling futures-macro v0.3.1 [INFO] [stderr] Compiling phf_generator v0.8.0 [INFO] [stderr] Compiling phf_macros v0.8.0 [INFO] [stderr] Checking snafu v0.6.0 [INFO] [stderr] Checking tokio-util v0.2.0 [INFO] [stderr] Checking inotify v0.8.0 [INFO] [stderr] Checking futures-util v0.3.1 [INFO] [stderr] Compiling darling_macro v0.10.2 [INFO] [stderr] Checking phf v0.8.0 [INFO] [stderr] Checking serde_cbor v0.10.2 [INFO] [stderr] Checking serde_yaml v0.8.11 [INFO] [stderr] Checking serde_json v1.0.44 [INFO] [stderr] Checking humantime-serde v0.1.1 [INFO] [stderr] Compiling darling v0.10.2 [INFO] [stderr] Compiling cfgen_derive v0.1.0 (https://github.com/foldu/cfgen?rev=6cafcff155e0c760d046e73c8982c003b2615043#6cafcff1) [INFO] [stderr] Checking oneshot-reqrep v0.1.0 (https://github.com/foldu/oneshot-reqrep?rev=f0bd99a0db487823ce5334037520a1472bb869c0#f0bd99a0) [INFO] [stderr] Checking cfgen v0.1.0 (https://github.com/foldu/cfgen?rev=6cafcff155e0c760d046e73c8982c003b2615043#6cafcff1) [INFO] [stderr] Checking pickwp v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/ipc.rs:26:21 [INFO] [stderr] | [INFO] [stderr] 26 | #[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/ipc.rs:37:13 [INFO] [stderr] | [INFO] [stderr] 37 | id: usize, [INFO] [stderr] | ^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/ipc.rs:42:18 [INFO] [stderr] | [INFO] [stderr] 42 | filters: Vec, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/main.rs:215:17 [INFO] [stderr] | [INFO] [stderr] 215 | #[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/main.rs:217:17 [INFO] [stderr] | [INFO] [stderr] 217 | #[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/main.rs:225:11 [INFO] [stderr] | [INFO] [stderr] 225 | 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/ipc.rs:26:21 [INFO] [stderr] | [INFO] [stderr] 26 | #[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/ipc.rs:37:13 [INFO] [stderr] | [INFO] [stderr] 37 | id: usize, [INFO] [stderr] | ^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/ipc.rs:42:18 [INFO] [stderr] | [INFO] [stderr] 42 | filters: Vec, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/main.rs:215:17 [INFO] [stderr] | [INFO] [stderr] 215 | #[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/main.rs:217:17 [INFO] [stderr] | [INFO] [stderr] 217 | #[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/main.rs:225:11 [INFO] [stderr] | [INFO] [stderr] 225 | json: bool, [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 `pickwp`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [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 `pickwp`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "f7f464a84dbe560517ebe47b012f6df277a88bfc375ac5887727d884ca2cb616"` [INFO] running `"docker" "rm" "-f" "f7f464a84dbe560517ebe47b012f6df277a88bfc375ac5887727d884ca2cb616"` [INFO] [stdout] f7f464a84dbe560517ebe47b012f6df277a88bfc375ac5887727d884ca2cb616