[INFO] cloning repository https://github.com/rdelfin/chip8_test [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/rdelfin/chip8_test" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Frdelfin%2Fchip8_test", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Frdelfin%2Fchip8_test'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 7bb2c113ed2f50b28f49667ab960ca8500df273c [INFO] checking rdelfin/chip8_test against master#1f12b9b0fdbe735968ac002792a720f0ba4faca6 for crater-rollup-uwu [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Frdelfin%2Fchip8_test" "/workspace/builds/worker-0-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/rdelfin/chip8_test 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/rdelfin/chip8_test [INFO] finished tweaking git repo https://github.com/rdelfin/chip8_test [INFO] tweaked toml for git repo https://github.com/rdelfin/chip8_test written to /workspace/builds/worker-0-tc1/source/Cargo.toml [INFO] crate git repo https://github.com/rdelfin/chip8_test 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] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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] c7f0c3333deb23e82f5efe7c76fd892a930f138da7236cc06123859f1991ff01 [INFO] running `Command { std: "docker" "start" "-a" "c7f0c3333deb23e82f5efe7c76fd892a930f138da7236cc06123859f1991ff01", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "c7f0c3333deb23e82f5efe7c76fd892a930f138da7236cc06123859f1991ff01", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c7f0c3333deb23e82f5efe7c76fd892a930f138da7236cc06123859f1991ff01", kill_on_drop: false }` [INFO] [stdout] c7f0c3333deb23e82f5efe7c76fd892a930f138da7236cc06123859f1991ff01 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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] cccebedf513ef561aedaca39598abb9cd675027a5b86d4f915e094677fc93157 [INFO] running `Command { std: "docker" "start" "-a" "cccebedf513ef561aedaca39598abb9cd675027a5b86d4f915e094677fc93157", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.66 [INFO] [stderr] Compiling unicode-ident v1.0.11 [INFO] [stderr] Compiling libc v0.2.147 [INFO] [stderr] Checking cfg-if v1.0.0 [INFO] [stderr] Compiling autocfg v1.1.0 [INFO] [stderr] Compiling serde v1.0.193 [INFO] [stderr] Compiling version_check v0.9.4 [INFO] [stderr] Checking once_cell v1.18.0 [INFO] [stderr] Checking bitflags v2.3.3 [INFO] [stderr] Checking zerocopy v0.7.35 [INFO] [stderr] Compiling rustversion v1.0.17 [INFO] [stderr] Checking allocator-api2 v0.2.18 [INFO] [stderr] Compiling rustix v0.38.4 [INFO] [stderr] Compiling ahash v0.8.11 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Compiling lock_api v0.4.10 [INFO] [stderr] Compiling parking_lot_core v0.9.8 [INFO] [stderr] Checking scopeguard v1.2.0 [INFO] [stderr] Checking smallvec v1.11.0 [INFO] [stderr] Compiling signal-hook v0.3.17 [INFO] [stderr] Checking linux-raw-sys v0.4.5 [INFO] [stderr] Checking ryu v1.0.18 [INFO] [stderr] Checking hashbrown v0.14.5 [INFO] [stderr] Compiling quote v1.0.32 [INFO] [stderr] Checking itoa v1.0.11 [INFO] [stderr] Checking signal-hook-registry v1.4.1 [INFO] [stderr] Checking getrandom v0.2.10 [INFO] [stderr] Compiling syn v2.0.32 [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Checking utf8parse v0.2.1 [INFO] [stderr] Checking rand_core v0.6.4 [INFO] [stderr] Checking anstyle-parse v0.2.1 [INFO] [stderr] Checking parking_lot v0.12.1 [INFO] [stderr] Checking anstyle v1.0.1 [INFO] [stderr] Compiling serde_json v1.0.109 [INFO] [stderr] Checking anstyle-query v1.0.0 [INFO] [stderr] Checking either v1.13.0 [INFO] [stderr] Compiling anyhow v1.0.72 [INFO] [stderr] Checking ppv-lite86 v0.2.17 [INFO] [stderr] Compiling heck v0.5.0 [INFO] [stderr] Compiling paste v1.0.14 [INFO] [stderr] Checking equivalent v1.0.1 [INFO] [stderr] Checking destructure_traitobject v0.2.0 [INFO] [stderr] Compiling thiserror v1.0.44 [INFO] [stderr] Checking colorchoice v1.0.0 [INFO] [stderr] Checking unsafe-any-ors v1.0.0 [INFO] [stderr] Checking indexmap v2.2.6 [INFO] [stderr] Checking itertools v0.13.0 [INFO] [stderr] Checking rand_chacha v0.3.1 [INFO] [stderr] Checking is-terminal v0.4.9 [INFO] [stderr] Checking ordered-float v2.10.1 [INFO] [stderr] Checking anstream v0.3.2 [INFO] [stderr] Checking castaway v0.2.3 [INFO] [stderr] Checking clap_lex v0.5.0 [INFO] [stderr] Checking unicode-width v0.1.13 [INFO] [stderr] Checking static_assertions v1.1.0 [INFO] [stderr] Checking unsafe-libyaml v0.2.11 [INFO] [stderr] Checking unicode-segmentation v1.10.1 [INFO] [stderr] Checking iana-time-zone v0.1.60 [INFO] [stderr] Checking strsim v0.10.0 [INFO] [stderr] Compiling heck v0.4.1 [INFO] [stderr] Checking clap_builder v4.3.19 [INFO] [stderr] Checking chrono v0.4.38 [INFO] [stderr] Checking compact_str v0.7.1 [INFO] [stderr] Checking rand v0.8.5 [INFO] [stderr] Checking typemap-ors v1.0.0 [INFO] [stderr] Checking lru v0.12.3 [INFO] [stderr] Checking thread-id v4.2.1 [INFO] [stderr] Checking humantime v2.1.0 [INFO] [stderr] Checking dissimilar v1.0.7 [INFO] [stderr] Checking unicode-truncate v1.1.0 [INFO] [stderr] Checking cassowary v0.3.0 [INFO] [stderr] Checking fnv v1.0.7 [INFO] [stderr] Checking arc-swap v1.7.1 [INFO] [stderr] Checking log-mdc v0.1.0 [INFO] [stderr] Checking expect-test v1.4.1 [INFO] [stderr] Checking spin_sleep v1.1.1 [INFO] [stderr] Checking byteorder v1.4.3 [INFO] [stderr] Compiling test-case-core v3.3.1 [INFO] [stderr] Compiling derivative v2.2.0 [INFO] [stderr] Compiling serde_derive v1.0.193 [INFO] [stderr] Compiling strum_macros v0.26.4 [INFO] [stderr] Compiling thiserror-impl v1.0.44 [INFO] [stderr] Compiling clap_derive v4.3.12 [INFO] [stderr] Compiling stability v0.2.1 [INFO] [stderr] Compiling test-case-macros v3.3.1 [INFO] [stderr] Checking test-case v3.3.1 [INFO] [stderr] Checking strum v0.26.3 [INFO] [stderr] Checking clap v4.3.19 [INFO] [stderr] Checking log v0.4.22 [INFO] [stderr] Checking serde_yaml v0.9.29 [INFO] [stderr] Checking serde-value v0.7.0 [INFO] [stderr] Checking mio v0.8.8 [INFO] [stderr] Checking signal-hook-mio v0.2.3 [INFO] [stderr] Checking crossterm v0.27.0 [INFO] [stderr] Checking log4rs v1.3.0 [INFO] [stderr] Checking ratatui v0.27.0 [INFO] [stderr] Checking chip8_test v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.47s [INFO] running `Command { std: "docker" "inspect" "cccebedf513ef561aedaca39598abb9cd675027a5b86d4f915e094677fc93157", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "cccebedf513ef561aedaca39598abb9cd675027a5b86d4f915e094677fc93157", kill_on_drop: false }` [INFO] [stdout] cccebedf513ef561aedaca39598abb9cd675027a5b86d4f915e094677fc93157 [INFO] checking rdelfin/chip8_test 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%2Frdelfin%2Fchip8_test" "/workspace/builds/worker-0-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/rdelfin/chip8_test 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/rdelfin/chip8_test [INFO] finished tweaking git repo https://github.com/rdelfin/chip8_test [INFO] tweaked toml for git repo https://github.com/rdelfin/chip8_test written to /workspace/builds/worker-0-tc2/source/Cargo.toml [INFO] crate git repo https://github.com/rdelfin/chip8_test 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-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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] 199a86ad8bbb983ed100a8be8951b666b81a02f77d0bc3ff7bba50b478d28696 [INFO] running `Command { std: "docker" "start" "-a" "199a86ad8bbb983ed100a8be8951b666b81a02f77d0bc3ff7bba50b478d28696", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "199a86ad8bbb983ed100a8be8951b666b81a02f77d0bc3ff7bba50b478d28696", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "199a86ad8bbb983ed100a8be8951b666b81a02f77d0bc3ff7bba50b478d28696", kill_on_drop: false }` [INFO] [stdout] 199a86ad8bbb983ed100a8be8951b666b81a02f77d0bc3ff7bba50b478d28696 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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] 4b3271c717459d1e8e940a3998980e163b793e56b603697974d9f91f8f487350 [INFO] running `Command { std: "docker" "start" "-a" "4b3271c717459d1e8e940a3998980e163b793e56b603697974d9f91f8f487350", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.66 [INFO] [stderr] Compiling unicode-ident v1.0.11 [INFO] [stderr] Compiling libc v0.2.147 [INFO] [stderr] Checking cfg-if v1.0.0 [INFO] [stderr] Compiling autocfg v1.1.0 [INFO] [stderr] Compiling serde v1.0.193 [INFO] [stderr] Checking once_cell v1.18.0 [INFO] [stderr] Compiling version_check v0.9.4 [INFO] [stderr] Checking bitflags v2.3.3 [INFO] [stderr] Compiling rustversion v1.0.17 [INFO] [stderr] Checking zerocopy v0.7.35 [INFO] [stderr] Checking allocator-api2 v0.2.18 [INFO] [stderr] Compiling rustix v0.38.4 [INFO] [stderr] Compiling parking_lot_core v0.9.8 [INFO] [stderr] Compiling ahash v0.8.11 [INFO] [stderr] Compiling lock_api v0.4.10 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Checking linux-raw-sys v0.4.5 [INFO] [stderr] Checking itoa v1.0.11 [INFO] [stderr] Compiling quote v1.0.32 [INFO] [stderr] Checking smallvec v1.11.0 [INFO] [stderr] Checking scopeguard v1.2.0 [INFO] [stderr] Compiling syn v2.0.32 [INFO] [stderr] Checking hashbrown v0.14.5 [INFO] [stderr] Checking ryu v1.0.18 [INFO] [stderr] Compiling signal-hook v0.3.17 [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Checking getrandom v0.2.10 [INFO] [stderr] Checking signal-hook-registry v1.4.1 [INFO] [stderr] Checking utf8parse v0.2.1 [INFO] [stderr] Checking rand_core v0.6.4 [INFO] [stderr] Checking anstyle-parse v0.2.1 [INFO] [stderr] Checking parking_lot v0.12.1 [INFO] [stderr] Checking colorchoice v1.0.0 [INFO] [stderr] Checking anstyle-query v1.0.0 [INFO] [stderr] Checking equivalent v1.0.1 [INFO] [stderr] Checking anstyle v1.0.1 [INFO] [stderr] Checking ppv-lite86 v0.2.17 [INFO] [stderr] Compiling anyhow v1.0.72 [INFO] [stderr] Checking either v1.13.0 [INFO] [stderr] Compiling heck v0.5.0 [INFO] [stderr] Compiling thiserror v1.0.44 [INFO] [stderr] Checking is-terminal v0.4.9 [INFO] [stderr] Checking destructure_traitobject v0.2.0 [INFO] [stderr] Compiling paste v1.0.14 [INFO] [stderr] Compiling serde_json v1.0.109 [INFO] [stderr] Checking itertools v0.13.0 [INFO] [stderr] Checking unsafe-any-ors v1.0.0 [INFO] [stderr] Checking ordered-float v2.10.1 [INFO] [stderr] Checking rand_chacha v0.3.1 [INFO] [stderr] Checking anstream v0.3.2 [INFO] [stderr] Checking indexmap v2.2.6 [INFO] [stderr] Checking castaway v0.2.3 [INFO] [stderr] Checking clap_lex v0.5.0 [INFO] [stderr] Checking unicode-width v0.1.13 [INFO] [stderr] Checking static_assertions v1.1.0 [INFO] [stderr] Checking unicode-segmentation v1.10.1 [INFO] [stderr] Compiling heck v0.4.1 [INFO] [stderr] Checking unsafe-libyaml v0.2.11 [INFO] [stderr] Checking iana-time-zone v0.1.60 [INFO] [stderr] Checking strsim v0.10.0 [INFO] [stderr] Checking chrono v0.4.38 [INFO] [stderr] Checking compact_str v0.7.1 [INFO] [stderr] Checking clap_builder v4.3.19 [INFO] [stderr] Checking rand v0.8.5 [INFO] [stderr] Checking unicode-truncate v1.1.0 [INFO] [stderr] Checking typemap-ors v1.0.0 [INFO] [stderr] Checking lru v0.12.3 [INFO] [stderr] Checking thread-id v4.2.1 [INFO] [stderr] Checking cassowary v0.3.0 [INFO] [stderr] Checking fnv v1.0.7 [INFO] [stderr] Checking humantime v2.1.0 [INFO] [stderr] Checking dissimilar v1.0.7 [INFO] [stderr] Checking arc-swap v1.7.1 [INFO] [stderr] Checking log-mdc v0.1.0 [INFO] [stderr] Checking byteorder v1.4.3 [INFO] [stderr] Checking expect-test v1.4.1 [INFO] [stderr] Checking spin_sleep v1.1.1 [INFO] [stderr] Compiling test-case-core v3.3.1 [INFO] [stderr] Compiling derivative v2.2.0 [INFO] [stderr] Compiling serde_derive v1.0.193 [INFO] [stderr] Compiling strum_macros v0.26.4 [INFO] [stderr] Compiling thiserror-impl v1.0.44 [INFO] [stderr] Compiling stability v0.2.1 [INFO] [stderr] Compiling clap_derive v4.3.12 [INFO] [stderr] Compiling test-case-macros v3.3.1 [INFO] [stderr] Checking test-case v3.3.1 [INFO] [stderr] Checking strum v0.26.3 [INFO] [stderr] Checking clap v4.3.19 [INFO] [stderr] Checking log v0.4.22 [INFO] [stderr] Checking serde_yaml v0.9.29 [INFO] [stderr] Checking serde-value v0.7.0 [INFO] [stderr] Checking mio v0.8.8 [INFO] [stderr] Checking signal-hook-mio v0.2.3 [INFO] [stderr] Checking crossterm v0.27.0 [INFO] [stderr] Checking log4rs v1.3.0 [INFO] [stderr] Checking ratatui v0.27.0 [INFO] [stderr] Checking chip8_test v0.1.0 (/opt/rustwide/workdir) [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/renderer/tui.rs:67:12 [INFO] [stdout] | [INFO] [stdout] 44 | let original_hook = std::panic::take_hook(); [INFO] [stdout] | ------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 50 | let terminal = Arc::new(Mutex::new( [INFO] [stdout] | -------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 53 | let terminal_clone = terminal.clone(); [INFO] [stdout] | -------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 56 | let stop_state: Arc = Arc::default(); [INFO] [stdout] | ---------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 57 | let stop_state_clone = stop_state.clone(); [INFO] [stdout] | ---------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 58 | let stop_state_clone_2 = stop_state.clone(); [INFO] [stdout] | ------------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 59 | [INFO] [stdout] 60 | let display: Arc> = Arc::default(); [INFO] [stdout] | ------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 61 | let display_clone = display.clone(); [INFO] [stdout] | ------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 62 | [INFO] [stdout] 63 | let key_state: Arc> = [INFO] [stdout] | --------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 64 | Arc::new(Mutex::new((KeyInput::default(), [Instant::now(); 0x10]))); [INFO] [stdout] 65 | let key_state_clone = key_state.clone(); [INFO] [stdout] | --------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 66 | [INFO] [stdout] 67 | Ok(TuiRenderer { [INFO] [stdout] | ____________^ [INFO] [stdout] 68 | | terminal, [INFO] [stdout] 69 | | render_jh: Some(thread::spawn(move || { [INFO] [stdout] 70 | | Self::run_loop( [INFO] [stdout] ... | [INFO] [stdout] 82 | | key_state, [INFO] [stdout] 83 | | }) [INFO] [stdout] | | ^ [INFO] [stdout] | | | [INFO] [stdout] | | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | |_________these values have significant drop implementation and will observe changes in drop order under Edition 2024 [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: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `chip8_test` (bin "chip8_test") due to 2 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [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/renderer/tui.rs:67:12 [INFO] [stdout] | [INFO] [stdout] 44 | let original_hook = std::panic::take_hook(); [INFO] [stdout] | ------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 50 | let terminal = Arc::new(Mutex::new( [INFO] [stdout] | -------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 53 | let terminal_clone = terminal.clone(); [INFO] [stdout] | -------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 56 | let stop_state: Arc = Arc::default(); [INFO] [stdout] | ---------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 57 | let stop_state_clone = stop_state.clone(); [INFO] [stdout] | ---------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 58 | let stop_state_clone_2 = stop_state.clone(); [INFO] [stdout] | ------------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 59 | [INFO] [stdout] 60 | let display: Arc> = Arc::default(); [INFO] [stdout] | ------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 61 | let display_clone = display.clone(); [INFO] [stdout] | ------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 62 | [INFO] [stdout] 63 | let key_state: Arc> = [INFO] [stdout] | --------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 64 | Arc::new(Mutex::new((KeyInput::default(), [Instant::now(); 0x10]))); [INFO] [stdout] 65 | let key_state_clone = key_state.clone(); [INFO] [stdout] | --------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 66 | [INFO] [stdout] 67 | Ok(TuiRenderer { [INFO] [stdout] | ____________^ [INFO] [stdout] 68 | | terminal, [INFO] [stdout] 69 | | render_jh: Some(thread::spawn(move || { [INFO] [stdout] 70 | | Self::run_loop( [INFO] [stdout] ... | [INFO] [stdout] 82 | | key_state, [INFO] [stdout] 83 | | }) [INFO] [stdout] | | ^ [INFO] [stdout] | | | [INFO] [stdout] | | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | |_________these values have significant drop implementation and will observe changes in drop order under Edition 2024 [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: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `chip8_test` (bin "chip8_test" test) due to 2 previous errors [INFO] running `Command { std: "docker" "inspect" "4b3271c717459d1e8e940a3998980e163b793e56b603697974d9f91f8f487350", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4b3271c717459d1e8e940a3998980e163b793e56b603697974d9f91f8f487350", kill_on_drop: false }` [INFO] [stdout] 4b3271c717459d1e8e940a3998980e163b793e56b603697974d9f91f8f487350