[INFO] fetching crate axum-mongodb-core 0.2.2...
[INFO] testing axum-mongodb-core-0.2.2 against try#bd7d74411512a3dd3b35d2f699c51dd2557c7e7e+cargoflags=-Zbuild-dir-new-layout for pr-149852-1
[INFO] extracting crate axum-mongodb-core 0.2.2 into /workspace/builds/worker-4-tc2/source
[INFO] started tweaking crates.io crate axum-mongodb-core 0.2.2
[INFO] finished tweaking crates.io crate axum-mongodb-core 0.2.2
[INFO] tweaked toml for crates.io crate axum-mongodb-core 0.2.2 written to /workspace/builds/worker-4-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate axum-mongodb-core 0.2.2 on toolchain bd7d74411512a3dd3b35d2f699c51dd2557c7e7e
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+bd7d74411512a3dd3b35d2f699c51dd2557c7e7e" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+bd7d74411512a3dd3b35d2f699c51dd2557c7e7e" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 5 packages to latest compatible versions
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+bd7d74411512a3dd3b35d2f699c51dd2557c7e7e" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:98afbf2d16093dec2546ff8915fddc74e65664aa03fc460b3712b1c2c54a33e4" "/opt/rustwide/cargo-home/bin/cargo" "+bd7d74411512a3dd3b35d2f699c51dd2557c7e7e" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 7642b3f2bd1ba8d460110dabbeae093cd31ff1ef80022a0759511b37383fc7ac
[INFO] running `Command { std: "docker" "start" "-a" "7642b3f2bd1ba8d460110dabbeae093cd31ff1ef80022a0759511b37383fc7ac", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "7642b3f2bd1ba8d460110dabbeae093cd31ff1ef80022a0759511b37383fc7ac", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "7642b3f2bd1ba8d460110dabbeae093cd31ff1ef80022a0759511b37383fc7ac", kill_on_drop: false }`
[INFO] [stdout] 7642b3f2bd1ba8d460110dabbeae093cd31ff1ef80022a0759511b37383fc7ac
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-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:98afbf2d16093dec2546ff8915fddc74e65664aa03fc460b3712b1c2c54a33e4" "/opt/rustwide/cargo-home/bin/cargo" "+bd7d74411512a3dd3b35d2f699c51dd2557c7e7e" "build" "--frozen" "--message-format=json" "-Zbuild-dir-new-layout", kill_on_drop: false }`
[INFO] [stdout] 597645d649c4042551b424d78f4ca2854880afdf945a5aa2fcb866202b1d44ed
[INFO] running `Command { std: "docker" "start" "-a" "597645d649c4042551b424d78f4ca2854880afdf945a5aa2fcb866202b1d44ed", kill_on_drop: false }`
[INFO] [stderr]    Compiling syn v2.0.114
[INFO] [stderr]    Compiling axum-mongodb-core v0.2.2 (/opt/rustwide/workdir)
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]   --> src/column/mod.rs:22:19
[INFO] [stdout]    |
[INFO] [stdout] 22 |             match COLUMN_META.get(&name) {
[INFO] [stdout]    |                   ^^^^^^^^^^^^^^^^^^^^^^ shared reference to mutable static
[INFO] [stdout]    |
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]    = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]    = note: `#[warn(static_mut_refs)]` (part of `#[warn(rust_2024_compatibility)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a mutable reference to mutable static
[INFO] [stdout]   --> src/column/mod.rs:30:21
[INFO] [stdout]    |
[INFO] [stdout] 30 | /                     COLUMN_META
[INFO] [stdout] 31 | |                         .borrow_mut()
[INFO] [stdout]    | |_____________________________________^ mutable reference to mutable static
[INFO] [stdout]    |
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]    = note: mutable references to mutable statics are dangerous; it's undefined behavior if any other pointer to the static is used or if any other reference is created for the static while the mutable reference lives
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]   --> src/column/inject_meta.rs:17:59
[INFO] [stdout]    |
[INFO] [stdout] 17 |     for (_, ColumnMeta { name, struct_name }) in unsafe { COLUMN_META.iter() } {
[INFO] [stdout]    |                                                           ^^^^^^^^^^^^^^^^^^ shared reference to mutable static
[INFO] [stdout]    |
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]    = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.33s
[INFO] running `Command { std: "docker" "inspect" "597645d649c4042551b424d78f4ca2854880afdf945a5aa2fcb866202b1d44ed", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "597645d649c4042551b424d78f4ca2854880afdf945a5aa2fcb866202b1d44ed", kill_on_drop: false }`
[INFO] [stdout] 597645d649c4042551b424d78f4ca2854880afdf945a5aa2fcb866202b1d44ed
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-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:98afbf2d16093dec2546ff8915fddc74e65664aa03fc460b3712b1c2c54a33e4" "/opt/rustwide/cargo-home/bin/cargo" "+bd7d74411512a3dd3b35d2f699c51dd2557c7e7e" "test" "--frozen" "--no-run" "--message-format=json" "-Zbuild-dir-new-layout", kill_on_drop: false }`
[INFO] [stdout] 551c886fb2b0fcc676b2bdce337e28224d99b530ab1a315dda2179cd12e013db
[INFO] running `Command { std: "docker" "start" "-a" "551c886fb2b0fcc676b2bdce337e28224d99b530ab1a315dda2179cd12e013db", kill_on_drop: false }`
[INFO] [stderr]    Compiling axum-mongodb-core v0.2.2 (/opt/rustwide/workdir)
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]   --> src/column/mod.rs:22:19
[INFO] [stdout]    |
[INFO] [stdout] 22 |             match COLUMN_META.get(&name) {
[INFO] [stdout]    |                   ^^^^^^^^^^^^^^^^^^^^^^ shared reference to mutable static
[INFO] [stdout]    |
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]    = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]    = note: `#[warn(static_mut_refs)]` (part of `#[warn(rust_2024_compatibility)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a mutable reference to mutable static
[INFO] [stdout]   --> src/column/mod.rs:30:21
[INFO] [stdout]    |
[INFO] [stdout] 30 | /                     COLUMN_META
[INFO] [stdout] 31 | |                         .borrow_mut()
[INFO] [stdout]    | |_____________________________________^ mutable reference to mutable static
[INFO] [stdout]    |
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]    = note: mutable references to mutable statics are dangerous; it's undefined behavior if any other pointer to the static is used or if any other reference is created for the static while the mutable reference lives
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]   --> src/column/inject_meta.rs:17:59
[INFO] [stdout]    |
[INFO] [stdout] 17 |     for (_, ColumnMeta { name, struct_name }) in unsafe { COLUMN_META.iter() } {
[INFO] [stdout]    |                                                           ^^^^^^^^^^^^^^^^^^ shared reference to mutable static
[INFO] [stdout]    |
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]    = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]   --> src/column/mod.rs:22:19
[INFO] [stdout]    |
[INFO] [stdout] 22 |             match COLUMN_META.get(&name) {
[INFO] [stdout]    |                   ^^^^^^^^^^^^^^^^^^^^^^ shared reference to mutable static
[INFO] [stdout]    |
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]    = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]    = note: `#[warn(static_mut_refs)]` (part of `#[warn(rust_2024_compatibility)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a mutable reference to mutable static
[INFO] [stdout]   --> src/column/mod.rs:30:21
[INFO] [stdout]    |
[INFO] [stdout] 30 | /                     COLUMN_META
[INFO] [stdout] 31 | |                         .borrow_mut()
[INFO] [stdout]    | |_____________________________________^ mutable reference to mutable static
[INFO] [stdout]    |
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]    = note: mutable references to mutable statics are dangerous; it's undefined behavior if any other pointer to the static is used or if any other reference is created for the static while the mutable reference lives
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]   --> src/column/inject_meta.rs:17:59
[INFO] [stdout]    |
[INFO] [stdout] 17 |     for (_, ColumnMeta { name, struct_name }) in unsafe { COLUMN_META.iter() } {
[INFO] [stdout]    |                                                           ^^^^^^^^^^^^^^^^^^ shared reference to mutable static
[INFO] [stdout]    |
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]    = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 1.14s
[INFO] running `Command { std: "docker" "inspect" "551c886fb2b0fcc676b2bdce337e28224d99b530ab1a315dda2179cd12e013db", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "551c886fb2b0fcc676b2bdce337e28224d99b530ab1a315dda2179cd12e013db", kill_on_drop: false }`
[INFO] [stdout] 551c886fb2b0fcc676b2bdce337e28224d99b530ab1a315dda2179cd12e013db
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-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:98afbf2d16093dec2546ff8915fddc74e65664aa03fc460b3712b1c2c54a33e4" "/opt/rustwide/cargo-home/bin/cargo" "+bd7d74411512a3dd3b35d2f699c51dd2557c7e7e" "test" "--frozen" "-Zbuild-dir-new-layout", kill_on_drop: false }`
[INFO] [stdout] 05f263e8d1a2c14e889b678ead0b6a46f5b759b24e7370d1b2bba1da23687a04
[INFO] running `Command { std: "docker" "start" "-a" "05f263e8d1a2c14e889b678ead0b6a46f5b759b24e7370d1b2bba1da23687a04", kill_on_drop: false }`
[INFO] [stderr] warning: creating a shared reference to mutable static
[INFO] [stderr]   --> src/column/mod.rs:22:19
[INFO] [stderr]    |
[INFO] [stderr] 22 |             match COLUMN_META.get(&name) {
[INFO] [stderr]    |                   ^^^^^^^^^^^^^^^^^^^^^^ shared reference to mutable static
[INFO] [stderr]    |
[INFO] [stderr]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stderr]    = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stderr]    = note: `#[warn(static_mut_refs)]` (part of `#[warn(rust_2024_compatibility)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: creating a mutable reference to mutable static
[INFO] [stderr]   --> src/column/mod.rs:30:21
[INFO] [stderr]    |
[INFO] [stderr] 30 | /                     COLUMN_META
[INFO] [stderr] 31 | |                         .borrow_mut()
[INFO] [stderr]    | |_____________________________________^ mutable reference to mutable static
[INFO] [stderr]    |
[INFO] [stderr]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stderr]    = note: mutable references to mutable statics are dangerous; it's undefined behavior if any other pointer to the static is used or if any other reference is created for the static while the mutable reference lives
[INFO] [stderr] 
[INFO] [stderr] warning: creating a shared reference to mutable static
[INFO] [stderr]   --> src/column/inject_meta.rs:17:59
[INFO] [stderr]    |
[INFO] [stderr] 17 |     for (_, ColumnMeta { name, struct_name }) in unsafe { COLUMN_META.iter() } {
[INFO] [stderr]    |                                                           ^^^^^^^^^^^^^^^^^^ shared reference to mutable static
[INFO] [stderr]    |
[INFO] [stderr]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stderr]    = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stderr] 
[INFO] [stderr] warning: `axum-mongodb-core` (lib) generated 3 warnings
[INFO] [stderr] warning: `axum-mongodb-core` (lib test) generated 3 warnings (3 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.06s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/build/axum-mongodb-core/643c86edf21b3a34/deps/axum_mongodb_core-643c86edf21b3a34)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests axum_mongodb_core
[INFO] [stdout] 
[INFO] [stdout] running 3 tests
[INFO] [stdout] test src/lib.rs - main (line 81) ... FAILED
[INFO] [stdout] test src/lib.rs - inject (line 168) ... FAILED
[INFO] [stdout] test src/lib.rs - column_derive (line 46) ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- src/lib.rs - main (line 81) stdout ----
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `tokio`
[INFO] [stdout]   --> src/lib.rs:82:3
[INFO] [stdout]    |
[INFO] [stdout] 82 | #[tokio::main]
[INFO] [stdout]    |   ^^^^^ use of unresolved module or unlinked crate `tokio`
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `axum_mongodb`
[INFO] [stdout]   --> src/lib.rs:83:3
[INFO] [stdout]    |
[INFO] [stdout] 83 | #[axum_mongodb::main]
[INFO] [stdout]    |   ^^^^^^^^^^^^ use of unresolved module or unlinked crate `axum_mongodb`
[INFO] [stdout] 
[INFO] [stdout] error[E0752]: `main` function is not allowed to be `async`
[INFO] [stdout]   --> src/lib.rs:84:1
[INFO] [stdout]    |
[INFO] [stdout] 84 | async fn main() {
[INFO] [stdout]    | ^^^^^^^^^^^^^^^ `main` function is not allowed to be `async`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 3 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0433, E0752.
[INFO] [stdout] For more information about an error, try `rustc --explain E0433`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - inject (line 168) stdout ----
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `axum_mongodb`
[INFO] [stdout]    --> src/lib.rs:169:3
[INFO] [stdout]     |
[INFO] [stdout] 169 | #[axum_mongodb::inject]
[INFO] [stdout]     |   ^^^^^^^^^^^^ use of unresolved module or unlinked crate `axum_mongodb`
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `json` in this scope
[INFO] [stdout]    --> src/lib.rs:172:10
[INFO] [stdout]     |
[INFO] [stdout] 172 |     Json(json!({
[INFO] [stdout]     |          ^^^^
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `DBServers` in this scope
[INFO] [stdout]    --> src/lib.rs:170:27
[INFO] [stdout]     |
[INFO] [stdout] 170 | async fn db_test(servers: DBServers) -> impl IntoResponse {
[INFO] [stdout]     |                           ^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error[E0405]: cannot find trait `IntoResponse` in this scope
[INFO] [stdout]    --> src/lib.rs:170:46
[INFO] [stdout]     |
[INFO] [stdout] 170 | async fn db_test(servers: DBServers) -> impl IntoResponse {
[INFO] [stdout]     |                                              ^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `Json` in this scope
[INFO] [stdout]    --> src/lib.rs:172:5
[INFO] [stdout]     |
[INFO] [stdout] 172 |     Json(json!({
[INFO] [stdout]     |     ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 5 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0405, E0425, E0433.
[INFO] [stdout] For more information about an error, try `rustc --explain E0405`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - column_derive (line 46) stdout ----
[INFO] [stdout] error: cannot find derive macro `Column` in this scope
[INFO] [stdout]   --> src/lib.rs:47:24
[INFO] [stdout]    |
[INFO] [stdout] 47 | #[derive(Debug, Clone, Column)]
[INFO] [stdout]    |                        ^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this derive macro
[INFO] [stdout]    |
[INFO] [stdout] 46 + use axum_mongodb_core::Column;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `dropIndexes` in this scope
[INFO] [stdout]   --> src/lib.rs:48:3
[INFO] [stdout]    |
[INFO] [stdout] 48 | #[dropIndexes]
[INFO] [stdout]    |   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `singleIndex` in this scope
[INFO] [stdout]   --> src/lib.rs:50:7
[INFO] [stdout]    |
[INFO] [stdout] 50 |     #[singleIndex(unique)]
[INFO] [stdout]    |       ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `compoundIndex` in this scope
[INFO] [stdout]   --> src/lib.rs:52:7
[INFO] [stdout]    |
[INFO] [stdout] 52 |     #[compoundIndex(unique, other_fields(name))]
[INFO] [stdout]    |       ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `multikeyIndex` in this scope
[INFO] [stdout]   --> src/lib.rs:54:7
[INFO] [stdout]    |
[INFO] [stdout] 54 |     #[multikeyIndex(unique, field_name = "age")]
[INFO] [stdout]    |       ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 5 previous errors
[INFO] [stdout] 
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     src/lib.rs - column_derive (line 46)
[INFO] [stdout]     src/lib.rs - inject (line 168)
[INFO] [stdout]     src/lib.rs - main (line 81)
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 0 passed; 3 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.18s
[INFO] [stdout] 
[INFO] [stderr] error: doctest failed, to rerun pass `--doc`
[INFO] running `Command { std: "docker" "inspect" "05f263e8d1a2c14e889b678ead0b6a46f5b759b24e7370d1b2bba1da23687a04", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "05f263e8d1a2c14e889b678ead0b6a46f5b759b24e7370d1b2bba1da23687a04", kill_on_drop: false }`
[INFO] [stdout] 05f263e8d1a2c14e889b678ead0b6a46f5b759b24e7370d1b2bba1da23687a04
