You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello 👋 Thanks for the report! As far as I can tell, this is a bug in Go: in src/crypto/elliptic/p256_ppc64le.go, p256 gets initialized to nil, unlike all other platforms, and it only gets initialized on usage. Since this is a test for brainpool, p256 never gets initialized and elliptic.go later panics.
Do you have a test machine where I can test this? (I tried ssh'ing to this machine but got Permission denied (publickey)).
Alternatively, could you open a bug report in golang/go? (They ask some questions about the environment etc.)
Please complete the following checklist (by adding [x]):
Some tests are failing on ppc64el architecture.
Full log at https://ci.debian.net/data/autopkgtest/testing/ppc64el/g/golang-github-protonmail-go-crypto/16755345/log.gz
The text was updated successfully, but these errors were encountered: