[INFO] crate inferno 0.9.1 is already in cache [INFO] checking inferno-0.9.1 against try#f149601db42efe10ece8b284ab681fd4a6fcb89c for pr-68766 [INFO] extracting crate inferno 0.9.1 into /workspace/builds/worker-14/source [INFO] validating manifest of crates.io crate inferno 0.9.1 on toolchain f149601db42efe10ece8b284ab681fd4a6fcb89c [INFO] running `"/workspace/cargo-home/bin/cargo" "+f149601db42efe10ece8b284ab681fd4a6fcb89c" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate inferno 0.9.1 [INFO] finished tweaking crates.io crate inferno 0.9.1 [INFO] tweaked toml for crates.io crate inferno 0.9.1 written to /workspace/builds/worker-14/source/Cargo.toml [INFO] crate crates.io crate inferno 0.9.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-14/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/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] 31d07cc0e303e9781fd66c7b2e73d2e5b1812fe3fd3355a3521773dfdd557025 [INFO] running `"docker" "start" "-a" "31d07cc0e303e9781fd66c7b2e73d2e5b1812fe3fd3355a3521773dfdd557025"` [INFO] [stderr] Checking lazy_static v1.3.0 [INFO] [stderr] Compiling syn v1.0.3 [INFO] [stderr] Checking itoa v0.4.4 [INFO] [stderr] Compiling getrandom v0.1.10 [INFO] [stderr] Checking str_stack v0.1.0 [INFO] [stderr] Compiling rayon-core v1.5.0 [INFO] [stderr] Checking cast v0.2.2 [INFO] [stderr] Checking maplit v1.0.1 [INFO] [stderr] Checking itertools v0.8.0 [INFO] [stderr] Checking predicates v1.0.1 [INFO] [stderr] Checking libflate v0.1.27 [INFO] [stderr] Checking testing_logger v0.1.1 [INFO] [stderr] Checking parking_lot_core v0.2.14 [INFO] [stderr] Checking quick-xml v0.16.1 [INFO] [stderr] Checking crossbeam-utils v0.6.6 [INFO] [stderr] Checking thread_local v0.3.6 [INFO] [stderr] Checking c2-chacha v0.2.2 [INFO] [stderr] Checking parking_lot v0.4.8 [INFO] [stderr] Checking num-format v0.4.0 [INFO] [stderr] Checking regex v1.2.1 [INFO] [stderr] Checking rand_core v0.5.0 [INFO] [stderr] Checking chashmap v2.2.2 [INFO] [stderr] Checking crossbeam-epoch v0.7.2 [INFO] [stderr] Checking crossbeam-queue v0.1.2 [INFO] [stderr] Checking crossbeam-channel v0.3.9 [INFO] [stderr] Checking rand_xoshiro v0.3.1 [INFO] [stderr] Checking rand_chacha v0.2.1 [INFO] [stderr] Checking rand_os v0.2.2 [INFO] [stderr] Checking rand_pcg v0.2.0 [INFO] [stderr] Checking crossbeam-deque v0.7.1 [INFO] [stderr] Checking crossbeam-deque v0.6.3 [INFO] [stderr] Checking rand v0.7.0 [INFO] [stderr] Checking criterion-plot v0.4.0 [INFO] [stderr] Checking crossbeam v0.7.2 [INFO] [stderr] Checking env_logger v0.6.2 [INFO] [stderr] Checking rayon v1.1.0 [INFO] [stderr] Compiling proc-macro-error v0.2.6 [INFO] [stderr] Compiling structopt-derive v0.3.3 [INFO] [stderr] Compiling serde_derive v1.0.99 [INFO] [stderr] Checking structopt v0.3.3 [INFO] [stderr] Checking inferno v0.9.1 (/opt/rustwide/workdir) [INFO] [stderr] warning: unnecessary parentheses around block return value [INFO] [stderr] --> src/flamegraph/color/mod.rs:236:9 [INFO] [stderr] | [INFO] [stderr] 236 | (1.0 - self.vector / self.max) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_parens)]` on by default [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/bin/collapse-sample.rs:23:17 [INFO] [stderr] | [INFO] [stderr] 23 | no_modules: bool, [INFO] [stderr] | ^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/bin/collapse-sample.rs:27:12 [INFO] [stderr] | [INFO] [stderr] 27 | quiet: bool, [INFO] [stderr] | ^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/bin/collapse-sample.rs:31:14 [INFO] [stderr] | [INFO] [stderr] 31 | verbose: usize, [INFO] [stderr] | ^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/bin/collapse-sample.rs:38:13 [INFO] [stderr] | [INFO] [stderr] 38 | infile: Option, [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/bin/diff-folded.rs:35:16 [INFO] [stderr] | [INFO] [stderr] 35 | normalize: bool, [INFO] [stderr] | ^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/bin/diff-folded.rs:39:16 [INFO] [stderr] | [INFO] [stderr] 39 | strip_hex: bool, [INFO] [stderr] | ^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/bin/diff-folded.rs:43:12 [INFO] [stderr] | [INFO] [stderr] 43 | quiet: bool, [INFO] [stderr] | ^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/bin/diff-folded.rs:47:14 [INFO] [stderr] | [INFO] [stderr] 47 | verbose: usize, [INFO] [stderr] | ^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/bin/diff-folded.rs:54:12 [INFO] [stderr] | [INFO] [stderr] 54 | path1: PathBuf, [INFO] [stderr] | ^^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/bin/diff-folded.rs:58:12 [INFO] [stderr] | [INFO] [stderr] 58 | path2: PathBuf, [INFO] [stderr] | ^^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/bin/flamegraph.rs:21:9 [INFO] [stderr] | [INFO] [stderr] 21 | cp: bool, [INFO] [stderr] | ^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/bin/flamegraph.rs:25:11 [INFO] [stderr] | [INFO] [stderr] 25 | hash: bool, [INFO] [stderr] | ^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/bin/flamegraph.rs:29:15 [INFO] [stderr] | [INFO] [stderr] 29 | inverted: bool, [INFO] [stderr] | ^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/bin/collapse-perf.rs:31:12 [INFO] [stderr] | [INFO] [stderr] 31 | addrs: bool, [INFO] [stderr] | ^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/bin/collapse-perf.rs:35:10 [INFO] [stderr] | [INFO] [stderr] 35 | all: bool, [INFO] [stderr] | ^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/bin/flamegraph.rs:33:13 [INFO] [stderr] | [INFO] [stderr] 33 | negate: bool, [INFO] [stderr] | ^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/bin/flamegraph.rs:40:20 [INFO] [stderr] | [INFO] [stderr] 40 | no_javascript: bool, [INFO] [stderr] | ^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/bin/flamegraph.rs:46:14 [INFO] [stderr] | [INFO] [stderr] 46 | no_sort: bool, [INFO] [stderr] | ^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/bin/flamegraph.rs:50:17 [INFO] [stderr] | [INFO] [stderr] 50 | pretty_xml: bool, [INFO] [stderr] | ^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/bin/flamegraph.rs:54:12 [INFO] [stderr] | [INFO] [stderr] 54 | quiet: bool, [INFO] [stderr] | ^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/bin/flamegraph.rs:58:14 [INFO] [stderr] | [INFO] [stderr] 58 | reverse: bool, [INFO] [stderr] | ^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/bin/flamegraph.rs:62:14 [INFO] [stderr] | [INFO] [stderr] 62 | verbose: usize, [INFO] [stderr] | ^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/bin/flamegraph.rs:69:15 [INFO] [stderr] | [INFO] [stderr] 69 | bgcolors: Option, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/bin/flamegraph.rs:79:13 [INFO] [stderr] | [INFO] [stderr] 79 | colors: Palette, [INFO] [stderr] | ^^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/bin/collapse-perf.rs:39:10 [INFO] [stderr] | [INFO] [stderr] 39 | jit: bool, [INFO] [stderr] | ^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/bin/flamegraph.rs:87:16 [INFO] [stderr] | [INFO] [stderr] 87 | countname: String, [INFO] [stderr] | ^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/bin/collapse-perf.rs:43:13 [INFO] [stderr] | [INFO] [stderr] 43 | kernel: bool, [INFO] [stderr] | ^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/bin/collapse-perf.rs:47:10 [INFO] [stderr] | [INFO] [stderr] 47 | pid: bool, [INFO] [stderr] | ^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/bin/collapse-perf.rs:51:10 [INFO] [stderr] | [INFO] [stderr] 51 | tid: bool, [INFO] [stderr] | ^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/bin/collapse-perf.rs:55:12 [INFO] [stderr] | [INFO] [stderr] 55 | quiet: bool, [INFO] [stderr] | ^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/bin/collapse-perf.rs:59:14 [INFO] [stderr] | [INFO] [stderr] 59 | verbose: usize, [INFO] [stderr] | ^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/bin/collapse-perf.rs:66:19 [INFO] [stderr] | [INFO] [stderr] 66 | event_filter: Option, [INFO] [stderr] | ^^^^^^^^^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/bin/collapse-perf.rs:75:15 [INFO] [stderr] | [INFO] [stderr] 75 | nthreads: usize, [INFO] [stderr] | ^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/bin/collapse-perf.rs:82:13 [INFO] [stderr] | [INFO] [stderr] 82 | infile: Option, [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/bin/flamegraph.rs:95:13 [INFO] [stderr] | [INFO] [stderr] 95 | factor: f64, [INFO] [stderr] | ^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/bin/flamegraph.rs:103:15 [INFO] [stderr] | [INFO] [stderr] 103 | fontsize: usize, [INFO] [stderr] | ^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/bin/flamegraph.rs:111:15 [INFO] [stderr] | [INFO] [stderr] 111 | fonttype: String, [INFO] [stderr] | ^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/bin/flamegraph.rs:119:16 [INFO] [stderr] | [INFO] [stderr] 119 | fontwidth: f64, [INFO] [stderr] | ^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/bin/flamegraph.rs:127:13 [INFO] [stderr] | [INFO] [stderr] 127 | height: usize, [INFO] [stderr] | ^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/bin/flamegraph.rs:135:15 [INFO] [stderr] | [INFO] [stderr] 135 | minwidth: f64, [INFO] [stderr] | ^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/bin/flamegraph.rs:142:15 [INFO] [stderr] | [INFO] [stderr] 142 | nameattr: Option, [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/bin/flamegraph.rs:150:15 [INFO] [stderr] | [INFO] [stderr] 150 | nametype: String, [INFO] [stderr] | ^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/bin/flamegraph.rs:154:12 [INFO] [stderr] | [INFO] [stderr] 154 | notes: Option, [INFO] [stderr] | ^^^^^^^^^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/bin/flamegraph.rs:162:19 [INFO] [stderr] | [INFO] [stderr] 162 | search_color: SearchColor, [INFO] [stderr] | ^^^^^^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error: aborting due to 4 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0423`. [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/bin/flamegraph.rs:166:15 [INFO] [stderr] | [INFO] [stderr] 166 | subtitle: Option, [INFO] [stderr] | ^^^^^^^^^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/bin/flamegraph.rs:174:12 [INFO] [stderr] | [INFO] [stderr] 174 | title: String, [INFO] [stderr] | ^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/bin/collapse-guess.rs:28:12 [INFO] [stderr] | [INFO] [stderr] 28 | quiet: bool, [INFO] [stderr] | ^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/bin/collapse-guess.rs:32:14 [INFO] [stderr] | [INFO] [stderr] 32 | verbose: usize, [INFO] [stderr] | ^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/bin/collapse-guess.rs:44:15 [INFO] [stderr] | [INFO] [stderr] 44 | nthreads: usize, [INFO] [stderr] | ^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/bin/collapse-guess.rs:51:13 [INFO] [stderr] | [INFO] [stderr] 51 | infile: Option, [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error: could not compile `inferno`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/bin/flamegraph.rs:178:12 [INFO] [stderr] | [INFO] [stderr] 178 | width: Option, [INFO] [stderr] | ^^^^^^^^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/bin/flamegraph.rs:185:14 [INFO] [stderr] | [INFO] [stderr] 185 | infiles: Vec, [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 `inferno`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: aborting due to 4 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0423`. [INFO] [stderr] error: could not compile `inferno`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/bin/collapse-vtune.rs:25:17 [INFO] [stderr] | [INFO] [stderr] 25 | no_modules: bool, [INFO] [stderr] | ^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/bin/collapse-vtune.rs:29:12 [INFO] [stderr] | [INFO] [stderr] 29 | quiet: bool, [INFO] [stderr] | ^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/bin/collapse-vtune.rs:33:14 [INFO] [stderr] | [INFO] [stderr] 33 | verbose: usize, [INFO] [stderr] | ^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/bin/collapse-vtune.rs:40:13 [INFO] [stderr] | [INFO] [stderr] 40 | infile: Option, [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error: aborting due to 11 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0423`. [INFO] [stderr] error: aborting due to 27 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0423`. [INFO] [stderr] error: could not compile `inferno`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not compile `inferno`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: aborting due to 4 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0423`. [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/bin/collapse-dtrace.rs:31:20 [INFO] [stderr] | [INFO] [stderr] 31 | includeoffset: bool, [INFO] [stderr] | ^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error: could not compile `inferno`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/bin/collapse-dtrace.rs:35:12 [INFO] [stderr] | [INFO] [stderr] 35 | quiet: bool, [INFO] [stderr] | ^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/bin/collapse-dtrace.rs:39:14 [INFO] [stderr] | [INFO] [stderr] 39 | verbose: usize, [INFO] [stderr] | ^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/bin/collapse-dtrace.rs:51:15 [INFO] [stderr] | [INFO] [stderr] 51 | nthreads: usize, [INFO] [stderr] | ^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/bin/collapse-dtrace.rs:58:13 [INFO] [stderr] | [INFO] [stderr] 58 | infile: Option, [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error: aborting due to 5 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0423`. [INFO] [stderr] error: could not compile `inferno`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "31d07cc0e303e9781fd66c7b2e73d2e5b1812fe3fd3355a3521773dfdd557025"` [INFO] running `"docker" "rm" "-f" "31d07cc0e303e9781fd66c7b2e73d2e5b1812fe3fd3355a3521773dfdd557025"` [INFO] [stdout] 31d07cc0e303e9781fd66c7b2e73d2e5b1812fe3fd3355a3521773dfdd557025