Skip to content

Release

Release #7

Manually triggered October 8, 2025 17:28
Status Failure
Total duration 3m 52s
Artifacts 4

release.yml

on: workflow_dispatch
Validate Inputs
2s
Validate Inputs
Matrix: build-and-test
Pack (Windows)
1m 2s
Pack (Windows)
Smoke Summary
0s
Smoke Summary
Publish to NuGet
0s
Publish to NuGet
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 80 warnings
Pack (Windows)
Process completed with exit code 1.
Pack (Windows)
The file 'D:\a\analytics-dotnet-client\analytics-dotnet-client\src\Couchbase.Analytics\bin\Release\net8.0\Couchbase.AnalyticsClient.dll' to be packed was not found on disk.
Build & Test (macos): tests/Couchbase.Analytics.UnitTests/Internal/HTTP/AnalyticsHttpClientFactoryTests.cs#L36
Cannot convert null literal to non-nullable reference type.
Build & Test (macos): tests/Couchbase.Analytics.UnitTests/ClusterTests.cs#L60
Cannot convert null literal to non-nullable reference type.
Build & Test (macos): tests/Couchbase.Analytics.UnitTests/ClusterTests.cs#L50
Cannot convert null literal to non-nullable reference type.
Build & Test (macos): tests/Couchbase.Analytics.UnitTests/Internal/StreamingAnalyticsResultTests.cs#L25
The type 'System.IDisposable?' cannot be used as type parameter 'T' in the generic type or method 'Mock<T>'. Nullability of type argument 'System.IDisposable?' doesn't match 'class' constraint.
Build & Test (macos): tests/Couchbase.Analytics.UnitTests/POCOs/Airline.cs#L11
Non-nullable property 'country' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Build & Test (macos): tests/Couchbase.Analytics.UnitTests/POCOs/Airline.cs#L10
Non-nullable property 'callsign' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Build & Test (macos): tests/Couchbase.Analytics.UnitTests/POCOs/Airline.cs#L9
Non-nullable property 'icao' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Build & Test (macos): tests/Couchbase.Analytics.UnitTests/POCOs/Airline.cs#L8
Non-nullable property 'iata' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Build & Test (macos): tests/Couchbase.Analytics.UnitTests/POCOs/Airline.cs#L7
Non-nullable property 'name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Build & Test (macos): tests/Couchbase.Analytics.UnitTests/POCOs/Airline.cs#L6
Non-nullable property 'type' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Build & Test (macos): src/Couchbase.Analytics/Query/QueryMetaData.cs#L30
Non-nullable property 'Warnings' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Build & Test (macos): src/Couchbase.Analytics/Query/QueryMetaData.cs#L28
Non-nullable property 'Metrics' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Build & Test (macos): src/Couchbase.Analytics/Query/QueryMetrics.cs#L55
Non-nullable property 'BufferCacheHitRatio' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Build & Test (macos): 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 & Test (macos): src/Couchbase.Analytics/Exceptions/AnalyticsException.cs#L39
'Exception.Exception(SerializationInfo, StreamingContext)' is obsolete: 'This API supports obsolete formatter-based serialization. It should not be called or extended by application code.' (https://aka.ms/dotnet-warnings/SYSLIB0051)
Build & Test (macos): src/Couchbase.Analytics/Certificates/CertificateValidation.cs#L222
Possible null reference argument for parameter 'certificates' in 'void X509Certificate2Collection.AddRange(X509Certificate2Collection certificates)'.
Build & Test (macos): src/Couchbase.Analytics/Certificates/CertificateValidation.cs#L218
Possible null reference argument for parameter 's' in 'byte[] Encoding.GetBytes(string s)'.
Build & Test (macos): src/Couchbase.Analytics/Certificates/CertificateValidation.cs#L213
Possible null reference argument for parameter 'fileName' in 'X509Certificate2.X509Certificate2(string fileName)'.
Build & Test (macos): src/Couchbase.Analytics/Cluster.cs#L108
Cannot convert null literal to non-nullable reference type.
Build & Test (ubuntu): tests/Couchbase.Analytics.UnitTests/ClusterTests.cs#L60
Cannot convert null literal to non-nullable reference type.
Build & Test (ubuntu): tests/Couchbase.Analytics.UnitTests/Internal/HTTP/AnalyticsHttpClientFactoryTests.cs#L36
Cannot convert null literal to non-nullable reference type.
Build & Test (ubuntu): tests/Couchbase.Analytics.UnitTests/ClusterTests.cs#L50
Cannot convert null literal to non-nullable reference type.
Build & Test (ubuntu): tests/Couchbase.Analytics.UnitTests/Internal/StreamingAnalyticsResultTests.cs#L25
The type 'System.IDisposable?' cannot be used as type parameter 'T' in the generic type or method 'Mock<T>'. Nullability of type argument 'System.IDisposable?' doesn't match 'class' constraint.
Build & Test (ubuntu): tests/Couchbase.Analytics.UnitTests/POCOs/Airline.cs#L11
Non-nullable property 'country' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Build & Test (ubuntu): tests/Couchbase.Analytics.UnitTests/POCOs/Airline.cs#L10
Non-nullable property 'callsign' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Build & Test (ubuntu): tests/Couchbase.Analytics.UnitTests/POCOs/Airline.cs#L9
Non-nullable property 'icao' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Build & Test (ubuntu): tests/Couchbase.Analytics.UnitTests/POCOs/Airline.cs#L8
Non-nullable property 'iata' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Build & Test (ubuntu): tests/Couchbase.Analytics.UnitTests/POCOs/Airline.cs#L7
Non-nullable property 'name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Build & Test (ubuntu): tests/Couchbase.Analytics.UnitTests/POCOs/Airline.cs#L6
Non-nullable property 'type' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Build & Test (ubuntu): src/Couchbase.Analytics/Internal/HTTP/CouchbaseHttpClientFactory.cs#L89
Possible null reference argument for parameter 'certificates' in 'void X509Certificate2Collection.AddRange(X509Certificate2Collection certificates)'.
Build & Test (ubuntu): src/Couchbase.Analytics/Query/QueryMetaData.cs#L30
Non-nullable property 'Warnings' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Build & Test (ubuntu): src/Couchbase.Analytics/Query/QueryMetaData.cs#L28
Non-nullable property 'Metrics' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Build & Test (ubuntu): src/Couchbase.Analytics/Query/QueryMetrics.cs#L55
Non-nullable property 'BufferCacheHitRatio' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Build & Test (ubuntu): 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 & Test (ubuntu): src/Couchbase.Analytics/Certificates/CertificateValidation.cs#L222
Possible null reference argument for parameter 'certificates' in 'void X509Certificate2Collection.AddRange(X509Certificate2Collection certificates)'.
Build & Test (ubuntu): src/Couchbase.Analytics/Certificates/CertificateValidation.cs#L218
Possible null reference argument for parameter 's' in 'byte[] Encoding.GetBytes(string s)'.
Build & Test (ubuntu): src/Couchbase.Analytics/Certificates/CertificateValidation.cs#L213
Possible null reference argument for parameter 'fileName' in 'X509Certificate2.X509Certificate2(string fileName)'.
Build & Test (ubuntu): src/Couchbase.Analytics/Cluster.cs#L108
Cannot convert null literal to non-nullable reference type.
Build & Test (ubuntu): src/Couchbase.Analytics/Exceptions/AnalyticsException.cs#L39
'Exception.Exception(SerializationInfo, StreamingContext)' is obsolete: 'This API supports obsolete formatter-based serialization. It should not be called or extended by application code.' (https://aka.ms/dotnet-warnings/SYSLIB0051)
Build & Test (centos)
Non-nullable property 'iata' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Build & Test (centos)
Non-nullable property 'name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Build & Test (centos)
Non-nullable property 'type' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Build & Test (centos)
The type 'System.IDisposable?' cannot be used as type parameter 'T' in the generic type or method 'Mock<T>'. Nullability of type argument 'System.IDisposable?' doesn't match 'class' constraint.
Build & Test (centos)
Non-nullable property 'country' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Build & Test (centos)
Non-nullable property 'callsign' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Build & Test (centos)
Non-nullable property 'icao' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Build & Test (centos)
Non-nullable property 'iata' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Build & Test (centos)
Non-nullable property 'name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Build & Test (centos)
Non-nullable property 'type' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Build & Test (centos)
Nullable value type may be null.
Build & Test (centos)
Non-nullable property 'Warnings' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Build & Test (centos)
Non-nullable property 'Metrics' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Build & Test (centos)
Non-nullable property 'BufferCacheHitRatio' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Build & Test (centos)
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 & Test (centos)
'Exception.Exception(SerializationInfo, StreamingContext)' is obsolete: 'This API supports obsolete formatter-based serialization. It should not be called or extended by application code.' (https://aka.ms/dotnet-warnings/SYSLIB0051)
Build & Test (centos)
Possible null reference argument for parameter 'certificates' in 'void X509Certificate2Collection.AddRange(X509Certificate2Collection certificates)'.
Build & Test (centos)
Possible null reference argument for parameter 's' in 'byte[] Encoding.GetBytes(string s)'.
Build & Test (centos)
Possible null reference argument for parameter 'fileName' in 'X509Certificate2.X509Certificate2(string fileName)'.
Build & Test (centos)
Cannot convert null literal to non-nullable reference type.
Build & Test (windows): tests/Couchbase.Analytics.UnitTests/Internal/StreamingAnalyticsResultTests.cs#L43
Non-nullable property 'iata' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Build & Test (windows): tests/Couchbase.Analytics.UnitTests/Internal/StreamingAnalyticsResultTests.cs#L42
Non-nullable property 'name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Build & Test (windows): tests/Couchbase.Analytics.UnitTests/Internal/StreamingAnalyticsResultTests.cs#L41
Non-nullable property 'type' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Build & Test (windows): tests/Couchbase.Analytics.UnitTests/Internal/StreamingAnalyticsResultTests.cs#L25
The type 'System.IDisposable?' cannot be used as type parameter 'T' in the generic type or method 'Mock<T>'. Nullability of type argument 'System.IDisposable?' doesn't match 'class' constraint.
Build & Test (windows): tests/Couchbase.Analytics.UnitTests/POCOs/Airline.cs#L11
Non-nullable property 'country' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Build & Test (windows): tests/Couchbase.Analytics.UnitTests/POCOs/Airline.cs#L10
Non-nullable property 'callsign' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Build & Test (windows): tests/Couchbase.Analytics.UnitTests/POCOs/Airline.cs#L9
Non-nullable property 'icao' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Build & Test (windows): tests/Couchbase.Analytics.UnitTests/POCOs/Airline.cs#L8
Non-nullable property 'iata' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Build & Test (windows): tests/Couchbase.Analytics.UnitTests/POCOs/Airline.cs#L7
Non-nullable property 'name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Build & Test (windows): tests/Couchbase.Analytics.UnitTests/POCOs/Airline.cs#L6
Non-nullable property 'type' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Build & Test (windows): src/Couchbase.Analytics/Internal/HTTP/CouchbaseHttpClientFactory.cs#L89
Possible null reference argument for parameter 'certificates' in 'void X509Certificate2Collection.AddRange(X509Certificate2Collection certificates)'.
Build & Test (windows): src/Couchbase.Analytics/Query/QueryMetaData.cs#L30
Non-nullable property 'Warnings' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Build & Test (windows): src/Couchbase.Analytics/Query/QueryMetaData.cs#L28
Non-nullable property 'Metrics' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Build & Test (windows): src/Couchbase.Analytics/Query/QueryMetrics.cs#L55
Non-nullable property 'BufferCacheHitRatio' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Build & Test (windows): 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 & Test (windows): src/Couchbase.Analytics/Certificates/CertificateValidation.cs#L222
Possible null reference argument for parameter 'certificates' in 'void X509Certificate2Collection.AddRange(X509Certificate2Collection certificates)'.
Build & Test (windows): src/Couchbase.Analytics/Certificates/CertificateValidation.cs#L218
Possible null reference argument for parameter 's' in 'byte[] Encoding.GetBytes(string s)'.
Build & Test (windows): src/Couchbase.Analytics/Certificates/CertificateValidation.cs#L213
Possible null reference argument for parameter 'fileName' in 'X509Certificate2.X509Certificate2(string fileName)'.
Build & Test (windows): src/Couchbase.Analytics/Exceptions/AnalyticsException.cs#L39
'Exception.Exception(SerializationInfo, StreamingContext)' is obsolete: 'This API supports obsolete formatter-based serialization. It should not be called or extended by application code.' (https://aka.ms/dotnet-warnings/SYSLIB0051)
Build & Test (windows): src/Couchbase.Analytics/Cluster.cs#L108
Cannot convert null literal to non-nullable reference type.

Artifacts

Produced during runtime
Name Size Digest
unit-test-results-centos Expired
26.5 KB
sha256:46780a41889f730cdd719214331f961f19ca485e3bccf8c03711c403e9ff1d24
unit-test-results-macos Expired
26.7 KB
sha256:3bd223d9c2fb8cd630a3ce2e2e12e23a73b22e8ae905bff77868165f657a95d0
unit-test-results-ubuntu Expired
26.4 KB
sha256:ab8bfb9e5dfafd5c51d856dd73066947ee1cca72e25075af69946071a5015528
unit-test-results-windows Expired
26.5 KB
sha256:a08998b5d1dedf9814ed8a1c21165846059c163447f801c4969433bc114d3a6f