[INFO] crate kurobako_core 0.1.5 is already in cache [INFO] checking kurobako_core-0.1.5 against try#f149601db42efe10ece8b284ab681fd4a6fcb89c for pr-68766 [INFO] extracting crate kurobako_core 0.1.5 into /workspace/builds/worker-1/source [INFO] validating manifest of crates.io crate kurobako_core 0.1.5 on toolchain f149601db42efe10ece8b284ab681fd4a6fcb89c [INFO] running `"/workspace/cargo-home/bin/cargo" "+f149601db42efe10ece8b284ab681fd4a6fcb89c" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate kurobako_core 0.1.5 [INFO] finished tweaking crates.io crate kurobako_core 0.1.5 [INFO] tweaked toml for crates.io crate kurobako_core 0.1.5 written to /workspace/builds/worker-1/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] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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] 7e53137eb9cee47a6870793ba5c77a8c0ab1011a06202d253afd1aa7d5622be0 [INFO] running `"docker" "start" "-a" "7e53137eb9cee47a6870793ba5c77a8c0ab1011a06202d253afd1aa7d5622be0"` [INFO] [stderr] Compiling rlua v0.17.0 [INFO] [stderr] Checking bstr v0.2.10 [INFO] [stderr] Compiling rustversion v1.0.2 [INFO] [stderr] Compiling syn-mid v0.5.0 [INFO] [stderr] Checking serde v1.0.104 [INFO] [stderr] Compiling proc-macro-error v0.4.8 [INFO] [stderr] Compiling proc-macro-error-attr v0.4.8 [INFO] [stderr] Compiling structopt-derive v0.4.2 [INFO] [stderr] Checking serde_json v1.0.46 [INFO] [stderr] Checking structopt v0.3.9 [INFO] [stderr] Checking kurobako_core v0.1.5 (/opt/rustwide/workdir) [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/domain.rs:236:14 [INFO] [stderr] | [INFO] [stderr] 236 | low: f64, [INFO] [stderr] | ^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/domain.rs:239:15 [INFO] [stderr] | [INFO] [stderr] 239 | high: f64, [INFO] [stderr] | ^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/domain.rs:243:21 [INFO] [stderr] | [INFO] [stderr] 243 | Discrete { low: i64, high: i64 }, [INFO] [stderr] | ^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/domain.rs:243:32 [INFO] [stderr] | [INFO] [stderr] 243 | Discrete { low: i64, high: i64 }, [INFO] [stderr] | ^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/domain.rs:246:28 [INFO] [stderr] | [INFO] [stderr] 246 | Categorical { choices: Vec }, [INFO] [stderr] | ^^^^^^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/epi/problem/embedded_script.rs:20:17 [INFO] [stderr] | [INFO] [stderr] 20 | pub script: String, [INFO] [stderr] | ^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/epi/problem/embedded_script.rs:23:15 [INFO] [stderr] | [INFO] [stderr] 23 | pub 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/epi/problem/external_program.rs:20:15 [INFO] [stderr] | [INFO] [stderr] 20 | pub path: PathBuf, [INFO] [stderr] | ^^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/epi/problem/external_program.rs:23:15 [INFO] [stderr] | [INFO] [stderr] 23 | pub 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/epi/solver/embedded_script.rs:20:17 [INFO] [stderr] | [INFO] [stderr] 20 | pub script: String, [INFO] [stderr] | ^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/epi/solver/embedded_script.rs:23:15 [INFO] [stderr] | [INFO] [stderr] 23 | pub 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/epi/solver/external_program.rs:21:15 [INFO] [stderr] | [INFO] [stderr] 21 | pub path: PathBuf, [INFO] [stderr] | ^^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/epi/solver/external_program.rs:24:15 [INFO] [stderr] | [INFO] [stderr] 24 | pub 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/domain.rs:236:14 [INFO] [stderr] | [INFO] [stderr] 236 | low: f64, [INFO] [stderr] | ^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/domain.rs:239:15 [INFO] [stderr] | [INFO] [stderr] 239 | high: f64, [INFO] [stderr] | ^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/domain.rs:243:21 [INFO] [stderr] | [INFO] [stderr] 243 | Discrete { low: i64, high: i64 }, [INFO] [stderr] | ^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/domain.rs:243:32 [INFO] [stderr] | [INFO] [stderr] 243 | Discrete { low: i64, high: i64 }, [INFO] [stderr] | ^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/domain.rs:246:28 [INFO] [stderr] | [INFO] [stderr] 246 | Categorical { choices: Vec }, [INFO] [stderr] | ^^^^^^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/epi/problem/embedded_script.rs:20:17 [INFO] [stderr] | [INFO] [stderr] 20 | pub script: String, [INFO] [stderr] | ^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/epi/problem/embedded_script.rs:23:15 [INFO] [stderr] | [INFO] [stderr] 23 | pub 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/epi/problem/external_program.rs:20:15 [INFO] [stderr] | [INFO] [stderr] 20 | pub path: PathBuf, [INFO] [stderr] | ^^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/epi/problem/external_program.rs:23:15 [INFO] [stderr] | [INFO] [stderr] 23 | pub 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/epi/solver/embedded_script.rs:20:17 [INFO] [stderr] | [INFO] [stderr] 20 | pub script: String, [INFO] [stderr] | ^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/epi/solver/embedded_script.rs:23:15 [INFO] [stderr] | [INFO] [stderr] 23 | pub 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/epi/solver/external_program.rs:21:15 [INFO] [stderr] | [INFO] [stderr] 21 | pub path: PathBuf, [INFO] [stderr] | ^^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/epi/solver/external_program.rs:24:15 [INFO] [stderr] | [INFO] [stderr] 24 | pub args: Vec, [INFO] [stderr] | ^^^^^^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error: aborting due to 13 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0423`. [INFO] [stderr] error: could not compile `kurobako_core`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: aborting due to 13 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0423`. [INFO] [stderr] error: could not compile `kurobako_core`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "7e53137eb9cee47a6870793ba5c77a8c0ab1011a06202d253afd1aa7d5622be0"` [INFO] running `"docker" "rm" "-f" "7e53137eb9cee47a6870793ba5c77a8c0ab1011a06202d253afd1aa7d5622be0"` [INFO] [stdout] 7e53137eb9cee47a6870793ba5c77a8c0ab1011a06202d253afd1aa7d5622be0