Skip to content

Merge branch 'SciSharp:master' into master #17

Merge branch 'SciSharp:master' into master

Merge branch 'SciSharp:master' into master #17

Triggered via push August 12, 2023 05:22
Status Failure
Total duration 1d 8h 55m 34s
Artifacts

main.yml

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

Annotations

2 errors and 44 warnings
Test (macos-release)
This request was automatically failed because there were no enabled runners online to process the request for more than 1 days.
Test (macos-debug)
This request was automatically failed because there were no enabled runners online to process the request for more than 1 days.
Test (linux-release)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Test (linux-release): LLama/OldVersion/LLamaModel.cs#L107
Cannot convert null literal to non-nullable reference type.
Test (linux-release): LLama/OldVersion/LLamaModel.cs#L112
Cannot convert null literal to non-nullable reference type.
Test (linux-release): LLama/OldVersion/LLamaParams.cs#L61
Cannot convert null literal to non-nullable reference type.
Test (linux-release): LLama/OldVersion/LLamaParams.cs#L67
Cannot convert null literal to non-nullable reference type.
Test (linux-release): LLama/Common/Logger.cs#L39
Cannot convert null literal to non-nullable reference type.
Test (linux-release): LLama/Common/Logger.cs#L83
Cannot convert null literal to non-nullable reference type.
Test (linux-release): LLama/Utils.cs#L56
Possible null reference return.
Test (linux-release): LLama/Utils.cs#L60
Possible null reference return.
Test (linux-release): LLama/Utils.cs#L64
Possible null reference return.
Test (linux-release): LLama/OldVersion/Utils.cs#L66
Possible null reference return.
Test (linux-debug)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Test (linux-debug): LLama/OldVersion/LLamaModel.cs#L107
Cannot convert null literal to non-nullable reference type.
Test (linux-debug): LLama/OldVersion/LLamaModel.cs#L112
Cannot convert null literal to non-nullable reference type.
Test (linux-debug): LLama/OldVersion/LLamaParams.cs#L61
Cannot convert null literal to non-nullable reference type.
Test (linux-debug): LLama/OldVersion/LLamaParams.cs#L67
Cannot convert null literal to non-nullable reference type.
Test (linux-debug): LLama/Utils.cs#L56
Possible null reference return.
Test (linux-debug): LLama/Utils.cs#L60
Possible null reference return.
Test (linux-debug): LLama/Utils.cs#L64
Possible null reference return.
Test (linux-debug): LLama/OldVersion/Utils.cs#L66
Possible null reference return.
Test (linux-debug): LLama/OldVersion/LLamaModel.cs#L236
Dereference of a possibly null reference.
Test (linux-debug): LLama/OldVersion/LLamaModel.cs#L172
Non-nullable field '_embed_inp' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
Test (windows-release)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Test (windows-release): LLama/OldVersion/LLamaModel.cs#L107
Cannot convert null literal to non-nullable reference type.
Test (windows-release): LLama/OldVersion/LLamaModel.cs#L112
Cannot convert null literal to non-nullable reference type.
Test (windows-release): LLama/OldVersion/LLamaParams.cs#L61
Cannot convert null literal to non-nullable reference type.
Test (windows-release): LLama/OldVersion/LLamaParams.cs#L67
Cannot convert null literal to non-nullable reference type.
Test (windows-release): LLama/Utils.cs#L56
Possible null reference return.
Test (windows-release): LLama/Utils.cs#L60
Possible null reference return.
Test (windows-release): LLama/Utils.cs#L64
Possible null reference return.
Test (windows-release): LLama/OldVersion/Utils.cs#L66
Possible null reference return.
Test (windows-release): LLama/OldVersion/LLamaModel.cs#L236
Dereference of a possibly null reference.
Test (windows-release): LLama/OldVersion/LLamaModel.cs#L172
Non-nullable field '_embed_inp' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
Test (windows-debug)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Test (windows-debug): LLama/OldVersion/LLamaModel.cs#L107
Cannot convert null literal to non-nullable reference type.
Test (windows-debug): LLama/OldVersion/LLamaModel.cs#L112
Cannot convert null literal to non-nullable reference type.
Test (windows-debug): LLama/OldVersion/LLamaParams.cs#L61
Cannot convert null literal to non-nullable reference type.
Test (windows-debug): LLama/OldVersion/LLamaParams.cs#L67
Cannot convert null literal to non-nullable reference type.
Test (windows-debug): LLama/OldVersion/LLamaModel.cs#L236
Dereference of a possibly null reference.
Test (windows-debug): LLama/OldVersion/LLamaModel.cs#L172
Non-nullable field '_embed_inp' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
Test (windows-debug): LLama/OldVersion/LLamaModel.cs#L422
Possible null reference argument for parameter 'prompt' in 'LLamaModel LLamaModel.WithPrompt(string prompt, string encoding = "UTF-8")'.
Test (windows-debug): LLama/Common/Logger.cs#L39
Cannot convert null literal to non-nullable reference type.
Test (windows-debug): LLama/Common/Logger.cs#L83
Cannot convert null literal to non-nullable reference type.
Test (windows-debug): LLama/Common/Logger.cs#L127
Dereference of a possibly null reference.