[INFO] fetching crate tendermint 0.17.0-rc2... [INFO] checking tendermint-0.17.0-rc2 against master#7f5a42b073dc2bee2aa625052eb066ee07072048 for pr-78991 [INFO] extracting crate tendermint 0.17.0-rc2 into /workspace/builds/worker-4/source [INFO] validating manifest of crates.io crate tendermint 0.17.0-rc2 on toolchain 7f5a42b073dc2bee2aa625052eb066ee07072048 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+7f5a42b073dc2bee2aa625052eb066ee07072048" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking crates.io crate tendermint 0.17.0-rc2 [INFO] finished tweaking crates.io crate tendermint 0.17.0-rc2 [INFO] tweaked toml for crates.io crate tendermint 0.17.0-rc2 written to /workspace/builds/worker-4/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+7f5a42b073dc2bee2aa625052eb066ee07072048" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+7f5a42b073dc2bee2aa625052eb066ee07072048" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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:6eabd152ff4036248d66efda456a36cb33d24b7291b33f25f75140726c88da35" "/opt/rustwide/cargo-home/bin/cargo" "+7f5a42b073dc2bee2aa625052eb066ee07072048" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] d14c201f825a497a46c7e025d4742bc02454e5aa419b844a2eaa8dabf77ab1dc [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" "d14c201f825a497a46c7e025d4742bc02454e5aa419b844a2eaa8dabf77ab1dc", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "d14c201f825a497a46c7e025d4742bc02454e5aa419b844a2eaa8dabf77ab1dc", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d14c201f825a497a46c7e025d4742bc02454e5aa419b844a2eaa8dabf77ab1dc", kill_on_drop: false }` [INFO] [stdout] d14c201f825a497a46c7e025d4742bc02454e5aa419b844a2eaa8dabf77ab1dc [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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=forbid" "-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:6eabd152ff4036248d66efda456a36cb33d24b7291b33f25f75140726c88da35" "/opt/rustwide/cargo-home/bin/cargo" "+7f5a42b073dc2bee2aa625052eb066ee07072048" "check" "--frozen" "--all" "--all-targets" "--message-format=json", 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] 3688597d5def521c5d5cb2815393fb4854d9bc8e59499524ec21f4da9f69361e [INFO] running `Command { std: "docker" "start" "-a" "3688597d5def521c5d5cb2815393fb4854d9bc8e59499524ec21f4da9f69361e", kill_on_drop: false }` [INFO] [stderr] Compiling tokio-macros v0.2.6 [INFO] [stderr] Checking tendermint v0.17.0-rc2 (/opt/rustwide/workdir) [INFO] [stderr] Checking tokio v0.2.23 [INFO] [stdout] error[E0432]: unresolved import `tokio::time` [INFO] [stdout] --> tests/integration.rs:25:16 [INFO] [stdout] | [INFO] [stdout] 25 | use tokio::time::Duration; [INFO] [stdout] | ^^^^ could not find `time` in `tokio` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tendermint_rpc` [INFO] [stdout] --> tests/integration.rs:23:9 [INFO] [stdout] | [INFO] [stdout] 23 | use tendermint_rpc::event::{Event, EventData}; [INFO] [stdout] | ^^^^^^^^^^^^^^ use of undeclared crate or module `tendermint_rpc` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tendermint_rpc` [INFO] [stdout] --> tests/integration.rs:24:9 [INFO] [stdout] | [INFO] [stdout] 24 | use tendermint_rpc::query::EventType; [INFO] [stdout] | ^^^^^^^^^^^^^^ use of undeclared crate or module `tendermint_rpc` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `tendermint_rpc` [INFO] [stdout] --> tests/integration.rs:14:9 [INFO] [stdout] | [INFO] [stdout] 14 | use tendermint_rpc::{Client, HttpClient, Id, SubscriptionClient, WebSocketClient}; [INFO] [stdout] | ^^^^^^^^^^^^^^ use of undeclared crate or module `tendermint_rpc` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `EventType` [INFO] [stdout] --> tests/integration.rs:193:41 [INFO] [stdout] | [INFO] [stdout] 193 | let mut subs = client.subscribe(EventType::NewBlock.into()).await.unwrap(); [INFO] [stdout] | ^^^^^^^^^ use of undeclared type `EventType` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `EventType` [INFO] [stdout] --> tests/integration.rs:228:46 [INFO] [stdout] | [INFO] [stdout] 228 | let mut subs = subs_client.subscribe(EventType::Tx.into()).await.unwrap(); [INFO] [stdout] | ^^^^^^^^^ use of undeclared type `EventType` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `time` in `tokio` [INFO] [stdout] --> tests/integration.rs:252:36 [INFO] [stdout] | [INFO] [stdout] 252 | let mut delay = tokio::time::delay_for(Duration::from_secs(3)); [INFO] [stdout] | ^^^^ could not find `time` in `tokio` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `EventData` [INFO] [stdout] --> tests/integration.rs:259:25 [INFO] [stdout] | [INFO] [stdout] 259 | EventData::Tx { tx_result } => match base64::decode(tx_result.tx) { [INFO] [stdout] | ^^^^^^^^^ use of undeclared type `EventData` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `EventType` [INFO] [stdout] --> tests/integration.rs:298:24 [INFO] [stdout] | [INFO] [stdout] 298 | .subscribe(EventType::NewBlock.into()) [INFO] [stdout] | ^^^^^^^^^ use of undeclared type `EventType` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `EventType` [INFO] [stdout] --> tests/integration.rs:301:45 [INFO] [stdout] | [INFO] [stdout] 301 | let tx_subs = subs_client.subscribe(EventType::Tx.into()).await.unwrap(); [INFO] [stdout] | ^^^^^^^^^ use of undeclared type `EventType` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `time` in `tokio` [INFO] [stdout] --> tests/integration.rs:317:24 [INFO] [stdout] | [INFO] [stdout] 317 | tokio::time::delay_for(Duration::from_millis(100)).await; [INFO] [stdout] | ^^^^ could not find `time` in `tokio` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `time` in `tokio` [INFO] [stdout] --> tests/integration.rs:330:38 [INFO] [stdout] | [INFO] [stdout] 330 | let mut timeout = tokio::time::delay_for(Duration::from_secs(3)); [INFO] [stdout] | ^^^^ could not find `time` in `tokio` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `EventData` [INFO] [stdout] --> tests/integration.rs:336:25 [INFO] [stdout] | [INFO] [stdout] 336 | EventData::NewBlock { .. } => { [INFO] [stdout] | ^^^^^^^^^ use of undeclared type `EventData` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `EventData` [INFO] [stdout] --> tests/integration.rs:340:25 [INFO] [stdout] | [INFO] [stdout] 340 | EventData::Tx { .. } => { [INFO] [stdout] | ^^^^^^^^^ use of undeclared type `EventData` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `spawn` in crate `tokio` [INFO] [stdout] --> tests/integration.rs:192:36 [INFO] [stdout] | [INFO] [stdout] 192 | let driver_handle = tokio::spawn(async move { driver.run().await }); [INFO] [stdout] | ^^^^^ not found in `tokio` [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 12 | use std::thread::spawn; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `spawn` in crate `tokio` [INFO] [stdout] --> tests/integration.rs:227:36 [INFO] [stdout] | [INFO] [stdout] 227 | let driver_handle = tokio::spawn(async move { driver.run().await }); [INFO] [stdout] | ^^^^^ not found in `tokio` [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 12 | use std::thread::spawn; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `spawn` in crate `tokio` [INFO] [stdout] --> tests/integration.rs:235:16 [INFO] [stdout] | [INFO] [stdout] 235 | tokio::spawn(async move { [INFO] [stdout] | ^^^^^ not found in `tokio` [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 12 | use std::thread::spawn; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `spawn` in crate `tokio` [INFO] [stdout] --> tests/integration.rs:296:36 [INFO] [stdout] | [INFO] [stdout] 296 | let driver_handle = tokio::spawn(async move { driver.run().await }); [INFO] [stdout] | ^^^^^ not found in `tokio` [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 12 | use std::thread::spawn; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `spawn` in crate `tokio` [INFO] [stdout] --> tests/integration.rs:310:16 [INFO] [stdout] | [INFO] [stdout] 310 | tokio::spawn(async move { [INFO] [stdout] | ^^^^^ not found in `tokio` [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 12 | use std::thread::spawn; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Event` in this scope [INFO] [stdout] --> tests/integration.rs:333:29 [INFO] [stdout] | [INFO] [stdout] 333 | let ev: Event = res.unwrap(); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 12 | use tendermint::abci::Event; [INFO] [stdout] | [INFO] [stdout] 12 | use tendermint_proto::abci::Event; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `poll` found for struct `Pin<&mut _>` in the current scope [INFO] [stdout] --> tests/integration.rs:253:13 [INFO] [stdout] | [INFO] [stdout] 253 | / tokio::select! { [INFO] [stdout] 254 | | Some(res) = subs.next() => { [INFO] [stdout] 255 | | let ev = res.unwrap(); [INFO] [stdout] 256 | | //println!("Got event: {:?}", ev); [INFO] [stdout] ... | [INFO] [stdout] 282 | | _ = &mut delay => panic!("Timed out waiting for an event"), [INFO] [stdout] 283 | | } [INFO] [stdout] | |_____________^ method not found in `Pin<&mut _>` [INFO] [stdout] | [INFO] [stdout] = note: `fut` is a function, perhaps you wish to call it [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `poll` found for struct `Pin<_>` in the current scope [INFO] [stdout] --> tests/integration.rs:253:13 [INFO] [stdout] | [INFO] [stdout] 253 | / tokio::select! { [INFO] [stdout] 254 | | Some(res) = subs.next() => { [INFO] [stdout] 255 | | let ev = res.unwrap(); [INFO] [stdout] 256 | | //println!("Got event: {:?}", ev); [INFO] [stdout] ... | [INFO] [stdout] 282 | | _ = &mut delay => panic!("Timed out waiting for an event"), [INFO] [stdout] 283 | | } [INFO] [stdout] | |_____________^ method not found in `Pin<_>` [INFO] [stdout] | [INFO] [stdout] = note: `fut` is a function, perhaps you wish to call it [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0698]: type inside `async` block must be known in this context [INFO] [stdout] --> tests/integration.rs:317:62 [INFO] [stdout] | [INFO] [stdout] 317 | tokio::time::delay_for(Duration::from_millis(100)).await; [INFO] [stdout] | ^^^ cannot infer type for type `{integer}` [INFO] [stdout] | [INFO] [stdout] note: the type is part of the `async` block because of this `await` [INFO] [stdout] --> tests/integration.rs:317:17 [INFO] [stdout] | [INFO] [stdout] 317 | tokio::time::delay_for(Duration::from_millis(100)).await; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `basic_scheduler` found for struct `tokio::runtime::Builder` in the current scope [INFO] [stdout] --> tests/integration.rs:33:5 [INFO] [stdout] | [INFO] [stdout] 33 | #[tokio::test] [INFO] [stdout] | ^^^^^^^^^^^^^^ method not found in `tokio::runtime::Builder` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `basic_scheduler` found for struct `tokio::runtime::Builder` in the current scope [INFO] [stdout] --> tests/integration.rs:42:5 [INFO] [stdout] | [INFO] [stdout] 42 | #[tokio::test] [INFO] [stdout] | ^^^^^^^^^^^^^^ method not found in `tokio::runtime::Builder` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `basic_scheduler` found for struct `tokio::runtime::Builder` in the current scope [INFO] [stdout] --> tests/integration.rs:52:5 [INFO] [stdout] | [INFO] [stdout] 52 | #[tokio::test] [INFO] [stdout] | ^^^^^^^^^^^^^^ method not found in `tokio::runtime::Builder` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `basic_scheduler` found for struct `tokio::runtime::Builder` in the current scope [INFO] [stdout] --> tests/integration.rs:74:5 [INFO] [stdout] | [INFO] [stdout] 74 | #[tokio::test] [INFO] [stdout] | ^^^^^^^^^^^^^^ method not found in `tokio::runtime::Builder` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `basic_scheduler` found for struct `tokio::runtime::Builder` in the current scope [INFO] [stdout] --> tests/integration.rs:108:5 [INFO] [stdout] | [INFO] [stdout] 108 | #[tokio::test] [INFO] [stdout] | ^^^^^^^^^^^^^^ method not found in `tokio::runtime::Builder` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `basic_scheduler` found for struct `tokio::runtime::Builder` in the current scope [INFO] [stdout] --> tests/integration.rs:122:5 [INFO] [stdout] | [INFO] [stdout] 122 | #[tokio::test] [INFO] [stdout] | ^^^^^^^^^^^^^^ method not found in `tokio::runtime::Builder` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `basic_scheduler` found for struct `tokio::runtime::Builder` in the current scope [INFO] [stdout] --> tests/integration.rs:138:5 [INFO] [stdout] | [INFO] [stdout] 138 | #[tokio::test] [INFO] [stdout] | ^^^^^^^^^^^^^^ method not found in `tokio::runtime::Builder` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `basic_scheduler` found for struct `tokio::runtime::Builder` in the current scope [INFO] [stdout] --> tests/integration.rs:156:5 [INFO] [stdout] | [INFO] [stdout] 156 | #[tokio::test] [INFO] [stdout] | ^^^^^^^^^^^^^^ method not found in `tokio::runtime::Builder` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `basic_scheduler` found for struct `tokio::runtime::Builder` in the current scope [INFO] [stdout] --> tests/integration.rs:168:5 [INFO] [stdout] | [INFO] [stdout] 168 | #[tokio::test] [INFO] [stdout] | ^^^^^^^^^^^^^^ method not found in `tokio::runtime::Builder` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `basic_scheduler` found for struct `tokio::runtime::Builder` in the current scope [INFO] [stdout] --> tests/integration.rs:177:5 [INFO] [stdout] | [INFO] [stdout] 177 | #[tokio::test] [INFO] [stdout] | ^^^^^^^^^^^^^^ method not found in `tokio::runtime::Builder` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `basic_scheduler` found for struct `tokio::runtime::Builder` in the current scope [INFO] [stdout] --> tests/integration.rs:186:5 [INFO] [stdout] | [INFO] [stdout] 186 | #[tokio::test] [INFO] [stdout] | ^^^^^^^^^^^^^^ method not found in `tokio::runtime::Builder` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `basic_scheduler` found for struct `tokio::runtime::Builder` in the current scope [INFO] [stdout] --> tests/integration.rs:210:5 [INFO] [stdout] | [INFO] [stdout] 210 | #[tokio::test] [INFO] [stdout] | ^^^^^^^^^^^^^^ method not found in `tokio::runtime::Builder` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 35 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0412, E0425, E0432, E0433, E0599, E0698. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0412`. [INFO] [stdout] [INFO] [stderr] error: could not compile `tendermint` [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "3688597d5def521c5d5cb2815393fb4854d9bc8e59499524ec21f4da9f69361e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3688597d5def521c5d5cb2815393fb4854d9bc8e59499524ec21f4da9f69361e", kill_on_drop: false }` [INFO] [stdout] 3688597d5def521c5d5cb2815393fb4854d9bc8e59499524ec21f4da9f69361e