Skip to content

Merge pull request #1748 from solliancenet/jdh-nuget-packages-081 #244

Merge pull request #1748 from solliancenet/jdh-nuget-packages-081

Merge pull request #1748 from solliancenet/jdh-nuget-packages-081 #244

Triggered via push September 18, 2024 17:42
Status Failure
Total duration 11m 26s
Artifacts 1
Get Release Version
0s
Get Release Version
daily_e2e_test  /  Generate Configuration Matrix
5s
daily_e2e_test / Generate Configuration Matrix
daily_e2e_test  /  Build End to End Tests
1m 19s
daily_e2e_test / Build End to End Tests
Matrix: daily_e2e_test / Build Docker Images
Matrix: daily_e2e_test / Package Helm Charts
daily_e2e_test  /  Deploy Quick Start
4m 53s
daily_e2e_test / Deploy Quick Start
daily_e2e_test  /  Add Test Data
0s
daily_e2e_test / Add Test Data
Matrix: daily_e2e_test / Run End to End Tests
daily_e2e_test  /  Tear Down Quick Start
5s
daily_e2e_test / Tear Down Quick Start
Fit to window
Zoom out
Zoom in

Annotations

10 errors, 14 warnings, and 1 notice
daily_e2e_test / Build End to End Tests: tests/dotnet/Core.Examples/Services/VectorizationTestService.cs#L84
The type or namespace name 'OpenAIClient' could not be found (are you missing a using directive or an assembly reference?)
daily_e2e_test / Build End to End Tests: tests/dotnet/Core.Examples/Services/VectorizationTestService.cs#L88
The type or namespace name 'OpenAIClient' could not be found (are you missing a using directive or an assembly reference?)
daily_e2e_test / Build End to End Tests: tests/dotnet/Core.Examples/Services/VectorizationTestService.cs#L91
The type or namespace name 'OpenAIClient' could not be found (are you missing a using directive or an assembly reference?)
daily_e2e_test / Build End to End Tests: tests/dotnet/Core.Examples/Services/VectorizationTestService.cs#L97
The type or namespace name 'EmbeddingsOptions' could not be found (are you missing a using directive or an assembly reference?)
daily_e2e_test / Build End to End Tests: tests/dotnet/Core.Examples/Services/VectorizationTestService.cs#L84
The type or namespace name 'OpenAIClient' could not be found (are you missing a using directive or an assembly reference?)
daily_e2e_test / Build End to End Tests: tests/dotnet/Core.Examples/Services/VectorizationTestService.cs#L88
The type or namespace name 'OpenAIClient' could not be found (are you missing a using directive or an assembly reference?)
daily_e2e_test / Build End to End Tests: tests/dotnet/Core.Examples/Services/VectorizationTestService.cs#L91
The type or namespace name 'OpenAIClient' could not be found (are you missing a using directive or an assembly reference?)
daily_e2e_test / Build End to End Tests: tests/dotnet/Core.Examples/Services/VectorizationTestService.cs#L97
The type or namespace name 'EmbeddingsOptions' could not be found (are you missing a using directive or an assembly reference?)
daily_e2e_test / Deploy Quick Start
Process completed with exit code 1.
daily_e2e_test / Tear Down Quick Start
Unable to download artifact(s): Artifact not found for name: azd-env Please ensure that your artifact is not expired and the artifact was uploaded using a compatible version of toolkit/upload-artifact. For more information, visit the GitHub Artifacts FAQ: https://github.com/actions/toolkit/blob/main/packages/artifact/docs/faq.md
daily_e2e_test / Deploy Quick Start
The Azure Developer CLI collects usage data and sends that usage data to Microsoft in order to help us improve your experience. You can opt-out of telemetry by setting the AZURE_DEV_COLLECT_TELEMETRY environment variable to 'no' in the shell you use. Read more about Azure Developer CLI telemetry: https://github.com/Azure/azure-dev#data-collection
daily_e2e_test / Generate Configuration Matrix
The following actions uses node12 which is deprecated and will be forced to run on node16: pplanel/hash-calculator-action@v1.3.1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
daily_e2e_test / Generate Configuration Matrix
The following actions use a deprecated Node.js version and will be forced to run on node20: pplanel/hash-calculator-action@v1.3.1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
daily_e2e_test / Generate Configuration Matrix
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
daily_e2e_test / Build End to End Tests
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-dotnet@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
daily_e2e_test / Build End to End Tests: src/dotnet/Common/Models/Chat/Message.cs#L117
Cannot convert null literal to non-nullable reference type.
daily_e2e_test / Build End to End Tests: src/dotnet/Common/Services/DependencyInjection.cs#L112
Possible null reference argument for parameter 'key' in 'string? IConfiguration.this[string key]'.
daily_e2e_test / Build End to End Tests: src/dotnet/Common/Models/AzureAIService/DataVersionResponse.cs#L116
Non-nullable property 'UserObjectId' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
daily_e2e_test / Build End to End Tests: src/dotnet/Common/Models/AzureAIService/DataVersionResponse.cs#L119
Non-nullable property 'UserPuId' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
daily_e2e_test / Build End to End Tests: src/dotnet/Common/Models/AzureAIService/DataVersionResponse.cs#L122
Non-nullable property 'UserIdp' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
daily_e2e_test / Build End to End Tests: src/dotnet/Common/Models/AzureAIService/DataVersionResponse.cs#L125
Non-nullable property 'UserAltSecId' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
daily_e2e_test / Build End to End Tests: src/dotnet/Common/Models/AzureAIService/DataVersionResponse.cs#L128
Non-nullable property 'UserIss' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
daily_e2e_test / Build End to End Tests: src/dotnet/Common/Models/AzureAIService/DataVersionResponse.cs#L131
Non-nullable property 'UserTenantId' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
daily_e2e_test / Build End to End Tests: src/dotnet/Common/Models/AzureAIService/DataVersionResponse.cs#L134
Non-nullable property 'UserName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
daily_e2e_test / Build End to End Tests: src/dotnet/Common/Models/AzureAIService/DataVersionResponse.cs#L137
Non-nullable property 'Upn' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.

Artifacts

Produced during runtime
Name Size
build
43.1 MB