forest icon indicating copy to clipboard operation
forest copied to clipboard

Transient failures during CI jobs

Open elmattic opened this issue 2 years ago • 0 comments

Issue summary

I have encountered two transient failures when running the CI:

  • In the test-release job:
TERMINATING [> 30.000s] forest-filecoin beacon::tests::drand::ask_and_verify_beacon_entry_fail
TIMEOUT [ 30.005s] forest-filecoin beacon::tests::drand::ask_and_verify_beacon_entry_fail
--- STDOUT: forest-filecoin beacon::tests::drand::ask_and_verify_beacon_entry_fail ---
running 1 test
Canceling due to test failure
------------
Summary [ 30.006s] 304 tests run: 303 passed (1 slow, 1 leaky), 1 timed out, 4 skipped
TIMEOUT [ 30.005s] forest-filecoin beacon::tests::drand::ask_and_verify_beacon_entry_fail
error: test run failed
make: *** [Makefile:104: test-release] Error 100
  • In the db-migration-checks job:
+ echo 'Waiting for sync'
+ timeout 30m forest-cli sync wait
Worker: 0; Base: 0; Target: 0; (diff: 0)
State: header sync; Current Epoch: 0; Todo: 0


Worker: 0; Base: 0; Target: 0; (diff: 0)
State: header sync; Current Epoch: 0; Todo: 0


Worker: 0; Base: 0; Target: 0; (diff: 0)
State: header sync; Current Epoch: 0; Todo: 0


Worker: 0; Base: 0; Target: 0; (diff: 0)
State: header sync; Current Epoch: 0; Todo: 0
Error: {"code":0,"message":"error sending request for url (http://127.0.0.1:2345/rpc/v0): error trying to connect: tcp connect error: Connection refused (os error 111)"}

Other information and links

https://github.com/ChainSafe/forest/actions/runs/6428407534/job/17455541301?pr=3548 https://github.com/ChainSafe/forest/actions/runs/6428407560/job/17455817678?pr=3548

elmattic avatar Oct 06 '23 14:10 elmattic