Skip to content

PCBC-859: configure Github Actions for Windows #47

PCBC-859: configure Github Actions for Windows

PCBC-859: configure Github Actions for Windows #47

Re-run triggered April 23, 2024 07:26
Status Failure
Total duration 15m 37s
Artifacts 58

tests.yml

on: pull_request
Matrix: build_linux_x86_64
Matrix: alpine
Matrix: build_macos_arm64
Matrix: build_macos_x86_64
Matrix: build_windows
Matrix: mock_linux_x86_64
Matrix: server_linux_x86_64
Matrix: mock_alpine
Matrix: mock_macos_arm64
Matrix: mock_macos_x86_64
Matrix: mock_windows
Fit to window
Zoom out
Zoom in

Annotations

44 errors
server_linux_x86_64 (8.3, zts, 7.2.4)
Process completed with exit code 1.
/home/runner/work/couchbase-php-client/couchbase-php-client/tests/BucketManagerTest.php.testCreateBucketFlushEnable: tests/BucketManagerTest.php#L117
BucketManagerTest::testCreateBucketFlushEnable Couchbase\Exception\InternalServerFailureException: internal_server_failure (5): "unable to execute HTTP operation "bucket_flush""
/home/runner/work/couchbase-php-client/couchbase-php-client/tests/BucketManagerTest.php.testCreateBucketReplicaIndexes: tests/BucketManagerTest.php#L156
BucketManagerTest::testCreateBucketReplicaIndexes Couchbase\Exception\BucketNotFoundException: bucket_not_found (10): "unable to execute HTTP operation "bucket_get""
/home/runner/work/couchbase-php-client/couchbase-php-client/tests/BucketManagerTest.php.testCreateHistory: tests/BucketManagerTest.php#L358
BucketManagerTest::testCreateHistory Couchbase\Exception\InvalidArgumentException: invalid_argument (3): "unable to execute HTTP operation "bucket_create"", errors={"ramQuota":"RAM quota specified is too large to be provisioned into this cluster."}
/home/runner/work/couchbase-php-client/couchbase-php-client/tests/BucketManagerTest.php.testUpdateHistory: tests/BucketManagerTest.php#L376
BucketManagerTest::testUpdateHistory Couchbase\Exception\InvalidArgumentException: invalid_argument (3): "unable to execute HTTP operation "bucket_create"", errors={"ramQuota":"RAM quota specified is too large to be provisioned into this cluster."}
/home/runner/work/couchbase-php-client/couchbase-php-client/tests/CollectionManagerTest.php.testCreateScopeAndGetAllScopes: tests/CollectionManagerTest.php#L42
CollectionManagerTest::testCreateScopeAndGetAllScopes Failed asserting that false is true.
/home/runner/work/couchbase-php-client/couchbase-php-client/tests/CollectionManagerTest.php.testCreateCollectionDeprecatedApi: tests/CollectionManagerTest.php#L96
CollectionManagerTest::testCreateCollectionDeprecatedApi Failed asserting that false is true.
/home/runner/work/couchbase-php-client/couchbase-php-client/tests/CollectionManagerTest.php.testCollectionHistory: tests/CollectionManagerTest.php#L240
CollectionManagerTest::testCollectionHistory Couchbase\Exception\InvalidArgumentException: invalid_argument (3): "unable to execute HTTP operation "bucket_create"", errors={"ramQuota":"RAM quota specified is too large to be provisioned into this cluster."}
/home/runner/work/couchbase-php-client/couchbase-php-client/tests/BucketManagerTest.php.testCreateBucketFlushEnable: tests/BucketManagerTest.php#L117
BucketManagerTest::testCreateBucketFlushEnable Couchbase\Exception\BucketNotFoundException: bucket_not_found (10): "unable to execute HTTP operation "bucket_get""
/home/runner/work/couchbase-php-client/couchbase-php-client/tests/BucketManagerTest.php.testBucketCompressionMode: tests/BucketManagerTest.php#L266
BucketManagerTest::testBucketCompressionMode Couchbase\Exception\BucketNotFoundException: bucket_not_found (10): "unable to execute HTTP operation "bucket_get""
/home/runner/work/couchbase-php-client/couchbase-php-client/tests/CollectionManagerTest.php.testCreateScopeAndGetAllScopes: tests/CollectionManagerTest.php#L42
CollectionManagerTest::testCreateScopeAndGetAllScopes Failed asserting that false is true.
/home/runner/work/couchbase-php-client/couchbase-php-client/tests/SearchTest.php.testSearchWithConsistency: tests/SearchTest.php#L207
SearchTest::testSearchWithConsistency Exception: Excepted rows to not to be empty
server_linux_x86_64 (8.3, nts, 7.1.6)
Process completed with exit code 1.
/home/runner/work/couchbase-php-client/couchbase-php-client/tests/BucketManagerTest.php.testDropBucket: tests/BucketManagerTest.php#L72
BucketManagerTest::testDropBucket Failed asserting that exception of type "Couchbase\Exception\BucketNotFoundException" is thrown.
/home/runner/work/couchbase-php-client/couchbase-php-client/tests/SearchTest.php.testSearchWithConsistency: tests/SearchTest.php#L207
SearchTest::testSearchWithConsistency Exception: Excepted rows to not to be empty
server_linux_x86_64 (8.3, zts, 7.1.6)
Process completed with exit code 1.
server_linux_x86_64 (8.3, nts, 7.2.4)
Process completed with exit code 1.
/home/runner/work/couchbase-php-client/couchbase-php-client/tests/BucketManagerTest.php.testCreateBucketFlushNotEnabled: tests/BucketManagerTest.php#L131
BucketManagerTest::testCreateBucketFlushNotEnabled Failed asserting that exception of type "Couchbase\Exception\BucketNotFoundException" matches expected exception "Couchbase\Exception\BucketNotFlushableException". Message was: "bucket_not_found (10): "unable to execute HTTP operation "bucket_flush""" at
/home/runner/work/couchbase-php-client/couchbase-php-client/tests/BucketManagerTest.php.testCreateBucketReplicaIndexes: tests/BucketManagerTest.php#L156
BucketManagerTest::testCreateBucketReplicaIndexes Couchbase\Exception\BucketNotFoundException: bucket_not_found (10): "unable to execute HTTP operation "bucket_get""
/home/runner/work/couchbase-php-client/couchbase-php-client/tests/BucketManagerTest.php.testCouchbaseBucketEvictionPolicy: tests/BucketManagerTest.php#L168
BucketManagerTest::testCouchbaseBucketEvictionPolicy Couchbase\Exception\BucketNotFoundException: bucket_not_found (10): "unable to execute HTTP operation "bucket_update""
/home/runner/work/couchbase-php-client/couchbase-php-client/tests/BucketManagerTest.php.testEphemeralBucketEvictionPolicyNoEviction: tests/BucketManagerTest.php#L185
BucketManagerTest::testEphemeralBucketEvictionPolicyNoEviction Couchbase\Exception\BucketNotFoundException: bucket_not_found (10): "unable to execute HTTP operation "bucket_get""
/home/runner/work/couchbase-php-client/couchbase-php-client/tests/BucketManagerTest.php.testEphemeralBucketEvictionPolicyNRUEviction: tests/BucketManagerTest.php#L197
BucketManagerTest::testEphemeralBucketEvictionPolicyNRUEviction Couchbase\Exception\BucketNotFoundException: bucket_not_found (10): "unable to execute HTTP operation "bucket_get""
/home/runner/work/couchbase-php-client/couchbase-php-client/tests/BucketManagerTest.php.testCreateBucketStorageBackendCouchstore: tests/BucketManagerTest.php#L209
BucketManagerTest::testCreateBucketStorageBackendCouchstore Couchbase\Exception\BucketNotFoundException: bucket_not_found (10): "unable to execute HTTP operation "bucket_get""
/home/runner/work/couchbase-php-client/couchbase-php-client/tests/BucketManagerTest.php.testCreateBucketStorageBackendMagma: tests/BucketManagerTest.php#L222
BucketManagerTest::testCreateBucketStorageBackendMagma Couchbase\Exception\InvalidArgumentException: invalid_argument (3): "unable to execute HTTP operation "bucket_create"", errors={"ramQuota":"RAM quota specified is too large to be provisioned into this cluster."}
/home/runner/work/couchbase-php-client/couchbase-php-client/tests/BucketManagerTest.php.testBucketMaxExpiry: tests/BucketManagerTest.php#L235
BucketManagerTest::testBucketMaxExpiry Couchbase\Exception\BucketNotFoundException: bucket_not_found (10): "unable to execute HTTP operation "bucket_update""
/home/runner/work/couchbase-php-client/couchbase-php-client/tests/BucketManagerTest.php.testBucketCompressionMode: tests/BucketManagerTest.php#L266
BucketManagerTest::testBucketCompressionMode Couchbase\Exception\BucketNotFoundException: bucket_not_found (10): "unable to execute HTTP operation "bucket_get""
/home/runner/work/couchbase-php-client/couchbase-php-client/tests/BucketManagerTest.php.testBucketDurabilityLevel: tests/BucketManagerTest.php#L290
BucketManagerTest::testBucketDurabilityLevel Couchbase\Exception\BucketNotFoundException: bucket_not_found (10): "unable to execute HTTP operation "bucket_get""
server_linux_x86_64 (8.3, nts, 7.0.5)
Process completed with exit code 1.
/home/runner/work/couchbase-php-client/couchbase-php-client/tests/BucketManagerTest.php.testCreateBucketRamQuota: tests/BucketManagerTest.php#L106
BucketManagerTest::testCreateBucketRamQuota Couchbase\Exception\BucketNotFoundException: bucket_not_found (10): "unable to execute HTTP operation "bucket_get""
/home/runner/work/couchbase-php-client/couchbase-php-client/tests/BucketManagerTest.php.testBucketCompressionMode: tests/BucketManagerTest.php#L266
BucketManagerTest::testBucketCompressionMode Failed asserting that two strings are equal.
/home/runner/work/couchbase-php-client/couchbase-php-client/tests/BucketManagerTest.php.testBucketDurabilityLevel: tests/BucketManagerTest.php#L290
BucketManagerTest::testBucketDurabilityLevel Failed asserting that two strings are equal.
/home/runner/work/couchbase-php-client/couchbase-php-client/tests/CollectionManagerTest.php.testCreateCollectionExistsDeprecatedApi: tests/CollectionManagerTest.php#L115
CollectionManagerTest::testCreateCollectionExistsDeprecatedApi Couchbase\Exception\ScopeNotFoundException: scope_not_found (16): "unable to execute HTTP operation "collection_create"", errors={"_":"Scope with name \"scope_77115223ab9a696eaddbeaf9aaaddccd\" is not found"}
/home/runner/work/couchbase-php-client/couchbase-php-client/tests/SearchTest.php.testSearchWithFacets: tests/SearchTest.php#L456
SearchTest::testSearchWithFacets Failed asserting that 9 is equal to 10 or is greater than 10.
/home/runner/work/couchbase-php-client/couchbase-php-client/tests/ViewTest.php.testConsistency: tests/ViewTest.php#L23
ViewTest::testConsistency Couchbase\Exception\AmbiguousTimeoutException: ambiguous_timeout (13): "unable to execute HTTP operation "view_query""
/home/runner/work/couchbase-php-client/couchbase-php-client/tests/ViewTest.php.testGrouping: tests/ViewTest.php#L62
ViewTest::testGrouping Couchbase\Exception\AmbiguousTimeoutException: ambiguous_timeout (13): "unable to execute HTTP operation "view_query""
/home/runner/work/couchbase-php-client/couchbase-php-client/tests/BucketManagerTest.php.testBucketDurabilityLevel: tests/BucketManagerTest.php#L290
BucketManagerTest::testBucketDurabilityLevel Failed asserting that two strings are equal.
/home/runner/work/couchbase-php-client/couchbase-php-client/tests/CollectionManagerTest.php.testDropCollectionDeprecatedApi: tests/CollectionManagerTest.php#L138
CollectionManagerTest::testDropCollectionDeprecatedApi Failed asserting that false is true.
/home/runner/work/couchbase-php-client/couchbase-php-client/tests/ViewTest.php.testConsistency: tests/ViewTest.php#L23
ViewTest::testConsistency Couchbase\Exception\AmbiguousTimeoutException: ambiguous_timeout (13): "unable to execute HTTP operation "view_query""
/home/runner/work/couchbase-php-client/couchbase-php-client/tests/ViewTest.php.testGrouping: tests/ViewTest.php#L62
ViewTest::testGrouping Couchbase\Exception\AmbiguousTimeoutException: ambiguous_timeout (13): "unable to execute HTTP operation "view_query""
server_linux_x86_64 (8.3, zts, 7.0.5)
Process completed with exit code 1.

Artifacts

Produced during runtime
Name Size
8.3-nts-7.0.5-logs Expired
31.6 MB
8.3-nts-7.1.6-logs Expired
20.2 MB
8.3-nts-7.2.4-logs Expired
23.5 MB
8.3-zts-7.0.5-logs Expired
30.4 MB
8.3-zts-7.1.6-logs Expired
20.5 MB
8.3-zts-7.2.4-logs Expired
23.2 MB