Skip to content

Optimization - A queue with fixed storage size backed by a circular buffer #2104

Optimization - A queue with fixed storage size backed by a circular buffer

Optimization - A queue with fixed storage size backed by a circular buffer #2104

Triggered via pull request September 28, 2025 17:51
Status Cancelled
Total duration 1m 18s
Artifacts

main.yml

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

Annotations

7 errors and 10 warnings
Test (windows-release)
The operation was canceled.
Test (windows-release)
Canceling since a higher priority waiting request for Unit Test-refs/pull/1262/merge exists
Test (linux-release)
The operation was canceled.
Test (linux-release)
Canceling since a higher priority waiting request for Unit Test-refs/pull/1262/merge exists
Unit Test
Canceling since a higher priority waiting request for Unit Test-refs/pull/1262/merge exists
Test (osx-release)
The operation was canceled.
Test (osx-release)
Canceling since a higher priority waiting request for Unit Test-refs/pull/1262/merge exists
Test (osx-release): LLama/LLamaInstructExecutor.cs#L157
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
Test (osx-release): LLama/Native/SafeLlamaModelHandle.cs#L447
Method, operator, or accessor 'SafeLlamaModelHandle.llama_model_cls_label(SafeLlamaModelHandle, uint)' is marked external and has no attributes on it. Consider adding a DllImport attribute to specify the external implementation.
Test (osx-release): LLama/Native/SafeLlamaModelHandle.cs#L439
Method, operator, or accessor 'SafeLlamaModelHandle.llama_model_n_cls_out(SafeLlamaModelHandle)' is marked external and has no attributes on it. Consider adding a DllImport attribute to specify the external implementation.
Test (osx-release): LLama.SemanticKernel/TextEmbedding/LLamaSharpEmbeddingGeneration.cs#L8
'ITextEmbeddingGenerationService' is obsolete: 'Use Microsoft.Extensions.AI.IEmbeddingGenerator<string, Embedding<float>> instead.'
Test (osx-release): LLama/Batched/Conversation.cs#L413
XML comment has cref attribute 'start' that could not be resolved
Test (osx-release): LLama/Batched/Conversation.cs#L413
XML comment has cref attribute 'count' that could not be resolved
Test (osx-release): LLama/LLamaInteractExecutor.cs#L206
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
Test (osx-release): LLama/LLamaInstructExecutor.cs#L157
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
Test (osx-release): LLama/Native/SafeLlamaModelHandle.cs#L447
Method, operator, or accessor 'SafeLlamaModelHandle.llama_model_cls_label(SafeLlamaModelHandle, uint)' is marked external and has no attributes on it. Consider adding a DllImport attribute to specify the external implementation.
Test (osx-release): LLama/Native/SafeLlamaModelHandle.cs#L439
Method, operator, or accessor 'SafeLlamaModelHandle.llama_model_n_cls_out(SafeLlamaModelHandle)' is marked external and has no attributes on it. Consider adding a DllImport attribute to specify the external implementation.