Skip to content

NCO-44: Add GHA pipelines for building and testing PRs #3

NCO-44: Add GHA pipelines for building and testing PRs

NCO-44: Add GHA pipelines for building and testing PRs #3

Triggered via pull request September 23, 2025 11:51
@emilienbevemilienbev
synchronize #31
NCO-44
Status Failure
Total duration 1m 46s
Artifacts

build-and-test.yml

on: pull_request
Matrix: build-and-test
Fit to window
Zoom out
Zoom in

Annotations

11 errors, 12 warnings, and 1 notice
Build and Unit Tests (ubuntu-latest)
Process completed with exit code 1.
Build and Unit Tests (windows-latest): Tests/Couchbase.Analytics.FunctionalTests/Internal/CouchbaseHttpClientTests.cs#L96
'IAnalyticsService' is inaccessible due to its protection level
Build and Unit Tests (windows-latest): Tests/Couchbase.Analytics.UnitTests/Internal/ExecuteQueryTests.cs#L42
'IAnalyticsService' is inaccessible due to its protection level
Build and Unit Tests (windows-latest): Tests/Couchbase.Analytics.UnitTests/Internal/ClusterRetryTests.cs#L21
'ICouchbaseHttpClientFactory' is inaccessible due to its protection level
Build and Unit Tests (windows-latest): Tests/Couchbase.Analytics.UnitTests/Internal/AnalyticsServiceTests.cs#L22
'AnalyticsService' is inaccessible due to its protection level
Build and Unit Tests (windows-latest): Tests/Couchbase.Analytics.UnitTests/Internal/AnalyticsServiceTests.cs#L21
'ICouchbaseHttpClientFactory' is inaccessible due to its protection level
Build and Unit Tests (windows-latest): Tests/Couchbase.Analytics.FunctionalTests/Internal/CouchbaseHttpClientTests.cs#L44
'IDnsRefreshStrategy' is inaccessible due to its protection level
Build and Unit Tests (windows-latest): Tests/Couchbase.Analytics.FunctionalTests/Internal/CouchbaseHttpClientTests.cs#L40
'IDnsRefreshStrategy' is inaccessible due to its protection level
Build and Unit Tests (windows-latest): Tests/Couchbase.Analytics.FunctionalTests/Internal/CouchbaseHttpClientTests.cs#L104
'ICouchbaseServiceProvider' is inaccessible due to its protection level
Build and Unit Tests (windows-latest): Tests/Couchbase.Analytics.FunctionalTests/Internal/CouchbaseHttpClientTests.cs#L96
'ICouchbaseServiceProvider' is inaccessible due to its protection level
Build and Unit Tests (windows-latest): Tests/Couchbase.Analytics.FunctionalTests/Internal/CouchbaseHttpClientTests.cs#L96
'IAnalyticsService' is inaccessible due to its protection level
Build and Unit Tests (ubuntu-latest)
No files were found with the provided path: TestResults. No artifacts will be uploaded.
Build and Unit Tests (windows-latest)
No files were found with the provided path: TestResults. No artifacts will be uploaded.
Build and Unit Tests (windows-latest): Src/Couchbase.Analytics/Query/QueryWarning.cs#L26
Non-nullable property 'Message' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Build and Unit Tests (windows-latest): Src/Couchbase.Analytics/Results/AnalyticsResultBase.cs#L41
Non-nullable property 'Errors' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Build and Unit Tests (windows-latest): Src/Couchbase.Analytics/Results/AnalyticsResultBase.cs#L41
Non-nullable property 'MetaData' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Build and Unit Tests (windows-latest): Src/Couchbase.Analytics/Results/AnalyticsResultBase.cs#L41
Non-nullable property 'Rows' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Build and Unit Tests (windows-latest): Src/Couchbase.Analytics/Results/BlockingAnalyticsResult.cs#L48
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.
Build and Unit Tests (windows-latest): Src/Couchbase.Analytics/Cluster.cs#L107
Cannot convert null literal to non-nullable reference type.
Build and Unit Tests (windows-latest): Src/Couchbase.Analytics/Certificates/CertificateValidation.cs#L222
Possible null reference argument for parameter 'certificates' in 'void X509Certificate2Collection.AddRange(X509Certificate2Collection certificates)'.
Build and Unit Tests (windows-latest): Src/Couchbase.Analytics/Certificates/CertificateValidation.cs#L218
Possible null reference argument for parameter 's' in 'byte[] Encoding.GetBytes(string s)'.
Build and Unit Tests (windows-latest): Src/Couchbase.Analytics/Certificates/CertificateValidation.cs#L213
Possible null reference argument for parameter 'fileName' in 'X509Certificate2.X509Certificate2(string fileName)'.
Build and Unit Tests (windows-latest)
The windows-latest label will migrate from Windows Server 2022 to Windows Server 2025 beginning September 2, 2025. For more information see https://github.com/actions/runner-images/issues/12677