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
I've been using 2.3.2 locally for a while, but my Travis-CI script was simply cloning this repo's master branch so always getting the latest code. Today, all of my builds started failing with errors such as:
/home/travis/.local/lib/python2.7/site-packages/ccm-2.4.4-py2.7.egg/ccmlib/node.py:509: UserWarning: Binary interface 127.0.0.1:9042 is not listening after 10 seconds, node may have failed to start.
It would appear that in the last 3 days, something got broken? The only commit I see in this lapse of time is 833f789, which, although I did not investigate the issue, appears like a good candidate.
The text was updated successfully, but these errors were encountered:
That commit was merged today. I don't think anything was merged ~three days ago. Can you see if that node actually failed to start, or if the warning is being incorrectly triggered?
Indeed, nothing for 3 days (but also, no builds on my side), and 3 days ago, the last build worked fine. But as of today (which includes this new commit), the builds stopped working with this error all over the place.
I've been using
2.3.2
locally for a while, but my Travis-CI script was simply cloning this repo'smaster
branch so always getting the latest code. Today, all of my builds started failing with errors such as:This is my last successful build 3 days ago: https://travis-ci.org/thibaultcha/lua-cassandra/builds/164163446
It would appear that in the last 3 days, something got broken? The only commit I see in this lapse of time is 833f789, which, although I did not investigate the issue, appears like a good candidate.
The text was updated successfully, but these errors were encountered: