Consensys / quorum-tools

Tools for running Quorum clusters and integration tests
Other
51 stars 33 forks source link

Resource Vanashed #16

Closed rickw closed 6 years ago

rickw commented 6 years ago
ubuntu@ubuntu-xenial:~$ local-new
local-new: fd:14: hClose: resource vanished (Broken pipe)

vagrant box with manually installed dependencies (like libsodium etc.)

rickw commented 6 years ago

I also get this on stack test:

quorum-tools-0.0.1: test (suite: raft)

Progress: 1/2
cycle test
raft: fd:17: hClose: resource vanished (Broken pipe)

quorum-tools-0.0.1: Test suite raft failed
Completed 2 action(s).
Test suite failure for package quorum-tools-0.0.1
    raft:  exited with: ExitFailure 1
Logs printed to console
rickw commented 6 years ago

It seems Constellation was not installed properly. Will re-open if correcting this doesn't work.

rickw commented 6 years ago

correctly installing Quorum and Constellation does not solve this problem. Though I had to install a newer version of libsodium than the version used for Constellation if that helps.

rickw commented 6 years ago

Update: building in an LXD vm on 17.10 I get to this point in the tests:

test #0
raft: unable to extract enode ID (requestEnodeId)
CallStack (from HasCallStack):
  error, called at src/QuorumTools/Cluster.hs:314:31 in quorum-tools-0.0.1-8jjPFVKpVeU54kdEvI24Mb:QuorumTools.Cluster

quorum-tools-0.0.1: Test suite raft failed
Completed 4 action(s).
Test suite failure for package quorum-tools-0.0.1
    raft:  exited with: ExitFailure 1
Logs printed to console
rickw commented 6 years ago

And, local-new works now. local-start seems to work as well.