[INFO] fetching crate catalyzer-core 0.1.3...
[INFO] testing catalyzer-core-0.1.3 against master#d98a5da813da67eb189387b8ccfb73cf481275d8+rustflags=-Copt-level=3 for pr-138759
[INFO] extracting crate catalyzer-core 0.1.3 into /workspace/builds/worker-4-tc1/source
[INFO] started tweaking crates.io crate catalyzer-core 0.1.3
[INFO] finished tweaking crates.io crate catalyzer-core 0.1.3
[INFO] tweaked toml for crates.io crate catalyzer-core 0.1.3 written to /workspace/builds/worker-4-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate catalyzer-core 0.1.3 on toolchain d98a5da813da67eb189387b8ccfb73cf481275d8
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+d98a5da813da67eb189387b8ccfb73cf481275d8" "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" "+d98a5da813da67eb189387b8ccfb73cf481275d8" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 117 packages to latest compatible versions
[INFO] [stderr]       Adding axum v0.7.9 (available: v0.8.6)
[INFO] [stderr]       Adding axum-extra v0.9.6 (available: v0.10.3)
[INFO] [stderr]       Adding simple_logger v4.3.3 (available: v5.0.0)
[INFO] [stderr]       Adding tower v0.4.13 (available: v0.5.2)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+d98a5da813da67eb189387b8ccfb73cf481275d8" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded simple_logger v4.3.3
[INFO] [stderr]   Downloaded axum-extra v0.9.6
[INFO] [stderr]   Downloaded catalyzer-utils v0.1.3
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+d98a5da813da67eb189387b8ccfb73cf481275d8" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 025d0f20dd3326e2e1cf239821ca2f18359be7a3b9f30b880956bfb25dff4552
[INFO] running `Command { std: "docker" "start" "-a" "025d0f20dd3326e2e1cf239821ca2f18359be7a3b9f30b880956bfb25dff4552", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "025d0f20dd3326e2e1cf239821ca2f18359be7a3b9f30b880956bfb25dff4552", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "025d0f20dd3326e2e1cf239821ca2f18359be7a3b9f30b880956bfb25dff4552", kill_on_drop: false }`
[INFO] [stdout] 025d0f20dd3326e2e1cf239821ca2f18359be7a3b9f30b880956bfb25dff4552
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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 -Copt-level=3" "-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+d98a5da813da67eb189387b8ccfb73cf481275d8" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 1d8c507ed0a4ad8cedf8c662b67f2a990885be6f613cb3954dda316ff970cb58
[INFO] running `Command { std: "docker" "start" "-a" "1d8c507ed0a4ad8cedf8c662b67f2a990885be6f613cb3954dda316ff970cb58", kill_on_drop: false }`
[INFO] [stderr]    Compiling parking_lot_core v0.9.12
[INFO] [stderr]    Compiling syn v2.0.106
[INFO] [stderr]    Compiling tracing v0.1.41
[INFO] [stderr]    Compiling futures-task v0.3.31
[INFO] [stderr]    Compiling sync_wrapper v1.0.2
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling colored v2.2.0
[INFO] [stderr]    Compiling serde_json v1.0.145
[INFO] [stderr]    Compiling futures-util v0.3.31
[INFO] [stderr]    Compiling serde_path_to_error v0.1.20
[INFO] [stderr]    Compiling parking_lot v0.12.5
[INFO] [stderr]    Compiling matchit v0.7.3
[INFO] [stderr]    Compiling serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling simple_logger v4.3.3
[INFO] [stderr]    Compiling tower v0.4.13
[INFO] [stderr]    Compiling catalyzer-utils v0.1.3
[INFO] [stderr]    Compiling tokio-macros v2.5.0
[INFO] [stderr]    Compiling async-trait v0.1.89
[INFO] [stderr]    Compiling tokio v1.47.1
[INFO] [stderr]    Compiling hyper v1.7.0
[INFO] [stderr]    Compiling tower v0.5.2
[INFO] [stderr]    Compiling hyper-util v0.1.17
[INFO] [stderr]    Compiling axum-core v0.4.5
[INFO] [stderr]    Compiling axum v0.7.9
[INFO] [stderr]    Compiling catalyzer-core v0.1.3 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 41s
[INFO] running `Command { std: "docker" "inspect" "1d8c507ed0a4ad8cedf8c662b67f2a990885be6f613cb3954dda316ff970cb58", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "1d8c507ed0a4ad8cedf8c662b67f2a990885be6f613cb3954dda316ff970cb58", kill_on_drop: false }`
[INFO] [stdout] 1d8c507ed0a4ad8cedf8c662b67f2a990885be6f613cb3954dda316ff970cb58
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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 -Copt-level=3" "-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+d98a5da813da67eb189387b8ccfb73cf481275d8" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 5e0e07fc3b81c3e9c6ed10687e62701c3fb0b5502aa59c56d74ddb2842719557
[INFO] running `Command { std: "docker" "start" "-a" "5e0e07fc3b81c3e9c6ed10687e62701c3fb0b5502aa59c56d74ddb2842719557", kill_on_drop: false }`
[INFO] [stderr]    Compiling catalyzer-core v0.1.3 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.80s
[INFO] running `Command { std: "docker" "inspect" "5e0e07fc3b81c3e9c6ed10687e62701c3fb0b5502aa59c56d74ddb2842719557", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "5e0e07fc3b81c3e9c6ed10687e62701c3fb0b5502aa59c56d74ddb2842719557", kill_on_drop: false }`
[INFO] [stdout] 5e0e07fc3b81c3e9c6ed10687e62701c3fb0b5502aa59c56d74ddb2842719557
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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 -Copt-level=3" "-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+d98a5da813da67eb189387b8ccfb73cf481275d8" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 7fc77a10b5a2a7b464a0866fcd2d6d1a9ba78b66b1b3abfd3e3440922832717e
[INFO] running `Command { std: "docker" "start" "-a" "7fc77a10b5a2a7b464a0866fcd2d6d1a9ba78b66b1b3abfd3e3440922832717e", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.12s
[INFO] [stderr]      Running unittests lib.rs (/opt/rustwide/target/debug/deps/catalyzer-7d927b292bb9f6c9)
[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 catalyzer
[INFO] [stdout] 
[INFO] [stdout] running 7 tests
[INFO] [stdout] test internals/handlers.rs - internals::handlers::HandlerMetadata (line 27) ... ok
[INFO] [stdout] test internals/runtime.rs - runtime::CatalyzerRuntimeBuilder::setup_tokio (line 132) ... FAILED
[INFO] [stdout] test app/mod.rs - app::App<State>::set_state (line 114) ... FAILED
[INFO] [stdout] test app/mod.rs - app::App<State>::route (line 47) ... FAILED
[INFO] [stdout] test internals/handlers.rs - internals::handlers::HandlerMetadata (line 17) ... FAILED
[INFO] [stdout] test app/mod.rs - app::App<State>::bind (line 89) ... FAILED
[INFO] [stdout] test internals/runtime.rs - runtime::CatalyzerRuntime::run (line 71) ... ok
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- internals/runtime.rs - runtime::CatalyzerRuntimeBuilder::setup_tokio (line 132) stdout ----
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `CatalyzerRuntime`
[INFO] [stdout]  --> internals/runtime.rs:137:1
[INFO] [stdout]   |
[INFO] [stdout] 7 | CatalyzerRuntime::builder()
[INFO] [stdout]   | ^^^^^^^^^^^^^^^^ use of undeclared type `CatalyzerRuntime`
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]   |
[INFO] [stdout] 4 + use catalyzer::internals::CatalyzerRuntime;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]  --> internals/runtime.rs:136:14
[INFO] [stdout]   |
[INFO] [stdout] 6 | fn main() -> Result {
[INFO] [stdout]   |    ----      ^^^^^^ expected `Result<(), CatalyzerError>`, found `()`
[INFO] [stdout]   |    |
[INFO] [stdout]   |    implicitly returns `()` as its body has no tail or `return` expression
[INFO] [stdout]   |
[INFO] [stdout]   = note:   expected enum `Result<(), CatalyzerError>`
[INFO] [stdout]           found unit type `()`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 2 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0308, E0433.
[INFO] [stdout] For more information about an error, try `rustc --explain E0308`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- app/mod.rs - app::App<State>::set_state (line 114) stdout ----
[INFO] [stdout] error: cannot find attribute `main` in this scope
[INFO] [stdout]  --> app/mod.rs:121:3
[INFO] [stdout]   |
[INFO] [stdout] 9 | #[main]
[INFO] [stdout]   |   ^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `main` is in scope, but it is a function, not an attribute
[INFO] [stdout] help: consider importing this attribute macro
[INFO] [stdout]   |
[INFO] [stdout] 4 + use tokio::main;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `AppState: Clone` is not satisfied
[INFO] [stdout]   --> app/mod.rs:123:11
[INFO] [stdout]    |
[INFO] [stdout] 11 | let app = App::new()
[INFO] [stdout]    |           ^^^^^^^^^^ the trait `Clone` is not implemented for `AppState`
[INFO] [stdout]    |
[INFO] [stdout] note: required by a bound in `catalyzer::App::<State>::new`
[INFO] [stdout]   --> /opt/rustwide/workdir/app/mod.rs:22:12
[INFO] [stdout]    |
[INFO] [stdout] 22 |     State: Clone + Send + Sync + 'static
[INFO] [stdout]    |            ^^^^^ required by this bound in `App::<State>::new`
[INFO] [stdout] ...
[INFO] [stdout] 32 |     pub fn new() -> Self {
[INFO] [stdout]    |            --- required by a bound in this associated function
[INFO] [stdout] help: consider annotating `AppState` with `#[derive(Clone)]`
[INFO] [stdout]    |
[INFO] [stdout] 5  + #[derive(Clone)]
[INFO] [stdout] 6  | struct AppState {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `AppState: Clone` is not satisfied
[INFO] [stdout]    --> app/mod.rs:124:6
[INFO] [stdout]     |
[INFO] [stdout] 12  |     .set_state(AppState { counter: 0 });
[INFO] [stdout]     |      ^^^^^^^^^ the trait `Clone` is not implemented for `AppState`
[INFO] [stdout]     |
[INFO] [stdout] note: required by a bound in `catalyzer::App::<State>::set_state`
[INFO] [stdout]    --> /opt/rustwide/workdir/app/mod.rs:22:12
[INFO] [stdout]     |
[INFO] [stdout] 22  |     State: Clone + Send + Sync + 'static
[INFO] [stdout]     |            ^^^^^ required by this bound in `App::<State>::set_state`
[INFO] [stdout] ...
[INFO] [stdout] 125 |     pub fn set_state<S2>(self, state: State) -> App<S2> {
[INFO] [stdout]     |            --------- required by a bound in this associated function
[INFO] [stdout] help: consider annotating `AppState` with `#[derive(Clone)]`
[INFO] [stdout]     |
[INFO] [stdout] 5   + #[derive(Clone)]
[INFO] [stdout] 6   | struct AppState {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]   --> app/mod.rs:122:14
[INFO] [stdout]    |
[INFO] [stdout] 10 | fn main() -> Result {
[INFO] [stdout]    |    ----      ^^^^^^ expected `Result<(), CatalyzerError>`, found `()`
[INFO] [stdout]    |    |
[INFO] [stdout]    |    implicitly returns `()` as its body has no tail or `return` expression
[INFO] [stdout]    |
[INFO] [stdout]    = note:   expected enum `std::result::Result<(), CatalyzerError>`
[INFO] [stdout]            found unit type `()`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 4 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0277, E0308.
[INFO] [stdout] For more information about an error, try `rustc --explain E0277`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- app/mod.rs - app::App<State>::route (line 47) stdout ----
[INFO] [stdout] error: cannot find attribute `main` in this scope
[INFO] [stdout]  --> app/mod.rs:50:3
[INFO] [stdout]   |
[INFO] [stdout] 5 | #[main]
[INFO] [stdout]   |   ^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `main` is in scope, but it is a function, not an attribute
[INFO] [stdout] help: consider importing this attribute macro
[INFO] [stdout]   |
[INFO] [stdout] 4 + use tokio::main;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `get` in this scope
[INFO] [stdout]  --> app/mod.rs:52:3
[INFO] [stdout]   |
[INFO] [stdout] 7 | #[get("/")]
[INFO] [stdout]   |   ^^^
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `index_metadata` in this scope
[INFO] [stdout]   --> app/mod.rs:58:17
[INFO] [stdout]    |
[INFO] [stdout] 13 |     .route::<_, index_metadata, _>(index)?;
[INFO] [stdout]    |                 ^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `fn() {main::index}: AxumHandler<_, _>` is not satisfied
[INFO] [stdout]   --> app/mod.rs:58:33
[INFO] [stdout]    |
[INFO] [stdout] 13 |     .route::<_, index_metadata, _>(index)?;
[INFO] [stdout]    |      -----                      ^ the trait `AxumHandler<_, _>` is not implemented for fn item `fn() {main::index}`
[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 `AxumHandler<T, S>`:
[INFO] [stdout]              `Layered<L, H, T, S>` implements `AxumHandler<T, S>`
[INFO] [stdout]              `MethodRouter<S>` implements `AxumHandler<(), S>`
[INFO] [stdout] note: required by a bound in `catalyzer::App::<State>::route`
[INFO] [stdout]   --> /opt/rustwide/workdir/app/mod.rs:64:18
[INFO] [stdout]    |
[INFO] [stdout] 60 |     pub fn route<Return, Meta, Handler>(
[INFO] [stdout]    |            ----- required by a bound in this associated function
[INFO] [stdout] ...
[INFO] [stdout] 64 |         Handler: AxumHandler<Return, State>,
[INFO] [stdout]    |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^ required by this bound in `App::<State>::route`
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]  --> app/mod.rs:51:14
[INFO] [stdout]   |
[INFO] [stdout] 6 | fn main() -> Result {
[INFO] [stdout]   |    ----      ^^^^^^ expected `Result<(), CatalyzerError>`, found `()`
[INFO] [stdout]   |    |
[INFO] [stdout]   |    implicitly returns `()` as its body has no tail or `return` expression
[INFO] [stdout]   |
[INFO] [stdout]   = note:   expected enum `std::result::Result<(), CatalyzerError>`
[INFO] [stdout]           found unit type `()`
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]  --> app/mod.rs:54:5
[INFO] [stdout]   |
[INFO] [stdout] 8 | fn index() {
[INFO] [stdout]   |           - help: try adding a return type: `-> &'static str`
[INFO] [stdout] 9 |     "Hello, world!"
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^ expected `()`, found `&str`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 6 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0277, E0308, E0412.
[INFO] [stdout] For more information about an error, try `rustc --explain E0277`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- internals/handlers.rs - internals::handlers::HandlerMetadata (line 17) stdout ----
[INFO] [stdout] error: cannot find attribute `get` in this scope
[INFO] [stdout]  --> internals/handlers.rs:20:3
[INFO] [stdout]   |
[INFO] [stdout] 6 | #[get("/")]
[INFO] [stdout]   |   ^^^
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]  --> internals/handlers.rs:22:5
[INFO] [stdout]   |
[INFO] [stdout] 7 | fn index() {
[INFO] [stdout]   |           - help: try adding a return type: `-> &'static str`
[INFO] [stdout] 8 |     "Hello, world!"
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^ expected `()`, found `&str`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 2 previous errors
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0308`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- app/mod.rs - app::App<State>::bind (line 89) stdout ----
[INFO] [stdout] error: cannot find attribute `main` in this scope
[INFO] [stdout]  --> app/mod.rs:92:3
[INFO] [stdout]   |
[INFO] [stdout] 5 | #[main]
[INFO] [stdout]   |   ^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `main` is in scope, but it is a function, not an attribute
[INFO] [stdout] help: consider importing this attribute macro
[INFO] [stdout]   |
[INFO] [stdout] 4 + use tokio::main;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]  --> app/mod.rs:93:14
[INFO] [stdout]   |
[INFO] [stdout] 6 | fn main() -> Result {
[INFO] [stdout]   |    ----      ^^^^^^ expected `Result<(), CatalyzerError>`, found `()`
[INFO] [stdout]   |    |
[INFO] [stdout]   |    implicitly returns `()` as its body has no tail or `return` expression
[INFO] [stdout]   |
[INFO] [stdout]   = note:   expected enum `std::result::Result<(), CatalyzerError>`
[INFO] [stdout]           found unit type `()`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 2 previous errors
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0308`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     app/mod.rs - app::App<State>::bind (line 89)
[INFO] [stdout]     app/mod.rs - app::App<State>::route (line 47)
[INFO] [stdout]     app/mod.rs - app::App<State>::set_state (line 114)
[INFO] [stdout]     internals/handlers.rs - internals::handlers::HandlerMetadata (line 17)
[INFO] [stdout]     internals/runtime.rs - runtime::CatalyzerRuntimeBuilder::setup_tokio (line 132)
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 2 passed; 5 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.93s
[INFO] [stdout] 
[INFO] [stderr] error: doctest failed, to rerun pass `--doc`
[INFO] running `Command { std: "docker" "inspect" "7fc77a10b5a2a7b464a0866fcd2d6d1a9ba78b66b1b3abfd3e3440922832717e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "7fc77a10b5a2a7b464a0866fcd2d6d1a9ba78b66b1b3abfd3e3440922832717e", kill_on_drop: false }`
[INFO] [stdout] 7fc77a10b5a2a7b464a0866fcd2d6d1a9ba78b66b1b3abfd3e3440922832717e
