Skip to content

refactor: strategies #561

refactor: strategies

refactor: strategies #561

Triggered via pull request August 30, 2024 13:15
Status Failure
Total duration 36s
Artifacts

test.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

2 errors
test/utxo.test.ts > UTXO Tests > should spend from address to create a transaction with an OP return output: sdk/src/esplora.ts#L390
TypeError: fetch failed ❯ EsploraClient.getText src/esplora.ts:390:26 ❯ src/wallet/utxo.ts:83:19 ❯ Module.createBitcoinPsbt src/wallet/utxo.ts:81:3 ❯ test/utxo.test.ts:52:32 ❯ test/utxo.test.ts:42:9 { stack: 'AggregateError: \n' + ' at internalConnectMultiple (node:net:1118:18)\n' + ' at internalConnectMultiple (node:net:1186:5)\n' + ' at internalConnectMultiple (node:net:1186:5)\n' + ' at Timeout.internalConnectMultipleTimeout (node:net:1712:5)\n' + ' at listOnTimeout (node:internal/timers:583:11)\n' + ' at processTimers (node:internal/timers:519:7)', errors: [ { stack: 'Error: connect ETIMEDOUT 172.64.80.1:443\n' + ' at createConnectionError (node:net:1648:14)\n' + ' at Timeout.internalConnectMultipleTimeout (node:net:1707:38)\n' + ' at listOnTimeout (node:internal/timers:583:11)\n' + ' at processTimers (node:internal/timers:519:7)', message: 'connect ETIMEDOUT 172.64.80.1:443', errno: -110, code: 'ETIMEDOUT', syscall: 'connect', address: '172.64.80.1', port: 443, constructor: 'Function<Error>', name: 'Error', toString: 'Function<toString>' }, { stack: 'Error: connect ENETUNREACH 2606:4700:3035::6815:5f90:443 - Local (:::0)\n' + ' at internalConnectMultiple (node:net:1182:16)\n' + ' at Timeout.internalConnectMultipleTimeout (node:net:1712:5)\n' + ' at listOnTimeout (node:internal/timers:583:11)\n' + ' at processTimers (node:internal/timers:519:7)', message: 'connect ENETUNREACH 2606:4700:3035::6815:5f90:443 - Local (:::0)', errno: -101, code: 'ENETUNREACH', syscall: 'connect', address: '2606:4700:3035::6815:5f90', port: 443, constructor: 'Function<Error>', name: 'Error', toString: 'Function<toString>' }, { stack: 'Error: connect ENETUNREACH 2606:4700:3037::ac43:aa77:443 - Local (:::0)\n' + ' at internalConnectMultiple (node:net:1182:16)\n' + ' at internalConnectMultiple (node:net:1186:5)\n' + ' at Timeout.internalConnectMultipleTimeout (node:net:1712:5)\n' + ' at listOnTimeout (node:internal/timers:583:11)\n' + ' at processTimers (node:internal/timers:519:7)', message: 'connect ENETUNREACH 2606:4700:3037::ac43:aa77:443 - Local (:::0)', errno: -101, code: 'ENETUNREACH', syscall: 'connect', address: '2606:4700:3037::ac43:aa77', port: 443, constructor: 'Function<Error>', name: 'Error', toString: 'Function<toString>' } ], code: 'ETIMEDOUT', stackStr: 'AggregateError: \n' + ' at internalConnectMultiple (node:net:1118:18)\n' + ' at internalConnectMultiple (node:net:1186:5)\n' + ' at internalConnectMultiple (node:net:1186:5)\n' + ' at Timeout.internalConnectMultipleTimeout (node:net:1712:5)\n' + ' at listOnTimeout (node:internal/timers:583:11)\n' + ' at processTimers (node:internal/timers:519:7)', nameStr: 'AggregateError', expected: 'undefined', actual: 'undefined', message: '', constructor: 'Function<AggregateError>', name: 'Caused by: Caused by: AggregateError', toString: 'Function<toString>', stacks: [] } ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { errors: [ { stack: 'Error: connect ETIMEDOUT 172.64.80.1:443\n at createConnectionError (node:net:1648:14)\n at Timeout.internalConnectMultipleTimeout (node:net:1707:38)\n at listOnTimeout (node:internal/timers:583:11)\n at processTimers (node:internal/timers:519:7)', message: 'connect ETIMEDOUT 172.64.80.1:443', errno: -110, code: 'ETIMEDOUT', syscall: 'connect', address: '172.64.80.1', port: 443, constructor: 'Function<Error>', name: 'Error', toString: 'Function<toString>' }, { stack: 'Error: connect ENETUNREACH 2606:4700:3035::6815:5f90:443 - Local (:::0)\n at internalConnectMultiple (node:net:1182:16)\n at Timeout.internalConnectMultipleTimeout (node:net:1712:5)\n at listOnTimeout (node:inter
SDK
Process completed with exit code 1.