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
Go builds erroring #1727
Comments
It does indeed look like that. I found the offending commit: travis-ci/travis-build@ff00dad |
Also appears to be the cause of these build failures (in C, so build failures are not limited to Go), in which
is supposed to enable later test scripts to run a
|
I can confirm this as well. I've tried multiple Go projects which previously worked and they are all failing with this same error. |
Thanks guys, we have found the error, and we're working on a fix. |
try a quick workaround for travis-ci/travis-ci#1727
Fix for this is currently rolling out. |
This is still failing for me -- https://travis-ci.org/conformal/btcchain. Does it need a completely new build instead of just hitting the restart build button? |
@davecgh I'm sorry, I'm not sure the error you're seeing is related to this issue. I'm no go export, but it looks like there are compilation issues with a dependent library? |
@roidrage: Thanks for your response. I should've posted the error in particular rather than just the link. It is:
I'm seeing the same error with more than one project. I've not had any issues previously. |
@davecgh it may be that you're seeing an old version of the build logs: https://s3.amazonaws.com/archive.travis-ci.org/jobs/15161198/log.txt |
@roidrage: Thanks. The jobs web page is indeed showing an old version of the build logs. Accessing them with the raw link shows the correct ones. It does appear to be another issue. |
December's floundering was a response to travis-ci/travis-ci#1727, which was subsequently fixed.
Part of the automated scripts for preparing Go programs is erroring.
Which is odd because the same commands were run and worked perfectly in previous builds. Perhaps $TRAVIS_BUILD_DIR has been improperly set? It looks like $HOME wasn't expanded.
The text was updated successfully, but these errors were encountered: