[INFO] updating cached repository https://github.com/cablehead/a-new-xs [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune", kill_on_drop: false }` [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 7e579b83f2caef4a49bdea7d2deac702cc18ec70 [INFO] checking cablehead/a-new-xs/7e579b83f2caef4a49bdea7d2deac702cc18ec70 against try#4d98531622e1718ae0bc3c7a1ab9cd8938428452+rustflags=-Dtail_expr_drop_order for pr-129604 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcablehead%2Fa-new-xs" "/workspace/builds/worker-3-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/cablehead/a-new-xs on toolchain 4d98531622e1718ae0bc3c7a1ab9cd8938428452 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+4d98531622e1718ae0bc3c7a1ab9cd8938428452" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/cablehead/a-new-xs [INFO] finished tweaking git repo https://github.com/cablehead/a-new-xs [INFO] tweaked toml for git repo https://github.com/cablehead/a-new-xs written to /workspace/builds/worker-3-tc2/source/Cargo.toml [INFO] crate git repo https://github.com/cablehead/a-new-xs 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" "+4d98531622e1718ae0bc3c7a1ab9cd8938428452" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:923055f121b5182466d55868a8b05e67af8ba4a3a3f6bad814e953ca3cd3ac2a" "/opt/rustwide/cargo-home/bin/cargo" "+4d98531622e1718ae0bc3c7a1ab9cd8938428452" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] d6ae93cb9ac75d359be64703b109025b00636d0921d6ed2bd0859f4fb7a4d4e5 [INFO] running `Command { std: "docker" "start" "-a" "d6ae93cb9ac75d359be64703b109025b00636d0921d6ed2bd0859f4fb7a4d4e5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "d6ae93cb9ac75d359be64703b109025b00636d0921d6ed2bd0859f4fb7a4d4e5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d6ae93cb9ac75d359be64703b109025b00636d0921d6ed2bd0859f4fb7a4d4e5", kill_on_drop: false }` [INFO] [stdout] d6ae93cb9ac75d359be64703b109025b00636d0921d6ed2bd0859f4fb7a4d4e5 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid -Dtail_expr_drop_order" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:923055f121b5182466d55868a8b05e67af8ba4a3a3f6bad814e953ca3cd3ac2a" "/opt/rustwide/cargo-home/bin/cargo" "+4d98531622e1718ae0bc3c7a1ab9cd8938428452" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 0e1ba0a0b6400d80a72d80ff70f38177a98e4e37d5db8d1a6b14133176130ff7 [INFO] running `Command { std: "docker" "start" "-a" "0e1ba0a0b6400d80a72d80ff70f38177a98e4e37d5db8d1a6b14133176130ff7", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.155 [INFO] [stderr] Compiling serde v1.0.204 [INFO] [stderr] Checking once_cell v1.19.0 [INFO] [stderr] Compiling version_check v0.9.5 [INFO] [stderr] Checking memchr v2.7.4 [INFO] [stderr] Compiling rustix v0.38.34 [INFO] [stderr] Checking linux-raw-sys v0.4.14 [INFO] [stderr] Checking value-bag v1.9.0 [INFO] [stderr] Checking zerocopy v0.7.35 [INFO] [stderr] Compiling thiserror v1.0.63 [INFO] [stderr] Checking allocator-api2 v0.2.18 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Checking futures-core v0.3.30 [INFO] [stderr] Compiling syn v2.0.72 [INFO] [stderr] Compiling cfg_aliases v0.1.1 [INFO] [stderr] Checking futures-io v0.3.30 [INFO] [stderr] Compiling vte_generate_state_changes v0.1.2 [INFO] [stderr] Compiling nix v0.28.0 [INFO] [stderr] Checking pure-rust-locales v0.8.1 [INFO] [stderr] Checking log v0.4.22 [INFO] [stderr] Checking iana-time-zone v0.1.60 [INFO] [stderr] Checking either v1.13.0 [INFO] [stderr] Checking crossbeam-epoch v0.9.18 [INFO] [stderr] Checking crc32fast v1.4.2 [INFO] [stderr] Checking adler v1.0.2 [INFO] [stderr] Checking regex-syntax v0.8.4 [INFO] [stderr] Checking smallvec v1.13.2 [INFO] [stderr] Checking parking v2.2.0 [INFO] [stderr] Checking byteorder v1.5.0 [INFO] [stderr] Checking miniz_oxide v0.7.4 [INFO] [stderr] Compiling ahash v0.8.11 [INFO] [stderr] Compiling unicase v2.7.0 [INFO] [stderr] Checking arrayvec v0.7.4 [INFO] [stderr] Checking concurrent-queue v2.5.0 [INFO] [stderr] Compiling lock_api v0.4.12 [INFO] [stderr] Checking hex v0.4.3 [INFO] [stderr] Compiling cc v1.1.6 [INFO] [stderr] Checking aho-corasick v1.1.3 [INFO] [stderr] Compiling vcpkg v0.2.15 [INFO] [stderr] Compiling parking_lot_core v0.9.10 [INFO] [stderr] Checking nu-ansi-term v0.50.1 [INFO] [stderr] Checking fastrand v2.1.0 [INFO] [stderr] Compiling pkg-config v0.3.30 [INFO] [stderr] Checking crossbeam-deque v0.8.5 [INFO] [stderr] Compiling proc-macro-error-attr v1.0.4 [INFO] [stderr] Checking vte v0.11.1 [INFO] [stderr] Checking scopeguard v1.2.0 [INFO] [stderr] Compiling rust_decimal v1.35.0 [INFO] [stderr] Compiling serde_json v1.0.120 [INFO] [stderr] Compiling paste v1.0.15 [INFO] [stderr] Checking flate2 v1.0.31 [INFO] [stderr] Checking rayon-core v1.12.1 [INFO] [stderr] Compiling proc-macro-error v1.0.4 [INFO] [stderr] Checking tracing-core v0.1.32 [INFO] [stderr] Checking unicode-segmentation v1.11.0 [INFO] [stderr] Checking alloc-no-stdlib v2.0.4 [INFO] [stderr] Checking anstyle v1.0.8 [INFO] [stderr] Checking option-ext v0.2.0 [INFO] [stderr] Compiling procfs v0.16.0 [INFO] [stderr] Checking rayon v1.10.0 [INFO] [stderr] Checking alloc-stdlib v0.2.2 [INFO] [stderr] Checking lscolors v0.17.0 [INFO] [stderr] Checking num-format v0.4.4 [INFO] [stderr] Checking itertools v0.12.1 [INFO] [stderr] Compiling generic-array v0.14.7 [INFO] [stderr] Checking getrandom v0.2.15 [INFO] [stderr] Checking signal-hook-registry v1.4.2 [INFO] [stderr] Checking dirs-sys v0.4.1 [INFO] [stderr] Checking unicode-linebreak v0.1.5 [INFO] [stderr] Checking smawk v0.3.2 [INFO] [stderr] Checking parking_lot v0.12.3 [INFO] [stderr] Checking sys-locale v0.3.1 [INFO] [stderr] Checking typeid v1.0.0 [INFO] [stderr] Checking bit-vec v0.6.3 [INFO] [stderr] Checking is_ci v1.2.0 [INFO] [stderr] Checking rmp v0.8.14 [INFO] [stderr] Checking dirs v5.0.1 [INFO] [stderr] Checking bit-set v0.5.3 [INFO] [stderr] Checking hashbrown v0.14.5 [INFO] [stderr] Checking supports-color v3.0.0 [INFO] [stderr] Compiling convert_case v0.6.0 [INFO] [stderr] Checking strip-ansi-escapes v0.2.0 [INFO] [stderr] Checking textwrap v0.16.1 [INFO] [stderr] Checking os_pipe v1.2.0 [INFO] [stderr] Checking brotli-decompressor v4.0.1 [INFO] [stderr] Checking anstyle-parse v0.2.5 [INFO] [stderr] Checking supports-hyperlinks v3.0.0 [INFO] [stderr] Checking is_terminal_polyfill v1.70.1 [INFO] [stderr] Checking colorchoice v1.0.2 [INFO] [stderr] Checking owo-colors v4.0.0 [INFO] [stderr] Checking anstyle-query v1.1.1 [INFO] [stderr] Checking bytes v1.6.1 [INFO] [stderr] Checking supports-unicode v3.0.0 [INFO] [stderr] Checking utf8-width v0.1.7 [INFO] [stderr] Checking inventory v0.3.15 [INFO] [stderr] Checking futures-sink v0.3.30 [INFO] [stderr] Checking event-listener v5.3.1 [INFO] [stderr] Checking clap_lex v0.7.2 [INFO] [stderr] Compiling unicode-xid v0.2.4 [INFO] [stderr] Checking anstream v0.6.15 [INFO] [stderr] Compiling uuhelp_parser v0.0.27 [INFO] [stderr] Checking regex-automata v0.4.7 [INFO] [stderr] Compiling const_format_proc_macros v0.2.32 [INFO] [stderr] Checking nu-glob v0.96.1 [INFO] [stderr] Checking event-listener-strategy v0.5.2 [INFO] [stderr] Compiling siphasher v0.3.11 [INFO] [stderr] Checking nom v7.1.3 [INFO] [stderr] Compiling uucore_procs v0.0.27 [INFO] [stderr] Checking futures-channel v0.3.30 [INFO] [stderr] Compiling phf_shared v0.11.2 [INFO] [stderr] Compiling openssl-sys v0.9.103 [INFO] [stderr] Checking block-buffer v0.10.4 [INFO] [stderr] Checking crypto-common v0.1.6 [INFO] [stderr] Checking futures-lite v2.3.0 [INFO] [stderr] Checking os_display v0.1.3 [INFO] [stderr] Checking indexmap v2.2.6 [INFO] [stderr] Checking lru v0.12.4 [INFO] [stderr] Checking glob v0.3.1 [INFO] [stderr] Checking atomic-waker v1.1.2 [INFO] [stderr] Compiling rand_core v0.6.4 [INFO] [stderr] Checking dunce v1.0.5 [INFO] [stderr] Checking wild v2.2.1 [INFO] [stderr] Checking digest v0.10.7 [INFO] [stderr] Checking mio v0.8.11 [INFO] [stderr] Checking mio v1.0.1 [INFO] [stderr] Compiling rand v0.8.5 [INFO] [stderr] Checking socket2 v0.5.7 [INFO] [stderr] Compiling signal-hook v0.3.17 [INFO] [stderr] Checking brotli v5.0.0 [INFO] [stderr] Compiling io-lifetimes v1.0.11 [INFO] [stderr] Checking arrayvec v0.5.2 [INFO] [stderr] Checking async-lock v3.4.0 [INFO] [stderr] Checking http v1.1.0 [INFO] [stderr] Checking encoding_rs v0.8.34 [INFO] [stderr] Checking sysinfo v0.30.13 [INFO] [stderr] Compiling polling v2.8.0 [INFO] [stderr] Checking vte v0.10.1 [INFO] [stderr] Compiling phf_generator v0.11.2 [INFO] [stderr] Compiling powerfmt v0.2.0 [INFO] [stderr] Compiling rustix v0.37.27 [INFO] [stderr] Checking cpufeatures v0.2.12 [INFO] [stderr] Checking percent-encoding v2.3.1 [INFO] [stderr] Checking bytesize v1.3.0 [INFO] [stderr] Compiling portable-atomic v1.7.0 [INFO] [stderr] Checking tinyvec_macros v0.1.1 [INFO] [stderr] Compiling ucd-trie v0.1.6 [INFO] [stderr] Checking event-listener v2.5.3 [INFO] [stderr] Compiling deranged v0.3.11 [INFO] [stderr] Checking tinyvec v1.8.0 [INFO] [stderr] Compiling phf_codegen v0.11.2 [INFO] [stderr] Compiling phf v0.11.2 [INFO] [stderr] Compiling libsqlite3-sys v0.28.0 [INFO] [stderr] Checking console v0.15.8 [INFO] [stderr] Checking thread_local v1.1.8 [INFO] [stderr] Compiling async-io v1.13.0 [INFO] [stderr] Compiling num-conv v0.1.0 [INFO] [stderr] Checking foreign-types-shared v0.1.1 [INFO] [stderr] Compiling itoa v1.0.11 [INFO] [stderr] Checking fastrand v1.9.0 [INFO] [stderr] Compiling num_threads v0.1.7 [INFO] [stderr] Checking linux-raw-sys v0.3.8 [INFO] [stderr] Compiling rustversion v1.0.17 [INFO] [stderr] Compiling time-core v0.1.2 [INFO] [stderr] Checking async-task v4.7.1 [INFO] [stderr] Compiling openssl v0.10.66 [INFO] [stderr] Checking waker-fn v1.2.0 [INFO] [stderr] Checking rand_chacha v0.3.1 [INFO] [stderr] Checking futures-lite v1.13.0 [INFO] [stderr] Checking ansitok v0.2.0 [INFO] [stderr] Checking foreign-types v0.3.2 [INFO] [stderr] Checking signal-hook-mio v0.2.4 [INFO] [stderr] Checking async-lock v2.8.0 [INFO] [stderr] Checking form_urlencoded v1.2.1 [INFO] [stderr] Checking ansi-str v0.8.0 [INFO] [stderr] Checking const_format v0.2.32 [INFO] [stderr] Compiling time v0.3.36 [INFO] [stderr] Checking unicode-normalization v0.1.23 [INFO] [stderr] Checking piper v0.2.3 [INFO] [stderr] Checking async-channel v2.3.1 [INFO] [stderr] Checking inotify-sys v0.1.5 [INFO] [stderr] Checking socket2 v0.4.10 [INFO] [stderr] Checking filetime v0.2.24 [INFO] [stderr] Checking unicode-bidi v0.3.15 [INFO] [stderr] Compiling httparse v1.9.4 [INFO] [stderr] Compiling native-tls v0.2.12 [INFO] [stderr] Compiling is_debug v1.0.1 [INFO] [stderr] Checking static_assertions v1.1.0 [INFO] [stderr] Checking bytecount v0.6.8 [INFO] [stderr] Compiling mime_guess v2.0.5 [INFO] [stderr] Checking twox-hash v1.6.3 [INFO] [stderr] Compiling serde_derive v1.0.204 [INFO] [stderr] Compiling thiserror-impl v1.0.63 [INFO] [stderr] Compiling typetag-impl v0.2.17 [INFO] [stderr] Compiling tracing-attributes v0.1.27 [INFO] [stderr] Compiling miette-derive v7.2.0 [INFO] [stderr] Compiling nu-derive-value v0.96.1 [INFO] [stderr] Compiling clap_derive v4.5.11 [INFO] [stderr] Compiling futures-macro v0.3.30 [INFO] [stderr] Checking fancy-regex v0.13.0 [INFO] [stderr] Compiling tokio-macros v2.4.0 [INFO] [stderr] Compiling regex v1.10.6 [INFO] [stderr] Compiling openssl-macros v0.1.1 [INFO] [stderr] Compiling shadow-rs v0.29.0 [INFO] [stderr] Compiling parse-zoneinfo v0.3.1 [INFO] [stderr] Checking futures-util v0.3.30 [INFO] [stderr] Checking tokio v1.39.1 [INFO] [stderr] Checking idna v0.5.0 [INFO] [stderr] Checking pwd v1.4.0 [INFO] [stderr] Checking nu-path v0.96.1 [INFO] [stderr] Compiling chrono-tz-build v0.2.1 [INFO] [stderr] Compiling pest v2.7.11 [INFO] [stderr] Checking papergrid v0.10.0 [INFO] [stderr] Compiling pin-project-internal v1.1.5 [INFO] [stderr] Compiling miette-derive v5.10.0 [INFO] [stderr] Checking blocking v1.6.1 [INFO] [stderr] Checking inotify v0.9.6 [INFO] [stderr] Checking tracing v0.1.40 [INFO] [stderr] Checking indicatif v0.17.8 [INFO] [stderr] Compiling chrono-tz v0.8.6 [INFO] [stderr] Checking async-executor v1.13.0 [INFO] [stderr] Checking fuzzy-matcher v0.3.7 [INFO] [stderr] Checking http-body v1.0.1 [INFO] [stderr] Checking sha2 v0.10.8 [INFO] [stderr] Checking hashlink v0.9.1 [INFO] [stderr] Checking event-listener v3.1.0 [INFO] [stderr] Checking is-docker v0.2.0 [INFO] [stderr] Checking path-dedot v3.1.1 [INFO] [stderr] Checking crossbeam-channel v0.5.13 [INFO] [stderr] Checking try-lock v0.2.5 [INFO] [stderr] Checking fallible-streaming-iterator v0.1.9 [INFO] [stderr] Checking fs_extra v1.3.0 [INFO] [stderr] Checking home v0.5.9 [INFO] [stderr] Checking fallible-iterator v0.3.0 [INFO] [stderr] Checking openssl-probe v0.1.5 [INFO] [stderr] Checking winnow v0.6.18 [INFO] [stderr] Compiling v_htmlescape v0.15.8 [INFO] [stderr] Checking want v0.3.1 [INFO] [stderr] Checking notify v6.1.1 [INFO] [stderr] Compiling strum_macros v0.26.4 [INFO] [stderr] Checking path-absolutize v3.1.1 [INFO] [stderr] Checking is-wsl v0.4.0 [INFO] [stderr] Checking tabled v0.14.0 [INFO] [stderr] Checking pin-project v1.1.5 [INFO] [stderr] Compiling nu-cmd-lang v0.96.1 [INFO] [stderr] Checking url v2.5.2 [INFO] [stderr] Checking miette v5.10.0 [INFO] [stderr] Compiling pest_meta v2.7.11 [INFO] [stderr] Checking lz4_flex v0.11.3 [INFO] [stderr] Checking pori v0.0.0 [INFO] [stderr] Checking quick-xml v0.31.0 [INFO] [stderr] Checking codepage v0.1.2 [INFO] [stderr] Checking async-channel v1.9.0 [INFO] [stderr] Checking sha-1 v0.10.1 [INFO] [stderr] Checking quick_cache v0.6.2 [INFO] [stderr] Checking uuid v1.10.0 [INFO] [stderr] Checking platform-info v2.0.3 [INFO] [stderr] Checking zip v0.6.6 [INFO] [stderr] Checking csv-core v0.1.11 [INFO] [stderr] Checking itertools v0.11.0 [INFO] [stderr] Checking crossbeam-skiplist v0.1.3 [INFO] [stderr] Checking kv-log-macro v1.0.7 [INFO] [stderr] Compiling pest_generator v2.7.11 [INFO] [stderr] Checking unsafe-libyaml v0.2.11 [INFO] [stderr] Checking joinery v2.1.0 [INFO] [stderr] Checking self_cell v1.0.4 [INFO] [stderr] Checking shell-words v1.1.0 [INFO] [stderr] Checking base64 v0.22.1 [INFO] [stderr] Checking strum v0.26.3 [INFO] [stderr] Checking futures-executor v0.3.30 [INFO] [stderr] Checking double-ended-peekable v0.1.0 [INFO] [stderr] Checking file-id v0.2.1 [INFO] [stderr] Checking tower-service v0.3.2 [INFO] [stderr] Checking base64 v0.21.7 [INFO] [stderr] Checking pathdiff v0.2.1 [INFO] [stderr] Checking quick-error v2.0.1 [INFO] [stderr] Checking guardian v1.1.0 [INFO] [stderr] Checking tower-layer v0.3.2 [INFO] [stderr] Checking mime v0.3.17 [INFO] [stderr] Checking xxhash-rust v0.8.11 [INFO] [stderr] Checking httpdate v1.0.3 [INFO] [stderr] Checking open v5.3.0 [INFO] [stderr] Checking futures v0.3.30 [INFO] [stderr] Checking notify-debouncer-full v0.3.1 [INFO] [stderr] Checking dialoguer v0.11.0 [INFO] [stderr] Checking titlecase v2.2.1 [INFO] [stderr] Checking umask v2.1.0 [INFO] [stderr] Checking chardetng v0.1.17 [INFO] [stderr] Checking sha1 v0.10.6 [INFO] [stderr] Checking md-5 v0.10.6 [INFO] [stderr] Checking memmap2 v0.5.10 [INFO] [stderr] Checking print-positions v0.6.1 [INFO] [stderr] Checking nu-pretty-hex v0.96.1 [INFO] [stderr] Checking filesize v0.2.0 [INFO] [stderr] Checking bracoxide v0.1.3 [INFO] [stderr] Checking is_executable v1.0.1 [INFO] [stderr] Checking predicates-core v1.0.8 [INFO] [stderr] Checking alphanumeric-sort v1.5.3 [INFO] [stderr] Checking deunicode v1.6.0 [INFO] [stderr] Checking roxmltree v0.19.0 [INFO] [stderr] Checking std-semaphore v0.1.0 [INFO] [stderr] Compiling doc-comment v0.3.3 [INFO] [stderr] Checking wax v0.6.0 [INFO] [stderr] Checking fstr v0.2.10 [INFO] [stderr] Checking http-body-util v0.1.2 [INFO] [stderr] Checking overload v0.1.1 [INFO] [stderr] Checking difflib v0.4.0 [INFO] [stderr] Compiling assert_cmd v2.0.15 [INFO] [stderr] Checking termtree v0.4.1 [INFO] [stderr] Checking nu-ansi-term v0.46.0 [INFO] [stderr] Checking bstr v1.10.0 [INFO] [stderr] Checking shared_child v1.0.0 [INFO] [stderr] Checking wait-timeout v0.2.0 [INFO] [stderr] Compiling pest_derive v2.7.11 [INFO] [stderr] Checking tracing-log v0.2.0 [INFO] [stderr] Checking predicates v3.1.2 [INFO] [stderr] Checking sharded-slab v0.1.7 [INFO] [stderr] Checking predicates-tree v1.0.11 [INFO] [stderr] Checking duct v0.13.7 [INFO] [stderr] Checking tokio-util v0.7.11 [INFO] [stderr] Checking tower v0.4.13 [INFO] [stderr] Checking tokio-stream v0.1.15 [INFO] [stderr] Checking tracing-subscriber v0.3.18 [INFO] [stderr] Checking h2 v0.4.5 [INFO] [stderr] Checking bitflags v2.6.0 [INFO] [stderr] Checking chrono v0.4.38 [INFO] [stderr] Checking erased-serde v0.4.5 [INFO] [stderr] Checking rmp-serde v1.3.0 [INFO] [stderr] Checking byte-unit v5.1.4 [INFO] [stderr] Checking linked-hash-map v0.5.6 [INFO] [stderr] Checking serde_spanned v0.6.7 [INFO] [stderr] Checking toml_datetime v0.6.8 [INFO] [stderr] Checking ssri v9.2.0 [INFO] [stderr] Checking serde_urlencoded v0.7.1 [INFO] [stderr] Checking csv v1.3.0 [INFO] [stderr] Checking serde_yaml v0.9.34+deprecated [INFO] [stderr] Checking crossterm v0.27.0 [INFO] [stderr] Checking toml_edit v0.22.20 [INFO] [stderr] Checking scru128 v3.0.2 [INFO] [stderr] Checking http-serde v2.1.1 [INFO] [stderr] Checking typetag v0.2.17 [INFO] [stderr] Checking nu-json v0.96.1 [INFO] [stderr] Checking procfs-core v0.16.0 [INFO] [stderr] Checking chrono-humanize v0.2.3 [INFO] [stderr] Checking calamine v0.24.0 [INFO] [stderr] Checking dtparse v2.0.0 [INFO] [stderr] Checking human-date-parser v0.1.2 [INFO] [stderr] Checking nu-utils v0.96.1 [INFO] [stderr] Checking nu-term-grid v0.96.1 [INFO] [stderr] Checking rusqlite v0.31.0 [INFO] [stderr] Checking toml v0.8.19 [INFO] [stderr] Checking hyper v1.4.1 [INFO] [stderr] Checking hyper-util v0.1.6 [INFO] [stderr] Checking ureq v2.10.1 [INFO] [stderr] Checking terminal_size v0.3.0 [INFO] [stderr] Checking xattr v1.3.1 [INFO] [stderr] Checking polling v3.7.2 [INFO] [stderr] Checking tempfile v3.10.1 [INFO] [stderr] Checking fd-lock v4.0.2 [INFO] [stderr] Checking which v6.0.2 [INFO] [stderr] Checking reflink-copy v0.1.19 [INFO] [stderr] Checking reedline v0.33.0 [INFO] [stderr] Checking miette v7.2.0 [INFO] [stderr] Checking clap_builder v4.5.11 [INFO] [stderr] Checking async-io v2.3.3 [INFO] [stderr] Checking lsm-tree v1.4.0 [INFO] [stderr] Checking nu-system v0.96.1 [INFO] [stderr] Checking async-signal v0.2.9 [INFO] [stderr] Checking async-global-executor v2.4.1 [INFO] [stderr] Checking nu-protocol v0.96.1 [INFO] [stderr] Checking async-process v1.8.1 [INFO] [stderr] Checking async-std v1.12.0 [INFO] [stderr] Checking fjall v1.4.0 [INFO] [stderr] Checking clap v4.5.11 [INFO] [stderr] Checking uucore v0.0.27 [INFO] [stderr] Checking uu_uname v0.0.27 [INFO] [stderr] Checking uu_mv v0.0.27 [INFO] [stderr] Checking uu_whoami v0.0.27 [INFO] [stderr] Checking uu_mktemp v0.0.27 [INFO] [stderr] Checking uu_cp v0.0.27 [INFO] [stderr] Checking uu_mkdir v0.0.27 [INFO] [stderr] Checking cacache v13.0.0 [INFO] [stderr] Checking nu-engine v0.96.1 [INFO] [stderr] Checking nu-parser v0.96.1 [INFO] [stderr] Checking nu-color-config v0.96.1 [INFO] [stderr] Checking nu-table v0.96.1 [INFO] [stderr] Checking nu-cmd-base v0.96.1 [INFO] [stderr] Checking nuon v0.96.1 [INFO] [stderr] Checking nu-cli v0.96.1 [INFO] [stderr] Checking nu-command v0.96.1 [INFO] [stderr] Checking xs 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/api.rs:120:20 [INFO] [stdout] | [INFO] [stdout] 117 | let stream = stream.map(|frame| { [INFO] [stdout] | ----- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 120 | Ok(hyper::body::Frame::data(bytes::Bytes::from(encoded))) [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/api.rs:146:20 [INFO] [stdout] | [INFO] [stdout] 144 | let stream = stream.map(|frame| { [INFO] [stdout] | ----- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 145 | let frame = frame.unwrap(); [INFO] [stdout] | ----- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 146 | Ok(hyper::body::Frame::data(frame)) [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/api.rs:204:18 [INFO] [stdout] | [INFO] [stdout] 204 | .map(|s| serde_json::from_str(s).map_err(|_| format!("xs-meta isn't valid JSON: {}", s))) [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/api.rs:289:50 [INFO] [stdout] | [INFO] [stdout] 282 | let store = store.clone(); [INFO] [stdout] | ----- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 283 | let engine = engine.clone(); [INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 284 | let pool = pool.clone(); [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 289 | service_fn(move |req| handle(store.clone(), engine.clone(), pool.clone(), req)), [INFO] [stdout] | --- ^^^^^^^^^^^^^ [INFO] [stdout] | | [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/api.rs:289:65 [INFO] [stdout] | [INFO] [stdout] 282 | let store = store.clone(); [INFO] [stdout] | ----- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 283 | let engine = engine.clone(); [INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 284 | let pool = pool.clone(); [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 289 | service_fn(move |req| handle(store.clone(), engine.clone(), pool.clone(), req)), [INFO] [stdout] | --- ^^^^^^^^^^^^^^ [INFO] [stdout] | | [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/api.rs:289:81 [INFO] [stdout] | [INFO] [stdout] 282 | let store = store.clone(); [INFO] [stdout] | ----- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 283 | let engine = engine.clone(); [INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 284 | let pool = pool.clone(); [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 289 | service_fn(move |req| handle(store.clone(), engine.clone(), pool.clone(), req)), [INFO] [stdout] | --- ^^^^^^^^^^^^ [INFO] [stdout] | | [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/api.rs:317:8 [INFO] [stdout] | [INFO] [stdout] 316 | let body = full(message); [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 317 | Ok(Response::builder() [INFO] [stdout] | ________^ [INFO] [stdout] 318 | | .status(StatusCode::BAD_REQUEST) [INFO] [stdout] 319 | | .body(body)?) [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/api.rs:323:5 [INFO] [stdout] | [INFO] [stdout] 322 | fn full>(chunk: T) -> BoxBody { [INFO] [stdout] | -------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 323 | / Full::new(chunk.into()) [INFO] [stdout] 324 | | .map_err(|never| match never {}) [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/handlers.rs:62:19 [INFO] [stdout] | [INFO] [stdout] 39 | fn new(id: Scru128Id, meta: HandlerMeta, mut engine: nu::Engine, expression: String) -> Self { [INFO] [stdout] | ----------------- ---------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 43 | let closure = engine.parse_closure(&expression).unwrap(); [INFO] [stdout] | ------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 62 | meta: meta.clone(), [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/handlers.rs:65:20 [INFO] [stdout] | [INFO] [stdout] 39 | fn new(id: Scru128Id, meta: HandlerMeta, mut engine: nu::Engine, expression: String) -> Self { [INFO] [stdout] | ----------------- ---------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 43 | let closure = engine.parse_closure(&expression).unwrap(); [INFO] [stdout] | ------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 65 | state: meta [INFO] [stdout] | ____________________^ [INFO] [stdout] 66 | | .initial_state [INFO] [stdout] 67 | | .map(|state| json_to_value(&state, Span::unknown())), [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/handlers.rs:231:34 [INFO] [stdout] | [INFO] [stdout] 231 | .and_then(|meta| serde_json::from_value::(meta).ok()); [INFO] [stdout] | ---- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [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/http.rs:163:50 [INFO] [stdout] | [INFO] [stdout] 158 | let store = store.clone(); [INFO] [stdout] | ----- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 163 | service_fn(move |req| handle(store.clone(), req, remote_addr)), [INFO] [stdout] | --- ^^^^^^^^^^^^^ [INFO] [stdout] | | [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/http.rs:202:17 [INFO] [stdout] | [INFO] [stdout] 201 | frame.meta.and_then(|meta| { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 202 | serde_json::from_value::(meta.clone()) [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/http.rs:234:19 [INFO] [stdout] | [INFO] [stdout] 232 | let store = store.clone(); [INFO] [stdout] | ----- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 233 | async move { [INFO] [stdout] 234 | match store.cas_reader(hash).await { [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/http.rs:242:32 [INFO] [stdout] | [INFO] [stdout] 240 | |frame| { [INFO] [stdout] | ----- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 241 | let frame = frame.unwrap(); [INFO] [stdout] | ----- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 242 | Ok(hyper::body::Frame::data(frame)) [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/nu/commands/append_command.rs:102:12 [INFO] [stdout] | [INFO] [stdout] 46 | input: PipelineData, [INFO] [stdout] | ------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 50 | let mut store = self.store.clone(); [INFO] [stdout] | ----- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 53 | let meta: Option = call.get_flag(engine_state, stack, "meta")?; [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 54 | let meta = meta.map(|meta| util::value_to_json(&meta)); [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 55 | [INFO] [stdout] 56 | let rt = tokio::runtime::Runtime::new() [INFO] [stdout] | -- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 59 | let frame = rt.block_on(async { [INFO] [stdout] | ----- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 102 | Ok(PipelineData::Value( [INFO] [stdout] | ____________^ [INFO] [stdout] 103 | | util::frame_to_value(&frame, span), [INFO] [stdout] 104 | | None, [INFO] [stdout] 105 | | )) [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] | | 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] | | 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] | |_________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] [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/nu/commands/cas_command.rs:69:12 [INFO] [stdout] | [INFO] [stdout] 43 | _input: PipelineData, [INFO] [stdout] | -------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 52 | let rt = tokio::runtime::Runtime::new() [INFO] [stdout] | -- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 69 | Ok(PipelineData::Value( [INFO] [stdout] | ____________^ [INFO] [stdout] 70 | | Value::String { [INFO] [stdout] 71 | | val: contents, [INFO] [stdout] 72 | | internal_span: span, [INFO] [stdout] 73 | | }, [INFO] [stdout] 74 | | None, [INFO] [stdout] 75 | | )) [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] | | 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] | |_________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] [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/nu/engine.rs:29:12 [INFO] [stdout] | [INFO] [stdout] 20 | pub fn new(store: Store) -> Result { [INFO] [stdout] | ------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 21 | let mut engine_state = create_default_context(); [INFO] [stdout] | ------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 29 | Ok(Self { [INFO] [stdout] | ____________^ [INFO] [stdout] 30 | | state: engine_state, [INFO] [stdout] 31 | | }) [INFO] [stdout] | | ^ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | |_________| [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/store.rs:158:25 [INFO] [stdout] | [INFO] [stdout] 158 | res.map(|value| serde_json::from_slice(&value).unwrap()) [INFO] [stdout] | ----- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [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/store.rs:285:5 [INFO] [stdout] | [INFO] [stdout] 284 | fn deserialize_frame(record: (Arc<[u8]>, Arc<[u8]>)) -> Frame { [INFO] [stdout] | ------------------------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 285 | serde_json::from_slice(&record.1).unwrap_or_else(|e| { [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/tasks.rs:99:34 [INFO] [stdout] | [INFO] [stdout] 99 | .and_then(|meta| serde_json::from_value::(meta).ok()); [INFO] [stdout] | ---- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [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 21 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `xs` (lib) due to 22 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/api.rs:120:20 [INFO] [stdout] | [INFO] [stdout] 117 | let stream = stream.map(|frame| { [INFO] [stdout] | ----- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 120 | Ok(hyper::body::Frame::data(bytes::Bytes::from(encoded))) [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/api.rs:146:20 [INFO] [stdout] | [INFO] [stdout] 144 | let stream = stream.map(|frame| { [INFO] [stdout] | ----- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 145 | let frame = frame.unwrap(); [INFO] [stdout] | ----- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 146 | Ok(hyper::body::Frame::data(frame)) [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/api.rs:204:18 [INFO] [stdout] | [INFO] [stdout] 204 | .map(|s| serde_json::from_str(s).map_err(|_| format!("xs-meta isn't valid JSON: {}", s))) [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/api.rs:289:50 [INFO] [stdout] | [INFO] [stdout] 282 | let store = store.clone(); [INFO] [stdout] | ----- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 283 | let engine = engine.clone(); [INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 284 | let pool = pool.clone(); [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 289 | service_fn(move |req| handle(store.clone(), engine.clone(), pool.clone(), req)), [INFO] [stdout] | --- ^^^^^^^^^^^^^ [INFO] [stdout] | | [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/api.rs:289:65 [INFO] [stdout] | [INFO] [stdout] 282 | let store = store.clone(); [INFO] [stdout] | ----- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 283 | let engine = engine.clone(); [INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 284 | let pool = pool.clone(); [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 289 | service_fn(move |req| handle(store.clone(), engine.clone(), pool.clone(), req)), [INFO] [stdout] | --- ^^^^^^^^^^^^^^ [INFO] [stdout] | | [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/api.rs:289:81 [INFO] [stdout] | [INFO] [stdout] 282 | let store = store.clone(); [INFO] [stdout] | ----- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 283 | let engine = engine.clone(); [INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 284 | let pool = pool.clone(); [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 289 | service_fn(move |req| handle(store.clone(), engine.clone(), pool.clone(), req)), [INFO] [stdout] | --- ^^^^^^^^^^^^ [INFO] [stdout] | | [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/api.rs:317:8 [INFO] [stdout] | [INFO] [stdout] 316 | let body = full(message); [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 317 | Ok(Response::builder() [INFO] [stdout] | ________^ [INFO] [stdout] 318 | | .status(StatusCode::BAD_REQUEST) [INFO] [stdout] 319 | | .body(body)?) [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/api.rs:323:5 [INFO] [stdout] | [INFO] [stdout] 322 | fn full>(chunk: T) -> BoxBody { [INFO] [stdout] | -------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 323 | / Full::new(chunk.into()) [INFO] [stdout] 324 | | .map_err(|never| match never {}) [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/handlers.rs:62:19 [INFO] [stdout] | [INFO] [stdout] 39 | fn new(id: Scru128Id, meta: HandlerMeta, mut engine: nu::Engine, expression: String) -> Self { [INFO] [stdout] | ----------------- ---------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 43 | let closure = engine.parse_closure(&expression).unwrap(); [INFO] [stdout] | ------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 62 | meta: meta.clone(), [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/handlers.rs:65:20 [INFO] [stdout] | [INFO] [stdout] 39 | fn new(id: Scru128Id, meta: HandlerMeta, mut engine: nu::Engine, expression: String) -> Self { [INFO] [stdout] | ----------------- ---------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 43 | let closure = engine.parse_closure(&expression).unwrap(); [INFO] [stdout] | ------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 65 | state: meta [INFO] [stdout] | ____________________^ [INFO] [stdout] 66 | | .initial_state [INFO] [stdout] 67 | | .map(|state| json_to_value(&state, Span::unknown())), [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/handlers.rs:231:34 [INFO] [stdout] | [INFO] [stdout] 231 | .and_then(|meta| serde_json::from_value::(meta).ok()); [INFO] [stdout] | ---- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [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/http.rs:163:50 [INFO] [stdout] | [INFO] [stdout] 158 | let store = store.clone(); [INFO] [stdout] | ----- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 163 | service_fn(move |req| handle(store.clone(), req, remote_addr)), [INFO] [stdout] | --- ^^^^^^^^^^^^^ [INFO] [stdout] | | [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/http.rs:202:17 [INFO] [stdout] | [INFO] [stdout] 201 | frame.meta.and_then(|meta| { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 202 | serde_json::from_value::(meta.clone()) [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/http.rs:234:19 [INFO] [stdout] | [INFO] [stdout] 232 | let store = store.clone(); [INFO] [stdout] | ----- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 233 | async move { [INFO] [stdout] 234 | match store.cas_reader(hash).await { [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/http.rs:242:32 [INFO] [stdout] | [INFO] [stdout] 240 | |frame| { [INFO] [stdout] | ----- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 241 | let frame = frame.unwrap(); [INFO] [stdout] | ----- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 242 | Ok(hyper::body::Frame::data(frame)) [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/nu/commands/append_command.rs:102:12 [INFO] [stdout] | [INFO] [stdout] 46 | input: PipelineData, [INFO] [stdout] | ------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 50 | let mut store = self.store.clone(); [INFO] [stdout] | ----- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 53 | let meta: Option = call.get_flag(engine_state, stack, "meta")?; [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 54 | let meta = meta.map(|meta| util::value_to_json(&meta)); [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 55 | [INFO] [stdout] 56 | let rt = tokio::runtime::Runtime::new() [INFO] [stdout] | -- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 59 | let frame = rt.block_on(async { [INFO] [stdout] | ----- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 102 | Ok(PipelineData::Value( [INFO] [stdout] | ____________^ [INFO] [stdout] 103 | | util::frame_to_value(&frame, span), [INFO] [stdout] 104 | | None, [INFO] [stdout] 105 | | )) [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] | | 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] | | 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] | |_________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] [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/nu/commands/cas_command.rs:69:12 [INFO] [stdout] | [INFO] [stdout] 43 | _input: PipelineData, [INFO] [stdout] | -------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 52 | let rt = tokio::runtime::Runtime::new() [INFO] [stdout] | -- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 69 | Ok(PipelineData::Value( [INFO] [stdout] | ____________^ [INFO] [stdout] 70 | | Value::String { [INFO] [stdout] 71 | | val: contents, [INFO] [stdout] 72 | | internal_span: span, [INFO] [stdout] 73 | | }, [INFO] [stdout] 74 | | None, [INFO] [stdout] 75 | | )) [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] | | 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] | |_________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] [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/nu/engine.rs:29:12 [INFO] [stdout] | [INFO] [stdout] 20 | pub fn new(store: Store) -> Result { [INFO] [stdout] | ------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 21 | let mut engine_state = create_default_context(); [INFO] [stdout] | ------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 29 | Ok(Self { [INFO] [stdout] | ____________^ [INFO] [stdout] 30 | | state: engine_state, [INFO] [stdout] 31 | | }) [INFO] [stdout] | | ^ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | |_________| [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/store.rs:158:25 [INFO] [stdout] | [INFO] [stdout] 158 | res.map(|value| serde_json::from_slice(&value).unwrap()) [INFO] [stdout] | ----- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [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/store.rs:285:5 [INFO] [stdout] | [INFO] [stdout] 284 | fn deserialize_frame(record: (Arc<[u8]>, Arc<[u8]>)) -> Frame { [INFO] [stdout] | ------------------------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 285 | serde_json::from_slice(&record.1).unwrap_or_else(|e| { [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/tasks.rs:99:34 [INFO] [stdout] | [INFO] [stdout] 99 | .and_then(|meta| serde_json::from_value::(meta).ok()); [INFO] [stdout] | ---- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [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 21 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `xs` (lib test) due to 22 previous errors [INFO] running `Command { std: "docker" "inspect" "0e1ba0a0b6400d80a72d80ff70f38177a98e4e37d5db8d1a6b14133176130ff7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0e1ba0a0b6400d80a72d80ff70f38177a98e4e37d5db8d1a6b14133176130ff7", kill_on_drop: false }` [INFO] [stdout] 0e1ba0a0b6400d80a72d80ff70f38177a98e4e37d5db8d1a6b14133176130ff7