[INFO] crate cargo-expand 0.4.17 is already in cache [INFO] checking cargo-expand-0.4.17 against try#f149601db42efe10ece8b284ab681fd4a6fcb89c for pr-68766 [INFO] extracting crate cargo-expand 0.4.17 into /workspace/builds/worker-4/source [INFO] validating manifest of crates.io crate cargo-expand 0.4.17 on toolchain f149601db42efe10ece8b284ab681fd4a6fcb89c [INFO] running `"/workspace/cargo-home/bin/cargo" "+f149601db42efe10ece8b284ab681fd4a6fcb89c" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate cargo-expand 0.4.17 [INFO] finished tweaking crates.io crate cargo-expand 0.4.17 [INFO] tweaked toml for crates.io crate cargo-expand 0.4.17 written to /workspace/builds/worker-4/source/Cargo.toml [INFO] crate crates.io crate cargo-expand 0.4.17 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-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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] 9d54d011731c87c491429eff20f7264d7cb5b012db505349794ad0d736743018 [INFO] running `"docker" "start" "-a" "9d54d011731c87c491429eff20f7264d7cb5b012db505349794ad0d736743018"` [INFO] [stderr] Compiling syn v1.0.11 [INFO] [stderr] Compiling cc v1.0.48 [INFO] [stderr] Checking encoding_index_tests v0.1.4 [INFO] [stderr] Checking regex-syntax v0.6.12 [INFO] [stderr] Compiling derive_builder v0.7.2 [INFO] [stderr] Checking shell-words v0.1.0 [INFO] [stderr] Checking lock_api v0.3.2 [INFO] [stderr] Checking line-wrap v0.1.1 [INFO] [stderr] Checking proc-macro2 v1.0.6 [INFO] [stderr] Checking parking_lot_core v0.7.0 [INFO] [stderr] Checking directories v1.0.2 [INFO] [stderr] Checking flate2 v1.0.13 [INFO] [stderr] Checking content_inspector v0.2.4 [INFO] [stderr] Compiling derive_builder_core v0.5.0 [INFO] [stderr] Checking encoding-index-singlebyte v1.20141219.5 [INFO] [stderr] Checking encoding-index-korean v1.20141219.5 [INFO] [stderr] Checking encoding-index-japanese v1.20141219.5 [INFO] [stderr] Checking encoding-index-tradchinese v1.20141219.5 [INFO] [stderr] Checking encoding-index-simpchinese v1.20141219.5 [INFO] [stderr] Checking parking_lot v0.10.0 [INFO] [stderr] Checking quote v1.0.2 [INFO] [stderr] Checking encoding v0.2.33 [INFO] [stderr] Compiling onig_sys v69.1.0 [INFO] [stderr] Compiling backtrace-sys v0.1.32 [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 regex v1.3.1 [INFO] [stderr] Checking console v0.7.7 [INFO] [stderr] Checking toolchain_find v0.1.4 [INFO] [stderr] Checking onig v4.3.3 [INFO] [stderr] Checking syn-select v0.2.0 [INFO] [stderr] Compiling proc-macro-error v0.2.6 [INFO] [stderr] Compiling serde_derive v1.0.104 [INFO] [stderr] Compiling structopt-derive v0.3.5 [INFO] [stderr] Checking structopt v0.3.5 [INFO] [stderr] Checking serde v1.0.104 [INFO] [stderr] Checking plist v0.4.2 [INFO] [stderr] Checking bincode v1.2.1 [INFO] [stderr] Checking serde_json v1.0.44 [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: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: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" "9d54d011731c87c491429eff20f7264d7cb5b012db505349794ad0d736743018"` [INFO] running `"docker" "rm" "-f" "9d54d011731c87c491429eff20f7264d7cb5b012db505349794ad0d736743018"` [INFO] [stdout] 9d54d011731c87c491429eff20f7264d7cb5b012db505349794ad0d736743018