[INFO] cloning repository https://github.com/Koxiaet/async-channel-benchmarks [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Koxiaet/async-channel-benchmarks" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FKoxiaet%2Fasync-channel-benchmarks", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FKoxiaet%2Fasync-channel-benchmarks'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] c56d553ea86856acb3b3b0ead210dec73b0f05a9 [INFO] checking Koxiaet/async-channel-benchmarks against master#1f12b9b0fdbe735968ac002792a720f0ba4faca6 for crater-rollup-uwu [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FKoxiaet%2Fasync-channel-benchmarks" "/workspace/builds/worker-4-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/Koxiaet/async-channel-benchmarks on toolchain 1f12b9b0fdbe735968ac002792a720f0ba4faca6 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1f12b9b0fdbe735968ac002792a720f0ba4faca6" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/Koxiaet/async-channel-benchmarks [INFO] finished tweaking git repo https://github.com/Koxiaet/async-channel-benchmarks [INFO] tweaked toml for git repo https://github.com/Koxiaet/async-channel-benchmarks written to /workspace/builds/worker-4-tc1/source/Cargo.toml [INFO] crate git repo https://github.com/Koxiaet/async-channel-benchmarks 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] Downloading crates ... [INFO] [stderr] Downloaded nanorand v0.5.1 [INFO] [stderr] Downloaded futures-lite v1.11.2 [INFO] [stderr] Downloaded tinytemplate v1.1.0 [INFO] [stderr] Downloaded spinning_top v0.2.2 [INFO] [stderr] Downloaded async-channel v1.5.1 [INFO] [stderr] Downloaded criterion-plot v0.4.3 [INFO] [stderr] Downloaded half v1.6.0 [INFO] [stderr] Downloaded flume v0.10.0 [INFO] [stderr] Downloaded criterion v0.3.3 [INFO] [stderr] Downloaded regex-automata v0.1.9 [INFO] [stderr] Downloaded bstr v0.2.14 [INFO] [stderr] Downloaded csv v1.1.5 [INFO] [stderr] Downloaded plotters v0.2.15 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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] 3ecbe27518ea067c717fec4eb872e0252e7a67b2192c853030e210c23e31d91d [INFO] running `Command { std: "docker" "start" "-a" "3ecbe27518ea067c717fec4eb872e0252e7a67b2192c853030e210c23e31d91d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "3ecbe27518ea067c717fec4eb872e0252e7a67b2192c853030e210c23e31d91d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3ecbe27518ea067c717fec4eb872e0252e7a67b2192c853030e210c23e31d91d", kill_on_drop: false }` [INFO] [stdout] 3ecbe27518ea067c717fec4eb872e0252e7a67b2192c853030e210c23e31d91d [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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] 8f09dbb1c19fd540af63cfbbe3a440643c4948fa26fdd8282402afb0befe1499 [INFO] running `Command { std: "docker" "start" "-a" "8f09dbb1c19fd540af63cfbbe3a440643c4948fa26fdd8282402afb0befe1499", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.81 [INFO] [stderr] Compiling serde v1.0.118 [INFO] [stderr] Compiling memchr v2.3.4 [INFO] [stderr] Compiling crossbeam-utils v0.8.1 [INFO] [stderr] Compiling byteorder v1.3.4 [INFO] [stderr] Compiling memoffset v0.6.1 [INFO] [stderr] Compiling const_fn v0.4.4 [INFO] [stderr] Compiling proc-macro2 v1.0.24 [INFO] [stderr] Checking itoa v0.4.6 [INFO] [stderr] Compiling unicode-xid v0.2.1 [INFO] [stderr] Compiling rayon-core v1.9.0 [INFO] [stderr] Compiling ryu v1.0.5 [INFO] [stderr] Compiling serde_json v1.0.60 [INFO] [stderr] Compiling syn v1.0.54 [INFO] [stderr] Compiling getrandom v0.2.0 [INFO] [stderr] Compiling cast v0.2.3 [INFO] [stderr] Compiling rayon v1.5.0 [INFO] [stderr] Compiling serde_derive v1.0.118 [INFO] [stderr] Checking futures-core v0.3.8 [INFO] [stderr] Checking unicode-width v0.1.8 [INFO] [stderr] Checking lock_api v0.4.2 [INFO] [stderr] Checking regex-syntax v0.6.21 [INFO] [stderr] Compiling anyhow v1.0.35 [INFO] [stderr] Checking half v1.6.0 [INFO] [stderr] Checking textwrap v0.11.0 [INFO] [stderr] Checking cache-padded v1.1.1 [INFO] [stderr] Checking walkdir v2.3.1 [INFO] [stderr] Checking concurrent-queue v1.2.2 [INFO] [stderr] Checking criterion-plot v0.4.3 [INFO] [stderr] Checking plotters v0.2.15 [INFO] [stderr] Checking clap v2.33.3 [INFO] [stderr] Checking spinning_top v0.2.2 [INFO] [stderr] Checking oorandom v11.1.3 [INFO] [stderr] Checking futures-sink v0.3.8 [INFO] [stderr] Checking regex-automata v0.1.9 [INFO] [stderr] Checking pin-project-lite v0.1.11 [INFO] [stderr] Checking fastrand v1.4.0 [INFO] [stderr] Checking csv-core v0.1.10 [INFO] [stderr] Checking event-listener v2.5.1 [INFO] [stderr] Checking parking v2.0.0 [INFO] [stderr] Checking futures-io v0.3.8 [INFO] [stderr] Checking async-channel v1.5.1 [INFO] [stderr] Checking futures-lite v1.11.2 [INFO] [stderr] Checking crossbeam-epoch v0.9.1 [INFO] [stderr] Checking crossbeam-channel v0.5.0 [INFO] [stderr] Compiling quote v1.0.7 [INFO] [stderr] Checking num_cpus v1.13.0 [INFO] [stderr] Checking atty v0.2.14 [INFO] [stderr] Checking nanorand v0.5.1 [INFO] [stderr] Checking crossbeam-deque v0.8.0 [INFO] [stderr] Checking flume v0.10.0 [INFO] [stderr] Checking regex v1.4.2 [INFO] [stderr] Checking bstr v0.2.14 [INFO] [stderr] Checking serde_cbor v0.11.1 [INFO] [stderr] Checking csv v1.1.5 [INFO] [stderr] Checking tinytemplate v1.1.0 [INFO] [stderr] Checking process v0.1.0 (/opt/rustwide/workdir/process) [INFO] [stderr] Checking criterion v0.3.3 [INFO] [stderr] Checking async-channel-benchmarks v0.0.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.89s [INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: criterion v0.3.3 [INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` [INFO] running `Command { std: "docker" "inspect" "8f09dbb1c19fd540af63cfbbe3a440643c4948fa26fdd8282402afb0befe1499", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8f09dbb1c19fd540af63cfbbe3a440643c4948fa26fdd8282402afb0befe1499", kill_on_drop: false }` [INFO] [stdout] 8f09dbb1c19fd540af63cfbbe3a440643c4948fa26fdd8282402afb0befe1499 [INFO] checking Koxiaet/async-channel-benchmarks against try#f9935d29d867449445ee008640ccca1bf1ae0889+rustflags=-Dtail_expr_drop_order for crater-rollup-uwu [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FKoxiaet%2Fasync-channel-benchmarks" "/workspace/builds/worker-4-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/Koxiaet/async-channel-benchmarks on toolchain f9935d29d867449445ee008640ccca1bf1ae0889 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+f9935d29d867449445ee008640ccca1bf1ae0889" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/Koxiaet/async-channel-benchmarks [INFO] finished tweaking git repo https://github.com/Koxiaet/async-channel-benchmarks [INFO] tweaked toml for git repo https://github.com/Koxiaet/async-channel-benchmarks written to /workspace/builds/worker-4-tc2/source/Cargo.toml [INFO] crate git repo https://github.com/Koxiaet/async-channel-benchmarks 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-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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] d9a4cb1f66a5d69afd38008c7d2472acbaf7730a70b07d905f5e4095ca9f50f8 [INFO] running `Command { std: "docker" "start" "-a" "d9a4cb1f66a5d69afd38008c7d2472acbaf7730a70b07d905f5e4095ca9f50f8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "d9a4cb1f66a5d69afd38008c7d2472acbaf7730a70b07d905f5e4095ca9f50f8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d9a4cb1f66a5d69afd38008c7d2472acbaf7730a70b07d905f5e4095ca9f50f8", kill_on_drop: false }` [INFO] [stdout] d9a4cb1f66a5d69afd38008c7d2472acbaf7730a70b07d905f5e4095ca9f50f8 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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] e1a589484367ded51d33a24b85eb5daaac45a8fc2bd48c9c557aa643da4e363b [INFO] running `Command { std: "docker" "start" "-a" "e1a589484367ded51d33a24b85eb5daaac45a8fc2bd48c9c557aa643da4e363b", kill_on_drop: false }` [INFO] [stderr] Compiling serde v1.0.118 [INFO] [stderr] Compiling libc v0.2.81 [INFO] [stderr] Compiling memchr v2.3.4 [INFO] [stderr] Compiling crossbeam-utils v0.8.1 [INFO] [stderr] Compiling byteorder v1.3.4 [INFO] [stderr] Compiling memoffset v0.6.1 [INFO] [stderr] Compiling const_fn v0.4.4 [INFO] [stderr] Compiling proc-macro2 v1.0.24 [INFO] [stderr] Checking itoa v0.4.6 [INFO] [stderr] Compiling rayon-core v1.9.0 [INFO] [stderr] Compiling unicode-xid v0.2.1 [INFO] [stderr] Compiling ryu v1.0.5 [INFO] [stderr] Compiling syn v1.0.54 [INFO] [stderr] Compiling serde_json v1.0.60 [INFO] [stderr] Compiling getrandom v0.2.0 [INFO] [stderr] Compiling cast v0.2.3 [INFO] [stderr] Compiling rayon v1.5.0 [INFO] [stderr] Checking unicode-width v0.1.8 [INFO] [stderr] Compiling serde_derive v1.0.118 [INFO] [stderr] Checking futures-core v0.3.8 [INFO] [stderr] Checking textwrap v0.11.0 [INFO] [stderr] Checking lock_api v0.4.2 [INFO] [stderr] Compiling anyhow v1.0.35 [INFO] [stderr] Checking half v1.6.0 [INFO] [stderr] Checking regex-syntax v0.6.21 [INFO] [stderr] Checking cache-padded v1.1.1 [INFO] [stderr] Checking walkdir v2.3.1 [INFO] [stderr] Checking clap v2.33.3 [INFO] [stderr] Checking criterion-plot v0.4.3 [INFO] [stderr] Checking concurrent-queue v1.2.2 [INFO] [stderr] Checking plotters v0.2.15 [INFO] [stderr] Checking spinning_top v0.2.2 [INFO] [stderr] Checking parking v2.0.0 [INFO] [stderr] Checking csv-core v0.1.10 [INFO] [stderr] Checking futures-sink v0.3.8 [INFO] [stderr] Checking regex-automata v0.1.9 [INFO] [stderr] Checking event-listener v2.5.1 [INFO] [stderr] Checking pin-project-lite v0.1.11 [INFO] [stderr] Checking futures-io v0.3.8 [INFO] [stderr] Checking fastrand v1.4.0 [INFO] [stderr] Checking oorandom v11.1.3 [INFO] [stderr] Checking async-channel v1.5.1 [INFO] [stderr] Checking crossbeam-channel v0.5.0 [INFO] [stderr] Checking crossbeam-epoch v0.9.1 [INFO] [stderr] Compiling quote v1.0.7 [INFO] [stderr] Checking futures-lite v1.11.2 [INFO] [stderr] Checking num_cpus v1.13.0 [INFO] [stderr] Checking atty v0.2.14 [INFO] [stderr] Checking crossbeam-deque v0.8.0 [INFO] [stderr] Checking nanorand v0.5.1 [INFO] [stderr] Checking flume v0.10.0 [INFO] [stderr] Checking regex v1.4.2 [INFO] [stderr] Checking bstr v0.2.14 [INFO] [stderr] Checking serde_cbor v0.11.1 [INFO] [stderr] Checking csv v1.1.5 [INFO] [stderr] Checking tinytemplate v1.1.0 [INFO] [stderr] Checking process v0.1.0 (/opt/rustwide/workdir/process) [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] --> process/src/main.rs:110:62 [INFO] [stdout] | [INFO] [stdout] 110 | .and_then(|file| results.oneshot.send.write_csv(&mut BufWriter::new(file))) [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] = 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] --> process/src/main.rs:116:62 [INFO] [stdout] | [INFO] [stdout] 116 | .and_then(|file| results.oneshot.recv.write_csv(&mut BufWriter::new(file))) [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] --> process/src/main.rs:122:59 [INFO] [stdout] | [INFO] [stdout] 122 | .and_then(|file| results.mpmc.send.write_csv(&mut BufWriter::new(file))) [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] --> process/src/main.rs:128:59 [INFO] [stdout] | [INFO] [stdout] 128 | .and_then(|file| results.mpmc.recv.write_csv(&mut BufWriter::new(file))) [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] --> process/src/main.rs:110:62 [INFO] [stdout] | [INFO] [stdout] 110 | .and_then(|file| results.oneshot.send.write_csv(&mut BufWriter::new(file))) [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] = 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] --> process/src/get_results.rs:72:13 [INFO] [stdout] | [INFO] [stdout] 71 | .map_err(|e| { [INFO] [stdout] | - these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 72 | / match e.kind() { [INFO] [stdout] 73 | | csv::ErrorKind::Io(e) if e.kind() == io::ErrorKind::NotFound => { [INFO] [stdout] 74 | | anyhow!("Benchmarks have not been run") [INFO] [stdout] 75 | | }, [INFO] [stdout] 76 | | _ => anyhow::Error::from(e), [INFO] [stdout] 77 | | } [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] --> process/src/main.rs:116:62 [INFO] [stdout] | [INFO] [stdout] 116 | .and_then(|file| results.oneshot.recv.write_csv(&mut BufWriter::new(file))) [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] --> process/src/main.rs:122:59 [INFO] [stdout] | [INFO] [stdout] 122 | .and_then(|file| results.mpmc.send.write_csv(&mut BufWriter::new(file))) [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] --> process/src/main.rs:128:59 [INFO] [stdout] | [INFO] [stdout] 128 | .and_then(|file| results.mpmc.recv.write_csv(&mut BufWriter::new(file))) [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] --> process/src/get_results.rs:72:13 [INFO] [stdout] | [INFO] [stdout] 71 | .map_err(|e| { [INFO] [stdout] | - these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 72 | / match e.kind() { [INFO] [stdout] 73 | | csv::ErrorKind::Io(e) if e.kind() == io::ErrorKind::NotFound => { [INFO] [stdout] 74 | | anyhow!("Benchmarks have not been run") [INFO] [stdout] 75 | | }, [INFO] [stdout] 76 | | _ => anyhow::Error::from(e), [INFO] [stdout] 77 | | } [INFO] [stdout] | |_____________^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 5 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 5 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `process` (bin "process") due to 6 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not compile `process` (bin "process" test) due to 6 previous errors [INFO] running `Command { std: "docker" "inspect" "e1a589484367ded51d33a24b85eb5daaac45a8fc2bd48c9c557aa643da4e363b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e1a589484367ded51d33a24b85eb5daaac45a8fc2bd48c9c557aa643da4e363b", kill_on_drop: false }` [INFO] [stdout] e1a589484367ded51d33a24b85eb5daaac45a8fc2bd48c9c557aa643da4e363b