This repository has been archived by the owner on Jun 28, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 195
Not possible to run shimv2 tests on opensuse Leap 15 #1251
Comments
GabyCT
added a commit
to GabyCT/tests-1
that referenced
this issue
Feb 27, 2019
Currently shimv2 tests are not working on openSUSE Leap (kata-containers#1251). Fixes kata-containers#1252 Signed-off-by: Gabriela Cervantes <[email protected]>
This was referenced Feb 27, 2019
Hi @GabyCT, this is because the test is trying to build runc in static mode, and the linker requires a static library file (libseccomp.a). |
GabyCT
added a commit
to GabyCT/tests-1
that referenced
this issue
Apr 2, 2019
shim2 tests are not working on SLES kata-containers#1251. Fixes kata-containers#1391 Signed-off-by: Gabriela Cervantes <[email protected]>
GabyCT
added a commit
to GabyCT/tests-1
that referenced
this issue
Apr 11, 2019
shim2 tests are not working on SLES kata-containers#1251. Fixes kata-containers#1391 Signed-off-by: Gabriela Cervantes <[email protected]>
GabyCT
added a commit
to GabyCT/tests-1
that referenced
this issue
Apr 11, 2019
Currently shimv2 tests are not working on openSUSE Leap (kata-containers#1251). Fixes kata-containers#1252 Signed-off-by: Gabriela Cervantes <[email protected]>
GabyCT
added a commit
to GabyCT/tests-1
that referenced
this issue
Apr 11, 2019
shim2 tests are not working on SLES kata-containers#1251. Fixes kata-containers#1391 Signed-off-by: Gabriela Cervantes <[email protected]>
GabyCT
added a commit
to GabyCT/tests-1
that referenced
this issue
Apr 12, 2019
Currently shimv2 tests are not working on openSUSE Leap (kata-containers#1251). Fixes kata-containers#1252 Signed-off-by: Gabriela Cervantes <[email protected]>
GabyCT
added a commit
to GabyCT/tests-1
that referenced
this issue
Apr 12, 2019
shim2 tests are not working on SLES kata-containers#1251. Fixes kata-containers#1391 Signed-off-by: Gabriela Cervantes <[email protected]>
GabyCT
added a commit
to GabyCT/tests-1
that referenced
this issue
Apr 12, 2019
Currently shimv2 tests are not working on openSUSE Leap (kata-containers#1251). Fixes kata-containers#1252 Signed-off-by: Gabriela Cervantes <[email protected]>
GabyCT
added a commit
to GabyCT/tests-1
that referenced
this issue
Apr 12, 2019
shim2 tests are not working on SLES kata-containers#1251. Fixes kata-containers#1391 Signed-off-by: Gabriela Cervantes <[email protected]>
Closing this issue as they are running on SLES |
This still happens on opensuse, re-opening |
chavafg
added a commit
to chavafg/tests-1
that referenced
this issue
Mar 27, 2020
containerd cannot be build with seccomp enabled in Opensuse 15. Disable it to be able to build and run the tests. Fixes: kata-containers#1251. Signed-off-by: Salvador Fuentes <[email protected]>
chavafg
added a commit
to chavafg/tests-1
that referenced
this issue
Mar 27, 2020
containerd cannot be build with seccomp enabled in Opensuse 15. Disable it to be able to build and run the tests. Fixes: kata-containers#1251. Signed-off-by: Salvador Fuentes <[email protected]>
chavafg
added a commit
to chavafg/tests-1
that referenced
this issue
Mar 27, 2020
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]>
chavafg
added a commit
to chavafg/tests-1
that referenced
this issue
Mar 27, 2020
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]>
chavafg
added a commit
to chavafg/tests-1
that referenced
this issue
Mar 28, 2020
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]>
chavafg
added a commit
to chavafg/tests-1
that referenced
this issue
Mar 28, 2020
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]>
chavafg
added a commit
to chavafg/tests-1
that referenced
this issue
Mar 30, 2020
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]>
chavafg
added a commit
to chavafg/tests-1
that referenced
this issue
Mar 30, 2020
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 Signed-off-by: Salvador Fuentes <[email protected]>
chavafg
added a commit
to chavafg/tests-1
that referenced
this issue
Mar 30, 2020
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 Signed-off-by: Salvador Fuentes <[email protected]>
chavafg
added a commit
to chavafg/tests-1
that referenced
this issue
Mar 30, 2020
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]>
GabyCT
pushed a commit
to GabyCT/tests-1
that referenced
this issue
Apr 16, 2020
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]>
GabyCT
pushed a commit
to GabyCT/tests-1
that referenced
this issue
Apr 16, 2020
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 Signed-off-by: Salvador Fuentes <[email protected]>
GabyCT
pushed a commit
to GabyCT/tests-1
that referenced
this issue
Apr 16, 2020
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 Signed-off-by: Salvador Fuentes <[email protected]>
chavafg
added a commit
to GabyCT/tests-1
that referenced
this issue
Apr 17, 2020
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 Signed-off-by: Salvador Fuentes <[email protected]>
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
While trying to run the shimv2 tests on opensuse, we are getting the following error
However, I have installed the following packages
/cc @marcov
The text was updated successfully, but these errors were encountered: