Skip to content

Add support for Logger, refactor threads using new StatefulThread type #202

Add support for Logger, refactor threads using new StatefulThread type

Add support for Logger, refactor threads using new StatefulThread type #202

Triggered via push September 4, 2024 20:54
Status Failure
Total duration 32s
Artifacts

ci.yaml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors
Tests: crates/server/src/main.rs#L58
failed to resolve: use of undeclared crate or module `chatbot`
Tests: crates/server/src/main.rs#L79
failed to resolve: use of undeclared crate or module `chatbot`
Tests: crates/server/src/main.rs#L84
the method `cancel` exists for struct `LazyLock<StatefulThread<ChatbotFunction>>`, but its trait bounds were not satisfied
Tests: crates/server/src/main.rs#L98
failed to resolve: use of undeclared crate or module `chatbot`
Tests: crates/server/src/main.rs#L99
the method `call` exists for struct `LazyLock<StatefulThread<ChatbotFunction>>`, but its trait bounds were not satisfied
Tests: crates/server/src/main.rs#L100
the method `call` exists for struct `LazyLock<StatefulThread<LogFunction>>`, but its trait bounds were not satisfied
Tests: crates/server/src/main.rs#L97
type annotations needed
Tests: crates/server/src/main.rs#L97
no method named `poll` found for struct `Pin<_>` in the current scope
Tests: crates/server/src/main.rs#L97
no method named `take_output` found for struct `Pin<_>` in the current scope
Tests: crates/server/src/main.rs#L43
failed to resolve: use of undeclared crate or module `chatbot`