[INFO] fetching crate configuer 0.1.12... [INFO] checking configuer-0.1.12 against master#385fa9d845dd326c6bbfd58c22244215e431948a for never-type-fallback-to-never [INFO] extracting crate configuer 0.1.12 into /workspace/builds/worker-6-tc1/source [INFO] validating manifest of crates.io crate configuer 0.1.12 on toolchain 385fa9d845dd326c6bbfd58c22244215e431948a [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+385fa9d845dd326c6bbfd58c22244215e431948a" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate configuer 0.1.12 [INFO] finished tweaking crates.io crate configuer 0.1.12 [INFO] tweaked toml for crates.io crate configuer 0.1.12 written to /workspace/builds/worker-6-tc1/source/Cargo.toml [INFO] crate crates.io crate configuer 0.1.12 already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+385fa9d845dd326c6bbfd58c22244215e431948a" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded bincode v1.3.1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+385fa9d845dd326c6bbfd58c22244215e431948a" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 1660e56a18efcd7f9f83140feeeddec87207451512cc82d17b12536ffa3ecef1 [INFO] running `Command { std: "docker" "start" "-a" "1660e56a18efcd7f9f83140feeeddec87207451512cc82d17b12536ffa3ecef1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "1660e56a18efcd7f9f83140feeeddec87207451512cc82d17b12536ffa3ecef1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1660e56a18efcd7f9f83140feeeddec87207451512cc82d17b12536ffa3ecef1", kill_on_drop: false }` [INFO] [stdout] 1660e56a18efcd7f9f83140feeeddec87207451512cc82d17b12536ffa3ecef1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/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" "RUSTDOCFLAGS=--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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+385fa9d845dd326c6bbfd58c22244215e431948a" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] a9a5ca33270b5fbd4e15a89f4fca3cd3b12701eaf7764fe66464cda3c216d304 [INFO] running `Command { std: "docker" "start" "-a" "a9a5ca33270b5fbd4e15a89f4fca3cd3b12701eaf7764fe66464cda3c216d304", kill_on_drop: false }` [INFO] [stderr] Compiling syn v1.0.60 [INFO] [stderr] Compiling libc v0.2.85 [INFO] [stderr] Compiling serde_derive v1.0.123 [INFO] [stderr] Compiling serde v1.0.123 [INFO] [stderr] Compiling quote v1.0.8 [INFO] [stderr] Checking dirs-sys-next v0.1.2 [INFO] [stderr] Checking dirs-next v2.0.0 [INFO] [stderr] Checking bincode v1.3.1 [INFO] [stderr] Checking configuer v0.1.12 (/opt/rustwide/workdir) [INFO] [stdout] warning: the item `Default` is imported redundantly [INFO] [stdout] --> src/configuer_struct.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | default::Default, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] --> /rustc/385fa9d845dd326c6bbfd58c22244215e431948a/library/std/src/prelude/mod.rs:134:13 [INFO] [stdout] | [INFO] [stdout] = note: the item `Default` is already defined here [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `Default` is imported redundantly [INFO] [stdout] --> src/configuer_struct.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | default::Default, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] --> /rustc/385fa9d845dd326c6bbfd58c22244215e431948a/library/std/src/prelude/mod.rs:134:13 [INFO] [stdout] | [INFO] [stdout] = note: the item `Default` is already defined here [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.32s [INFO] running `Command { std: "docker" "inspect" "a9a5ca33270b5fbd4e15a89f4fca3cd3b12701eaf7764fe66464cda3c216d304", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a9a5ca33270b5fbd4e15a89f4fca3cd3b12701eaf7764fe66464cda3c216d304", kill_on_drop: false }` [INFO] [stdout] a9a5ca33270b5fbd4e15a89f4fca3cd3b12701eaf7764fe66464cda3c216d304 [INFO] checking configuer-0.1.12 against try#2d84f2737f3bd9ebfcb07f75aa198d6cf7c715d2 for never-type-fallback-to-never [INFO] extracting crate configuer 0.1.12 into /workspace/builds/worker-6-tc2/source [INFO] validating manifest of crates.io crate configuer 0.1.12 on toolchain 2d84f2737f3bd9ebfcb07f75aa198d6cf7c715d2 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+2d84f2737f3bd9ebfcb07f75aa198d6cf7c715d2" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate configuer 0.1.12 [INFO] finished tweaking crates.io crate configuer 0.1.12 [INFO] tweaked toml for crates.io crate configuer 0.1.12 written to /workspace/builds/worker-6-tc2/source/Cargo.toml [INFO] crate crates.io crate configuer 0.1.12 already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+2d84f2737f3bd9ebfcb07f75aa198d6cf7c715d2" "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-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+2d84f2737f3bd9ebfcb07f75aa198d6cf7c715d2" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 1a8dd104ac78d214f3766e24a3fc4cd80665fb1c3d216c652161e615d2f61050 [INFO] running `Command { std: "docker" "start" "-a" "1a8dd104ac78d214f3766e24a3fc4cd80665fb1c3d216c652161e615d2f61050", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "1a8dd104ac78d214f3766e24a3fc4cd80665fb1c3d216c652161e615d2f61050", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1a8dd104ac78d214f3766e24a3fc4cd80665fb1c3d216c652161e615d2f61050", kill_on_drop: false }` [INFO] [stdout] 1a8dd104ac78d214f3766e24a3fc4cd80665fb1c3d216c652161e615d2f61050 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/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" "RUSTDOCFLAGS=--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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+2d84f2737f3bd9ebfcb07f75aa198d6cf7c715d2" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] fb5e2f2d7be71095b2beda9cc66f21902dcf6de6aaf09e9bc6c25450b72df085 [INFO] running `Command { std: "docker" "start" "-a" "fb5e2f2d7be71095b2beda9cc66f21902dcf6de6aaf09e9bc6c25450b72df085", kill_on_drop: false }` [INFO] [stderr] Compiling syn v1.0.60 [INFO] [stderr] Compiling serde_derive v1.0.123 [INFO] [stderr] Compiling libc v0.2.85 [INFO] [stderr] Compiling serde v1.0.123 [INFO] [stderr] Compiling quote v1.0.8 [INFO] [stderr] Checking dirs-sys-next v0.1.2 [INFO] [stderr] Checking dirs-next v2.0.0 [INFO] [stderr] Checking bincode v1.3.1 [INFO] [stderr] Checking configuer v0.1.12 (/opt/rustwide/workdir) [INFO] [stdout] warning: the item `Default` is imported redundantly [INFO] [stdout] --> src/configuer_struct.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | default::Default, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] --> /rustc/2d84f2737f3bd9ebfcb07f75aa198d6cf7c715d2/library/std/src/prelude/mod.rs:134:13 [INFO] [stdout] | [INFO] [stdout] = note: the item `Default` is already defined here [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `Default` is imported redundantly [INFO] [stdout] --> src/configuer_struct.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | default::Default, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] --> /rustc/2d84f2737f3bd9ebfcb07f75aa198d6cf7c715d2/library/std/src/prelude/mod.rs:134:13 [INFO] [stdout] | [INFO] [stdout] = note: the item `Default` is already defined here [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `for<'de> !: Model<'de>` is not satisfied [INFO] [stdout] --> src/lib.rs:18:40 [INFO] [stdout] | [INFO] [stdout] 18 | Configuer::with_file("random").on_create(|| { [INFO] [stdout] | ^^^^^^^^^ the trait `Serialize` is not implemented for `!`, which is required by `for<'de> !: Model<'de>` [INFO] [stdout] | [INFO] [stdout] = note: this error might have been caused by changes to Rust's type-inference algorithm (see issue #48950 for more information) [INFO] [stdout] = help: did you intend to use the type `()` here instead? [INFO] [stdout] note: required for `!` to implement `for<'de> Model<'de>` [INFO] [stdout] --> src/configuer_struct.rs:10:62 [INFO] [stdout] | [INFO] [stdout] 10 | impl<'de, T: Serialize + Deserialize<'de> + Clone + Default> Model<'de> for T {} [INFO] [stdout] | --------- ^^^^^^^^^^ ^ [INFO] [stdout] | | [INFO] [stdout] | unsatisfied trait bound introduced here [INFO] [stdout] note: required by a bound in `configuer_struct::Configuer::::on_create` [INFO] [stdout] --> src/configuer_struct.rs:18:9 [INFO] [stdout] | [INFO] [stdout] 18 | impl Model<'de>> Configuer { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ required by this bound in `Configuer::::on_create` [INFO] [stdout] ... [INFO] [stdout] 32 | pub fn on_create(mut self, cb: impl FnOnce() -> T) -> Self { [INFO] [stdout] | --------- required by a bound in this associated function [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `for<'de> !: Model<'de>` is not satisfied [INFO] [stdout] --> src/lib.rs:18:40 [INFO] [stdout] | [INFO] [stdout] 18 | Configuer::with_file("random").on_create(|| { [INFO] [stdout] | ^^^^^^^^^ the trait `Deserialize<'_>` is not implemented for `!`, which is required by `for<'de> !: Model<'de>` [INFO] [stdout] | [INFO] [stdout] = note: this error might have been caused by changes to Rust's type-inference algorithm (see issue #48950 for more information) [INFO] [stdout] = help: did you intend to use the type `()` here instead? [INFO] [stdout] note: required for `!` to implement `for<'de> Model<'de>` [INFO] [stdout] --> src/configuer_struct.rs:10:62 [INFO] [stdout] | [INFO] [stdout] 10 | impl<'de, T: Serialize + Deserialize<'de> + Clone + Default> Model<'de> for T {} [INFO] [stdout] | ---------------- ^^^^^^^^^^ ^ [INFO] [stdout] | | [INFO] [stdout] | unsatisfied trait bound introduced here [INFO] [stdout] note: required by a bound in `configuer_struct::Configuer::::on_create` [INFO] [stdout] --> src/configuer_struct.rs:18:9 [INFO] [stdout] | [INFO] [stdout] 18 | impl Model<'de>> Configuer { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ required by this bound in `Configuer::::on_create` [INFO] [stdout] ... [INFO] [stdout] 32 | pub fn on_create(mut self, cb: impl FnOnce() -> T) -> Self { [INFO] [stdout] | --------- required by a bound in this associated function [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `for<'de> !: Model<'de>` is not satisfied [INFO] [stdout] --> src/lib.rs:18:40 [INFO] [stdout] | [INFO] [stdout] 18 | Configuer::with_file("random").on_create(|| { [INFO] [stdout] | ^^^^^^^^^ the trait `Default` is not implemented for `!`, which is required by `for<'de> !: Model<'de>` [INFO] [stdout] | [INFO] [stdout] = note: this error might have been caused by changes to Rust's type-inference algorithm (see issue #48950 for more information) [INFO] [stdout] = help: did you intend to use the type `()` here instead? [INFO] [stdout] note: required for `!` to implement `for<'de> Model<'de>` [INFO] [stdout] --> src/configuer_struct.rs:10:62 [INFO] [stdout] | [INFO] [stdout] 10 | impl<'de, T: Serialize + Deserialize<'de> + Clone + Default> Model<'de> for T {} [INFO] [stdout] | ------- ^^^^^^^^^^ ^ [INFO] [stdout] | | [INFO] [stdout] | unsatisfied trait bound introduced here [INFO] [stdout] note: required by a bound in `configuer_struct::Configuer::::on_create` [INFO] [stdout] --> src/configuer_struct.rs:18:9 [INFO] [stdout] | [INFO] [stdout] 18 | impl Model<'de>> Configuer { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ required by this bound in `Configuer::::on_create` [INFO] [stdout] ... [INFO] [stdout] 32 | pub fn on_create(mut self, cb: impl FnOnce() -> T) -> Self { [INFO] [stdout] | --------- required by a bound in this associated function [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `!: Deserialize<'_>` is not satisfied [INFO] [stdout] --> src/lib.rs:18:40 [INFO] [stdout] | [INFO] [stdout] 18 | Configuer::with_file("random").on_create(|| { [INFO] [stdout] | ^^^^^^^^^ the trait `Deserialize<'_>` is not implemented for `!`, which is required by `for<'de> !: Model<'de>` [INFO] [stdout] | [INFO] [stdout] = help: the following other types implement trait `Deserialize<'de>`: [INFO] [stdout] &'a Path [INFO] [stdout] &'a [u8] [INFO] [stdout] &'a str [INFO] [stdout] () [INFO] [stdout] (T0, T1) [INFO] [stdout] (T0, T1, T2) [INFO] [stdout] (T0, T1, T2, T3) [INFO] [stdout] (T0, T1, T2, T3, T4) [INFO] [stdout] and 126 others [INFO] [stdout] = note: this error might have been caused by changes to Rust's type-inference algorithm (see issue #48950 for more information) [INFO] [stdout] = help: did you intend to use the type `()` here instead? [INFO] [stdout] note: required for `!` to implement `for<'de> Model<'de>` [INFO] [stdout] --> src/configuer_struct.rs:10:62 [INFO] [stdout] | [INFO] [stdout] 10 | impl<'de, T: Serialize + Deserialize<'de> + Clone + Default> Model<'de> for T {} [INFO] [stdout] | ---------------- ^^^^^^^^^^ ^ [INFO] [stdout] | | [INFO] [stdout] | unsatisfied trait bound introduced here [INFO] [stdout] note: required by a bound in `configuer_struct::Configuer` [INFO] [stdout] --> src/configuer_struct.rs:13:25 [INFO] [stdout] | [INFO] [stdout] 13 | pub struct Configuer Model<'de>> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ required by this bound in `Configuer` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `!: Deserialize<'_>` is not satisfied [INFO] [stdout] --> src/lib.rs:18:9 [INFO] [stdout] | [INFO] [stdout] 18 | Configuer::with_file("random").on_create(|| { [INFO] [stdout] | ^^^^^^^^^ the trait `Deserialize<'_>` is not implemented for `!`, which is required by `for<'de> !: Model<'de>` [INFO] [stdout] | [INFO] [stdout] = help: the following other types implement trait `Deserialize<'de>`: [INFO] [stdout] &'a Path [INFO] [stdout] &'a [u8] [INFO] [stdout] &'a str [INFO] [stdout] () [INFO] [stdout] (T0, T1) [INFO] [stdout] (T0, T1, T2) [INFO] [stdout] (T0, T1, T2, T3) [INFO] [stdout] (T0, T1, T2, T3, T4) [INFO] [stdout] and 126 others [INFO] [stdout] = note: this error might have been caused by changes to Rust's type-inference algorithm (see issue #48950 for more information) [INFO] [stdout] = help: did you intend to use the type `()` here instead? [INFO] [stdout] note: required for `!` to implement `for<'de> Model<'de>` [INFO] [stdout] --> src/configuer_struct.rs:10:62 [INFO] [stdout] | [INFO] [stdout] 10 | impl<'de, T: Serialize + Deserialize<'de> + Clone + Default> Model<'de> for T {} [INFO] [stdout] | ---------------- ^^^^^^^^^^ ^ [INFO] [stdout] | | [INFO] [stdout] | unsatisfied trait bound introduced here [INFO] [stdout] note: required by a bound in `configuer_struct::Configuer` [INFO] [stdout] --> src/configuer_struct.rs:13:25 [INFO] [stdout] | [INFO] [stdout] 13 | pub struct Configuer Model<'de>> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ required by this bound in `Configuer` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 5 previous errors; 1 warning 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 `configuer` (lib test) due to 6 previous errors; 1 warning emitted [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] running `Command { std: "docker" "inspect" "fb5e2f2d7be71095b2beda9cc66f21902dcf6de6aaf09e9bc6c25450b72df085", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "fb5e2f2d7be71095b2beda9cc66f21902dcf6de6aaf09e9bc6c25450b72df085", kill_on_drop: false }` [INFO] [stdout] fb5e2f2d7be71095b2beda9cc66f21902dcf6de6aaf09e9bc6c25450b72df085