Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Recent issues with master branch #558

Open
thibaultcha opened this issue Oct 3, 2016 · 4 comments
Open

Recent issues with master branch #558

thibaultcha opened this issue Oct 3, 2016 · 4 comments

Comments

@thibaultcha
Copy link
Contributor

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.

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.

@ptnapoleon
Copy link
Contributor

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?

@thibaultcha
Copy link
Contributor Author

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 will investigate the warning.

@thibaultcha
Copy link
Contributor Author

PS: temporarily reverting to 18a50df fixed my builds: https://github.com/thibaultcha/lua-cassandra/blob/master/.ci/setup_env.sh#L22

@ptnapoleon
Copy link
Contributor

That is interesting

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants