[INFO] crate structopt-flags 0.3.5 is already in cache [INFO] checking structopt-flags-0.3.5 against try#f149601db42efe10ece8b284ab681fd4a6fcb89c for pr-68766 [INFO] extracting crate structopt-flags 0.3.5 into /workspace/builds/worker-4/source [INFO] validating manifest of crates.io crate structopt-flags 0.3.5 on toolchain f149601db42efe10ece8b284ab681fd4a6fcb89c [INFO] running `"/workspace/cargo-home/bin/cargo" "+f149601db42efe10ece8b284ab681fd4a6fcb89c" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate structopt-flags 0.3.5 [INFO] removed 0 missing examples [INFO] finished tweaking crates.io crate structopt-flags 0.3.5 [INFO] tweaked toml for crates.io crate structopt-flags 0.3.5 written to /workspace/builds/worker-4/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+f149601db42efe10ece8b284ab681fd4a6fcb89c" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [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-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] 82c7f1402447139585336a106f5f8da1b1bcf2ddd8537bb384b7a9a408e6d46c [INFO] running `"docker" "start" "-a" "82c7f1402447139585336a106f5f8da1b1bcf2ddd8537bb384b7a9a408e6d46c"` [INFO] [stderr] Compiling escargot v0.4.0 [INFO] [stderr] Checking bytecount v0.4.0 [INFO] [stderr] Checking pulldown-cmark v0.2.0 [INFO] [stderr] Compiling rustversion v1.0.2 [INFO] [stderr] Compiling syn-mid v0.5.0 [INFO] [stderr] Checking error-chain v0.12.1 [INFO] [stderr] Compiling serde_json v1.0.46 [INFO] [stderr] Compiling semver v0.9.0 [INFO] [stderr] Checking escargot v0.5.0 [INFO] [stderr] Checking failure v0.1.6 [INFO] [stderr] Checking cargo_metadata v0.6.4 [INFO] [stderr] Compiling proc-macro-error v0.4.8 [INFO] [stderr] Compiling proc-macro-error-attr v0.4.8 [INFO] [stderr] Checking skeptic v0.13.4 [INFO] [stderr] Checking assert_cmd v0.11.1 [INFO] [stderr] Compiling structopt-derive v0.4.2 [INFO] [stderr] Compiling structopt-flags v0.3.5 (/opt/rustwide/workdir) [INFO] [stderr] Checking structopt v0.3.9 [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/config.rs:35:15 [INFO] [stderr] | [INFO] [stderr] 35 | filename: PathBuf, [INFO] [stderr] | ^^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/config.rs:90:15 [INFO] [stderr] | [INFO] [stderr] 90 | filename: Option, [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/force.rs:35:16 [INFO] [stderr] | [INFO] [stderr] 35 | pub force: bool, [INFO] [stderr] | ^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/ip.rs:35:16 [INFO] [stderr] | [INFO] [stderr] 35 | host_addr: Option, [INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/ip.rs:75:20 [INFO] [stderr] | [INFO] [stderr] 75 | pub host_addr: Ipv4Addr, [INFO] [stderr] | ^^^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/ip.rs:108:16 [INFO] [stderr] | [INFO] [stderr] 108 | host_addr: Option, [INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/ip.rs:148:20 [INFO] [stderr] | [INFO] [stderr] 148 | pub host_addr: Ipv6Addr, [INFO] [stderr] | ^^^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/ip.rs:181:16 [INFO] [stderr] | [INFO] [stderr] 181 | host_addr: Option, [INFO] [stderr] | ^^^^^^^^^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/ip.rs:221:20 [INFO] [stderr] | [INFO] [stderr] 221 | pub host_addr: IpAddr, [INFO] [stderr] | ^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/logopt.rs:46:16 [INFO] [stderr] | [INFO] [stderr] 46 | log_level: LevelFilter, [INFO] [stderr] | ^^^^^^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/logopt.rs:98:16 [INFO] [stderr] | [INFO] [stderr] 98 | log_level: LevelFilter, [INFO] [stderr] | ^^^^^^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/logopt.rs:150:16 [INFO] [stderr] | [INFO] [stderr] 150 | log_level: Option, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/logopt.rs:218:16 [INFO] [stderr] | [INFO] [stderr] 218 | log_level: Option, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/verbose.rs:47:22 [INFO] [stderr] | [INFO] [stderr] 47 | verbosity_level: u8, [INFO] [stderr] | ^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/verbose.rs:106:22 [INFO] [stderr] | [INFO] [stderr] 106 | verbosity_level: u8, [INFO] [stderr] | ^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/verbose.rs:182:22 [INFO] [stderr] | [INFO] [stderr] 182 | verbosity_level: u8, [INFO] [stderr] | ^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/verbose.rs:195:18 [INFO] [stderr] | [INFO] [stderr] 195 | quiet_level: u8, [INFO] [stderr] | ^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/verbose.rs:266:18 [INFO] [stderr] | [INFO] [stderr] 266 | pub verbose: bool, [INFO] [stderr] | ^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error: aborting due to 18 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0423`. [INFO] [stderr] error: could not compile `structopt-flags`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/config.rs:35:15 [INFO] [stderr] | [INFO] [stderr] 35 | filename: PathBuf, [INFO] [stderr] | ^^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/config.rs:90:15 [INFO] [stderr] | [INFO] [stderr] 90 | filename: Option, [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/force.rs:35:16 [INFO] [stderr] | [INFO] [stderr] 35 | pub force: bool, [INFO] [stderr] | ^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/ip.rs:35:16 [INFO] [stderr] | [INFO] [stderr] 35 | host_addr: Option, [INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/ip.rs:75:20 [INFO] [stderr] | [INFO] [stderr] 75 | pub host_addr: Ipv4Addr, [INFO] [stderr] | ^^^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/ip.rs:108:16 [INFO] [stderr] | [INFO] [stderr] 108 | host_addr: Option, [INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/ip.rs:148:20 [INFO] [stderr] | [INFO] [stderr] 148 | pub host_addr: Ipv6Addr, [INFO] [stderr] | ^^^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/ip.rs:181:16 [INFO] [stderr] | [INFO] [stderr] 181 | host_addr: Option, [INFO] [stderr] | ^^^^^^^^^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/ip.rs:221:20 [INFO] [stderr] | [INFO] [stderr] 221 | pub host_addr: IpAddr, [INFO] [stderr] | ^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/logopt.rs:46:16 [INFO] [stderr] | [INFO] [stderr] 46 | log_level: LevelFilter, [INFO] [stderr] | ^^^^^^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/logopt.rs:98:16 [INFO] [stderr] | [INFO] [stderr] 98 | log_level: LevelFilter, [INFO] [stderr] | ^^^^^^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/logopt.rs:150:16 [INFO] [stderr] | [INFO] [stderr] 150 | log_level: Option, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/logopt.rs:218:16 [INFO] [stderr] | [INFO] [stderr] 218 | log_level: Option, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/verbose.rs:47:22 [INFO] [stderr] | [INFO] [stderr] 47 | verbosity_level: u8, [INFO] [stderr] | ^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/verbose.rs:106:22 [INFO] [stderr] | [INFO] [stderr] 106 | verbosity_level: u8, [INFO] [stderr] | ^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/verbose.rs:182:22 [INFO] [stderr] | [INFO] [stderr] 182 | verbosity_level: u8, [INFO] [stderr] | ^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/verbose.rs:195:18 [INFO] [stderr] | [INFO] [stderr] 195 | quiet_level: u8, [INFO] [stderr] | ^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/verbose.rs:266:18 [INFO] [stderr] | [INFO] [stderr] 266 | pub verbose: bool, [INFO] [stderr] | ^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error: aborting due to 18 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0423`. [INFO] [stderr] error: could not compile `structopt-flags`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "82c7f1402447139585336a106f5f8da1b1bcf2ddd8537bb384b7a9a408e6d46c"` [INFO] running `"docker" "rm" "-f" "82c7f1402447139585336a106f5f8da1b1bcf2ddd8537bb384b7a9a408e6d46c"` [INFO] [stdout] 82c7f1402447139585336a106f5f8da1b1bcf2ddd8537bb384b7a9a408e6d46c