[INFO] updating cached repository https://github.com/tarkah/lazystream [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] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 2bbe8e41acb55e7c68ddf4ded647bcf7d69d725c [INFO] checking tarkah/lazystream against try#f149601db42efe10ece8b284ab681fd4a6fcb89c for pr-68766 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftarkah%2Flazystream" "/workspace/builds/worker-11/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-11/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/tarkah/lazystream 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/tarkah/lazystream [INFO] finished tweaking git repo https://github.com/tarkah/lazystream [INFO] tweaked toml for git repo https://github.com/tarkah/lazystream written to /workspace/builds/worker-11/source/Cargo.toml [INFO] crate git repo https://github.com/tarkah/lazystream 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] [stderr] Blocking waiting for file lock on package cache [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/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] 2671814f0e8a3ebb34b6f10ba7cce6aca3c5598ce4fd7574b00c19bb0fe23a2b [INFO] running `"docker" "start" "-a" "2671814f0e8a3ebb34b6f10ba7cce6aca3c5598ce4fd7574b00c19bb0fe23a2b"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling curl v0.4.25 [INFO] [stderr] Compiling isahc v0.8.2 [INFO] [stderr] Checking read_input v0.8.2 [INFO] [stderr] Compiling openssl-src v111.6.1+1.1.1d [INFO] [stderr] Compiling curl-sys v0.4.24 [INFO] [stderr] Compiling num-traits v0.2.10 [INFO] [stderr] Compiling num-integer v0.1.41 [INFO] [stderr] Checking futures-channel v0.3.1 [INFO] [stderr] Compiling error-chain v0.12.1 [INFO] [stderr] Checking futures-util-preview v0.3.0-alpha.19 [INFO] [stderr] Checking async-task v1.0.0 [INFO] [stderr] Checking dns-parser v0.8.0 [INFO] [stderr] Checking url v2.1.0 [INFO] [stderr] Compiling parking_lot_core v0.6.2 [INFO] [stderr] Compiling parking_lot v0.9.0 [INFO] [stderr] Checking colored v1.9.0 [INFO] [stderr] Compiling serde_derive v1.0.104 [INFO] [stderr] Compiling proc-macro-error v0.2.6 [INFO] [stderr] Checking futures-util v0.3.1 [INFO] [stderr] Compiling openssl-sys v0.9.53 [INFO] [stderr] Compiling structopt-derive v0.3.5 [INFO] [stderr] Checking mdns v0.3.1 [INFO] [stderr] Checking broadcaster v0.2.6 [INFO] [stderr] Checking async-std v1.4.0 [INFO] [stderr] Checking structopt v0.3.5 [INFO] [stderr] Checking sluice v0.5.1 [INFO] [stderr] Checking futures-executor v0.3.1 [INFO] [stderr] Checking futures v0.3.1 [INFO] [stderr] Checking serde v1.0.104 [INFO] [stderr] Checking chrono v0.4.10 [INFO] [stderr] Checking serde_urlencoded v0.6.1 [INFO] [stderr] Checking serde_json v1.0.44 [INFO] [stderr] Checking http-client v1.1.1 [INFO] [stderr] Checking stats-api v0.1.0 (https://github.com/tarkah/stats-api?rev=f8058c366366c23457819a4a05d34ad61ae26bcd#f8058c36) [INFO] [stderr] Checking lazystream v1.8.0 (/opt/rustwide/workdir) [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/opt.rs:29:17 [INFO] [stderr] | [INFO] [stderr] 29 | #[structopt(subcommand)] [INFO] [stderr] | ^^^^^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/opt.rs:29:17 [INFO] [stderr] | [INFO] [stderr] 29 | #[structopt(subcommand)] [INFO] [stderr] | ^^^^^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/opt.rs:33:15 [INFO] [stderr] | [INFO] [stderr] 33 | pub date: Option, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/opt.rs:36:14 [INFO] [stderr] | [INFO] [stderr] 36 | pub cdn: Cdn, [INFO] [stderr] | ^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/opt.rs:33:15 [INFO] [stderr] | [INFO] [stderr] 33 | pub date: Option, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/opt.rs:41:18 [INFO] [stderr] | [INFO] [stderr] 41 | pub quality: Option, [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/opt.rs:51:18 [INFO] [stderr] | [INFO] [stderr] 51 | resolve: bool, [INFO] [stderr] | ^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/opt.rs:56:21 [INFO] [stderr] | [INFO] [stderr] 56 | #[structopt(subcommand)] [INFO] [stderr] | ^^^^^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/opt.rs:65:21 [INFO] [stderr] | [INFO] [stderr] 65 | #[structopt(subcommand)] [INFO] [stderr] | ^^^^^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/opt.rs:36:14 [INFO] [stderr] | [INFO] [stderr] 36 | pub cdn: Cdn, [INFO] [stderr] | ^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/opt.rs:41:18 [INFO] [stderr] | [INFO] [stderr] 41 | pub quality: Option, [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/opt.rs:74:21 [INFO] [stderr] | [INFO] [stderr] 74 | #[structopt(subcommand)] [INFO] [stderr] | ^^^^^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/opt.rs:83:21 [INFO] [stderr] | [INFO] [stderr] 83 | #[structopt(subcommand)] [INFO] [stderr] | ^^^^^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/opt.rs:95:18 [INFO] [stderr] | [INFO] [stderr] 95 | 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/opt.rs:98:16 [INFO] [stderr] | [INFO] [stderr] 98 | proxy: Option, [INFO] [stderr] | ^^^^^^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/opt.rs:114:22 [INFO] [stderr] | [INFO] [stderr] 114 | team_abbrev: String, [INFO] [stderr] | ^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/opt.rs:117:18 [INFO] [stderr] | [INFO] [stderr] 117 | 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/opt.rs:121:20 [INFO] [stderr] | [INFO] [stderr] 121 | feed_type: Option, [INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/opt.rs:124:16 [INFO] [stderr] | [INFO] [stderr] 124 | proxy: Option, [INFO] [stderr] | ^^^^^^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/opt.rs:51:18 [INFO] [stderr] | [INFO] [stderr] 51 | resolve: bool, [INFO] [stderr] | ^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/opt.rs:137:17 [INFO] [stderr] | [INFO] [stderr] 137 | output: PathBuf, [INFO] [stderr] | ^^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/opt.rs:56:21 [INFO] [stderr] | [INFO] [stderr] 56 | #[structopt(subcommand)] [INFO] [stderr] | ^^^^^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/opt.rs:140:18 [INFO] [stderr] | [INFO] [stderr] 140 | 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/opt.rs:65:21 [INFO] [stderr] | [INFO] [stderr] 65 | #[structopt(subcommand)] [INFO] [stderr] | ^^^^^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/opt.rs:74:21 [INFO] [stderr] | [INFO] [stderr] 74 | #[structopt(subcommand)] [INFO] [stderr] | ^^^^^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/opt.rs:83:21 [INFO] [stderr] | [INFO] [stderr] 83 | #[structopt(subcommand)] [INFO] [stderr] | ^^^^^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/opt.rs:95:18 [INFO] [stderr] | [INFO] [stderr] 95 | 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/opt.rs:98:16 [INFO] [stderr] | [INFO] [stderr] 98 | proxy: Option, [INFO] [stderr] | ^^^^^^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/opt.rs:114:22 [INFO] [stderr] | [INFO] [stderr] 114 | team_abbrev: String, [INFO] [stderr] | ^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/opt.rs:117:18 [INFO] [stderr] | [INFO] [stderr] 117 | 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/opt.rs:121:20 [INFO] [stderr] | [INFO] [stderr] 121 | feed_type: Option, [INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/opt.rs:124:16 [INFO] [stderr] | [INFO] [stderr] 124 | proxy: Option, [INFO] [stderr] | ^^^^^^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/opt.rs:137:17 [INFO] [stderr] | [INFO] [stderr] 137 | output: PathBuf, [INFO] [stderr] | ^^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/opt.rs:140:18 [INFO] [stderr] | [INFO] [stderr] 140 | 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/opt.rs:143:16 [INFO] [stderr] | [INFO] [stderr] 143 | proxy: Option, [INFO] [stderr] | ^^^^^^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/opt.rs:159:22 [INFO] [stderr] | [INFO] [stderr] 159 | team_abbrev: String, [INFO] [stderr] | ^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/opt.rs:162:17 [INFO] [stderr] | [INFO] [stderr] 162 | output: PathBuf, [INFO] [stderr] | ^^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/opt.rs:165:18 [INFO] [stderr] | [INFO] [stderr] 165 | 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/opt.rs:169:20 [INFO] [stderr] | [INFO] [stderr] 169 | feed_type: Option, [INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/opt.rs:172:16 [INFO] [stderr] | [INFO] [stderr] 172 | proxy: Option, [INFO] [stderr] | ^^^^^^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/opt.rs:183:18 [INFO] [stderr] | [INFO] [stderr] 183 | 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/opt.rs:186:16 [INFO] [stderr] | [INFO] [stderr] 186 | proxy: Option, [INFO] [stderr] | ^^^^^^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/opt.rs:198:22 [INFO] [stderr] | [INFO] [stderr] 198 | team_abbrev: String, [INFO] [stderr] | ^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/opt.rs:201:18 [INFO] [stderr] | [INFO] [stderr] 201 | cast_ip: Ipv4Addr, [INFO] [stderr] | ^^^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/opt.rs:204:18 [INFO] [stderr] | [INFO] [stderr] 204 | 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/opt.rs:208:20 [INFO] [stderr] | [INFO] [stderr] 208 | feed_type: Option, [INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/opt.rs:143:16 [INFO] [stderr] | [INFO] [stderr] 143 | proxy: Option, [INFO] [stderr] | ^^^^^^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/opt.rs:159:22 [INFO] [stderr] | [INFO] [stderr] 159 | team_abbrev: String, [INFO] [stderr] | ^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/opt.rs:162:17 [INFO] [stderr] | [INFO] [stderr] 162 | output: PathBuf, [INFO] [stderr] | ^^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/opt.rs:165:18 [INFO] [stderr] | [INFO] [stderr] 165 | 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/opt.rs:169:20 [INFO] [stderr] | [INFO] [stderr] 169 | feed_type: Option, [INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/opt.rs:172:16 [INFO] [stderr] | [INFO] [stderr] 172 | proxy: Option, [INFO] [stderr] | ^^^^^^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/opt.rs:183:18 [INFO] [stderr] | [INFO] [stderr] 183 | 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/opt.rs:186:16 [INFO] [stderr] | [INFO] [stderr] 186 | proxy: Option, [INFO] [stderr] | ^^^^^^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/opt.rs:198:22 [INFO] [stderr] | [INFO] [stderr] 198 | team_abbrev: String, [INFO] [stderr] | ^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/opt.rs:201:18 [INFO] [stderr] | [INFO] [stderr] 201 | cast_ip: Ipv4Addr, [INFO] [stderr] | ^^^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/opt.rs:204:18 [INFO] [stderr] | [INFO] [stderr] 204 | 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/opt.rs:208:20 [INFO] [stderr] | [INFO] [stderr] 208 | feed_type: Option, [INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/opt.rs:211:16 [INFO] [stderr] | [INFO] [stderr] 211 | proxy: Option, [INFO] [stderr] | ^^^^^^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/opt.rs:211:16 [INFO] [stderr] | [INFO] [stderr] 211 | proxy: Option, [INFO] [stderr] | ^^^^^^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/opt.rs:222:15 [INFO] [stderr] | [INFO] [stderr] 222 | file: PathBuf, [INFO] [stderr] | ^^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/opt.rs:229:15 [INFO] [stderr] | [INFO] [stderr] 229 | file: PathBuf, [INFO] [stderr] | ^^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/opt.rs:222:15 [INFO] [stderr] | [INFO] [stderr] 222 | file: PathBuf, [INFO] [stderr] | ^^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/opt.rs:232:24 [INFO] [stderr] | [INFO] [stderr] 232 | start_channel: u32, [INFO] [stderr] | ^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/opt.rs:229:15 [INFO] [stderr] | [INFO] [stderr] 229 | file: PathBuf, [INFO] [stderr] | ^^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/opt.rs:232:24 [INFO] [stderr] | [INFO] [stderr] 232 | start_channel: u32, [INFO] [stderr] | ^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error: aborting due to 33 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0423`. [INFO] [stderr] error: could not compile `lazystream`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: aborting due to 33 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0423`. [INFO] [stderr] error: could not compile `lazystream`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "2671814f0e8a3ebb34b6f10ba7cce6aca3c5598ce4fd7574b00c19bb0fe23a2b"` [INFO] running `"docker" "rm" "-f" "2671814f0e8a3ebb34b6f10ba7cce6aca3c5598ce4fd7574b00c19bb0fe23a2b"` [INFO] [stdout] 2671814f0e8a3ebb34b6f10ba7cce6aca3c5598ce4fd7574b00c19bb0fe23a2b