[INFO] crate photo-captioner 0.1.1 is already in cache [INFO] checking photo-captioner-0.1.1 against try#f149601db42efe10ece8b284ab681fd4a6fcb89c for pr-68766 [INFO] extracting crate photo-captioner 0.1.1 into /workspace/builds/worker-6/source [INFO] validating manifest of crates.io crate photo-captioner 0.1.1 on toolchain f149601db42efe10ece8b284ab681fd4a6fcb89c [INFO] running `"/workspace/cargo-home/bin/cargo" "+f149601db42efe10ece8b284ab681fd4a6fcb89c" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate photo-captioner 0.1.1 [INFO] finished tweaking crates.io crate photo-captioner 0.1.1 [INFO] tweaked toml for crates.io crate photo-captioner 0.1.1 written to /workspace/builds/worker-6/source/Cargo.toml [INFO] crate crates.io crate photo-captioner 0.1.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] [stderr] Blocking waiting for file lock on package cache [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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] 9bafacd6351c15c04445fc65c806d2f5dc46a078171fd08694ba5a65b85ad749 [INFO] running `"docker" "start" "-a" "9bafacd6351c15c04445fc65c806d2f5dc46a078171fd08694ba5a65b85ad749"` [INFO] [stderr] Checking hashbrown v0.2.2 [INFO] [stderr] Compiling ncurses v5.99.0 [INFO] [stderr] Checking memchr v2.2.1 [INFO] [stderr] Checking signal-hook-registry v1.1.1 [INFO] [stderr] Checking term_size v0.3.1 [INFO] [stderr] Checking num-integer v0.1.41 [INFO] [stderr] Checking num-complex v0.2.3 [INFO] [stderr] Compiling enumset_derive v0.3.2 [INFO] [stderr] Compiling proc-macro-error v0.2.6 [INFO] [stderr] Compiling enum-map-derive v0.4.3 [INFO] [stderr] Checking signal-hook v0.1.11 [INFO] [stderr] Compiling structopt-derive v0.3.4 [INFO] [stderr] Checking num-rational v0.2.2 [INFO] [stderr] Checking num-iter v0.1.39 [INFO] [stderr] Checking chrono v0.4.9 [INFO] [stderr] Checking bstr v0.2.8 [INFO] [stderr] Checking csv-core v0.1.6 [INFO] [stderr] Checking num v0.2.0 [INFO] [stderr] Checking enumset v0.3.19 [INFO] [stderr] Checking enum-map v0.5.0 [INFO] [stderr] Checking csv v1.1.1 [INFO] [stderr] Checking cursive v0.11.2 [INFO] [stderr] Checking structopt v0.3.4 [INFO] [stderr] Checking photo-captioner v0.1.1 (/opt/rustwide/workdir) [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/main.rs:20:18 [INFO] [stderr] | [INFO] [stderr] 20 | gallery_dir: Option, [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/main.rs:24:18 [INFO] [stderr] | [INFO] [stderr] 24 | output_type: String, [INFO] [stderr] | ^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/main.rs:29:18 [INFO] [stderr] | [INFO] [stderr] 29 | output_name: Option, [INFO] [stderr] | ^^^^^^^^^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/main.rs:33:11 [INFO] [stderr] | [INFO] [stderr] 33 | edit: bool, [INFO] [stderr] | ^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/main.rs:39:19 [INFO] [stderr] | [INFO] [stderr] 39 | view_command: Option, [INFO] [stderr] | ^^^^^^^^^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/main.rs:47:24 [INFO] [stderr] | [INFO] [stderr] 47 | view_command_args: Option>, [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 `photo-captioner`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/main.rs:20:18 [INFO] [stderr] | [INFO] [stderr] 20 | gallery_dir: Option, [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/main.rs:24:18 [INFO] [stderr] | [INFO] [stderr] 24 | output_type: String, [INFO] [stderr] | ^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/main.rs:29:18 [INFO] [stderr] | [INFO] [stderr] 29 | output_name: Option, [INFO] [stderr] | ^^^^^^^^^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/main.rs:33:11 [INFO] [stderr] | [INFO] [stderr] 33 | edit: bool, [INFO] [stderr] | ^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/main.rs:39:19 [INFO] [stderr] | [INFO] [stderr] 39 | view_command: Option, [INFO] [stderr] | ^^^^^^^^^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/main.rs:47:24 [INFO] [stderr] | [INFO] [stderr] 47 | view_command_args: Option>, [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 `photo-captioner`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "9bafacd6351c15c04445fc65c806d2f5dc46a078171fd08694ba5a65b85ad749"` [INFO] running `"docker" "rm" "-f" "9bafacd6351c15c04445fc65c806d2f5dc46a078171fd08694ba5a65b85ad749"` [INFO] [stdout] 9bafacd6351c15c04445fc65c806d2f5dc46a078171fd08694ba5a65b85ad749