[INFO] crate cargo-deps 1.3.0 is already in cache [INFO] checking cargo-deps-1.3.0 against try#f149601db42efe10ece8b284ab681fd4a6fcb89c for pr-68766 [INFO] extracting crate cargo-deps 1.3.0 into /workspace/builds/worker-0/source [INFO] validating manifest of crates.io crate cargo-deps 1.3.0 on toolchain f149601db42efe10ece8b284ab681fd4a6fcb89c [INFO] running `"/workspace/cargo-home/bin/cargo" "+f149601db42efe10ece8b284ab681fd4a6fcb89c" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate cargo-deps 1.3.0 [INFO] finished tweaking crates.io crate cargo-deps 1.3.0 [INFO] tweaked toml for crates.io crate cargo-deps 1.3.0 written to /workspace/builds/worker-0/source/Cargo.toml [INFO] crate crates.io crate cargo-deps 1.3.0 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] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 7fd699504e037588caaeedee3ab77d84b2a36b052dc9a611df30b7aa2ec35457 [INFO] running `"docker" "start" "-a" "7fd699504e037588caaeedee3ab77d84b2a36b052dc9a611df30b7aa2ec35457"` [INFO] [stderr] Compiling syn v1.0.8 [INFO] [stderr] Compiling libc v0.2.57 [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] Checking toml v0.5.1 [INFO] [stderr] Compiling structopt-derive v0.3.4 [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: aborting due to 14 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0423`. [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: could not compile `cargo-deps`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [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] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "7fd699504e037588caaeedee3ab77d84b2a36b052dc9a611df30b7aa2ec35457"` [INFO] running `"docker" "rm" "-f" "7fd699504e037588caaeedee3ab77d84b2a36b052dc9a611df30b7aa2ec35457"` [INFO] [stdout] 7fd699504e037588caaeedee3ab77d84b2a36b052dc9a611df30b7aa2ec35457