[INFO] fetching crate eligos 0.1.0... [INFO] testing eligos-0.1.0 against beta-2022-04-10 for beta-1.61-1 [INFO] extracting crate eligos 0.1.0 into /workspace/builds/worker-9/source [INFO] validating manifest of crates.io crate eligos 0.1.0 on toolchain beta-2022-04-10 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate eligos 0.1.0 [INFO] removed 0 missing tests [INFO] finished tweaking crates.io crate eligos 0.1.0 [INFO] tweaked toml for crates.io crate eligos 0.1.0 written to /workspace/builds/worker-9/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 23f7a4801e93cb75a5b6642c59663cae6142bf02950f870e2c4eece81084752d [INFO] running `Command { std: "docker" "start" "-a" "23f7a4801e93cb75a5b6642c59663cae6142bf02950f870e2c4eece81084752d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "23f7a4801e93cb75a5b6642c59663cae6142bf02950f870e2c4eece81084752d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "23f7a4801e93cb75a5b6642c59663cae6142bf02950f870e2c4eece81084752d", kill_on_drop: false }` [INFO] [stdout] 23f7a4801e93cb75a5b6642c59663cae6142bf02950f870e2c4eece81084752d [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 1ee23a46c296cc2fa2bc90e83b548fe6a82c791055b086453c0fe97d4e9a4544 [INFO] running `Command { std: "docker" "start" "-a" "1ee23a46c296cc2fa2bc90e83b548fe6a82c791055b086453c0fe97d4e9a4544", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling winapi v0.1.23 [INFO] [stderr] Compiling mio v0.4.4 [INFO] [stderr] Compiling eligos v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused import: `TryWrite` [INFO] [stdout] --> src/codec/framed.rs:2:11 [INFO] [stdout] | [INFO] [stdout] 2 | use mio::{TryWrite, TryRead}; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::sync::Arc` [INFO] [stdout] --> src/worker.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use std::sync::Arc; [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::sync::mpsc::Sender` [INFO] [stdout] --> src/worker.rs:4:5 [INFO] [stdout] | [INFO] [stdout] 4 | use std::sync::mpsc::Sender; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `Buf`, `alloc` [INFO] [stdout] --> src/worker.rs:6:13 [INFO] [stdout] | [INFO] [stdout] 6 | use bytes::{alloc, Buf, ByteBuf}; [INFO] [stdout] | ^^^^^ ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `mio` [INFO] [stdout] --> src/worker.rs:7:5 [INFO] [stdout] | [INFO] [stdout] 7 | use mio; [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `TryRead`, `TryWrite` [INFO] [stdout] --> src/worker.rs:8:57 [INFO] [stdout] | [INFO] [stdout] 8 | use mio::{EventLoop, EventSet, PollOpt, Handler, Token, TryWrite, TryRead}; [INFO] [stdout] | ^^^^^^^^ ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `TcpListener` [INFO] [stdout] --> src/worker.rs:9:16 [INFO] [stdout] | [INFO] [stdout] 9 | use mio::tcp::{TcpListener, TcpStream}; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `Envelope` [INFO] [stdout] --> src/worker.rs:12:23 [INFO] [stdout] | [INFO] [stdout] 12 | use ::{Conn, Receive, Envelope, Codec, ClientInfo}; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/worker.rs:34:19 [INFO] [stdout] | [INFO] [stdout] 34 | addr: try!(conn.sock.peer_addr()), [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/worker.rs:36:26 [INFO] [stdout] | [INFO] [stdout] 36 | Ok((client_info, try!(conn.readable(event_loop)))) [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::sync::mpsc::Sender` [INFO] [stdout] --> src/conn.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use std::sync::mpsc::Sender; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `Envelope` [INFO] [stdout] --> src/conn.rs:9:16 [INFO] [stdout] | [INFO] [stdout] 9 | use ::{Worker, Envelope, Codec}; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `ErrorKind`, `Error` [INFO] [stdout] --> src/service.rs:3:15 [INFO] [stdout] | [INFO] [stdout] 3 | use std::io::{Error, ErrorKind}; [INFO] [stdout] | ^^^^^ ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::sync::Arc` [INFO] [stdout] --> src/service.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | use std::sync::Arc; [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `Buf`, `alloc` [INFO] [stdout] --> src/service.rs:8:13 [INFO] [stdout] | [INFO] [stdout] 8 | use bytes::{alloc, Buf, ByteBuf}; [INFO] [stdout] | ^^^^^ ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `TryRead`, `TryWrite` [INFO] [stdout] --> src/service.rs:9:65 [INFO] [stdout] | [INFO] [stdout] 9 | use mio::{EventLoop, EventSet, PollOpt, Handler, Sender, Token, TryWrite, TryRead}; [INFO] [stdout] | ^^^^^^^^ ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `TcpSocket` [INFO] [stdout] --> src/service.rs:10:29 [INFO] [stdout] | [INFO] [stdout] 10 | use mio::tcp::{TcpListener, TcpSocket, TcpStream}; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `self::rand::Rng` [INFO] [stdout] --> src/service.rs:12:5 [INFO] [stdout] | [INFO] [stdout] 12 | use self::rand::Rng; [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `Envelope` [INFO] [stdout] --> src/service.rs:15:25 [INFO] [stdout] | [INFO] [stdout] 15 | use ::{Receive, Worker, Envelope, Codec}; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/service.rs:33:20 [INFO] [stdout] | [INFO] [stdout] 33 | let sock = try!(TcpListener::bind(&accept_addr)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/service.rs:92:20 [INFO] [stdout] | [INFO] [stdout] 92 | let sock = try!(self.sock.accept()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/receive.rs:4:27 [INFO] [stdout] | [INFO] [stdout] 4 | fn receive(&mut self, ClientInfo, &Req) -> Option; [INFO] [stdout] | ^^^^^^^^^^ help: try naming the parameter or explicitly ignoring it: `_: ClientInfo` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(anonymous_parameters)]` on by default [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/receive.rs:4:39 [INFO] [stdout] | [INFO] [stdout] 4 | fn receive(&mut self, ClientInfo, &Req) -> Option; [INFO] [stdout] | ^^^^ help: try naming the parameter or explicitly ignoring it: `_: &Req` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated attribute `crate_id`: no longer used. [INFO] [stdout] --> src/lib.rs:1:1 [INFO] [stdout] | [INFO] [stdout] 1 | #![crate_id = "eligos"] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/codec/codec_stack.rs:4:15 [INFO] [stdout] | [INFO] [stdout] 4 | left: Box>, [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 4 - left: Box>, [INFO] [stdout] 4 + left: Box>, [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/codec/codec_stack.rs:5:16 [INFO] [stdout] | [INFO] [stdout] 5 | right: Box>, [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 5 - right: Box>, [INFO] [stdout] 5 + right: Box>, [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/worker.rs:16:40 [INFO] [stdout] | [INFO] [stdout] 16 | pub req_codec_factory: fn() -> Box>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 16 - pub req_codec_factory: fn() -> Box>, [INFO] [stdout] 16 + pub req_codec_factory: fn() -> Box>, [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/worker.rs:17:24 [INFO] [stdout] | [INFO] [stdout] 17 | pub res_codec: Box>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 17 - pub res_codec: Box>, [INFO] [stdout] 17 + pub res_codec: Box>, [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/worker.rs:18:24 [INFO] [stdout] | [INFO] [stdout] 18 | pub receiver: Box<(Receive + Send)>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 18 - pub receiver: Box<(Receive + Send)>, [INFO] [stdout] 18 + pub receiver: Box<(dyn Receive + Send)>, [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/conn.rs:15:20 [INFO] [stdout] | [INFO] [stdout] 15 | pub codec: Box>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 15 - pub codec: Box>, [INFO] [stdout] 15 + pub codec: Box>, [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/service.rs:20:36 [INFO] [stdout] | [INFO] [stdout] 20 | req_codec_factory: fn() -> Box>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 20 - req_codec_factory: fn() -> Box>, [INFO] [stdout] 20 + req_codec_factory: fn() -> Box>, [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/service.rs:21:36 [INFO] [stdout] | [INFO] [stdout] 21 | res_codec_factory: fn() -> Box>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 21 - res_codec_factory: fn() -> Box>, [INFO] [stdout] 21 + res_codec_factory: fn() -> Box>, [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/conn.rs:24:20 [INFO] [stdout] | [INFO] [stdout] 24 | codec: Box> [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 24 - codec: Box> [INFO] [stdout] 24 + codec: Box> [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/service.rs:27:40 [INFO] [stdout] | [INFO] [stdout] 27 | req_codec_factory: fn() -> Box>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 27 - req_codec_factory: fn() -> Box>, [INFO] [stdout] 27 + req_codec_factory: fn() -> Box>, [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/service.rs:28:40 [INFO] [stdout] | [INFO] [stdout] 28 | res_codec_factory: fn() -> Box>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 28 - res_codec_factory: fn() -> Box>, [INFO] [stdout] 28 + res_codec_factory: fn() -> Box>, [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/service.rs:45:29 [INFO] [stdout] | [INFO] [stdout] 45 | receivers: Vec + Send)>>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 45 - receivers: Vec + Send)>>, [INFO] [stdout] 45 + receivers: Vec + Send)>>, [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the size for values of type `Out` cannot be known at compilation time [INFO] [stdout] --> src/codec/mod.rs:7:43 [INFO] [stdout] | [INFO] [stdout] 6 | pub trait Codec { [INFO] [stdout] | --- this type parameter needs to be `std::marker::Sized` [INFO] [stdout] 7 | fn decode(&mut self, buf: &mut In) -> Vec; [INFO] [stdout] | ^^^^^^^^ doesn't have a size known at compile-time [INFO] [stdout] | [INFO] [stdout] note: required by a bound in `Vec` [INFO] [stdout] help: consider removing the `?Sized` bound to make the type parameter `Sized` [INFO] [stdout] | [INFO] [stdout] 6 - pub trait Codec { [INFO] [stdout] 6 + pub trait Codec { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error; 36 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0277`. [INFO] [stdout] [INFO] [stderr] error: could not compile `eligos` due to 2 previous errors; 36 warnings emitted [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] running `Command { std: "docker" "inspect" "1ee23a46c296cc2fa2bc90e83b548fe6a82c791055b086453c0fe97d4e9a4544", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1ee23a46c296cc2fa2bc90e83b548fe6a82c791055b086453c0fe97d4e9a4544", kill_on_drop: false }` [INFO] [stdout] 1ee23a46c296cc2fa2bc90e83b548fe6a82c791055b086453c0fe97d4e9a4544