-
Notifications
You must be signed in to change notification settings - Fork 374
Conversation
hi @saschagrunert Basically, you'll need to:
|
08b4d17
to
5ea2297
Compare
Alright, created and referred the issue |
/test |
Hmm, various juicy CI errors including:
But the F31 error is somewhat alarming (the kernel version part):
|
Is this a kernel bug? I read discussion regarding that some time ago... Ref: golang/go#35777 |
I increased the memlock to Seems like fedora keeps this limit very low. 64 on my local machine, while in ubuntu this is 16384. |
@chavafg Looks like increasing the mlock limit is the only solution to this issue seen with go1.14 for kernels 5.2 to 5.4.1. |
We need this update for building Kubernetes and CRI-O with the latest go version. Fixes kata-containers#2537 Signed-off-by: Sascha Grunert <[email protected]>
5ea2297
to
4d034b1
Compare
Yes, I think go 1.13 would be fine too. Updated the PR |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @saschagrunert.
lgtm.
/test |
seems like functional/integration tests are failing, I'll raise a PR to fix this |
Call to `tests.KataInit` in `TestMain` to support golang 1.13. Depends-on: github.com/kata-containers/runtime#2536 Signed-off-by: Julio Montes <[email protected]>
Call to `tests.KataInit` in `TestMain` to support golang 1.13. Depends-on: github.com/kata-containers/runtime#2536 Signed-off-by: Julio Montes <[email protected]>
Call to `tests.KataInit` in `TestMain` to support golang 1.13. Depends-on: github.com/kata-containers/runtime#2536 Signed-off-by: Julio Montes <[email protected]>
/test |
it looks like shimv2 tests are failing |
Is there anything I can do to fix those tests? I also see connection errors in the logs. |
Codecov Report
@@ Coverage Diff @@
## master #2536 +/- ##
==========================================
- Coverage 50.58% 50.42% -0.17%
==========================================
Files 116 118 +2
Lines 16646 18105 +1459
==========================================
+ Hits 8420 9129 +709
- Misses 7199 7903 +704
- Partials 1027 1073 +46 |
we use the |
/retest |
containerd cannot be build with seccomp enabled in Opensuse 15. Disable it to be able to build and run the tests. Depends-on: github.com/kata-containers/runtime#2536 Fixes: kata-containers#1251. Signed-off-by: Salvador Fuentes <[email protected]>
containerd cannot be build with seccomp enabled in Opensuse 15. Disable it to be able to build and run the tests. Depends-on: github.com/kata-containers/runtime#2536 Fixes: kata-containers#1251. Signed-off-by: Salvador Fuentes <[email protected]>
containerd cannot be build with seccomp enabled in Opensuse 15. Disable it to be able to build and run the tests. Depends-on: github.com/kata-containers/runtime#2536 Fixes: kata-containers#1251. Signed-off-by: Salvador Fuentes <[email protected]>
containerd cannot be build with seccomp enabled in Opensuse 15. Disable it to be able to build and run the tests. Depends-on: github.com/kata-containers/runtime#2536 Fixes: kata-containers#1251. Signed-off-by: Salvador Fuentes <[email protected]>
OpenSUSE CI failed with:
Debian CI failed with:
Both issues are fixed by kata-containers/tests#2420. |
containerd cannot be build with seccomp enabled in Opensuse 15. Disable it to be able to build and run the tests. Depends-on: github.com/kata-containers/runtime#2536 Fixes: kata-containers#1251. Signed-off-by: Salvador Fuentes <[email protected]>
containerd cannot be build with seccomp enabled in Opensuse 15, and trying to remove `seccomp` from `BUILDTAGS` variable is not working correctly. Skip tests while investigation continues. Related: kata-containers#1251 Depends-on: github.com/kata-containers/runtime#2536 Signed-off-by: Salvador Fuentes <[email protected]>
containerd cannot be build with seccomp enabled in Opensuse 15, and trying to remove `seccomp` from `BUILDTAGS` variable is not working correctly. Skip tests while investigation continues. Related: kata-containers#1251 Depends-on: github.com/kata-containers/runtime#2536 Signed-off-by: Salvador Fuentes <[email protected]>
We need this update for building Kubernetes and CRI-O with the latest go 1.13
version.
/cc @chavafg
Releates to cri-o/cri-o#3392
Fixes #2537