[INFO] updating cached repository https://github.com/semtexzv/podcomp [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] b95624788458c8ed937a16c0d33ee71ae544ff17 [INFO] checking semtexzv/podcomp against try#f149601db42efe10ece8b284ab681fd4a6fcb89c for pr-68766 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsemtexzv%2Fpodcomp" "/workspace/builds/worker-3/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-3/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/semtexzv/podcomp 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/semtexzv/podcomp [INFO] finished tweaking git repo https://github.com/semtexzv/podcomp [INFO] tweaked toml for git repo https://github.com/semtexzv/podcomp written to /workspace/builds/worker-3/source/Cargo.toml [INFO] crate git repo https://github.com/semtexzv/podcomp 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-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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] a0b969bc23cf1a5af6d5226b23a0c65eb6a957f65454e1792e075743ad2dbe26 [INFO] running `"docker" "start" "-a" "a0b969bc23cf1a5af6d5226b23a0c65eb6a957f65454e1792e075743ad2dbe26"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling serde_derive v1.0.102 [INFO] [stderr] Compiling proc-macro-error v0.2.6 [INFO] [stderr] Compiling structopt-derive v0.3.4 [INFO] [stderr] Checking structopt v0.3.4 [INFO] [stderr] Checking serde v1.0.102 [INFO] [stderr] Checking serde_yaml v0.8.11 [INFO] [stderr] Checking podcomp v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/cmds/build.rs:11:11 [INFO] [stderr] | [INFO] [stderr] 11 | pull: bool, [INFO] [stderr] | ^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/cmds/build.rs:13:18 [INFO] [stderr] | [INFO] [stderr] 13 | pull_always: bool, [INFO] [stderr] | ^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/cmds/build.rs:15:15 [INFO] [stderr] | [INFO] [stderr] 15 | services: Vec, [INFO] [stderr] | ^^^^^^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/cmds/down.rs:9:11 [INFO] [stderr] | [INFO] [stderr] 9 | pull: Option, [INFO] [stderr] | ^^^^^^^^^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/cmds/down.rs:11:18 [INFO] [stderr] | [INFO] [stderr] 11 | pull_always: Vec, [INFO] [stderr] | ^^^^^^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/cmds/pull.rs:9:22 [INFO] [stderr] | [INFO] [stderr] 9 | ignore_failures: bool, [INFO] [stderr] | ^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/cmds/pull.rs:11:15 [INFO] [stderr] | [INFO] [stderr] 11 | parallel: bool, [INFO] [stderr] | ^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/cmds/pull.rs:13:18 [INFO] [stderr] | [INFO] [stderr] 13 | no_parallel: bool, [INFO] [stderr] | ^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/cmds/pull.rs:15:12 [INFO] [stderr] | [INFO] [stderr] 15 | 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/cmds/pull.rs:17:19 [INFO] [stderr] | [INFO] [stderr] 17 | include_deps: bool, [INFO] [stderr] | ^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/cmds/pull.rs:19:15 [INFO] [stderr] | [INFO] [stderr] 19 | services: Vec, [INFO] [stderr] | ^^^^^^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/cmds/push.rs:9:22 [INFO] [stderr] | [INFO] [stderr] 9 | ignore_failures: bool, [INFO] [stderr] | ^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/cmds/build.rs:11:11 [INFO] [stderr] | [INFO] [stderr] 11 | pull: bool, [INFO] [stderr] | ^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/cmds/build.rs:13:18 [INFO] [stderr] | [INFO] [stderr] 13 | pull_always: bool, [INFO] [stderr] | ^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/cmds/build.rs:15:15 [INFO] [stderr] | [INFO] [stderr] 15 | services: Vec, [INFO] [stderr] | ^^^^^^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/cmds/push.rs:10:15 [INFO] [stderr] | [INFO] [stderr] 10 | services: Vec, [INFO] [stderr] | ^^^^^^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/cmds/down.rs:9:11 [INFO] [stderr] | [INFO] [stderr] 9 | pull: Option, [INFO] [stderr] | ^^^^^^^^^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/cmds/restart.rs:9:14 [INFO] [stderr] | [INFO] [stderr] 9 | timeout: f32, [INFO] [stderr] | ^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/cmds/down.rs:11:18 [INFO] [stderr] | [INFO] [stderr] 11 | pull_always: Vec, [INFO] [stderr] | ^^^^^^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/cmds/pull.rs:9:22 [INFO] [stderr] | [INFO] [stderr] 9 | ignore_failures: bool, [INFO] [stderr] | ^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/cmds/pull.rs:11:15 [INFO] [stderr] | [INFO] [stderr] 11 | parallel: bool, [INFO] [stderr] | ^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/cmds/restart.rs:10:15 [INFO] [stderr] | [INFO] [stderr] 10 | services: Vec, [INFO] [stderr] | ^^^^^^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/cmds/pull.rs:13:18 [INFO] [stderr] | [INFO] [stderr] 13 | no_parallel: bool, [INFO] [stderr] | ^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/cmds/run.rs:9:13 [INFO] [stderr] | [INFO] [stderr] 9 | detach: bool, [INFO] [stderr] | ^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/cmds/pull.rs:15:12 [INFO] [stderr] | [INFO] [stderr] 15 | 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/cmds/pull.rs:17:19 [INFO] [stderr] | [INFO] [stderr] 17 | include_deps: bool, [INFO] [stderr] | ^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/cmds/pull.rs:19:15 [INFO] [stderr] | [INFO] [stderr] 19 | services: Vec, [INFO] [stderr] | ^^^^^^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/cmds/push.rs:9:22 [INFO] [stderr] | [INFO] [stderr] 9 | ignore_failures: bool, [INFO] [stderr] | ^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/cmds/push.rs:10:15 [INFO] [stderr] | [INFO] [stderr] 10 | services: Vec, [INFO] [stderr] | ^^^^^^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/cmds/restart.rs:9:14 [INFO] [stderr] | [INFO] [stderr] 9 | timeout: f32, [INFO] [stderr] | ^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/cmds/restart.rs:10:15 [INFO] [stderr] | [INFO] [stderr] 10 | services: Vec, [INFO] [stderr] | ^^^^^^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/cmds/run.rs:9:13 [INFO] [stderr] | [INFO] [stderr] 9 | detach: bool, [INFO] [stderr] | ^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/cmds/run.rs:11:11 [INFO] [stderr] | [INFO] [stderr] 11 | 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/cmds/run.rs:11:11 [INFO] [stderr] | [INFO] [stderr] 11 | 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/cmds/run.rs:13:17 [INFO] [stderr] | [INFO] [stderr] 13 | entrypoint: Option, [INFO] [stderr] | ^^^^^^^^^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/cmds/run.rs:13:17 [INFO] [stderr] | [INFO] [stderr] 13 | entrypoint: Option, [INFO] [stderr] | ^^^^^^^^^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/cmds/run.rs:15:15 [INFO] [stderr] | [INFO] [stderr] 15 | env_vars: Vec, [INFO] [stderr] | ^^^^^^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/cmds/run.rs:17:14 [INFO] [stderr] | [INFO] [stderr] 17 | no_deps: bool, [INFO] [stderr] | ^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/cmds/run.rs:19:9 [INFO] [stderr] | [INFO] [stderr] 19 | rm: bool, [INFO] [stderr] | ^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/cmds/run.rs:21:14 [INFO] [stderr] | [INFO] [stderr] 21 | publish: Vec, [INFO] [stderr] | ^^^^^^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/cmds/run.rs:15:15 [INFO] [stderr] | [INFO] [stderr] 15 | env_vars: Vec, [INFO] [stderr] | ^^^^^^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/cmds/run.rs:17:14 [INFO] [stderr] | [INFO] [stderr] 17 | no_deps: bool, [INFO] [stderr] | ^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/cmds/run.rs:23:20 [INFO] [stderr] | [INFO] [stderr] 23 | service_ports: bool, [INFO] [stderr] | ^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/cmds/run.rs:19:9 [INFO] [stderr] | [INFO] [stderr] 19 | rm: bool, [INFO] [stderr] | ^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/cmds/run.rs:26:14 [INFO] [stderr] | [INFO] [stderr] 26 | volumes: Vec, [INFO] [stderr] | ^^^^^^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/cmds/run.rs:21:14 [INFO] [stderr] | [INFO] [stderr] 21 | publish: Vec, [INFO] [stderr] | ^^^^^^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/cmds/run.rs:23:20 [INFO] [stderr] | [INFO] [stderr] 23 | service_ports: bool, [INFO] [stderr] | ^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/cmds/run.rs:28:13 [INFO] [stderr] | [INFO] [stderr] 28 | no_tty: Vec, [INFO] [stderr] | ^^^^^^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/cmds/run.rs:30:14 [INFO] [stderr] | [INFO] [stderr] 30 | workdir: Vec, [INFO] [stderr] | ^^^^^^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/cmds/run.rs:26:14 [INFO] [stderr] | [INFO] [stderr] 26 | volumes: Vec, [INFO] [stderr] | ^^^^^^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/cmds/run.rs:32:14 [INFO] [stderr] | [INFO] [stderr] 32 | service: String, [INFO] [stderr] | ^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/cmds/run.rs:28:13 [INFO] [stderr] | [INFO] [stderr] 28 | no_tty: Vec, [INFO] [stderr] | ^^^^^^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/cmds/run.rs:34:10 [INFO] [stderr] | [INFO] [stderr] 34 | cmd: Vec, [INFO] [stderr] | ^^^^^^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/cmds/start.rs:8:15 [INFO] [stderr] | [INFO] [stderr] 8 | services: Vec, [INFO] [stderr] | ^^^^^^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/cmds/run.rs:30:14 [INFO] [stderr] | [INFO] [stderr] 30 | workdir: Vec, [INFO] [stderr] | ^^^^^^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/cmds/run.rs:32:14 [INFO] [stderr] | [INFO] [stderr] 32 | service: String, [INFO] [stderr] | ^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/cmds/run.rs:34:10 [INFO] [stderr] | [INFO] [stderr] 34 | cmd: Vec, [INFO] [stderr] | ^^^^^^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/cmds/start.rs:8:15 [INFO] [stderr] | [INFO] [stderr] 8 | services: Vec, [INFO] [stderr] | ^^^^^^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/cmds/stop.rs:9:14 [INFO] [stderr] | [INFO] [stderr] 9 | timeout: f32, [INFO] [stderr] | ^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/cmds/stop.rs:9:14 [INFO] [stderr] | [INFO] [stderr] 9 | timeout: f32, [INFO] [stderr] | ^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/cmds/stop.rs:10:15 [INFO] [stderr] | [INFO] [stderr] 10 | services: Vec, [INFO] [stderr] | ^^^^^^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/cmds/stop.rs:10:15 [INFO] [stderr] | [INFO] [stderr] 10 | services: Vec, [INFO] [stderr] | ^^^^^^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/cmds/up.rs:9:13 [INFO] [stderr] | [INFO] [stderr] 9 | detach: bool, [INFO] [stderr] | ^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/cmds/up.rs:11:17 [INFO] [stderr] | [INFO] [stderr] 11 | quiet_pull: bool, [INFO] [stderr] | ^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/cmds/up.rs:13:14 [INFO] [stderr] | [INFO] [stderr] 13 | no_deps: bool, [INFO] [stderr] | ^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/cmds/up.rs:9:13 [INFO] [stderr] | [INFO] [stderr] 9 | detach: bool, [INFO] [stderr] | ^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/cmds/up.rs:15:21 [INFO] [stderr] | [INFO] [stderr] 15 | force_recreate: bool, [INFO] [stderr] | ^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/cmds/up.rs:17:27 [INFO] [stderr] | [INFO] [stderr] 17 | always_recreate_deps: bool, [INFO] [stderr] | ^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/cmds/up.rs:19:15 [INFO] [stderr] | [INFO] [stderr] 19 | no_build: bool, [INFO] [stderr] | ^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/cmds/up.rs:11:17 [INFO] [stderr] | [INFO] [stderr] 11 | quiet_pull: bool, [INFO] [stderr] | ^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/cmds/up.rs:21:15 [INFO] [stderr] | [INFO] [stderr] 21 | no_start: bool, [INFO] [stderr] | ^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/cmds/up.rs:13:14 [INFO] [stderr] | [INFO] [stderr] 13 | no_deps: bool, [INFO] [stderr] | ^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/cmds/up.rs:15:21 [INFO] [stderr] | [INFO] [stderr] 15 | force_recreate: bool, [INFO] [stderr] | ^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/cmds/up.rs:23:12 [INFO] [stderr] | [INFO] [stderr] 23 | build: bool, [INFO] [stderr] | ^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/cmds/up.rs:25:30 [INFO] [stderr] | [INFO] [stderr] 25 | abort_on_container_exit: bool, [INFO] [stderr] | ^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/cmds/up.rs:27:14 [INFO] [stderr] | [INFO] [stderr] 27 | timeout: f32, [INFO] [stderr] | ^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/cmds/up.rs:17:27 [INFO] [stderr] | [INFO] [stderr] 17 | always_recreate_deps: bool, [INFO] [stderr] | ^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/cmds/up.rs:19:15 [INFO] [stderr] | [INFO] [stderr] 19 | no_build: bool, [INFO] [stderr] | ^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/cmds/up.rs:21:15 [INFO] [stderr] | [INFO] [stderr] 21 | no_start: bool, [INFO] [stderr] | ^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/cmds/up.rs:23:12 [INFO] [stderr] | [INFO] [stderr] 23 | build: bool, [INFO] [stderr] | ^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/cmds/up.rs:25:30 [INFO] [stderr] | [INFO] [stderr] 25 | abort_on_container_exit: bool, [INFO] [stderr] | ^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/cmds/up.rs:29:25 [INFO] [stderr] | [INFO] [stderr] 29 | renew_anon_volumes: bool, [INFO] [stderr] | ^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/cmds/up.rs:27:14 [INFO] [stderr] | [INFO] [stderr] 27 | timeout: f32, [INFO] [stderr] | ^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/cmds/up.rs:31:21 [INFO] [stderr] | [INFO] [stderr] 31 | remove_orphans: bool, [INFO] [stderr] | ^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/cmds/up.rs:33:12 [INFO] [stderr] | [INFO] [stderr] 33 | scale: Vec, [INFO] [stderr] | ^^^^^^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/cmds/up.rs:29:25 [INFO] [stderr] | [INFO] [stderr] 29 | renew_anon_volumes: bool, [INFO] [stderr] | ^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/cmds/up.rs:31:21 [INFO] [stderr] | [INFO] [stderr] 31 | remove_orphans: bool, [INFO] [stderr] | ^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/cmds/up.rs:33:12 [INFO] [stderr] | [INFO] [stderr] 33 | scale: Vec, [INFO] [stderr] | ^^^^^^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/cmds/up.rs:35:21 [INFO] [stderr] | [INFO] [stderr] 35 | exit_code_from: Option, [INFO] [stderr] | ^^^^^^^^^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/cmds/up.rs:35:21 [INFO] [stderr] | [INFO] [stderr] 35 | exit_code_from: Option, [INFO] [stderr] | ^^^^^^^^^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/cmds/up.rs:37:15 [INFO] [stderr] | [INFO] [stderr] 37 | services: Vec, [INFO] [stderr] | ^^^^^^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/cmds/util.rs:21:17 [INFO] [stderr] | [INFO] [stderr] 21 | quiet_pull: bool, [INFO] [stderr] | ^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/cmds/up.rs:37:15 [INFO] [stderr] | [INFO] [stderr] 37 | services: Vec, [INFO] [stderr] | ^^^^^^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/cmds/util.rs:21:17 [INFO] [stderr] | [INFO] [stderr] 21 | quiet_pull: bool, [INFO] [stderr] | ^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/cmds/util.rs:33:13 [INFO] [stderr] | [INFO] [stderr] 33 | follow: bool, [INFO] [stderr] | ^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/cmds/util.rs:35:17 [INFO] [stderr] | [INFO] [stderr] 35 | timestamps: bool, [INFO] [stderr] | ^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/cmds/util.rs:37:14 [INFO] [stderr] | [INFO] [stderr] 37 | service: 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:17 [INFO] [stderr] | [INFO] [stderr] 29 | #[structopt(flatten)] [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:32:17 [INFO] [stderr] | [INFO] [stderr] 32 | #[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/main.rs:39:11 [INFO] [stderr] | [INFO] [stderr] 39 | file: Option, [INFO] [stderr] | ^^^^^^^^^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/cmds/util.rs:33:13 [INFO] [stderr] | [INFO] [stderr] 33 | follow: bool, [INFO] [stderr] | ^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/cmds/util.rs:35:17 [INFO] [stderr] | [INFO] [stderr] 35 | timestamps: 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:41:19 [INFO] [stderr] | [INFO] [stderr] 41 | project_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/cmds/util.rs:37:14 [INFO] [stderr] | [INFO] [stderr] 37 | service: 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:43:18 [INFO] [stderr] | [INFO] [stderr] 43 | podman_path: 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:29:17 [INFO] [stderr] | [INFO] [stderr] 29 | #[structopt(flatten)] [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:32:17 [INFO] [stderr] | [INFO] [stderr] 32 | #[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/main.rs:39:11 [INFO] [stderr] | [INFO] [stderr] 39 | file: 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:41:19 [INFO] [stderr] | [INFO] [stderr] 41 | project_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:43:18 [INFO] [stderr] | [INFO] [stderr] 43 | podman_path: 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:45:14 [INFO] [stderr] | [INFO] [stderr] 45 | no_ansi: 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:47:17 [INFO] [stderr] | [INFO] [stderr] 47 | no_cleanup: 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:49:14 [INFO] [stderr] | [INFO] [stderr] 49 | dry_run: 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:51:23 [INFO] [stderr] | [INFO] [stderr] 51 | transform_policy: Option, [INFO] [stderr] | ^^^^^^^^^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0658]: the `!` type is experimental [INFO] [stderr] --> src/prelude.rs:15:43 [INFO] [stderr] | [INFO] [stderr] 15 | T: Deserialize<'de> + FromStr, [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/35121 [INFO] [stderr] = help: add `#![feature(never_type)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/main.rs:45:14 [INFO] [stderr] | [INFO] [stderr] 45 | no_ansi: 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:47:17 [INFO] [stderr] | [INFO] [stderr] 47 | no_cleanup: 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:49:14 [INFO] [stderr] | [INFO] [stderr] 49 | dry_run: 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:51:23 [INFO] [stderr] | [INFO] [stderr] 51 | transform_policy: Option, [INFO] [stderr] | ^^^^^^^^^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0658]: the `!` type is experimental [INFO] [stderr] --> src/prelude.rs:15:43 [INFO] [stderr] | [INFO] [stderr] 15 | T: Deserialize<'de> + FromStr, [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/35121 [INFO] [stderr] = help: add `#![feature(never_type)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: the `!` type is experimental [INFO] [stderr] --> src/prelude.rs:27:47 [INFO] [stderr] | [INFO] [stderr] 27 | T: Deserialize<'de> + FromStr, [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/35121 [INFO] [stderr] = help: add `#![feature(never_type)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: the `!` type is experimental [INFO] [stderr] --> src/prelude.rs:27:47 [INFO] [stderr] | [INFO] [stderr] 27 | T: Deserialize<'de> + FromStr, [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/35121 [INFO] [stderr] = help: add `#![feature(never_type)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: the `!` type is experimental [INFO] [stderr] --> src/compose.rs:58:16 [INFO] [stderr] | [INFO] [stderr] 58 | type Err = !; [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/35121 [INFO] [stderr] = help: add `#![feature(never_type)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] warning: unused import: `std::collections::HashMap` [INFO] [stderr] --> src/main.rs:2:5 [INFO] [stderr] | [INFO] [stderr] 2 | use std::collections::HashMap; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `DeserializeOwned` [INFO] [stderr] --> src/prelude.rs:6:37 [INFO] [stderr] | [INFO] [stderr] 6 | use serde::de::{MapAccess, Visitor, DeserializeOwned}; [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused imports: `Deserializer`, `Serialize` [INFO] [stderr] --> src/compose.rs:3:26 [INFO] [stderr] | [INFO] [stderr] 3 | use serde::{Deserialize, Serialize, Deserializer}; [INFO] [stderr] | ^^^^^^^^^ ^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0658]: the `!` type is experimental [INFO] [stderr] --> src/compose.rs:58:16 [INFO] [stderr] | [INFO] [stderr] 58 | type Err = !; [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/35121 [INFO] [stderr] = help: add `#![feature(never_type)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/cmds/util.rs:12:80 [INFO] [stderr] | [INFO] [stderr] 12 | fn run(compose: Compose, global: GlobalOpts, opts: Self) -> Result<(), Box> { [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Error` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/cmds/util.rs:25:80 [INFO] [stderr] | [INFO] [stderr] 25 | fn run(compose: Compose, global: GlobalOpts, opts: Self) -> Result<(), Box> { [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Error` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/cmds/util.rs:41:80 [INFO] [stderr] | [INFO] [stderr] 41 | fn run(compose: Compose, global: GlobalOpts, opts: Self) -> Result<(), Box> { [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Error` [INFO] [stderr] [INFO] [stderr] warning: unused import: `std::collections::HashMap` [INFO] [stderr] --> src/main.rs:2:5 [INFO] [stderr] | [INFO] [stderr] 2 | use std::collections::HashMap; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `DeserializeOwned` [INFO] [stderr] --> src/prelude.rs:6:37 [INFO] [stderr] | [INFO] [stderr] 6 | use serde::de::{MapAccess, Visitor, DeserializeOwned}; [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused imports: `Deserializer`, `Serialize` [INFO] [stderr] --> src/compose.rs:3:26 [INFO] [stderr] | [INFO] [stderr] 3 | use serde::{Deserialize, Serialize, Deserializer}; [INFO] [stderr] | ^^^^^^^^^ ^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/cmds/util.rs:12:80 [INFO] [stderr] | [INFO] [stderr] 12 | fn run(compose: Compose, global: GlobalOpts, opts: Self) -> Result<(), Box> { [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Error` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/cmds/util.rs:25:80 [INFO] [stderr] | [INFO] [stderr] 25 | fn run(compose: Compose, global: GlobalOpts, opts: Self) -> Result<(), Box> { [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Error` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/cmds/util.rs:41:80 [INFO] [stderr] | [INFO] [stderr] 41 | fn run(compose: Compose, global: GlobalOpts, opts: Self) -> Result<(), Box> { [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Error` [INFO] [stderr] [INFO] [stderr] error: aborting due to 62 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0423, E0658. [INFO] [stderr] For more information about an error, try `rustc --explain E0423`. [INFO] [stderr] error: could not compile `podcomp`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: aborting due to 62 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0423, E0658. [INFO] [stderr] For more information about an error, try `rustc --explain E0423`. [INFO] [stderr] error: could not compile `podcomp`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "a0b969bc23cf1a5af6d5226b23a0c65eb6a957f65454e1792e075743ad2dbe26"` [INFO] running `"docker" "rm" "-f" "a0b969bc23cf1a5af6d5226b23a0c65eb6a957f65454e1792e075743ad2dbe26"` [INFO] [stdout] a0b969bc23cf1a5af6d5226b23a0c65eb6a957f65454e1792e075743ad2dbe26