[INFO] updating cached repository https://github.com/gnzlbg/cargo-asm [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] 577f890ebd4a09c8265710261e976fe7bfce8668 [INFO] checking gnzlbg/cargo-asm against try#f149601db42efe10ece8b284ab681fd4a6fcb89c for pr-68766 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fgnzlbg%2Fcargo-asm" "/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/gnzlbg/cargo-asm 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/gnzlbg/cargo-asm [INFO] finished tweaking git repo https://github.com/gnzlbg/cargo-asm [INFO] tweaked toml for git repo https://github.com/gnzlbg/cargo-asm written to /workspace/builds/worker-6/source/Cargo.toml [INFO] crate git repo https://github.com/gnzlbg/cargo-asm 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] warning: file found to be present in multiple build targets: /workspace/builds/worker-6/source/src/main.rs [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] 54e593dc7ac1c05de84415af551f683f846e66cf64ae804cfacedec9742949a0 [INFO] running `"docker" "start" "-a" "54e593dc7ac1c05de84415af551f683f846e66cf64ae804cfacedec9742949a0"` [INFO] [stderr] warning: file found to be present in multiple build targets: /opt/rustwide/workdir/src/main.rs [INFO] [stderr] Compiling proc-macro2 v0.4.13 [INFO] [stderr] Compiling cc v1.0.20 [INFO] [stderr] Checking edit-distance v2.1.0 [INFO] [stderr] Checking platforms v0.2.0 [INFO] [stderr] Checking environment v0.1.1 [INFO] [stderr] Checking colored v1.6.1 [INFO] [stderr] Checking walkdir v2.2.9 [INFO] [stderr] Checking atty v0.2.11 [INFO] [stderr] Checking log v0.4.8 [INFO] [stderr] Checking serde_json v1.0.41 [INFO] [stderr] Checking toml v0.5.3 [INFO] [stderr] Compiling proc-macro-error v0.2.6 [INFO] [stderr] Checking parking_lot_core v0.6.2 [INFO] [stderr] Checking clap v2.33.0 [INFO] [stderr] Checking parking_lot v0.9.0 [INFO] [stderr] Compiling structopt-derive v0.3.3 [INFO] [stderr] Compiling quote v0.6.8 [INFO] [stderr] Compiling syn v0.14.9 [INFO] [stderr] Compiling backtrace-sys v0.1.24 [INFO] [stderr] Checking backtrace v0.3.9 [INFO] [stderr] Checking structopt v0.3.3 [INFO] [stderr] Checking cargo-asm v0.1.17 (/opt/rustwide/workdir) [INFO] [stderr] Compiling synstructure v0.9.0 [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/options.rs:23:15 [INFO] [stderr] | [INFO] [stderr] 23 | pub 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/options.rs:25:17 [INFO] [stderr] | [INFO] [stderr] 25 | pub TRIPLE: Option, [INFO] [stderr] | ^^^^^^^^^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/options.rs:27:19 [INFO] [stderr] | [INFO] [stderr] 27 | pub no_color: bool, [INFO] [stderr] | ^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/options.rs:33:20 [INFO] [stderr] | [INFO] [stderr] 33 | pub asm_style: Style, [INFO] [stderr] | ^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/options.rs:39:21 [INFO] [stderr] | [INFO] [stderr] 39 | pub build_type: Type, [INFO] [stderr] | ^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/options.rs:41:19 [INFO] [stderr] | [INFO] [stderr] 41 | pub features: Vec, [INFO] [stderr] | ^^^^^^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/options.rs:43:18 [INFO] [stderr] | [INFO] [stderr] 43 | 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/options.rs:45:15 [INFO] [stderr] | [INFO] [stderr] 45 | pub rust: bool, [INFO] [stderr] | ^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/options.rs:47:19 [INFO] [stderr] | [INFO] [stderr] 47 | pub comments: bool, [INFO] [stderr] | ^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/options.rs:49:21 [INFO] [stderr] | [INFO] [stderr] 49 | pub directives: bool, [INFO] [stderr] | ^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/options.rs:54:15 [INFO] [stderr] | [INFO] [stderr] 54 | pub json: bool, [INFO] [stderr] | ^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/options.rs:59:21 [INFO] [stderr] | [INFO] [stderr] 59 | pub debug_mode: bool, [INFO] [stderr] | ^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/options.rs:65:24 [INFO] [stderr] | [INFO] [stderr] 65 | pub manifest_path: Option<::std::path::PathBuf>, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/options.rs:70:21 [INFO] [stderr] | [INFO] [stderr] 70 | pub debug_info: bool, [INFO] [stderr] | ^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/options.rs:72:14 [INFO] [stderr] | [INFO] [stderr] 72 | 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/options.rs:77:30 [INFO] [stderr] | [INFO] [stderr] 77 | 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/options.rs:88:15 [INFO] [stderr] | [INFO] [stderr] 88 | pub 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/options.rs:90:17 [INFO] [stderr] | [INFO] [stderr] 90 | pub TRIPLE: Option, [INFO] [stderr] | ^^^^^^^^^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/options.rs:92:19 [INFO] [stderr] | [INFO] [stderr] 92 | pub features: Vec, [INFO] [stderr] | ^^^^^^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/options.rs:94:18 [INFO] [stderr] | [INFO] [stderr] 94 | 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/options.rs:96:19 [INFO] [stderr] | [INFO] [stderr] 96 | pub no_color: bool, [INFO] [stderr] | ^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/options.rs:102:21 [INFO] [stderr] | [INFO] [stderr] 102 | pub build_type: Type, [INFO] [stderr] | ^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/options.rs:104:15 [INFO] [stderr] | [INFO] [stderr] 104 | pub rust: bool, [INFO] [stderr] | ^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/options.rs:109:21 [INFO] [stderr] | [INFO] [stderr] 109 | pub debug_mode: bool, [INFO] [stderr] | ^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/options.rs:115:24 [INFO] [stderr] | [INFO] [stderr] 115 | pub manifest_path: Option<::std::path::PathBuf>, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/options.rs:117:14 [INFO] [stderr] | [INFO] [stderr] 117 | 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/options.rs:122:30 [INFO] [stderr] | [INFO] [stderr] 122 | 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/options.rs:23:15 [INFO] [stderr] | [INFO] [stderr] 23 | pub 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/options.rs:25:17 [INFO] [stderr] | [INFO] [stderr] 25 | pub TRIPLE: Option, [INFO] [stderr] | ^^^^^^^^^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/options.rs:27:19 [INFO] [stderr] | [INFO] [stderr] 27 | pub no_color: bool, [INFO] [stderr] | ^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/options.rs:33:20 [INFO] [stderr] | [INFO] [stderr] 33 | pub asm_style: Style, [INFO] [stderr] | ^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/options.rs:39:21 [INFO] [stderr] | [INFO] [stderr] 39 | pub build_type: Type, [INFO] [stderr] | ^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/options.rs:41:19 [INFO] [stderr] | [INFO] [stderr] 41 | pub features: Vec, [INFO] [stderr] | ^^^^^^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/options.rs:43:18 [INFO] [stderr] | [INFO] [stderr] 43 | 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/options.rs:45:15 [INFO] [stderr] | [INFO] [stderr] 45 | pub rust: bool, [INFO] [stderr] | ^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/options.rs:47:19 [INFO] [stderr] | [INFO] [stderr] 47 | pub comments: bool, [INFO] [stderr] | ^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/options.rs:49:21 [INFO] [stderr] | [INFO] [stderr] 49 | pub directives: bool, [INFO] [stderr] | ^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/options.rs:54:15 [INFO] [stderr] | [INFO] [stderr] 54 | pub json: bool, [INFO] [stderr] | ^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/options.rs:59:21 [INFO] [stderr] | [INFO] [stderr] 59 | pub debug_mode: bool, [INFO] [stderr] | ^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/options.rs:65:24 [INFO] [stderr] | [INFO] [stderr] 65 | pub manifest_path: Option<::std::path::PathBuf>, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/options.rs:70:21 [INFO] [stderr] | [INFO] [stderr] 70 | pub debug_info: bool, [INFO] [stderr] | ^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/options.rs:72:14 [INFO] [stderr] | [INFO] [stderr] 72 | 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/options.rs:77:30 [INFO] [stderr] | [INFO] [stderr] 77 | 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/options.rs:88:15 [INFO] [stderr] | [INFO] [stderr] 88 | pub 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/options.rs:90:17 [INFO] [stderr] | [INFO] [stderr] 90 | pub TRIPLE: Option, [INFO] [stderr] | ^^^^^^^^^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/options.rs:92:19 [INFO] [stderr] | [INFO] [stderr] 92 | pub features: Vec, [INFO] [stderr] | ^^^^^^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/options.rs:94:18 [INFO] [stderr] | [INFO] [stderr] 94 | 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/options.rs:96:19 [INFO] [stderr] | [INFO] [stderr] 96 | pub no_color: bool, [INFO] [stderr] | ^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error: aborting due to 27 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0423`. [INFO] [stderr] error: could not compile `cargo-asm`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/options.rs:102:21 [INFO] [stderr] | [INFO] [stderr] 102 | pub build_type: Type, [INFO] [stderr] | ^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/options.rs:104:15 [INFO] [stderr] | [INFO] [stderr] 104 | pub rust: bool, [INFO] [stderr] | ^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/options.rs:109:21 [INFO] [stderr] | [INFO] [stderr] 109 | pub debug_mode: bool, [INFO] [stderr] | ^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/options.rs:115:24 [INFO] [stderr] | [INFO] [stderr] 115 | pub manifest_path: Option<::std::path::PathBuf>, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/options.rs:117:14 [INFO] [stderr] | [INFO] [stderr] 117 | 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/options.rs:122:30 [INFO] [stderr] | [INFO] [stderr] 122 | pub no_default_features: bool, [INFO] [stderr] | ^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error: aborting due to 27 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0423`. [INFO] [stderr] error: could not compile `cargo-asm`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "54e593dc7ac1c05de84415af551f683f846e66cf64ae804cfacedec9742949a0"` [INFO] running `"docker" "rm" "-f" "54e593dc7ac1c05de84415af551f683f846e66cf64ae804cfacedec9742949a0"` [INFO] [stdout] 54e593dc7ac1c05de84415af551f683f846e66cf64ae804cfacedec9742949a0