fix: v1.0 fixes #58
Open
fix: v1.0 fixes #58
Annotations
3 errors and 1 warning
|
Run npm run test
Process completed with exit code 1.
|
|
Run npm run test:
src/plugins/resolver.ts#L73
Error: Plugin default not found and not able to download from registry. Please try again at a later time
❯ Function.resolvePluginNetwork src/plugins/resolver.ts:73:13
❯ Function.resolveAll src/plugins/resolver.ts:40:28
❯ PluginManager.initialize src/plugins/plugin-manager.ts:38:21
❯ Function.run src/common/initialize-plugins.ts:44:33
❯ Function.run src/orchestrators/refresh.ts:24:34
❯ test/orchestrator/refresh/refresh.test.ts:202:5
|
|
Run npm run test:
src/api/backend/index.ts#L29
TypeError: fetch failed
❯ Object.downloadPlugin src/api/backend/index.ts:29:22
❯ downloadFreshPlugin src/plugins/resolver.ts:98:7
❯ Function.resolveAll src/plugins/resolver.ts:40:28
❯ PluginManager.initialize src/plugins/plugin-manager.ts:38:21
❯ Function.run src/common/initialize-plugins.ts:44:33
❯ test/orchestrator/initialize/initialize.test.ts:67:61
{
stack: 'AggregateError: \n' +
' at internalConnectMultiple (node:net:1134:18)\n' +
' at internalConnectMultiple (node:net:1210:5)\n' +
' at Timeout.internalConnectMultipleTimeout (node:net:1742:5)\n' +
' at listOnTimeout (node:internal/timers:590:11)\n' +
' at processTimers (node:internal/timers:523:7)',
errors: [
{
stack: 'Error: connect ETIMEDOUT 104.21.67.155:443\n' +
' at createConnectionError (node:net:1678:14)\n' +
' at Timeout.internalConnectMultipleTimeout (node:net:1737:38)\n' +
' at listOnTimeout (node:internal/timers:590:11)\n' +
' at processTimers (node:internal/timers:523:7)',
message: 'connect ETIMEDOUT 104.21.67.155:443',
errno: -110,
code: 'ETIMEDOUT',
syscall: 'connect',
address: '104.21.67.155',
port: 443,
constructor: 'Function<Error>',
name: 'Error',
toString: 'Function<toString>'
},
{
stack: 'Error: connect ENETUNREACH 2606:4700:3037::6815:439b:443 - Local (:::0)\n' +
' at internalConnectMultiple (node:net:1206:16)\n' +
' at Timeout.internalConnectMultipleTimeout (node:net:1742:5)\n' +
' at listOnTimeout (node:internal/timers:590:11)\n' +
' at processTimers (node:internal/timers:523:7)',
message: 'connect ENETUNREACH 2606:4700:3037::6815:439b:443 - Local (:::0)',
errno: -101,
code: 'ENETUNREACH',
syscall: 'connect',
address: '2606:4700:3037::6815:439b',
port: 443,
constructor: 'Function<Error>',
name: 'Error',
toString: 'Function<toString>'
},
{
stack: 'Error: connect ETIMEDOUT 172.67.177.240:443\n' +
' at createConnectionError (node:net:1678:14)\n' +
' at Timeout.internalConnectMultipleTimeout (node:net:1737:38)\n' +
' at listOnTimeout (node:internal/timers:590:11)\n' +
' at processTimers (node:internal/timers:523:7)',
message: 'connect ETIMEDOUT 172.67.177.240:443',
errno: -110,
code: 'ETIMEDOUT',
syscall: 'connect',
address: '172.67.177.240',
port: 443,
constructor: 'Function<Error>',
name: 'Error',
toString: 'Function<toString>'
},
{
stack: 'Error: connect ENETUNREACH 2606:4700:3031::ac43:b1f0:443 - Local (:::0)\n' +
' at internalConnectMultiple (node:net:1206:16)\n' +
' at Timeout.internalConnectMultipleTimeout (node:net:1742:5)\n' +
' at listOnTimeout (node:internal/timers:590:11)\n' +
' at processTimers (node:internal/timers:523:7)',
message: 'connect ENETUNREACH 2606:4700:3031::ac43:b1f0:443 - Local (:::0)',
errno: -101,
code: 'ENETUNREACH',
syscall: 'connect',
address: '2606:4700:3031::ac43:b1f0',
port: 443,
constructor: 'Function<Error>',
name: 'Error',
toString: 'Function<toString>'
}
],
code: 'ETIMEDOUT',
constructor: 'Function<AggregateError>',
name: 'Caused by: Caused by: AggregateError',
message: '',
toString: 'Function<toString>',
stacks: []
}
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
Serialized Error: { errors: [ { stack: 'Error: connect ETIMEDOUT 104.21.67.155:443\n at createConnectionError (node:net:1678:14)\n at Timeout.internalConnectMultipleTimeout (node:net:1737:38)\n at listOnTimeout (node:internal/timers:590:11)\n at processTimers (node:internal/timers:523:7)', message: 'connect ETIMEDOUT 104.21.67.155:443', errno: -110, code: 'ETIMEDOUT', syscall: 'connect', address: '104.21.67.155', port: 443, constructor: 'Function<Error>', name: 'Error', toString: 'Fun
|
|
Complete job
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-node@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 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/
|
Loading