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

Windows failure due to prometheus/client_golang #143

Open
stefantalpalaru opened this issue Sep 29, 2019 · 1 comment
Open

Windows failure due to prometheus/client_golang #143

stefantalpalaru opened this issue Sep 29, 2019 · 1 comment

Comments

@stefantalpalaru
Copy link

Failure during go get ./... in HEAD, on AppVeyor - https://ci.appveyor.com/project/nimbus/nim-libp2p/builds/27746839/job/dnpugbq12b2t298q#L579 :

# github.com/prometheus/client_golang/prometheus
..\goblin\pkg\mod\github.com\prometheus\client_golang@v1.1.0\prometheus\process_collector_windows.go:78:9: assignment mismatch: 2 variables but "golang.org/x/sys/windows".GetCurrentProcess returns 1 values

Upstream issue: prometheus/client_golang#642

@godcong
Copy link

godcong commented Oct 23, 2019

it looks like a newer golang.org/x/sys version replaced the old tag version
replace
github.com/prometheus/client_golang v1.1.0
to
github.com/prometheus/client_golang v1.2.1

then retry it.

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