EVM/VM: Bugfix Release on maintenance-v8 (Transient Storage Tx Clearing Bug) #12569
Annotations
2 errors
Unhandled error:
packages/devp2p/src/rlpx/rlpx.ts#L131
Error: listen EADDRINUSE: address already in use :::50902
❯ Server.setupListenHandle [as _listen2] node:net:1817:16
❯ listenInCluster node:net:1865:12
❯ Server.listen node:net:1953:7
❯ RLPx.listen src/rlpx/rlpx.ts:131:36
❯ getTestRLPXs test/integration/util.ts:94:10
❯ initTwoPeerRLPXSetup test/integration/util.ts:106:17
❯ Module.twoPeerMsgExchange3 test/integration/util.ts:250:17
❯ test/integration/snap-simulator.spec.ts:26:10
❯ ../../node_modules/@vitest/runner/dist/index.js:147:14
❯ ../../node_modules/@vitest/runner/dist/index.js:62:7
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
Serialized Error: { code: 'EADDRINUSE', errno: -98, syscall: 'listen', address: '::', port: 50902 }
This error originated in "test/integration/snap-simulator.spec.ts" test file. It doesn't mean the error was thrown inside the file itself, but while it was running.
The latest test that might've caused the error is "test/integration/snap-simulator.spec.ts". It might mean one of the following:
- The error was thrown, while Vitest was running this test.
- If the error occurred after the test had been completed, this was the last documented test before it was thrown.
|
test-devp2p (18)
Process completed with exit code 1.
|