[INFO] updating cached repository https://github.com/m-cat/cargo-deps [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] 9f2344bad644d2a290e669bd9b593b1531acb859 [INFO] checking m-cat/cargo-deps against try#f149601db42efe10ece8b284ab681fd4a6fcb89c for pr-68766 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fm-cat%2Fcargo-deps" "/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/m-cat/cargo-deps 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/m-cat/cargo-deps [INFO] finished tweaking git repo https://github.com/m-cat/cargo-deps [INFO] tweaked toml for git repo https://github.com/m-cat/cargo-deps written to /workspace/builds/worker-14/source/Cargo.toml [INFO] crate git repo https://github.com/m-cat/cargo-deps 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-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] 8a0d5cda3374bf5dbb4de2ea54ef0a35e1e5c1ea1b2e81ec9636a01fc0bb9c83 [INFO] running `"docker" "start" "-a" "8a0d5cda3374bf5dbb4de2ea54ef0a35e1e5c1ea1b2e81ec9636a01fc0bb9c83"` [INFO] [stderr] Compiling libc v0.2.57 [INFO] [stderr] Compiling syn v1.0.8 [INFO] [stderr] Compiling serde v1.0.92 [INFO] [stderr] Checking atty v0.2.11 [INFO] [stderr] Checking clap v2.33.0 [INFO] [stderr] Compiling proc-macro-error v0.2.6 [INFO] [stderr] Compiling structopt-derive v0.3.4 [INFO] [stderr] Checking toml v0.5.1 [INFO] [stderr] Checking structopt v0.3.4 [INFO] [stderr] Checking cargo-deps v1.3.0 (/opt/rustwide/workdir) [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/args.rs:23:16 [INFO] [stderr] | [INFO] [stderr] 23 | pub depth: Option, [INFO] [stderr] | ^^^^^^^^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/args.rs:27:19 [INFO] [stderr] | [INFO] [stderr] 27 | pub dot_file: Option, [INFO] [stderr] | ^^^^^^^^^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/args.rs:31:17 [INFO] [stderr] | [INFO] [stderr] 31 | pub filter: Option>, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/args.rs:39:24 [INFO] [stderr] | [INFO] [stderr] 39 | pub manifest_path: String, [INFO] [stderr] | ^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/args.rs:43:19 [INFO] [stderr] | [INFO] [stderr] 43 | pub subgraph: Option>, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/args.rs:47:24 [INFO] [stderr] | [INFO] [stderr] 47 | pub subgraph_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/args.rs:51:19 [INFO] [stderr] | [INFO] [stderr] 51 | pub all_deps: bool, [INFO] [stderr] | ^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/args.rs:55:21 [INFO] [stderr] | [INFO] [stderr] 55 | pub build_deps: bool, [INFO] [stderr] | ^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/args.rs:59:19 [INFO] [stderr] | [INFO] [stderr] 59 | pub dev_deps: bool, [INFO] [stderr] | ^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/args.rs:63:24 [INFO] [stderr] | [INFO] [stderr] 63 | pub optional_deps: bool, [INFO] [stderr] | ^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/args.rs:67:26 [INFO] [stderr] | [INFO] [stderr] 67 | pub include_orphans: bool, [INFO] [stderr] | ^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/args.rs:71:27 [INFO] [stderr] | [INFO] [stderr] 71 | pub include_versions: bool, [INFO] [stderr] | ^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/args.rs:75:26 [INFO] [stderr] | [INFO] [stderr] 75 | pub no_regular_deps: bool, [INFO] [stderr] | ^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/args.rs:79:29 [INFO] [stderr] | [INFO] [stderr] 79 | pub no_transitive_deps: bool, [INFO] [stderr] | ^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/args.rs:23:16 [INFO] [stderr] | [INFO] [stderr] 23 | pub depth: Option, [INFO] [stderr] | ^^^^^^^^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/args.rs:27:19 [INFO] [stderr] | [INFO] [stderr] 27 | pub dot_file: Option, [INFO] [stderr] | ^^^^^^^^^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/args.rs:31:17 [INFO] [stderr] | [INFO] [stderr] 31 | pub filter: Option>, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/args.rs:39:24 [INFO] [stderr] | [INFO] [stderr] 39 | pub manifest_path: String, [INFO] [stderr] | ^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/args.rs:43:19 [INFO] [stderr] | [INFO] [stderr] 43 | pub subgraph: Option>, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/args.rs:47:24 [INFO] [stderr] | [INFO] [stderr] 47 | pub subgraph_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/args.rs:51:19 [INFO] [stderr] | [INFO] [stderr] 51 | pub all_deps: bool, [INFO] [stderr] | ^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/args.rs:55:21 [INFO] [stderr] | [INFO] [stderr] 55 | pub build_deps: bool, [INFO] [stderr] | ^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/args.rs:59:19 [INFO] [stderr] | [INFO] [stderr] 59 | pub dev_deps: bool, [INFO] [stderr] | ^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/args.rs:63:24 [INFO] [stderr] | [INFO] [stderr] 63 | pub optional_deps: bool, [INFO] [stderr] | ^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/args.rs:67:26 [INFO] [stderr] | [INFO] [stderr] 67 | pub include_orphans: bool, [INFO] [stderr] | ^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/args.rs:71:27 [INFO] [stderr] | [INFO] [stderr] 71 | pub include_versions: bool, [INFO] [stderr] | ^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/args.rs:75:26 [INFO] [stderr] | [INFO] [stderr] 75 | pub no_regular_deps: bool, [INFO] [stderr] | ^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/args.rs:79:29 [INFO] [stderr] | [INFO] [stderr] 79 | pub no_transitive_deps: bool, [INFO] [stderr] | ^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error: aborting due to 14 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0423`. [INFO] [stderr] error: could not compile `cargo-deps`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: aborting due to 14 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0423`. [INFO] [stderr] error: could not compile `cargo-deps`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "8a0d5cda3374bf5dbb4de2ea54ef0a35e1e5c1ea1b2e81ec9636a01fc0bb9c83"` [INFO] running `"docker" "rm" "-f" "8a0d5cda3374bf5dbb4de2ea54ef0a35e1e5c1ea1b2e81ec9636a01fc0bb9c83"` [INFO] [stdout] 8a0d5cda3374bf5dbb4de2ea54ef0a35e1e5c1ea1b2e81ec9636a01fc0bb9c83