-
-
Notifications
You must be signed in to change notification settings - Fork 18.5k
ipfs tests are broken #74000
Copy link
Copy link
Closed
Labels
0.kind: bugSomething is brokenSomething is broken6.topic: testingTooling for automated testing of packages and modulesTooling for automated testing of packages and modules
Description
Currently, the ipfs tests don't pass:
getter: running command: ipfs --api /ip4/127.0.0.1/tcp/5001 id
getter# Error: cannot connect to the api. Is the deamon running? To run as a standalone CLI command remove the api file in `$IPFS_PATH/api`
getter: exit status 1
(0.05 seconds)
getter: running command: ipfs --api /ip4/127.0.0.1/tcp/5001 id
getter# Error: cannot connect to the api. Is the deamon running? To run as a standalone CLI command remove the api file in `$IPFS_PATH/api`
getter: exit status 1
(0.04 seconds)
getter# [ 164.578906] ipfs[2307]: Swarm listening on /ip4/10.0.2.15/tcp/4001
getter# [ 164.582481] ipfs[2307]: Swarm listening on /ip4/127.0.0.1/tcp/4001
getter# [ 164.586616] ipfs[2307]: Swarm listening on /ip4/192.168.1.2/tcp/4001
getter# [ 164.590553] ipfs[2307]: Swarm listening on /ip6/::1/tcp/4001
getter# [ 164.593915] ipfs[2307]: Swarm listening on /ip6/fec0::5054:ff:fe12:3456/tcp/4001
getter# [ 164.597171] ipfs[2307]: Swarm listening on /ip6/fec0::9935:124d:d4f8:92e6/tcp/4001
getter# [ 164.599888] ipfs[2307]: Swarm listening on /p2p-circuit
getter# [ 164.612342] ipfs[2307]: Swarm announcing /ip4/10.0.2.15/tcp/4001
getter# [ 164.617381] ipfs[2307]: Swarm announcing /ip4/127.0.0.1/tcp/4001
getter# [ 164.621227] ipfs[2307]: Swarm announcing /ip4/192.168.1.2/tcp/4001
getter# [ 164.624117] ipfs[2307]: Swarm announcing /ip6/::1/tcp/4001
getter# [ 164.633730] ipfs[2307]: Swarm announcing /ip6/fec0::5054:ff:fe12:3456/tcp/4001
getter# [ 164.638885] ipfs[2307]: Swarm announcing /ip6/fec0::9935:124d:d4f8:92e6/tcp/4001
getter# [ 164.644472] ipfs[2307]: API server listening on /ip4/127.0.0.1/tcp/5001
getter# [ 164.646929] ipfs[2307]: WebUI: http://127.0.0.1:5001/webui
getter# [ 164.648814] ipfs[2307]: 23:45:55.344 ERROR fuse/ipns: looking up /ipns/QmVS8VuFSicadbGat8n9R34r9KPnNwUhY4fEkTjHRzuv9R: tried GetValue from nil routing ipns_unix.go:107
getter# [ 164.652362] ipfs[2307]: 23:45:55.365 ERROR node: error mounting: tried GetValue from nil routing mount_unix.go:95
getter# [ 164.655664] ipfs[2307]: 23:45:55.389 ERROR swarm2: swarm listener accept error: accept tcp6 [::]:4001: use of closed network connection swarm_listen.go:78
getter# [ 164.659235] ipfs[2307]: Error: tried GetValue from nil routing
getter# [ 164.661445] systemd[1]: ipfs.mount: Succeeded.
getter# [ 164.663532] systemd[1]: ipfs-norouting.service: Main process exited, code=exited, status=1/FAILURE
getter# [ 164.665958] systemd[1]: ipfs-norouting.service: Failed with result 'exit-code'.
getter# [ 164.667897] systemd[1]: ipfs-norouting.service: Consumed 297ms CPU time, received 0B IP traffic, sent 2.5K IP traffic.
Reactions are currently unavailable
Metadata
Metadata
Labels
0.kind: bugSomething is brokenSomething is broken6.topic: testingTooling for automated testing of packages and modulesTooling for automated testing of packages and modules