This repository was archived by the owner on Feb 12, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
This repository was archived by the owner on Feb 12, 2024. It is now read-only.
The libp2p node is not started yet #1761
Copy link
Copy link
Closed
Labels
kind/bugA bug in existing code (including security flaws)A bug in existing code (including security flaws)
Description
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.
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)
Type: bug
Critical - System crash, application panic.
Metadata
Metadata
Assignees
Labels
kind/bugA bug in existing code (including security flaws)A bug in existing code (including security flaws)