[INFO] cloning repository https://github.com/mdsteele/linoleum [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/mdsteele/linoleum" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmdsteele%2Flinoleum", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmdsteele%2Flinoleum'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] c8b9cbb0644723138abdfda8d502bba02b2a7b6c [INFO] checking mdsteele/linoleum against master#1f12b9b0fdbe735968ac002792a720f0ba4faca6 for crater-rollup-uwu [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmdsteele%2Flinoleum" "/workspace/builds/worker-3-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/mdsteele/linoleum on toolchain 1f12b9b0fdbe735968ac002792a720f0ba4faca6 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1f12b9b0fdbe735968ac002792a720f0ba4faca6" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/mdsteele/linoleum [INFO] finished tweaking git repo https://github.com/mdsteele/linoleum [INFO] tweaked toml for git repo https://github.com/mdsteele/linoleum written to /workspace/builds/worker-3-tc1/source/Cargo.toml [INFO] crate git repo https://github.com/mdsteele/linoleum 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" "+1f12b9b0fdbe735968ac002792a720f0ba4faca6" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating git repository `https://github.com/mdsteele/ahi` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:923055f121b5182466d55868a8b05e67af8ba4a3a3f6bad814e953ca3cd3ac2a" "/opt/rustwide/cargo-home/bin/cargo" "+1f12b9b0fdbe735968ac002792a720f0ba4faca6" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 5f08c39139fa4daf5c9d5346266ac8229c15ac0e62212bcdd9d030fe08588a56 [INFO] running `Command { std: "docker" "start" "-a" "5f08c39139fa4daf5c9d5346266ac8229c15ac0e62212bcdd9d030fe08588a56", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "5f08c39139fa4daf5c9d5346266ac8229c15ac0e62212bcdd9d030fe08588a56", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5f08c39139fa4daf5c9d5346266ac8229c15ac0e62212bcdd9d030fe08588a56", kill_on_drop: false }` [INFO] [stdout] 5f08c39139fa4daf5c9d5346266ac8229c15ac0e62212bcdd9d030fe08588a56 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:923055f121b5182466d55868a8b05e67af8ba4a3a3f6bad814e953ca3cd3ac2a" "/opt/rustwide/cargo-home/bin/cargo" "+1f12b9b0fdbe735968ac002792a720f0ba4faca6" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 9f1b3be712018245f58e335d8614421cd19f25f83654cd48b290b263b8c75935 [INFO] running `Command { std: "docker" "start" "-a" "9f1b3be712018245f58e335d8614421cd19f25f83654cd48b290b263b8c75935", kill_on_drop: false }` [INFO] [stderr] Compiling version-compare v0.1.1 [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Compiling libc v0.2.149 [INFO] [stderr] Compiling sdl2 v0.35.2 [INFO] [stderr] Checking lazy_static v1.4.0 [INFO] [stderr] Checking unicode-width v0.1.11 [INFO] [stderr] Checking bitflags v1.3.2 [INFO] [stderr] Compiling linoleum v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Checking ahi v0.1.0 (https://github.com/mdsteele/ahi?rev=1534f7c8#1534f7c8) [INFO] [stderr] Checking getopts v0.2.21 [INFO] [stderr] Compiling sdl2-sys v0.35.2 [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.98s [INFO] running `Command { std: "docker" "inspect" "9f1b3be712018245f58e335d8614421cd19f25f83654cd48b290b263b8c75935", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9f1b3be712018245f58e335d8614421cd19f25f83654cd48b290b263b8c75935", kill_on_drop: false }` [INFO] [stdout] 9f1b3be712018245f58e335d8614421cd19f25f83654cd48b290b263b8c75935 [INFO] checking mdsteele/linoleum against try#f9935d29d867449445ee008640ccca1bf1ae0889+rustflags=-Dtail_expr_drop_order for crater-rollup-uwu [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmdsteele%2Flinoleum" "/workspace/builds/worker-3-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/mdsteele/linoleum on toolchain f9935d29d867449445ee008640ccca1bf1ae0889 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+f9935d29d867449445ee008640ccca1bf1ae0889" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/mdsteele/linoleum [INFO] finished tweaking git repo https://github.com/mdsteele/linoleum [INFO] tweaked toml for git repo https://github.com/mdsteele/linoleum written to /workspace/builds/worker-3-tc2/source/Cargo.toml [INFO] crate git repo https://github.com/mdsteele/linoleum 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" "+f9935d29d867449445ee008640ccca1bf1ae0889" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:923055f121b5182466d55868a8b05e67af8ba4a3a3f6bad814e953ca3cd3ac2a" "/opt/rustwide/cargo-home/bin/cargo" "+f9935d29d867449445ee008640ccca1bf1ae0889" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] f39ac300662fb2d1e73f5c61cc664f0ab0a8c54a1454e88fd8f60dbdce5a172a [INFO] running `Command { std: "docker" "start" "-a" "f39ac300662fb2d1e73f5c61cc664f0ab0a8c54a1454e88fd8f60dbdce5a172a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "f39ac300662fb2d1e73f5c61cc664f0ab0a8c54a1454e88fd8f60dbdce5a172a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f39ac300662fb2d1e73f5c61cc664f0ab0a8c54a1454e88fd8f60dbdce5a172a", kill_on_drop: false }` [INFO] [stdout] f39ac300662fb2d1e73f5c61cc664f0ab0a8c54a1454e88fd8f60dbdce5a172a [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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 -Dtail_expr_drop_order" "-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:923055f121b5182466d55868a8b05e67af8ba4a3a3f6bad814e953ca3cd3ac2a" "/opt/rustwide/cargo-home/bin/cargo" "+f9935d29d867449445ee008640ccca1bf1ae0889" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 433194fee374de3911d5df7961a3cf6c95c638a0343d3330d6a814e93583e0cc [INFO] running `Command { std: "docker" "start" "-a" "433194fee374de3911d5df7961a3cf6c95c638a0343d3330d6a814e93583e0cc", kill_on_drop: false }` [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Compiling version-compare v0.1.1 [INFO] [stderr] Compiling libc v0.2.149 [INFO] [stderr] Compiling sdl2 v0.35.2 [INFO] [stderr] Checking bitflags v1.3.2 [INFO] [stderr] Checking unicode-width v0.1.11 [INFO] [stderr] Checking lazy_static v1.4.0 [INFO] [stderr] Compiling linoleum v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Checking ahi v0.1.0 (https://github.com/mdsteele/ahi?rev=1534f7c8#1534f7c8) [INFO] [stderr] Checking getopts v0.2.21 [INFO] [stderr] Compiling sdl2-sys v0.35.2 [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/editor.rs:79:24 [INFO] [stdout] | [INFO] [stdout] 54 | let elements: Vec>> = vec![ [INFO] [stdout] | -------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 79 | aggregate: AggregateElement::new(elements), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: requested on the command line with `-D tail-expr-drop-order` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/element.rs:86:20 [INFO] [stdout] | [INFO] [stdout] 83 | pub fn but_no_value(self) -> Action { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 86 | value: match self.value { [INFO] [stdout] | ____________________^ [INFO] [stdout] 87 | | Value::Continue => Value::Continue, [INFO] [stdout] 88 | | _ => Value::Stop, [INFO] [stdout] 89 | | }, [INFO] [stdout] | |_____________^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/palette.rs:69:22 [INFO] [stdout] | [INFO] [stdout] 50 | let elements: Vec>> = vec![ [INFO] [stdout] | -------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 69 | element: SubrectElement::new( [INFO] [stdout] | ______________________^ [INFO] [stdout] 70 | | AggregateElement::new(elements), [INFO] [stdout] 71 | | Rect::new(left, top, 46, 300), [INFO] [stdout] 72 | | ), [INFO] [stdout] | |_____________^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/tilegrid.rs:630:11 [INFO] [stdout] | [INFO] [stdout] 629 | fn read_byte_or_eof(reader: R) -> io::Result> { [INFO] [stdout] | --------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 630 | match reader.bytes().next() { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/tilegrid.rs:637:11 [INFO] [stdout] | [INFO] [stdout] 636 | fn read_byte(reader: R) -> io::Result { [INFO] [stdout] | --------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 637 | match read_byte_or_eof(reader) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/toolbox.rs:57:22 [INFO] [stdout] | [INFO] [stdout] 42 | let elements: Vec>> = vec![ [INFO] [stdout] | -------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 57 | element: SubrectElement::new( [INFO] [stdout] | ______________________^ [INFO] [stdout] 58 | | AggregateElement::new(elements), [INFO] [stdout] 59 | | Rect::new(left, top, 46, 68), [INFO] [stdout] 60 | | ), [INFO] [stdout] | |_____________^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/editor.rs:79:24 [INFO] [stdout] | [INFO] [stdout] 54 | let elements: Vec>> = vec![ [INFO] [stdout] | -------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 79 | aggregate: AggregateElement::new(elements), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: requested on the command line with `-D tail-expr-drop-order` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/element.rs:86:20 [INFO] [stdout] | [INFO] [stdout] 83 | pub fn but_no_value(self) -> Action { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 86 | value: match self.value { [INFO] [stdout] | ____________________^ [INFO] [stdout] 87 | | Value::Continue => Value::Continue, [INFO] [stdout] 88 | | _ => Value::Stop, [INFO] [stdout] 89 | | }, [INFO] [stdout] | |_____________^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/palette.rs:69:22 [INFO] [stdout] | [INFO] [stdout] 50 | let elements: Vec>> = vec![ [INFO] [stdout] | -------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 69 | element: SubrectElement::new( [INFO] [stdout] | ______________________^ [INFO] [stdout] 70 | | AggregateElement::new(elements), [INFO] [stdout] 71 | | Rect::new(left, top, 46, 300), [INFO] [stdout] 72 | | ), [INFO] [stdout] | |_____________^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/tilegrid.rs:630:11 [INFO] [stdout] | [INFO] [stdout] 629 | fn read_byte_or_eof(reader: R) -> io::Result> { [INFO] [stdout] | --------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 630 | match reader.bytes().next() { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/tilegrid.rs:637:11 [INFO] [stdout] | [INFO] [stdout] 636 | fn read_byte(reader: R) -> io::Result { [INFO] [stdout] | --------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 637 | match read_byte_or_eof(reader) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/toolbox.rs:57:22 [INFO] [stdout] | [INFO] [stdout] 42 | let elements: Vec>> = vec![ [INFO] [stdout] | -------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 57 | element: SubrectElement::new( [INFO] [stdout] | ______________________^ [INFO] [stdout] 58 | | AggregateElement::new(elements), [INFO] [stdout] 59 | | Rect::new(left, top, 46, 68), [INFO] [stdout] 60 | | ), [INFO] [stdout] | |_____________^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 6 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 6 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `linoleum` (bin "linoleum") due to 7 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not compile `linoleum` (bin "linoleum" test) due to 7 previous errors [INFO] running `Command { std: "docker" "inspect" "433194fee374de3911d5df7961a3cf6c95c638a0343d3330d6a814e93583e0cc", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "433194fee374de3911d5df7961a3cf6c95c638a0343d3330d6a814e93583e0cc", kill_on_drop: false }` [INFO] [stdout] 433194fee374de3911d5df7961a3cf6c95c638a0343d3330d6a814e93583e0cc