Skip to content

Bump Minio from 5.0.0 to 6.0.1 #4553

Bump Minio from 5.0.0 to 6.0.1

Bump Minio from 5.0.0 to 6.0.1 #4553

Triggered via push November 13, 2023 09:26
Status Failure
Total duration 5m 58s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

build.yml

on: push
Matrix: build-and-deploy
release
0s
release
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 10 warnings
docs: tests/IntegrationTests/WorkflowExecutor.IntegrationTests/Support/MinioClientUtil.cs#L34
Cannot implicitly convert type 'Minio.IMinioClient' to 'Minio.MinioClient'. An explicit conversion exists (are you missing a cast?)
docs: tests/IntegrationTests/WorkflowExecutor.IntegrationTests/Support/MinioClientUtil.cs#L50
The type or namespace name 'BucketExistsArgs' could not be found (are you missing a using directive or an assembly reference?)
docs: tests/IntegrationTests/WorkflowExecutor.IntegrationTests/Support/MinioClientUtil.cs#L55
The type or namespace name 'ListObjectsArgs' could not be found (are you missing a using directive or an assembly reference?)
docs: tests/IntegrationTests/WorkflowExecutor.IntegrationTests/Support/MinioClientUtil.cs#L61
'?' does not contain a definition for 'GetEnumerator' and no accessible extension method 'GetEnumerator' accepting a first argument of type '?' could be found (are you missing a using directive or an assembly reference?)
docs: tests/IntegrationTests/WorkflowExecutor.IntegrationTests/Support/MinioClientUtil.cs#L63
The type or namespace name 'RemoveObjectArgs' could not be found (are you missing a using directive or an assembly reference?)
docs: tests/IntegrationTests/WorkflowExecutor.IntegrationTests/Support/MinioClientUtil.cs#L72
The type or namespace name 'MakeBucketArgs' could not be found (are you missing a using directive or an assembly reference?)
docs: tests/IntegrationTests/WorkflowExecutor.IntegrationTests/Support/MinioClientUtil.cs#L110
The type or namespace name 'PutObjectArgs' could not be found (are you missing a using directive or an assembly reference?)
docs: tests/IntegrationTests/WorkflowExecutor.IntegrationTests/Support/MinioClientUtil.cs#L130
The type or namespace name 'PutObjectArgs' could not be found (are you missing a using directive or an assembly reference?)
docs: tests/IntegrationTests/WorkflowExecutor.IntegrationTests/Support/MinioClientUtil.cs#L148
The type or namespace name 'GetObjectArgs' could not be found (are you missing a using directive or an assembly reference?)
docs: tests/IntegrationTests/WorkflowExecutor.IntegrationTests/Support/MinioClientUtil.cs#L153
The type or namespace name 'StatObjectArgs' could not be found (are you missing a using directive or an assembly reference?)
docs: src/WorkflowManager/Database/Repositories/ArtifactsRepository.cs#L49
Non-nullable property 'Id' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
docs: src/WorkflowManager/Database/Repositories/ArtifactsRepository.cs#L194
The variable 'ex' is declared but never used
docs: tests/IntegrationTests/WorkflowExecutor.IntegrationTests/Support/MinioDataSeeding.cs#L40
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
docs: tests/IntegrationTests/WorkflowExecutor.IntegrationTests/StepDefinitions/ArtifactReceivedEventStepDefinitions.cs#L46
Non-nullable property 'WorkflowPublisher' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
docs: tests/IntegrationTests/WorkflowExecutor.IntegrationTests/StepDefinitions/ArtifactReceivedEventStepDefinitions.cs#L61
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
docs: tests/UnitTests/WorkflowManager.Tests/DummyMessagingService.cs#L53
The event 'DummyMessagingService.OnConnectionError' is never used