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

Gobuild pack failing in Diego local install. #70

Closed
saluru opened this issue Aug 7, 2015 · 4 comments
Closed

Gobuild pack failing in Diego local install. #70

saluru opened this issue Aug 7, 2015 · 4 comments

Comments

@saluru
Copy link

saluru commented Aug 7, 2015

Hi,

I'm getting buildpack comile error when i'm trying to push the application to my local Diego install.

-----> Checking Godeps/Godeps.json file.

-----> Resource https://storage.googleapis.com/golang/go1.4.linux-amd64.tar.gz is not provided by this buildpack. Please upgrade your buildpack to receive the latest resources.
-----> Installing go1.4... Staging failed: Buildpack compilation step failed

FAILED
BuildpackCompileFailed


List of Build packs from my local install.

MacBook-Pro:simple-go-web-app saluru$ cf buildpacks
Getting buildpacks...

buildpack position enabled locked filename
staticfile_buildpack 1 true false staticfile_buildpack-cached-v1.2.1.zip
java_buildpack 2 true false java-buildpack-v3.1.1.zip
ruby_buildpack 3 true false ruby_buildpack-cached-v1.6.2.zip
nodejs_buildpack 4 true false nodejs_buildpack-cached-v1.5.0.zip
go_buildpack 5 true false go_buildpack-cached-v1.5.0.zip
python_buildpack 6 true false python_buildpack-cached-v1.5.0.zip
php_buildpack 7 true false php_buildpack-cached-v4.0.0.zip
binary_buildpack 8 true false binary_buildpack-cached-v1.0.1.zip

@cf-gitbot
Copy link

We have created an issue in Pivotal Tracker to manage this. You can view the current status of your issue at: https://www.pivotaltracker.com/story/show/100818488.

@saluru
Copy link
Author

saluru commented Aug 7, 2015

Just an FYI. I changed the Godeps go version from 1.4 to 1.4.2 it worked fine.
Problem : "GoVersion": "go1.4",
Good One: "GoVersion": "go1.4.2",

Again this same applicaiton used to work in Pre Diego Cloudfoundry perfectly fine. may be an issue with latest buildpack , i will test that .

@emalm
Copy link
Member

emalm commented Aug 7, 2015

Hi, @saluru,

Is this also an issue if you instead stage on the DEAs? I think the problem is actually related to the 'skinny' buildpacks that now ship with cf-release, and shouldn't be related specifically to Diego at all. Here's the Golang buildpack release where they explicitly remove support for Go 1.4: https://github.com/cloudfoundry/go-buildpack/releases/tag/v1.3.0.

Thanks,
Eric, CF Runtime Diego PM

@emalm
Copy link
Member

emalm commented Aug 21, 2015

Closing due to inactivity.

@emalm emalm closed this as completed Aug 21, 2015
jfmyers9 pushed a commit that referenced this issue Mar 2, 2016
Submodule src/github.com/pkg/sftp cbc2879..e84cc8c:
  > Merge pull request #85 from pkg/rootdir
  > Merge pull request #81 from pkg/server-option
  > Merge pull request #80 from pkg/functional-options
  > Merge pull request #78 from pkg/server-readonly
  > Merge pull request #79 from pkg/readme-badges
  > Merge pull request #77 from pkg/namedreturns
  > Merge pull request #75 from pkg/golint
  > Merge pull request #73 from mdlayher/golint
  > Merge pull request #74 from LiterallyElvis/master
  > Merge pull request #72 from mdlayher/master
  > Merge pull request #70 from pkg/fixedbugs/69
  > Merge pull request #67 from mdlayher/master
  > Merge pull request #64 from pkg/fixedbugs/28
  > Merge pull request #63 from pkg/fixedbugs/5
  > Merge pull request #61 from pkg/add-travis
  > Merge pull request #62 from xiu/bugfix/35-cant-remove-directories-on-servu
  > Merge pull request #58 from sykesm/client-realpath
  > Merge pull request #60 from pkg/fixedbugs/57
  > updated contribution guidelines

Signed-off-by: James Myers <jmyers@pivotal.io>
tas-runtime-bot added a commit that referenced this issue Mar 14, 2024
Submodule src/code.cloudfoundry.org/bbs 134f7e72b..30cc7a3ab:
  > Fix pgx/v5 connection string parsing (#88)
Submodule src/code.cloudfoundry.org/buildpackapplifecycle 46ab87a00..548887f17:
  > Merge pull request #70 from cloudfoundry/fix-syscall12
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

3 participants