Skip to content

chore(deps): update dependency express to v5 #4294

chore(deps): update dependency express to v5

chore(deps): update dependency express to v5 #4294

Triggered via push April 2, 2025 12:07
Status Failure
Total duration 4m 9s
Artifacts

check.yaml

on: push
Matrix: Build & Test
Matrix: Test Python template support
Fit to window
Zoom out
Zoom in

Annotations

53 errors and 1 warning
test/commands/call.test.ts > apify call: src/commands/actors/push.ts#L299
ApifyApiError: By launching this job you will exceed the memory limit of 131072MB for all your Actor runs and builds (currently used: 131072MB, requested: 4096MB). Please consider an upgrade to a paid plan at https://console.apify.com/billing/subscription to increase your Actor memory limit. ❯ makeRequest node_modules/apify-client/src/http_client.ts:180:30 ❯ ActorClient.build node_modules/apify-client/src/resource_clients/actor.ts:151:26 ❯ ActorsPushCommand.run src/commands/actors/push.ts:299:15 ❯ ActorsPushCommand._run node_modules/@oclif/core/lib/command.js:181:22 ❯ test/commands/call.test.ts:72:3 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { clientMethod: 'ActorClient.build', statusCode: 402, attempt: 1, httpMethod: 'post', path: '/v2/acts/YGTtQtBJcEwu4TF22/builds', originalStack: '\n at makeRequest (/home/runner/work/apify-cli/apify-cli/node_modules/apify-client/src/http_client.ts:180:30)\n at processTicksAndRejections (node:internal/process/task_queues:95:5)\n at ActorClient.build (/home/runner/work/apify-cli/apify-cli/node_modules/apify-client/src/resource_clients/actor.ts:151:26)\n at ActorsPushCommand.run (/home/runner/work/apify-cli/apify-cli/src/commands/actors/push.ts:299:15)\n at ActorsPushCommand._run (/home/runner/work/apify-cli/apify-cli/node_modules/@oclif/core/lib/command.js:181:22)\n at /home/runner/work/apify-cli/apify-cli/test/commands/call.test.ts:72:3', data: undefined, _safelyParsePathFromResponse: 'Function<_safelyParsePathFromResponse>', _extractClientAndMethodFromStack: 'Function<_extractClientAndMethodFromStack>', _createApiStack: 'Function<_createApiStack>' }
test/commands/call.test.ts > apify call: test/commands/call.test.ts#L90
ArgumentError: Expected `id` to be of type `string` but received type `undefined` ❯ ow node_modules/apify-client/node_modules/ow/dist/index.js:33:28 ❯ ApifyClient.actor node_modules/apify-client/src/apify_client.ts:107:11 ❯ test/commands/call.test.ts:90:24 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { validationErrors: { constructor: 'Function<Map>', get: 'Function<get>', set: 'Function<set>', has: 'Function<has>', delete: 'Function<delete>', clear: 'Function<clear>', entries: 'Function<entries>', forEach: 'Function<forEach>', keys: 'Function<keys>', size: 1, values: 'Function<values>' } }
test/commands/push.test.ts > apify push > should not rewrite current Actor envVars: src/commands/actors/push.ts#L299
ApifyApiError: By launching this job you will exceed the memory limit of 131072MB for all your Actor runs and builds (currently used: 131072MB, requested: 4096MB). Please consider an upgrade to a paid plan at https://console.apify.com/billing/subscription to increase your Actor memory limit. ❯ makeRequest node_modules/apify-client/src/http_client.ts:180:30 ❯ ActorClient.build node_modules/apify-client/src/resource_clients/actor.ts:151:26 ❯ ActorsPushCommand.run src/commands/actors/push.ts:299:15 ❯ ActorsPushCommand._run node_modules/@oclif/core/lib/command.js:181:22 ❯ test/commands/push.test.ts:168:3 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { clientMethod: 'ActorClient.build', statusCode: 402, attempt: 1, httpMethod: 'post', path: '/v2/acts/eWXGzcSVb5kgHZdey/builds', originalStack: '\n at makeRequest (/home/runner/work/apify-cli/apify-cli/node_modules/apify-client/src/http_client.ts:180:30)\n at processTicksAndRejections (node:internal/process/task_queues:95:5)\n at ActorClient.build (/home/runner/work/apify-cli/apify-cli/node_modules/apify-client/src/resource_clients/actor.ts:151:26)\n at ActorsPushCommand.run (/home/runner/work/apify-cli/apify-cli/src/commands/actors/push.ts:299:15)\n at ActorsPushCommand._run (/home/runner/work/apify-cli/apify-cli/node_modules/@oclif/core/lib/command.js:181:22)\n at /home/runner/work/apify-cli/apify-cli/test/commands/push.test.ts:168:3\n at file:///home/runner/work/apify-cli/apify-cli/node_modules/@vitest/runner/dist/index.js:595:20', data: undefined, _safelyParsePathFromResponse: 'Function<_safelyParsePathFromResponse>', _extractClientAndMethodFromStack: 'Function<_extractClientAndMethodFromStack>', _createApiStack: 'Function<_createApiStack>' }
test/commands/push.test.ts > apify push > should not rewrite current Actor envVars: test/commands/push.test.ts#L158
ApifyApiError: Some other Actor already has this name ("push-my-cli-test-ennhtb-v18-linux"). ❯ makeRequest node_modules/apify-client/src/http_client.ts:180:30 ❯ ActorCollectionClient._create node_modules/apify-client/src/base/resource_collection_client.ts:25:26 ❯ test/commands/push.test.ts:158:19 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { clientMethod: 'ActorCollectionClient.create', statusCode: 409, attempt: 1, httpMethod: 'post', path: '/v2/acts', originalStack: '\n at makeRequest (/home/runner/work/apify-cli/apify-cli/node_modules/apify-client/src/http_client.ts:180:30)\n at processTicksAndRejections (node:internal/process/task_queues:95:5)\n at ActorCollectionClient._create (/home/runner/work/apify-cli/apify-cli/node_modules/apify-client/src/base/resource_collection_client.ts:25:26)\n at /home/runner/work/apify-cli/apify-cli/test/commands/push.test.ts:158:19\n at file:///home/runner/work/apify-cli/apify-cli/node_modules/@vitest/runner/dist/index.js:595:20', data: undefined, _safelyParsePathFromResponse: 'Function<_safelyParsePathFromResponse>', _extractClientAndMethodFromStack: 'Function<_extractClientAndMethodFromStack>', _createApiStack: 'Function<_createApiStack>' }
test/commands/push.test.ts > apify push > should not rewrite current Actor envVars: test/commands/push.test.ts#L158
ApifyApiError: Some other Actor already has this name ("push-my-cli-test-ennhtb-v18-linux"). ❯ makeRequest node_modules/apify-client/src/http_client.ts:180:30 ❯ ActorCollectionClient._create node_modules/apify-client/src/base/resource_collection_client.ts:25:26 ❯ test/commands/push.test.ts:158:19 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { clientMethod: 'ActorCollectionClient.create', statusCode: 409, attempt: 1, httpMethod: 'post', path: '/v2/acts', originalStack: '\n at makeRequest (/home/runner/work/apify-cli/apify-cli/node_modules/apify-client/src/http_client.ts:180:30)\n at processTicksAndRejections (node:internal/process/task_queues:95:5)\n at ActorCollectionClient._create (/home/runner/work/apify-cli/apify-cli/node_modules/apify-client/src/base/resource_collection_client.ts:25:26)\n at /home/runner/work/apify-cli/apify-cli/test/commands/push.test.ts:158:19\n at file:///home/runner/work/apify-cli/apify-cli/node_modules/@vitest/runner/dist/index.js:595:20', data: undefined, _safelyParsePathFromResponse: 'Function<_safelyParsePathFromResponse>', _extractClientAndMethodFromStack: 'Function<_extractClientAndMethodFromStack>', _createApiStack: 'Function<_createApiStack>' }
test/commands/push.test.ts > apify push > should not rewrite current Actor envVars: test/commands/push.test.ts#L158
ApifyApiError: Some other Actor already has this name ("push-my-cli-test-ennhtb-v18-linux"). ❯ makeRequest node_modules/apify-client/src/http_client.ts:180:30 ❯ ActorCollectionClient._create node_modules/apify-client/src/base/resource_collection_client.ts:25:26 ❯ test/commands/push.test.ts:158:19 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { clientMethod: 'ActorCollectionClient.create', statusCode: 409, attempt: 1, httpMethod: 'post', path: '/v2/acts', originalStack: '\n at makeRequest (/home/runner/work/apify-cli/apify-cli/node_modules/apify-client/src/http_client.ts:180:30)\n at processTicksAndRejections (node:internal/process/task_queues:95:5)\n at ActorCollectionClient._create (/home/runner/work/apify-cli/apify-cli/node_modules/apify-client/src/base/resource_collection_client.ts:25:26)\n at /home/runner/work/apify-cli/apify-cli/test/commands/push.test.ts:158:19\n at file:///home/runner/work/apify-cli/apify-cli/node_modules/@vitest/runner/dist/index.js:595:20', data: undefined, _safelyParsePathFromResponse: 'Function<_safelyParsePathFromResponse>', _extractClientAndMethodFromStack: 'Function<_extractClientAndMethodFromStack>', _createApiStack: 'Function<_createApiStack>' }
test/commands/push.test.ts > apify push > should upload zip for source files larger that 3MB: test/commands/push.test.ts#L200
ApifyApiError: Some other Actor already has this name ("push-my-cli-test-ennhtb-v18-linux"). ❯ makeRequest node_modules/apify-client/src/http_client.ts:180:30 ❯ ActorCollectionClient._create node_modules/apify-client/src/base/resource_collection_client.ts:25:26 ❯ test/commands/push.test.ts:200:19 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { clientMethod: 'ActorCollectionClient.create', statusCode: 409, attempt: 1, httpMethod: 'post', path: '/v2/acts', originalStack: '\n at makeRequest (/home/runner/work/apify-cli/apify-cli/node_modules/apify-client/src/http_client.ts:180:30)\n at processTicksAndRejections (node:internal/process/task_queues:95:5)\n at ActorCollectionClient._create (/home/runner/work/apify-cli/apify-cli/node_modules/apify-client/src/base/resource_collection_client.ts:25:26)\n at /home/runner/work/apify-cli/apify-cli/test/commands/push.test.ts:200:19\n at file:///home/runner/work/apify-cli/apify-cli/node_modules/@vitest/runner/dist/index.js:595:20', data: undefined, _safelyParsePathFromResponse: 'Function<_safelyParsePathFromResponse>', _extractClientAndMethodFromStack: 'Function<_extractClientAndMethodFromStack>', _createApiStack: 'Function<_createApiStack>' }
test/commands/push.test.ts > apify push > should upload zip for source files larger that 3MB: test/commands/push.test.ts#L200
ApifyApiError: Some other Actor already has this name ("push-my-cli-test-ennhtb-v18-linux"). ❯ makeRequest node_modules/apify-client/src/http_client.ts:180:30 ❯ ActorCollectionClient._create node_modules/apify-client/src/base/resource_collection_client.ts:25:26 ❯ test/commands/push.test.ts:200:19 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { clientMethod: 'ActorCollectionClient.create', statusCode: 409, attempt: 1, httpMethod: 'post', path: '/v2/acts', originalStack: '\n at makeRequest (/home/runner/work/apify-cli/apify-cli/node_modules/apify-client/src/http_client.ts:180:30)\n at processTicksAndRejections (node:internal/process/task_queues:95:5)\n at ActorCollectionClient._create (/home/runner/work/apify-cli/apify-cli/node_modules/apify-client/src/base/resource_collection_client.ts:25:26)\n at /home/runner/work/apify-cli/apify-cli/test/commands/push.test.ts:200:19\n at file:///home/runner/work/apify-cli/apify-cli/node_modules/@vitest/runner/dist/index.js:595:20', data: undefined, _safelyParsePathFromResponse: 'Function<_safelyParsePathFromResponse>', _extractClientAndMethodFromStack: 'Function<_extractClientAndMethodFromStack>', _createApiStack: 'Function<_createApiStack>' }
test/commands/push.test.ts > apify push > should upload zip for source files larger that 3MB: test/commands/push.test.ts#L200
ApifyApiError: Some other Actor already has this name ("push-my-cli-test-ennhtb-v18-linux"). ❯ makeRequest node_modules/apify-client/src/http_client.ts:180:30 ❯ ActorCollectionClient._create node_modules/apify-client/src/base/resource_collection_client.ts:25:26 ❯ test/commands/push.test.ts:200:19 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { clientMethod: 'ActorCollectionClient.create', statusCode: 409, attempt: 1, httpMethod: 'post', path: '/v2/acts', originalStack: '\n at makeRequest (/home/runner/work/apify-cli/apify-cli/node_modules/apify-client/src/http_client.ts:180:30)\n at processTicksAndRejections (node:internal/process/task_queues:95:5)\n at ActorCollectionClient._create (/home/runner/work/apify-cli/apify-cli/node_modules/apify-client/src/base/resource_collection_client.ts:25:26)\n at /home/runner/work/apify-cli/apify-cli/test/commands/push.test.ts:200:19\n at file:///home/runner/work/apify-cli/apify-cli/node_modules/@vitest/runner/dist/index.js:595:20', data: undefined, _safelyParsePathFromResponse: 'Function<_safelyParsePathFromResponse>', _extractClientAndMethodFromStack: 'Function<_extractClientAndMethodFromStack>', _createApiStack: 'Function<_createApiStack>' }
test/commands/push.test.ts > apify push > should upload zip for source files larger that 3MB: test/commands/push.test.ts#L200
ApifyApiError: Some other Actor already has this name ("push-my-cli-test-ennhtb-v18-linux"). ❯ makeRequest node_modules/apify-client/src/http_client.ts:180:30 ❯ ActorCollectionClient._create node_modules/apify-client/src/base/resource_collection_client.ts:25:26 ❯ test/commands/push.test.ts:200:19 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { clientMethod: 'ActorCollectionClient.create', statusCode: 409, attempt: 1, httpMethod: 'post', path: '/v2/acts', originalStack: '\n at makeRequest (/home/runner/work/apify-cli/apify-cli/node_modules/apify-client/src/http_client.ts:180:30)\n at processTicksAndRejections (node:internal/process/task_queues:95:5)\n at ActorCollectionClient._create (/home/runner/work/apify-cli/apify-cli/node_modules/apify-client/src/base/resource_collection_client.ts:25:26)\n at /home/runner/work/apify-cli/apify-cli/test/commands/push.test.ts:200:19\n at file:///home/runner/work/apify-cli/apify-cli/node_modules/@vitest/runner/dist/index.js:595:20', data: undefined, _safelyParsePathFromResponse: 'Function<_safelyParsePathFromResponse>', _extractClientAndMethodFromStack: 'Function<_extractClientAndMethodFromStack>', _createApiStack: 'Function<_createApiStack>' }
test/commands/call.test.ts > apify call > without actId: src/lib/commands/run-on-cloud.ts#L76
ApifyApiError: By launching this job you will exceed the memory limit of 131072MB for all your Actor runs and builds (currently used: 131072MB, requested: 4096MB). Please consider an upgrade to a paid plan at https://console.apify.com/billing/subscription to increase your Actor memory limit. ❯ makeRequest node_modules/apify-client/src/http_client.ts:180:30 ❯ ActorClient.start node_modules/apify-client/src/resource_clients/actor.ts:106:26 ❯ runActorOrTaskOnCloud src/lib/commands/run-on-cloud.ts:76:10 ❯ ActorsCallCommand.run src/commands/actors/call.ts:133:20 ❯ ActorsCallCommand._run node_modules/@oclif/core/lib/command.js:181:22 ❯ test/commands/call.test.ts:95:3 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { clientMethod: 'ActorClient.start', statusCode: 402, attempt: 1, httpMethod: 'post', path: '/v2/acts/sXid3l2LgSEtkasb0/runs', originalStack: '\n at makeRequest (/home/runner/work/apify-cli/apify-cli/node_modules/apify-client/src/http_client.ts:180:30)\n at processTicksAndRejections (node:internal/process/task_queues:105:5)\n at ActorClient.start (/home/runner/work/apify-cli/apify-cli/node_modules/apify-client/src/resource_clients/actor.ts:106:26)\n at runActorOrTaskOnCloud (/home/runner/work/apify-cli/apify-cli/src/lib/commands/run-on-cloud.ts:76:10)\n at ActorsCallCommand.run (/home/runner/work/apify-cli/apify-cli/src/commands/actors/call.ts:133:20)\n at ActorsCallCommand._run (/home/runner/work/apify-cli/apify-cli/node_modules/@oclif/core/lib/command.js:181:22)\n at /home/runner/work/apify-cli/apify-cli/test/commands/call.test.ts:95:3\n at file:///home/runner/work/apify-cli/apify-cli/node_modules/@vitest/runner/dist/index.js:595:20', data: undefined, _safelyParsePathFromResponse: 'Function<_safelyParsePathFromResponse>', _extractClientAndMethodFromStack: 'Function<_extractClientAndMethodFromStack>', _createApiStack: 'Function<_createApiStack>' }
test/commands/call.test.ts > apify call > without actId: src/lib/commands/run-on-cloud.ts#L76
ApifyApiError: By launching this job you will exceed the memory limit of 131072MB for all your Actor runs and builds (currently used: 131072MB, requested: 4096MB). Please consider an upgrade to a paid plan at https://console.apify.com/billing/subscription to increase your Actor memory limit. ❯ makeRequest node_modules/apify-client/src/http_client.ts:180:30 ❯ ActorClient.start node_modules/apify-client/src/resource_clients/actor.ts:106:26 ❯ runActorOrTaskOnCloud src/lib/commands/run-on-cloud.ts:76:10 ❯ ActorsCallCommand.run src/commands/actors/call.ts:133:20 ❯ ActorsCallCommand._run node_modules/@oclif/core/lib/command.js:181:22 ❯ test/commands/call.test.ts:95:3 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { clientMethod: 'ActorClient.start', statusCode: 402, attempt: 1, httpMethod: 'post', path: '/v2/acts/sXid3l2LgSEtkasb0/runs', originalStack: '\n at makeRequest (/home/runner/work/apify-cli/apify-cli/node_modules/apify-client/src/http_client.ts:180:30)\n at processTicksAndRejections (node:internal/process/task_queues:105:5)\n at ActorClient.start (/home/runner/work/apify-cli/apify-cli/node_modules/apify-client/src/resource_clients/actor.ts:106:26)\n at runActorOrTaskOnCloud (/home/runner/work/apify-cli/apify-cli/src/lib/commands/run-on-cloud.ts:76:10)\n at ActorsCallCommand.run (/home/runner/work/apify-cli/apify-cli/src/commands/actors/call.ts:133:20)\n at ActorsCallCommand._run (/home/runner/work/apify-cli/apify-cli/node_modules/@oclif/core/lib/command.js:181:22)\n at /home/runner/work/apify-cli/apify-cli/test/commands/call.test.ts:95:3\n at file:///home/runner/work/apify-cli/apify-cli/node_modules/@vitest/runner/dist/index.js:595:20', data: undefined, _safelyParsePathFromResponse: 'Function<_safelyParsePathFromResponse>', _extractClientAndMethodFromStack: 'Function<_extractClientAndMethodFromStack>', _createApiStack: 'Function<_createApiStack>' }
test/commands/call.test.ts > apify call > without actId: src/lib/commands/run-on-cloud.ts#L76
ApifyApiError: By launching this job you will exceed the memory limit of 131072MB for all your Actor runs and builds (currently used: 131072MB, requested: 4096MB). Please consider an upgrade to a paid plan at https://console.apify.com/billing/subscription to increase your Actor memory limit. ❯ makeRequest node_modules/apify-client/src/http_client.ts:180:30 ❯ ActorClient.start node_modules/apify-client/src/resource_clients/actor.ts:106:26 ❯ runActorOrTaskOnCloud src/lib/commands/run-on-cloud.ts:76:10 ❯ ActorsCallCommand.run src/commands/actors/call.ts:133:20 ❯ ActorsCallCommand._run node_modules/@oclif/core/lib/command.js:181:22 ❯ test/commands/call.test.ts:95:3 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { clientMethod: 'ActorClient.start', statusCode: 402, attempt: 1, httpMethod: 'post', path: '/v2/acts/sXid3l2LgSEtkasb0/runs', originalStack: '\n at makeRequest (/home/runner/work/apify-cli/apify-cli/node_modules/apify-client/src/http_client.ts:180:30)\n at processTicksAndRejections (node:internal/process/task_queues:105:5)\n at ActorClient.start (/home/runner/work/apify-cli/apify-cli/node_modules/apify-client/src/resource_clients/actor.ts:106:26)\n at runActorOrTaskOnCloud (/home/runner/work/apify-cli/apify-cli/src/lib/commands/run-on-cloud.ts:76:10)\n at ActorsCallCommand.run (/home/runner/work/apify-cli/apify-cli/src/commands/actors/call.ts:133:20)\n at ActorsCallCommand._run (/home/runner/work/apify-cli/apify-cli/node_modules/@oclif/core/lib/command.js:181:22)\n at /home/runner/work/apify-cli/apify-cli/test/commands/call.test.ts:95:3\n at file:///home/runner/work/apify-cli/apify-cli/node_modules/@vitest/runner/dist/index.js:595:20', data: undefined, _safelyParsePathFromResponse: 'Function<_safelyParsePathFromResponse>', _extractClientAndMethodFromStack: 'Function<_extractClientAndMethodFromStack>', _createApiStack: 'Function<_createApiStack>' }
test/commands/call.test.ts > apify call > without actId: src/lib/commands/run-on-cloud.ts#L76
ApifyApiError: By launching this job you will exceed the memory limit of 131072MB for all your Actor runs and builds (currently used: 131072MB, requested: 4096MB). Please consider an upgrade to a paid plan at https://console.apify.com/billing/subscription to increase your Actor memory limit. ❯ makeRequest node_modules/apify-client/src/http_client.ts:180:30 ❯ ActorClient.start node_modules/apify-client/src/resource_clients/actor.ts:106:26 ❯ runActorOrTaskOnCloud src/lib/commands/run-on-cloud.ts:76:10 ❯ ActorsCallCommand.run src/commands/actors/call.ts:133:20 ❯ ActorsCallCommand._run node_modules/@oclif/core/lib/command.js:181:22 ❯ test/commands/call.test.ts:95:3 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { clientMethod: 'ActorClient.start', statusCode: 402, attempt: 1, httpMethod: 'post', path: '/v2/acts/sXid3l2LgSEtkasb0/runs', originalStack: '\n at makeRequest (/home/runner/work/apify-cli/apify-cli/node_modules/apify-client/src/http_client.ts:180:30)\n at processTicksAndRejections (node:internal/process/task_queues:105:5)\n at ActorClient.start (/home/runner/work/apify-cli/apify-cli/node_modules/apify-client/src/resource_clients/actor.ts:106:26)\n at runActorOrTaskOnCloud (/home/runner/work/apify-cli/apify-cli/src/lib/commands/run-on-cloud.ts:76:10)\n at ActorsCallCommand.run (/home/runner/work/apify-cli/apify-cli/src/commands/actors/call.ts:133:20)\n at ActorsCallCommand._run (/home/runner/work/apify-cli/apify-cli/node_modules/@oclif/core/lib/command.js:181:22)\n at /home/runner/work/apify-cli/apify-cli/test/commands/call.test.ts:95:3\n at file:///home/runner/work/apify-cli/apify-cli/node_modules/@vitest/runner/dist/index.js:595:20', data: undefined, _safelyParsePathFromResponse: 'Function<_safelyParsePathFromResponse>', _extractClientAndMethodFromStack: 'Function<_extractClientAndMethodFromStack>', _createApiStack: 'Function<_createApiStack>' }
test/commands/call.test.ts > apify call > should work with just the Actor name: test/commands/call.test.ts#L109
AssertionError: promise rejected "ApifyApiError: By launching this job you … { …(8) }" instead of resolving ❯ test/commands/call.test.ts:109:68 Caused by: Caused by: ApifyApiError: By launching this job you will exceed the memory limit of 131072MB for all your Actor runs and builds (currently used: 131072MB, requested: 4096MB). Please consider an upgrade to a paid plan at https://console.apify.com/billing/subscription to increase your Actor memory limit. ❯ makeRequest node_modules/apify-client/src/http_client.ts:180:30 ❯ ActorClient.start node_modules/apify-client/src/resource_clients/actor.ts:106:26 ❯ runActorOrTaskOnCloud src/lib/commands/run-on-cloud.ts:76:10 ❯ ActorsCallCommand.run src/commands/actors/call.ts:133:20 ❯ ActorsCallCommand._run node_modules/@oclif/core/lib/command.js:181:22 ❯ test/commands/call.test.ts:109:3 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { clientMethod: 'ActorClient.start', statusCode: 402, attempt: 1, httpMethod: 'post', path: '/v2/acts/sXid3l2LgSEtkasb0/runs', originalStack: '\n at makeRequest (/home/runner/work/apify-cli/apify-cli/node_modules/apify-client/src/http_client.ts:180:30)\n at processTicksAndRejections (node:internal/process/task_queues:105:5)\n at ActorClient.start (/home/runner/work/apify-cli/apify-cli/node_modules/apify-client/src/resource_clients/actor.ts:106:26)\n at runActorOrTaskOnCloud (/home/runner/work/apify-cli/apify-cli/src/lib/commands/run-on-cloud.ts:76:10)\n at ActorsCallCommand.run (/home/runner/work/apify-cli/apify-cli/src/commands/actors/call.ts:133:20)\n at ActorsCallCommand._run (/home/runner/work/apify-cli/apify-cli/node_modules/@oclif/core/lib/command.js:181:22)\n at /home/runner/work/apify-cli/apify-cli/test/commands/call.test.ts:109:3\n at file:///home/runner/work/apify-cli/apify-cli/node_modules/@vitest/runner/dist/index.js:595:20', data: undefined, _safelyParsePathFromResponse: 'Function<_safelyParsePathFromResponse>', _extractClientAndMethodFromStack: 'Function<_extractClientAndMethodFromStack>', _createApiStack: 'Function<_createApiStack>' }
test/commands/call.test.ts > apify call > should work with just the Actor name: test/commands/call.test.ts#L109
AssertionError: promise rejected "ApifyApiError: By launching this job you … { …(8) }" instead of resolving ❯ test/commands/call.test.ts:109:68 Caused by: ApifyApiError: By launching this job you will exceed the memory limit of 131072MB for all your Actor runs and builds (currently used: 131072MB, requested: 4096MB). Please consider an upgrade to a paid plan at https://console.apify.com/billing/subscription to increase your Actor memory limit. ❯ makeRequest node_modules/apify-client/src/http_client.ts:180:30 ❯ ActorClient.start node_modules/apify-client/src/resource_clients/actor.ts:106:26 ❯ runActorOrTaskOnCloud src/lib/commands/run-on-cloud.ts:76:10 ❯ ActorsCallCommand.run src/commands/actors/call.ts:133:20 ❯ ActorsCallCommand._run node_modules/@oclif/core/lib/command.js:181:22 ❯ test/commands/call.test.ts:109:3 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { clientMethod: 'ActorClient.start', statusCode: 402, attempt: 1, httpMethod: 'post', path: '/v2/acts/sXid3l2LgSEtkasb0/runs', originalStack: '\n at makeRequest (/home/runner/work/apify-cli/apify-cli/node_modules/apify-client/src/http_client.ts:180:30)\n at processTicksAndRejections (node:internal/process/task_queues:105:5)\n at ActorClient.start (/home/runner/work/apify-cli/apify-cli/node_modules/apify-client/src/resource_clients/actor.ts:106:26)\n at runActorOrTaskOnCloud (/home/runner/work/apify-cli/apify-cli/src/lib/commands/run-on-cloud.ts:76:10)\n at ActorsCallCommand.run (/home/runner/work/apify-cli/apify-cli/src/commands/actors/call.ts:133:20)\n at ActorsCallCommand._run (/home/runner/work/apify-cli/apify-cli/node_modules/@oclif/core/lib/command.js:181:22)\n at /home/runner/work/apify-cli/apify-cli/test/commands/call.test.ts:109:3\n at file:///home/runner/work/apify-cli/apify-cli/node_modules/@vitest/runner/dist/index.js:595:20', data: undefined, _safelyParsePathFromResponse: 'Function<_safelyParsePathFromResponse>', _extractClientAndMethodFromStack: 'Function<_extractClientAndMethodFromStack>', _createApiStack: 'Function<_createApiStack>' }
test/commands/call.test.ts > apify call > should work with just the Actor name: test/commands/call.test.ts#L109
AssertionError: promise rejected "ApifyApiError: By launching this job you … { …(8) }" instead of resolving ❯ test/commands/call.test.ts:109:68 Caused by: ApifyApiError: By launching this job you will exceed the memory limit of 131072MB for all your Actor runs and builds (currently used: 131072MB, requested: 4096MB). Please consider an upgrade to a paid plan at https://console.apify.com/billing/subscription to increase your Actor memory limit. ❯ makeRequest node_modules/apify-client/src/http_client.ts:180:30 ❯ ActorClient.start node_modules/apify-client/src/resource_clients/actor.ts:106:26 ❯ runActorOrTaskOnCloud src/lib/commands/run-on-cloud.ts:76:10 ❯ ActorsCallCommand.run src/commands/actors/call.ts:133:20 ❯ ActorsCallCommand._run node_modules/@oclif/core/lib/command.js:181:22 ❯ test/commands/call.test.ts:109:3 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { clientMethod: 'ActorClient.start', statusCode: 402, attempt: 1, httpMethod: 'post', path: '/v2/acts/sXid3l2LgSEtkasb0/runs', originalStack: '\n at makeRequest (/home/runner/work/apify-cli/apify-cli/node_modules/apify-client/src/http_client.ts:180:30)\n at processTicksAndRejections (node:internal/process/task_queues:105:5)\n at ActorClient.start (/home/runner/work/apify-cli/apify-cli/node_modules/apify-client/src/resource_clients/actor.ts:106:26)\n at runActorOrTaskOnCloud (/home/runner/work/apify-cli/apify-cli/src/lib/commands/run-on-cloud.ts:76:10)\n at ActorsCallCommand.run (/home/runner/work/apify-cli/apify-cli/src/commands/actors/call.ts:133:20)\n at ActorsCallCommand._run (/home/runner/work/apify-cli/apify-cli/node_modules/@oclif/core/lib/command.js:181:22)\n at /home/runner/work/apify-cli/apify-cli/test/commands/call.test.ts:109:3\n at file:///home/runner/work/apify-cli/apify-cli/node_modules/@vitest/runner/dist/index.js:595:20', data: undefined, _safelyParsePathFromResponse: 'Function<_safelyParsePathFromResponse>', _extractClientAndMethodFromStack: 'Function<_extractClientAndMethodFromStack>', _createApiStack: 'Function<_createApiStack>' }
test/commands/call.test.ts > apify call > should work with just the Actor name: test/commands/call.test.ts#L109
AssertionError: promise rejected "ApifyApiError: By launching this job you … { …(8) }" instead of resolving ❯ test/commands/call.test.ts:109:68 Caused by: ApifyApiError: By launching this job you will exceed the memory limit of 131072MB for all your Actor runs and builds (currently used: 131072MB, requested: 4096MB). Please consider an upgrade to a paid plan at https://console.apify.com/billing/subscription to increase your Actor memory limit. ❯ makeRequest node_modules/apify-client/src/http_client.ts:180:30 ❯ ActorClient.start node_modules/apify-client/src/resource_clients/actor.ts:106:26 ❯ runActorOrTaskOnCloud src/lib/commands/run-on-cloud.ts:76:10 ❯ ActorsCallCommand.run src/commands/actors/call.ts:133:20 ❯ ActorsCallCommand._run node_modules/@oclif/core/lib/command.js:181:22 ❯ test/commands/call.test.ts:109:3 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { clientMethod: 'ActorClient.start', statusCode: 402, attempt: 1, httpMethod: 'post', path: '/v2/acts/sXid3l2LgSEtkasb0/runs', originalStack: '\n at makeRequest (/home/runner/work/apify-cli/apify-cli/node_modules/apify-client/src/http_client.ts:180:30)\n at processTicksAndRejections (node:internal/process/task_queues:105:5)\n at ActorClient.start (/home/runner/work/apify-cli/apify-cli/node_modules/apify-client/src/resource_clients/actor.ts:106:26)\n at runActorOrTaskOnCloud (/home/runner/work/apify-cli/apify-cli/src/lib/commands/run-on-cloud.ts:76:10)\n at ActorsCallCommand.run (/home/runner/work/apify-cli/apify-cli/src/commands/actors/call.ts:133:20)\n at ActorsCallCommand._run (/home/runner/work/apify-cli/apify-cli/node_modules/@oclif/core/lib/command.js:181:22)\n at /home/runner/work/apify-cli/apify-cli/test/commands/call.test.ts:109:3\n at file:///home/runner/work/apify-cli/apify-cli/node_modules/@vitest/runner/dist/index.js:595:20', data: undefined, _safelyParsePathFromResponse: 'Function<_safelyParsePathFromResponse>', _extractClientAndMethodFromStack: 'Function<_extractClientAndMethodFromStack>', _createApiStack: 'Function<_createApiStack>' }
test/commands/call.test.ts > apify call > should work with just the Actor ID: test/commands/call.test.ts#L124
AssertionError: promise rejected "ApifyApiError: By launching this job you … { …(8) }" instead of resolving ❯ test/commands/call.test.ts:124:65 Caused by: Caused by: ApifyApiError: By launching this job you will exceed the memory limit of 131072MB for all your Actor runs and builds (currently used: 131072MB, requested: 4096MB). Please consider an upgrade to a paid plan at https://console.apify.com/billing/subscription to increase your Actor memory limit. ❯ makeRequest node_modules/apify-client/src/http_client.ts:180:30 ❯ ActorClient.start node_modules/apify-client/src/resource_clients/actor.ts:106:26 ❯ runActorOrTaskOnCloud src/lib/commands/run-on-cloud.ts:76:10 ❯ ActorsCallCommand.run src/commands/actors/call.ts:133:20 ❯ ActorsCallCommand._run node_modules/@oclif/core/lib/command.js:181:22 ❯ test/commands/call.test.ts:124:3 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { clientMethod: 'ActorClient.start', statusCode: 402, attempt: 1, httpMethod: 'post', path: '/v2/acts/sXid3l2LgSEtkasb0/runs', originalStack: '\n at makeRequest (/home/runner/work/apify-cli/apify-cli/node_modules/apify-client/src/http_client.ts:180:30)\n at processTicksAndRejections (node:internal/process/task_queues:105:5)\n at ActorClient.start (/home/runner/work/apify-cli/apify-cli/node_modules/apify-client/src/resource_clients/actor.ts:106:26)\n at runActorOrTaskOnCloud (/home/runner/work/apify-cli/apify-cli/src/lib/commands/run-on-cloud.ts:76:10)\n at ActorsCallCommand.run (/home/runner/work/apify-cli/apify-cli/src/commands/actors/call.ts:133:20)\n at ActorsCallCommand._run (/home/runner/work/apify-cli/apify-cli/node_modules/@oclif/core/lib/command.js:181:22)\n at /home/runner/work/apify-cli/apify-cli/test/commands/call.test.ts:124:3\n at file:///home/runner/work/apify-cli/apify-cli/node_modules/@vitest/runner/dist/index.js:595:20', data: undefined, _safelyParsePathFromResponse: 'Function<_safelyParsePathFromResponse>', _extractClientAndMethodFromStack: 'Function<_extractClientAndMethodFromStack>', _createApiStack: 'Function<_createApiStack>' }
test/commands/call.test.ts > apify call > should work with just the Actor ID: test/commands/call.test.ts#L124
AssertionError: promise rejected "ApifyApiError: By launching this job you … { …(8) }" instead of resolving ❯ test/commands/call.test.ts:124:65 Caused by: ApifyApiError: By launching this job you will exceed the memory limit of 131072MB for all your Actor runs and builds (currently used: 131072MB, requested: 4096MB). Please consider an upgrade to a paid plan at https://console.apify.com/billing/subscription to increase your Actor memory limit. ❯ makeRequest node_modules/apify-client/src/http_client.ts:180:30 ❯ ActorClient.start node_modules/apify-client/src/resource_clients/actor.ts:106:26 ❯ runActorOrTaskOnCloud src/lib/commands/run-on-cloud.ts:76:10 ❯ ActorsCallCommand.run src/commands/actors/call.ts:133:20 ❯ ActorsCallCommand._run node_modules/@oclif/core/lib/command.js:181:22 ❯ test/commands/call.test.ts:124:3 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { clientMethod: 'ActorClient.start', statusCode: 402, attempt: 1, httpMethod: 'post', path: '/v2/acts/sXid3l2LgSEtkasb0/runs', originalStack: '\n at makeRequest (/home/runner/work/apify-cli/apify-cli/node_modules/apify-client/src/http_client.ts:180:30)\n at processTicksAndRejections (node:internal/process/task_queues:105:5)\n at ActorClient.start (/home/runner/work/apify-cli/apify-cli/node_modules/apify-client/src/resource_clients/actor.ts:106:26)\n at runActorOrTaskOnCloud (/home/runner/work/apify-cli/apify-cli/src/lib/commands/run-on-cloud.ts:76:10)\n at ActorsCallCommand.run (/home/runner/work/apify-cli/apify-cli/src/commands/actors/call.ts:133:20)\n at ActorsCallCommand._run (/home/runner/work/apify-cli/apify-cli/node_modules/@oclif/core/lib/command.js:181:22)\n at /home/runner/work/apify-cli/apify-cli/test/commands/call.test.ts:124:3\n at file:///home/runner/work/apify-cli/apify-cli/node_modules/@vitest/runner/dist/index.js:595:20', data: undefined, _safelyParsePathFromResponse: 'Function<_safelyParsePathFromResponse>', _extractClientAndMethodFromStack: 'Function<_extractClientAndMethodFromStack>', _createApiStack: 'Function<_createApiStack>' }
test/commands/push.test.ts > apify push > should work with actorId: src/commands/actors/push.ts#L299
ApifyApiError: By launching this job you will exceed the memory limit of 131072MB for all your Actor runs and builds (currently used: 131072MB, requested: 4096MB). Please consider an upgrade to a paid plan at https://console.apify.com/billing/subscription to increase your Actor memory limit. ❯ makeRequest node_modules/apify-client/src/http_client.ts:180:30 ❯ ActorClient.build node_modules/apify-client/src/resource_clients/actor.ts:151:26 ❯ ActorsPushCommand.run src/commands/actors/push.ts:299:15 ❯ ActorsPushCommand._run node_modules/@oclif/core/lib/command.js:181:22 ❯ test/commands/push.test.ts:118:3 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { clientMethod: 'ActorClient.build', statusCode: 402, attempt: 1, httpMethod: 'post', path: '/v2/acts/dVdInIuxrHxghdFOl/builds', originalStack: '\n at makeRequest (D:\a\apify-cli\apify-cli\node_modules\apify-client\src\http_client.ts:180:30)\n at processTicksAndRejections (node:internal/process/task_queues:95:5)\n at ActorClient.build (D:\a\apify-cli\apify-cli\node_modules\apify-client\src\resource_clients\actor.ts:151:26)\n at ActorsPushCommand.run (D:\a\apify-cli\apify-cli\src\commands\actors\push.ts:299:15)\n at ActorsPushCommand._run (D:\a\apify-cli\apify-cli\node_modules\@oclif\core\lib\command.js:181:22)\n at D:\a\apify-cli\apify-cli\test\commands\push.test.ts:118:3\n at file:///D:/a/apify-cli/apify-cli/node_modules/@vitest/runner/dist/index.js:595:20', data: undefined, _safelyParsePathFromResponse: 'Function<_safelyParsePathFromResponse>', _extractClientAndMethodFromStack: 'Function<_extractClientAndMethodFromStack>', _createApiStack: 'Function<_createApiStack>' }
test/commands/push.test.ts > apify push > should work with actorId: test/commands/push.test.ts#L114
ApifyApiError: Some other Actor already has this name ("push-my-cli-test-twaahs-v20-win32"). ❯ makeRequest node_modules/apify-client/src/http_client.ts:180:30 ❯ ActorCollectionClient._create node_modules/apify-client/src/base/resource_collection_client.ts:25:26 ❯ test/commands/push.test.ts:114:19 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { clientMethod: 'ActorCollectionClient.create', statusCode: 409, attempt: 1, httpMethod: 'post', path: '/v2/acts', originalStack: '\n at makeRequest (D:\a\apify-cli\apify-cli\node_modules\apify-client\src\http_client.ts:180:30)\n at processTicksAndRejections (node:internal/process/task_queues:95:5)\n at ActorCollectionClient._create (D:\a\apify-cli\apify-cli\node_modules\apify-client\src\base\resource_collection_client.ts:25:26)\n at D:\a\apify-cli\apify-cli\test\commands\push.test.ts:114:19\n at file:///D:/a/apify-cli/apify-cli/node_modules/@vitest/runner/dist/index.js:595:20', data: undefined, _safelyParsePathFromResponse: 'Function<_safelyParsePathFromResponse>', _extractClientAndMethodFromStack: 'Function<_extractClientAndMethodFromStack>', _createApiStack: 'Function<_createApiStack>' }
test/commands/push.test.ts > apify push > should work with actorId: test/commands/push.test.ts#L114
ApifyApiError: Some other Actor already has this name ("push-my-cli-test-twaahs-v20-win32"). ❯ makeRequest node_modules/apify-client/src/http_client.ts:180:30 ❯ ActorCollectionClient._create node_modules/apify-client/src/base/resource_collection_client.ts:25:26 ❯ test/commands/push.test.ts:114:19 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { clientMethod: 'ActorCollectionClient.create', statusCode: 409, attempt: 1, httpMethod: 'post', path: '/v2/acts', originalStack: '\n at makeRequest (D:\a\apify-cli\apify-cli\node_modules\apify-client\src\http_client.ts:180:30)\n at processTicksAndRejections (node:internal/process/task_queues:95:5)\n at ActorCollectionClient._create (D:\a\apify-cli\apify-cli\node_modules\apify-client\src\base\resource_collection_client.ts:25:26)\n at D:\a\apify-cli\apify-cli\test\commands\push.test.ts:114:19\n at file:///D:/a/apify-cli/apify-cli/node_modules/@vitest/runner/dist/index.js:595:20', data: undefined, _safelyParsePathFromResponse: 'Function<_safelyParsePathFromResponse>', _extractClientAndMethodFromStack: 'Function<_extractClientAndMethodFromStack>', _createApiStack: 'Function<_createApiStack>' }
test/commands/push.test.ts > apify push > should work with actorId: test/commands/push.test.ts#L114
ApifyApiError: Some other Actor already has this name ("push-my-cli-test-twaahs-v20-win32"). ❯ makeRequest node_modules/apify-client/src/http_client.ts:180:30 ❯ ActorCollectionClient._create node_modules/apify-client/src/base/resource_collection_client.ts:25:26 ❯ test/commands/push.test.ts:114:19 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { clientMethod: 'ActorCollectionClient.create', statusCode: 409, attempt: 1, httpMethod: 'post', path: '/v2/acts', originalStack: '\n at makeRequest (D:\a\apify-cli\apify-cli\node_modules\apify-client\src\http_client.ts:180:30)\n at processTicksAndRejections (node:internal/process/task_queues:95:5)\n at ActorCollectionClient._create (D:\a\apify-cli\apify-cli\node_modules\apify-client\src\base\resource_collection_client.ts:25:26)\n at D:\a\apify-cli\apify-cli\test\commands\push.test.ts:114:19\n at file:///D:/a/apify-cli/apify-cli/node_modules/@vitest/runner/dist/index.js:595:20', data: undefined, _safelyParsePathFromResponse: 'Function<_safelyParsePathFromResponse>', _extractClientAndMethodFromStack: 'Function<_extractClientAndMethodFromStack>', _createApiStack: 'Function<_createApiStack>' }
test/commands/push.test.ts > apify push > should not rewrite current Actor envVars: test/commands/push.test.ts#L158
ApifyApiError: Some other Actor already has this name ("push-my-cli-test-twaahs-v20-win32"). ❯ makeRequest node_modules/apify-client/src/http_client.ts:180:30 ❯ ActorCollectionClient._create node_modules/apify-client/src/base/resource_collection_client.ts:25:26 ❯ test/commands/push.test.ts:158:19 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { clientMethod: 'ActorCollectionClient.create', statusCode: 409, attempt: 1, httpMethod: 'post', path: '/v2/acts', originalStack: '\n at makeRequest (D:\a\apify-cli\apify-cli\node_modules\apify-client\src\http_client.ts:180:30)\n at processTicksAndRejections (node:internal/process/task_queues:95:5)\n at ActorCollectionClient._create (D:\a\apify-cli\apify-cli\node_modules\apify-client\src\base\resource_collection_client.ts:25:26)\n at D:\a\apify-cli\apify-cli\test\commands\push.test.ts:158:19\n at file:///D:/a/apify-cli/apify-cli/node_modules/@vitest/runner/dist/index.js:595:20', data: undefined, _safelyParsePathFromResponse: 'Function<_safelyParsePathFromResponse>', _extractClientAndMethodFromStack: 'Function<_extractClientAndMethodFromStack>', _createApiStack: 'Function<_createApiStack>' }
test/commands/push.test.ts > apify push > should not rewrite current Actor envVars: test/commands/push.test.ts#L158
ApifyApiError: Some other Actor already has this name ("push-my-cli-test-twaahs-v20-win32"). ❯ makeRequest node_modules/apify-client/src/http_client.ts:180:30 ❯ ActorCollectionClient._create node_modules/apify-client/src/base/resource_collection_client.ts:25:26 ❯ test/commands/push.test.ts:158:19 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { clientMethod: 'ActorCollectionClient.create', statusCode: 409, attempt: 1, httpMethod: 'post', path: '/v2/acts', originalStack: '\n at makeRequest (D:\a\apify-cli\apify-cli\node_modules\apify-client\src\http_client.ts:180:30)\n at processTicksAndRejections (node:internal/process/task_queues:95:5)\n at ActorCollectionClient._create (D:\a\apify-cli\apify-cli\node_modules\apify-client\src\base\resource_collection_client.ts:25:26)\n at D:\a\apify-cli\apify-cli\test\commands\push.test.ts:158:19\n at file:///D:/a/apify-cli/apify-cli/node_modules/@vitest/runner/dist/index.js:595:20', data: undefined, _safelyParsePathFromResponse: 'Function<_safelyParsePathFromResponse>', _extractClientAndMethodFromStack: 'Function<_extractClientAndMethodFromStack>', _createApiStack: 'Function<_createApiStack>' }
test/commands/push.test.ts > apify push > should not rewrite current Actor envVars: test/commands/push.test.ts#L158
ApifyApiError: Some other Actor already has this name ("push-my-cli-test-twaahs-v20-win32"). ❯ makeRequest node_modules/apify-client/src/http_client.ts:180:30 ❯ ActorCollectionClient._create node_modules/apify-client/src/base/resource_collection_client.ts:25:26 ❯ test/commands/push.test.ts:158:19 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { clientMethod: 'ActorCollectionClient.create', statusCode: 409, attempt: 1, httpMethod: 'post', path: '/v2/acts', originalStack: '\n at makeRequest (D:\a\apify-cli\apify-cli\node_modules\apify-client\src\http_client.ts:180:30)\n at processTicksAndRejections (node:internal/process/task_queues:95:5)\n at ActorCollectionClient._create (D:\a\apify-cli\apify-cli\node_modules\apify-client\src\base\resource_collection_client.ts:25:26)\n at D:\a\apify-cli\apify-cli\test\commands\push.test.ts:158:19\n at file:///D:/a/apify-cli/apify-cli/node_modules/@vitest/runner/dist/index.js:595:20', data: undefined, _safelyParsePathFromResponse: 'Function<_safelyParsePathFromResponse>', _extractClientAndMethodFromStack: 'Function<_extractClientAndMethodFromStack>', _createApiStack: 'Function<_createApiStack>' }
test/commands/push.test.ts > apify push > should not rewrite current Actor envVars: test/commands/push.test.ts#L158
ApifyApiError: Some other Actor already has this name ("push-my-cli-test-twaahs-v20-win32"). ❯ makeRequest node_modules/apify-client/src/http_client.ts:180:30 ❯ ActorCollectionClient._create node_modules/apify-client/src/base/resource_collection_client.ts:25:26 ❯ test/commands/push.test.ts:158:19 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { clientMethod: 'ActorCollectionClient.create', statusCode: 409, attempt: 1, httpMethod: 'post', path: '/v2/acts', originalStack: '\n at makeRequest (D:\a\apify-cli\apify-cli\node_modules\apify-client\src\http_client.ts:180:30)\n at processTicksAndRejections (node:internal/process/task_queues:95:5)\n at ActorCollectionClient._create (D:\a\apify-cli\apify-cli\node_modules\apify-client\src\base\resource_collection_client.ts:25:26)\n at D:\a\apify-cli\apify-cli\test\commands\push.test.ts:158:19\n at file:///D:/a/apify-cli/apify-cli/node_modules/@vitest/runner/dist/index.js:595:20', data: undefined, _safelyParsePathFromResponse: 'Function<_safelyParsePathFromResponse>', _extractClientAndMethodFromStack: 'Function<_extractClientAndMethodFromStack>', _createApiStack: 'Function<_createApiStack>' }
test/commands/push.test.ts > apify push > should upload zip for source files larger that 3MB: test/commands/push.test.ts#L200
ApifyApiError: Some other Actor already has this name ("push-my-cli-test-twaahs-v20-win32"). ❯ makeRequest node_modules/apify-client/src/http_client.ts:180:30 ❯ ActorCollectionClient._create node_modules/apify-client/src/base/resource_collection_client.ts:25:26 ❯ test/commands/push.test.ts:200:19 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { clientMethod: 'ActorCollectionClient.create', statusCode: 409, attempt: 1, httpMethod: 'post', path: '/v2/acts', originalStack: '\n at makeRequest (D:\a\apify-cli\apify-cli\node_modules\apify-client\src\http_client.ts:180:30)\n at processTicksAndRejections (node:internal/process/task_queues:95:5)\n at ActorCollectionClient._create (D:\a\apify-cli\apify-cli\node_modules\apify-client\src\base\resource_collection_client.ts:25:26)\n at D:\a\apify-cli\apify-cli\test\commands\push.test.ts:200:19\n at file:///D:/a/apify-cli/apify-cli/node_modules/@vitest/runner/dist/index.js:595:20', data: undefined, _safelyParsePathFromResponse: 'Function<_safelyParsePathFromResponse>', _extractClientAndMethodFromStack: 'Function<_extractClientAndMethodFromStack>', _createApiStack: 'Function<_createApiStack>' }
test/commands/push.test.ts > apify push > should upload zip for source files larger that 3MB: test/commands/push.test.ts#L200
ApifyApiError: Some other Actor already has this name ("push-my-cli-test-twaahs-v20-win32"). ❯ makeRequest node_modules/apify-client/src/http_client.ts:180:30 ❯ ActorCollectionClient._create node_modules/apify-client/src/base/resource_collection_client.ts:25:26 ❯ test/commands/push.test.ts:200:19 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { clientMethod: 'ActorCollectionClient.create', statusCode: 409, attempt: 1, httpMethod: 'post', path: '/v2/acts', originalStack: '\n at makeRequest (D:\a\apify-cli\apify-cli\node_modules\apify-client\src\http_client.ts:180:30)\n at processTicksAndRejections (node:internal/process/task_queues:95:5)\n at ActorCollectionClient._create (D:\a\apify-cli\apify-cli\node_modules\apify-client\src\base\resource_collection_client.ts:25:26)\n at D:\a\apify-cli\apify-cli\test\commands\push.test.ts:200:19\n at file:///D:/a/apify-cli/apify-cli/node_modules/@vitest/runner/dist/index.js:595:20', data: undefined, _safelyParsePathFromResponse: 'Function<_safelyParsePathFromResponse>', _extractClientAndMethodFromStack: 'Function<_extractClientAndMethodFromStack>', _createApiStack: 'Function<_createApiStack>' }
test/commands/push.test.ts > apify push > should upload zip for source files larger that 3MB: src/commands/actors/push.ts#L299
ApifyApiError: By launching this job you will exceed the memory limit of 131072MB for all your Actor runs and builds (currently used: 131072MB, requested: 4096MB). Please consider an upgrade to a paid plan at https://console.apify.com/billing/subscription to increase your Actor memory limit. ❯ makeRequest node_modules/apify-client/src/http_client.ts:180:30 ❯ ActorClient.build node_modules/apify-client/src/resource_clients/actor.ts:151:26 ❯ ActorsPushCommand.run src/commands/actors/push.ts:299:15 ❯ ActorsPushCommand._run node_modules/@oclif/core/lib/command.js:181:22 ❯ test/commands/push.test.ts:213:3 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { clientMethod: 'ActorClient.build', statusCode: 402, attempt: 1, httpMethod: 'post', path: '/v2/acts/wMp4lwB8Red20gpry/builds', originalStack: '\n at makeRequest (/home/runner/work/apify-cli/apify-cli/node_modules/apify-client/src/http_client.ts:180:30)\n at processTicksAndRejections (node:internal/process/task_queues:95:5)\n at ActorClient.build (/home/runner/work/apify-cli/apify-cli/node_modules/apify-client/src/resource_clients/actor.ts:151:26)\n at ActorsPushCommand.run (/home/runner/work/apify-cli/apify-cli/src/commands/actors/push.ts:299:15)\n at ActorsPushCommand._run (/home/runner/work/apify-cli/apify-cli/node_modules/@oclif/core/lib/command.js:181:22)\n at /home/runner/work/apify-cli/apify-cli/test/commands/push.test.ts:213:3\n at file:///home/runner/work/apify-cli/apify-cli/node_modules/@vitest/runner/dist/index.js:595:20', data: undefined, _safelyParsePathFromResponse: 'Function<_safelyParsePathFromResponse>', _extractClientAndMethodFromStack: 'Function<_extractClientAndMethodFromStack>', _createApiStack: 'Function<_createApiStack>' }
test/commands/push.test.ts > apify push > should upload zip for source files larger that 3MB: test/commands/push.test.ts#L200
ApifyApiError: Some other Actor already has this name ("push-my-cli-test-kfwded-v20-linux"). ❯ makeRequest node_modules/apify-client/src/http_client.ts:180:30 ❯ ActorCollectionClient._create node_modules/apify-client/src/base/resource_collection_client.ts:25:26 ❯ test/commands/push.test.ts:200:19 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { clientMethod: 'ActorCollectionClient.create', statusCode: 409, attempt: 1, httpMethod: 'post', path: '/v2/acts', originalStack: '\n at makeRequest (/home/runner/work/apify-cli/apify-cli/node_modules/apify-client/src/http_client.ts:180:30)\n at processTicksAndRejections (node:internal/process/task_queues:95:5)\n at ActorCollectionClient._create (/home/runner/work/apify-cli/apify-cli/node_modules/apify-client/src/base/resource_collection_client.ts:25:26)\n at /home/runner/work/apify-cli/apify-cli/test/commands/push.test.ts:200:19\n at file:///home/runner/work/apify-cli/apify-cli/node_modules/@vitest/runner/dist/index.js:595:20', data: undefined, _safelyParsePathFromResponse: 'Function<_safelyParsePathFromResponse>', _extractClientAndMethodFromStack: 'Function<_extractClientAndMethodFromStack>', _createApiStack: 'Function<_createApiStack>' }
test/commands/push.test.ts > apify push > should upload zip for source files larger that 3MB: test/commands/push.test.ts#L200
ApifyApiError: Some other Actor already has this name ("push-my-cli-test-kfwded-v20-linux"). ❯ makeRequest node_modules/apify-client/src/http_client.ts:180:30 ❯ ActorCollectionClient._create node_modules/apify-client/src/base/resource_collection_client.ts:25:26 ❯ test/commands/push.test.ts:200:19 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { clientMethod: 'ActorCollectionClient.create', statusCode: 409, attempt: 1, httpMethod: 'post', path: '/v2/acts', originalStack: '\n at makeRequest (/home/runner/work/apify-cli/apify-cli/node_modules/apify-client/src/http_client.ts:180:30)\n at processTicksAndRejections (node:internal/process/task_queues:95:5)\n at ActorCollectionClient._create (/home/runner/work/apify-cli/apify-cli/node_modules/apify-client/src/base/resource_collection_client.ts:25:26)\n at /home/runner/work/apify-cli/apify-cli/test/commands/push.test.ts:200:19\n at file:///home/runner/work/apify-cli/apify-cli/node_modules/@vitest/runner/dist/index.js:595:20', data: undefined, _safelyParsePathFromResponse: 'Function<_safelyParsePathFromResponse>', _extractClientAndMethodFromStack: 'Function<_extractClientAndMethodFromStack>', _createApiStack: 'Function<_createApiStack>' }
test/commands/push.test.ts > apify push > should upload zip for source files larger that 3MB: test/commands/push.test.ts#L200
ApifyApiError: Some other Actor already has this name ("push-my-cli-test-kfwded-v20-linux"). ❯ makeRequest node_modules/apify-client/src/http_client.ts:180:30 ❯ ActorCollectionClient._create node_modules/apify-client/src/base/resource_collection_client.ts:25:26 ❯ test/commands/push.test.ts:200:19 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { clientMethod: 'ActorCollectionClient.create', statusCode: 409, attempt: 1, httpMethod: 'post', path: '/v2/acts', originalStack: '\n at makeRequest (/home/runner/work/apify-cli/apify-cli/node_modules/apify-client/src/http_client.ts:180:30)\n at processTicksAndRejections (node:internal/process/task_queues:95:5)\n at ActorCollectionClient._create (/home/runner/work/apify-cli/apify-cli/node_modules/apify-client/src/base/resource_collection_client.ts:25:26)\n at /home/runner/work/apify-cli/apify-cli/test/commands/push.test.ts:200:19\n at file:///home/runner/work/apify-cli/apify-cli/node_modules/@vitest/runner/dist/index.js:595:20', data: undefined, _safelyParsePathFromResponse: 'Function<_safelyParsePathFromResponse>', _extractClientAndMethodFromStack: 'Function<_extractClientAndMethodFromStack>', _createApiStack: 'Function<_createApiStack>' }
test/commands/push.test.ts > apify push > typescript files should be treated as text: test/commands/push.test.ts#L259
TypeError: Cannot read properties of undefined (reading 'format') ❯ test/commands/push.test.ts:259:104
test/commands/push.test.ts > apify push > typescript files should be treated as text: test/commands/push.test.ts#L259
TypeError: Cannot read properties of undefined (reading 'format') ❯ test/commands/push.test.ts:259:104
test/commands/push.test.ts > apify push > typescript files should be treated as text: test/commands/push.test.ts#L259
TypeError: Cannot read properties of undefined (reading 'format') ❯ test/commands/push.test.ts:259:104
test/commands/push.test.ts > apify push > typescript files should be treated as text: test/commands/push.test.ts#L259
TypeError: Cannot read properties of undefined (reading 'format') ❯ test/commands/push.test.ts:259:104
test/commands/push.test.ts > apify push > should not push Actor when there is newer version on platform: test/commands/push.test.ts#L265
ApifyApiError: Some other Actor already has this name ("push-my-cli-test-kfwded-v20-linux"). ❯ makeRequest node_modules/apify-client/src/http_client.ts:180:30 ❯ ActorCollectionClient._create node_modules/apify-client/src/base/resource_collection_client.ts:25:26 ❯ test/commands/push.test.ts:265:21 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { clientMethod: 'ActorCollectionClient.create', statusCode: 409, attempt: 1, httpMethod: 'post', path: '/v2/acts', originalStack: '\n at makeRequest (/home/runner/work/apify-cli/apify-cli/node_modules/apify-client/src/http_client.ts:180:30)\n at processTicksAndRejections (node:internal/process/task_queues:95:5)\n at ActorCollectionClient._create (/home/runner/work/apify-cli/apify-cli/node_modules/apify-client/src/base/resource_collection_client.ts:25:26)\n at /home/runner/work/apify-cli/apify-cli/test/commands/push.test.ts:265:21\n at file:///home/runner/work/apify-cli/apify-cli/node_modules/@vitest/runner/dist/index.js:595:20', data: undefined, _safelyParsePathFromResponse: 'Function<_safelyParsePathFromResponse>', _extractClientAndMethodFromStack: 'Function<_extractClientAndMethodFromStack>', _createApiStack: 'Function<_createApiStack>' }
test/commands/push.test.ts > apify push > should not push Actor when there is newer version on platform: test/commands/push.test.ts#L265
ApifyApiError: Some other Actor already has this name ("push-my-cli-test-kfwded-v20-linux"). ❯ makeRequest node_modules/apify-client/src/http_client.ts:180:30 ❯ ActorCollectionClient._create node_modules/apify-client/src/base/resource_collection_client.ts:25:26 ❯ test/commands/push.test.ts:265:21 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { clientMethod: 'ActorCollectionClient.create', statusCode: 409, attempt: 1, httpMethod: 'post', path: '/v2/acts', originalStack: '\n at makeRequest (/home/runner/work/apify-cli/apify-cli/node_modules/apify-client/src/http_client.ts:180:30)\n at processTicksAndRejections (node:internal/process/task_queues:95:5)\n at ActorCollectionClient._create (/home/runner/work/apify-cli/apify-cli/node_modules/apify-client/src/base/resource_collection_client.ts:25:26)\n at /home/runner/work/apify-cli/apify-cli/test/commands/push.test.ts:265:21\n at file:///home/runner/work/apify-cli/apify-cli/node_modules/@vitest/runner/dist/index.js:595:20', data: undefined, _safelyParsePathFromResponse: 'Function<_safelyParsePathFromResponse>', _extractClientAndMethodFromStack: 'Function<_extractClientAndMethodFromStack>', _createApiStack: 'Function<_createApiStack>' }
test/commands/call.test.ts > apify call: src/commands/actors/push.ts#L299
ApifyApiError: By launching this job you will exceed the memory limit of 131072MB for all your Actor runs and builds (currently used: 131072MB, requested: 4096MB). Please consider an upgrade to a paid plan at https://console.apify.com/billing/subscription to increase your Actor memory limit. ❯ makeRequest node_modules/apify-client/src/http_client.ts:180:30 ❯ ActorClient.build node_modules/apify-client/src/resource_clients/actor.ts:151:26 ❯ ActorsPushCommand.run src/commands/actors/push.ts:299:15 ❯ ActorsPushCommand._run node_modules/@oclif/core/lib/command.js:181:22 ❯ test/commands/call.test.ts:72:3 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { clientMethod: 'ActorClient.build', statusCode: 402, attempt: 1, httpMethod: 'post', path: '/v2/acts/80AHS6h4jL4GB1TjR/builds', originalStack: '\n at makeRequest (D:\a\apify-cli\apify-cli\node_modules\apify-client\src\http_client.ts:180:30)\n at processTicksAndRejections (node:internal/process/task_queues:105:5)\n at ActorClient.build (D:\a\apify-cli\apify-cli\node_modules\apify-client\src\resource_clients\actor.ts:151:26)\n at ActorsPushCommand.run (D:\a\apify-cli\apify-cli\src\commands\actors\push.ts:299:15)\n at ActorsPushCommand._run (D:\a\apify-cli\apify-cli\node_modules\@oclif\core\lib\command.js:181:22)\n at D:\a\apify-cli\apify-cli\test\commands\call.test.ts:72:3', data: undefined, _safelyParsePathFromResponse: 'Function<_safelyParsePathFromResponse>', _extractClientAndMethodFromStack: 'Function<_extractClientAndMethodFromStack>', _createApiStack: 'Function<_createApiStack>' }
test/commands/call.test.ts > apify call: test/commands/call.test.ts#L90
ArgumentError: Expected `id` to be of type `string` but received type `undefined` ❯ ow node_modules/apify-client/node_modules/ow/dist/index.js:33:28 ❯ ApifyClient.actor node_modules/apify-client/src/apify_client.ts:107:11 ❯ test/commands/call.test.ts:90:24 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { validationErrors: { constructor: 'Function<Map>', get: 'Function<get>', set: 'Function<set>', has: 'Function<has>', delete: 'Function<delete>', clear: 'Function<clear>', entries: 'Function<entries>', forEach: 'Function<forEach>', keys: 'Function<keys>', size: 1, values: 'Function<values>' } }
Build & Test (windows-latest, 22)
Process completed with exit code 1.
test/commands/call.test.ts > apify call > should work with just the Actor ID: test/commands/call.test.ts#L124
AssertionError: promise rejected "ApifyApiError: By launching this job you … { …(8) }" instead of resolving ❯ test/commands/call.test.ts:124:65 Caused by: Caused by: ApifyApiError: By launching this job you will exceed the memory limit of 131072MB for all your Actor runs and builds (currently used: 131072MB, requested: 4096MB). Please consider an upgrade to a paid plan at https://console.apify.com/billing/subscription to increase your Actor memory limit. ❯ makeRequest node_modules/apify-client/src/http_client.ts:180:30 ❯ ActorClient.start node_modules/apify-client/src/resource_clients/actor.ts:106:26 ❯ runActorOrTaskOnCloud src/lib/commands/run-on-cloud.ts:76:10 ❯ ActorsCallCommand.run src/commands/actors/call.ts:133:20 ❯ ActorsCallCommand._run node_modules/@oclif/core/lib/command.js:181:22 ❯ test/commands/call.test.ts:124:3 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { clientMethod: 'ActorClient.start', statusCode: 402, attempt: 1, httpMethod: 'post', path: '/v2/acts/NtfbbuaqgIpkFKglj/runs', originalStack: '\n at makeRequest (D:\a\apify-cli\apify-cli\node_modules\apify-client\src\http_client.ts:180:30)\n at processTicksAndRejections (node:internal/process/task_queues:95:5)\n at ActorClient.start (D:\a\apify-cli\apify-cli\node_modules\apify-client\src\resource_clients\actor.ts:106:26)\n at runActorOrTaskOnCloud (D:\a\apify-cli\apify-cli\src\lib\commands\run-on-cloud.ts:76:10)\n at ActorsCallCommand.run (D:\a\apify-cli\apify-cli\src\commands\actors\call.ts:133:20)\n at ActorsCallCommand._run (D:\a\apify-cli\apify-cli\node_modules\@oclif\core\lib\command.js:181:22)\n at D:\a\apify-cli\apify-cli\test\commands\call.test.ts:124:3\n at file:///D:/a/apify-cli/apify-cli/node_modules/@vitest/runner/dist/index.js:595:20', data: undefined, _safelyParsePathFromResponse: 'Function<_safelyParsePathFromResponse>', _extractClientAndMethodFromStack: 'Function<_extractClientAndMethodFromStack>', _createApiStack: 'Function<_createApiStack>' }
test/commands/call.test.ts > apify call > should work with just the Actor ID: test/commands/call.test.ts#L124
AssertionError: promise rejected "ApifyApiError: By launching this job you … { …(8) }" instead of resolving ❯ test/commands/call.test.ts:124:65 Caused by: ApifyApiError: By launching this job you will exceed the memory limit of 131072MB for all your Actor runs and builds (currently used: 131072MB, requested: 4096MB). Please consider an upgrade to a paid plan at https://console.apify.com/billing/subscription to increase your Actor memory limit. ❯ makeRequest node_modules/apify-client/src/http_client.ts:180:30 ❯ ActorClient.start node_modules/apify-client/src/resource_clients/actor.ts:106:26 ❯ runActorOrTaskOnCloud src/lib/commands/run-on-cloud.ts:76:10 ❯ ActorsCallCommand.run src/commands/actors/call.ts:133:20 ❯ ActorsCallCommand._run node_modules/@oclif/core/lib/command.js:181:22 ❯ test/commands/call.test.ts:124:3 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { clientMethod: 'ActorClient.start', statusCode: 402, attempt: 1, httpMethod: 'post', path: '/v2/acts/NtfbbuaqgIpkFKglj/runs', originalStack: '\n at makeRequest (D:\a\apify-cli\apify-cli\node_modules\apify-client\src\http_client.ts:180:30)\n at processTicksAndRejections (node:internal/process/task_queues:95:5)\n at ActorClient.start (D:\a\apify-cli\apify-cli\node_modules\apify-client\src\resource_clients\actor.ts:106:26)\n at runActorOrTaskOnCloud (D:\a\apify-cli\apify-cli\src\lib\commands\run-on-cloud.ts:76:10)\n at ActorsCallCommand.run (D:\a\apify-cli\apify-cli\src\commands\actors\call.ts:133:20)\n at ActorsCallCommand._run (D:\a\apify-cli\apify-cli\node_modules\@oclif\core\lib\command.js:181:22)\n at D:\a\apify-cli\apify-cli\test\commands\call.test.ts:124:3\n at file:///D:/a/apify-cli/apify-cli/node_modules/@vitest/runner/dist/index.js:595:20', data: undefined, _safelyParsePathFromResponse: 'Function<_safelyParsePathFromResponse>', _extractClientAndMethodFromStack: 'Function<_extractClientAndMethodFromStack>', _createApiStack: 'Function<_createApiStack>' }
test/commands/call.test.ts > apify call > should work with just the Actor ID: test/commands/call.test.ts#L124
AssertionError: promise rejected "ApifyApiError: By launching this job you … { …(8) }" instead of resolving ❯ test/commands/call.test.ts:124:65 Caused by: ApifyApiError: By launching this job you will exceed the memory limit of 131072MB for all your Actor runs and builds (currently used: 131072MB, requested: 4096MB). Please consider an upgrade to a paid plan at https://console.apify.com/billing/subscription to increase your Actor memory limit. ❯ makeRequest node_modules/apify-client/src/http_client.ts:180:30 ❯ ActorClient.start node_modules/apify-client/src/resource_clients/actor.ts:106:26 ❯ runActorOrTaskOnCloud src/lib/commands/run-on-cloud.ts:76:10 ❯ ActorsCallCommand.run src/commands/actors/call.ts:133:20 ❯ ActorsCallCommand._run node_modules/@oclif/core/lib/command.js:181:22 ❯ test/commands/call.test.ts:124:3 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { clientMethod: 'ActorClient.start', statusCode: 402, attempt: 1, httpMethod: 'post', path: '/v2/acts/NtfbbuaqgIpkFKglj/runs', originalStack: '\n at makeRequest (D:\a\apify-cli\apify-cli\node_modules\apify-client\src\http_client.ts:180:30)\n at processTicksAndRejections (node:internal/process/task_queues:95:5)\n at ActorClient.start (D:\a\apify-cli\apify-cli\node_modules\apify-client\src\resource_clients\actor.ts:106:26)\n at runActorOrTaskOnCloud (D:\a\apify-cli\apify-cli\src\lib\commands\run-on-cloud.ts:76:10)\n at ActorsCallCommand.run (D:\a\apify-cli\apify-cli\src\commands\actors\call.ts:133:20)\n at ActorsCallCommand._run (D:\a\apify-cli\apify-cli\node_modules\@oclif\core\lib\command.js:181:22)\n at D:\a\apify-cli\apify-cli\test\commands\call.test.ts:124:3\n at file:///D:/a/apify-cli/apify-cli/node_modules/@vitest/runner/dist/index.js:595:20', data: undefined, _safelyParsePathFromResponse: 'Function<_safelyParsePathFromResponse>', _extractClientAndMethodFromStack: 'Function<_extractClientAndMethodFromStack>', _createApiStack: 'Function<_createApiStack>' }
test/commands/call.test.ts > apify call > should work with just the Actor ID: test/commands/call.test.ts#L124
AssertionError: promise rejected "ApifyApiError: By launching this job you … { …(8) }" instead of resolving ❯ test/commands/call.test.ts:124:65 Caused by: ApifyApiError: By launching this job you will exceed the memory limit of 131072MB for all your Actor runs and builds (currently used: 131072MB, requested: 4096MB). Please consider an upgrade to a paid plan at https://console.apify.com/billing/subscription to increase your Actor memory limit. ❯ makeRequest node_modules/apify-client/src/http_client.ts:180:30 ❯ ActorClient.start node_modules/apify-client/src/resource_clients/actor.ts:106:26 ❯ runActorOrTaskOnCloud src/lib/commands/run-on-cloud.ts:76:10 ❯ ActorsCallCommand.run src/commands/actors/call.ts:133:20 ❯ ActorsCallCommand._run node_modules/@oclif/core/lib/command.js:181:22 ❯ test/commands/call.test.ts:124:3 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { clientMethod: 'ActorClient.start', statusCode: 402, attempt: 1, httpMethod: 'post', path: '/v2/acts/NtfbbuaqgIpkFKglj/runs', originalStack: '\n at makeRequest (D:\a\apify-cli\apify-cli\node_modules\apify-client\src\http_client.ts:180:30)\n at processTicksAndRejections (node:internal/process/task_queues:95:5)\n at ActorClient.start (D:\a\apify-cli\apify-cli\node_modules\apify-client\src\resource_clients\actor.ts:106:26)\n at runActorOrTaskOnCloud (D:\a\apify-cli\apify-cli\src\lib\commands\run-on-cloud.ts:76:10)\n at ActorsCallCommand.run (D:\a\apify-cli\apify-cli\src\commands\actors\call.ts:133:20)\n at ActorsCallCommand._run (D:\a\apify-cli\apify-cli\node_modules\@oclif\core\lib\command.js:181:22)\n at D:\a\apify-cli\apify-cli\test\commands\call.test.ts:124:3\n at file:///D:/a/apify-cli/apify-cli/node_modules/@vitest/runner/dist/index.js:595:20', data: undefined, _safelyParsePathFromResponse: 'Function<_safelyParsePathFromResponse>', _extractClientAndMethodFromStack: 'Function<_extractClientAndMethodFromStack>', _createApiStack: 'Function<_createApiStack>' }
test/commands/push.test.ts > apify push > should work with actorId: src/commands/actors/push.ts#L299
ApifyApiError: By launching this job you will exceed the memory limit of 131072MB for all your Actor runs and builds (currently used: 131072MB, requested: 4096MB). Please consider an upgrade to a paid plan at https://console.apify.com/billing/subscription to increase your Actor memory limit. ❯ makeRequest node_modules/apify-client/src/http_client.ts:180:30 ❯ ActorClient.build node_modules/apify-client/src/resource_clients/actor.ts:151:26 ❯ ActorsPushCommand.run src/commands/actors/push.ts:299:15 ❯ ActorsPushCommand._run node_modules/@oclif/core/lib/command.js:181:22 ❯ test/commands/push.test.ts:118:3 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { clientMethod: 'ActorClient.build', statusCode: 402, attempt: 1, httpMethod: 'post', path: '/v2/acts/zJbuUuXvDGC1vHda6/builds', originalStack: '\n at makeRequest (D:\a\apify-cli\apify-cli\node_modules\apify-client\src\http_client.ts:180:30)\n at processTicksAndRejections (node:internal/process/task_queues:95:5)\n at ActorClient.build (D:\a\apify-cli\apify-cli\node_modules\apify-client\src\resource_clients\actor.ts:151:26)\n at ActorsPushCommand.run (D:\a\apify-cli\apify-cli\src\commands\actors\push.ts:299:15)\n at ActorsPushCommand._run (D:\a\apify-cli\apify-cli\node_modules\@oclif\core\lib\command.js:181:22)\n at D:\a\apify-cli\apify-cli\test\commands\push.test.ts:118:3\n at file:///D:/a/apify-cli/apify-cli/node_modules/@vitest/runner/dist/index.js:595:20', data: undefined, _safelyParsePathFromResponse: 'Function<_safelyParsePathFromResponse>', _extractClientAndMethodFromStack: 'Function<_extractClientAndMethodFromStack>', _createApiStack: 'Function<_createApiStack>' }
test/commands/push.test.ts > apify push > should work with actorId: test/commands/push.test.ts#L114
ApifyApiError: Some other Actor already has this name ("push-my-cli-test-5lupzo-v18-win32"). ❯ makeRequest node_modules/apify-client/src/http_client.ts:180:30 ❯ ActorCollectionClient._create node_modules/apify-client/src/base/resource_collection_client.ts:25:26 ❯ test/commands/push.test.ts:114:19 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { clientMethod: 'ActorCollectionClient.create', statusCode: 409, attempt: 1, httpMethod: 'post', path: '/v2/acts', originalStack: '\n at makeRequest (D:\a\apify-cli\apify-cli\node_modules\apify-client\src\http_client.ts:180:30)\n at processTicksAndRejections (node:internal/process/task_queues:95:5)\n at ActorCollectionClient._create (D:\a\apify-cli\apify-cli\node_modules\apify-client\src\base\resource_collection_client.ts:25:26)\n at D:\a\apify-cli\apify-cli\test\commands\push.test.ts:114:19\n at file:///D:/a/apify-cli/apify-cli/node_modules/@vitest/runner/dist/index.js:595:20', data: undefined, _safelyParsePathFromResponse: 'Function<_safelyParsePathFromResponse>', _extractClientAndMethodFromStack: 'Function<_extractClientAndMethodFromStack>', _createApiStack: 'Function<_createApiStack>' }
test/commands/push.test.ts > apify push > should work with actorId: test/commands/push.test.ts#L114
ApifyApiError: Some other Actor already has this name ("push-my-cli-test-5lupzo-v18-win32"). ❯ makeRequest node_modules/apify-client/src/http_client.ts:180:30 ❯ ActorCollectionClient._create node_modules/apify-client/src/base/resource_collection_client.ts:25:26 ❯ test/commands/push.test.ts:114:19 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { clientMethod: 'ActorCollectionClient.create', statusCode: 409, attempt: 1, httpMethod: 'post', path: '/v2/acts', originalStack: '\n at makeRequest (D:\a\apify-cli\apify-cli\node_modules\apify-client\src\http_client.ts:180:30)\n at processTicksAndRejections (node:internal/process/task_queues:95:5)\n at ActorCollectionClient._create (D:\a\apify-cli\apify-cli\node_modules\apify-client\src\base\resource_collection_client.ts:25:26)\n at D:\a\apify-cli\apify-cli\test\commands\push.test.ts:114:19\n at file:///D:/a/apify-cli/apify-cli/node_modules/@vitest/runner/dist/index.js:595:20', data: undefined, _safelyParsePathFromResponse: 'Function<_safelyParsePathFromResponse>', _extractClientAndMethodFromStack: 'Function<_extractClientAndMethodFromStack>', _createApiStack: 'Function<_createApiStack>' }
test/commands/push.test.ts > apify push > should work with actorId: test/commands/push.test.ts#L114
ApifyApiError: Some other Actor already has this name ("push-my-cli-test-5lupzo-v18-win32"). ❯ makeRequest node_modules/apify-client/src/http_client.ts:180:30 ❯ ActorCollectionClient._create node_modules/apify-client/src/base/resource_collection_client.ts:25:26 ❯ test/commands/push.test.ts:114:19 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { clientMethod: 'ActorCollectionClient.create', statusCode: 409, attempt: 1, httpMethod: 'post', path: '/v2/acts', originalStack: '\n at makeRequest (D:\a\apify-cli\apify-cli\node_modules\apify-client\src\http_client.ts:180:30)\n at processTicksAndRejections (node:internal/process/task_queues:95:5)\n at ActorCollectionClient._create (D:\a\apify-cli\apify-cli\node_modules\apify-client\src\base\resource_collection_client.ts:25:26)\n at D:\a\apify-cli\apify-cli\test\commands\push.test.ts:114:19\n at file:///D:/a/apify-cli/apify-cli/node_modules/@vitest/runner/dist/index.js:595:20', data: undefined, _safelyParsePathFromResponse: 'Function<_safelyParsePathFromResponse>', _extractClientAndMethodFromStack: 'Function<_extractClientAndMethodFromStack>', _createApiStack: 'Function<_createApiStack>' }
test/commands/push.test.ts > apify push > should not rewrite current Actor envVars: test/commands/push.test.ts#L158
ApifyApiError: Some other Actor already has this name ("push-my-cli-test-5lupzo-v18-win32"). ❯ makeRequest node_modules/apify-client/src/http_client.ts:180:30 ❯ ActorCollectionClient._create node_modules/apify-client/src/base/resource_collection_client.ts:25:26 ❯ test/commands/push.test.ts:158:19 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { clientMethod: 'ActorCollectionClient.create', statusCode: 409, attempt: 1, httpMethod: 'post', path: '/v2/acts', originalStack: '\n at makeRequest (D:\a\apify-cli\apify-cli\node_modules\apify-client\src\http_client.ts:180:30)\n at processTicksAndRejections (node:internal/process/task_queues:95:5)\n at ActorCollectionClient._create (D:\a\apify-cli\apify-cli\node_modules\apify-client\src\base\resource_collection_client.ts:25:26)\n at D:\a\apify-cli\apify-cli\test\commands\push.test.ts:158:19\n at file:///D:/a/apify-cli/apify-cli/node_modules/@vitest/runner/dist/index.js:595:20', data: undefined, _safelyParsePathFromResponse: 'Function<_safelyParsePathFromResponse>', _extractClientAndMethodFromStack: 'Function<_extractClientAndMethodFromStack>', _createApiStack: 'Function<_createApiStack>' }
test/commands/push.test.ts > apify push > should not rewrite current Actor envVars: test/commands/push.test.ts#L158
ApifyApiError: Some other Actor already has this name ("push-my-cli-test-5lupzo-v18-win32"). ❯ makeRequest node_modules/apify-client/src/http_client.ts:180:30 ❯ ActorCollectionClient._create node_modules/apify-client/src/base/resource_collection_client.ts:25:26 ❯ test/commands/push.test.ts:158:19 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { clientMethod: 'ActorCollectionClient.create', statusCode: 409, attempt: 1, httpMethod: 'post', path: '/v2/acts', originalStack: '\n at makeRequest (D:\a\apify-cli\apify-cli\node_modules\apify-client\src\http_client.ts:180:30)\n at processTicksAndRejections (node:internal/process/task_queues:95:5)\n at ActorCollectionClient._create (D:\a\apify-cli\apify-cli\node_modules\apify-client\src\base\resource_collection_client.ts:25:26)\n at D:\a\apify-cli\apify-cli\test\commands\push.test.ts:158:19\n at file:///D:/a/apify-cli/apify-cli/node_modules/@vitest/runner/dist/index.js:595:20', data: undefined, _safelyParsePathFromResponse: 'Function<_safelyParsePathFromResponse>', _extractClientAndMethodFromStack: 'Function<_extractClientAndMethodFromStack>', _createApiStack: 'Function<_createApiStack>' }
Lint: test/__setup__/build-utils.ts#L8
Unexpected constant condition