This repository has been archived by the owner on Oct 19, 2024. It is now read-only.
more tests, full reorganization #2059
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
Annotations
4 errors and 12 warnings
the size for values of type `[database::models::ids::ProjectId]` cannot be known at compilation time:
src/routes/v2/organizations.rs#L529
error[E0277]: the size for values of type `[database::models::ids::ProjectId]` cannot be known at compilation time
--> src/routes/v2/organizations.rs:529:11
|
529 | .await?;
| ^ doesn't have a size known at compile-time
|
= help: the trait `std::marker::Sized` is not implemented for `[database::models::ids::ProjectId]`
note: required by a bound in `std::ops::ControlFlow::Break`
--> /rustc/d5c2e9c342b358556da91d61ed4133f6f50fc0c3/library/core/src/ops/control_flow.rs:93:5
|
the size for values of type `[database::models::ids::ProjectId]` cannot be known at compilation time:
src/routes/v2/organizations.rs#L517
error[E0277]: the size for values of type `[database::models::ids::ProjectId]` cannot be known at compilation time
--> src/routes/v2/organizations.rs:517:23
|
517 | let project_ids = sqlx::query!(
| _______________________^
518 | | "
519 | | SELECT m.id FROM organizations o
520 | | INNER JOIN mods m ON m.organization_id = o.id
... |
528 | | .try_collect::<Vec<crate::database::models::ProjectId>>()
529 | | .await?;
| |___________^ doesn't have a size known at compile-time
|
= help: the trait `std::marker::Sized` is not implemented for `[database::models::ids::ProjectId]`
= note: all local variables must have a statically known size
= help: unsized locals are gated as an unstable feature
|
the size for values of type `[database::models::ids::ProjectId]` cannot be known at compilation time:
src/routes/v2/organizations.rs#L517
error[E0277]: the size for values of type `[database::models::ids::ProjectId]` cannot be known at compilation time
--> src/routes/v2/organizations.rs:517:9
|
517 | let project_ids = sqlx::query!(
| ^^^^^^^^^^^ doesn't have a size known at compile-time
|
= help: the trait `std::marker::Sized` is not implemented for `[database::models::ids::ProjectId]`
= note: all local variables must have a statically known size
= help: unsized locals are gated as an unstable feature
|
docker
buildx failed with: ERROR: failed to solve: process "/bin/sh -c cargo build --release" did not complete successfully: exit code: 101
|
unused import: `futures::TryStreamExt`:
src/routes/v2/organizations.rs#L515
warning: unused import: `futures::TryStreamExt`
--> src/routes/v2/organizations.rs:515:9
|
515 | use futures::TryStreamExt;
| ^^^^^^^^^^^^^^^^^^^^^
|
= note: `#[warn(unused_imports)]` on by default
|
docker
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, docker/metadata-action@v3, docker/login-action@v1, docker/build-push-action@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
docker
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
docker
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
docker
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
docker
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
docker
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
docker
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
docker
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
docker
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
docker
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
docker
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|