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

Getting gopkg.in/yaml.v2 is unavailable #401

Closed
hikerkim opened this issue Sep 11, 2018 · 4 comments
Closed

Getting gopkg.in/yaml.v2 is unavailable #401

hikerkim opened this issue Sep 11, 2018 · 4 comments

Comments

@hikerkim
Copy link

I am using this pkg for our service about 1 year.

Today, the application building was failed and below error is occurred.

Getting gopkg.in/yaml.v2
FATAL: command "restore" failed: could not process dependency: go-import metadata not found

https://github.com/go-yaml/yaml.git
and this url is also doesn't work.

Is there problem?

@kishaningithub
Copy link

When https://gopkg.in/yaml.v2 is opened in the browser i get

Cannot obtain refs from GitHub: cannot talk to GitHub: Get https://github.com/go-yaml/yaml.git/info/refs?service=git-upload-pack: net/http: request canceled while waiting for connection (Client.Timeout exceeded while awaiting headers)

@paltanmoy
Copy link

our travis pipeline is broken as well for this -

Cloning into '/home/travis/build/cloudfoundry-incubator/app-autoscaler/src/gopkg.in/yaml.v2'...
remote: Cannot obtain refs from GitHub: cannot talk to GitHub: Get https://github.com/go-yaml/yaml.git/info/refs?service=git-upload-pack: net/http: request canceled while waiting for connection (Client.Timeout exceeded while awaiting headers)
fatal: unable to access 'https://gopkg.in/yaml.v2/': The requested URL returned error: 502
fatal: clone of 'https://gopkg.in/yaml.v2' into submodule path '/home/travis/build/cloudfoundry-incubator/app-autoscaler/src/gopkg.in/yaml.v2' failed
Failed to clone 'src/gopkg.in/yaml.v2'. Retry scheduled
Cloning into '/home/travis/build/cloudfoundry-incubator/app-autoscaler/src/gopkg.in/yaml.v2'...
remote: Cannot obtain refs from GitHub: cannot talk to GitHub: Get https://github.com/go-yaml/yaml.git/info/refs?service=git-upload-pack: net/http: request canceled while waiting for connection (Client.Timeout exceeded while awaiting headers)
fatal: unable to access 'https://gopkg.in/yaml.v2/': The requested URL returned error: 502
fatal: clone of 'https://gopkg.in/yaml.v2' into submodule path '/home/travis/build/cloudfoundry-incubator/app-autoscaler/src/gopkg.in/yaml.v2' failed
Failed to clone 'src/gopkg.in/yaml.v2' a second time, aborting

@kishaningithub
Copy link

kishaningithub commented Sep 11, 2018

Seems this issue is affecting all packages in gopkg.in. Take a look at gopkg#63

@niemeyer
Copy link
Contributor

niemeyer commented Sep 11, 2018

Right, GitHub is not accepting connections from gopkg.in right now. I'm in touch with support trying to figure out why and get it sorted.

Please follow up on niemeyer/gopkg#63

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

4 participants