Skip to content

NCBC-4118: BucketManagerTest failures on FIT #66

NCBC-4118: BucketManagerTest failures on FIT

NCBC-4118: BucketManagerTest failures on FIT #66

Triggered via push April 30, 2026 02:59
Status Success
Total duration 5m 5s
Artifacts 4
Matrix: build-and-test
Fit to window
Zoom out
Zoom in

Annotations

44 warnings
Build and Unit Tests (macos-latest)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/setup-dotnet@v4, actions/upload-artifact@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Build and Unit Tests (macos-latest): src/Couchbase.Extensions.DependencyInjection/Internal/ClusterProvider.cs#L146
The type 'MemberNotNullAttribute' in '/Users/runner/work/couchbase-net-client/couchbase-net-client/src/Couchbase.Extensions.DependencyInjection/../Couchbase/NullableAttributes.cs' conflicts with the imported type 'MemberNotNullAttribute' in 'Couchbase.NetClient, Version=3.9.1.0, Culture=neutral, PublicKeyToken=null'. Using the type defined in '/Users/runner/work/couchbase-net-client/couchbase-net-client/src/Couchbase.Extensions.DependencyInjection/../Couchbase/NullableAttributes.cs'.
Build and Unit Tests (macos-latest): tests/Couchbase.UnitTests/Core/IO/Operations/OperationBuilderVBucketIdTests.cs#L111
Null should not be used for type parameter 'vbucketId' of type 'short'. Use a non-null value, or convert the parameter to a nullable type. (https://xunit.net/xunit.analyzers/rules/xUnit1012)
Build and Unit Tests (macos-latest): tests/Couchbase.UnitTests/Core/IO/Operations/OperationBuilderVBucketIdTests.cs#L111
Null should not be used for type parameter 'vbucketId' of type 'short'. Use a non-null value, or convert the parameter to a nullable type. (https://xunit.net/xunit.analyzers/rules/xUnit1012)
Build and Unit Tests (macos-latest): src/Couchbase.Extensions.DependencyInjection/Internal/ClusterProvider.cs#L146
The type 'MemberNotNullAttribute' in '/Users/runner/work/couchbase-net-client/couchbase-net-client/src/Couchbase.Extensions.DependencyInjection/../Couchbase/NullableAttributes.cs' conflicts with the imported type 'MemberNotNullAttribute' in 'Couchbase.NetClient, Version=3.9.1.0, Culture=neutral, PublicKeyToken=null'. Using the type defined in '/Users/runner/work/couchbase-net-client/couchbase-net-client/src/Couchbase.Extensions.DependencyInjection/../Couchbase/NullableAttributes.cs'.
Build and Unit Tests (macos-latest): tests/Couchbase.Extensions.OpenTelemetry.IntegrationTests/OtelClusterFixture.cs#L34
'CouchbaseMeterInstrumentationOptions.ExcludeLegacyMetrics' is obsolete: 'Use DropLegacyRedundantCounters instead.'
Build and Unit Tests (macos-latest): tests/Couchbase.Extensions.OpenTelemetry.IntegrationTests/OtelClusterFixture.cs#L34
'CouchbaseMeterInstrumentationOptions.ExcludeLegacyMetrics' is obsolete: 'Use DropLegacyRedundantCounters instead.'
Build and Unit Tests (macos-latest): src/Couchbase.Extensions.DependencyInjection/Internal/ClusterProvider.cs#L146
The type 'MemberNotNullAttribute' in '/Users/runner/work/couchbase-net-client/couchbase-net-client/src/Couchbase.Extensions.DependencyInjection/../Couchbase/NullableAttributes.cs' conflicts with the imported type 'MemberNotNullAttribute' in 'Couchbase.NetClient, Version=3.9.1.0, Culture=neutral, PublicKeyToken=null'. Using the type defined in '/Users/runner/work/couchbase-net-client/couchbase-net-client/src/Couchbase.Extensions.DependencyInjection/../Couchbase/NullableAttributes.cs'.
Build and Unit Tests (macos-latest): tests/Couchbase.UnitTests/Core/IO/Operations/OperationBuilderVBucketIdTests.cs#L111
Null should not be used for type parameter 'vbucketId' of type 'short'. Use a non-null value, or convert the parameter to a nullable type. (https://xunit.net/xunit.analyzers/rules/xUnit1012)
Build and Unit Tests (macos-latest): tests/Couchbase.UnitTests/Core/IO/Operations/OperationBuilderVBucketIdTests.cs#L111
Null should not be used for type parameter 'vbucketId' of type 'short'. Use a non-null value, or convert the parameter to a nullable type. (https://xunit.net/xunit.analyzers/rules/xUnit1012)
Build and Unit Tests (macos-latest): src/Couchbase.Extensions.DependencyInjection/Internal/ClusterProvider.cs#L146
The type 'MemberNotNullAttribute' in '/Users/runner/work/couchbase-net-client/couchbase-net-client/src/Couchbase.Extensions.DependencyInjection/../Couchbase/NullableAttributes.cs' conflicts with the imported type 'MemberNotNullAttribute' in 'Couchbase.NetClient, Version=3.9.1.0, Culture=neutral, PublicKeyToken=null'. Using the type defined in '/Users/runner/work/couchbase-net-client/couchbase-net-client/src/Couchbase.Extensions.DependencyInjection/../Couchbase/NullableAttributes.cs'.
Build and Unit Tests (ubuntu-24.04)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/setup-dotnet@v4, actions/upload-artifact@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Build and Unit Tests (ubuntu-24.04): tests/Couchbase.UnitTests/Core/IO/Operations/OperationBuilderVBucketIdTests.cs#L111
Null should not be used for type parameter 'vbucketId' of type 'short'. Use a non-null value, or convert the parameter to a nullable type. (https://xunit.net/xunit.analyzers/rules/xUnit1012)
Build and Unit Tests (ubuntu-24.04): src/Couchbase.Extensions.DependencyInjection/Internal/ClusterProvider.cs#L146
The type 'MemberNotNullAttribute' in '/home/runner/work/couchbase-net-client/couchbase-net-client/src/Couchbase.Extensions.DependencyInjection/../Couchbase/NullableAttributes.cs' conflicts with the imported type 'MemberNotNullAttribute' in 'Couchbase.NetClient, Version=3.9.1.0, Culture=neutral, PublicKeyToken=null'. Using the type defined in '/home/runner/work/couchbase-net-client/couchbase-net-client/src/Couchbase.Extensions.DependencyInjection/../Couchbase/NullableAttributes.cs'.
Build and Unit Tests (ubuntu-24.04): tests/Couchbase.UnitTests/Core/IO/Operations/OperationBuilderVBucketIdTests.cs#L111
Null should not be used for type parameter 'vbucketId' of type 'short'. Use a non-null value, or convert the parameter to a nullable type. (https://xunit.net/xunit.analyzers/rules/xUnit1012)
Build and Unit Tests (ubuntu-24.04): tests/Couchbase.Extensions.OpenTelemetry.IntegrationTests/OtelClusterFixture.cs#L34
'CouchbaseMeterInstrumentationOptions.ExcludeLegacyMetrics' is obsolete: 'Use DropLegacyRedundantCounters instead.'
Build and Unit Tests (ubuntu-24.04): src/Couchbase.Extensions.DependencyInjection/Internal/ClusterProvider.cs#L146
The type 'MemberNotNullAttribute' in '/home/runner/work/couchbase-net-client/couchbase-net-client/src/Couchbase.Extensions.DependencyInjection/../Couchbase/NullableAttributes.cs' conflicts with the imported type 'MemberNotNullAttribute' in 'Couchbase.NetClient, Version=3.9.1.0, Culture=neutral, PublicKeyToken=null'. Using the type defined in '/home/runner/work/couchbase-net-client/couchbase-net-client/src/Couchbase.Extensions.DependencyInjection/../Couchbase/NullableAttributes.cs'.
Build and Unit Tests (ubuntu-24.04): tests/Couchbase.Extensions.OpenTelemetry.IntegrationTests/OtelClusterFixture.cs#L34
'CouchbaseMeterInstrumentationOptions.ExcludeLegacyMetrics' is obsolete: 'Use DropLegacyRedundantCounters instead.'
Build and Unit Tests (ubuntu-24.04): tests/Couchbase.UnitTests/Core/IO/Operations/OperationBuilderVBucketIdTests.cs#L111
Null should not be used for type parameter 'vbucketId' of type 'short'. Use a non-null value, or convert the parameter to a nullable type. (https://xunit.net/xunit.analyzers/rules/xUnit1012)
Build and Unit Tests (ubuntu-24.04): src/Couchbase.Extensions.DependencyInjection/Internal/ClusterProvider.cs#L146
The type 'MemberNotNullAttribute' in '/home/runner/work/couchbase-net-client/couchbase-net-client/src/Couchbase.Extensions.DependencyInjection/../Couchbase/NullableAttributes.cs' conflicts with the imported type 'MemberNotNullAttribute' in 'Couchbase.NetClient, Version=3.9.1.0, Culture=neutral, PublicKeyToken=null'. Using the type defined in '/home/runner/work/couchbase-net-client/couchbase-net-client/src/Couchbase.Extensions.DependencyInjection/../Couchbase/NullableAttributes.cs'.
Build and Unit Tests (ubuntu-24.04): tests/Couchbase.UnitTests/Core/IO/Operations/OperationBuilderVBucketIdTests.cs#L111
Null should not be used for type parameter 'vbucketId' of type 'short'. Use a non-null value, or convert the parameter to a nullable type. (https://xunit.net/xunit.analyzers/rules/xUnit1012)
Build and Unit Tests (ubuntu-24.04): tests/Couchbase.Extensions.OpenTelemetry.IntegrationTests/OtelClusterFixture.cs#L34
'CouchbaseMeterInstrumentationOptions.ExcludeLegacyMetrics' is obsolete: 'Use DropLegacyRedundantCounters instead.'
Build and Unit Tests (ubuntu-24.04-arm)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/setup-dotnet@v4, actions/upload-artifact@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Build and Unit Tests (ubuntu-24.04-arm): src/Couchbase.Extensions.DependencyInjection/Internal/ClusterProvider.cs#L146
The type 'MemberNotNullAttribute' in '/home/runner/work/couchbase-net-client/couchbase-net-client/src/Couchbase.Extensions.DependencyInjection/../Couchbase/NullableAttributes.cs' conflicts with the imported type 'MemberNotNullAttribute' in 'Couchbase.NetClient, Version=3.9.1.0, Culture=neutral, PublicKeyToken=null'. Using the type defined in '/home/runner/work/couchbase-net-client/couchbase-net-client/src/Couchbase.Extensions.DependencyInjection/../Couchbase/NullableAttributes.cs'.
Build and Unit Tests (ubuntu-24.04-arm): tests/Couchbase.UnitTests/Core/IO/Operations/OperationBuilderVBucketIdTests.cs#L111
Null should not be used for type parameter 'vbucketId' of type 'short'. Use a non-null value, or convert the parameter to a nullable type. (https://xunit.net/xunit.analyzers/rules/xUnit1012)
Build and Unit Tests (ubuntu-24.04-arm): tests/Couchbase.UnitTests/Core/IO/Operations/OperationBuilderVBucketIdTests.cs#L111
Null should not be used for type parameter 'vbucketId' of type 'short'. Use a non-null value, or convert the parameter to a nullable type. (https://xunit.net/xunit.analyzers/rules/xUnit1012)
Build and Unit Tests (ubuntu-24.04-arm): src/Couchbase.Extensions.DependencyInjection/Internal/ClusterProvider.cs#L146
The type 'MemberNotNullAttribute' in '/home/runner/work/couchbase-net-client/couchbase-net-client/src/Couchbase.Extensions.DependencyInjection/../Couchbase/NullableAttributes.cs' conflicts with the imported type 'MemberNotNullAttribute' in 'Couchbase.NetClient, Version=3.9.1.0, Culture=neutral, PublicKeyToken=null'. Using the type defined in '/home/runner/work/couchbase-net-client/couchbase-net-client/src/Couchbase.Extensions.DependencyInjection/../Couchbase/NullableAttributes.cs'.
Build and Unit Tests (ubuntu-24.04-arm): tests/Couchbase.Extensions.OpenTelemetry.IntegrationTests/OtelClusterFixture.cs#L34
'CouchbaseMeterInstrumentationOptions.ExcludeLegacyMetrics' is obsolete: 'Use DropLegacyRedundantCounters instead.'
Build and Unit Tests (ubuntu-24.04-arm): tests/Couchbase.Extensions.OpenTelemetry.IntegrationTests/OtelClusterFixture.cs#L34
'CouchbaseMeterInstrumentationOptions.ExcludeLegacyMetrics' is obsolete: 'Use DropLegacyRedundantCounters instead.'
Build and Unit Tests (ubuntu-24.04-arm): src/Couchbase.Extensions.DependencyInjection/Internal/ClusterProvider.cs#L146
The type 'MemberNotNullAttribute' in '/home/runner/work/couchbase-net-client/couchbase-net-client/src/Couchbase.Extensions.DependencyInjection/../Couchbase/NullableAttributes.cs' conflicts with the imported type 'MemberNotNullAttribute' in 'Couchbase.NetClient, Version=3.9.1.0, Culture=neutral, PublicKeyToken=null'. Using the type defined in '/home/runner/work/couchbase-net-client/couchbase-net-client/src/Couchbase.Extensions.DependencyInjection/../Couchbase/NullableAttributes.cs'.
Build and Unit Tests (ubuntu-24.04-arm): tests/Couchbase.UnitTests/Core/IO/Operations/OperationBuilderVBucketIdTests.cs#L111
Null should not be used for type parameter 'vbucketId' of type 'short'. Use a non-null value, or convert the parameter to a nullable type. (https://xunit.net/xunit.analyzers/rules/xUnit1012)
Build and Unit Tests (ubuntu-24.04-arm): tests/Couchbase.UnitTests/Core/IO/Operations/OperationBuilderVBucketIdTests.cs#L111
Null should not be used for type parameter 'vbucketId' of type 'short'. Use a non-null value, or convert the parameter to a nullable type. (https://xunit.net/xunit.analyzers/rules/xUnit1012)
Build and Unit Tests (ubuntu-24.04-arm): src/Couchbase.Extensions.DependencyInjection/Internal/ClusterProvider.cs#L146
The type 'MemberNotNullAttribute' in '/home/runner/work/couchbase-net-client/couchbase-net-client/src/Couchbase.Extensions.DependencyInjection/../Couchbase/NullableAttributes.cs' conflicts with the imported type 'MemberNotNullAttribute' in 'Couchbase.NetClient, Version=3.9.1.0, Culture=neutral, PublicKeyToken=null'. Using the type defined in '/home/runner/work/couchbase-net-client/couchbase-net-client/src/Couchbase.Extensions.DependencyInjection/../Couchbase/NullableAttributes.cs'.
Build and Unit Tests (windows-latest)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/setup-dotnet@v4, actions/upload-artifact@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Build and Unit Tests (windows-latest): tests/Couchbase.Test.Common/Utils/TaskAsyncEnumerableExtensions.cs#L33
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Build and Unit Tests (windows-latest): tests/Couchbase.Extensions.OpenTelemetry.IntegrationTests/OtelClusterFixture.cs#L34
'CouchbaseMeterInstrumentationOptions.ExcludeLegacyMetrics' is obsolete: 'Use DropLegacyRedundantCounters instead.'
Build and Unit Tests (windows-latest): tests/Couchbase.Extensions.OpenTelemetry.IntegrationTests/OtelClusterFixture.cs#L34
'CouchbaseMeterInstrumentationOptions.ExcludeLegacyMetrics' is obsolete: 'Use DropLegacyRedundantCounters instead.'
Build and Unit Tests (windows-latest): src/Couchbase.Extensions.DependencyInjection/Internal/ClusterProvider.cs#L146
The type 'MemberNotNullAttribute' in 'D:\a\couchbase-net-client\couchbase-net-client\src\Couchbase.Extensions.DependencyInjection\../Couchbase/NullableAttributes.cs' conflicts with the imported type 'MemberNotNullAttribute' in 'Couchbase.NetClient, Version=3.9.1.0, Culture=neutral, PublicKeyToken=null'. Using the type defined in 'D:\a\couchbase-net-client\couchbase-net-client\src\Couchbase.Extensions.DependencyInjection\../Couchbase/NullableAttributes.cs'.
Build and Unit Tests (windows-latest): tests/Couchbase.UnitTests/Core/IO/Operations/OperationBuilderVBucketIdTests.cs#L111
Null should not be used for type parameter 'vbucketId' of type 'short'. Use a non-null value, or convert the parameter to a nullable type. (https://xunit.net/xunit.analyzers/rules/xUnit1012)
Build and Unit Tests (windows-latest): tests/Couchbase.UnitTests/Core/IO/Operations/OperationBuilderVBucketIdTests.cs#L111
Null should not be used for type parameter 'vbucketId' of type 'short'. Use a non-null value, or convert the parameter to a nullable type. (https://xunit.net/xunit.analyzers/rules/xUnit1012)
Build and Unit Tests (windows-latest): src/Couchbase.Extensions.DependencyInjection/Internal/ClusterProvider.cs#L146
The type 'MemberNotNullAttribute' in 'D:\a\couchbase-net-client\couchbase-net-client\src\Couchbase.Extensions.DependencyInjection\../Couchbase/NullableAttributes.cs' conflicts with the imported type 'MemberNotNullAttribute' in 'Couchbase.NetClient, Version=3.9.1.0, Culture=neutral, PublicKeyToken=null'. Using the type defined in 'D:\a\couchbase-net-client\couchbase-net-client\src\Couchbase.Extensions.DependencyInjection\../Couchbase/NullableAttributes.cs'.

Artifacts

Produced during runtime
Name Size Digest
unit-test-results-macos-latest
657 KB
sha256:b0ab997fe5d5d5b0b60c5c578f91a543268d4e4b92ed4dcd122ad3e028ba16dd
unit-test-results-ubuntu-24.04
657 KB
sha256:d02edc19f3c3691aefc102b1687fd8abaf65af67f22f5d6e909f448026db3730
unit-test-results-ubuntu-24.04-arm
658 KB
sha256:8f5e70da0b20084416e0e93caf2b9ecc85a297917f3968268f8ccebd6e542a56
unit-test-results-windows-latest
617 KB
sha256:f86aaae8084769d32d10eb89be9755c1ee0d5f6954388b635c9d4a051f3f91b7