[INFO] crate felloe 0.1.0 is already in cache [INFO] checking felloe-0.1.0 against try#f149601db42efe10ece8b284ab681fd4a6fcb89c for pr-68766 [INFO] extracting crate felloe 0.1.0 into /workspace/builds/worker-5/source [INFO] validating manifest of crates.io crate felloe 0.1.0 on toolchain f149601db42efe10ece8b284ab681fd4a6fcb89c [INFO] running `"/workspace/cargo-home/bin/cargo" "+f149601db42efe10ece8b284ab681fd4a6fcb89c" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate felloe 0.1.0 [INFO] finished tweaking crates.io crate felloe 0.1.0 [INFO] tweaked toml for crates.io crate felloe 0.1.0 written to /workspace/builds/worker-5/source/Cargo.toml [INFO] crate crates.io crate felloe 0.1.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-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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] 171430a939ec16c1244cfe71bd09eb4581c4ddb65de9515bff4ee9e7b56ff0a6 [INFO] running `"docker" "start" "-a" "171430a939ec16c1244cfe71bd09eb4581c4ddb65de9515bff4ee9e7b56ff0a6"` [INFO] [stderr] Compiling syn v1.0.5 [INFO] [stderr] Compiling unicode-segmentation v1.3.0 [INFO] [stderr] Compiling serde v1.0.101 [INFO] [stderr] Checking number_prefix v0.3.0 [INFO] [stderr] Compiling backtrace-sys v0.1.32 [INFO] [stderr] Compiling openssl-sys v0.9.52 [INFO] [stderr] Checking miniz_oxide v0.3.3 [INFO] [stderr] Checking num_cpus v1.10.1 [INFO] [stderr] Checking termios v0.3.1 [INFO] [stderr] Checking clicolors-control v1.0.1 [INFO] [stderr] Checking xattr v0.2.2 [INFO] [stderr] Checking filetime v0.2.7 [INFO] [stderr] Checking cookie v0.12.0 [INFO] [stderr] Checking block-buffer v0.7.3 [INFO] [stderr] Checking parking_lot_core v0.6.2 [INFO] [stderr] Checking crossterm v0.13.3 [INFO] [stderr] Checking h2 v0.1.26 [INFO] [stderr] Checking futures-cpupool v0.1.8 [INFO] [stderr] Checking tokio-threadpool v0.1.16 [INFO] [stderr] Checking console v0.9.1 [INFO] [stderr] Checking tar v0.4.26 [INFO] [stderr] Checking sha2 v0.8.0 [INFO] [stderr] Checking parking_lot v0.9.0 [INFO] [stderr] Checking indicatif v0.13.0 [INFO] [stderr] Checking flate2 v1.0.12 [INFO] [stderr] Compiling heck v0.3.1 [INFO] [stderr] Checking tokio-reactor v0.1.10 [INFO] [stderr] Compiling openssl v0.10.25 [INFO] [stderr] Compiling native-tls v0.2.3 [INFO] [stderr] Checking tokio-tcp v0.1.3 [INFO] [stderr] Checking backtrace v0.3.40 [INFO] [stderr] Checking error-chain v0.12.1 [INFO] [stderr] Checking tokio v0.1.22 [INFO] [stderr] Checking publicsuffix v1.5.3 [INFO] [stderr] Checking hyper v0.12.35 [INFO] [stderr] Checking hyper-tls v0.3.2 [INFO] [stderr] Compiling proc-macro-error v0.2.6 [INFO] [stderr] Compiling synstructure v0.12.1 [INFO] [stderr] Compiling serde_derive v1.0.102 [INFO] [stderr] Compiling failure_derive v0.1.6 [INFO] [stderr] Compiling structopt-derive v0.3.3 [INFO] [stderr] Checking failure v0.1.6 [INFO] [stderr] Checking exitfailure v0.5.1 [INFO] [stderr] Compiling structopt v0.3.3 [INFO] [stderr] Compiling felloe v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/cli.rs:13:20 [INFO] [stderr] | [INFO] [stderr] 13 | pub 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/cli.rs:15:17 [INFO] [stderr] | [INFO] [stderr] 15 | #[structopt(subcommand)] [INFO] [stderr] | ^^^^^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/cli.rs:18:18 [INFO] [stderr] | [INFO] [stderr] 18 | pub version: Option, [INFO] [stderr] | ^^^^^^^^^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/cli.rs:22:17 [INFO] [stderr] | [INFO] [stderr] 22 | pub latest: bool, [INFO] [stderr] | ^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/cli.rs:33:20 [INFO] [stderr] | [INFO] [stderr] 33 | Run { version: String, args: Vec }, [INFO] [stderr] | ^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/cli.rs:33:34 [INFO] [stderr] | [INFO] [stderr] 33 | Run { version: String, args: Vec }, [INFO] [stderr] | ^^^^^^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/cli.rs:37:22 [INFO] [stderr] | [INFO] [stderr] 37 | Which { version: Option }, [INFO] [stderr] | ^^^^^^^^^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/cli.rs:41:21 [INFO] [stderr] | [INFO] [stderr] 41 | Exec { version: String, args: Vec }, [INFO] [stderr] | ^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/cli.rs:41:35 [INFO] [stderr] | [INFO] [stderr] 41 | Exec { version: String, args: Vec }, [INFO] [stderr] | ^^^^^^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/cli.rs:46:19 [INFO] [stderr] | [INFO] [stderr] 46 | versions: Vec, [INFO] [stderr] | ^^^^^^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/cli.rs:49:16 [INFO] [stderr] | [INFO] [stderr] 49 | 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/cli.rs:65:17 [INFO] [stderr] | [INFO] [stderr] 65 | 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/cli.rs:69:21 [INFO] [stderr] | [INFO] [stderr] 69 | prerelease: bool, [INFO] [stderr] | ^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/cli.rs:73:15 [INFO] [stderr] | [INFO] [stderr] 73 | last: Option, [INFO] [stderr] | ^^^^^^^^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/cli.rs:84:16 [INFO] [stderr] | [INFO] [stderr] 84 | shell: Shell, [INFO] [stderr] | ^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error: aborting due to 15 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0423`. [INFO] [stderr] error: could not compile `felloe`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "171430a939ec16c1244cfe71bd09eb4581c4ddb65de9515bff4ee9e7b56ff0a6"` [INFO] running `"docker" "rm" "-f" "171430a939ec16c1244cfe71bd09eb4581c4ddb65de9515bff4ee9e7b56ff0a6"` [INFO] [stdout] 171430a939ec16c1244cfe71bd09eb4581c4ddb65de9515bff4ee9e7b56ff0a6