[INFO] updating cached repository https://github.com/shnarazk/splr [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] [stderr] From https://github.com/shnarazk/splr [INFO] [stderr] 72d896c..364f737 dev-0.2.2 -> dev-0.2.2 [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 439ce3aeaf47ac0eaa92403df3b78e5097374cae [INFO] checking shnarazk/splr against try#f149601db42efe10ece8b284ab681fd4a6fcb89c for pr-68766 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fshnarazk%2Fsplr" "/workspace/builds/worker-7/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-7/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/shnarazk/splr 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/shnarazk/splr [INFO] finished tweaking git repo https://github.com/shnarazk/splr [INFO] tweaked toml for git repo https://github.com/shnarazk/splr written to /workspace/builds/worker-7/source/Cargo.toml [INFO] crate git repo https://github.com/shnarazk/splr 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-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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] 166c5ac5d4ed1c747706a06d57bd56d34fc4dcf2fb3944174f60efbb95c06e0c [INFO] running `"docker" "start" "-a" "166c5ac5d4ed1c747706a06d57bd56d34fc4dcf2fb3944174f60efbb95c06e0c"` [INFO] [stderr] Compiling syn v1.0.11 [INFO] [stderr] Checking atty v0.2.13 [INFO] [stderr] Checking clap v2.33.0 [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: could not compile `splr`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [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] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "166c5ac5d4ed1c747706a06d57bd56d34fc4dcf2fb3944174f60efbb95c06e0c"` [INFO] running `"docker" "rm" "-f" "166c5ac5d4ed1c747706a06d57bd56d34fc4dcf2fb3944174f60efbb95c06e0c"` [INFO] [stdout] 166c5ac5d4ed1c747706a06d57bd56d34fc4dcf2fb3944174f60efbb95c06e0c