[INFO] fetching crate ellp 0.2.0... [INFO] checking ellp-0.2.0 against try#4d98531622e1718ae0bc3c7a1ab9cd8938428452+rustflags=-Dtail_expr_drop_order for pr-129604 [INFO] extracting crate ellp 0.2.0 into /workspace/builds/worker-7-tc2/source [INFO] validating manifest of crates.io crate ellp 0.2.0 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 crates.io crate ellp 0.2.0 [INFO] finished tweaking crates.io crate ellp 0.2.0 [INFO] tweaked toml for crates.io crate ellp 0.2.0 written to /workspace/builds/worker-7-tc2/source/Cargo.toml [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+4d98531622e1718ae0bc3c7a1ab9cd8938428452" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 62 packages to latest compatible versions [INFO] [stderr] Adding colored v1.9.4 (latest: v2.1.0) [INFO] [stderr] Adding windows-core v0.52.0 (latest: v0.58.0) [INFO] [stderr] Adding windows-sys v0.52.0 (latest: v0.59.0) [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] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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] ee6f0dc71a6f3e94778a6a9d35beae749e18299cc281a7e5a8bb22e87bf6e0d4 [INFO] running `Command { std: "docker" "start" "-a" "ee6f0dc71a6f3e94778a6a9d35beae749e18299cc281a7e5a8bb22e87bf6e0d4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "ee6f0dc71a6f3e94778a6a9d35beae749e18299cc281a7e5a8bb22e87bf6e0d4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ee6f0dc71a6f3e94778a6a9d35beae749e18299cc281a7e5a8bb22e87bf6e0d4", kill_on_drop: false }` [INFO] [stdout] ee6f0dc71a6f3e94778a6a9d35beae749e18299cc281a7e5a8bb22e87bf6e0d4 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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] 306b24309c852efd38545fbc3f145c6b60afb289399df1f5237160dbfd035bcc [INFO] running `Command { std: "docker" "start" "-a" "306b24309c852efd38545fbc3f145c6b60afb289399df1f5237160dbfd035bcc", kill_on_drop: false }` [INFO] [stderr] Checking bytemuck v1.17.1 [INFO] [stderr] Compiling matrixmultiply v0.3.9 [INFO] [stderr] Checking rawpointer v0.2.1 [INFO] [stderr] Checking num-complex v0.4.6 [INFO] [stderr] Checking approx v0.5.1 [INFO] [stderr] Checking num-integer v0.1.46 [INFO] [stderr] Compiling thiserror-impl v1.0.63 [INFO] [stderr] Compiling nalgebra-macros v0.2.2 [INFO] [stderr] Checking lazy_static v1.5.0 [INFO] [stderr] Checking colored v1.9.4 [INFO] [stderr] Checking iana-time-zone v0.1.60 [INFO] [stderr] Checking safe_arch v0.7.2 [INFO] [stderr] Checking chrono v0.4.38 [INFO] [stderr] Checking num-rational v0.4.2 [INFO] [stderr] Checking fern v0.6.2 [INFO] [stderr] Checking wide v0.7.28 [INFO] [stderr] Checking thiserror v1.0.63 [INFO] [stderr] Checking simba v0.9.0 [INFO] [stderr] Checking nalgebra v0.33.0 [INFO] [stderr] Checking ellp v0.2.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated type alias `nalgebra::DVectorSlice`: Use DVectorView instead. See [issue #1076](https://github.com/dimforge/nalgebra/issues/1076) for more information. [INFO] [stdout] --> src/solver.rs:51:34 [INFO] [stdout] | [INFO] [stdout] 51 | pub fn x(&self) -> nalgebra::DVectorSlice { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `nalgebra::Dynamic`: use Dyn instead. [INFO] [stdout] --> src/solvers/primal/primal_simplex_solver.rs:239:49 [INFO] [stdout] | [INFO] [stdout] 239 | lu_decomp: &nalgebra::LU, [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `nalgebra::Dynamic`: use Dyn instead. [INFO] [stdout] --> src/solvers/primal/primal_simplex_solver.rs:239:68 [INFO] [stdout] | [INFO] [stdout] 239 | lu_decomp: &nalgebra::LU, [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `nalgebra::DVectorSlice`: Use DVectorView instead. See [issue #1076](https://github.com/dimforge/nalgebra/issues/1076) for more information. [INFO] [stdout] --> src/standard_form.rs:71:71 [INFO] [stdout] | [INFO] [stdout] 71 | pub fn extract_solution<'a>(&self, point: &'a Point) -> nalgebra::DVectorSlice<'a, f64> { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `nalgebra::DVectorSlice`: Use DVectorView instead. See [issue #1076](https://github.com/dimforge/nalgebra/issues/1076) for more information. [INFO] [stdout] --> src/solver.rs:51:34 [INFO] [stdout] | [INFO] [stdout] 51 | pub fn x(&self) -> nalgebra::DVectorSlice { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `nalgebra::Dynamic`: use Dyn instead. [INFO] [stdout] --> src/solvers/primal/primal_simplex_solver.rs:239:49 [INFO] [stdout] | [INFO] [stdout] 239 | lu_decomp: &nalgebra::LU, [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `nalgebra::Dynamic`: use Dyn instead. [INFO] [stdout] --> src/solvers/primal/primal_simplex_solver.rs:239:68 [INFO] [stdout] | [INFO] [stdout] 239 | lu_decomp: &nalgebra::LU, [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `nalgebra::DVectorSlice`: Use DVectorView instead. See [issue #1076](https://github.com/dimforge/nalgebra/issues/1076) for more information. [INFO] [stdout] --> src/standard_form.rs:71:71 [INFO] [stdout] | [INFO] [stdout] 71 | pub fn extract_solution<'a>(&self, point: &'a Point) -> nalgebra::DVectorSlice<'a, f64> { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated method `nalgebra::base::matrix_view::>::slice`: Use view instead. See [issue #1076](https://github.com/dimforge/nalgebra/issues/1076) for more information. [INFO] [stdout] --> src/solvers/primal/primal_problem.rs:169:18 [INFO] [stdout] | [INFO] [stdout] 169 | .slice((0, 0), (max_rank, max_rank)) [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated method `nalgebra::base::matrix_view::>::slice`: Use view instead. See [issue #1076](https://github.com/dimforge/nalgebra/issues/1076) for more information. [INFO] [stdout] --> src/solvers/primal/primal_problem.rs:202:23 [INFO] [stdout] | [INFO] [stdout] 202 | let L = L.slice((0, 0), (rank, rank)); [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated method `nalgebra::base::matrix_view::>::slice`: Use view instead. See [issue #1076](https://github.com/dimforge/nalgebra/issues/1076) for more information. [INFO] [stdout] --> src/solvers/primal/primal_problem.rs:205:23 [INFO] [stdout] | [INFO] [stdout] 205 | let U = U.slice((0, 0), (rank, rank)); [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated method `nalgebra::base::matrix_view::>::slice`: Use view instead. See [issue #1076](https://github.com/dimforge/nalgebra/issues/1076) for more information. [INFO] [stdout] --> src/solvers/primal/primal_problem.rs:169:18 [INFO] [stdout] | [INFO] [stdout] 169 | .slice((0, 0), (max_rank, max_rank)) [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated method `nalgebra::base::matrix_view::>::slice`: Use view instead. See [issue #1076](https://github.com/dimforge/nalgebra/issues/1076) for more information. [INFO] [stdout] --> src/solvers/primal/primal_problem.rs:202:23 [INFO] [stdout] | [INFO] [stdout] 202 | let L = L.slice((0, 0), (rank, rank)); [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated method `nalgebra::base::matrix_view::>::slice`: Use view instead. See [issue #1076](https://github.com/dimforge/nalgebra/issues/1076) for more information. [INFO] [stdout] --> src/solvers/primal/primal_problem.rs:205:23 [INFO] [stdout] | [INFO] [stdout] 205 | let U = U.slice((0, 0), (rank, rank)); [INFO] [stdout] | ^^^^^ [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/solvers/dual/dual_simplex_solver.rs:84:12 [INFO] [stdout] | [INFO] [stdout] 33 | pub fn solve(&self, prob: Problem) -> EllPResult { [INFO] [stdout] | ------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 34 | let mut phase_1: DualPhase1 = match prob.into() { [INFO] [stdout] | ------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 35 | Some(phase_1) => phase_1, [INFO] [stdout] | ------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 41 | let mut phase_2: DualPhase2 = match self.solve_with_initial(&mut phase_1)? { [INFO] [stdout] | ------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 57 | let result = primal_solver.solve(phase_1.into_orig_prob())?; [INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 84 | Ok(match self.solve_with_initial(&mut phase_2)? { [INFO] [stdout] | ____________^ [INFO] [stdout] 85 | | SolutionStatus::Optimal => { [INFO] [stdout] 86 | | let opt_pt = OptimalPoint::new(phase_2.point.into_pt()); [INFO] [stdout] ... | [INFO] [stdout] 106 | | } [INFO] [stdout] 107 | | }) [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] = 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/solvers/primal/primal_problem.rs:255:14 [INFO] [stdout] | [INFO] [stdout] 81 | fn from(prob: Problem) -> Self { [INFO] [stdout] | ------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 82 | let mut std_form: StandardForm = match prob.into() { [INFO] [stdout] | -------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 83 | Some(std_form) => std_form, [INFO] [stdout] | -------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 255 | Some(PrimalPhase1 { [INFO] [stdout] | ______________^ [INFO] [stdout] 256 | | phase_1_vars, [INFO] [stdout] 257 | | std_form, [INFO] [stdout] 258 | | point: PrimalFeasiblePoint(Point { x: v, N, B }), [INFO] [stdout] 259 | | }) [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/solvers/primal/primal_simplex_solver.rs:69:12 [INFO] [stdout] | [INFO] [stdout] 32 | pub fn solve(&self, prob: Problem) -> EllPResult { [INFO] [stdout] | ------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 33 | let mut phase_1: PrimalPhase1 = match prob.into() { [INFO] [stdout] | ------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 34 | Some(phase_1) => phase_1, [INFO] [stdout] | ------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 40 | let mut phase_2: PrimalPhase2 = match self.solve_with_initial(&mut phase_1)? { [INFO] [stdout] | ------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 69 | Ok(match self.solve_with_initial(&mut phase_2)? { [INFO] [stdout] | ____________^ [INFO] [stdout] 70 | | SolutionStatus::Optimal => { [INFO] [stdout] 71 | | let opt_pt = OptimalPoint::new(phase_2.point.into_pt()); [INFO] [stdout] ... | [INFO] [stdout] 91 | | } [INFO] [stdout] 92 | | }) [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/standard_form.rs:183:14 [INFO] [stdout] | [INFO] [stdout] 79 | fn from(prob: Problem) -> Self { [INFO] [stdout] | ------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 183 | Some(StandardForm { [INFO] [stdout] | ______________^ [INFO] [stdout] 184 | | c, [INFO] [stdout] 185 | | A, [INFO] [stdout] 186 | | b, [INFO] [stdout] 187 | | bounds, [INFO] [stdout] 188 | | prob, [INFO] [stdout] 189 | | }) [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/solvers/dual/dual_simplex_solver.rs:84:12 [INFO] [stdout] | [INFO] [stdout] 33 | pub fn solve(&self, prob: Problem) -> EllPResult { [INFO] [stdout] | ------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 34 | let mut phase_1: DualPhase1 = match prob.into() { [INFO] [stdout] | ------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 35 | Some(phase_1) => phase_1, [INFO] [stdout] | ------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 41 | let mut phase_2: DualPhase2 = match self.solve_with_initial(&mut phase_1)? { [INFO] [stdout] | ------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 57 | let result = primal_solver.solve(phase_1.into_orig_prob())?; [INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 84 | Ok(match self.solve_with_initial(&mut phase_2)? { [INFO] [stdout] | ____________^ [INFO] [stdout] 85 | | SolutionStatus::Optimal => { [INFO] [stdout] 86 | | let opt_pt = OptimalPoint::new(phase_2.point.into_pt()); [INFO] [stdout] ... | [INFO] [stdout] 106 | | } [INFO] [stdout] 107 | | }) [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] = 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/solvers/primal/primal_problem.rs:255:14 [INFO] [stdout] | [INFO] [stdout] 81 | fn from(prob: Problem) -> Self { [INFO] [stdout] | ------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 82 | let mut std_form: StandardForm = match prob.into() { [INFO] [stdout] | -------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 83 | Some(std_form) => std_form, [INFO] [stdout] | -------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 255 | Some(PrimalPhase1 { [INFO] [stdout] | ______________^ [INFO] [stdout] 256 | | phase_1_vars, [INFO] [stdout] 257 | | std_form, [INFO] [stdout] 258 | | point: PrimalFeasiblePoint(Point { x: v, N, B }), [INFO] [stdout] 259 | | }) [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/solvers/primal/primal_simplex_solver.rs:69:12 [INFO] [stdout] | [INFO] [stdout] 32 | pub fn solve(&self, prob: Problem) -> EllPResult { [INFO] [stdout] | ------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 33 | let mut phase_1: PrimalPhase1 = match prob.into() { [INFO] [stdout] | ------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 34 | Some(phase_1) => phase_1, [INFO] [stdout] | ------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 40 | let mut phase_2: PrimalPhase2 = match self.solve_with_initial(&mut phase_1)? { [INFO] [stdout] | ------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 69 | Ok(match self.solve_with_initial(&mut phase_2)? { [INFO] [stdout] | ____________^ [INFO] [stdout] 70 | | SolutionStatus::Optimal => { [INFO] [stdout] 71 | | let opt_pt = OptimalPoint::new(phase_2.point.into_pt()); [INFO] [stdout] ... | [INFO] [stdout] 91 | | } [INFO] [stdout] 92 | | }) [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 4 previous errors; 7 warnings emitted [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/standard_form.rs:183:14 [INFO] [stdout] | [INFO] [stdout] 79 | fn from(prob: Problem) -> Self { [INFO] [stdout] | ------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 183 | Some(StandardForm { [INFO] [stdout] | ______________^ [INFO] [stdout] 184 | | c, [INFO] [stdout] 185 | | A, [INFO] [stdout] 186 | | b, [INFO] [stdout] 187 | | bounds, [INFO] [stdout] 188 | | prob, [INFO] [stdout] 189 | | }) [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] [stderr] error: could not compile `ellp` (lib test) due to 5 previous errors; 7 warnings emitted [INFO] [stdout] error: aborting due to 4 previous errors; 7 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not compile `ellp` (lib) due to 5 previous errors; 7 warnings emitted [INFO] running `Command { std: "docker" "inspect" "306b24309c852efd38545fbc3f145c6b60afb289399df1f5237160dbfd035bcc", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "306b24309c852efd38545fbc3f145c6b60afb289399df1f5237160dbfd035bcc", kill_on_drop: false }` [INFO] [stdout] 306b24309c852efd38545fbc3f145c6b60afb289399df1f5237160dbfd035bcc