Skip to content

Merge pull request #1731 from solliancenet/cjg-cp-python-081 #231

Merge pull request #1731 from solliancenet/cjg-cp-python-081

Merge pull request #1731 from solliancenet/cjg-cp-python-081 #231

Triggered via push September 13, 2024 22:20
Status Failure
Total duration 6m 40s
Artifacts 1
Get Release Version
0s
Get Release Version
daily_e2e_test  /  Generate Configuration Matrix
4s
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
0s
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 and 14 warnings
daily_e2e_test / Build Docker Images (management-api, ./src, ./src/dotnet/ManagementAPI/Dockerfile, ./deploy/commo... / docker_image_build_and_push
buildx failed with: ERROR: failed to solve: process "/bin/sh -c dotnet restore \"dotnet/ManagementAPI/ManagementAPI.csproj\"" did not complete successfully: exit code: 1
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 / 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 / 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/ResourceProviders/Agent/KnowledgeManagementAgent.cs#L25
Non-nullable property 'Vectorization' 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/Orchestration/Response/CompletionResponseBase.cs#L14
Non-nullable property 'OperationId' 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/Orchestration/Response/CompletionResponseBase.cs#L44
Non-nullable property 'UserPrompt' 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/Extensions/DictionaryExtensions.cs#L29
Converting null literal or possible null value to non-nullable type.
daily_e2e_test / Build End to End Tests: src/dotnet/Common/Models/Orchestration/LongRunningOperationLogEntry.cs#L57
Non-nullable property 'OperationId' 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/Orchestration/Direct/AzureOpenAICompletionResponse.cs#L14
Non-nullable property 'Id' 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#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.

Artifacts

Produced during runtime
Name Size
build
42.8 MB