[INFO] fetching crate whiz 0.5.0... [INFO] checking whiz-0.5.0 against master#1f12b9b0fdbe735968ac002792a720f0ba4faca6 for crater-rollup-uwu [INFO] extracting crate whiz 0.5.0 into /workspace/builds/worker-0-tc1/source [INFO] validating manifest of crates.io crate whiz 0.5.0 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] removed /workspace/builds/worker-0-tc1/source/rust-toolchain.toml [INFO] started tweaking crates.io crate whiz 0.5.0 [INFO] finished tweaking crates.io crate whiz 0.5.0 [INFO] tweaked toml for crates.io crate whiz 0.5.0 written to /workspace/builds/worker-0-tc1/source/Cargo.toml [INFO] crate crates.io crate whiz 0.5.0 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 self_update v0.37.0 [INFO] [stderr] Downloaded access-json v0.1.0 [INFO] [stderr] Downloaded dotenv-parser v0.1.3 [INFO] [stderr] Downloaded ansi-to-tui v3.1.0 [INFO] [stderr] Downloaded dlv-list v0.5.0 [INFO] [stderr] Downloaded actix-rt v2.8.0 [INFO] [stderr] Downloaded erased-serde v0.3.28 [INFO] [stderr] Downloaded winnow v0.5.6 [INFO] [stderr] Downloaded actix v0.13.0 [INFO] [stderr] Downloaded ratatui v0.22.0 [INFO] [stderr] Downloaded lade-sdk v0.8.0 [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] cbcbf5198d30cc7ffa6942c30c2a6c4116f14b8902729623903d3ee20b4a682b [INFO] running `Command { std: "docker" "start" "-a" "cbcbf5198d30cc7ffa6942c30c2a6c4116f14b8902729623903d3ee20b4a682b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "cbcbf5198d30cc7ffa6942c30c2a6c4116f14b8902729623903d3ee20b4a682b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "cbcbf5198d30cc7ffa6942c30c2a6c4116f14b8902729623903d3ee20b4a682b", kill_on_drop: false }` [INFO] [stdout] cbcbf5198d30cc7ffa6942c30c2a6c4116f14b8902729623903d3ee20b4a682b [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] a7774778bb7c6d40666b71fd373f538ba2a39e3a505596d40aec614b00d92bd2 [INFO] running `Command { std: "docker" "start" "-a" "a7774778bb7c6d40666b71fd373f538ba2a39e3a505596d40aec614b00d92bd2", kill_on_drop: false }` [INFO] [stderr] Checking mio v0.8.8 [INFO] [stderr] Compiling serde v1.0.183 [INFO] [stderr] Compiling syn v2.0.28 [INFO] [stderr] Compiling serde_derive v1.0.183 [INFO] [stderr] Checking futures-io v0.3.28 [INFO] [stderr] Compiling futures-channel v0.3.28 [INFO] [stderr] Compiling openssl-src v111.27.0+1.1.1v [INFO] [stderr] Compiling futures-util v0.3.28 [INFO] [stderr] Compiling once_cell v1.18.0 [INFO] [stderr] Compiling thiserror v1.0.44 [INFO] [stderr] Compiling openssl-sys v0.9.91 [INFO] [stderr] Compiling crossbeam-utils v0.8.16 [INFO] [stderr] Compiling signal-hook v0.3.17 [INFO] [stderr] Compiling rustix v0.38.7 [INFO] [stderr] Compiling crunchy v0.2.2 [INFO] [stderr] Compiling tiny-keccak v2.0.2 [INFO] [stderr] Checking regex-automata v0.3.6 [INFO] [stderr] Compiling openssl v0.10.56 [INFO] [stderr] Compiling getrandom v0.2.10 [INFO] [stderr] Checking either v1.9.0 [INFO] [stderr] Compiling io-lifetimes v1.0.11 [INFO] [stderr] Compiling bzip2-sys v0.1.11+1.0.8 [INFO] [stderr] Compiling const-random-macro v0.1.15 [INFO] [stderr] Compiling polling v2.8.0 [INFO] [stderr] Compiling ucd-trie v0.1.6 [INFO] [stderr] Compiling rustix v0.37.23 [INFO] [stderr] Checking const-random v0.1.15 [INFO] [stderr] Compiling crc32fast v1.3.2 [INFO] [stderr] Checking signal-hook-mio v0.2.3 [INFO] [stderr] Compiling async-io v1.13.0 [INFO] [stderr] Checking linux-raw-sys v0.3.8 [INFO] [stderr] Compiling paste v1.0.14 [INFO] [stderr] Checking waker-fn v1.1.0 [INFO] [stderr] Checking adler v1.0.2 [INFO] [stderr] Checking event-listener v2.5.3 [INFO] [stderr] Checking parking v2.1.0 [INFO] [stderr] Compiling erased-serde v0.3.28 [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Checking fastrand v1.9.0 [INFO] [stderr] Checking futures-lite v1.13.0 [INFO] [stderr] Checking is-terminal v0.4.9 [INFO] [stderr] Checking async-lock v2.8.0 [INFO] [stderr] Checking miniz_oxide v0.7.1 [INFO] [stderr] Checking regex v1.9.3 [INFO] [stderr] Checking bstr v1.6.0 [INFO] [stderr] Checking dlv-list v0.5.0 [INFO] [stderr] Checking indexmap v2.0.0 [INFO] [stderr] Checking serde_json v1.0.104 [INFO] [stderr] Checking serde_spanned v0.6.3 [INFO] [stderr] Checking toml_datetime v0.6.3 [INFO] [stderr] Checking concurrent-queue v2.2.0 [INFO] [stderr] Checking filetime v0.2.22 [INFO] [stderr] Compiling async-process v1.7.0 [INFO] [stderr] Compiling num-traits v0.2.16 [INFO] [stderr] Checking deranged v0.3.7 [INFO] [stderr] Checking winnow v0.5.6 [INFO] [stderr] Compiling doc-comment v0.3.3 [INFO] [stderr] Checking predicates-core v1.0.6 [INFO] [stderr] Checking same-file v1.0.6 [INFO] [stderr] Compiling async-trait v0.1.72 [INFO] [stderr] Checking time-core v0.1.1 [INFO] [stderr] Checking hashbrown v0.13.2 [INFO] [stderr] Checking anstream v0.3.2 [INFO] [stderr] Checking walkdir v2.3.3 [INFO] [stderr] Checking tempfile v3.7.1 [INFO] [stderr] Checking time v0.3.25 [INFO] [stderr] Checking flate2 v1.0.26 [INFO] [stderr] Checking ordered-multimap v0.6.0 [INFO] [stderr] Checking serde_urlencoded v0.7.1 [INFO] [stderr] Compiling tokio-macros v2.1.0 [INFO] [stderr] Compiling futures-macro v0.3.28 [INFO] [stderr] Compiling thiserror-impl v1.0.44 [INFO] [stderr] Compiling openssl-macros v0.1.1 [INFO] [stderr] Checking toml_edit v0.19.14 [INFO] [stderr] Checking tokio v1.30.0 [INFO] [stderr] Checking bzip2 v0.4.4 [INFO] [stderr] Checking crossterm v0.26.1 [INFO] [stderr] Checking itertools v0.10.5 [INFO] [stderr] Compiling pest v2.7.2 [INFO] [stderr] Checking crossbeam-channel v0.5.8 [INFO] [stderr] Compiling vte_generate_state_changes v0.1.1 [INFO] [stderr] Checking inotify-sys v0.1.5 [INFO] [stderr] Checking xattr v1.0.1 [INFO] [stderr] Checking cassowary v0.3.0 [INFO] [stderr] Checking difflib v0.4.0 [INFO] [stderr] Checking unicode-segmentation v1.10.1 [INFO] [stderr] Checking termtree v0.4.1 [INFO] [stderr] Checking unsafe-libyaml v0.2.9 [INFO] [stderr] Checking byteorder v1.4.3 [INFO] [stderr] Compiling self_update v0.37.0 [INFO] [stderr] Checking zip v0.6.6 [INFO] [stderr] Checking ratatui v0.22.0 [INFO] [stderr] Compiling pest_meta v2.7.2 [INFO] [stderr] Checking serde_yaml v0.9.25 [INFO] [stderr] Checking predicates-tree v1.0.9 [INFO] [stderr] Checking predicates v3.0.3 [INFO] [stderr] Checking clap_builder v4.3.21 [INFO] [stderr] Checking futures-executor v0.3.28 [INFO] [stderr] Compiling pest_generator v2.7.2 [INFO] [stderr] Checking futures v0.3.28 [INFO] [stderr] Checking tar v0.4.40 [INFO] [stderr] Checking tokio-util v0.7.8 [INFO] [stderr] Checking actix-rt v2.8.0 [INFO] [stderr] Compiling clap_derive v4.3.12 [INFO] [stderr] Checking nom v7.1.3 [INFO] [stderr] Checking h2 v0.3.20 [INFO] [stderr] Compiling pest_derive v2.7.2 [INFO] [stderr] Checking toml v0.7.6 [INFO] [stderr] Checking vte v0.11.1 [INFO] [stderr] Compiling actix_derive v0.6.0 [INFO] [stderr] Checking inotify v0.9.6 [INFO] [stderr] Checking access-json v0.1.0 [INFO] [stderr] Checking rust-ini v0.19.0 [INFO] [stderr] Checking directories v5.0.1 [INFO] [stderr] Checking globset v0.4.13 [INFO] [stderr] Checking itertools v0.11.0 [INFO] [stderr] Checking thread_local v1.1.7 [INFO] [stderr] Checking wait-timeout v0.2.0 [INFO] [stderr] Checking time v0.1.45 [INFO] [stderr] Checking smawk v0.3.1 [INFO] [stderr] Checking unicode-linebreak v0.1.5 [INFO] [stderr] Checking ignore v0.4.20 [INFO] [stderr] Checking chrono v0.4.26 [INFO] [stderr] Checking textwrap v0.16.0 [INFO] [stderr] Checking assert_cmd v2.0.12 [INFO] [stderr] Checking clap v4.3.21 [INFO] [stderr] Checking ansi-to-tui v3.1.0 [INFO] [stderr] Checking strip-ansi-escapes v0.2.0 [INFO] [stderr] Checking actix v0.13.0 [INFO] [stderr] Checking notify v6.0.1 [INFO] [stderr] Checking dotenv-parser v0.1.3 [INFO] [stderr] Checking crossterm v0.27.0 [INFO] [stderr] Checking subprocess v0.2.9 [INFO] [stderr] Checking path-clean v1.0.1 [INFO] [stderr] Checking lade-sdk v0.8.0 [INFO] [stderr] Checking shlex v1.1.0 [INFO] [stderr] Checking hyper v0.14.27 [INFO] [stderr] Compiling native-tls v0.2.11 [INFO] [stderr] Checking tokio-native-tls v0.3.1 [INFO] [stderr] Checking hyper-tls v0.5.0 [INFO] [stderr] Checking reqwest v0.11.18 [INFO] [stderr] Checking whiz v0.5.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 30.74s [INFO] running `Command { std: "docker" "inspect" "a7774778bb7c6d40666b71fd373f538ba2a39e3a505596d40aec614b00d92bd2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a7774778bb7c6d40666b71fd373f538ba2a39e3a505596d40aec614b00d92bd2", kill_on_drop: false }` [INFO] [stdout] a7774778bb7c6d40666b71fd373f538ba2a39e3a505596d40aec614b00d92bd2 [INFO] checking whiz-0.5.0 against try#f9935d29d867449445ee008640ccca1bf1ae0889+rustflags=-Dtail_expr_drop_order for crater-rollup-uwu [INFO] extracting crate whiz 0.5.0 into /workspace/builds/worker-0-tc2/source [INFO] validating manifest of crates.io crate whiz 0.5.0 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] removed /workspace/builds/worker-0-tc2/source/rust-toolchain.toml [INFO] started tweaking crates.io crate whiz 0.5.0 [INFO] finished tweaking crates.io crate whiz 0.5.0 [INFO] tweaked toml for crates.io crate whiz 0.5.0 written to /workspace/builds/worker-0-tc2/source/Cargo.toml [INFO] crate crates.io crate whiz 0.5.0 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] 8398ca2f2e6ee856e98862a21852bdcbc2f3a987c69adeabd285af391b100c7a [INFO] running `Command { std: "docker" "start" "-a" "8398ca2f2e6ee856e98862a21852bdcbc2f3a987c69adeabd285af391b100c7a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "8398ca2f2e6ee856e98862a21852bdcbc2f3a987c69adeabd285af391b100c7a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8398ca2f2e6ee856e98862a21852bdcbc2f3a987c69adeabd285af391b100c7a", kill_on_drop: false }` [INFO] [stdout] 8398ca2f2e6ee856e98862a21852bdcbc2f3a987c69adeabd285af391b100c7a [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] 6475df97725f62be53071185354535e602b397b46f8da8864301f2ed2dd52a41 [INFO] running `Command { std: "docker" "start" "-a" "6475df97725f62be53071185354535e602b397b46f8da8864301f2ed2dd52a41", kill_on_drop: false }` [INFO] [stderr] Checking mio v0.8.8 [INFO] [stderr] Compiling serde v1.0.183 [INFO] [stderr] Compiling syn v2.0.28 [INFO] [stderr] Compiling serde_derive v1.0.183 [INFO] [stderr] Checking futures-io v0.3.28 [INFO] [stderr] Compiling futures-channel v0.3.28 [INFO] [stderr] Compiling openssl-src v111.27.0+1.1.1v [INFO] [stderr] Compiling futures-util v0.3.28 [INFO] [stderr] Compiling thiserror v1.0.44 [INFO] [stderr] Compiling once_cell v1.18.0 [INFO] [stderr] Compiling rustix v0.38.7 [INFO] [stderr] Compiling openssl-sys v0.9.91 [INFO] [stderr] Compiling crossbeam-utils v0.8.16 [INFO] [stderr] Compiling crunchy v0.2.2 [INFO] [stderr] Compiling signal-hook v0.3.17 [INFO] [stderr] Compiling tiny-keccak v2.0.2 [INFO] [stderr] Checking regex-automata v0.3.6 [INFO] [stderr] Compiling openssl v0.10.56 [INFO] [stderr] Compiling getrandom v0.2.10 [INFO] [stderr] Checking either v1.9.0 [INFO] [stderr] Compiling io-lifetimes v1.0.11 [INFO] [stderr] Compiling bzip2-sys v0.1.11+1.0.8 [INFO] [stderr] Compiling const-random-macro v0.1.15 [INFO] [stderr] Compiling polling v2.8.0 [INFO] [stderr] Compiling ucd-trie v0.1.6 [INFO] [stderr] Compiling rustix v0.37.23 [INFO] [stderr] Compiling crc32fast v1.3.2 [INFO] [stderr] Checking const-random v0.1.15 [INFO] [stderr] Checking signal-hook-mio v0.2.3 [INFO] [stderr] Compiling async-io v1.13.0 [INFO] [stderr] Checking linux-raw-sys v0.3.8 [INFO] [stderr] Checking adler v1.0.2 [INFO] [stderr] Compiling erased-serde v0.3.28 [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Checking waker-fn v1.1.0 [INFO] [stderr] Checking fastrand v1.9.0 [INFO] [stderr] Checking parking v2.1.0 [INFO] [stderr] Checking event-listener v2.5.3 [INFO] [stderr] Compiling paste v1.0.14 [INFO] [stderr] Checking is-terminal v0.4.9 [INFO] [stderr] Checking futures-lite v1.13.0 [INFO] [stderr] Checking async-lock v2.8.0 [INFO] [stderr] Checking miniz_oxide v0.7.1 [INFO] [stderr] Checking dlv-list v0.5.0 [INFO] [stderr] Checking regex v1.9.3 [INFO] [stderr] Checking bstr v1.6.0 [INFO] [stderr] Checking indexmap v2.0.0 [INFO] [stderr] Checking serde_json v1.0.104 [INFO] [stderr] Checking toml_datetime v0.6.3 [INFO] [stderr] Checking serde_spanned v0.6.3 [INFO] [stderr] Checking concurrent-queue v2.2.0 [INFO] [stderr] Checking filetime v0.2.22 [INFO] [stderr] Compiling async-process v1.7.0 [INFO] [stderr] Compiling num-traits v0.2.16 [INFO] [stderr] Checking deranged v0.3.7 [INFO] [stderr] Checking winnow v0.5.6 [INFO] [stderr] Checking predicates-core v1.0.6 [INFO] [stderr] Checking hashbrown v0.13.2 [INFO] [stderr] Compiling doc-comment v0.3.3 [INFO] [stderr] Checking time-core v0.1.1 [INFO] [stderr] Checking same-file v1.0.6 [INFO] [stderr] Compiling async-trait v0.1.72 [INFO] [stderr] Checking walkdir v2.3.3 [INFO] [stderr] Checking ordered-multimap v0.6.0 [INFO] [stderr] Checking anstream v0.3.2 [INFO] [stderr] Checking tempfile v3.7.1 [INFO] [stderr] Checking time v0.3.25 [INFO] [stderr] Checking flate2 v1.0.26 [INFO] [stderr] Checking serde_urlencoded v0.7.1 [INFO] [stderr] Checking bzip2 v0.4.4 [INFO] [stderr] Compiling tokio-macros v2.1.0 [INFO] [stderr] Compiling futures-macro v0.3.28 [INFO] [stderr] Compiling thiserror-impl v1.0.44 [INFO] [stderr] Compiling openssl-macros v0.1.1 [INFO] [stderr] Checking toml_edit v0.19.14 [INFO] [stderr] Checking crossterm v0.26.1 [INFO] [stderr] Checking tokio v1.30.0 [INFO] [stderr] Checking itertools v0.10.5 [INFO] [stderr] Checking crossbeam-channel v0.5.8 [INFO] [stderr] Compiling pest v2.7.2 [INFO] [stderr] Compiling vte_generate_state_changes v0.1.1 [INFO] [stderr] Checking xattr v1.0.1 [INFO] [stderr] Checking inotify-sys v0.1.5 [INFO] [stderr] Checking difflib v0.4.0 [INFO] [stderr] Checking unicode-segmentation v1.10.1 [INFO] [stderr] Compiling self_update v0.37.0 [INFO] [stderr] Checking unsafe-libyaml v0.2.9 [INFO] [stderr] Checking byteorder v1.4.3 [INFO] [stderr] Checking termtree v0.4.1 [INFO] [stderr] Checking cassowary v0.3.0 [INFO] [stderr] Compiling clap_derive v4.3.12 [INFO] [stderr] Checking ratatui v0.22.0 [INFO] [stderr] Compiling pest_meta v2.7.2 [INFO] [stderr] Checking serde_yaml v0.9.25 [INFO] [stderr] Compiling pest_generator v2.7.2 [INFO] [stderr] Checking futures-executor v0.3.28 [INFO] [stderr] Checking futures v0.3.28 [INFO] [stderr] Checking clap_builder v4.3.21 [INFO] [stderr] Checking zip v0.6.6 [INFO] [stderr] Compiling actix_derive v0.6.0 [INFO] [stderr] Checking predicates-tree v1.0.9 [INFO] [stderr] Checking tokio-util v0.7.8 [INFO] [stderr] Checking actix-rt v2.8.0 [INFO] [stderr] Compiling pest_derive v2.7.2 [INFO] [stderr] Checking nom v7.1.3 [INFO] [stderr] Checking toml v0.7.6 [INFO] [stderr] Checking predicates v3.0.3 [INFO] [stderr] Checking inotify v0.9.6 [INFO] [stderr] Checking h2 v0.3.20 [INFO] [stderr] Checking tar v0.4.40 [INFO] [stderr] Checking vte v0.11.1 [INFO] [stderr] Checking access-json v0.1.0 [INFO] [stderr] Checking rust-ini v0.19.0 [INFO] [stderr] Checking directories v5.0.1 [INFO] [stderr] Checking globset v0.4.13 [INFO] [stderr] Checking itertools v0.11.0 [INFO] [stderr] Checking time v0.1.45 [INFO] [stderr] Checking wait-timeout v0.2.0 [INFO] [stderr] Checking thread_local v1.1.7 [INFO] [stderr] Checking unicode-linebreak v0.1.5 [INFO] [stderr] Checking smawk v0.3.1 [INFO] [stderr] Checking chrono v0.4.26 [INFO] [stderr] Checking ignore v0.4.20 [INFO] [stderr] Checking assert_cmd v2.0.12 [INFO] [stderr] Checking textwrap v0.16.0 [INFO] [stderr] Checking ansi-to-tui v3.1.0 [INFO] [stderr] Checking strip-ansi-escapes v0.2.0 [INFO] [stderr] Checking clap v4.3.21 [INFO] [stderr] Checking dotenv-parser v0.1.3 [INFO] [stderr] Checking notify v6.0.1 [INFO] [stderr] Checking actix v0.13.0 [INFO] [stderr] Checking crossterm v0.27.0 [INFO] [stderr] Checking subprocess v0.2.9 [INFO] [stderr] Checking path-clean v1.0.1 [INFO] [stderr] Checking shlex v1.1.0 [INFO] [stderr] Checking lade-sdk v0.8.0 [INFO] [stderr] Checking hyper v0.14.27 [INFO] [stderr] Compiling native-tls v0.2.11 [INFO] [stderr] Checking tokio-native-tls v0.3.1 [INFO] [stderr] Checking hyper-tls v0.5.0 [INFO] [stderr] Checking reqwest v0.11.18 [INFO] [stderr] Checking whiz v0.5.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/actors/command.rs:201:22 [INFO] [stdout] | [INFO] [stdout] 187 | console: Addr, [INFO] [stdout] | ------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 188 | watcher: Addr, [INFO] [stdout] | ------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 189 | nexts: Vec>, [INFO] [stdout] | ------------------------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 193 | pipes: Vec, [INFO] [stdout] | ---------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 201 | arbiter: Arbiter::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] = 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/actors/command.rs:202:20 [INFO] [stdout] | [INFO] [stdout] 187 | console: Addr, [INFO] [stdout] | ------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 188 | watcher: Addr, [INFO] [stdout] | ------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 189 | nexts: Vec>, [INFO] [stdout] | ------------------------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 193 | pipes: Vec, [INFO] [stdout] | ---------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 202 | child: Child::NotStarted, [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/actors/command.rs:205:24 [INFO] [stdout] | [INFO] [stdout] 187 | console: Addr, [INFO] [stdout] | ------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 188 | watcher: Addr, [INFO] [stdout] | ------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 189 | nexts: Vec>, [INFO] [stdout] | ------------------------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 193 | pipes: Vec, [INFO] [stdout] | ---------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 205 | self_addr: None, [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/actors/console.rs:77:22 [INFO] [stdout] | [INFO] [stdout] 72 | let terminal = Terminal::new(backend).unwrap(); [INFO] [stdout] | -------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 77 | arbiter: Arbiter::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/actors/console.rs:78:21 [INFO] [stdout] | [INFO] [stdout] 72 | let terminal = Terminal::new(backend).unwrap(); [INFO] [stdout] | -------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 78 | panels: HashMap::default(), [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/config/pipe.rs:27:12 [INFO] [stdout] | [INFO] [stdout] 25 | let regex = Regex::new(regex)?; [INFO] [stdout] | ----- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 26 | let redirection = OutputRedirection::from_str(redirection)?; [INFO] [stdout] 27 | Ok(Self { regex, redirection }) [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] = 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/utils.rs:33:8 [INFO] [stdout] | [INFO] [stdout] 31 | let config_file = File::open(&path).unwrap(); [INFO] [stdout] | ----------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 32 | [INFO] [stdout] 33 | Ok((config_file, path)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [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 7 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `whiz` (lib) due to 8 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/actors/command.rs:201:22 [INFO] [stdout] | [INFO] [stdout] 187 | console: Addr, [INFO] [stdout] | ------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 188 | watcher: Addr, [INFO] [stdout] | ------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 189 | nexts: Vec>, [INFO] [stdout] | ------------------------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 193 | pipes: Vec, [INFO] [stdout] | ---------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 201 | arbiter: Arbiter::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] = 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/actors/command.rs:202:20 [INFO] [stdout] | [INFO] [stdout] 187 | console: Addr, [INFO] [stdout] | ------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 188 | watcher: Addr, [INFO] [stdout] | ------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 189 | nexts: Vec>, [INFO] [stdout] | ------------------------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 193 | pipes: Vec, [INFO] [stdout] | ---------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 202 | child: Child::NotStarted, [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/actors/command.rs:205:24 [INFO] [stdout] | [INFO] [stdout] 187 | console: Addr, [INFO] [stdout] | ------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 188 | watcher: Addr, [INFO] [stdout] | ------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 189 | nexts: Vec>, [INFO] [stdout] | ------------------------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 193 | pipes: Vec, [INFO] [stdout] | ---------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 205 | self_addr: None, [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/actors/console.rs:77:22 [INFO] [stdout] | [INFO] [stdout] 72 | let terminal = Terminal::new(backend).unwrap(); [INFO] [stdout] | -------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 77 | arbiter: Arbiter::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/actors/console.rs:78:21 [INFO] [stdout] | [INFO] [stdout] 72 | let terminal = Terminal::new(backend).unwrap(); [INFO] [stdout] | -------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 78 | panels: HashMap::default(), [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/config/pipe.rs:27:12 [INFO] [stdout] | [INFO] [stdout] 25 | let regex = Regex::new(regex)?; [INFO] [stdout] | ----- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 26 | let redirection = OutputRedirection::from_str(redirection)?; [INFO] [stdout] 27 | Ok(Self { regex, redirection }) [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] = 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/utils.rs:33:8 [INFO] [stdout] | [INFO] [stdout] 31 | let config_file = File::open(&path).unwrap(); [INFO] [stdout] | ----------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 32 | [INFO] [stdout] 33 | Ok((config_file, path)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [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 7 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `whiz` (lib test) due to 8 previous errors [INFO] running `Command { std: "docker" "inspect" "6475df97725f62be53071185354535e602b397b46f8da8864301f2ed2dd52a41", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6475df97725f62be53071185354535e602b397b46f8da8864301f2ed2dd52a41", kill_on_drop: false }` [INFO] [stdout] 6475df97725f62be53071185354535e602b397b46f8da8864301f2ed2dd52a41