[INFO] crate mach_object 0.1.14 is already in cache [INFO] checking mach_object-0.1.14 against try#f149601db42efe10ece8b284ab681fd4a6fcb89c for pr-68766 [INFO] extracting crate mach_object 0.1.14 into /workspace/builds/worker-0/source [INFO] validating manifest of crates.io crate mach_object 0.1.14 on toolchain f149601db42efe10ece8b284ab681fd4a6fcb89c [INFO] running `"/workspace/cargo-home/bin/cargo" "+f149601db42efe10ece8b284ab681fd4a6fcb89c" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate mach_object 0.1.14 [INFO] removed 0 missing examples [INFO] finished tweaking crates.io crate mach_object 0.1.14 [INFO] tweaked toml for crates.io crate mach_object 0.1.14 written to /workspace/builds/worker-0/source/Cargo.toml [INFO] crate crates.io crate mach_object 0.1.14 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-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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] 53be0feca99c22fab0fd07f49b85f06bd44b16dfa3b6f8290bc6a71b16302885 [INFO] running `"docker" "start" "-a" "53be0feca99c22fab0fd07f49b85f06bd44b16dfa3b6f8290bc6a71b16302885"` [INFO] [stderr] Compiling syn v1.0.8 [INFO] [stderr] Compiling num-traits v0.2.9 [INFO] [stderr] Checking memmap v0.7.0 [INFO] [stderr] Checking hexplay v0.2.1 [INFO] [stderr] Checking num-integer v0.1.41 [INFO] [stderr] Checking chrono v0.4.9 [INFO] [stderr] Checking pretty_env_logger v0.3.1 [INFO] [stderr] Compiling synstructure v0.12.3 [INFO] [stderr] Compiling proc-macro-error v0.2.6 [INFO] [stderr] Compiling failure_derive v0.1.6 [INFO] [stderr] Compiling structopt-derive v0.3.4 [INFO] [stderr] Checking failure v0.1.6 [INFO] [stderr] Checking mach_object v0.1.14 (/opt/rustwide/workdir) [INFO] [stderr] Checking structopt v0.3.4 [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> examples/otool.rs:31:15 [INFO] [stderr] | [INFO] [stderr] 31 | cpu_type: Option, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> examples/otool.rs:35:20 [INFO] [stderr] | [INFO] [stderr] 35 | print_verbose: bool, [INFO] [stderr] | ^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> examples/otool.rs:39:20 [INFO] [stderr] | [INFO] [stderr] 39 | print_headers: bool, [INFO] [stderr] | ^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> examples/otool.rs:43:23 [INFO] [stderr] | [INFO] [stderr] 43 | print_fat_header: bool, [INFO] [stderr] | ^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> examples/otool.rs:47:27 [INFO] [stderr] | [INFO] [stderr] 47 | print_archive_header: bool, [INFO] [stderr] | ^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> examples/otool.rs:51:24 [INFO] [stderr] | [INFO] [stderr] 51 | print_mach_header: bool, [INFO] [stderr] | ^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> examples/otool.rs:55:26 [INFO] [stderr] | [INFO] [stderr] 55 | print_load_commands: bool, [INFO] [stderr] | ^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> examples/otool.rs:59:23 [INFO] [stderr] | [INFO] [stderr] 59 | print_shared_lib: bool, [INFO] [stderr] | ^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> examples/otool.rs:63:31 [INFO] [stderr] | [INFO] [stderr] 63 | print_shared_lib_just_id: bool, [INFO] [stderr] | ^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> examples/otool.rs:67:25 [INFO] [stderr] | [INFO] [stderr] 67 | print_text_section: bool, [INFO] [stderr] | ^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> examples/otool.rs:71:25 [INFO] [stderr] | [INFO] [stderr] 71 | print_data_section: bool, [INFO] [stderr] | ^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> examples/otool.rs:75:25 [INFO] [stderr] | [INFO] [stderr] 75 | print_symbol_table: bool, [INFO] [stderr] | ^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> examples/otool.rs:79:21 [INFO] [stderr] | [INFO] [stderr] 79 | print_sections: Vec<(String, Option)>, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> examples/otool.rs:83:20 [INFO] [stderr] | [INFO] [stderr] 83 | print_lib_toc: bool, [INFO] [stderr] | ^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> examples/otool.rs:87:22 [INFO] [stderr] | [INFO] [stderr] 87 | print_bind_info: bool, [INFO] [stderr] | ^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> examples/otool.rs:91:27 [INFO] [stderr] | [INFO] [stderr] 91 | print_weak_bind_info: bool, [INFO] [stderr] | ^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> examples/otool.rs:95:27 [INFO] [stderr] | [INFO] [stderr] 95 | print_lazy_bind_info: bool, [INFO] [stderr] | ^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> examples/otool.rs:99:24 [INFO] [stderr] | [INFO] [stderr] 99 | print_rebase_info: bool, [INFO] [stderr] | ^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> examples/otool.rs:103:24 [INFO] [stderr] | [INFO] [stderr] 103 | print_export_trie: bool, [INFO] [stderr] | ^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> examples/otool.rs:107:20 [INFO] [stderr] | [INFO] [stderr] 107 | print_version: bool, [INFO] [stderr] | ^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> examples/otool.rs:111:12 [INFO] [stderr] | [INFO] [stderr] 111 | files: Vec, [INFO] [stderr] | ^^^^^^^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error: aborting due to 21 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0423`. [INFO] [stderr] error: could not compile `mach_object`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "53be0feca99c22fab0fd07f49b85f06bd44b16dfa3b6f8290bc6a71b16302885"` [INFO] running `"docker" "rm" "-f" "53be0feca99c22fab0fd07f49b85f06bd44b16dfa3b6f8290bc6a71b16302885"` [INFO] [stdout] 53be0feca99c22fab0fd07f49b85f06bd44b16dfa3b6f8290bc6a71b16302885