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

Go 1.10: memory.go:227: Sprintf format %d has arg changeID of wrong type string #1322

Closed
nim-nim opened this issue Mar 26, 2018 · 2 comments · Fixed by #1332
Closed

Go 1.10: memory.go:227: Sprintf format %d has arg changeID of wrong type string #1322

nim-nim opened this issue Mar 26, 2018 · 2 comments · Fixed by #1332

Comments

@nim-nim
Copy link

nim-nim commented Mar 26, 2018

a079b57 does not pass unit tests with Go 1.10. At least:

+ GOPATH=/builddir/build/BUILD/notary-a079b57c81eb71f4a754c29b963bf008bccfa3ef/_build:/usr/share/gocode
+ go test -buildmode pie -compiler gc -ldflags '-extldflags '\''-Wl,-z,relro  -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld '\'''
# github.com/theupdateframework/notary/server/storage
./memory.go:227: Sprintf format %d has arg changeID of wrong type string
./sqldb.go:284: Sprintf format %d has arg changeID of wrong type string

@justincormack
Copy link
Contributor

fixed in #1332

@nim-nim
Copy link
Author

nim-nim commented Apr 9, 2018

Thanks a lot!

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

Successfully merging a pull request may close this issue.

2 participants