[INFO] updating cached repository https://github.com/nickbabcock/rrrocket [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] 1c782f2cc60be3c434355a274dac8110f09659cb [INFO] checking nickbabcock/rrrocket against try#f149601db42efe10ece8b284ab681fd4a6fcb89c for pr-68766 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnickbabcock%2Frrrocket" "/workspace/builds/worker-6/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-6/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/nickbabcock/rrrocket 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/nickbabcock/rrrocket [INFO] finished tweaking git repo https://github.com/nickbabcock/rrrocket [INFO] tweaked toml for git repo https://github.com/nickbabcock/rrrocket written to /workspace/builds/worker-6/source/Cargo.toml [INFO] crate git repo https://github.com/nickbabcock/rrrocket 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-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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] 4f82bc1bc53eb24d84522cc2ee4901e76fe78bb95ab1d1139ef8b123f1437f96 [INFO] running `"docker" "start" "-a" "4f82bc1bc53eb24d84522cc2ee4901e76fe78bb95ab1d1139ef8b123f1437f96"` [INFO] [stderr] Compiling siphasher v0.3.1 [INFO] [stderr] Compiling unicode-segmentation v1.5.0 [INFO] [stderr] Compiling escargot v0.5.0 [INFO] [stderr] Compiling boxcars v0.6.2 [INFO] [stderr] Checking predicates-core v1.0.0 [INFO] [stderr] Checking normalize-line-endings v0.2.2 [INFO] [stderr] Checking if_chain v1.0.0 [INFO] [stderr] Checking bitter v0.4.0 [INFO] [stderr] Checking treeline v0.1.0 [INFO] [stderr] Checking glob v0.3.0 [INFO] [stderr] Compiling num-traits v0.2.8 [INFO] [stderr] Compiling rustversion v1.0.1 [INFO] [stderr] Compiling rand_pcg v0.2.1 [INFO] [stderr] Compiling serde_derive v1.0.104 [INFO] [stderr] Compiling syn-mid v0.4.0 [INFO] [stderr] Compiling snafu-derive v0.6.2 [INFO] [stderr] Checking rayon-core v1.7.0 [INFO] [stderr] Compiling rand v0.7.2 [INFO] [stderr] Compiling phf_shared v0.8.0 [INFO] [stderr] Checking predicates-tree v1.0.0 [INFO] [stderr] Compiling heck v0.3.1 [INFO] [stderr] Checking rayon v1.3.0 [INFO] [stderr] Checking float-cmp v0.5.3 [INFO] [stderr] Compiling proc-macro-error v0.4.4 [INFO] [stderr] Compiling proc-macro-error-attr v0.4.3 [INFO] [stderr] Checking tempfile v3.1.0 [INFO] [stderr] Compiling phf_generator v0.8.0 [INFO] [stderr] Checking predicates v1.0.2 [INFO] [stderr] Compiling phf_macros v0.8.0 [INFO] [stderr] Compiling structopt-derive v0.4.0 [INFO] [stderr] Checking snafu v0.6.2 [INFO] [stderr] Checking phf v0.8.0 [INFO] [stderr] Checking structopt v0.3.7 [INFO] [stderr] Checking serde v1.0.104 [INFO] [stderr] Checking serde_json v1.0.44 [INFO] [stderr] Checking rrrocket v0.6.3-pre (/opt/rustwide/workdir) [INFO] [stderr] Checking assert_cmd v0.12.0 [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/main.rs:74:10 [INFO] [stderr] | [INFO] [stderr] 74 | crc: bool, [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:81:11 [INFO] [stderr] | [INFO] [stderr] 81 | body: bool, [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:88:15 [INFO] [stderr] | [INFO] [stderr] 88 | multiple: bool, [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:95:13 [INFO] [stderr] | [INFO] [stderr] 95 | pretty: bool, [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:102:17 [INFO] [stderr] | [INFO] [stderr] 102 | json_lines: bool, [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:105:14 [INFO] [stderr] | [INFO] [stderr] 105 | dry_run: bool, [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:108:12 [INFO] [stderr] | [INFO] [stderr] 108 | input: Vec, [INFO] [stderr] | ^^^^^^^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error: aborting due to 7 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0423`. [INFO] [stderr] error: could not compile `rrrocket`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "4f82bc1bc53eb24d84522cc2ee4901e76fe78bb95ab1d1139ef8b123f1437f96"` [INFO] running `"docker" "rm" "-f" "4f82bc1bc53eb24d84522cc2ee4901e76fe78bb95ab1d1139ef8b123f1437f96"` [INFO] [stdout] 4f82bc1bc53eb24d84522cc2ee4901e76fe78bb95ab1d1139ef8b123f1437f96