Skip to content

I thought using vcpkg for nasm would work but it's not avaliable >:( #5356

I thought using vcpkg for nasm would work but it's not avaliable >:(

I thought using vcpkg for nasm would work but it's not avaliable >:( #5356

Triggered via push February 3, 2025 12:01
Status Cancelled
Total duration 3m 10s
Billable time 6m
Artifacts

CI.yaml

on: push
Rust / `cargo deny`
3m 0s
Rust / `cargo deny`
Rust / Report Missing Dependencies
57s
Rust / Report Missing Dependencies
Nix / Build
0s
Nix / Build
Rust / Clippy
53s
Rust / Clippy
Matrix: rust
Fit to window
Zoom out
Zoom in

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