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

Pmem test failed due to golang version issue #5134

Closed
liubin opened this issue Sep 21, 2022 · 1 comment
Closed

Pmem test failed due to golang version issue #5134

liubin opened this issue Sep 21, 2022 · 1 comment
Labels
bug Incorrect behaviour needs-review Needs to be assessed by the team.

Comments

@liubin
Copy link
Member

liubin commented Sep 21, 2022

New(today and yesterday) CI jobs failed with this error:

======================================================
                  WARNING

  This projects is tested with Go v1.19.
  Your current Go version is v1.17.
  This may or may not be close enough.

  In particular test_fmt and test_vendor
  are known to be sensitive to the version of
  Go.
======================================================

go mod tidy
go mod tidy: go.mod file indicates go 1.19, but maximum supported version is 1.17
make[1]: *** [Makefile:120: populate-vendor-dir] Error 1
make[1]: Leaving directory '/tmp/jenkins/workspace/kata-containers-2.0-pmem-ubuntu-20.04-PR/go/src/github.com/kata-containers/tests/pmem-csi'
[pmem_test.sh:113] ERROR: make build-images

The full log is here.

But some days ago there was no such issue, for example, http://jenkins.katacontainers.io/job/kata-containers-2.0-pmem-ubuntu-20.04-PR/1713/consoleFull

@GabyCT
Copy link
Contributor

GabyCT commented Jan 9, 2023

Closing this issue as it has been solved and PMEM CI is working

@GabyCT GabyCT closed this as completed Jan 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Incorrect behaviour needs-review Needs to be assessed by the team.
Projects
None yet
Development

No branches or pull requests

2 participants