[INFO] fetching crate lzma2 0.1.0... [INFO] checking lzma2-0.1.0 against beta for pr-78714 [INFO] extracting crate lzma2 0.1.0 into /workspace/builds/worker-1/source [INFO] validating manifest of crates.io crate lzma2 0.1.0 on toolchain beta [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking crates.io crate lzma2 0.1.0 [INFO] finished tweaking crates.io crate lzma2 0.1.0 [INFO] tweaked toml for crates.io crate lzma2 0.1.0 written to /workspace/builds/worker-1/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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:d92eaeed33fa75130ca1ee6c8a01d1ffb62bac859dfdfb3450e3e5d1c0146529" "/opt/rustwide/cargo-home/bin/cargo" "+beta" "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] f0d9d12329606a8728f6ae8ebaf459508450d310e35ca2c59ce46fa8178e1bcb [INFO] running `Command { std: "docker" "start" "-a" "f0d9d12329606a8728f6ae8ebaf459508450d310e35ca2c59ce46fa8178e1bcb", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "f0d9d12329606a8728f6ae8ebaf459508450d310e35ca2c59ce46fa8178e1bcb", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f0d9d12329606a8728f6ae8ebaf459508450d310e35ca2c59ce46fa8178e1bcb", kill_on_drop: false }` [INFO] [stdout] f0d9d12329606a8728f6ae8ebaf459508450d310e35ca2c59ce46fa8178e1bcb [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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:d92eaeed33fa75130ca1ee6c8a01d1ffb62bac859dfdfb3450e3e5d1c0146529" "/opt/rustwide/cargo-home/bin/cargo" "+beta" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] b5c2d72de5412cdf5a29cf0f21179a16cac9793d0c46acad0c10c2614efb4e27 [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" "b5c2d72de5412cdf5a29cf0f21179a16cac9793d0c46acad0c10c2614efb4e27", kill_on_drop: false }` [INFO] [stderr] Checking lzma v0.2.2 [INFO] [stderr] Checking lzma2 v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] error[E0412]: cannot find type `Error` in crate `byteorder` [INFO] [stdout] --> src/error.rs:14:23 [INFO] [stdout] | [INFO] [stdout] 14 | ByteOrder(byteorder::Error), [INFO] [stdout] | ^^^^^ not found in `byteorder` [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use Error; [INFO] [stdout] | [INFO] [stdout] 1 | use error::error::Error; [INFO] [stdout] | [INFO] [stdout] 1 | use error::fmt::Error; [INFO] [stdout] | [INFO] [stdout] 1 | use lzma::Error; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Error` in crate `byteorder` [INFO] [stdout] --> src/error.rs:35:22 [INFO] [stdout] | [INFO] [stdout] 35 | impl From for Error { [INFO] [stdout] | ^^^^^ not found in `byteorder` [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use Error; [INFO] [stdout] | [INFO] [stdout] 1 | use error::error::Error; [INFO] [stdout] | [INFO] [stdout] 1 | use error::fmt::Error; [INFO] [stdout] | [INFO] [stdout] 1 | use lzma::Error; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Error` in crate `byteorder` [INFO] [stdout] --> src/error.rs:36:28 [INFO] [stdout] | [INFO] [stdout] 36 | fn from(value: byteorder::Error) -> Self { [INFO] [stdout] | ^^^^^ not found in `byteorder` [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use Error; [INFO] [stdout] | [INFO] [stdout] 1 | use error::error::Error; [INFO] [stdout] | [INFO] [stdout] 1 | use error::fmt::Error; [INFO] [stdout] | [INFO] [stdout] 1 | use lzma::Error; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/reader/reader.rs:30:12 [INFO] [stdout] | [INFO] [stdout] 30 | stream: try!(lzma::Reader::new(stream, Properties { [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/reader/reader.rs:38:5 [INFO] [stdout] | [INFO] [stdout] 38 | try!(properties::dictionary(dictionary as u8)) [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/reader/reader.rs:60:10 [INFO] [stdout] | [INFO] [stdout] 60 | match try!(self.stream.decode(writer.by_ref())) { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/reader/reader.rs:66:17 [INFO] [stdout] | [INFO] [stdout] 66 | let control = try!(unsafe { self.stream.inner().read_u8() }); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/reader/reader.rs:86:7 [INFO] [stdout] | [INFO] [stdout] 86 | + try!(unsafe { self.stream.inner().read_u16::() }) as usize [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/reader/reader.rs:89:22 [INFO] [stdout] | [INFO] [stdout] 89 | let _compressed = try!(unsafe { self.stream.inner().read_u16::() }) as usize [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/reader/reader.rs:96:23 [INFO] [stdout] | [INFO] [stdout] 96 | let properties = try!(properties::extract(try!(self.stream.inner().read_u8()))); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/reader/reader.rs:96:48 [INFO] [stdout] | [INFO] [stdout] 96 | let properties = try!(properties::extract(try!(self.stream.inner().read_u8()))); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/reader/reader.rs:119:7 [INFO] [stdout] | [INFO] [stdout] 119 | Ok(try!(self.stream.decode(writer))) [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/reader/reader.rs:125:15 [INFO] [stdout] | [INFO] [stdout] 125 | let size = try!(unsafe { self.stream.inner().read_u16::() }) as usize [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/reader/reader.rs:131:5 [INFO] [stdout] | [INFO] [stdout] 131 | try!(self.stream.inner().read(&mut buffer)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/reader/reader.rs:132:5 [INFO] [stdout] | [INFO] [stdout] 132 | try!(writer.write_all(&buffer)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/reader/reader.rs:151:19 [INFO] [stdout] | [INFO] [stdout] 151 | let written = try!(target.write(&buffer[self.offset..])); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/reader/mod.rs:12:22 [INFO] [stdout] | [INFO] [stdout] 12 | read(BufReader::new(try!(File::open(path))), dictionary) [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/error.rs:49:15 [INFO] [stdout] | [INFO] [stdout] 49 | f.write_str(error::Error::description(self)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Error` in crate `byteorder` [INFO] [stdout] --> src/error.rs:14:23 [INFO] [stdout] | [INFO] [stdout] 14 | ByteOrder(byteorder::Error), [INFO] [stdout] | ^^^^^ not found in `byteorder` [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use Error; [INFO] [stdout] | [INFO] [stdout] 1 | use error::error::Error; [INFO] [stdout] | [INFO] [stdout] 1 | use error::fmt::Error; [INFO] [stdout] | [INFO] [stdout] 1 | use lzma::Error; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Error` in crate `byteorder` [INFO] [stdout] --> src/error.rs:35:22 [INFO] [stdout] | [INFO] [stdout] 35 | impl From for Error { [INFO] [stdout] | ^^^^^ not found in `byteorder` [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use Error; [INFO] [stdout] | [INFO] [stdout] 1 | use error::error::Error; [INFO] [stdout] | [INFO] [stdout] 1 | use error::fmt::Error; [INFO] [stdout] | [INFO] [stdout] 1 | use lzma::Error; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Error` in crate `byteorder` [INFO] [stdout] --> src/error.rs:36:28 [INFO] [stdout] | [INFO] [stdout] 36 | fn from(value: byteorder::Error) -> Self { [INFO] [stdout] | ^^^^^ not found in `byteorder` [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use Error; [INFO] [stdout] | [INFO] [stdout] 1 | use error::error::Error; [INFO] [stdout] | [INFO] [stdout] 1 | use error::fmt::Error; [INFO] [stdout] | [INFO] [stdout] 1 | use lzma::Error; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/reader/reader.rs:30:12 [INFO] [stdout] | [INFO] [stdout] 30 | stream: try!(lzma::Reader::new(stream, Properties { [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/reader/reader.rs:38:5 [INFO] [stdout] | [INFO] [stdout] 38 | try!(properties::dictionary(dictionary as u8)) [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/reader/reader.rs:60:10 [INFO] [stdout] | [INFO] [stdout] 60 | match try!(self.stream.decode(writer.by_ref())) { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/reader/reader.rs:66:17 [INFO] [stdout] | [INFO] [stdout] 66 | let control = try!(unsafe { self.stream.inner().read_u8() }); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/reader/reader.rs:86:7 [INFO] [stdout] | [INFO] [stdout] 86 | + try!(unsafe { self.stream.inner().read_u16::() }) as usize [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/reader/reader.rs:89:22 [INFO] [stdout] | [INFO] [stdout] 89 | let _compressed = try!(unsafe { self.stream.inner().read_u16::() }) as usize [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/reader/reader.rs:96:23 [INFO] [stdout] | [INFO] [stdout] 96 | let properties = try!(properties::extract(try!(self.stream.inner().read_u8()))); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/reader/reader.rs:96:48 [INFO] [stdout] | [INFO] [stdout] 96 | let properties = try!(properties::extract(try!(self.stream.inner().read_u8()))); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/reader/reader.rs:119:7 [INFO] [stdout] | [INFO] [stdout] 119 | Ok(try!(self.stream.decode(writer))) [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/reader/reader.rs:125:15 [INFO] [stdout] | [INFO] [stdout] 125 | let size = try!(unsafe { self.stream.inner().read_u16::() }) as usize [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/reader/reader.rs:131:5 [INFO] [stdout] | [INFO] [stdout] 131 | try!(self.stream.inner().read(&mut buffer)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/reader/reader.rs:132:5 [INFO] [stdout] | [INFO] [stdout] 132 | try!(writer.write_all(&buffer)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/reader/reader.rs:151:19 [INFO] [stdout] | [INFO] [stdout] 151 | let written = try!(target.write(&buffer[self.offset..])); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/reader/mod.rs:12:22 [INFO] [stdout] | [INFO] [stdout] 12 | read(BufReader::new(try!(File::open(path))), dictionary) [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/error.rs:49:15 [INFO] [stdout] | [INFO] [stdout] 49 | f.write_str(error::Error::description(self)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/error.rs:57:9 [INFO] [stdout] | [INFO] [stdout] 57 | err.description(), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/error.rs:57:9 [INFO] [stdout] | [INFO] [stdout] 57 | err.description(), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/error.rs:63:9 [INFO] [stdout] | [INFO] [stdout] 63 | err.description(), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/error.rs:63:9 [INFO] [stdout] | [INFO] [stdout] 63 | err.description(), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/properties.rs:10:26 [INFO] [stdout] | [INFO] [stdout] 10 | return Err(Error::from(lzma::Error::InvalidProperties)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `std::io::Error`, found enum `lzma::Error` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/properties.rs:10:26 [INFO] [stdout] | [INFO] [stdout] 10 | return Err(Error::from(lzma::Error::InvalidProperties)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `std::io::Error`, found enum `lzma::Error` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/properties.rs:19:26 [INFO] [stdout] | [INFO] [stdout] 19 | return Err(Error::from(lzma::Error::InvalidProperties)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `std::io::Error`, found enum `lzma::Error` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 5 previous errors; 17 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0308, E0412. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0308`. [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/properties.rs:19:26 [INFO] [stdout] | [INFO] [stdout] 19 | return Err(Error::from(lzma::Error::InvalidProperties)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `std::io::Error`, found enum `lzma::Error` [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `lzma2` [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] [stdout] error: aborting due to 5 previous errors; 17 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0308, E0412. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0308`. [INFO] [stdout] [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "b5c2d72de5412cdf5a29cf0f21179a16cac9793d0c46acad0c10c2614efb4e27", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b5c2d72de5412cdf5a29cf0f21179a16cac9793d0c46acad0c10c2614efb4e27", kill_on_drop: false }` [INFO] [stdout] b5c2d72de5412cdf5a29cf0f21179a16cac9793d0c46acad0c10c2614efb4e27