-
Notifications
You must be signed in to change notification settings - Fork 41
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
Build fails with "Unable to select a buildpack" #126
Comments
Might be related to #123 (environment variables not available during build) |
Yes that sounds very relevant. BUILDPACK_URL is fetched during the build IIRC. I tested custom buildpacks earlier and they worked last week so maybe something recent broke it. |
@bacongobbler @olalonde looks like it regressed, as I tested custom buildpacks last week and they worked as well. Will look at it this week and add a test once it's fixed. |
@olalonde if you run builder with |
@arschles do you mean |
FWIW, it seems the buildpack I was trying to use doesn't work on CoreOS/docker anyways... maybe that's what was causing the problem? coreos/bugs#1095 |
That doesn't seem to be the problem. If we hit that issue, the buildpack wouldve been fetched and you wouldve seen log output from the build. |
@olalonde sorry, I meant running the builder Replication Controller with - name: DEBUG
value: "1" |
also, I believe what @bacongobbler says is right. The builder should start up a pod running a slugbuilder, which should be passed the custom buildpack URL in the environment. It looks like that is not happening for whatever reason. Also, @olalonde which image tag of builder and deis/workflow are you using? |
I installed it using helm: $ helm list
---> deis (deis 2.0.0-alpha) - For testing only!
---> deis-lite (deis-lite 2.0.0-alpha) - For testing only! |
@olalonde would you mind trying the following off master? First, you'll need to install Helm v0.3, then run the following
Then try again and verify if you're seeing this on master. It's possible that this was fixed recently (2.0-alpha was released before New Year's, so in terms of velocity for 2.0-stable it's ancient) ;) |
@bacongobbler yes happy to do so, just wasn't sure how to do it 👍 |
@olalonde are you still facing the issue. |
Oh sorry, didn't have time to test... Guess you can close the issue and I'll comment here if it still fails when I have time to test it! |
Thanks @olalonde. Closing |
Steps to reproduce
Additionally, any subsequent
git push
will fail unlessrocket-git-465797e7
is manually deleted withkd delete pod rocket-git-465797e7
and the builder restarted withkd delete pod deis-builder-4bvr5
(orkd delete pod $(kd get pods | grep deis-builder | cut -f 1 -d " ")
).The text was updated successfully, but these errors were encountered: