cmd/link: collect2: error: ld returned 1 exit status #41915
Closed
Labels
Comments
Please provide more information about how to reproduce the error. "go test ./..." is not enough information. What repository did you run that in? |
Also note that gcc-5 is quite old. The current version is gcc-10. |
Sorry about that! information updated. |
From your report, the error happens when testing the Is it possible to reduce this to a smaller reproducible sample? That would help with the investigation. Thanks. |
Yes, the undistro package is private, but the part that are failing is
just a small copy of cluster-api's cluster package
…On Mon, Oct 12, 2020, 22:25 Dmitri Shuralyov ***@***.***> wrote:
From your report, the error happens when testing the
github.com/getupio-undistro/undistro/client/cluster package, but that
package doesn't appear to be available publicly.
Is it possible to reduce this to a smaller reproducible sample? That would
help with the investigation. Thanks.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#41915 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABFF6GPPTIAGEXBCUZCM7K3SKOUBVANCNFSM4SLN5SDA>
.
|
closing because old gcc seems to be the cause |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Please file a new issue at golang.org/issue/new using this template:
What version of Go are you using (
go version
)?Does this issue reproduce with the latest release?
What operating system and processor architecture are you using (
go env
)?go env
OutputWhat did you do?
make test on https://github.com/kubernetes-sigs/cluster-api
Additional context
This error began after I upgrade the version of k8s modules from v0.18.9 to v0.19.2
we just exclude tests for now kubernetes-sigs/cluster-api@2fb9590#diff-bebcf249b0c23c2726a5a915ea21a6932d2a09e9c6cc2e828cc760c919f557d5R442
What did you expect to see?
go test exited with code 0
What did you see instead?
The text was updated successfully, but these errors were encountered: