[INFO] crate splr 0.2.1 is already in cache [INFO] checking splr-0.2.1 against try#f149601db42efe10ece8b284ab681fd4a6fcb89c for pr-68766 [INFO] extracting crate splr 0.2.1 into /workspace/builds/worker-5/source [INFO] validating manifest of crates.io crate splr 0.2.1 on toolchain f149601db42efe10ece8b284ab681fd4a6fcb89c [INFO] running `"/workspace/cargo-home/bin/cargo" "+f149601db42efe10ece8b284ab681fd4a6fcb89c" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate splr 0.2.1 [INFO] finished tweaking crates.io crate splr 0.2.1 [INFO] tweaked toml for crates.io crate splr 0.2.1 written to /workspace/builds/worker-5/source/Cargo.toml [INFO] crate crates.io crate splr 0.2.1 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] 7b7aa7f847e829fe87bcf95ee2120ed989dddfda826bfbff22ffb5ee6829f8f3 [INFO] running `"docker" "start" "-a" "7b7aa7f847e829fe87bcf95ee2120ed989dddfda826bfbff22ffb5ee6829f8f3"` [INFO] [stderr] Compiling syn v1.0.11 [INFO] [stderr] Compiling proc-macro-error v0.2.6 [INFO] [stderr] Compiling structopt-derive v0.3.5 [INFO] [stderr] Checking structopt v0.3.5 [INFO] [stderr] Checking splr v0.2.1 (/opt/rustwide/workdir) [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/config.rs:12:23 [INFO] [stderr] | [INFO] [stderr] 12 | pub clause_limit: usize, [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:15:26 [INFO] [stderr] | [INFO] [stderr] 15 | pub elim_grow_limit: usize, [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:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | pub elim_lit_limit: usize, [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:21:26 [INFO] [stderr] | [INFO] [stderr] 21 | pub restart_asg_len: usize, [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:24:26 [INFO] [stderr] | [INFO] [stderr] 24 | pub restart_lbd_len: usize, [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:27:28 [INFO] [stderr] | [INFO] [stderr] 27 | pub restart_threshold: f64, // Glucose's K [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:30:27 [INFO] [stderr] | [INFO] [stderr] 30 | pub restart_blocking: f64, // Glucose's R [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:33:23 [INFO] [stderr] | [INFO] [stderr] 33 | pub restart_step: usize, [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:36:23 [INFO] [stderr] | [INFO] [stderr] 36 | pub cnf_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:39:25 [INFO] [stderr] | [INFO] [stderr] 39 | pub output_dirname: 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:42:26 [INFO] [stderr] | [INFO] [stderr] 42 | pub result_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:50:25 [INFO] [stderr] | [INFO] [stderr] 50 | pub proof_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:53:18 [INFO] [stderr] | [INFO] [stderr] 53 | pub use_log: bool, [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:56:23 [INFO] [stderr] | [INFO] [stderr] 56 | pub without_elim: bool, [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:59:35 [INFO] [stderr] | [INFO] [stderr] 59 | pub without_adaptive_restart: bool, [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:62:36 [INFO] [stderr] | [INFO] [stderr] 62 | pub without_adaptive_strategy: bool, [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:65:30 [INFO] [stderr] | [INFO] [stderr] 65 | pub without_deep_search: bool, [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:68:28 [INFO] [stderr] | [INFO] [stderr] 68 | pub use_certification: bool, [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:71:18 [INFO] [stderr] | [INFO] [stderr] 71 | pub timeout: f64, [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:74:24 [INFO] [stderr] | [INFO] [stderr] 74 | pub dump_interval: usize, [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:12:23 [INFO] [stderr] | [INFO] [stderr] 12 | pub clause_limit: usize, [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:15:26 [INFO] [stderr] | [INFO] [stderr] 15 | pub elim_grow_limit: usize, [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:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | pub elim_lit_limit: usize, [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:21:26 [INFO] [stderr] | [INFO] [stderr] 21 | pub restart_asg_len: usize, [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:24:26 [INFO] [stderr] | [INFO] [stderr] 24 | pub restart_lbd_len: usize, [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:27:28 [INFO] [stderr] | [INFO] [stderr] 27 | pub restart_threshold: f64, // Glucose's K [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:30:27 [INFO] [stderr] | [INFO] [stderr] 30 | pub restart_blocking: f64, // Glucose's R [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:33:23 [INFO] [stderr] | [INFO] [stderr] 33 | pub restart_step: usize, [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:36:23 [INFO] [stderr] | [INFO] [stderr] 36 | pub cnf_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:39:25 [INFO] [stderr] | [INFO] [stderr] 39 | pub output_dirname: 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:42:26 [INFO] [stderr] | [INFO] [stderr] 42 | pub result_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:50:25 [INFO] [stderr] | [INFO] [stderr] 50 | pub proof_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:53:18 [INFO] [stderr] | [INFO] [stderr] 53 | pub use_log: bool, [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:56:23 [INFO] [stderr] | [INFO] [stderr] 56 | pub without_elim: bool, [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:59:35 [INFO] [stderr] | [INFO] [stderr] 59 | pub without_adaptive_restart: bool, [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:62:36 [INFO] [stderr] | [INFO] [stderr] 62 | pub without_adaptive_strategy: bool, [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:65:30 [INFO] [stderr] | [INFO] [stderr] 65 | pub without_deep_search: bool, [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:68:28 [INFO] [stderr] | [INFO] [stderr] 68 | pub use_certification: bool, [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:71:18 [INFO] [stderr] | [INFO] [stderr] 71 | pub timeout: f64, [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:74:24 [INFO] [stderr] | [INFO] [stderr] 74 | pub dump_interval: usize, [INFO] [stderr] | ^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error: aborting due to 20 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0423`. [INFO] [stderr] error: aborting due to 20 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0423`. [INFO] [stderr] error: could not compile `splr`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not compile `splr`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "7b7aa7f847e829fe87bcf95ee2120ed989dddfda826bfbff22ffb5ee6829f8f3"` [INFO] running `"docker" "rm" "-f" "7b7aa7f847e829fe87bcf95ee2120ed989dddfda826bfbff22ffb5ee6829f8f3"` [INFO] [stdout] 7b7aa7f847e829fe87bcf95ee2120ed989dddfda826bfbff22ffb5ee6829f8f3