[INFO] cloning repository https://github.com/elexis-eu/dictionary-service [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/elexis-eu/dictionary-service" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Felexis-eu%2Fdictionary-service", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Felexis-eu%2Fdictionary-service'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] bc10c5a77895448123b407e508f9482d4273d874 [INFO] testing elexis-eu/dictionary-service against 1.49.0 for beta-1.50-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Felexis-eu%2Fdictionary-service" "/workspace/builds/worker-8/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-8/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/elexis-eu/dictionary-service on toolchain 1.49.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.49.0" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/elexis-eu/dictionary-service [INFO] finished tweaking git repo https://github.com/elexis-eu/dictionary-service [INFO] tweaked toml for git repo https://github.com/elexis-eu/dictionary-service written to /workspace/builds/worker-8/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.49.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.49.0" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:b8eeb62f26c39b23691079a6cb6de528d8e88b4d71a8f6b1d30f8ba7d9c16de9" "/opt/rustwide/cargo-home/bin/cargo" "+1.49.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 75152b7ac319fb5775928ca833e484f4b2845b92bad8c4b99cb88657b6672a2b [INFO] running `Command { std: "docker" "start" "-a" "75152b7ac319fb5775928ca833e484f4b2845b92bad8c4b99cb88657b6672a2b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "75152b7ac319fb5775928ca833e484f4b2845b92bad8c4b99cb88657b6672a2b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "75152b7ac319fb5775928ca833e484f4b2845b92bad8c4b99cb88657b6672a2b", kill_on_drop: false }` [INFO] [stdout] 75152b7ac319fb5775928ca833e484f4b2845b92bad8c4b99cb88657b6672a2b [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:b8eeb62f26c39b23691079a6cb6de528d8e88b4d71a8f6b1d30f8ba7d9c16de9" "/opt/rustwide/cargo-home/bin/cargo" "+1.49.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 5bb1b89e4f5af29c7efcdda2aba587a089c59147c8dbd83ff14cbb79f7ea8204 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "5bb1b89e4f5af29c7efcdda2aba587a089c59147c8dbd83ff14cbb79f7ea8204", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.81 [INFO] [stderr] Compiling syn v1.0.58 [INFO] [stderr] Compiling once_cell v1.5.2 [INFO] [stderr] Compiling itoa v0.4.7 [INFO] [stderr] Compiling serde v1.0.118 [INFO] [stderr] Compiling cc v1.0.66 [INFO] [stderr] Compiling serde_json v1.0.61 [INFO] [stderr] Compiling ahash v0.4.7 [INFO] [stderr] Compiling futures-io v0.3.8 [INFO] [stderr] Compiling pin-project-lite v0.2.1 [INFO] [stderr] Compiling pulldown-cmark v0.2.0 [INFO] [stderr] Compiling spin v0.5.2 [INFO] [stderr] Compiling remove_dir_all v0.5.3 [INFO] [stderr] Compiling untrusted v0.7.1 [INFO] [stderr] Compiling bytecount v0.6.2 [INFO] [stderr] Compiling const_fn v0.4.5 [INFO] [stderr] Compiling glob v0.3.0 [INFO] [stderr] Compiling try-lock v0.2.3 [INFO] [stderr] Compiling httpdate v0.3.2 [INFO] [stderr] Compiling pest v1.0.6 [INFO] [stderr] Compiling fallible-streaming-iterator v0.1.9 [INFO] [stderr] Compiling xml-rs v0.8.3 [INFO] [stderr] Compiling standback v0.2.14 [INFO] [stderr] Compiling error-chain v0.12.4 [INFO] [stderr] Compiling unicase v2.6.0 [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Compiling time v0.2.23 [INFO] [stderr] Compiling num-integer v0.1.44 [INFO] [stderr] Compiling tokio v1.0.1 [INFO] [stderr] Compiling cookie v0.14.3 [INFO] [stderr] Compiling futures-task v0.3.8 [INFO] [stderr] Compiling libsqlite3-sys v0.20.1 [INFO] [stderr] Compiling http v0.2.2 [INFO] [stderr] Compiling hashbrown v0.9.1 [INFO] [stderr] Compiling syn v0.11.11 [INFO] [stderr] Compiling tracing v0.1.22 [INFO] [stderr] Compiling want v0.3.0 [INFO] [stderr] Compiling indexmap v1.6.1 [INFO] [stderr] Compiling hashlink v0.6.0 [INFO] [stderr] Compiling mime_guess v2.0.3 [INFO] [stderr] Compiling getrandom v0.1.16 [INFO] [stderr] Compiling net2 v0.2.37 [INFO] [stderr] Compiling iovec v0.1.4 [INFO] [stderr] Compiling num_cpus v1.13.0 [INFO] [stderr] Compiling signal-hook-registry v1.3.0 [INFO] [stderr] Compiling getrandom v0.2.1 [INFO] [stderr] Compiling rand_os v0.1.3 [INFO] [stderr] Compiling time v0.1.44 [INFO] [stderr] Compiling socket2 v0.3.19 [INFO] [stderr] Compiling mio v0.7.7 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling ring v0.16.19 [INFO] [stderr] Compiling rand_core v0.5.1 [INFO] [stderr] Compiling rusqlite v0.24.2 [INFO] [stderr] Compiling mio v0.6.23 [INFO] [stderr] Compiling rand_core v0.6.1 [INFO] [stderr] Compiling rand v0.6.5 [INFO] [stderr] Compiling clap v2.33.3 [INFO] [stderr] Compiling rand_chacha v0.2.2 [INFO] [stderr] Compiling rand_chacha v0.3.0 [INFO] [stderr] Compiling pest_derive v1.0.8 [INFO] [stderr] Compiling http-body v0.3.1 [INFO] [stderr] Compiling http-body v0.4.0 [INFO] [stderr] Compiling chrono v0.4.19 [INFO] [stderr] Compiling rand v0.7.3 [INFO] [stderr] Compiling rand v0.8.1 [INFO] [stderr] Compiling mio-uds v0.6.8 [INFO] [stderr] Compiling tempfile v3.1.0 [INFO] [stderr] Compiling uuid v0.8.1 [INFO] [stderr] Compiling semver v0.9.0 [INFO] [stderr] Compiling bincode v1.3.1 [INFO] [stderr] Compiling sct v0.6.0 [INFO] [stderr] Compiling webpki v0.21.4 [INFO] [stderr] Compiling rustls v0.18.1 [INFO] [stderr] Compiling pin-project-internal v1.0.3 [INFO] [stderr] Compiling futures-macro v0.3.8 [INFO] [stderr] Compiling serde_derive v1.0.118 [INFO] [stderr] Compiling tokio-macros v0.2.6 [INFO] [stderr] Compiling pin-project-internal v0.4.27 [INFO] [stderr] Compiling time-macros-impl v0.1.1 [INFO] [stderr] Compiling gotham_derive v0.5.0 [INFO] [stderr] Compiling time-macros v0.1.1 [INFO] [stderr] Compiling tokio v0.2.24 [INFO] [stderr] Compiling pin-project v1.0.3 [INFO] [stderr] Compiling futures-util v0.3.8 [INFO] [stderr] Compiling pin-project v0.4.27 [INFO] [stderr] Compiling tracing-futures v0.2.4 [INFO] [stderr] Compiling cargo_metadata v0.10.0 [INFO] [stderr] Compiling tokio-util v0.3.1 [INFO] [stderr] Compiling tokio-rustls v0.14.1 [INFO] [stderr] Compiling futures-executor v0.3.8 [INFO] [stderr] Compiling h2 v0.2.7 [INFO] [stderr] Compiling hyper v0.14.2 [INFO] [stderr] Compiling skeptic v0.13.5 [INFO] [stderr] Compiling futures v0.3.8 [INFO] [stderr] Compiling borrow-bag v1.0.0 [INFO] [stderr] Compiling hyper v0.13.9 [INFO] [stderr] Compiling gotham v0.5.0 [INFO] [stderr] Compiling elexis-dictionary-service v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] error[E0277]: the trait bound `http::Response: IntoResponse` is not satisfied [INFO] [stdout] --> src/main.rs:57:61 [INFO] [stdout] | [INFO] [stdout] 57 | route.request(vec![Method::GET, Method::HEAD], "/").to(index); [INFO] [stdout] | ^^ the trait `IntoResponse` is not implemented for `http::Response` [INFO] [stdout] | [INFO] [stdout] = help: the following implementations were found: [INFO] [stdout] as IntoResponse> [INFO] [stdout] = note: required because of the requirements on the impl of `IntoHandlerFuture` for `(gotham::state::State, http::Response)` [INFO] [stdout] = note: required because of the requirements on the impl of `Handler` for `fn(gotham::state::State) -> (gotham::state::State, http::Response) {index}` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `http::Response: IntoResponse` is not satisfied [INFO] [stdout] --> src/main.rs:58:59 [INFO] [stdout] | [INFO] [stdout] 58 | route.request(vec![Method::GET], "/dictionaries").to(rest::dictionaries); [INFO] [stdout] | ^^ the trait `IntoResponse` is not implemented for `http::Response` [INFO] [stdout] | [INFO] [stdout] = help: the following implementations were found: [INFO] [stdout] as IntoResponse> [INFO] [stdout] = note: required because of the requirements on the impl of `IntoHandlerFuture` for `(gotham::state::State, http::Response)` [INFO] [stdout] = note: required because of the requirements on the impl of `Handler` for `fn(gotham::state::State) -> (gotham::state::State, http::Response) {dictionaries}` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `http::Response: IntoResponse` is not satisfied [INFO] [stdout] --> src/main.rs:61:14 [INFO] [stdout] | [INFO] [stdout] 61 | .to(rest::about); [INFO] [stdout] | ^^ the trait `IntoResponse` is not implemented for `http::Response` [INFO] [stdout] | [INFO] [stdout] = help: the following implementations were found: [INFO] [stdout] as IntoResponse> [INFO] [stdout] = note: required because of the requirements on the impl of `IntoHandlerFuture` for `(gotham::state::State, http::Response)` [INFO] [stdout] = note: required because of the requirements on the impl of `Handler` for `fn(gotham::state::State) -> (gotham::state::State, http::Response) {about}` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `http::Response: IntoResponse` is not satisfied [INFO] [stdout] --> src/main.rs:65:14 [INFO] [stdout] | [INFO] [stdout] 65 | .to(rest::list); [INFO] [stdout] | ^^ the trait `IntoResponse` is not implemented for `http::Response` [INFO] [stdout] | [INFO] [stdout] = help: the following implementations were found: [INFO] [stdout] as IntoResponse> [INFO] [stdout] = note: required because of the requirements on the impl of `IntoHandlerFuture` for `(gotham::state::State, http::Response)` [INFO] [stdout] = note: required because of the requirements on the impl of `Handler` for `fn(gotham::state::State) -> (gotham::state::State, http::Response) {list}` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `http::Response: IntoResponse` is not satisfied [INFO] [stdout] --> src/main.rs:69:14 [INFO] [stdout] | [INFO] [stdout] 69 | .to(rest::lookup); [INFO] [stdout] | ^^ the trait `IntoResponse` is not implemented for `http::Response` [INFO] [stdout] | [INFO] [stdout] = help: the following implementations were found: [INFO] [stdout] as IntoResponse> [INFO] [stdout] = note: required because of the requirements on the impl of `IntoHandlerFuture` for `(gotham::state::State, http::Response)` [INFO] [stdout] = note: required because of the requirements on the impl of `Handler` for `fn(gotham::state::State) -> (gotham::state::State, http::Response) {lookup}` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `http::Response: IntoResponse` is not satisfied [INFO] [stdout] --> src/main.rs:72:14 [INFO] [stdout] | [INFO] [stdout] 72 | .to(rest::entry_json); [INFO] [stdout] | ^^ the trait `IntoResponse` is not implemented for `http::Response` [INFO] [stdout] | [INFO] [stdout] = help: the following implementations were found: [INFO] [stdout] as IntoResponse> [INFO] [stdout] = note: required because of the requirements on the impl of `IntoHandlerFuture` for `(gotham::state::State, http::Response)` [INFO] [stdout] = note: required because of the requirements on the impl of `Handler` for `fn(gotham::state::State) -> (gotham::state::State, http::Response) {entry_json}` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `http::Response: IntoResponse` is not satisfied [INFO] [stdout] --> src/main.rs:75:14 [INFO] [stdout] | [INFO] [stdout] 75 | .to(rest::entry_ontolex); [INFO] [stdout] | ^^ the trait `IntoResponse` is not implemented for `http::Response` [INFO] [stdout] | [INFO] [stdout] = help: the following implementations were found: [INFO] [stdout] as IntoResponse> [INFO] [stdout] = note: required because of the requirements on the impl of `IntoHandlerFuture` for `(gotham::state::State, http::Response)` [INFO] [stdout] = note: required because of the requirements on the impl of `Handler` for `fn(gotham::state::State) -> (gotham::state::State, http::Response) {entry_ontolex}` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `http::Response: IntoResponse` is not satisfied [INFO] [stdout] --> src/main.rs:78:14 [INFO] [stdout] | [INFO] [stdout] 78 | .to(rest::entry_tei); [INFO] [stdout] | ^^ the trait `IntoResponse` is not implemented for `http::Response` [INFO] [stdout] | [INFO] [stdout] = help: the following implementations were found: [INFO] [stdout] as IntoResponse> [INFO] [stdout] = note: required because of the requirements on the impl of `IntoHandlerFuture` for `(gotham::state::State, http::Response)` [INFO] [stdout] = note: required because of the requirements on the impl of `Handler` for `fn(gotham::state::State) -> (gotham::state::State, http::Response) {entry_tei}` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `gotham::hyper::Body: From` is not satisfied [INFO] [stdout] --> src/main.rs:80:14 [INFO] [stdout] | [INFO] [stdout] 80 | .to(logo); [INFO] [stdout] | ^^ the trait `From` is not implemented for `gotham::hyper::Body` [INFO] [stdout] | [INFO] [stdout] = help: the following implementations were found: [INFO] [stdout] > [INFO] [stdout] > [INFO] [stdout] >> + Send + 'static)>>> [INFO] [stdout] >> [INFO] [stdout] and 4 others [INFO] [stdout] = note: required because of the requirements on the impl of `Into` for `hyper::Body` [INFO] [stdout] = note: required because of the requirements on the impl of `IntoResponse` for `(Mime, hyper::Body)` [INFO] [stdout] = note: required because of the requirements on the impl of `IntoHandlerFuture` for `(gotham::state::State, (Mime, hyper::Body))` [INFO] [stdout] = note: required because of the requirements on the impl of `Handler` for `fn(gotham::state::State) -> (gotham::state::State, (Mime, hyper::Body)) {logo}` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/rest.rs:31:21 [INFO] [stdout] | [INFO] [stdout] 31 | (state, res) [INFO] [stdout] | ^^^ expected struct `hyper::Body`, found struct `gotham::hyper::Body` [INFO] [stdout] | [INFO] [stdout] = note: expected struct `http::Response` [INFO] [stdout] found struct `http::Response` [INFO] [stdout] = note: perhaps two different versions of crate `hyper` are being used? [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/rest.rs:39:21 [INFO] [stdout] | [INFO] [stdout] 39 | (state, res) [INFO] [stdout] | ^^^ expected struct `hyper::Body`, found struct `gotham::hyper::Body` [INFO] [stdout] | [INFO] [stdout] = note: expected struct `http::Response` [INFO] [stdout] found struct `http::Response` [INFO] [stdout] = note: perhaps two different versions of crate `hyper` are being used? [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/rest.rs:73:13 [INFO] [stdout] | [INFO] [stdout] 73 | (state, res) [INFO] [stdout] | ^^^ expected struct `hyper::Body`, found struct `gotham::hyper::Body` [INFO] [stdout] | [INFO] [stdout] = note: expected struct `http::Response` [INFO] [stdout] found struct `http::Response` [INFO] [stdout] = note: perhaps two different versions of crate `hyper` are being used? [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/rest.rs:106:13 [INFO] [stdout] | [INFO] [stdout] 106 | (state, res) [INFO] [stdout] | ^^^ expected struct `hyper::Body`, found struct `gotham::hyper::Body` [INFO] [stdout] | [INFO] [stdout] = note: expected struct `http::Response` [INFO] [stdout] found struct `http::Response` [INFO] [stdout] = note: perhaps two different versions of crate `hyper` are being used? [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/rest.rs:142:13 [INFO] [stdout] | [INFO] [stdout] 142 | (state, res) [INFO] [stdout] | ^^^ expected struct `hyper::Body`, found struct `gotham::hyper::Body` [INFO] [stdout] | [INFO] [stdout] = note: expected struct `http::Response` [INFO] [stdout] found struct `http::Response` [INFO] [stdout] = note: perhaps two different versions of crate `hyper` are being used? [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/rest.rs:174:13 [INFO] [stdout] | [INFO] [stdout] 174 | (state, res) [INFO] [stdout] | ^^^ expected struct `hyper::Body`, found struct `gotham::hyper::Body` [INFO] [stdout] | [INFO] [stdout] = note: expected struct `http::Response` [INFO] [stdout] found struct `http::Response` [INFO] [stdout] = note: perhaps two different versions of crate `hyper` are being used? [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/rest.rs:206:13 [INFO] [stdout] | [INFO] [stdout] 206 | (state, res) [INFO] [stdout] | ^^^ expected struct `hyper::Body`, found struct `gotham::hyper::Body` [INFO] [stdout] | [INFO] [stdout] = note: expected struct `http::Response` [INFO] [stdout] found struct `http::Response` [INFO] [stdout] = note: perhaps two different versions of crate `hyper` are being used? [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/rest.rs:238:13 [INFO] [stdout] | [INFO] [stdout] 238 | (state, res) [INFO] [stdout] | ^^^ expected struct `hyper::Body`, found struct `gotham::hyper::Body` [INFO] [stdout] | [INFO] [stdout] = note: expected struct `http::Response` [INFO] [stdout] found struct `http::Response` [INFO] [stdout] = note: perhaps two different versions of crate `hyper` are being used? [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 17 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0277, E0308. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0277`. [INFO] [stdout] [INFO] [stderr] error: could not compile `elexis-dictionary-service` [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `Command { std: "docker" "inspect" "5bb1b89e4f5af29c7efcdda2aba587a089c59147c8dbd83ff14cbb79f7ea8204", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5bb1b89e4f5af29c7efcdda2aba587a089c59147c8dbd83ff14cbb79f7ea8204", kill_on_drop: false }` [INFO] [stdout] 5bb1b89e4f5af29c7efcdda2aba587a089c59147c8dbd83ff14cbb79f7ea8204