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
=== RUN TestLayeredGet
Failed to listen on: &{������} [listen tcp 127.0.0.1:5000: bind: address already in use]--- FAIL: TestLayeredGet (0.25 seconds)
dht_test.go:51: 0: listen tcp 127.0.0.1:5000: bind: address already in use
=== RUN TestFindPeer
Failed to listen on: &{������} [listen tcp 127.0.0.1:5000: bind: address already in use]--- FAIL: TestFindPeer (0.10 seconds)
dht_test.go:51: 0: listen tcp 127.0.0.1:5000: bind: address already in use
Yeap, this happens when something else causes an earlier test fails, causing cleanup to be skipped. I should probably move the cleanup calls to a defer. Might prevent this from happening.
commit: f03afaf
test log: https://s3.amazonaws.com/archive.travis-ci.org/jobs/35251330/log.txt
ci: https://travis-ci.org/jbenet/go-ipfs/jobs/35251330#L208
The text was updated successfully, but these errors were encountered: