Error thrown once:
FileNotFoundError: [Errno 2] No such file or directory: '/tmp/test_runner_\u20bf_🏃_20190403_152618/wallet_multiwallet_75/node0/regtest/.cookie'
In https://travis-ci.org/bitcoin/bitcoin/jobs/515252355#L4924
Error thrown once:
FileNotFoundError: [Errno 2] No such file or directory: '/tmp/test_runner_\u20bf_🏃_20190403_152618/wallet_multiwallet_75/node0/regtest/.cookie'
In https://travis-ci.org/bitcoin/bitcoin/jobs/515252355#L4924
@promag yes, seems so. This reminds me of the appveyor tests that fail when the .cookie does not have read permissions (yet?)
Cookie file is created with a temporary name and then renamed to the final name (see GenerateAuthCookie().
L327 fails but given the previous condition the file exists so I'd say we have to retry - maybe rename at some point prevents other processes to open.