chore(deps): lock file maintenance #2799
Annotations
1 error and 7 warnings
e2e/federation-batching-plan/federation-batching-plan.e2e.ts > should consistently explain the query plan:
internal/proc/src/index.ts#L148
Error: Exit code 1 from node --import tsx /home/runner/work/gateway/gateway/internal/e2e/src/services/reviews --reviews_port=46683
Enabling inline tracing for this subgraph. To disable, use ApolloServerPluginInlineTraceDisabled.
node:events:496
throw er; // Unhandled 'error' event
^
Error: listen EADDRINUSE: address already in use :::46683
at Server.setupListenHandle [as _listen2] (node:net:1908:16)
at listenInCluster (node:net:1965:12)
at Server.listen (node:net:2067:7)
at <anonymous> (node_modules/@apollo/server/src/standalone/index.ts:67:16)
at new Promise (<anonymous>)
at startStandaloneServer (node_modules/@apollo/server/src/standalone/index.ts:66:9)
Emitted 'error' event on Server instance at:
at emitErrorNT (node:net:1944:8)
at process.processTicksAndRejections (node:internal/process/task_queues:82:21) {
code: 'EADDRINUSE',
errno: -98,
syscall: 'listen',
address: '::',
port: 46683
}
Node.js v20.18.2
❯ <anonymous> node_modules/@apollo/server/src/standalone/index.ts:67:16
❯ startStandaloneServer node_modules/@apollo/server/src/standalone/index.ts:66:9
❯ ChildProcess.<anonymous> internal/proc/src/index.ts:148:9
|
E2E / Node 18 on Ubuntu
Both node-version and node-version-file inputs are specified, only node-version will be used
|
E2E / Node 22 on Ubuntu
Both node-version and node-version-file inputs are specified, only node-version will be used
|
E2E / Node Binary on Windows
Cache not found for keys: node-cache-Windows-x64-yarn-8c1b1e8dfcc9e1619c25996aac47e16ef2ee5d2be950dc18626292bbd8ecf173
|
E2E / Node Binary on Windows
Failed to save: Failed to CreateCacheEntry: Received non-retryable error: Failed request: (409) Conflict: cache entry with the same key, version, and scope already exists
|
E2E / Node 23 on Ubuntu
Both node-version and node-version-file inputs are specified, only node-version will be used
|
E2E / Node 20 on Ubuntu
Both node-version and node-version-file inputs are specified, only node-version will be used
|
E2E / Node 20 on Ubuntu
Attempt 1 failed. Reason: Child_process exited with error code 1
|