Skip to content

November Binary Update #1637

November Binary Update

November Binary Update #1637

Triggered via pull request October 26, 2024 00:40
Status Cancelled
Total duration 2m 25s
Artifacts

main.yml

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

Annotations

5 errors and 13 warnings
Test (windows-release)
Canceling since a higher priority waiting request for 'Unit Test-refs/pull/962/merge' exists
Test (windows-release)
The operation was canceled.
Test (linux-release)
Canceling since a higher priority waiting request for 'Unit Test-refs/pull/962/merge' exists
Test (osx-release)
Canceling since a higher priority waiting request for 'Unit Test-refs/pull/962/merge' exists
Test (osx-release)
The operation was canceled.
Test (windows-release)
No files were found with the provided path: logs/. No artifacts will be uploaded.
Test (linux-release)
No files were found with the provided path: logs/. No artifacts will be uploaded.
Test (osx-release)
No files were found with the provided path: logs/. No artifacts will be uploaded.
Test (osx-release): LLama/Common/InferenceParams.cs#L94
Nullability of reference types in return type of 'ISamplingPipeline? InferenceParams.SamplingPipeline.get' doesn't match implicitly implemented member 'ISamplingPipeline IInferenceParams.SamplingPipeline.get' (possibly because of nullability attributes).
Test (osx-release): LLama/LLamaInstructExecutor.cs#L110
Possible null reference argument for parameter 'data' in 'Task InstructExecutor.LoadState(ExecutorBaseState data)'.
Test (osx-release): LLama/Common/PolymorphicJSONConverter.cs#L48
Dereference of a possibly null reference.
Test (osx-release): LLama/LLamaInteractExecutor.cs#L102
Possible null reference argument for parameter 'data' in 'Task InteractiveExecutor.LoadState(ExecutorBaseState data)'.
Test (osx-release): LLama/LLamaInteractExecutor.cs#L168
Dereference of a possibly null reference.
Test (osx-release): LLama/LLamaExecutorBase.cs#L417
Non-nullable property 'Embeds' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Test (osx-release): LLama/LLamaExecutorBase.cs#L420
Non-nullable property 'EmbedInps' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Test (osx-release): LLama/LLamaExecutorBase.cs#L423
Non-nullable property 'SessionTokens' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Test (osx-release): LLama/LLamaExecutorBase.cs#L426
Non-nullable property 'LastTokens' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Test (osx-release): LLama/ChatSession.cs#L782
Possible null reference argument for parameter 'executorState' in 'SessionState.SessionState(State? contextState, ExecutorBaseState executorState, ChatHistory history, List<ITextTransform> inputTransformPipeline, ITextStreamTransform outputTransform, IHistoryTransform historyTransform)'.