[INFO] cloning repository https://github.com/jqcorreia/tudo [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/jqcorreia/tudo" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjqcorreia%2Ftudo", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjqcorreia%2Ftudo'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 9b6dd36ba07cbb3c0fc5d50a5cbb8557deb92d63 [INFO] checking jqcorreia/tudo against master#1f12b9b0fdbe735968ac002792a720f0ba4faca6 for crater-rollup-uwu [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjqcorreia%2Ftudo" "/workspace/builds/worker-6-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/jqcorreia/tudo 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/jqcorreia/tudo [INFO] finished tweaking git repo https://github.com/jqcorreia/tudo [INFO] tweaked toml for git repo https://github.com/jqcorreia/tudo written to /workspace/builds/worker-6-tc1/source/Cargo.toml [INFO] crate git repo https://github.com/jqcorreia/tudo 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 crates.io index [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded hoot v0.1.3 [INFO] [stderr] Downloaded hootbin v0.1.1 [INFO] [stderr] Downloaded enum_downcast_derive v0.1.0 [INFO] [stderr] Downloaded spin_sleep v1.2.0 [INFO] [stderr] Downloaded rustls-pki-types v1.2.0 [INFO] [stderr] Downloaded which v5.0.0 [INFO] [stderr] Downloaded mlua-sys v0.5.1 [INFO] [stderr] Downloaded erased-serde v0.4.2 [INFO] [stderr] Downloaded ureq v2.9.5 [INFO] [stderr] Downloaded mlua v0.9.5 [INFO] [stderr] Downloaded luajit-src v210.5.5+f2336c4 [INFO] [stderr] Downloaded enum_downcast v0.1.0 [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:923055f121b5182466d55868a8b05e67af8ba4a3a3f6bad814e953ca3cd3ac2a" "/opt/rustwide/cargo-home/bin/cargo" "+1f12b9b0fdbe735968ac002792a720f0ba4faca6" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 93b01f48cef56b65bb6c1b23648b6b5133c37f7460936e46ab3bf80426ce8a2b [INFO] running `Command { std: "docker" "start" "-a" "93b01f48cef56b65bb6c1b23648b6b5133c37f7460936e46ab3bf80426ce8a2b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "93b01f48cef56b65bb6c1b23648b6b5133c37f7460936e46ab3bf80426ce8a2b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "93b01f48cef56b65bb6c1b23648b6b5133c37f7460936e46ab3bf80426ce8a2b", kill_on_drop: false }` [INFO] [stdout] 93b01f48cef56b65bb6c1b23648b6b5133c37f7460936e46ab3bf80426ce8a2b [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:923055f121b5182466d55868a8b05e67af8ba4a3a3f6bad814e953ca3cd3ac2a" "/opt/rustwide/cargo-home/bin/cargo" "+1f12b9b0fdbe735968ac002792a720f0ba4faca6" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] bed901db0885bc2c4b0511859fecdd97d010916027d4850611efc846f10fc7f6 [INFO] running `Command { std: "docker" "start" "-a" "bed901db0885bc2c4b0511859fecdd97d010916027d4850611efc846f10fc7f6", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.76 [INFO] [stderr] Compiling libc v0.2.151 [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Compiling serde v1.0.196 [INFO] [stderr] Compiling rustix v0.38.28 [INFO] [stderr] Compiling linux-raw-sys v0.4.12 [INFO] [stderr] Compiling bitflags v2.4.2 [INFO] [stderr] Compiling either v1.9.0 [INFO] [stderr] Compiling home v0.5.9 [INFO] [stderr] Compiling version-compare v0.1.1 [INFO] [stderr] Checking tinyvec_macros v0.1.1 [INFO] [stderr] Compiling httparse v1.8.0 [INFO] [stderr] Compiling num-traits v0.2.17 [INFO] [stderr] Compiling crc32fast v1.4.0 [INFO] [stderr] Checking spin v0.9.8 [INFO] [stderr] Compiling memchr v2.7.1 [INFO] [stderr] Checking tinyvec v1.6.0 [INFO] [stderr] Checking untrusted v0.9.0 [INFO] [stderr] Checking log v0.4.20 [INFO] [stderr] Compiling pkg-config v0.3.28 [INFO] [stderr] Compiling serde_json v1.0.113 [INFO] [stderr] Compiling thiserror v1.0.57 [INFO] [stderr] Checking rustls-pki-types v1.2.0 [INFO] [stderr] Checking ryu v1.0.16 [INFO] [stderr] Compiling sdl2-sys v0.35.2 [INFO] [stderr] Checking percent-encoding v2.3.1 [INFO] [stderr] Checking unicode-bidi v0.3.15 [INFO] [stderr] Compiling rustls v0.22.2 [INFO] [stderr] Checking itoa v1.0.10 [INFO] [stderr] Checking adler v1.0.2 [INFO] [stderr] Checking form_urlencoded v1.2.1 [INFO] [stderr] Checking hoot v0.1.3 [INFO] [stderr] Checking once_cell v1.19.0 [INFO] [stderr] Checking bitflags v1.3.2 [INFO] [stderr] Checking miniz_oxide v0.7.2 [INFO] [stderr] Checking fastrand v2.0.1 [INFO] [stderr] Compiling sdl2 v0.35.2 [INFO] [stderr] Checking zeroize v1.7.0 [INFO] [stderr] Compiling quick-xml v0.30.0 [INFO] [stderr] Checking subtle v2.5.0 [INFO] [stderr] Checking webpki-roots v0.26.1 [INFO] [stderr] Checking lazy_static v1.4.0 [INFO] [stderr] Checking base64 v0.21.7 [INFO] [stderr] Compiling quote v1.0.35 [INFO] [stderr] Checking rustc-hash v1.1.0 [INFO] [stderr] Checking dyn-clone v1.0.16 [INFO] [stderr] Checking spin_sleep v1.2.0 [INFO] [stderr] Checking unicode-normalization v0.1.22 [INFO] [stderr] Compiling syn v2.0.48 [INFO] [stderr] Checking flate2 v1.0.28 [INFO] [stderr] Checking bstr v1.9.0 [INFO] [stderr] Checking getrandom v0.2.12 [INFO] [stderr] Compiling cc v1.0.83 [INFO] [stderr] Compiling xcb v1.3.0 [INFO] [stderr] Checking ordered-float v2.10.1 [INFO] [stderr] Checking idna v0.5.0 [INFO] [stderr] Compiling lua-src v546.0.2 [INFO] [stderr] Checking url v2.5.0 [INFO] [stderr] Compiling ring v0.17.7 [INFO] [stderr] Compiling which v5.0.0 [INFO] [stderr] Compiling luajit-src v210.5.5+f2336c4 [INFO] [stderr] Compiling mlua-sys v0.5.1 [INFO] [stderr] Compiling serde_derive v1.0.196 [INFO] [stderr] Compiling thiserror-impl v1.0.57 [INFO] [stderr] Compiling enum_downcast_derive v0.1.0 [INFO] [stderr] Checking enum_downcast v0.1.0 [INFO] [stderr] Checking rustls-webpki v0.102.2 [INFO] [stderr] Checking erased-serde v0.4.2 [INFO] [stderr] Checking serde-value v0.7.0 [INFO] [stderr] Checking hootbin v0.1.1 [INFO] [stderr] Checking ureq v2.9.5 [INFO] [stderr] Checking mlua v0.9.5 [INFO] [stderr] Checking tudo v0.2.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused import: `DrawExtensions` [INFO] [stdout] --> src/screen/debug_screen.rs:16:72 [INFO] [stdout] | [INFO] [stdout] 16 | draw::{draw_filled_circle_quadrants, draw_filled_rounded_rect, DrawExtensions}, [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `rect::Rect` [INFO] [stdout] --> src/screen/info_screen.rs:4:5 [INFO] [stdout] | [INFO] [stdout] 4 | rect::Rect, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `DrawExtensions`, `draw_filled_circle_quadrants`, `draw_filled_rounded_rect`, `spinner::Spinner`, and `text::Prompt` [INFO] [stdout] --> src/screen/info_screen.rs:12:36 [INFO] [stdout] | [INFO] [stdout] 12 | ui::components::{label::Label, spinner::Spinner, text::Prompt}, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 16 | draw::{draw_filled_circle_quadrants, draw_filled_rounded_rect, DrawExtensions}, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `ContainerType` [INFO] [stdout] --> src/screen/main_screen.rs:21:44 [INFO] [stdout] | [INFO] [stdout] 21 | layout::{Container, ContainerSize, ContainerType, LayoutBuilder, SplitType}, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `ops::Rem` and `usize` [INFO] [stdout] --> src/ui/components/label.rs:1:11 [INFO] [stdout] | [INFO] [stdout] 1 | use std::{ops::Rem, usize}; [INFO] [stdout] | ^^^^^^^^ ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `PixelFormatEnum` [INFO] [stdout] --> src/ui/components/label.rs:4:21 [INFO] [stdout] | [INFO] [stdout] 4 | pixels::{Color, PixelFormatEnum}, [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `DrawExtensions` [INFO] [stdout] --> src/screen/debug_screen.rs:16:72 [INFO] [stdout] | [INFO] [stdout] 16 | draw::{draw_filled_circle_quadrants, draw_filled_rounded_rect, DrawExtensions}, [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `rect::Rect` [INFO] [stdout] --> src/screen/info_screen.rs:4:5 [INFO] [stdout] | [INFO] [stdout] 4 | rect::Rect, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `DrawExtensions`, `draw_filled_circle_quadrants`, `draw_filled_rounded_rect`, `spinner::Spinner`, and `text::Prompt` [INFO] [stdout] --> src/screen/info_screen.rs:12:36 [INFO] [stdout] | [INFO] [stdout] 12 | ui::components::{label::Label, spinner::Spinner, text::Prompt}, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 16 | draw::{draw_filled_circle_quadrants, draw_filled_rounded_rect, DrawExtensions}, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `ContainerType` [INFO] [stdout] --> src/screen/main_screen.rs:21:44 [INFO] [stdout] | [INFO] [stdout] 21 | layout::{Container, ContainerSize, ContainerType, LayoutBuilder, SplitType}, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `ops::Rem` and `usize` [INFO] [stdout] --> src/ui/components/label.rs:1:11 [INFO] [stdout] | [INFO] [stdout] 1 | use std::{ops::Rem, usize}; [INFO] [stdout] | ^^^^^^^^ ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `PixelFormatEnum` [INFO] [stdout] --> src/ui/components/label.rs:4:21 [INFO] [stdout] | [INFO] [stdout] 4 | pixels::{Color, PixelFormatEnum}, [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this function depends on never type fallback being `()` [INFO] [stdout] --> src/config.rs:102:1 [INFO] [stdout] | [INFO] [stdout] 102 | pub fn load_config(path: impl AsRef) -> Config { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #123748 [INFO] [stdout] = help: specify the types explicitly [INFO] [stdout] note: in edition 2024, the requirement `!: FromLua<'_>` will fail [INFO] [stdout] --> src/config.rs:110:50 [INFO] [stdout] | [INFO] [stdout] 110 | match lua.load(&contents).set_name("config").eval() { [INFO] [stdout] | ^^^^ [INFO] [stdout] = note: `#[warn(dependency_on_unit_never_type_fallback)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this function depends on never type fallback being `()` [INFO] [stdout] --> src/config.rs:102:1 [INFO] [stdout] | [INFO] [stdout] 102 | pub fn load_config(path: impl AsRef) -> Config { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #123748 [INFO] [stdout] = help: specify the types explicitly [INFO] [stdout] note: in edition 2024, the requirement `!: FromLua<'_>` will fail [INFO] [stdout] --> src/config.rs:110:50 [INFO] [stdout] | [INFO] [stdout] 110 | match lua.load(&contents).set_name("config").eval() { [INFO] [stdout] | ^^^^ [INFO] [stdout] = note: `#[warn(dependency_on_unit_never_type_fallback)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `main_split` [INFO] [stdout] --> src/screen/info_screen.rs:30:13 [INFO] [stdout] | [INFO] [stdout] 30 | let main_split = builder.add_split(SplitType::Vertical, ContainerSize::Percent(100)); [INFO] [stdout] | ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_main_split` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `config` [INFO] [stdout] --> src/screen/info_screen.rs:27:16 [INFO] [stdout] | [INFO] [stdout] 27 | pub fn new(config: &Config) -> InfoScreen { [INFO] [stdout] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_config` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `main_split` [INFO] [stdout] --> src/screen/info_screen.rs:30:13 [INFO] [stdout] | [INFO] [stdout] 30 | let main_split = builder.add_split(SplitType::Vertical, ContainerSize::Percent(100)); [INFO] [stdout] | ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_main_split` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `config` [INFO] [stdout] --> src/screen/info_screen.rs:27:16 [INFO] [stdout] | [INFO] [stdout] 27 | pub fn new(config: &Config) -> InfoScreen { [INFO] [stdout] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_config` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `fh` [INFO] [stdout] --> src/ui/components/label.rs:37:19 [INFO] [stdout] | [INFO] [stdout] 37 | let (_fw, fh) = font.size_of(" ").unwrap(); [INFO] [stdout] | ^^ help: if this is intentional, prefix it with an underscore: `_fh` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `rect` [INFO] [stdout] --> src/ui/components/label.rs:33:9 [INFO] [stdout] | [INFO] [stdout] 33 | rect: Rect, [INFO] [stdout] | ^^^^ help: if this is intentional, prefix it with an underscore: `_rect` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `elapsed` [INFO] [stdout] --> src/ui/components/label.rs:34:9 [INFO] [stdout] | [INFO] [stdout] 34 | elapsed: u128, [INFO] [stdout] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_elapsed` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `idx` [INFO] [stdout] --> src/ui/components/list.rs:362:9 [INFO] [stdout] | [INFO] [stdout] 362 | idx: usize, [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_idx` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `fh` [INFO] [stdout] --> src/ui/components/label.rs:37:19 [INFO] [stdout] | [INFO] [stdout] 37 | let (_fw, fh) = font.size_of(" ").unwrap(); [INFO] [stdout] | ^^ help: if this is intentional, prefix it with an underscore: `_fh` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `rect` [INFO] [stdout] --> src/ui/components/label.rs:33:9 [INFO] [stdout] | [INFO] [stdout] 33 | rect: Rect, [INFO] [stdout] | ^^^^ help: if this is intentional, prefix it with an underscore: `_rect` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `elapsed` [INFO] [stdout] --> src/ui/components/label.rs:34:9 [INFO] [stdout] | [INFO] [stdout] 34 | elapsed: u128, [INFO] [stdout] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_elapsed` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `idx` [INFO] [stdout] --> src/ui/components/list.rs:362:9 [INFO] [stdout] | [INFO] [stdout] 362 | idx: usize, [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_idx` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 13 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 13 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.81s [INFO] running `Command { std: "docker" "inspect" "bed901db0885bc2c4b0511859fecdd97d010916027d4850611efc846f10fc7f6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "bed901db0885bc2c4b0511859fecdd97d010916027d4850611efc846f10fc7f6", kill_on_drop: false }` [INFO] [stdout] bed901db0885bc2c4b0511859fecdd97d010916027d4850611efc846f10fc7f6 [INFO] checking jqcorreia/tudo 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%2Fjqcorreia%2Ftudo" "/workspace/builds/worker-6-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/jqcorreia/tudo 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/jqcorreia/tudo [INFO] finished tweaking git repo https://github.com/jqcorreia/tudo [INFO] tweaked toml for git repo https://github.com/jqcorreia/tudo written to /workspace/builds/worker-6-tc2/source/Cargo.toml [INFO] crate git repo https://github.com/jqcorreia/tudo 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-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:923055f121b5182466d55868a8b05e67af8ba4a3a3f6bad814e953ca3cd3ac2a" "/opt/rustwide/cargo-home/bin/cargo" "+f9935d29d867449445ee008640ccca1bf1ae0889" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 6aff6ca7cae421d521bb309d359aecea45421424d2958360239369e8e4063f37 [INFO] running `Command { std: "docker" "start" "-a" "6aff6ca7cae421d521bb309d359aecea45421424d2958360239369e8e4063f37", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "6aff6ca7cae421d521bb309d359aecea45421424d2958360239369e8e4063f37", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6aff6ca7cae421d521bb309d359aecea45421424d2958360239369e8e4063f37", kill_on_drop: false }` [INFO] [stdout] 6aff6ca7cae421d521bb309d359aecea45421424d2958360239369e8e4063f37 [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 -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] 61d9ab8bb24aea3fef7d656dac2ea1d38dee054ffd112cf0a21cf1f7dc469479 [INFO] running `Command { std: "docker" "start" "-a" "61d9ab8bb24aea3fef7d656dac2ea1d38dee054ffd112cf0a21cf1f7dc469479", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.151 [INFO] [stderr] Compiling proc-macro2 v1.0.76 [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Compiling rustix v0.38.28 [INFO] [stderr] Compiling serde v1.0.196 [INFO] [stderr] Compiling bitflags v2.4.2 [INFO] [stderr] Compiling linux-raw-sys v0.4.12 [INFO] [stderr] Compiling home v0.5.9 [INFO] [stderr] Compiling either v1.9.0 [INFO] [stderr] Checking tinyvec_macros v0.1.1 [INFO] [stderr] Compiling httparse v1.8.0 [INFO] [stderr] Compiling version-compare v0.1.1 [INFO] [stderr] Compiling num-traits v0.2.17 [INFO] [stderr] Checking log v0.4.20 [INFO] [stderr] Compiling memchr v2.7.1 [INFO] [stderr] Compiling thiserror v1.0.57 [INFO] [stderr] Checking tinyvec v1.6.0 [INFO] [stderr] Checking spin v0.9.8 [INFO] [stderr] Compiling pkg-config v0.3.28 [INFO] [stderr] Checking rustls-pki-types v1.2.0 [INFO] [stderr] Compiling crc32fast v1.4.0 [INFO] [stderr] Compiling serde_json v1.0.113 [INFO] [stderr] Checking untrusted v0.9.0 [INFO] [stderr] Compiling sdl2-sys v0.35.2 [INFO] [stderr] Checking unicode-bidi v0.3.15 [INFO] [stderr] Checking adler v1.0.2 [INFO] [stderr] Checking ryu v1.0.16 [INFO] [stderr] Checking itoa v1.0.10 [INFO] [stderr] Compiling rustls v0.22.2 [INFO] [stderr] Checking percent-encoding v2.3.1 [INFO] [stderr] Checking miniz_oxide v0.7.2 [INFO] [stderr] Checking hoot v0.1.3 [INFO] [stderr] Checking bitflags v1.3.2 [INFO] [stderr] Checking form_urlencoded v1.2.1 [INFO] [stderr] Checking once_cell v1.19.0 [INFO] [stderr] Checking subtle v2.5.0 [INFO] [stderr] Checking zeroize v1.7.0 [INFO] [stderr] Compiling quick-xml v0.30.0 [INFO] [stderr] Compiling sdl2 v0.35.2 [INFO] [stderr] Checking fastrand v2.0.1 [INFO] [stderr] Checking webpki-roots v0.26.1 [INFO] [stderr] Compiling quote v1.0.35 [INFO] [stderr] Checking base64 v0.21.7 [INFO] [stderr] Checking rustc-hash v1.1.0 [INFO] [stderr] Checking lazy_static v1.4.0 [INFO] [stderr] Checking unicode-normalization v0.1.22 [INFO] [stderr] Checking dyn-clone v1.0.16 [INFO] [stderr] Checking spin_sleep v1.2.0 [INFO] [stderr] Checking flate2 v1.0.28 [INFO] [stderr] Compiling syn v2.0.48 [INFO] [stderr] Checking bstr v1.9.0 [INFO] [stderr] Compiling cc v1.0.83 [INFO] [stderr] Checking getrandom v0.2.12 [INFO] [stderr] Compiling xcb v1.3.0 [INFO] [stderr] Checking idna v0.5.0 [INFO] [stderr] Checking ordered-float v2.10.1 [INFO] [stderr] Compiling lua-src v546.0.2 [INFO] [stderr] Checking url v2.5.0 [INFO] [stderr] Compiling ring v0.17.7 [INFO] [stderr] Compiling which v5.0.0 [INFO] [stderr] Compiling luajit-src v210.5.5+f2336c4 [INFO] [stderr] Compiling mlua-sys v0.5.1 [INFO] [stderr] Compiling serde_derive v1.0.196 [INFO] [stderr] Compiling thiserror-impl v1.0.57 [INFO] [stderr] Compiling enum_downcast_derive v0.1.0 [INFO] [stderr] Checking enum_downcast v0.1.0 [INFO] [stderr] Checking rustls-webpki v0.102.2 [INFO] [stderr] Checking erased-serde v0.4.2 [INFO] [stderr] Checking serde-value v0.7.0 [INFO] [stderr] Checking hootbin v0.1.1 [INFO] [stderr] Checking ureq v2.9.5 [INFO] [stderr] Checking mlua v0.9.5 [INFO] [stderr] Checking tudo v0.2.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused import: `DrawExtensions` [INFO] [stdout] --> src/screen/debug_screen.rs:16:72 [INFO] [stdout] | [INFO] [stdout] 16 | draw::{draw_filled_circle_quadrants, draw_filled_rounded_rect, DrawExtensions}, [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `rect::Rect` [INFO] [stdout] --> src/screen/info_screen.rs:4:5 [INFO] [stdout] | [INFO] [stdout] 4 | rect::Rect, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `DrawExtensions`, `draw_filled_circle_quadrants`, `draw_filled_rounded_rect`, `spinner::Spinner`, and `text::Prompt` [INFO] [stdout] --> src/screen/info_screen.rs:12:36 [INFO] [stdout] | [INFO] [stdout] 12 | ui::components::{label::Label, spinner::Spinner, text::Prompt}, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 16 | draw::{draw_filled_circle_quadrants, draw_filled_rounded_rect, DrawExtensions}, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `ContainerType` [INFO] [stdout] --> src/screen/main_screen.rs:21:44 [INFO] [stdout] | [INFO] [stdout] 21 | layout::{Container, ContainerSize, ContainerType, LayoutBuilder, SplitType}, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `ops::Rem` and `usize` [INFO] [stdout] --> src/ui/components/label.rs:1:11 [INFO] [stdout] | [INFO] [stdout] 1 | use std::{ops::Rem, usize}; [INFO] [stdout] | ^^^^^^^^ ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `PixelFormatEnum` [INFO] [stdout] --> src/ui/components/label.rs:4:21 [INFO] [stdout] | [INFO] [stdout] 4 | pixels::{Color, PixelFormatEnum}, [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `DrawExtensions` [INFO] [stdout] --> src/screen/debug_screen.rs:16:72 [INFO] [stdout] | [INFO] [stdout] 16 | draw::{draw_filled_circle_quadrants, draw_filled_rounded_rect, DrawExtensions}, [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `rect::Rect` [INFO] [stdout] --> src/screen/info_screen.rs:4:5 [INFO] [stdout] | [INFO] [stdout] 4 | rect::Rect, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `DrawExtensions`, `draw_filled_circle_quadrants`, `draw_filled_rounded_rect`, `spinner::Spinner`, and `text::Prompt` [INFO] [stdout] --> src/screen/info_screen.rs:12:36 [INFO] [stdout] | [INFO] [stdout] 12 | ui::components::{label::Label, spinner::Spinner, text::Prompt}, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 16 | draw::{draw_filled_circle_quadrants, draw_filled_rounded_rect, DrawExtensions}, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `ContainerType` [INFO] [stdout] --> src/screen/main_screen.rs:21:44 [INFO] [stdout] | [INFO] [stdout] 21 | layout::{Container, ContainerSize, ContainerType, LayoutBuilder, SplitType}, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `ops::Rem` and `usize` [INFO] [stdout] --> src/ui/components/label.rs:1:11 [INFO] [stdout] | [INFO] [stdout] 1 | use std::{ops::Rem, usize}; [INFO] [stdout] | ^^^^^^^^ ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `PixelFormatEnum` [INFO] [stdout] --> src/ui/components/label.rs:4:21 [INFO] [stdout] | [INFO] [stdout] 4 | pixels::{Color, PixelFormatEnum}, [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this function depends on never type fallback being `()` [INFO] [stdout] --> src/config.rs:102:1 [INFO] [stdout] | [INFO] [stdout] 102 | pub fn load_config(path: impl AsRef) -> Config { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #123748 [INFO] [stdout] = help: specify the types explicitly [INFO] [stdout] note: in edition 2024, the requirement `!: FromLua<'_>` will fail [INFO] [stdout] --> src/config.rs:110:50 [INFO] [stdout] | [INFO] [stdout] 110 | match lua.load(&contents).set_name("config").eval() { [INFO] [stdout] | ^^^^ [INFO] [stdout] = note: `#[warn(dependency_on_unit_never_type_fallback)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this function depends on never type fallback being `()` [INFO] [stdout] --> src/config.rs:102:1 [INFO] [stdout] | [INFO] [stdout] 102 | pub fn load_config(path: impl AsRef) -> Config { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #123748 [INFO] [stdout] = help: specify the types explicitly [INFO] [stdout] note: in edition 2024, the requirement `!: FromLua<'_>` will fail [INFO] [stdout] --> src/config.rs:110:50 [INFO] [stdout] | [INFO] [stdout] 110 | match lua.load(&contents).set_name("config").eval() { [INFO] [stdout] | ^^^^ [INFO] [stdout] = note: `#[warn(dependency_on_unit_never_type_fallback)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `main_split` [INFO] [stdout] --> src/screen/info_screen.rs:30:13 [INFO] [stdout] | [INFO] [stdout] 30 | let main_split = builder.add_split(SplitType::Vertical, ContainerSize::Percent(100)); [INFO] [stdout] | ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_main_split` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `config` [INFO] [stdout] --> src/screen/info_screen.rs:27:16 [INFO] [stdout] | [INFO] [stdout] 27 | pub fn new(config: &Config) -> InfoScreen { [INFO] [stdout] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_config` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `main_split` [INFO] [stdout] --> src/screen/info_screen.rs:30:13 [INFO] [stdout] | [INFO] [stdout] 30 | let main_split = builder.add_split(SplitType::Vertical, ContainerSize::Percent(100)); [INFO] [stdout] | ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_main_split` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `config` [INFO] [stdout] --> src/screen/info_screen.rs:27:16 [INFO] [stdout] | [INFO] [stdout] 27 | pub fn new(config: &Config) -> InfoScreen { [INFO] [stdout] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_config` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `fh` [INFO] [stdout] --> src/ui/components/label.rs:37:19 [INFO] [stdout] | [INFO] [stdout] 37 | let (_fw, fh) = font.size_of(" ").unwrap(); [INFO] [stdout] | ^^ help: if this is intentional, prefix it with an underscore: `_fh` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `rect` [INFO] [stdout] --> src/ui/components/label.rs:33:9 [INFO] [stdout] | [INFO] [stdout] 33 | rect: Rect, [INFO] [stdout] | ^^^^ help: if this is intentional, prefix it with an underscore: `_rect` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `elapsed` [INFO] [stdout] --> src/ui/components/label.rs:34:9 [INFO] [stdout] | [INFO] [stdout] 34 | elapsed: u128, [INFO] [stdout] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_elapsed` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `fh` [INFO] [stdout] --> src/ui/components/label.rs:37:19 [INFO] [stdout] | [INFO] [stdout] 37 | let (_fw, fh) = font.size_of(" ").unwrap(); [INFO] [stdout] | ^^ help: if this is intentional, prefix it with an underscore: `_fh` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `rect` [INFO] [stdout] --> src/ui/components/label.rs:33:9 [INFO] [stdout] | [INFO] [stdout] 33 | rect: Rect, [INFO] [stdout] | ^^^^ help: if this is intentional, prefix it with an underscore: `_rect` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `elapsed` [INFO] [stdout] --> src/ui/components/label.rs:34:9 [INFO] [stdout] | [INFO] [stdout] 34 | elapsed: u128, [INFO] [stdout] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_elapsed` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `idx` [INFO] [stdout] --> src/ui/components/list.rs:362:9 [INFO] [stdout] | [INFO] [stdout] 362 | idx: usize, [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_idx` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `idx` [INFO] [stdout] --> src/ui/components/list.rs:362:9 [INFO] [stdout] | [INFO] [stdout] 362 | idx: usize, [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_idx` [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/app.rs:67:13 [INFO] [stdout] | [INFO] [stdout] 46 | let sdl = sdl2::init().unwrap(); [INFO] [stdout] | --- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 47 | let video = sdl.video().unwrap(); [INFO] [stdout] | ----- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 48 | [INFO] [stdout] 49 | let window = video [INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 59 | let canvas = window.into_canvas().build().unwrap(); [INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 67 | / App { [INFO] [stdout] 68 | | sdl, [INFO] [stdout] 69 | | clipboard: None, [INFO] [stdout] 70 | | video, [INFO] [stdout] ... | [INFO] [stdout] 79 | | layout_debug: false, [INFO] [stdout] 80 | | }, [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/ui/components/list.rs:152:20 [INFO] [stdout] | [INFO] [stdout] 149 | pub fn new(id: impl AsRef) -> SelectList { [INFO] [stdout] | ------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 152 | items: Vec::::new(), [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/app.rs:67:13 [INFO] [stdout] | [INFO] [stdout] 46 | let sdl = sdl2::init().unwrap(); [INFO] [stdout] | --- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 47 | let video = sdl.video().unwrap(); [INFO] [stdout] | ----- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 48 | [INFO] [stdout] 49 | let window = video [INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 59 | let canvas = window.into_canvas().build().unwrap(); [INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 67 | / App { [INFO] [stdout] 68 | | sdl, [INFO] [stdout] 69 | | clipboard: None, [INFO] [stdout] 70 | | video, [INFO] [stdout] ... | [INFO] [stdout] 79 | | layout_debug: false, [INFO] [stdout] 80 | | }, [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/ui/components/list.rs:152:20 [INFO] [stdout] | [INFO] [stdout] 149 | pub fn new(id: impl AsRef) -> SelectList { [INFO] [stdout] | ------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 152 | items: Vec::::new(), [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 2 previous errors; 13 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors; 13 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `tudo` (bin "tudo" test) due to 3 previous errors; 13 warnings emitted [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not compile `tudo` (bin "tudo") due to 3 previous errors; 13 warnings emitted [INFO] running `Command { std: "docker" "inspect" "61d9ab8bb24aea3fef7d656dac2ea1d38dee054ffd112cf0a21cf1f7dc469479", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "61d9ab8bb24aea3fef7d656dac2ea1d38dee054ffd112cf0a21cf1f7dc469479", kill_on_drop: false }` [INFO] [stdout] 61d9ab8bb24aea3fef7d656dac2ea1d38dee054ffd112cf0a21cf1f7dc469479