You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 12, 2024. It is now read-only.
running any of the tests from https://github.com/ipfs/benchmarks results in the error below, whereas earlier this week the tests ran without this error.
Dec 07 20:13:05 ip-172-31-44-15 node[6955]: AssertionError [ERR_ASSERTION]: The libp2p node is not started yet
Dec 07 20:13:05 ip-172-31-44-15 node[6955]: at Node.dialProtocol (/home/ubuntu/ipfs/tests/node_modules/libp2p/src/index.js:303:5)
Dec 07 20:13:05 ip-172-31-44-15 node[6955]: at libp2p.dialProtocol (/home/ubuntu/ipfs/tests/node_modules/ipfs-bitswap/src/network.js:169:21)
Dec 07 20:13:05 ip-172-31-44-15 node[6955]: at Dialer._switch.dial [as callback] (/home/ubuntu/ipfs/tests/node_modules/libp2p/src/index.js:314:27)
Dec 07 20:13:05 ip-172-31-44-15 node[6955]: at waterfall (/home/ubuntu/ipfs/tests/node_modules/libp2p-switch/src/dial.js:110:12)
Dec 07 20:13:05 ip-172-31-44-15 node[6955]: at /home/ubuntu/ipfs/tests/node_modules/async/internal/once.js:12:16
Dec 07 20:13:05 ip-172-31-44-15 node[6955]: at next (/home/ubuntu/ipfs/tests/node_modules/async/waterfall.js:21:29)
Dec 07 20:13:05 ip-172-31-44-15 node[6955]: at /home/ubuntu/ipfs/tests/node_modules/async/internal/onlyOnce.js:12:16
Dec 07 20:13:05 ip-172-31-44-15 node[6955]: at waterfall (/home/ubuntu/ipfs/tests/node_modules/libp2p-switch/src/dial.js:160:7)
Dec 07 20:13:05 ip-172-31-44-15 node[6955]: at /home/ubuntu/ipfs/tests/node_modules/async/internal/once.js:12:16
Dec 07 20:13:05 ip-172-31-44-15 node[6955]: at next (/home/ubuntu/ipfs/tests/node_modules/async/waterfall.js:21:29)
Version: commit 593334b
Platform: Linux js-ipfs-benchmarking 4.15.0-20-generic #21-Ubuntu SMP Tue Apr 24 06:16:15 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux
Subsystem: ibp2p
running any of the tests from https://github.com/ipfs/benchmarks results in the error below, whereas earlier this week the tests ran without this error.
Type: bug
Critical - System crash, application panic.