[INFO] fetching crate aws-local 0.1.1... [INFO] checking aws-local-0.1.1 against master#1f12b9b0fdbe735968ac002792a720f0ba4faca6 for crater-rollup-uwu [INFO] extracting crate aws-local 0.1.1 into /workspace/builds/worker-0-tc1/source [INFO] validating manifest of crates.io crate aws-local 0.1.1 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 crates.io crate aws-local 0.1.1 [INFO] finished tweaking crates.io crate aws-local 0.1.1 [INFO] tweaked toml for crates.io crate aws-local 0.1.1 written to /workspace/builds/worker-0-tc1/source/Cargo.toml [INFO] crate crates.io crate aws-local 0.1.1 already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1f12b9b0fdbe735968ac002792a720f0ba4faca6" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded query_map v0.7.0 [INFO] [stderr] Downloaded http-serde v2.0.0 [INFO] [stderr] Downloaded anstyle v1.0.5 [INFO] [stderr] Downloaded http-body-util v0.1.0 [INFO] [stderr] Downloaded serde_path_to_error v0.1.15 [INFO] [stderr] Downloaded wasm-bindgen-futures v0.4.40 [INFO] [stderr] Downloaded clap v4.4.18 [INFO] [stderr] Downloaded hyper-util v0.1.2 [INFO] [stderr] Downloaded aws_lambda_events v0.13.1 [INFO] [stderr] Downloaded js-sys v0.3.67 [INFO] [stderr] Downloaded chrono v0.4.33 [INFO] [stderr] Downloaded clap_builder v4.4.18 [INFO] [stderr] Downloaded reqwest v0.11.24 [INFO] [stderr] Downloaded hyper v1.1.0 [INFO] [stderr] Downloaded axum v0.7.4 [INFO] [stderr] Downloaded h2 v0.4.2 [INFO] [stderr] Downloaded web-sys v0.3.67 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:923055f121b5182466d55868a8b05e67af8ba4a3a3f6bad814e953ca3cd3ac2a" "/opt/rustwide/cargo-home/bin/cargo" "+1f12b9b0fdbe735968ac002792a720f0ba4faca6" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 6680cedd2650fb2cca0e453b55f2cc43b73b05e546f64e2008766bc6052be649 [INFO] running `Command { std: "docker" "start" "-a" "6680cedd2650fb2cca0e453b55f2cc43b73b05e546f64e2008766bc6052be649", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "6680cedd2650fb2cca0e453b55f2cc43b73b05e546f64e2008766bc6052be649", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6680cedd2650fb2cca0e453b55f2cc43b73b05e546f64e2008766bc6052be649", kill_on_drop: false }` [INFO] [stdout] 6680cedd2650fb2cca0e453b55f2cc43b73b05e546f64e2008766bc6052be649 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:923055f121b5182466d55868a8b05e67af8ba4a3a3f6bad814e953ca3cd3ac2a" "/opt/rustwide/cargo-home/bin/cargo" "+1f12b9b0fdbe735968ac002792a720f0ba4faca6" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] b2bcee0bda105971b1fb323a87433a2f951afe7ab4a346df7aff612cde6dbcdf [INFO] running `Command { std: "docker" "start" "-a" "b2bcee0bda105971b1fb323a87433a2f951afe7ab4a346df7aff612cde6dbcdf", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.78 [INFO] [stderr] Compiling serde v1.0.196 [INFO] [stderr] Compiling libc v0.2.152 [INFO] [stderr] Checking itoa v1.0.10 [INFO] [stderr] Checking futures-util v0.3.30 [INFO] [stderr] Checking tracing v0.1.40 [INFO] [stderr] Compiling rustversion v1.0.14 [INFO] [stderr] Checking hashbrown v0.14.3 [INFO] [stderr] Checking httparse v1.8.0 [INFO] [stderr] Checking unicode-normalization v0.1.22 [INFO] [stderr] Compiling thiserror v1.0.56 [INFO] [stderr] Compiling serde_json v1.0.113 [INFO] [stderr] Checking tower-service v0.3.2 [INFO] [stderr] Checking ryu v1.0.16 [INFO] [stderr] Checking idna v0.5.0 [INFO] [stderr] Checking log v0.4.20 [INFO] [stderr] Checking indexmap v2.1.0 [INFO] [stderr] Compiling async-trait v0.1.77 [INFO] [stderr] Checking sha1 v0.10.6 [INFO] [stderr] Checking url v2.5.0 [INFO] [stderr] Compiling quote v1.0.35 [INFO] [stderr] Compiling axum-core v0.4.3 [INFO] [stderr] Compiling num-traits v0.2.17 [INFO] [stderr] Checking data-encoding v2.5.0 [INFO] [stderr] Checking tower-layer v0.3.2 [INFO] [stderr] Compiling syn v2.0.48 [INFO] [stderr] Checking utf-8 v0.7.6 [INFO] [stderr] Compiling axum v0.7.4 [INFO] [stderr] Checking anstyle v1.0.5 [INFO] [stderr] Checking mio v0.8.10 [INFO] [stderr] Checking socket2 v0.5.5 [INFO] [stderr] Checking getrandom v0.2.12 [INFO] [stderr] Checking clap_lex v0.6.0 [INFO] [stderr] Checking memchr v2.7.1 [INFO] [stderr] Checking clap_builder v4.4.18 [INFO] [stderr] Checking rand_core v0.6.4 [INFO] [stderr] Checking rand_chacha v0.3.1 [INFO] [stderr] Checking rand v0.8.5 [INFO] [stderr] Checking chrono v0.4.33 [INFO] [stderr] Compiling serde_derive v1.0.196 [INFO] [stderr] Compiling tokio-macros v2.2.0 [INFO] [stderr] Compiling thiserror-impl v1.0.56 [INFO] [stderr] Compiling pin-project-internal v1.1.4 [INFO] [stderr] Compiling clap_derive v4.4.7 [INFO] [stderr] Checking pin-project v1.1.4 [INFO] [stderr] Checking clap v4.4.18 [INFO] [stderr] Checking bytes v1.5.0 [INFO] [stderr] Checking serde_urlencoded v0.7.1 [INFO] [stderr] Checking query_map v0.7.0 [INFO] [stderr] Checking serde_path_to_error v0.1.15 [INFO] [stderr] Checking http v1.0.0 [INFO] [stderr] Checking tokio v1.36.0 [INFO] [stderr] Checking http v0.2.11 [INFO] [stderr] Checking http-body v1.0.0 [INFO] [stderr] Checking tungstenite v0.21.0 [INFO] [stderr] Checking http-serde v2.0.0 [INFO] [stderr] Checking http-body-util v0.1.0 [INFO] [stderr] Checking aws_lambda_events v0.13.1 [INFO] [stderr] Checking http-body v0.4.6 [INFO] [stderr] Checking tokio-util v0.7.10 [INFO] [stderr] Checking tower v0.4.13 [INFO] [stderr] Checking tokio-tungstenite v0.21.0 [INFO] [stderr] Checking h2 v0.4.2 [INFO] [stderr] Checking h2 v0.3.24 [INFO] [stderr] Checking hyper v1.1.0 [INFO] [stderr] Checking hyper v0.14.28 [INFO] [stderr] Checking hyper-util v0.1.2 [INFO] [stderr] Checking reqwest v0.11.24 [INFO] [stderr] Checking aws-local v0.1.1 (/opt/rustwide/workdir) [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 30.02s [INFO] running `Command { std: "docker" "inspect" "b2bcee0bda105971b1fb323a87433a2f951afe7ab4a346df7aff612cde6dbcdf", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b2bcee0bda105971b1fb323a87433a2f951afe7ab4a346df7aff612cde6dbcdf", kill_on_drop: false }` [INFO] [stdout] b2bcee0bda105971b1fb323a87433a2f951afe7ab4a346df7aff612cde6dbcdf [INFO] checking aws-local-0.1.1 against try#f9935d29d867449445ee008640ccca1bf1ae0889+rustflags=-Dtail_expr_drop_order for crater-rollup-uwu [INFO] extracting crate aws-local 0.1.1 into /workspace/builds/worker-0-tc2/source [INFO] validating manifest of crates.io crate aws-local 0.1.1 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 crates.io crate aws-local 0.1.1 [INFO] finished tweaking crates.io crate aws-local 0.1.1 [INFO] tweaked toml for crates.io crate aws-local 0.1.1 written to /workspace/builds/worker-0-tc2/source/Cargo.toml [INFO] crate crates.io crate aws-local 0.1.1 already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+f9935d29d867449445ee008640ccca1bf1ae0889" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:923055f121b5182466d55868a8b05e67af8ba4a3a3f6bad814e953ca3cd3ac2a" "/opt/rustwide/cargo-home/bin/cargo" "+f9935d29d867449445ee008640ccca1bf1ae0889" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 02a5a0e1c9edb774aa89ec4318b74be2674802de8925ef0e39df5c1630cf9cf7 [INFO] running `Command { std: "docker" "start" "-a" "02a5a0e1c9edb774aa89ec4318b74be2674802de8925ef0e39df5c1630cf9cf7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "02a5a0e1c9edb774aa89ec4318b74be2674802de8925ef0e39df5c1630cf9cf7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "02a5a0e1c9edb774aa89ec4318b74be2674802de8925ef0e39df5c1630cf9cf7", kill_on_drop: false }` [INFO] [stdout] 02a5a0e1c9edb774aa89ec4318b74be2674802de8925ef0e39df5c1630cf9cf7 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid -Dtail_expr_drop_order" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:923055f121b5182466d55868a8b05e67af8ba4a3a3f6bad814e953ca3cd3ac2a" "/opt/rustwide/cargo-home/bin/cargo" "+f9935d29d867449445ee008640ccca1bf1ae0889" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 1ebbd3b918ef5b291522e0c1b5702bcb87a1e85cb568dbf78202606607fe5db1 [INFO] running `Command { std: "docker" "start" "-a" "1ebbd3b918ef5b291522e0c1b5702bcb87a1e85cb568dbf78202606607fe5db1", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.78 [INFO] [stderr] Compiling serde v1.0.196 [INFO] [stderr] Checking itoa v1.0.10 [INFO] [stderr] Compiling libc v0.2.152 [INFO] [stderr] Checking futures-util v0.3.30 [INFO] [stderr] Checking tracing v0.1.40 [INFO] [stderr] Checking hashbrown v0.14.3 [INFO] [stderr] Compiling rustversion v1.0.14 [INFO] [stderr] Checking httparse v1.8.0 [INFO] [stderr] Checking unicode-normalization v0.1.22 [INFO] [stderr] Checking ryu v1.0.16 [INFO] [stderr] Compiling serde_json v1.0.113 [INFO] [stderr] Compiling thiserror v1.0.56 [INFO] [stderr] Checking indexmap v2.1.0 [INFO] [stderr] Checking tower-service v0.3.2 [INFO] [stderr] Checking idna v0.5.0 [INFO] [stderr] Compiling async-trait v0.1.77 [INFO] [stderr] Compiling quote v1.0.35 [INFO] [stderr] Checking log v0.4.20 [INFO] [stderr] Checking sha1 v0.10.6 [INFO] [stderr] Checking url v2.5.0 [INFO] [stderr] Compiling syn v2.0.48 [INFO] [stderr] Compiling axum-core v0.4.3 [INFO] [stderr] Compiling num-traits v0.2.17 [INFO] [stderr] Checking utf-8 v0.7.6 [INFO] [stderr] Checking tower-layer v0.3.2 [INFO] [stderr] Checking data-encoding v2.5.0 [INFO] [stderr] Compiling axum v0.7.4 [INFO] [stderr] Checking anstyle v1.0.5 [INFO] [stderr] Checking clap_lex v0.6.0 [INFO] [stderr] Checking memchr v2.7.1 [INFO] [stderr] Checking mio v0.8.10 [INFO] [stderr] Checking socket2 v0.5.5 [INFO] [stderr] Checking getrandom v0.2.12 [INFO] [stderr] Checking clap_builder v4.4.18 [INFO] [stderr] Checking rand_core v0.6.4 [INFO] [stderr] Checking rand_chacha v0.3.1 [INFO] [stderr] Checking rand v0.8.5 [INFO] [stderr] Checking chrono v0.4.33 [INFO] [stderr] Compiling serde_derive v1.0.196 [INFO] [stderr] Compiling tokio-macros v2.2.0 [INFO] [stderr] Compiling thiserror-impl v1.0.56 [INFO] [stderr] Compiling pin-project-internal v1.1.4 [INFO] [stderr] Compiling clap_derive v4.4.7 [INFO] [stderr] Checking pin-project v1.1.4 [INFO] [stderr] Checking clap v4.4.18 [INFO] [stderr] Checking bytes v1.5.0 [INFO] [stderr] Checking serde_urlencoded v0.7.1 [INFO] [stderr] Checking query_map v0.7.0 [INFO] [stderr] Checking serde_path_to_error v0.1.15 [INFO] [stderr] Checking http v1.0.0 [INFO] [stderr] Checking tokio v1.36.0 [INFO] [stderr] Checking http v0.2.11 [INFO] [stderr] Checking http-body v1.0.0 [INFO] [stderr] Checking tungstenite v0.21.0 [INFO] [stderr] Checking http-serde v2.0.0 [INFO] [stderr] Checking http-body v0.4.6 [INFO] [stderr] Checking http-body-util v0.1.0 [INFO] [stderr] Checking aws_lambda_events v0.13.1 [INFO] [stderr] Checking tokio-util v0.7.10 [INFO] [stderr] Checking tower v0.4.13 [INFO] [stderr] Checking tokio-tungstenite v0.21.0 [INFO] [stderr] Checking h2 v0.4.2 [INFO] [stderr] Checking h2 v0.3.24 [INFO] [stderr] Checking hyper v0.14.28 [INFO] [stderr] Checking hyper v1.1.0 [INFO] [stderr] Checking hyper-util v0.1.2 [INFO] [stderr] Checking reqwest v0.11.24 [INFO] [stderr] Checking aws-local v0.1.1 (/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/handler.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 17 | fn into_response(self) -> Response { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 18 | let mut builder = Response::builder().status(self.status_code); [INFO] [stdout] | ------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 26 | builder.body(Body::from(self.body)).unwrap() [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/request.rs:72:26 [INFO] [stdout] | [INFO] [stdout] 37 | pub fn into_http_request(self) -> ApiGatewayV2httpRequest { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 53 | let context = ApiGatewayV2httpRequestContext { [INFO] [stdout] | ------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 72 | http_method: context.http.method.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/request.rs:76:38 [INFO] [stdout] | [INFO] [stdout] 37 | pub fn into_http_request(self) -> ApiGatewayV2httpRequest { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 53 | let context = ApiGatewayV2httpRequestContext { [INFO] [stdout] | ------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 76 | query_string_parameters: self.query.into(), [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/request.rs:80:15 [INFO] [stdout] | [INFO] [stdout] 37 | pub fn into_http_request(self) -> ApiGatewayV2httpRequest { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 53 | let context = ApiGatewayV2httpRequestContext { [INFO] [stdout] | ------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 80 | ..Default::default() [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/response.rs:65:12 [INFO] [stdout] | [INFO] [stdout] 38 | pub fn from_http_response(response: ApiGatewayV2httpResponse) -> Result { [INFO] [stdout] | ---------------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 59 | let body = match response.body { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 65 | Ok(Self { [INFO] [stdout] | ____________^ [INFO] [stdout] 66 | | status_code: status_code, [INFO] [stdout] 67 | | headers: response.headers, [INFO] [stdout] 68 | | body: body, [INFO] [stdout] 69 | | }) [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/server.rs:32:13 [INFO] [stdout] | [INFO] [stdout] 31 | fn raise_binding(address: SocketAddr, error: std::io::Error) -> Result { [INFO] [stdout] | --------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 32 | Err(Self::Binding { [INFO] [stdout] | _____________^ [INFO] [stdout] 33 | | address: address, [INFO] [stdout] 34 | | error: error, [INFO] [stdout] 35 | | }) [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/server.rs:39:13 [INFO] [stdout] | [INFO] [stdout] 38 | fn raise_serving(address: SocketAddr, error: std::io::Error) -> Result { [INFO] [stdout] | --------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 39 | Err(Self::Serving { [INFO] [stdout] | _____________^ [INFO] [stdout] 40 | | address: address, [INFO] [stdout] 41 | | error: error, [INFO] [stdout] 42 | | }) [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/server.rs:46:13 [INFO] [stdout] | [INFO] [stdout] 45 | fn raise_reqwest(error: reqwest::Error) -> Result { [INFO] [stdout] | --------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 46 | Err(Self::Reqwest { error: error }) [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/server.rs:61:12 [INFO] [stdout] | [INFO] [stdout] 56 | let lambda = match reqwest::Client::builder().http1_only().build() { [INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 57 | Ok(gateway) => LambdaFunction::new(config.function_name, gateway), [INFO] [stdout] | ------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 58 | Err(error) => return ServerError::raise_reqwest(error), [INFO] [stdout] | ----- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 61 | Ok(Server { lambda }) [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 9 previous errors [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/handler.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 17 | fn into_response(self) -> Response { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 18 | let mut builder = Response::builder().status(self.status_code); [INFO] [stdout] | ------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 26 | builder.body(Body::from(self.body)).unwrap() [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/request.rs:72:26 [INFO] [stdout] | [INFO] [stdout] 37 | pub fn into_http_request(self) -> ApiGatewayV2httpRequest { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 53 | let context = ApiGatewayV2httpRequestContext { [INFO] [stdout] | ------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 72 | http_method: context.http.method.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/request.rs:76:38 [INFO] [stdout] | [INFO] [stdout] 37 | pub fn into_http_request(self) -> ApiGatewayV2httpRequest { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 53 | let context = ApiGatewayV2httpRequestContext { [INFO] [stdout] | ------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 76 | query_string_parameters: self.query.into(), [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/request.rs:80:15 [INFO] [stdout] | [INFO] [stdout] 37 | pub fn into_http_request(self) -> ApiGatewayV2httpRequest { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 53 | let context = ApiGatewayV2httpRequestContext { [INFO] [stdout] | ------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 80 | ..Default::default() [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/response.rs:65:12 [INFO] [stdout] | [INFO] [stdout] 38 | pub fn from_http_response(response: ApiGatewayV2httpResponse) -> Result { [INFO] [stdout] | ---------------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 59 | let body = match response.body { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 65 | Ok(Self { [INFO] [stdout] | ____________^ [INFO] [stdout] 66 | | status_code: status_code, [INFO] [stdout] 67 | | headers: response.headers, [INFO] [stdout] 68 | | body: body, [INFO] [stdout] 69 | | }) [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/server.rs:32:13 [INFO] [stdout] | [INFO] [stdout] 31 | fn raise_binding(address: SocketAddr, error: std::io::Error) -> Result { [INFO] [stdout] | --------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 32 | Err(Self::Binding { [INFO] [stdout] | _____________^ [INFO] [stdout] 33 | | address: address, [INFO] [stdout] 34 | | error: error, [INFO] [stdout] 35 | | }) [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/server.rs:39:13 [INFO] [stdout] | [INFO] [stdout] 38 | fn raise_serving(address: SocketAddr, error: std::io::Error) -> Result { [INFO] [stdout] | --------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 39 | Err(Self::Serving { [INFO] [stdout] | _____________^ [INFO] [stdout] 40 | | address: address, [INFO] [stdout] 41 | | error: error, [INFO] [stdout] 42 | | }) [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/server.rs:46:13 [INFO] [stdout] | [INFO] [stdout] 45 | fn raise_reqwest(error: reqwest::Error) -> Result { [INFO] [stdout] | --------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 46 | Err(Self::Reqwest { error: error }) [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/server.rs:61:12 [INFO] [stdout] | [INFO] [stdout] 56 | let lambda = match reqwest::Client::builder().http1_only().build() { [INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 57 | Ok(gateway) => LambdaFunction::new(config.function_name, gateway), [INFO] [stdout] | ------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 58 | Err(error) => return ServerError::raise_reqwest(error), [INFO] [stdout] | ----- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 61 | Ok(Server { lambda }) [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 9 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `aws-local` (bin "aws-local") due to 10 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not compile `aws-local` (bin "aws-local" test) due to 10 previous errors [INFO] running `Command { std: "docker" "inspect" "1ebbd3b918ef5b291522e0c1b5702bcb87a1e85cb568dbf78202606607fe5db1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1ebbd3b918ef5b291522e0c1b5702bcb87a1e85cb568dbf78202606607fe5db1", kill_on_drop: false }` [INFO] [stdout] 1ebbd3b918ef5b291522e0c1b5702bcb87a1e85cb568dbf78202606607fe5db1