[INFO] cloning repository https://github.com/gaku101/rust-tutorial [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/gaku101/rust-tutorial" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fgaku101%2Frust-tutorial", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fgaku101%2Frust-tutorial'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 803451cc74207e37e84e791d609115e3b076ad87 [INFO] checking gaku101/rust-tutorial against master#1f12b9b0fdbe735968ac002792a720f0ba4faca6 for crater-rollup-uwu [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fgaku101%2Frust-tutorial" "/workspace/builds/worker-3-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/gaku101/rust-tutorial 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/gaku101/rust-tutorial [INFO] finished tweaking git repo https://github.com/gaku101/rust-tutorial [INFO] tweaked toml for git repo https://github.com/gaku101/rust-tutorial written to /workspace/builds/worker-3-tc1/source/Cargo.toml [INFO] crate git repo https://github.com/gaku101/rust-tutorial 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] warning: unused manifest key: dependencies.hyper.feature [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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] d679b201d28e7dcdd706fb4d5b68a878360de14ee1fd378f98f9feabcc5530d5 [INFO] running `Command { std: "docker" "start" "-a" "d679b201d28e7dcdd706fb4d5b68a878360de14ee1fd378f98f9feabcc5530d5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "d679b201d28e7dcdd706fb4d5b68a878360de14ee1fd378f98f9feabcc5530d5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d679b201d28e7dcdd706fb4d5b68a878360de14ee1fd378f98f9feabcc5530d5", kill_on_drop: false }` [INFO] [stdout] d679b201d28e7dcdd706fb4d5b68a878360de14ee1fd378f98f9feabcc5530d5 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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] f57e9a3bfdbcbe827e7939dd8acabb84090bb7b9c1b9b72b805725113d1584e1 [INFO] running `Command { std: "docker" "start" "-a" "f57e9a3bfdbcbe827e7939dd8acabb84090bb7b9c1b9b72b805725113d1584e1", kill_on_drop: false }` [INFO] [stderr] warning: unused manifest key: dependencies.hyper.feature [INFO] [stderr] Compiling proc-macro2 v1.0.64 [INFO] [stderr] Compiling unicode-ident v1.0.10 [INFO] [stderr] Compiling quote v1.0.29 [INFO] [stderr] Compiling libc v0.2.147 [INFO] [stderr] Checking pin-project-lite v0.2.10 [INFO] [stderr] Compiling futures-core v0.3.28 [INFO] [stderr] Checking once_cell v1.18.0 [INFO] [stderr] Checking smallvec v1.11.0 [INFO] [stderr] Checking bytes v1.4.0 [INFO] [stderr] Compiling parking_lot_core v0.9.8 [INFO] [stderr] Checking itoa v1.0.8 [INFO] [stderr] Checking scopeguard v1.1.0 [INFO] [stderr] Compiling futures-task v0.3.28 [INFO] [stderr] Checking log v0.4.19 [INFO] [stderr] Compiling lock_api v0.4.10 [INFO] [stderr] Compiling tokio v1.29.1 [INFO] [stderr] Compiling futures-util v0.3.28 [INFO] [stderr] Compiling serde v1.0.171 [INFO] [stderr] Checking futures-sink v0.3.28 [INFO] [stderr] Compiling async-trait v0.1.71 [INFO] [stderr] Compiling futures-channel v0.3.28 [INFO] [stderr] Checking tracing-core v0.1.31 [INFO] [stderr] Checking ryu v1.0.14 [INFO] [stderr] Checking regex-syntax v0.7.3 [INFO] [stderr] Checking percent-encoding v2.3.0 [INFO] [stderr] Compiling memchr v2.5.0 [INFO] [stderr] Compiling serde_json v1.0.100 [INFO] [stderr] Checking try-lock v0.2.4 [INFO] [stderr] Checking httpdate v1.0.2 [INFO] [stderr] Checking want v0.3.1 [INFO] [stderr] Checking form_urlencoded v1.2.0 [INFO] [stderr] Compiling anyhow v1.0.71 [INFO] [stderr] Checking bitflags v1.3.2 [INFO] [stderr] Checking http-range-header v0.3.0 [INFO] [stderr] Compiling thiserror v1.0.43 [INFO] [stderr] Checking sharded-slab v0.1.4 [INFO] [stderr] Checking thread_local v1.1.7 [INFO] [stderr] Checking matchit v0.4.6 [INFO] [stderr] Checking sync_wrapper v0.1.2 [INFO] [stderr] Checking http v0.2.9 [INFO] [stderr] Checking tracing-log v0.1.3 [INFO] [stderr] Compiling syn v2.0.25 [INFO] [stderr] Checking signal-hook-registry v1.4.1 [INFO] [stderr] Checking num_cpus v1.16.0 [INFO] [stderr] Checking mio v0.8.8 [INFO] [stderr] Checking socket2 v0.4.9 [INFO] [stderr] Checking http-body v0.4.5 [INFO] [stderr] Checking parking_lot v0.12.1 [INFO] [stderr] Checking regex-automata v0.3.2 [INFO] [stderr] Checking regex v1.9.1 [INFO] [stderr] Compiling tokio-macros v2.1.0 [INFO] [stderr] Compiling tracing-attributes v0.1.26 [INFO] [stderr] Compiling pin-project-internal v1.1.2 [INFO] [stderr] Compiling serde_derive v1.0.171 [INFO] [stderr] Compiling thiserror-impl v1.0.43 [INFO] [stderr] Checking axum-core v0.1.2 [INFO] [stderr] Checking pin-project v1.1.2 [INFO] [stderr] Checking tracing v0.1.37 [INFO] [stderr] Checking tracing-subscriber v0.3.17 [INFO] [stderr] Checking tokio-util v0.7.8 [INFO] [stderr] Checking hyper v0.14.27 [INFO] [stderr] Checking tower v0.4.13 [INFO] [stderr] Checking serde_urlencoded v0.7.1 [INFO] [stderr] Checking tower-http v0.2.5 [INFO] [stderr] Checking axum v0.4.8 [INFO] [stderr] Checking my-todo v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused import: `axum::response::IntoResponse` [INFO] [stdout] --> src/repositories.rs:115:9 [INFO] [stdout] | [INFO] [stdout] 115 | use axum::response::IntoResponse; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable expression [INFO] [stdout] --> src/handlers.rs:25:5 [INFO] [stdout] | [INFO] [stdout] 24 | todo!(); [INFO] [stdout] | ------- any code following this expression is unreachable [INFO] [stdout] 25 | Ok(StatusCode::OK) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ unreachable expression [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unreachable_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `id` [INFO] [stdout] --> src/handlers.rs:21:10 [INFO] [stdout] | [INFO] [stdout] 21 | Path(id): Path, [INFO] [stdout] | ^^ help: if this is intentional, prefix it with an underscore: `_id` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `repository` [INFO] [stdout] --> src/handlers.rs:22:15 [INFO] [stdout] | [INFO] [stdout] 22 | Extension(repository): Extension>, [INFO] [stdout] | ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_repository` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable expression [INFO] [stdout] --> src/handlers.rs:25:5 [INFO] [stdout] | [INFO] [stdout] 24 | todo!(); [INFO] [stdout] | ------- any code following this expression is unreachable [INFO] [stdout] 25 | Ok(StatusCode::OK) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ unreachable expression [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unreachable_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `id` [INFO] [stdout] --> src/handlers.rs:21:10 [INFO] [stdout] | [INFO] [stdout] 21 | Path(id): Path, [INFO] [stdout] | ^^ help: if this is intentional, prefix it with an underscore: `_id` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `repository` [INFO] [stdout] --> src/handlers.rs:22:15 [INFO] [stdout] | [INFO] [stdout] 22 | Extension(repository): Extension>, [INFO] [stdout] | ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_repository` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this function depends on never type fallback being `()` [INFO] [stdout] --> src/handlers.rs:28:1 [INFO] [stdout] | [INFO] [stdout] 28 | / pub async fn all_todo( [INFO] [stdout] 29 | | Extension(repository): Extension>, [INFO] [stdout] 30 | | ) -> impl IntoResponse { [INFO] [stdout] | |______________________^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #123748 [INFO] [stdout] = help: specify the types explicitly [INFO] [stdout] note: in edition 2024, the requirement `!: IntoResponse` will fail [INFO] [stdout] --> src/handlers.rs:30:24 [INFO] [stdout] | [INFO] [stdout] 30 | ) -> impl IntoResponse { [INFO] [stdout] | ________________________^ [INFO] [stdout] 31 | | todo!() [INFO] [stdout] 32 | | } [INFO] [stdout] | |_^ [INFO] [stdout] = note: `#[warn(dependency_on_unit_never_type_fallback)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `repository` [INFO] [stdout] --> src/handlers.rs:29:15 [INFO] [stdout] | [INFO] [stdout] 29 | Extension(repository): Extension>, [INFO] [stdout] | ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_repository` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this function depends on never type fallback being `()` [INFO] [stdout] --> src/handlers.rs:28:1 [INFO] [stdout] | [INFO] [stdout] 28 | / pub async fn all_todo( [INFO] [stdout] 29 | | Extension(repository): Extension>, [INFO] [stdout] 30 | | ) -> impl IntoResponse { [INFO] [stdout] | |______________________^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #123748 [INFO] [stdout] = help: specify the types explicitly [INFO] [stdout] note: in edition 2024, the requirement `!: IntoResponse` will fail [INFO] [stdout] --> src/handlers.rs:30:24 [INFO] [stdout] | [INFO] [stdout] 30 | ) -> impl IntoResponse { [INFO] [stdout] | ________________________^ [INFO] [stdout] 31 | | todo!() [INFO] [stdout] 32 | | } [INFO] [stdout] | |_^ [INFO] [stdout] = note: `#[warn(dependency_on_unit_never_type_fallback)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable expression [INFO] [stdout] --> src/handlers.rs:40:5 [INFO] [stdout] | [INFO] [stdout] 39 | todo!(); [INFO] [stdout] | ------- any code following this expression is unreachable [INFO] [stdout] 40 | Ok(StatusCode::OK) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ unreachable expression [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `repository` [INFO] [stdout] --> src/handlers.rs:29:15 [INFO] [stdout] | [INFO] [stdout] 29 | Extension(repository): Extension>, [INFO] [stdout] | ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_repository` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `id` [INFO] [stdout] --> src/handlers.rs:35:10 [INFO] [stdout] | [INFO] [stdout] 35 | Path(id): Path, [INFO] [stdout] | ^^ help: if this is intentional, prefix it with an underscore: `_id` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `payload` [INFO] [stdout] --> src/handlers.rs:36:10 [INFO] [stdout] | [INFO] [stdout] 36 | Json(payload): Json, [INFO] [stdout] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_payload` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `repository` [INFO] [stdout] --> src/handlers.rs:37:15 [INFO] [stdout] | [INFO] [stdout] 37 | Extension(repository): Extension>, [INFO] [stdout] | ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_repository` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable expression [INFO] [stdout] --> src/handlers.rs:40:5 [INFO] [stdout] | [INFO] [stdout] 39 | todo!(); [INFO] [stdout] | ------- any code following this expression is unreachable [INFO] [stdout] 40 | Ok(StatusCode::OK) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ unreachable expression [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `id` [INFO] [stdout] --> src/handlers.rs:44:10 [INFO] [stdout] | [INFO] [stdout] 44 | Path(id): Path, [INFO] [stdout] | ^^ help: if this is intentional, prefix it with an underscore: `_id` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `repository` [INFO] [stdout] --> src/handlers.rs:45:15 [INFO] [stdout] | [INFO] [stdout] 45 | Extension(repository): Extension>, [INFO] [stdout] | ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_repository` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `id` [INFO] [stdout] --> src/handlers.rs:35:10 [INFO] [stdout] | [INFO] [stdout] 35 | Path(id): Path, [INFO] [stdout] | ^^ help: if this is intentional, prefix it with an underscore: `_id` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `payload` [INFO] [stdout] --> src/handlers.rs:36:10 [INFO] [stdout] | [INFO] [stdout] 36 | Json(payload): Json, [INFO] [stdout] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_payload` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `repository` [INFO] [stdout] --> src/handlers.rs:37:15 [INFO] [stdout] | [INFO] [stdout] 37 | Extension(repository): Extension>, [INFO] [stdout] | ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_repository` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `id` [INFO] [stdout] --> src/handlers.rs:44:10 [INFO] [stdout] | [INFO] [stdout] 44 | Path(id): Path, [INFO] [stdout] | ^^ help: if this is intentional, prefix it with an underscore: `_id` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `repository` [INFO] [stdout] --> src/handlers.rs:45:15 [INFO] [stdout] | [INFO] [stdout] 45 | Extension(repository): Extension>, [INFO] [stdout] | ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_repository` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: methods `find`, `all`, `update`, and `delete` are never used [INFO] [stdout] --> src/repositories.rs:17:8 [INFO] [stdout] | [INFO] [stdout] 15 | pub trait TodoRepository: Clone + std::marker::Send + std::marker::Sync + 'static { [INFO] [stdout] | -------------- methods in this trait [INFO] [stdout] 16 | fn create(&self, payload: CreateTodo) -> Todo; [INFO] [stdout] 17 | fn find(&self, id: i32) -> Option; [INFO] [stdout] | ^^^^ [INFO] [stdout] 18 | fn all(&self) -> Vec; [INFO] [stdout] | ^^^ [INFO] [stdout] 19 | fn update(&self, id: i32, payload: UpdateTodo) -> anyhow::Result; [INFO] [stdout] | ^^^^^^ [INFO] [stdout] 20 | fn delete(&self, id: i32) -> anyhow::Result<()>; [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 12 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 12 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.21s [INFO] running `Command { std: "docker" "inspect" "f57e9a3bfdbcbe827e7939dd8acabb84090bb7b9c1b9b72b805725113d1584e1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f57e9a3bfdbcbe827e7939dd8acabb84090bb7b9c1b9b72b805725113d1584e1", kill_on_drop: false }` [INFO] [stdout] f57e9a3bfdbcbe827e7939dd8acabb84090bb7b9c1b9b72b805725113d1584e1 [INFO] checking gaku101/rust-tutorial 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%2Fgaku101%2Frust-tutorial" "/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/gaku101/rust-tutorial 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/gaku101/rust-tutorial [INFO] finished tweaking git repo https://github.com/gaku101/rust-tutorial [INFO] tweaked toml for git repo https://github.com/gaku101/rust-tutorial written to /workspace/builds/worker-3-tc2/source/Cargo.toml [INFO] crate git repo https://github.com/gaku101/rust-tutorial 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] [stderr] warning: unused manifest key: dependencies.hyper.feature [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" "+f9935d29d867449445ee008640ccca1bf1ae0889" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 6ea5a9d76c434046433a01e6e96400b230c91b56de5be76bea471c458af81f1b [INFO] running `Command { std: "docker" "start" "-a" "6ea5a9d76c434046433a01e6e96400b230c91b56de5be76bea471c458af81f1b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "6ea5a9d76c434046433a01e6e96400b230c91b56de5be76bea471c458af81f1b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6ea5a9d76c434046433a01e6e96400b230c91b56de5be76bea471c458af81f1b", kill_on_drop: false }` [INFO] [stdout] 6ea5a9d76c434046433a01e6e96400b230c91b56de5be76bea471c458af81f1b [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" "+f9935d29d867449445ee008640ccca1bf1ae0889" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] d9a4cc2f397cd05a70ef3d50ac4fd360d13db9b31c29394062264ab78a5708d2 [INFO] running `Command { std: "docker" "start" "-a" "d9a4cc2f397cd05a70ef3d50ac4fd360d13db9b31c29394062264ab78a5708d2", kill_on_drop: false }` [INFO] [stderr] warning: unused manifest key: dependencies.hyper.feature [INFO] [stderr] Compiling proc-macro2 v1.0.64 [INFO] [stderr] Compiling quote v1.0.29 [INFO] [stderr] Compiling unicode-ident v1.0.10 [INFO] [stderr] Compiling libc v0.2.147 [INFO] [stderr] Checking pin-project-lite v0.2.10 [INFO] [stderr] Compiling futures-core v0.3.28 [INFO] [stderr] Checking smallvec v1.11.0 [INFO] [stderr] Checking once_cell v1.18.0 [INFO] [stderr] Checking bytes v1.4.0 [INFO] [stderr] Compiling parking_lot_core v0.9.8 [INFO] [stderr] Compiling futures-task v0.3.28 [INFO] [stderr] Checking itoa v1.0.8 [INFO] [stderr] Checking scopeguard v1.1.0 [INFO] [stderr] Checking log v0.4.19 [INFO] [stderr] Compiling lock_api v0.4.10 [INFO] [stderr] Compiling tokio v1.29.1 [INFO] [stderr] Compiling futures-util v0.3.28 [INFO] [stderr] Compiling serde v1.0.171 [INFO] [stderr] Compiling async-trait v0.1.71 [INFO] [stderr] Compiling futures-channel v0.3.28 [INFO] [stderr] Checking tracing-core v0.1.31 [INFO] [stderr] Checking futures-sink v0.3.28 [INFO] [stderr] Checking ryu v1.0.14 [INFO] [stderr] Checking percent-encoding v2.3.0 [INFO] [stderr] Checking regex-syntax v0.7.3 [INFO] [stderr] Compiling serde_json v1.0.100 [INFO] [stderr] Checking try-lock v0.2.4 [INFO] [stderr] Compiling memchr v2.5.0 [INFO] [stderr] Checking http-range-header v0.3.0 [INFO] [stderr] Checking want v0.3.1 [INFO] [stderr] Compiling thiserror v1.0.43 [INFO] [stderr] Checking form_urlencoded v1.2.0 [INFO] [stderr] Checking bitflags v1.3.2 [INFO] [stderr] Checking httpdate v1.0.2 [INFO] [stderr] Compiling anyhow v1.0.71 [INFO] [stderr] Checking sharded-slab v0.1.4 [INFO] [stderr] Checking thread_local v1.1.7 [INFO] [stderr] Checking matchit v0.4.6 [INFO] [stderr] Checking sync_wrapper v0.1.2 [INFO] [stderr] Checking http v0.2.9 [INFO] [stderr] Checking tracing-log v0.1.3 [INFO] [stderr] Checking num_cpus v1.16.0 [INFO] [stderr] Checking signal-hook-registry v1.4.1 [INFO] [stderr] Checking socket2 v0.4.9 [INFO] [stderr] Checking mio v0.8.8 [INFO] [stderr] Compiling syn v2.0.25 [INFO] [stderr] Checking parking_lot v0.12.1 [INFO] [stderr] Checking http-body v0.4.5 [INFO] [stderr] Checking regex-automata v0.3.2 [INFO] [stderr] Checking regex v1.9.1 [INFO] [stderr] Compiling tokio-macros v2.1.0 [INFO] [stderr] Compiling tracing-attributes v0.1.26 [INFO] [stderr] Compiling pin-project-internal v1.1.2 [INFO] [stderr] Compiling serde_derive v1.0.171 [INFO] [stderr] Compiling thiserror-impl v1.0.43 [INFO] [stderr] Checking axum-core v0.1.2 [INFO] [stderr] Checking pin-project v1.1.2 [INFO] [stderr] Checking tracing v0.1.37 [INFO] [stderr] Checking tracing-subscriber v0.3.17 [INFO] [stderr] Checking tokio-util v0.7.8 [INFO] [stderr] Checking hyper v0.14.27 [INFO] [stderr] Checking tower v0.4.13 [INFO] [stderr] Checking serde_urlencoded v0.7.1 [INFO] [stderr] Checking tower-http v0.2.5 [INFO] [stderr] Checking axum v0.4.8 [INFO] [stderr] Checking my-todo v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused import: `axum::response::IntoResponse` [INFO] [stdout] --> src/repositories.rs:115:9 [INFO] [stdout] | [INFO] [stdout] 115 | use axum::response::IntoResponse; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable expression [INFO] [stdout] --> src/handlers.rs:25:5 [INFO] [stdout] | [INFO] [stdout] 24 | todo!(); [INFO] [stdout] | ------- any code following this expression is unreachable [INFO] [stdout] 25 | Ok(StatusCode::OK) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ unreachable expression [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unreachable_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `id` [INFO] [stdout] --> src/handlers.rs:21:10 [INFO] [stdout] | [INFO] [stdout] 21 | Path(id): Path, [INFO] [stdout] | ^^ help: if this is intentional, prefix it with an underscore: `_id` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `repository` [INFO] [stdout] --> src/handlers.rs:22:15 [INFO] [stdout] | [INFO] [stdout] 22 | Extension(repository): Extension>, [INFO] [stdout] | ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_repository` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable expression [INFO] [stdout] --> src/handlers.rs:25:5 [INFO] [stdout] | [INFO] [stdout] 24 | todo!(); [INFO] [stdout] | ------- any code following this expression is unreachable [INFO] [stdout] 25 | Ok(StatusCode::OK) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ unreachable expression [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unreachable_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `id` [INFO] [stdout] --> src/handlers.rs:21:10 [INFO] [stdout] | [INFO] [stdout] 21 | Path(id): Path, [INFO] [stdout] | ^^ help: if this is intentional, prefix it with an underscore: `_id` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `repository` [INFO] [stdout] --> src/handlers.rs:22:15 [INFO] [stdout] | [INFO] [stdout] 22 | Extension(repository): Extension>, [INFO] [stdout] | ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_repository` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this function depends on never type fallback being `()` [INFO] [stdout] --> src/handlers.rs:28:1 [INFO] [stdout] | [INFO] [stdout] 28 | / pub async fn all_todo( [INFO] [stdout] 29 | | Extension(repository): Extension>, [INFO] [stdout] 30 | | ) -> impl IntoResponse { [INFO] [stdout] | |______________________^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #123748 [INFO] [stdout] = help: specify the types explicitly [INFO] [stdout] note: in edition 2024, the requirement `!: IntoResponse` will fail [INFO] [stdout] --> src/handlers.rs:30:24 [INFO] [stdout] | [INFO] [stdout] 30 | ) -> impl IntoResponse { [INFO] [stdout] | ________________________^ [INFO] [stdout] 31 | | todo!() [INFO] [stdout] 32 | | } [INFO] [stdout] | |_^ [INFO] [stdout] = note: `#[warn(dependency_on_unit_never_type_fallback)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `repository` [INFO] [stdout] --> src/handlers.rs:29:15 [INFO] [stdout] | [INFO] [stdout] 29 | Extension(repository): Extension>, [INFO] [stdout] | ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_repository` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable expression [INFO] [stdout] --> src/handlers.rs:40:5 [INFO] [stdout] | [INFO] [stdout] 39 | todo!(); [INFO] [stdout] | ------- any code following this expression is unreachable [INFO] [stdout] 40 | Ok(StatusCode::OK) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ unreachable expression [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `id` [INFO] [stdout] --> src/handlers.rs:35:10 [INFO] [stdout] | [INFO] [stdout] 35 | Path(id): Path, [INFO] [stdout] | ^^ help: if this is intentional, prefix it with an underscore: `_id` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `payload` [INFO] [stdout] --> src/handlers.rs:36:10 [INFO] [stdout] | [INFO] [stdout] 36 | Json(payload): Json, [INFO] [stdout] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_payload` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `repository` [INFO] [stdout] --> src/handlers.rs:37:15 [INFO] [stdout] | [INFO] [stdout] 37 | Extension(repository): Extension>, [INFO] [stdout] | ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_repository` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `id` [INFO] [stdout] --> src/handlers.rs:44:10 [INFO] [stdout] | [INFO] [stdout] 44 | Path(id): Path, [INFO] [stdout] | ^^ help: if this is intentional, prefix it with an underscore: `_id` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `repository` [INFO] [stdout] --> src/handlers.rs:45:15 [INFO] [stdout] | [INFO] [stdout] 45 | Extension(repository): Extension>, [INFO] [stdout] | ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_repository` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this function depends on never type fallback being `()` [INFO] [stdout] --> src/handlers.rs:28:1 [INFO] [stdout] | [INFO] [stdout] 28 | / pub async fn all_todo( [INFO] [stdout] 29 | | Extension(repository): Extension>, [INFO] [stdout] 30 | | ) -> impl IntoResponse { [INFO] [stdout] | |______________________^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #123748 [INFO] [stdout] = help: specify the types explicitly [INFO] [stdout] note: in edition 2024, the requirement `!: IntoResponse` will fail [INFO] [stdout] --> src/handlers.rs:30:24 [INFO] [stdout] | [INFO] [stdout] 30 | ) -> impl IntoResponse { [INFO] [stdout] | ________________________^ [INFO] [stdout] 31 | | todo!() [INFO] [stdout] 32 | | } [INFO] [stdout] | |_^ [INFO] [stdout] = note: `#[warn(dependency_on_unit_never_type_fallback)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `repository` [INFO] [stdout] --> src/handlers.rs:29:15 [INFO] [stdout] | [INFO] [stdout] 29 | Extension(repository): Extension>, [INFO] [stdout] | ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_repository` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable expression [INFO] [stdout] --> src/handlers.rs:40:5 [INFO] [stdout] | [INFO] [stdout] 39 | todo!(); [INFO] [stdout] | ------- any code following this expression is unreachable [INFO] [stdout] 40 | Ok(StatusCode::OK) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ unreachable expression [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `id` [INFO] [stdout] --> src/handlers.rs:35:10 [INFO] [stdout] | [INFO] [stdout] 35 | Path(id): Path, [INFO] [stdout] | ^^ help: if this is intentional, prefix it with an underscore: `_id` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `payload` [INFO] [stdout] --> src/handlers.rs:36:10 [INFO] [stdout] | [INFO] [stdout] 36 | Json(payload): Json, [INFO] [stdout] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_payload` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `repository` [INFO] [stdout] --> src/handlers.rs:37:15 [INFO] [stdout] | [INFO] [stdout] 37 | Extension(repository): Extension>, [INFO] [stdout] | ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_repository` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `id` [INFO] [stdout] --> src/handlers.rs:44:10 [INFO] [stdout] | [INFO] [stdout] 44 | Path(id): Path, [INFO] [stdout] | ^^ help: if this is intentional, prefix it with an underscore: `_id` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `repository` [INFO] [stdout] --> src/handlers.rs:45:15 [INFO] [stdout] | [INFO] [stdout] 45 | Extension(repository): Extension>, [INFO] [stdout] | ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_repository` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: methods `find`, `all`, `update`, and `delete` are never used [INFO] [stdout] --> src/repositories.rs:17:8 [INFO] [stdout] | [INFO] [stdout] 15 | pub trait TodoRepository: Clone + std::marker::Send + std::marker::Sync + 'static { [INFO] [stdout] | -------------- methods in this trait [INFO] [stdout] 16 | fn create(&self, payload: CreateTodo) -> Todo; [INFO] [stdout] 17 | fn find(&self, id: i32) -> Option; [INFO] [stdout] | ^^^^ [INFO] [stdout] 18 | fn all(&self) -> Vec; [INFO] [stdout] | ^^^ [INFO] [stdout] 19 | fn update(&self, id: i32, payload: UpdateTodo) -> anyhow::Result; [INFO] [stdout] | ^^^^^^ [INFO] [stdout] 20 | fn delete(&self, id: i32) -> anyhow::Result<()>; [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [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/main.rs:26:5 [INFO] [stdout] | [INFO] [stdout] 22 | let repository = TodoRepositoryForMemory::new(); [INFO] [stdout] | ---------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 23 | let app = create_app(repository); [INFO] [stdout] | --- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 26 | / axum::Server::bind(&addr) [INFO] [stdout] 27 | | .serve(app.into_make_service()) [INFO] [stdout] 28 | | .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] = 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/main.rs:33:5 [INFO] [stdout] | [INFO] [stdout] 32 | fn create_app(repository: T) -> Router { [INFO] [stdout] | ------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 33 | / Router::new() [INFO] [stdout] 34 | | .route("/", get(root)) [INFO] [stdout] 35 | | .route("/todos", post(create_todo::).get(all_todo::)) [INFO] [stdout] 36 | | .route( [INFO] [stdout] ... | [INFO] [stdout] 40 | | .patch(update_todo::), [INFO] [stdout] 41 | | ) [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/main.rs:42:16 [INFO] [stdout] | [INFO] [stdout] 32 | fn create_app(repository: T) -> Router { [INFO] [stdout] | ------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 42 | .layer(Extension(Arc::new(repository))) [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 3 previous errors; 12 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `my-todo` (bin "my-todo") due to 4 previous errors; 12 warnings emitted [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/main.rs:26:5 [INFO] [stdout] | [INFO] [stdout] 22 | let repository = TodoRepositoryForMemory::new(); [INFO] [stdout] | ---------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 23 | let app = create_app(repository); [INFO] [stdout] | --- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 26 | / axum::Server::bind(&addr) [INFO] [stdout] 27 | | .serve(app.into_make_service()) [INFO] [stdout] 28 | | .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] = 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/main.rs:33:5 [INFO] [stdout] | [INFO] [stdout] 32 | fn create_app(repository: T) -> Router { [INFO] [stdout] | ------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 33 | / Router::new() [INFO] [stdout] 34 | | .route("/", get(root)) [INFO] [stdout] 35 | | .route("/todos", post(create_todo::).get(all_todo::)) [INFO] [stdout] 36 | | .route( [INFO] [stdout] ... | [INFO] [stdout] 40 | | .patch(update_todo::), [INFO] [stdout] 41 | | ) [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/main.rs:42:16 [INFO] [stdout] | [INFO] [stdout] 32 | fn create_app(repository: T) -> Router { [INFO] [stdout] | ------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 42 | .layer(Extension(Arc::new(repository))) [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 3 previous errors; 12 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `my-todo` (bin "my-todo" test) due to 4 previous errors; 12 warnings emitted [INFO] running `Command { std: "docker" "inspect" "d9a4cc2f397cd05a70ef3d50ac4fd360d13db9b31c29394062264ab78a5708d2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d9a4cc2f397cd05a70ef3d50ac4fd360d13db9b31c29394062264ab78a5708d2", kill_on_drop: false }` [INFO] [stdout] d9a4cc2f397cd05a70ef3d50ac4fd360d13db9b31c29394062264ab78a5708d2