Skip to content

Add Async Support

Add Async Support #648

Triggered via pull request October 27, 2024 02:22
@Electron100Electron100
synchronize #276
async-wip
Status Failure
Total duration 1m 36s
Artifacts

ci.yml

on: pull_request
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

13 errors
build (ubuntu-latest): examples/getting_started_async/src/lib.rs#L20
cannot find function `apply_unapplied_migrations_async` in module `migrations`
build (ubuntu-latest): examples/getting_started_async/src/lib.rs#L29
the trait bound `Connection: ConnectionMethodsAsync` is not satisfied
build (ubuntu-latest): examples/getting_started_async/src/lib.rs#L29
`(dyn BackendConnection + 'static)` cannot be shared between threads safely
build (ubuntu-latest): examples/getting_started_async/src/lib.rs#L29
the trait bound `Connection: pg::PgConnectionLike` is not satisfied
build (ubuntu-latest): examples/getting_started_async/src/lib.rs#L29
`(dyn BackendConnection + 'static)` cannot be shared between threads safely
build (ubuntu-latest): examples/getting_started_async/src/lib.rs#L29
the trait bound `Connection: pg::PgConnectionLike` is not satisfied
build (ubuntu-latest): examples/getting_started_async/src/lib.rs#L29
`(dyn BackendConnection + 'static)` cannot be shared between threads safely
build (ubuntu-latest): examples/getting_started_async/src/lib.rs#L36
the trait bound `Connection: ConnectionMethodsAsync` is not satisfied
build (ubuntu-latest): examples/getting_started_async/src/lib.rs#L36
`(dyn BackendConnection + 'static)` cannot be shared between threads safely
build (macos-12)
The job was canceled because "ubuntu-latest" failed.
build (windows-2019)
The job was canceled because "ubuntu-latest" failed.
build (windows-2019)
The operation was canceled.