Simplify building binaries #1486
Annotations
4 errors
src/world/fsworld.test.ts > FSWorld.getAccountBalance on empty bech address:
xsuite/src/proxy/proxy.ts#L98
TypeError: fetch failed
❯ FSProxy.fetch src/proxy/proxy.ts:98:5
❯ FSProxy.getAccountBalance src/proxy/proxy.ts:433:9
❯ src/world/fsworld.test.ts:93:10
{
stack: 'AggregateError: \n' +
' at internalConnectMultiple (node:net:1122:18)\n' +
' at afterConnectMultiple (node:net:1689:7)',
errors: [
{
stack: 'Error: connect ECONNREFUSED ::1:35715\n' +
' at createConnectionError (node:net:1652:14)\n' +
' at afterConnectMultiple (node:net:1682:16)',
message: 'connect ECONNREFUSED ::1:35715',
errno: -111,
code: 'ECONNREFUSED',
syscall: 'connect',
address: '::1',
port: 35715,
constructor: 'Function<Error>',
name: 'Error',
toString: 'Function<toString>'
},
{
stack: 'Error: connect ECONNREFUSED 127.0.0.1:35715\n' +
' at createConnectionError (node:net:1652:14)\n' +
' at afterConnectMultiple (node:net:1682:16)',
message: 'connect ECONNREFUSED 127.0.0.1:35715',
errno: -111,
code: 'ECONNREFUSED',
syscall: 'connect',
address: '127.0.0.1',
port: 35715,
constructor: 'Function<Error>',
name: 'Error',
toString: 'Function<toString>'
}
],
code: 'ECONNREFUSED',
stackStr: 'AggregateError: \n' +
' at internalConnectMultiple (node:net:1122:18)\n' +
' at afterConnectMultiple (node:net:1689: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 ECONNREFUSED ::1:35715\n at createConnectionError (node:net:1652:14)\n at afterConnectMultiple (node:net:1682:16)', message: 'connect ECONNREFUSED ::1:35715', errno: -111, code: 'ECONNREFUSED', syscall: 'connect', address: '::1', port: 35715, constructor: 'Function<Error>', name: 'Error', toString: 'Function<toString>' }, { stack: 'Error: connect ECONNREFUSED 127.0.0.1:35715\n at createConnectionError (node:net:1652:14)\n at afterConnectMultiple (node:net:1682:16)', message: 'connect ECONNREFUSED 127.0.0.1:35715', errno: -111, code: 'ECONNREFUSED', syscall: 'connect', address: '127.0.0.1', port: 35715, constructor: 'Function<Error>', name: 'Error', toString: 'Function<toString>' } ], code: 'ECONNREFUSED' }
|
build-and-test (ubuntu-22.04)
Process completed with exit code 1.
|
build-and-test (macos-12)
The job was canceled because "ubuntu-22_04" failed.
|
build-and-test (macos-12)
The operation was canceled.
|