I thought using vcpkg
for nasm would work but it's not avaliable >:(
#5356
CI.yaml
on: push
Rust / `cargo deny`
3m 0s
Rust / Report Missing Dependencies
57s
Nix / Build
0s
Rust / Clippy
53s
Matrix: rust
Annotations
15 errors
cannot find type `Schema` in this scope:
crates/core/src/lib.rs#L100
error[E0412]: cannot find type `Schema` in this scope
--> crates/core/src/api.rs:100:65
|
100 | fn json_schema(_: &mut ::schemars::gen::SchemaGenerator) -> Schema {
| ^^^^^^ not found in this scope
|
help: consider importing one of these enums
|
18 + use schemars::schema::Schema;
|
18 + use utoipa::openapi::Schema;
|
|
cannot find type `Cow` in this scope:
crates/core/src/lib.rs#L163
error[E0412]: cannot find type `Cow` in this scope
--> crates/core/src/serde/duration.rs:163:22
|
163 | fn name() -> Cow<'static, str> {
| ^^^ not found in this scope
|
help: consider importing this enum
|
16 + use std::borrow::Cow;
|
|
failed to resolve: use of undeclared type `Cow`:
crates/core/src/lib.rs#L164
error[E0433]: failed to resolve: use of undeclared type `Cow`
--> crates/core/src/serde/duration.rs:164:13
|
164 | Cow::Borrowed("Duration")
| ^^^ use of undeclared type `Cow`
|
help: consider importing this enum
|
16 + use std::borrow::Cow;
|
|
Rust / Clippy
Received a internal compiler error OR an unknown message type, view this in debug mode to view the payload
|
Rust / Clippy
{
"rendered": "Some errors have detailed explanations: E0412, E0433.\n",
"$message_type": "diagnostic",
"children": [],
"code": null,
"level": "failure-note",
"message": "Some errors have detailed explanations: E0412, E0433.",
"spans": []
}
|
Rust / Report Missing Dependencies
Process completed with exit code 1.
|
Rust CI / macOS (aarch64)
Process completed with exit code 101.
|
Rust CI / Windows (x64)
The job was canceled because "macos-14-xlarge" failed.
|
Rust CI / Windows (x64)
The operation was canceled.
|
Rust CI / macOS (x64)
The job was canceled because "macos-14-xlarge" failed.
|
Rust CI / macOS (x64)
The operation was canceled.
|
Rust CI / Linux (x64)
The job was canceled because "macos-14-xlarge" failed.
|
Rust CI / Linux (aarch64)
The job was canceled because "macos-14-xlarge" failed.
|
Rust CI / Linux (aarch64)
The operation was canceled.
|
Rust / `cargo deny`
Canceling since a higher priority waiting request for 'CI Pipeline-refs/heads/feat/sea-orm-migration' exists
|