[INFO] crate rasusa 0.1.0 is already in cache [INFO] checking rasusa-0.1.0 against try#f149601db42efe10ece8b284ab681fd4a6fcb89c for pr-68766 [INFO] extracting crate rasusa 0.1.0 into /workspace/builds/worker-2/source [INFO] validating manifest of crates.io crate rasusa 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 rasusa 0.1.0 [INFO] finished tweaking crates.io crate rasusa 0.1.0 [INFO] tweaked toml for crates.io crate rasusa 0.1.0 written to /workspace/builds/worker-2/source/Cargo.toml [INFO] crate crates.io crate rasusa 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-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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] [stdout] 7cd6f68af1cfe90d63d3ee5d9014bb3c9a9c6d366badc96d0373d703a953a6c2 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `"docker" "start" "-a" "7cd6f68af1cfe90d63d3ee5d9014bb3c9a9c6d366badc96d0373d703a953a6c2"` [INFO] [stderr] Compiling winapi v0.3.8 [INFO] [stderr] Compiling feature-probe v0.1.1 [INFO] [stderr] Compiling ndarray v0.13.0 [INFO] [stderr] Compiling escargot v0.3.1 [INFO] [stderr] Compiling bio v0.29.0 [INFO] [stderr] Checking strum v0.16.0 [INFO] [stderr] Checking bytecount v0.6.0 [INFO] [stderr] Checking custom_derive v0.1.7 [INFO] [stderr] Compiling num-integer v0.1.41 [INFO] [stderr] Compiling num-complex v0.2.3 [INFO] [stderr] Checking memchr v2.2.1 [INFO] [stderr] Compiling syn v1.0.5 [INFO] [stderr] Compiling syn v0.15.44 [INFO] [stderr] Checking approx v0.3.2 [INFO] [stderr] Checking float-cmp v0.4.0 [INFO] [stderr] Checking itertools-num v0.1.3 [INFO] [stderr] Checking flate2 v1.0.12 [INFO] [stderr] Checking rand_pcg v0.2.1 [INFO] [stderr] Checking statrs v0.11.0 [INFO] [stderr] Checking rand v0.7.2 [INFO] [stderr] Compiling bv v0.11.0 [INFO] [stderr] Checking aho-corasick v0.7.6 [INFO] [stderr] Checking csv-core v0.1.6 [INFO] [stderr] Checking winconsole v0.10.0 [INFO] [stderr] Checking chrono v0.4.9 [INFO] [stderr] Checking colored v1.8.0 [INFO] [stderr] Checking tempfile v3.1.0 [INFO] [stderr] Checking regex v1.3.1 [INFO] [stderr] Checking fern v0.5.9 [INFO] [stderr] Checking predicates v1.0.1 [INFO] [stderr] Compiling synstructure v0.10.2 [INFO] [stderr] Compiling proc-macro-error v0.2.6 [INFO] [stderr] Compiling failure_derive v0.1.5 [INFO] [stderr] Compiling snafu-derive v0.5.0 [INFO] [stderr] Compiling serde_derive v1.0.101 [INFO] [stderr] Compiling structopt-derive v0.3.2 [INFO] [stderr] Compiling strum_macros v0.16.0 [INFO] [stderr] Checking failure v0.1.5 [INFO] [stderr] Checking exitfailure v0.5.1 [INFO] [stderr] Checking snafu v0.5.0 [INFO] [stderr] Checking serde v1.0.101 [INFO] [stderr] Checking vec_map v0.8.1 [INFO] [stderr] Checking bstr v0.2.8 [INFO] [stderr] Checking serde_json v1.0.41 [INFO] [stderr] Checking multimap v0.6.0 [INFO] [stderr] Checking bio-types v0.5.1 [INFO] [stderr] Checking clap v2.33.0 [INFO] [stderr] Checking csv v1.1.1 [INFO] [stderr] Checking assert_cmd v0.10.2 [INFO] [stderr] Checking structopt v0.3.2 [INFO] [stderr] Checking rasusa v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/cli.rs:14:16 [INFO] [stderr] | [INFO] [stderr] 14 | pub input: PathBuf, [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:17 [INFO] [stderr] | [INFO] [stderr] 18 | pub output: 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:22 [INFO] [stderr] | [INFO] [stderr] 22 | pub genome_size: GenomeSize, [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:26:19 [INFO] [stderr] | [INFO] [stderr] 26 | pub coverage: Coverage, [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:30:15 [INFO] [stderr] | [INFO] [stderr] 30 | pub seed: 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:34:18 [INFO] [stderr] | [INFO] [stderr] 34 | 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/cli.rs:14:16 [INFO] [stderr] | [INFO] [stderr] 14 | pub input: PathBuf, [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:17 [INFO] [stderr] | [INFO] [stderr] 18 | pub output: 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:22 [INFO] [stderr] | [INFO] [stderr] 22 | pub genome_size: GenomeSize, [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:26:19 [INFO] [stderr] | [INFO] [stderr] 26 | pub coverage: Coverage, [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:30:15 [INFO] [stderr] | [INFO] [stderr] 30 | pub seed: 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:34:18 [INFO] [stderr] | [INFO] [stderr] 34 | pub verbose: bool, [INFO] [stderr] | ^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error: aborting due to 6 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0423`. [INFO] [stderr] error: could not compile `rasusa`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: aborting due to 6 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0423`. [INFO] [stderr] error: could not compile `rasusa`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "7cd6f68af1cfe90d63d3ee5d9014bb3c9a9c6d366badc96d0373d703a953a6c2"` [INFO] running `"docker" "rm" "-f" "7cd6f68af1cfe90d63d3ee5d9014bb3c9a9c6d366badc96d0373d703a953a6c2"` [INFO] [stdout] 7cd6f68af1cfe90d63d3ee5d9014bb3c9a9c6d366badc96d0373d703a953a6c2