Skip to content

Configure FLLM Instance endpoints and update the Management Portal status page #1770

Configure FLLM Instance endpoints and update the Management Portal status page

Configure FLLM Instance endpoints and update the Management Portal status page #1770

Triggered via pull request July 30, 2024 01:13
Status Failure
Total duration 51s
Artifacts

dotnet-ci.yaml

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

Annotations

13 errors and 53 warnings
build (SemanticKernelAPI): src/dotnet/SemanticKernel/Services/SemanticKernelTextEmbeddingService.cs#L22
'SemanticKernelTextEmbeddingService' does not implement interface member 'ITextEmbeddingService.GetEmbeddingsAsync(string, IList<TextChunk>, string)'
build (SemanticKernelAPI): src/dotnet/SemanticKernel/Services/SemanticKernelTextEmbeddingService.cs#L22
'SemanticKernelTextEmbeddingService' does not implement interface member 'ITextEmbeddingService.GetEmbeddingsAsync(string, string)'
build (SemanticKernelAPI): src/dotnet/SemanticKernel/Services/SemanticKernelTextEmbeddingService.cs#L22
'SemanticKernelTextEmbeddingService' does not implement interface member 'ITextEmbeddingService.GetEmbeddingsAsync(string, IList<TextChunk>, string)'
build (SemanticKernelAPI): src/dotnet/SemanticKernel/Services/SemanticKernelTextEmbeddingService.cs#L22
'SemanticKernelTextEmbeddingService' does not implement interface member 'ITextEmbeddingService.GetEmbeddingsAsync(string, string)'
build (SemanticKernelAPI)
Process completed with exit code 1.
build (OrchestrationAPI)
The job was canceled because "SemanticKernelAPI" failed.
build (OrchestrationAPI): src/dotnet/SemanticKernel/Services/SemanticKernelTextEmbeddingService.cs#L22
'SemanticKernelTextEmbeddingService' does not implement interface member 'ITextEmbeddingService.GetEmbeddingsAsync(string, IList<TextChunk>, string)'
build (OrchestrationAPI): src/dotnet/SemanticKernel/Services/SemanticKernelTextEmbeddingService.cs#L22
'SemanticKernelTextEmbeddingService' does not implement interface member 'ITextEmbeddingService.GetEmbeddingsAsync(string, string)'
build (OrchestrationAPI): src/dotnet/SemanticKernel/Services/SemanticKernelTextEmbeddingService.cs#L22
'SemanticKernelTextEmbeddingService' does not implement interface member 'ITextEmbeddingService.GetEmbeddingsAsync(string, IList<TextChunk>, string)'
build (OrchestrationAPI): src/dotnet/SemanticKernel/Services/SemanticKernelTextEmbeddingService.cs#L22
'SemanticKernelTextEmbeddingService' does not implement interface member 'ITextEmbeddingService.GetEmbeddingsAsync(string, string)'
build (OrchestrationAPI)
The operation was canceled.
build (CoreAPI)
The job was canceled because "SemanticKernelAPI" failed.
build (CoreAPI)
The operation was canceled.
build (CoreWorker)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, 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/
build (CoreWorker): src/dotnet/Common/Services/DependencyInjection.cs#L110
Possible null reference argument for parameter 'key' in 'string? IConfiguration.this[string key]'.
build (CoreWorker): src/dotnet/Common/Extensions/DictionaryExtensions.cs#L29
Converting null literal or possible null value to non-nullable type.
build (CoreWorker): src/dotnet/Common/Extensions/DictionaryExtensions.cs#L33
Dereference of a possibly null reference.
build (CoreWorker): src/dotnet/Common/Models/ResourceProviders/Agent/KnowledgeManagementAgent.cs#L25
Non-nullable property 'Vectorization' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build (CoreWorker): src/dotnet/Common/Models/Orchestration/LongRunningOperationLogEntry.cs#L57
Non-nullable property 'OperationId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build (CoreWorker): src/dotnet/Common/Services/Storage/BlobStorageService.cs#L219
Dereference of a possibly null reference.
build (CoreWorker): src/dotnet/Common/Models/Orchestration/Direct/AzureOpenAICompletionResponse.cs#L19
Non-nullable property 'Id' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build (CoreWorker): src/dotnet/Common/Models/Orchestration/CompletionResponseBase.cs#L14
Non-nullable property 'OperationId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build (CoreWorker): src/dotnet/Common/Models/Orchestration/CompletionResponseBase.cs#L20
Non-nullable property 'Completion' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build (CoreWorker): src/dotnet/Common/Models/Orchestration/CompletionResponseBase.cs#L32
Non-nullable property 'UserPrompt' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build (SemanticKernelAPI)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, 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/
build (SemanticKernelAPI): src/dotnet/Common/Services/DependencyInjection.cs#L110
Possible null reference argument for parameter 'key' in 'string? IConfiguration.this[string key]'.
build (SemanticKernelAPI): src/dotnet/Common/Services/AzureAIService.cs#L48
Possible null reference argument for parameter 'containerName' in 'Task IStorageService.WriteFileAsync(string containerName, string filePath, Stream fileContent, string? contentType, CancellationToken cancellationToken)'.
build (SemanticKernelAPI): src/dotnet/Common/Services/HttpClientFactoryService.cs#L34
Non-nullable field '_configurationResourceProvider' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build (SemanticKernelAPI): src/dotnet/Common/Services/AzureAIService.cs#L83
Possible null reference return.
build (SemanticKernelAPI): src/dotnet/Common/Extensions/DictionaryExtensions.cs#L29
Converting null literal or possible null value to non-nullable type.
build (SemanticKernelAPI): src/dotnet/Common/Extensions/DictionaryExtensions.cs#L33
Dereference of a possibly null reference.
build (SemanticKernelAPI): src/dotnet/Common/Services/HttpClientFactoryService.cs#L51
Possible null reference argument for parameter 'userIdentity' in 'Task<APIEndpointConfiguration> ResourceProviderServiceExtensions.GetResource<APIEndpointConfiguration>(IResourceProviderService resourceProviderService, string objectId, UnifiedUserIdentity userIdentity)'.
build (SemanticKernelAPI): src/dotnet/Common/Models/AzureAIService/BatchDataInput.cs#L14
Non-nullable property 'DataUri' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build (SemanticKernelAPI): src/dotnet/Common/Models/AzureAIService/DataVersionResponse.cs#L116
Non-nullable property 'UserObjectId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build (GatekeeperAPI)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, 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/
build (GatekeeperAPI): src/dotnet/Common/Services/DependencyInjection.cs#L110
Possible null reference argument for parameter 'key' in 'string? IConfiguration.this[string key]'.
build (GatekeeperAPI): src/dotnet/Common/Models/AzureAIService/DataVersionResponse.cs#L116
Non-nullable property 'UserObjectId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build (GatekeeperAPI): src/dotnet/Common/Models/AzureAIService/DataVersionResponse.cs#L119
Non-nullable property 'UserPuId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build (GatekeeperAPI): src/dotnet/Common/Models/AzureAIService/DataVersionResponse.cs#L122
Non-nullable property 'UserIdp' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build (GatekeeperAPI): src/dotnet/Common/Models/AzureAIService/DataVersionResponse.cs#L125
Non-nullable property 'UserAltSecId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build (GatekeeperAPI): src/dotnet/Common/Models/AzureAIService/DataVersionResponse.cs#L128
Non-nullable property 'UserIss' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build (GatekeeperAPI): src/dotnet/Common/Models/AzureAIService/DataVersionResponse.cs#L131
Non-nullable property 'UserTenantId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build (GatekeeperAPI): src/dotnet/Common/Models/AzureAIService/DataVersionResponse.cs#L134
Non-nullable property 'UserName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build (GatekeeperAPI): src/dotnet/Common/Models/AzureAIService/DataVersionResponse.cs#L137
Non-nullable property 'Upn' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build (GatekeeperAPI): src/dotnet/Common/Models/AzureAIService/DataVersionResponse.cs#L98
Non-nullable property 'Etag' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build (OrchestrationAPI): src/dotnet/Common/Services/DependencyInjection.cs#L110
Possible null reference argument for parameter 'key' in 'string? IConfiguration.this[string key]'.
build (OrchestrationAPI): src/dotnet/Common/Extensions/DictionaryExtensions.cs#L29
Converting null literal or possible null value to non-nullable type.
build (OrchestrationAPI): src/dotnet/Common/Extensions/DictionaryExtensions.cs#L33
Dereference of a possibly null reference.
build (OrchestrationAPI): src/dotnet/Common/Models/ResourceProviders/Agent/KnowledgeManagementAgent.cs#L25
Non-nullable property 'Vectorization' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build (OrchestrationAPI): src/dotnet/Common/Models/Orchestration/LongRunningOperationLogEntry.cs#L57
Non-nullable property 'OperationId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build (OrchestrationAPI): src/dotnet/Common/Models/Orchestration/Direct/AzureOpenAICompletionResponse.cs#L19
Non-nullable property 'Id' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build (OrchestrationAPI): src/dotnet/Common/Models/Orchestration/CompletionResponseBase.cs#L14
Non-nullable property 'OperationId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build (OrchestrationAPI): src/dotnet/Common/Models/Orchestration/CompletionResponseBase.cs#L20
Non-nullable property 'Completion' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build (OrchestrationAPI): src/dotnet/Common/Models/Orchestration/CompletionResponseBase.cs#L32
Non-nullable property 'UserPrompt' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build (CoreAPI): src/dotnet/Common/Services/DependencyInjection.cs#L110
Possible null reference argument for parameter 'key' in 'string? IConfiguration.this[string key]'.
build (CoreAPI): src/dotnet/Common/Models/AzureAIService/DataVersionResponse.cs#L116
Non-nullable property 'UserObjectId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build (CoreAPI): src/dotnet/Common/Models/AzureAIService/DataVersionResponse.cs#L119
Non-nullable property 'UserPuId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build (CoreAPI): src/dotnet/Common/Models/AzureAIService/DataVersionResponse.cs#L122
Non-nullable property 'UserIdp' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build (CoreAPI): src/dotnet/Common/Models/AzureAIService/DataVersionResponse.cs#L125
Non-nullable property 'UserAltSecId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build (CoreAPI): src/dotnet/Common/Models/AzureAIService/DataVersionResponse.cs#L128
Non-nullable property 'UserIss' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build (CoreAPI): src/dotnet/Common/Models/AzureAIService/DataVersionResponse.cs#L131
Non-nullable property 'UserTenantId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build (CoreAPI): src/dotnet/Common/Models/AzureAIService/DataVersionResponse.cs#L134
Non-nullable property 'UserName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build (CoreAPI): src/dotnet/Common/Models/AzureAIService/DataVersionResponse.cs#L137
Non-nullable property 'Upn' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build (CoreAPI): src/dotnet/Common/Models/AzureAIService/DataVersionResponse.cs#L98
Non-nullable property 'Etag' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.