2

I see new error in prow job

could not load export data: cannot import "github.com/IBM/ibmcloud-volume-interface/lib/utils/reasoncode" (unknown bexport format version -1 ("u\x01\x00\x00\x00\x00\x00\x00\x00\x16\x00\x00\x00\x18\x00\x00\x00\x19\x00\x00\x00\x1a\x00\x00\x00,\x00\x00\x00.\x00\x00\x00@\x00\x00\x00R\x00\x00\x00d\x00\x00\x00d\x00\x00\x00\x00\x00\x00\x00")), possibly version skew - reinstall package) (typecheck)
171
    utilReasonCode "github.com/IBM/ibmcloud-volume-interface/lib/utils/reasoncode"
172
                   ^

https://prow.k8s.io/view/gs/kubernetes-jenkins/pr-logs/pull/kubernetes-sigs_ibm-vpc-block-csi-driver/118/pull-ibm-vpc-block-csi-driver-build/1630562347737157632

Error is unclear and not sure what the fix is. Has anyone else seen similar issue

1
  • 1
    First try updating to the latest release of go and the tools you need to see if it's a bug that has been fixed. Commented Feb 28, 2023 at 14:01

1 Answer 1

-5

Try cleaning your mod and cache files:

go clean --modcache
go mod tidy
go mod download
go mod vendor
Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.