Skip to content

Release

Release #6

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

release.yml

on: workflow_dispatch
Validate Inputs
2s
Validate Inputs
Matrix: build-and-test
Smoke Summary
Smoke Summary
Publish to NuGet
Publish to NuGet
Fit to window
Zoom out
Zoom in

Annotations

1 error and 80 warnings
Pack (Windows)
Process completed with exit code 1.
Build & Test (macos): 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 (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/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/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/Cluster.cs#L108
Cannot convert null literal to non-nullable reference type.
Build & Test (ubuntu): 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 (ubuntu): 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 (ubuntu): 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 (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/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 'type' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Build & Test (centos)
Cannot convert null literal to non-nullable reference type.
Build & Test (centos)
Cannot convert null literal to non-nullable reference type.
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)
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 & 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)
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)
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/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.
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)'.

Artifacts

Produced during runtime
Name Size Digest
unit-test-results-centos Expired
26.4 KB
sha256:43d29d389b880482f0e9fa7c2c9cf05ce158eeeff49f64f116a139b34bafc3bc
unit-test-results-macos Expired
26.8 KB
sha256:0decbaf2baddf5e52d92e29b6f1112699df80cc440a018e3d8389e2a5e96a412
unit-test-results-ubuntu Expired
26.5 KB
sha256:5443871f61759e47b6cb2eecd733526c2d074f68f0c5dce9496d969c24cae1dd
unit-test-results-windows Expired
26.4 KB
sha256:8af57b1277cf50291280336258cbcf0cb15b648f7b4c787829ad098f2c840ad4