[INFO] updating cached repository https://github.com/dtolnay/cargo-expand [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] 354d1940c2400b00f16747b988cb7bb40f4870d6 [INFO] checking dtolnay/cargo-expand against try#f149601db42efe10ece8b284ab681fd4a6fcb89c for pr-68766 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdtolnay%2Fcargo-expand" "/workspace/builds/worker-3/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-3/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/dtolnay/cargo-expand 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/dtolnay/cargo-expand [INFO] finished tweaking git repo https://github.com/dtolnay/cargo-expand [INFO] tweaked toml for git repo https://github.com/dtolnay/cargo-expand written to /workspace/builds/worker-3/source/Cargo.toml [INFO] crate git repo https://github.com/dtolnay/cargo-expand 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-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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] 31698aa2a03e66ed35c7889d80df94b1d117290570282fb65d0d456a3d15021f [INFO] running `"docker" "start" "-a" "31698aa2a03e66ed35c7889d80df94b1d117290570282fb65d0d456a3d15021f"` [INFO] [stderr] Compiling syn v1.0.11 [INFO] [stderr] Compiling cc v1.0.48 [INFO] [stderr] Compiling syn v0.15.44 [INFO] [stderr] Checking smallvec v1.1.0 [INFO] [stderr] Checking unicode-xid v0.2.0 [INFO] [stderr] Checking shell-words v0.1.0 [INFO] [stderr] Checking lock_api v0.3.2 [INFO] [stderr] Checking humantime v1.3.0 [INFO] [stderr] Checking line-wrap v0.1.1 [INFO] [stderr] Checking yaml-rust v0.4.3 [INFO] [stderr] Checking clicolors-control v1.0.1 [INFO] [stderr] Checking termios v0.3.1 [INFO] [stderr] Checking directories v1.0.2 [INFO] [stderr] Checking content_inspector v0.2.4 [INFO] [stderr] Checking dirs v1.0.5 [INFO] [stderr] Checking flate2 v1.0.13 [INFO] [stderr] Checking clap v2.33.0 [INFO] [stderr] Checking proc-macro2 v1.0.6 [INFO] [stderr] Checking toolchain_find v0.1.4 [INFO] [stderr] Checking parking_lot_core v0.7.0 [INFO] [stderr] Checking parking_lot v0.10.0 [INFO] [stderr] Checking quote v1.0.2 [INFO] [stderr] Checking console v0.7.7 [INFO] [stderr] Compiling backtrace-sys v0.1.32 [INFO] [stderr] Compiling onig_sys v69.1.0 [INFO] [stderr] Compiling ansi_colours v1.0.1 [INFO] [stderr] Checking backtrace v0.3.40 [INFO] [stderr] Checking error-chain v0.12.1 [INFO] [stderr] Checking onig v4.3.3 [INFO] [stderr] Checking syn-select v0.2.0 [INFO] [stderr] Compiling darling_core v0.9.0 [INFO] [stderr] Compiling proc-macro-error v0.2.6 [INFO] [stderr] Compiling darling_macro v0.9.0 [INFO] [stderr] Compiling serde_derive v1.0.104 [INFO] [stderr] Compiling structopt-derive v0.3.5 [INFO] [stderr] Compiling darling v0.9.0 [INFO] [stderr] Compiling derive_builder_core v0.5.0 [INFO] [stderr] Compiling derive_builder v0.7.2 [INFO] [stderr] Checking structopt v0.3.5 [INFO] [stderr] Checking serde v1.0.104 [INFO] [stderr] Checking serde_json v1.0.44 [INFO] [stderr] Checking plist v0.4.2 [INFO] [stderr] Checking bincode v1.2.1 [INFO] [stderr] Checking toml v0.5.5 [INFO] [stderr] Checking syntect v3.2.0 [INFO] [stderr] Checking prettyprint v0.7.0 [INFO] [stderr] Checking cargo-expand v0.4.17 (/opt/rustwide/workdir) [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/opts.rs:27:19 [INFO] [stderr] | [INFO] [stderr] 27 | pub features: Option, [INFO] [stderr] | ^^^^^^^^^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/opts.rs:31:23 [INFO] [stderr] | [INFO] [stderr] 31 | pub all_features: bool, [INFO] [stderr] | ^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/opts.rs:35:30 [INFO] [stderr] | [INFO] [stderr] 35 | pub no_default_features: bool, [INFO] [stderr] | ^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/opts.rs:39:14 [INFO] [stderr] | [INFO] [stderr] 39 | pub lib: bool, [INFO] [stderr] | ^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/opts.rs:43:14 [INFO] [stderr] | [INFO] [stderr] 43 | pub bin: Option, [INFO] [stderr] | ^^^^^^^^^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/opts.rs:47:18 [INFO] [stderr] | [INFO] [stderr] 47 | pub example: Option, [INFO] [stderr] | ^^^^^^^^^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/opts.rs:51:15 [INFO] [stderr] | [INFO] [stderr] 51 | pub test: Option, [INFO] [stderr] | ^^^^^^^^^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/opts.rs:55:16 [INFO] [stderr] | [INFO] [stderr] 55 | pub tests: bool, [INFO] [stderr] | ^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/opts.rs:59:16 [INFO] [stderr] | [INFO] [stderr] 59 | pub bench: Option, [INFO] [stderr] | ^^^^^^^^^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/opts.rs:63:17 [INFO] [stderr] | [INFO] [stderr] 63 | pub target: Option, [INFO] [stderr] | ^^^^^^^^^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/opts.rs:67:21 [INFO] [stderr] | [INFO] [stderr] 67 | pub target_dir: Option, [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/opts.rs:71:24 [INFO] [stderr] | [INFO] [stderr] 71 | pub manifest_path: Option, [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/opts.rs:75:18 [INFO] [stderr] | [INFO] [stderr] 75 | pub package: Option, [INFO] [stderr] | ^^^^^^^^^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/opts.rs:79:15 [INFO] [stderr] | [INFO] [stderr] 79 | pub jobs: Option, [INFO] [stderr] | ^^^^^^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/opts.rs:83:18 [INFO] [stderr] | [INFO] [stderr] 83 | pub verbose: bool, [INFO] [stderr] | ^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/opts.rs:87:16 [INFO] [stderr] | [INFO] [stderr] 87 | pub color: Option, [INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/opts.rs:91:17 [INFO] [stderr] | [INFO] [stderr] 91 | pub frozen: bool, [INFO] [stderr] | ^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/opts.rs:95:17 [INFO] [stderr] | [INFO] [stderr] 95 | pub locked: bool, [INFO] [stderr] | ^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/opts.rs:99:25 [INFO] [stderr] | [INFO] [stderr] 99 | pub unstable_flags: Vec, [INFO] [stderr] | ^^^^^^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/opts.rs:103:15 [INFO] [stderr] | [INFO] [stderr] 103 | pub ugly: bool, [INFO] [stderr] | ^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/opts.rs:107:16 [INFO] [stderr] | [INFO] [stderr] 107 | pub theme: Option, [INFO] [stderr] | ^^^^^^^^^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/opts.rs:111:17 [INFO] [stderr] | [INFO] [stderr] 111 | pub themes: bool, [INFO] [stderr] | ^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/opts.rs:115:15 [INFO] [stderr] | [INFO] [stderr] 115 | pub item: Option, [INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/opts.rs:27:19 [INFO] [stderr] | [INFO] [stderr] 27 | pub features: Option, [INFO] [stderr] | ^^^^^^^^^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/opts.rs:31:23 [INFO] [stderr] | [INFO] [stderr] 31 | pub all_features: bool, [INFO] [stderr] | ^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/opts.rs:35:30 [INFO] [stderr] | [INFO] [stderr] 35 | pub no_default_features: bool, [INFO] [stderr] | ^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/opts.rs:39:14 [INFO] [stderr] | [INFO] [stderr] 39 | pub lib: bool, [INFO] [stderr] | ^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/opts.rs:43:14 [INFO] [stderr] | [INFO] [stderr] 43 | pub bin: Option, [INFO] [stderr] | ^^^^^^^^^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/opts.rs:47:18 [INFO] [stderr] | [INFO] [stderr] 47 | pub example: Option, [INFO] [stderr] | ^^^^^^^^^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/opts.rs:51:15 [INFO] [stderr] | [INFO] [stderr] 51 | pub test: Option, [INFO] [stderr] | ^^^^^^^^^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/opts.rs:55:16 [INFO] [stderr] | [INFO] [stderr] 55 | pub tests: bool, [INFO] [stderr] | ^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/opts.rs:59:16 [INFO] [stderr] | [INFO] [stderr] 59 | pub bench: Option, [INFO] [stderr] | ^^^^^^^^^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/opts.rs:63:17 [INFO] [stderr] | [INFO] [stderr] 63 | pub target: Option, [INFO] [stderr] | ^^^^^^^^^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/opts.rs:67:21 [INFO] [stderr] | [INFO] [stderr] 67 | pub target_dir: Option, [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/opts.rs:71:24 [INFO] [stderr] | [INFO] [stderr] 71 | pub manifest_path: Option, [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/opts.rs:75:18 [INFO] [stderr] | [INFO] [stderr] 75 | pub package: Option, [INFO] [stderr] | ^^^^^^^^^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/opts.rs:79:15 [INFO] [stderr] | [INFO] [stderr] 79 | pub jobs: Option, [INFO] [stderr] | ^^^^^^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/opts.rs:83:18 [INFO] [stderr] | [INFO] [stderr] 83 | pub verbose: bool, [INFO] [stderr] | ^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/opts.rs:87:16 [INFO] [stderr] | [INFO] [stderr] 87 | pub color: Option, [INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/opts.rs:91:17 [INFO] [stderr] | [INFO] [stderr] 91 | pub frozen: bool, [INFO] [stderr] | ^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/opts.rs:95:17 [INFO] [stderr] | [INFO] [stderr] 95 | pub locked: bool, [INFO] [stderr] | ^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/opts.rs:99:25 [INFO] [stderr] | [INFO] [stderr] 99 | pub unstable_flags: Vec, [INFO] [stderr] | ^^^^^^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/opts.rs:103:15 [INFO] [stderr] | [INFO] [stderr] 103 | pub ugly: bool, [INFO] [stderr] | ^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/opts.rs:107:16 [INFO] [stderr] | [INFO] [stderr] 107 | pub theme: Option, [INFO] [stderr] | ^^^^^^^^^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/opts.rs:111:17 [INFO] [stderr] | [INFO] [stderr] 111 | pub themes: bool, [INFO] [stderr] | ^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/opts.rs:115:15 [INFO] [stderr] | [INFO] [stderr] 115 | pub item: Option, [INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error: aborting due to 23 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0423`. [INFO] [stderr] error: could not compile `cargo-expand`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: aborting due to 23 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0423`. [INFO] [stderr] error: could not compile `cargo-expand`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "31698aa2a03e66ed35c7889d80df94b1d117290570282fb65d0d456a3d15021f"` [INFO] running `"docker" "rm" "-f" "31698aa2a03e66ed35c7889d80df94b1d117290570282fb65d0d456a3d15021f"` [INFO] [stdout] 31698aa2a03e66ed35c7889d80df94b1d117290570282fb65d0d456a3d15021f