[INFO] cloning repository https://github.com/Arrayfish/axum-todo
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Arrayfish/axum-todo" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FArrayfish%2Faxum-todo", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FArrayfish%2Faxum-todo'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] b79b194aa9957932a41386dcb26706e19d632f7c
[INFO] building Arrayfish/axum-todo against try#334963c956d25708feab489a3816ae63f639355d for pr-135216
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FArrayfish%2Faxum-todo" "/workspace/builds/worker-2-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc2/source'...
[INFO] [stderr] done.
[INFO] validating manifest of git repo https://github.com/Arrayfish/axum-todo on toolchain 334963c956d25708feab489a3816ae63f639355d
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+334963c956d25708feab489a3816ae63f639355d" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking git repo https://github.com/Arrayfish/axum-todo
[INFO] finished tweaking git repo https://github.com/Arrayfish/axum-todo
[INFO] tweaked toml for git repo https://github.com/Arrayfish/axum-todo written to /workspace/builds/worker-2-tc2/source/Cargo.toml
[INFO] crate git repo https://github.com/Arrayfish/axum-todo 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" "+334963c956d25708feab489a3816ae63f639355d" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:f3a9d4ad9d972b27faf3965f35b62e55ba32bbce8f20bc8fe909558a86702fde" "/opt/rustwide/cargo-home/bin/cargo" "+334963c956d25708feab489a3816ae63f639355d" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 38a191eb388c7f068e3761b23f19c6df8e5e8c48a8db2fabf29ca6cbbf3975e1
[INFO] running `Command { std: "docker" "start" "-a" "38a191eb388c7f068e3761b23f19c6df8e5e8c48a8db2fabf29ca6cbbf3975e1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "38a191eb388c7f068e3761b23f19c6df8e5e8c48a8db2fabf29ca6cbbf3975e1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "38a191eb388c7f068e3761b23f19c6df8e5e8c48a8db2fabf29ca6cbbf3975e1", kill_on_drop: false }`
[INFO] [stdout] 38a191eb388c7f068e3761b23f19c6df8e5e8c48a8db2fabf29ca6cbbf3975e1
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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" "-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:f3a9d4ad9d972b27faf3965f35b62e55ba32bbce8f20bc8fe909558a86702fde" "/opt/rustwide/cargo-home/bin/cargo" "+334963c956d25708feab489a3816ae63f639355d" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] a3973687ad0dbe4a42ac1a2c5adf8edcb4c0fc9a580691497c9ee38bf4c04398
[INFO] running `Command { std: "docker" "start" "-a" "a3973687ad0dbe4a42ac1a2c5adf8edcb4c0fc9a580691497c9ee38bf4c04398", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.89
[INFO] [stderr]    Compiling unicode-ident v1.0.13
[INFO] [stderr]    Compiling serde v1.0.215
[INFO] [stderr]    Compiling libc v0.2.162
[INFO] [stderr]    Compiling pin-project-lite v0.2.15
[INFO] [stderr]    Compiling stable_deref_trait v1.2.0
[INFO] [stderr]    Compiling futures-core v0.3.31
[INFO] [stderr]    Compiling itoa v1.0.11
[INFO] [stderr]    Compiling typenum v1.17.0
[INFO] [stderr]    Compiling bytes v1.8.0
[INFO] [stderr]    Compiling byteorder v1.5.0
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling slab v0.4.9
[INFO] [stderr]    Compiling generic-array v0.14.7
[INFO] [stderr]    Compiling futures-sink v0.3.31
[INFO] [stderr]    Compiling writeable v0.5.5
[INFO] [stderr]    Compiling litemap v0.7.4
[INFO] [stderr]    Compiling shlex v1.3.0
[INFO] [stderr]    Compiling futures-task v0.3.31
[INFO] [stderr]    Compiling futures-channel v0.3.31
[INFO] [stderr]    Compiling futures-io v0.3.31
[INFO] [stderr]    Compiling vcpkg v0.2.15
[INFO] [stderr]    Compiling pkg-config v0.3.31
[INFO] [stderr]    Compiling icu_locid_transform_data v1.5.0
[INFO] [stderr]    Compiling icu_properties_data v1.5.0
[INFO] [stderr]    Compiling crossbeam-utils v0.8.20
[INFO] [stderr]    Compiling subtle v2.6.1
[INFO] [stderr]    Compiling tracing-core v0.1.32
[INFO] [stderr]    Compiling serde_json v1.0.132
[INFO] [stderr]    Compiling utf8_iter v1.0.4
[INFO] [stderr]    Compiling cc v1.2.1
[INFO] [stderr]    Compiling percent-encoding v2.3.1
[INFO] [stderr]    Compiling libm v0.2.11
[INFO] [stderr]    Compiling write16 v1.0.0
[INFO] [stderr]    Compiling futures-util v0.3.31
[INFO] [stderr]    Compiling icu_normalizer_data v1.5.0
[INFO] [stderr]    Compiling utf16_iter v1.0.5
[INFO] [stderr]    Compiling form_urlencoded v1.2.1
[INFO] [stderr]    Compiling bigdecimal v0.4.6
[INFO] [stderr]    Compiling num-conv v0.1.0
[INFO] [stderr]    Compiling time-core v0.1.2
[INFO] [stderr]    Compiling powerfmt v0.2.0
[INFO] [stderr]    Compiling openssl v0.10.68
[INFO] [stderr]    Compiling rust_decimal v1.36.0
[INFO] [stderr]    Compiling quote v1.0.37
[INFO] [stderr]    Compiling time-macros v0.2.18
[INFO] [stderr]    Compiling tinyvec_macros v0.1.1
[INFO] [stderr]    Compiling num-integer v0.1.46
[INFO] [stderr]    Compiling arrayvec v0.7.6
[INFO] [stderr]    Compiling socket2 v0.5.7
[INFO] [stderr]    Compiling mio v1.0.2
[INFO] [stderr]    Compiling getrandom v0.2.15
[INFO] [stderr]    Compiling thiserror v1.0.69
[INFO] [stderr]    Compiling syn v2.0.87
[INFO] [stderr]    Compiling native-tls v0.2.12
[INFO] [stderr]    Compiling num-bigint v0.4.6
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling allocator-api2 v0.2.20
[INFO] [stderr]    Compiling nom v7.1.3
[INFO] [stderr]    Compiling concurrent-queue v2.5.0
[INFO] [stderr]    Compiling tinyvec v1.8.0
[INFO] [stderr]    Compiling parking v2.2.1
[INFO] [stderr]    Compiling crc-catalog v2.4.0
[INFO] [stderr]    Compiling cpufeatures v0.2.16
[INFO] [stderr]    Compiling unicode_categories v0.1.1
[INFO] [stderr]    Compiling crc v3.2.1
[INFO] [stderr]    Compiling http v1.1.0
[INFO] [stderr]    Compiling event-listener v5.3.1
[INFO] [stderr]    Compiling crossbeam-queue v0.3.11
[INFO] [stderr]    Compiling atoi v2.0.0
[INFO] [stderr]    Compiling openssl-sys v0.9.104
[INFO] [stderr]    Compiling proc-macro2-diagnostics v0.10.1
[INFO] [stderr]    Compiling heck v0.4.1
[INFO] [stderr]    Compiling unicode-bidi v0.3.17
[INFO] [stderr]    Compiling unicode-properties v0.1.3
[INFO] [stderr]    Compiling proc-macro-error-attr2 v2.0.0
[INFO] [stderr]    Compiling whoami v1.5.2
[INFO] [stderr]    Compiling either v1.13.0
[INFO] [stderr]    Compiling yansi v1.0.1
[INFO] [stderr]    Compiling httparse v1.9.5
[INFO] [stderr]    Compiling dotenvy v0.15.7
[INFO] [stderr]    Compiling home v0.5.9
[INFO] [stderr]    Compiling unicode-normalization v0.1.24
[INFO] [stderr]    Compiling base64 v0.22.1
[INFO] [stderr]    Compiling itertools v0.12.1
[INFO] [stderr]    Compiling ordered-float v3.9.2
[INFO] [stderr]    Compiling tower-service v0.3.3
[INFO] [stderr]    Compiling block-buffer v0.10.4
[INFO] [stderr]    Compiling crypto-common v0.1.6
[INFO] [stderr]    Compiling http-body v1.0.1
[INFO] [stderr]    Compiling digest v0.10.7
[INFO] [stderr]    Compiling tower-layer v0.3.3
[INFO] [stderr]    Compiling aliasable v0.1.3
[INFO] [stderr]    Compiling httpdate v1.0.3
[INFO] [stderr]    Compiling sync_wrapper v0.1.2
[INFO] [stderr]    Compiling sync_wrapper v1.0.1
[INFO] [stderr]    Compiling strum v0.26.3
[INFO] [stderr]    Compiling sha2 v0.10.8
[INFO] [stderr]    Compiling hmac v0.12.1
[INFO] [stderr]    Compiling stringprep v0.1.5
[INFO] [stderr]    Compiling md-5 v0.10.6
[INFO] [stderr]    Compiling mime v0.3.17
[INFO] [stderr]    Compiling anyhow v1.0.93
[INFO] [stderr]    Compiling matchit v0.7.3
[INFO] [stderr]    Compiling hkdf v0.12.4
[INFO] [stderr]    Compiling sqlformat v0.2.6
[INFO] [stderr]    Compiling http-body-util v0.1.2
[INFO] [stderr]    Compiling futures v0.3.31
[INFO] [stderr]    Compiling synstructure v0.13.1
[INFO] [stderr]    Compiling proc-macro-error2 v2.0.1
[INFO] [stderr]    Compiling serde_derive v1.0.215
[INFO] [stderr]    Compiling zerovec-derive v0.10.3
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling zerocopy-derive v0.7.35
[INFO] [stderr]    Compiling icu_provider_macros v1.5.0
[INFO] [stderr]    Compiling tokio-macros v2.4.0
[INFO] [stderr]    Compiling tracing-attributes v0.1.27
[INFO] [stderr]    Compiling uuid-macro-internal v1.11.0
[INFO] [stderr]    Compiling openssl-macros v0.1.1
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling async-trait v0.1.83
[INFO] [stderr]    Compiling inherent v1.0.11
[INFO] [stderr]    Compiling async-stream-impl v0.3.6
[INFO] [stderr]    Compiling ouroboros_macro v0.18.4
[INFO] [stderr]    Compiling zerofrom-derive v0.1.5
[INFO] [stderr]    Compiling yoke-derive v0.7.5
[INFO] [stderr]    Compiling sea-bae v0.2.1
[INFO] [stderr]    Compiling async-stream v0.3.6
[INFO] [stderr]    Compiling tokio v1.41.1
[INFO] [stderr]    Compiling zerocopy v0.7.35
[INFO] [stderr]    Compiling sea-orm-macros v1.1.1
[INFO] [stderr]    Compiling tracing v0.1.40
[INFO] [stderr]    Compiling zerofrom v0.1.5
[INFO] [stderr]    Compiling yoke v0.7.5
[INFO] [stderr]    Compiling ppv-lite86 v0.2.20
[INFO] [stderr]    Compiling ahash v0.8.11
[INFO] [stderr]    Compiling zerovec v0.10.4
[INFO] [stderr]    Compiling axum-core v0.4.5
[INFO] [stderr]    Compiling hashbrown v0.14.5
[INFO] [stderr]    Compiling ouroboros v0.18.4
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling hashlink v0.9.1
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling tinystr v0.7.6
[INFO] [stderr]    Compiling icu_collections v1.5.0
[INFO] [stderr]    Compiling icu_locid v1.5.0
[INFO] [stderr]    Compiling icu_provider v1.5.0
[INFO] [stderr]    Compiling icu_locid_transform v1.5.0
[INFO] [stderr]    Compiling icu_properties v1.5.1
[INFO] [stderr]    Compiling tokio-stream v0.1.16
[INFO] [stderr]    Compiling tower v0.5.1
[INFO] [stderr]    Compiling smallvec v1.13.2
[INFO] [stderr]    Compiling deranged v0.3.11
[INFO] [stderr]    Compiling chrono v0.4.38
[INFO] [stderr]    Compiling uuid v1.11.0
[INFO] [stderr]    Compiling serde_path_to_error v0.1.16
[INFO] [stderr]    Compiling serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling parking_lot_core v0.9.10
[INFO] [stderr]    Compiling hyper v1.5.0
[INFO] [stderr]    Compiling parking_lot v0.12.3
[INFO] [stderr]    Compiling icu_normalizer v1.5.0
[INFO] [stderr]    Compiling futures-intrusive v0.5.0
[INFO] [stderr]    Compiling time v0.3.36
[INFO] [stderr]    Compiling idna_adapter v1.2.0
[INFO] [stderr]    Compiling idna v1.0.3
[INFO] [stderr]    Compiling hyper-util v0.1.10
[INFO] [stderr]    Compiling axum v0.7.7
[INFO] [stderr]    Compiling url v2.5.4
[INFO] [stderr]    Compiling sqlx-core v0.8.2
[INFO] [stderr]    Compiling sea-query v0.32.0
[INFO] [stderr]    Compiling sqlx-postgres v0.8.2
[INFO] [stderr]    Compiling sqlx v0.8.2
[INFO] [stderr]    Compiling sea-query-binder v0.7.0
[INFO] [stderr]    Compiling sea-orm v1.1.1
[INFO] [stderr]    Compiling entity v0.1.0 (/opt/rustwide/workdir/entity)
[INFO] [stderr]    Compiling axum-todo v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0412]: cannot find type `Db` in this scope
[INFO] [stdout]  --> src/services/todo.rs:9:10
[INFO] [stdout]   |
[INFO] [stdout] 9 |     db: &Db,
[INFO] [stdout]   |          ^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `db` in this scope
[INFO] [stdout]   --> src/services/todo.rs:29:41
[INFO] [stdout]    |
[INFO] [stdout] 29 |     let todo: todo::Model = todo.insert(db).await?;
[INFO] [stdout]    |                                         ^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `db` in this scope
[INFO] [stdout]   --> src/services/todo.rs:39:14
[INFO] [stdout]    |
[INFO] [stdout] 39 |         .one(db).await?;
[INFO] [stdout]    |              ^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `db` in this scope
[INFO] [stdout]   --> src/services/todo.rs:50:41
[INFO] [stdout]    |
[INFO] [stdout] 50 |     let todo: todo::Model = todo.update(db).await?;
[INFO] [stdout]    |                                         ^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `db` in this scope
[INFO] [stdout]   --> src/services/todo.rs:58:14
[INFO] [stdout]    |
[INFO] [stdout] 58 |         .one(db).await?;
[INFO] [stdout]    |              ^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `db` in this scope
[INFO] [stdout]   --> src/services/todo.rs:59:26
[INFO] [stdout]    |
[INFO] [stdout] 59 |     todo.unwrap().delete(db).await?;
[INFO] [stdout]    |                          ^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `Db` in this scope
[INFO] [stdout]  --> src/services/user.rs:7:10
[INFO] [stdout]   |
[INFO] [stdout] 7 |     db: &Db,
[INFO] [stdout]   |          ^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `Db` in this scope
[INFO] [stdout]   --> src/services/user.rs:24:10
[INFO] [stdout]    |
[INFO] [stdout] 24 |     db: &Db,
[INFO] [stdout]    |          ^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `Db` in this scope
[INFO] [stdout]   --> src/services/user.rs:51:10
[INFO] [stdout]    |
[INFO] [stdout] 51 |     db: &Db,
[INFO] [stdout]    |          ^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `db` in this scope
[INFO] [stdout]   --> src/main.rs:17:48
[INFO] [stdout]    |
[INFO] [stdout] 17 |         .route("/user", post(user::create_user(db, name, email, password)))
[INFO] [stdout]    |                                                ^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `name` in this scope
[INFO] [stdout]   --> src/main.rs:17:52
[INFO] [stdout]    |
[INFO] [stdout] 17 |         .route("/user", post(user::create_user(db, name, email, password)))
[INFO] [stdout]    |                                                    ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `email` in this scope
[INFO] [stdout]   --> src/main.rs:17:58
[INFO] [stdout]    |
[INFO] [stdout] 17 |         .route("/user", post(user::create_user(db, name, email, password)))
[INFO] [stdout]    |                                                          ^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `password` in this scope
[INFO] [stdout]   --> src/main.rs:17:65
[INFO] [stdout]    |
[INFO] [stdout] 17 |         .route("/user", post(user::create_user(db, name, email, password)))
[INFO] [stdout]    |                                                                 ^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `db` in this scope
[INFO] [stdout]   --> src/main.rs:19:38
[INFO] [stdout]    |
[INFO] [stdout] 19 |             get(todo::get_user_todos(db, user_id))
[INFO] [stdout]    |                                      ^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `user_id` in this scope
[INFO] [stdout]   --> src/main.rs:19:42
[INFO] [stdout]    |
[INFO] [stdout] 19 |             get(todo::get_user_todos(db, user_id))
[INFO] [stdout]    |                                          ^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `db` in this scope
[INFO] [stdout]   --> src/main.rs:20:37
[INFO] [stdout]    |
[INFO] [stdout] 20 |             .post(todo::create_todo(db, user_id, content))
[INFO] [stdout]    |                                     ^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `user_id` in this scope
[INFO] [stdout]   --> src/main.rs:20:41
[INFO] [stdout]    |
[INFO] [stdout] 20 |             .post(todo::create_todo(db, user_id, content))
[INFO] [stdout]    |                                         ^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `content` in this scope
[INFO] [stdout]   --> src/main.rs:20:50
[INFO] [stdout]    |
[INFO] [stdout] 20 |             .post(todo::create_todo(db, user_id, content))
[INFO] [stdout]    |                                                  ^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `todo_id` in this scope
[INFO] [stdout]   --> src/main.rs:23:35
[INFO] [stdout]    |
[INFO] [stdout] 23 |             put(todo::update_todo(todo_id, content, done))
[INFO] [stdout]    |                                   ^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `content` in this scope
[INFO] [stdout]   --> src/main.rs:23:44
[INFO] [stdout]    |
[INFO] [stdout] 23 |             put(todo::update_todo(todo_id, content, done))
[INFO] [stdout]    |                                            ^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `done` in this scope
[INFO] [stdout]   --> src/main.rs:23:53
[INFO] [stdout]    |
[INFO] [stdout] 23 |             put(todo::update_todo(todo_id, content, done))
[INFO] [stdout]    |                                                     ^^^^ help: a unit variant with a similar name exists: `None`
[INFO] [stdout]   --> /rustc/334963c956d25708feab489a3816ae63f639355d/library/core/src/option.rs:576:5
[INFO] [stdout]    |
[INFO] [stdout]    = note: similarly named unit variant `None` defined here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `todo_id` in this scope
[INFO] [stdout]   --> src/main.rs:24:39
[INFO] [stdout]    |
[INFO] [stdout] 24 |             .delete(todo::delete_todo(todo_id)));
[INFO] [stdout]    |                                       ^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `delete` and `response::Json`
[INFO] [stdout]  --> src/main.rs:2:31
[INFO] [stdout]   |
[INFO] [stdout] 2 |     routing::{get, post, put, delete},
[INFO] [stdout]   |                               ^^^^^^
[INFO] [stdout] 3 |     Router, 
[INFO] [stdout] 4 |     response::Json
[INFO] [stdout]   |     ^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `Value` and `json`
[INFO] [stdout]  --> src/main.rs:8:18
[INFO] [stdout]   |
[INFO] [stdout] 8 | use serde_json::{Value, json};
[INFO] [stdout]   |                  ^^^^^  ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `NotSet` and `Unchanged`
[INFO] [stdout]  --> src/services/todo.rs:4:33
[INFO] [stdout]   |
[INFO] [stdout] 4 | use sea_orm::ActiveValue::{Set, NotSet, Unchanged};
[INFO] [stdout]   |                                 ^^^^^^  ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `NotSet` and `Unchanged`
[INFO] [stdout]  --> src/services/user.rs:3:33
[INFO] [stdout]   |
[INFO] [stdout] 3 | use sea_orm::ActiveValue::{Set, NotSet, Unchanged};
[INFO] [stdout]   |                                 ^^^^^^  ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `insert` found for struct `entity::todo::ActiveModel` in the current scope
[INFO] [stdout]    --> src/services/todo.rs:29:34
[INFO] [stdout]     |
[INFO] [stdout] 29  |     let todo: todo::Model = todo.insert(db).await?;
[INFO] [stdout]     |                                  ^^^^^^ this is an associated function, not a method
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sea-orm-1.1.1/src/entity/active_model.rs:276:14
[INFO] [stdout]     |
[INFO] [stdout] 276 |     async fn insert<'a, C>(self, db: &'a C) -> Result<<Self::Entity as EntityTrait>::Model, DbErr>
[INFO] [stdout]     |              ------ the method is available for `entity::todo::ActiveModel` here
[INFO] [stdout]     |
[INFO] [stdout]     = note: found the following associated functions; to be used as methods, functions must have a `self` parameter
[INFO] [stdout] note: the candidate is defined in the trait `EntityTrait`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sea-orm-1.1.1/src/entity/base_entity.rs:373:5
[INFO] [stdout]     |
[INFO] [stdout] 373 | /     fn insert<A>(model: A) -> Insert<A>
[INFO] [stdout] 374 | |     where
[INFO] [stdout] 375 | |         A: ActiveModelTrait<Entity = Self>,
[INFO] [stdout]     | |___________________________________________^
[INFO] [stdout]     = help: items from traits can only be used if the trait is in scope
[INFO] [stdout] help: there is a method `set` with a similar name, but with different arguments
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sea-orm-1.1.1/src/entity/active_model.rs:98:5
[INFO] [stdout]     |
[INFO] [stdout] 98  |     fn set(&mut self, c: <Self::Entity as EntityTrait>::Column, v: Value);
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] help: use associated function syntax instead
[INFO] [stdout]     |
[INFO] [stdout] 29  |     let todo: todo::Model = entity::todo::ActiveModel::insert(db).await?;
[INFO] [stdout]     |                             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stdout] help: trait `ActiveModelTrait` which provides `insert` is implemented but not in scope; perhaps you want to import it
[INFO] [stdout]     |
[INFO] [stdout] 2   + use sea_orm::ActiveModelTrait;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `update` found for struct `entity::todo::ActiveModel` in the current scope
[INFO] [stdout]    --> src/services/todo.rs:50:34
[INFO] [stdout]     |
[INFO] [stdout] 50  |     let todo: todo::Model = todo.update(db).await?;
[INFO] [stdout]     |                                  ^^^^^^ this is an associated function, not a method
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sea-orm-1.1.1/src/entity/active_model.rs:398:14
[INFO] [stdout]     |
[INFO] [stdout] 398 |     async fn update<'a, C>(self, db: &'a C) -> Result<<Self::Entity as EntityTrait>::Model, DbErr>
[INFO] [stdout]     |              ------ the method is available for `entity::todo::ActiveModel` here
[INFO] [stdout]     |
[INFO] [stdout]     = note: found the following associated functions; to be used as methods, functions must have a `self` parameter
[INFO] [stdout] note: the candidate is defined in the trait `EntityTrait`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sea-orm-1.1.1/src/entity/base_entity.rs:595:5
[INFO] [stdout]     |
[INFO] [stdout] 595 | /     fn update<A>(model: A) -> UpdateOne<A>
[INFO] [stdout] 596 | |     where
[INFO] [stdout] 597 | |         A: ActiveModelTrait<Entity = Self>,
[INFO] [stdout]     | |___________________________________________^
[INFO] [stdout]     = help: items from traits can only be used if the trait is in scope
[INFO] [stdout] help: use associated function syntax instead
[INFO] [stdout]     |
[INFO] [stdout] 50  |     let todo: todo::Model = entity::todo::ActiveModel::update(db).await?;
[INFO] [stdout]     |                             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stdout] help: trait `ActiveModelTrait` which provides `update` is implemented but not in scope; perhaps you want to import it
[INFO] [stdout]     |
[INFO] [stdout] 2   + use sea_orm::ActiveModelTrait;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `delete` found for struct `entity::todo::Model` in the current scope
[INFO] [stdout]    --> src/services/todo.rs:59:19
[INFO] [stdout]     |
[INFO] [stdout] 59  |     todo.unwrap().delete(db).await?;
[INFO] [stdout]     |                   ^^^^^^ this is an associated function, not a method
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sea-orm-1.1.1/src/entity/model.rs:41:14
[INFO] [stdout]     |
[INFO] [stdout] 41  |     async fn delete<'a, A, C>(self, db: &'a C) -> Result<DeleteResult, DbErr>
[INFO] [stdout]     |              ------ the method is available for `entity::todo::Model` here
[INFO] [stdout]     |
[INFO] [stdout]     = note: found the following associated functions; to be used as methods, functions must have a `self` parameter
[INFO] [stdout] note: the candidate is defined in the trait `EntityTrait`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sea-orm-1.1.1/src/entity/base_entity.rs:700:5
[INFO] [stdout]     |
[INFO] [stdout] 700 | /     fn delete<A>(model: A) -> DeleteOne<A>
[INFO] [stdout] 701 | |     where
[INFO] [stdout] 702 | |         A: ActiveModelTrait<Entity = Self>,
[INFO] [stdout]     | |___________________________________________^
[INFO] [stdout]     = help: items from traits can only be used if the trait is in scope
[INFO] [stdout] help: use associated function syntax instead
[INFO] [stdout]     |
[INFO] [stdout] 59  |     entity::todo::Model::delete(db).await?;
[INFO] [stdout]     |     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stdout] help: trait `ModelTrait` which provides `delete` is implemented but not in scope; perhaps you want to import it
[INFO] [stdout]     |
[INFO] [stdout] 2   + use sea_orm::ModelTrait;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `insert` found for struct `entity::user::ActiveModel` in the current scope
[INFO] [stdout]    --> src/services/user.rs:19:34
[INFO] [stdout]     |
[INFO] [stdout] 19  |     let user: user::Model = user.insert(db).await?;
[INFO] [stdout]     |                                  ^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sea-orm-1.1.1/src/entity/active_model.rs:276:14
[INFO] [stdout]     |
[INFO] [stdout] 276 |     async fn insert<'a, C>(self, db: &'a C) -> Result<<Self::Entity as EntityTrait>::Model, DbErr>
[INFO] [stdout]     |              ------ the method is available for `entity::user::ActiveModel` here
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is in scope
[INFO] [stdout] help: there is a method `set` with a similar name, but with different arguments
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sea-orm-1.1.1/src/entity/active_model.rs:98:5
[INFO] [stdout]     |
[INFO] [stdout] 98  |     fn set(&mut self, c: <Self::Entity as EntityTrait>::Column, v: Value);
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] help: trait `ActiveModelTrait` which provides `insert` is implemented but not in scope; perhaps you want to import it
[INFO] [stdout]     |
[INFO] [stdout] 2   + use sea_orm::ActiveModelTrait;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `find_by_id` found for struct `entity::prelude::User` in the current scope
[INFO] [stdout]   --> src/services/user.rs:30:43
[INFO] [stdout]    |
[INFO] [stdout] 30 |     let user: Option<user::Model> = User::find_by_id(user_id)
[INFO] [stdout]    |                                           ^^^^^^^^^^ function or associated item not found in `User`
[INFO] [stdout]    |
[INFO] [stdout]    = help: items from traits can only be used if the trait is in scope
[INFO] [stdout] help: trait `EntityTrait` which provides `find_by_id` is implemented but not in scope; perhaps you want to import it
[INFO] [stdout]    |
[INFO] [stdout] 2  + use sea_orm::EntityTrait;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `update` found for struct `entity::user::ActiveModel` in the current scope
[INFO] [stdout]    --> src/services/user.rs:46:34
[INFO] [stdout]     |
[INFO] [stdout] 46  |     let user: user::Model = user.update(db).await?;
[INFO] [stdout]     |                                  ^^^^^^ method not found in `ActiveModel`
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sea-orm-1.1.1/src/entity/active_model.rs:398:14
[INFO] [stdout]     |
[INFO] [stdout] 398 |     async fn update<'a, C>(self, db: &'a C) -> Result<<Self::Entity as EntityTrait>::Model, DbErr>
[INFO] [stdout]     |              ------ the method is available for `entity::user::ActiveModel` here
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is in scope
[INFO] [stdout] help: trait `ActiveModelTrait` which provides `update` is implemented but not in scope; perhaps you want to import it
[INFO] [stdout]     |
[INFO] [stdout] 2   + use sea_orm::ActiveModelTrait;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `find_by_id` found for struct `entity::prelude::User` in the current scope
[INFO] [stdout]   --> src/services/user.rs:54:43
[INFO] [stdout]    |
[INFO] [stdout] 54 |     let user: Option<user::Model> = User::find_by_id(user_id)
[INFO] [stdout]    |                                           ^^^^^^^^^^ function or associated item not found in `User`
[INFO] [stdout]    |
[INFO] [stdout]    = help: items from traits can only be used if the trait is in scope
[INFO] [stdout] help: trait `EntityTrait` which provides `find_by_id` is implemented but not in scope; perhaps you want to import it
[INFO] [stdout]    |
[INFO] [stdout] 2  + use sea_orm::EntityTrait;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `delete` found for struct `entity::user::Model` in the current scope
[INFO] [stdout]   --> src/services/user.rs:56:19
[INFO] [stdout]    |
[INFO] [stdout] 56 |     user.unwrap().delete(db).await?;
[INFO] [stdout]    |                   ^^^^^^ method not found in `Model`
[INFO] [stdout]    |
[INFO] [stdout]   ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sea-orm-1.1.1/src/entity/model.rs:41:14
[INFO] [stdout]    |
[INFO] [stdout] 41 |     async fn delete<'a, A, C>(self, db: &'a C) -> Result<DeleteResult, DbErr>
[INFO] [stdout]    |              ------ the method is available for `entity::user::Model` here
[INFO] [stdout]    |
[INFO] [stdout]    = help: items from traits can only be used if the trait is in scope
[INFO] [stdout] help: trait `ModelTrait` which provides `delete` is implemented but not in scope; perhaps you want to import it
[INFO] [stdout]    |
[INFO] [stdout] 2  + use sea_orm::ModelTrait;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `impl std::future::Future<Output = Result<entity::user::Model, anyhow::Error>>: Handler<_, _>` is not satisfied
[INFO] [stdout]    --> src/main.rs:17:30
[INFO] [stdout]     |
[INFO] [stdout] 17  |         .route("/user", post(user::create_user(db, name, email, password)))
[INFO] [stdout]     |                         ---- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `Handler<_, _>` is not implemented for `impl std::future::Future<Output = Result<entity::user::Model, anyhow::Error>>`
[INFO] [stdout]     |                         |
[INFO] [stdout]     |                         required by a bound introduced by this call
[INFO] [stdout]     |
[INFO] [stdout]     = note: Consider using `#[axum::debug_handler]` to improve the error message
[INFO] [stdout]     = help: the following other types implement trait `Handler<T, S>`:
[INFO] [stdout]               `Layered<L, H, T, S>` implements `Handler<T, S>`
[INFO] [stdout]               `MethodRouter<S>` implements `Handler<(), S>`
[INFO] [stdout] note: required by a bound in `post`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/axum-0.7.7/src/routing/method_routing.rs:389:1
[INFO] [stdout]     |
[INFO] [stdout] 389 | top_level_handler_fn!(post, POST);
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^----^^^^^^^
[INFO] [stdout]     | |                     |
[INFO] [stdout]     | |                     required by a bound in this function
[INFO] [stdout]     | required by this bound in `post`
[INFO] [stdout]     = note: this error originates in the macro `top_level_handler_fn` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `impl std::future::Future<Output = Result<Vec<entity::todo::Model>, anyhow::Error>>: Handler<_, _>` is not satisfied
[INFO] [stdout]    --> src/main.rs:19:17
[INFO] [stdout]     |
[INFO] [stdout] 19  |             get(todo::get_user_todos(db, user_id))
[INFO] [stdout]     |             --- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `Handler<_, _>` is not implemented for `impl std::future::Future<Output = Result<Vec<entity::todo::Model>, anyhow::Error>>`
[INFO] [stdout]     |             |
[INFO] [stdout]     |             required by a bound introduced by this call
[INFO] [stdout]     |
[INFO] [stdout]     = note: Consider using `#[axum::debug_handler]` to improve the error message
[INFO] [stdout]     = help: the following other types implement trait `Handler<T, S>`:
[INFO] [stdout]               `Layered<L, H, T, S>` implements `Handler<T, S>`
[INFO] [stdout]               `MethodRouter<S>` implements `Handler<(), S>`
[INFO] [stdout] note: required by a bound in `axum::routing::get`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/axum-0.7.7/src/routing/method_routing.rs:385:1
[INFO] [stdout]     |
[INFO] [stdout] 385 | top_level_handler_fn!(get, GET);
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^---^^^^^^
[INFO] [stdout]     | |                     |
[INFO] [stdout]     | |                     required by a bound in this function
[INFO] [stdout]     | required by this bound in `get`
[INFO] [stdout]     = note: this error originates in the macro `top_level_handler_fn` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0061]: this function takes 2 arguments but 3 arguments were supplied
[INFO] [stdout]   --> src/main.rs:20:19
[INFO] [stdout]    |
[INFO] [stdout] 20 |             .post(todo::create_todo(db, user_id, content))
[INFO] [stdout]    |                   ^^^^^^^^^^^^^^^^^              ------- unexpected argument #3
[INFO] [stdout]    |
[INFO] [stdout] note: function defined here
[INFO] [stdout]   --> src/services/todo.rs:18:14
[INFO] [stdout]    |
[INFO] [stdout] 18 | pub async fn create_todo(
[INFO] [stdout]    |              ^^^^^^^^^^^
[INFO] [stdout] 19 |     user_id: Uuid,
[INFO] [stdout]    |     -------------
[INFO] [stdout] 20 |     content: String,
[INFO] [stdout]    |     ---------------
[INFO] [stdout] help: remove the extra argument
[INFO] [stdout]    |
[INFO] [stdout] 20 -             .post(todo::create_todo(db, user_id, content))
[INFO] [stdout] 20 +             .post(todo::create_todo(db, user_id))
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `impl std::future::Future<Output = Result<entity::todo::Model, anyhow::Error>>: Handler<_, _>` is not satisfied
[INFO] [stdout]    --> src/main.rs:20:19
[INFO] [stdout]     |
[INFO] [stdout] 20  |             .post(todo::create_todo(db, user_id, content))
[INFO] [stdout]     |              ---- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `Handler<_, _>` is not implemented for `impl std::future::Future<Output = Result<entity::todo::Model, anyhow::Error>>`
[INFO] [stdout]     |              |
[INFO] [stdout]     |              required by a bound introduced by this call
[INFO] [stdout]     |
[INFO] [stdout]     = note: Consider using `#[axum::debug_handler]` to improve the error message
[INFO] [stdout]     = help: the following other types implement trait `Handler<T, S>`:
[INFO] [stdout]               `Layered<L, H, T, S>` implements `Handler<T, S>`
[INFO] [stdout]               `MethodRouter<S>` implements `Handler<(), S>`
[INFO] [stdout] note: required by a bound in `MethodRouter::<S>::post`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/axum-0.7.7/src/routing/method_routing.rs:590:5
[INFO] [stdout]     |
[INFO] [stdout] 590 |     chained_handler_fn!(post, POST);
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^----^^^^^^^
[INFO] [stdout]     |     |                   |
[INFO] [stdout]     |     |                   required by a bound in this associated function
[INFO] [stdout]     |     required by this bound in `MethodRouter::<S>::post`
[INFO] [stdout]     = note: this error originates in the macro `chained_handler_fn` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `impl std::future::Future<Output = Result<entity::todo::Model, anyhow::Error>>: Handler<_, _>` is not satisfied
[INFO] [stdout]    --> src/main.rs:23:17
[INFO] [stdout]     |
[INFO] [stdout] 23  |             put(todo::update_todo(todo_id, content, done))
[INFO] [stdout]     |             --- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `Handler<_, _>` is not implemented for `impl std::future::Future<Output = Result<entity::todo::Model, anyhow::Error>>`
[INFO] [stdout]     |             |
[INFO] [stdout]     |             required by a bound introduced by this call
[INFO] [stdout]     |
[INFO] [stdout]     = note: Consider using `#[axum::debug_handler]` to improve the error message
[INFO] [stdout]     = help: the following other types implement trait `Handler<T, S>`:
[INFO] [stdout]               `Layered<L, H, T, S>` implements `Handler<T, S>`
[INFO] [stdout]               `MethodRouter<S>` implements `Handler<(), S>`
[INFO] [stdout] note: required by a bound in `put`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/axum-0.7.7/src/routing/method_routing.rs:390:1
[INFO] [stdout]     |
[INFO] [stdout] 390 | top_level_handler_fn!(put, PUT);
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^---^^^^^^
[INFO] [stdout]     | |                     |
[INFO] [stdout]     | |                     required by a bound in this function
[INFO] [stdout]     | required by this bound in `put`
[INFO] [stdout]     = note: this error originates in the macro `top_level_handler_fn` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `impl std::future::Future<Output = Result<(), anyhow::Error>>: Handler<_, _>` is not satisfied
[INFO] [stdout]    --> src/main.rs:24:21
[INFO] [stdout]     |
[INFO] [stdout] 24  |             .delete(todo::delete_todo(todo_id)));
[INFO] [stdout]     |              ------ ^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `Handler<_, _>` is not implemented for `impl std::future::Future<Output = Result<(), anyhow::Error>>`
[INFO] [stdout]     |              |
[INFO] [stdout]     |              required by a bound introduced by this call
[INFO] [stdout]     |
[INFO] [stdout]     = note: Consider using `#[axum::debug_handler]` to improve the error message
[INFO] [stdout]     = help: the following other types implement trait `Handler<T, S>`:
[INFO] [stdout]               `Layered<L, H, T, S>` implements `Handler<T, S>`
[INFO] [stdout]               `MethodRouter<S>` implements `Handler<(), S>`
[INFO] [stdout] note: required by a bound in `MethodRouter::<S>::delete`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/axum-0.7.7/src/routing/method_routing.rs:585:5
[INFO] [stdout]     |
[INFO] [stdout] 585 |     chained_handler_fn!(delete, DELETE);
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^------^^^^^^^^^
[INFO] [stdout]     |     |                   |
[INFO] [stdout]     |     |                   required by a bound in this associated function
[INFO] [stdout]     |     required by this bound in `MethodRouter::<S>::delete`
[INFO] [stdout]     = note: this error originates in the macro `chained_handler_fn` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0061, E0277, E0412, E0425, E0599.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0061`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `axum-todo` (bin "axum-todo") due to 36 previous errors; 4 warnings emitted
[INFO] running `Command { std: "docker" "inspect" "a3973687ad0dbe4a42ac1a2c5adf8edcb4c0fc9a580691497c9ee38bf4c04398", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a3973687ad0dbe4a42ac1a2c5adf8edcb4c0fc9a580691497c9ee38bf4c04398", kill_on_drop: false }`
[INFO] [stdout] a3973687ad0dbe4a42ac1a2c5adf8edcb4c0fc9a580691497c9ee38bf4c04398
