-
Notifications
You must be signed in to change notification settings - Fork 373
Launching container with kata-runtime makes my system freeze to death + my file system suddenly becomes read-only. #2587
Comments
💡 Installation incompatibilityAs my VM had already been used a while, it was still containing some package that might not be used anymore, and that could in a way (this is just an hypothesis right) interfere with kata-runtime. So to check that it wasn't the case, I created a new, clean, VM. My VM as 4GB or RAM, 2vCPUs, and a disk of 10GB. I enabled VT-x for nested virtualisation. And ran the command 🚫 Unfortunatly, the same error still occurs randomly. Am I doing something wrong here? Did I miss something? The hardware on which I am running my VM is a bit old (2013), could this be an issue? I really don't know if I am going in the right direction trying to debug things this way, if anyone sees a better way of proceeding, I would gladly ear it. |
❓ Related issueI juste got a new error, I don't know if it is related. I was simply trying to run a container with a command that would take more time to run, just for the try, and this is happened: guillaume@guillaume-vm:~$ docker run --rm --runtime=kata-runtime alpine:latest sleep 5
guillaume@guillaume-vm:~$ while [ 1 ]; do time docker run --rm --runtime=kata-runtime alpine:latest sleep 5; done
real 0m10,228s
user 0m0,039s
sys 0m0,028s
ERRO[0069] Error waiting for container: container d889540eaacd0efde44e93f9b1873f1a164d314ad0c0fee727aedf30d6a26b3a: driver "overlay2" failed to remove root filesystem: unlinkat /var/lib/docker/overlay2/663c26b128c9e420305b91d3821bc57615ce7ddb974c336626afdca432ff10e5: read-only file system
real 1m9,352s
user 0m0,031s
sys 0m0,025s
docker: Error response from daemon: mkdir /var/lib/docker/overlay2/a4c119d76a58983274764d480d7d93fb4fe4c75c8aed4610a093cfc35e2bbe51-init: read-only file system.
See 'docker run --help'.
real 0m0,057s
user 0m0,025s
sys 0m0,025s
docker: Error response from daemon: mkdir /var/lib/docker/overlay2/2840298ab07a81e37b93c88e2d8bf2f35f83f407ca5afe6457f8ec6af17debd4-init: read-only file system.
See 'docker run --help'. And now, all my file-system is read-only: guillaume@guillaume-vm:~$ touch test
touch: cannot touch 'test': Read-only file system After rebooting the VM (and fixing manually the file system), everything comes back to normal. |
Btw, here is the output of Show kata-collect-data.sh details
Meta detailsRunning Runtime is
|
💡 Setup incompatibilityI tryied to recreate the same scenario in another VM, on another (physical) machine, with another Hypervisor and the problem doesn't occur anymore. The setup with wich I had problems is the following:
This issue is not really solved, but it seems to be an isolated case, should I close it? UPDATE: clarified setup informations |
Thanks for the update @geverartsdev . Hmm, running kata nested under a MacOS virtualbox - I'm not sure we've seen anybody try that before - have you @sameo ? |
@grahamwhaley Just to be sure we are on the same page, the physical machine is running MacOS, the VM (under virtualbox with nested virtualisation enabled) is a ubuntu one. Is this so weird? |
@geverartsdev - it's not weird, but you are going to need to assign a "reasonable" amount of memory to the Ubuntu VirtualBox instance. A couple of questions:
Kata Containers default to requiring 2GB RAM (although they may use a lot less), so you need to ensure you VirtualBox isn't starved of RAM. |
Some additional notes:
|
Hi @geverartsdev - thanks for the info. Although I'd dearly love one, I don't have access to a MacBook so debugging this might be a little awkward (anyone have a MacBook who can weigh in here?) A few more questions:
|
Hi @jodh-intel Here are the answers to your questions:
Output of kata-checktime="2020-04-05T14:54:11+02:00" level=info msg="loaded configuration" arch=amd64 command=run file=/usr/share/defaults/kata-containers/configuration.toml format=TOML name=kata-runtime pid=4750 source=katautils
time="2020-04-05T14:54:11+02:00" level=info arch=amd64 arguments="\"run -b . test\"" command=run commit= name=kata-runtime pid=4750 source=runtime version=1.11.0-alpha0
time="2020-04-05T14:54:11+02:00" level=info msg="fetch sandbox" arch=amd64 command=run container=test name=kata-runtime pid=4750 source=virtcontainers
time="2020-04-05T14:54:11+02:00" level=warning msg="failed to get sandbox config from old store: open /var/lib/vc/sbs/test/config.json: no such file or directory" arch=amd64 command=run container=test name=kata-runtime pid=4750 source=virtcontainers
time="2020-04-05T14:54:11+02:00" level=info msg="release sandbox" arch=amd64 command=run container=test name=kata-runtime pid=4750 sandbox=test source=virtcontainers subsystem=sandbox
time="2020-04-05T14:54:11+02:00" level=error msg="ID already in use, unique ID should be provided" arch=amd64 command=run container=test name=kata-runtime pid=4750 source=runtime
time="2020-04-05T14:54:11+02:00" level=info msg="loaded configuration" arch=amd64 command=run file=/usr/share/defaults/kata-containers/configuration.toml format=TOML name=kata-runtime pid=4760 source=katautils
time="2020-04-05T14:54:11+02:00" level=info arch=amd64 arguments="\"run -b . test\"" command=run commit= name=kata-runtime pid=4760 source=runtime version=1.11.0-alpha0
time="2020-04-05T14:54:11+02:00" level=info msg="fetch sandbox" arch=amd64 command=run container=test name=kata-runtime pid=4760 source=virtcontainers
time="2020-04-05T14:54:11+02:00" level=warning msg="failed to get sandbox config from old store: open /var/lib/vc/sbs/test/config.json: no such file or directory" arch=amd64 command=run container=test name=kata-runtime pid=4760 source=virtcontainers
time="2020-04-05T14:54:11+02:00" level=info msg="release sandbox" arch=amd64 command=run container=test name=kata-runtime pid=4760 sandbox=test source=virtcontainers subsystem=sandbox
time="2020-04-05T14:54:11+02:00" level=error msg="ID already in use, unique ID should be provided" arch=amd64 command=run container=test name=kata-runtime pid=4760 source=runtime
time="2020-04-05T14:54:11+02:00" level=info msg="loaded configuration" arch=amd64 command=run file=/usr/share/defaults/kata-containers/configuration.toml format=TOML name=kata-runtime pid=4769 source=katautils
time="2020-04-05T14:54:11+02:00" level=info arch=amd64 arguments="\"run -b . test\"" command=run commit= name=kata-runtime pid=4769 source=runtime version=1.11.0-alpha0
time="2020-04-05T14:54:11+02:00" level=info msg="fetch sandbox" arch=amd64 command=run container=test name=kata-runtime pid=4769 source=virtcontainers
time="2020-04-05T14:54:11+02:00" level=warning msg="failed to get sandbox config from old store: open /var/lib/vc/sbs/test/config.json: no such file or directory" arch=amd64 command=run container=test name=kata-runtime pid=4769 source=virtcontainers
time="2020-04-05T14:54:11+02:00" level=info msg="release sandbox" arch=amd64 command=run container=test name=kata-runtime pid=4769 sandbox=test source=virtcontainers subsystem=sandbox
time="2020-04-05T14:54:11+02:00" level=error msg="ID already in use, unique ID should be provided" arch=amd64 command=run container=test name=kata-runtime pid=4769 source=runtime
time="2020-04-05T14:54:11+02:00" level=info msg="loaded configuration" arch=amd64 command=run file=/usr/share/defaults/kata-containers/configuration.toml format=TOML name=kata-runtime pid=4778 source=katautils
time="2020-04-05T14:54:11+02:00" level=info arch=amd64 arguments="\"run -b . test\"" command=run commit= name=kata-runtime pid=4778 source=runtime version=1.11.0-alpha0
time="2020-04-05T14:54:11+02:00" level=info msg="fetch sandbox" arch=amd64 command=run container=test name=kata-runtime pid=4778 source=virtcontainers
time="2020-04-05T14:54:11+02:00" level=warning msg="failed to get sandbox config from old store: open /var/lib/vc/sbs/test/config.json: no such file or directory" arch=amd64 command=run container=test name=kata-runtime pid=4778 source=virtcontainers
time="2020-04-05T14:54:11+02:00" level=info msg="release sandbox" arch=amd64 command=run container=test name=kata-runtime pid=4778 sandbox=test source=virtcontainers subsystem=sandbox
time="2020-04-05T14:54:11+02:00" level=error msg="ID already in use, unique ID should be provided" arch=amd64 command=run container=test name=kata-runtime pid=4778 source=runtime
time="2020-04-05T14:54:11+02:00" level=info msg="loaded configuration" arch=amd64 command=run file=/usr/share/defaults/kata-containers/configuration.toml format=TOML name=kata-runtime pid=4787 source=katautils
time="2020-04-05T14:54:11+02:00" level=info arch=amd64 arguments="\"run -b . test\"" command=run commit= name=kata-runtime pid=4787 source=runtime version=1.11.0-alpha0
time="2020-04-05T14:54:11+02:00" level=info msg="fetch sandbox" arch=amd64 command=run container=test name=kata-runtime pid=4787 source=virtcontainers
time="2020-04-05T14:54:11+02:00" level=warning msg="failed to get sandbox config from old store: open /var/lib/vc/sbs/test/config.json: no such file or directory" arch=amd64 command=run container=test name=kata-runtime pid=4787 source=virtcontainers
time="2020-04-05T14:54:11+02:00" level=info msg="release sandbox" arch=amd64 command=run container=test name=kata-runtime pid=4787 sandbox=test source=virtcontainers subsystem=sandbox
time="2020-04-05T14:54:11+02:00" level=error msg="ID already in use, unique ID should be provided" arch=amd64 command=run container=test name=kata-runtime pid=4787 source=runtime
time="2020-04-05T14:54:11+02:00" level=info msg="loaded configuration" arch=amd64 command=run file=/usr/share/defaults/kata-containers/configuration.toml format=TOML name=kata-runtime pid=4796 source=katautils
time="2020-04-05T14:54:11+02:00" level=info arch=amd64 arguments="\"run -b . test\"" command=run commit= name=kata-runtime pid=4796 source=runtime version=1.11.0-alpha0
time="2020-04-05T14:54:11+02:00" level=info msg="fetch sandbox" arch=amd64 command=run container=test name=kata-runtime pid=4796 source=virtcontainers
time="2020-04-05T14:54:11+02:00" level=warning msg="failed to get sandbox config from old store: open /var/lib/vc/sbs/test/config.json: no such file or directory" arch=amd64 command=run container=test name=kata-runtime pid=4796 source=virtcontainers
time="2020-04-05T14:54:11+02:00" level=info msg="release sandbox" arch=amd64 command=run container=test name=kata-runtime pid=4796 sandbox=test source=virtcontainers subsystem=sandbox
time="2020-04-05T14:54:11+02:00" level=error msg="ID already in use, unique ID should be provided" arch=amd64 command=run container=test name=kata-runtime pid=4796 source=runtime
time="2020-04-05T14:54:11+02:00" level=info msg="loaded configuration" arch=amd64 command=run file=/usr/share/defaults/kata-containers/configuration.toml format=TOML name=kata-runtime pid=4804 source=katautils
time="2020-04-05T14:54:11+02:00" level=info arch=amd64 arguments="\"run -b . test\"" command=run commit= name=kata-runtime pid=4804 source=runtime version=1.11.0-alpha0
time="2020-04-05T14:54:11+02:00" level=info msg="fetch sandbox" arch=amd64 command=run container=test name=kata-runtime pid=4804 source=virtcontainers
time="2020-04-05T14:54:11+02:00" level=warning msg="failed to get sandbox config from old store: open /var/lib/vc/sbs/test/config.json: no such file or directory" arch=amd64 command=run container=test name=kata-runtime pid=4804 source=virtcontainers
time="2020-04-05T14:54:11+02:00" level=info msg="release sandbox" arch=amd64 command=run container=test name=kata-runtime pid=4804 sandbox=test source=virtcontainers subsystem=sandbox
time="2020-04-05T14:54:11+02:00" level=error msg="ID already in use, unique ID should be provided" arch=amd64 command=run container=test name=kata-runtime pid=4804 source=runtime
time="2020-04-05T14:54:11+02:00" level=info msg="loaded configuration" arch=amd64 command=run file=/usr/share/defaults/kata-containers/configuration.toml format=TOML name=kata-runtime pid=4814 source=katautils
time="2020-04-05T14:54:11+02:00" level=info arch=amd64 arguments="\"run -b . test\"" command=run commit= name=kata-runtime pid=4814 source=runtime version=1.11.0-alpha0
time="2020-04-05T14:54:11+02:00" level=info msg="fetch sandbox" arch=amd64 command=run container=test name=kata-runtime pid=4814 source=virtcontainers
time="2020-04-05T14:54:11+02:00" level=warning msg="failed to get sandbox config from old store: open /var/lib/vc/sbs/test/config.json: no such file or directory" arch=amd64 command=run container=test name=kata-runtime pid=4814 source=virtcontainers
time="2020-04-05T14:54:11+02:00" level=info msg="release sandbox" arch=amd64 command=run container=test name=kata-runtime pid=4814 sandbox=test source=virtcontainers subsystem=sandbox
time="2020-04-05T14:54:11+02:00" level=error msg="ID already in use, unique ID should be provided" arch=amd64 command=run container=test name=kata-runtime pid=4814 source=runtime
time="2020-04-05T14:54:11+02:00" level=info msg="loaded configuration" arch=amd64 command=run file=/usr/share/defaults/kata-containers/configuration.toml format=TOML name=kata-runtime pid=4823 source=katautils
time="2020-04-05T14:54:11+02:00" level=info arch=amd64 arguments="\"run -b . test\"" command=run commit= name=kata-runtime pid=4823 source=runtime version=1.11.0-alpha0
time="2020-04-05T14:54:11+02:00" level=info msg="fetch sandbox" arch=amd64 command=run container=test name=kata-runtime pid=4823 source=virtcontainers
time="2020-04-05T14:54:11+02:00" level=warning msg="failed to get sandbox config from old store: open /var/lib/vc/sbs/test/config.json: no such file or directory" arch=amd64 command=run container=test name=kata-runtime pid=4823 source=virtcontainers
time="2020-04-05T14:54:11+02:00" level=info msg="release sandbox" arch=amd64 command=run container=test name=kata-runtime pid=4823 sandbox=test source=virtcontainers subsystem=sandbox
time="2020-04-05T14:54:11+02:00" level=error msg="ID already in use, unique ID should be provided" arch=amd64 command=run container=test name=kata-runtime pid=4823 source=runtime
time="2020-04-05T14:54:11+02:00" level=info msg="loaded configuration" arch=amd64 command=run file=/usr/share/defaults/kata-containers/configuration.toml format=TOML name=kata-runtime pid=4833 source=katautils
time="2020-04-05T14:54:11+02:00" level=info arch=amd64 arguments="\"run -b . test\"" command=run commit= name=kata-runtime pid=4833 source=runtime version=1.11.0-alpha0
time="2020-04-05T14:54:11+02:00" level=info msg="fetch sandbox" arch=amd64 command=run container=test name=kata-runtime pid=4833 source=virtcontainers
time="2020-04-05T14:54:11+02:00" level=warning msg="failed to get sandbox config from old store: open /var/lib/vc/sbs/test/config.json: no such file or directory" arch=amd64 command=run container=test name=kata-runtime pid=4833 source=virtcontainers
time="2020-04-05T14:54:11+02:00" level=info msg="release sandbox" arch=amd64 command=run container=test name=kata-runtime pid=4833 sandbox=test source=virtcontainers subsystem=sandbox
time="2020-04-05T14:54:11+02:00" level=error msg="ID already in use, unique ID should be provided" arch=amd64 command=run container=test name=kata-runtime pid=4833 source=runtime
time="2020-04-05T14:54:11+02:00" level=info msg="loaded configuration" arch=amd64 command=run file=/usr/share/defaults/kata-containers/configuration.toml format=TOML name=kata-runtime pid=4841 source=katautils
time="2020-04-05T14:54:11+02:00" level=info arch=amd64 arguments="\"run -b . test\"" command=run commit= name=kata-runtime pid=4841 source=runtime version=1.11.0-alpha0
time="2020-04-05T14:54:11+02:00" level=info msg="fetch sandbox" arch=amd64 command=run container=test name=kata-runtime pid=4841 source=virtcontainers
time="2020-04-05T14:54:11+02:00" level=warning msg="failed to get sandbox config from old store: open /var/lib/vc/sbs/test/config.json: no such file or directory" arch=amd64 command=run container=test name=kata-runtime pid=4841 source=virtcontainers
time="2020-04-05T14:54:11+02:00" level=info msg="release sandbox" arch=amd64 command=run container=test name=kata-runtime pid=4841 sandbox=test source=virtcontainers subsystem=sandbox
time="2020-04-05T14:54:11+02:00" level=error msg="ID already in use, unique ID should be provided" arch=amd64 command=run container=test name=kata-runtime pid=4841 source=runtime
time="2020-04-05T14:54:12+02:00" level=info msg="loaded configuration" arch=amd64 command=run file=/usr/share/defaults/kata-containers/configuration.toml format=TOML name=kata-runtime pid=4850 source=katautils
time="2020-04-05T14:54:12+02:00" level=info arch=amd64 arguments="\"run -b . test\"" command=run commit= name=kata-runtime pid=4850 source=runtime version=1.11.0-alpha0
time="2020-04-05T14:54:12+02:00" level=info msg="fetch sandbox" arch=amd64 command=run container=test name=kata-runtime pid=4850 source=virtcontainers
time="2020-04-05T14:54:12+02:00" level=warning msg="failed to get sandbox config from old store: open /var/lib/vc/sbs/test/config.json: no such file or directory" arch=amd64 command=run container=test name=kata-runtime pid=4850 source=virtcontainers
time="2020-04-05T14:54:12+02:00" level=info msg="release sandbox" arch=amd64 command=run container=test name=kata-runtime pid=4850 sandbox=test source=virtcontainers subsystem=sandbox
time="2020-04-05T14:54:12+02:00" level=error msg="ID already in use, unique ID should be provided" arch=amd64 command=run container=test name=kata-runtime pid=4850 source=runtime
time="2020-04-05T14:54:12+02:00" level=info msg="loaded configuration" arch=amd64 command=run file=/usr/share/defaults/kata-containers/configuration.toml format=TOML name=kata-runtime pid=4859 source=katautils
time="2020-04-05T14:54:12+02:00" level=info arch=amd64 arguments="\"run -b . test\"" command=run commit= name=kata-runtime pid=4859 source=runtime version=1.11.0-alpha0
time="2020-04-05T14:54:12+02:00" level=info msg="fetch sandbox" arch=amd64 command=run container=test name=kata-runtime pid=4859 source=virtcontainers
time="2020-04-05T14:54:12+02:00" level=warning msg="failed to get sandbox config from old store: open /var/lib/vc/sbs/test/config.json: no such file or directory" arch=amd64 command=run container=test name=kata-runtime pid=4859 source=virtcontainers
time="2020-04-05T14:54:12+02:00" level=info msg="release sandbox" arch=amd64 command=run container=test name=kata-runtime pid=4859 sandbox=test source=virtcontainers subsystem=sandbox
time="2020-04-05T14:54:12+02:00" level=error msg="ID already in use, unique ID should be provided" arch=amd64 command=run container=test name=kata-runtime pid=4859 source=runtime
time="2020-04-05T14:54:12+02:00" level=info msg="loaded configuration" arch=amd64 command=run file=/usr/share/defaults/kata-containers/configuration.toml format=TOML name=kata-runtime pid=4869 source=katautils
time="2020-04-05T14:54:12+02:00" level=info arch=amd64 arguments="\"run -b . test\"" command=run commit= name=kata-runtime pid=4869 source=runtime version=1.11.0-alpha0
time="2020-04-05T14:54:12+02:00" level=info msg="fetch sandbox" arch=amd64 command=run container=test name=kata-runtime pid=4869 source=virtcontainers
time="2020-04-05T14:54:12+02:00" level=warning msg="failed to get sandbox config from old store: open /var/lib/vc/sbs/test/config.json: no such file or directory" arch=amd64 command=run container=test name=kata-runtime pid=4869 source=virtcontainers
time="2020-04-05T14:54:12+02:00" level=info msg="release sandbox" arch=amd64 command=run container=test name=kata-runtime pid=4869 sandbox=test source=virtcontainers subsystem=sandbox
time="2020-04-05T14:54:12+02:00" level=error msg="ID already in use, unique ID should be provided" arch=amd64 command=run container=test name=kata-runtime pid=4869 source=runtime
time="2020-04-05T14:54:12+02:00" level=info msg="loaded configuration" arch=amd64 command=run file=/usr/share/defaults/kata-containers/configuration.toml format=TOML name=kata-runtime pid=4879 source=katautils
time="2020-04-05T14:54:12+02:00" level=info arch=amd64 arguments="\"run -b . test\"" command=run commit= name=kata-runtime pid=4879 source=runtime version=1.11.0-alpha0
time="2020-04-05T14:54:12+02:00" level=info msg="fetch sandbox" arch=amd64 command=run container=test name=kata-runtime pid=4879 source=virtcontainers
time="2020-04-05T14:54:12+02:00" level=warning msg="failed to get sandbox config from old store: open /var/lib/vc/sbs/test/config.json: no such file or directory" arch=amd64 command=run container=test name=kata-runtime pid=4879 source=virtcontainers
time="2020-04-05T14:54:12+02:00" level=info msg="release sandbox" arch=amd64 command=run container=test name=kata-runtime pid=4879 sandbox=test source=virtcontainers subsystem=sandbox
time="2020-04-05T14:54:12+02:00" level=error msg="ID already in use, unique ID should be provided" arch=amd64 command=run container=test name=kata-runtime pid=4879 source=runtime
time="2020-04-05T14:54:12+02:00" level=info msg="loaded configuration" arch=amd64 command=run file=/usr/share/defaults/kata-containers/configuration.toml format=TOML name=kata-runtime pid=4888 source=katautils
time="2020-04-05T14:54:12+02:00" level=info arch=amd64 arguments="\"run -b . test\"" command=run commit= name=kata-runtime pid=4888 source=runtime version=1.11.0-alpha0
time="2020-04-05T14:54:12+02:00" level=info msg="fetch sandbox" arch=amd64 command=run container=test name=kata-runtime pid=4888 source=virtcontainers
time="2020-04-05T14:54:12+02:00" level=warning msg="failed to get sandbox config from old store: open /var/lib/vc/sbs/test/config.json: no such file or directory" arch=amd64 command=run container=test name=kata-runtime pid=4888 source=virtcontainers
time="2020-04-05T14:54:12+02:00" level=info msg="release sandbox" arch=amd64 command=run container=test name=kata-runtime pid=4888 sandbox=test source=virtcontainers subsystem=sandbox
time="2020-04-05T14:54:12+02:00" level=error msg="ID already in use, unique ID should be provided" arch=amd64 command=run container=test name=kata-runtime pid=4888 source=runtime
time="2020-04-05T14:54:12+02:00" level=info msg="loaded configuration" arch=amd64 command=run file=/usr/share/defaults/kata-containers/configuration.toml format=TOML name=kata-runtime pid=4897 source=katautils
time="2020-04-05T14:54:12+02:00" level=info arch=amd64 arguments="\"run -b . test\"" command=run commit= name=kata-runtime pid=4897 source=runtime version=1.11.0-alpha0
time="2020-04-05T14:54:12+02:00" level=info msg="fetch sandbox" arch=amd64 command=run container=test name=kata-runtime pid=4897 source=virtcontainers
time="2020-04-05T14:54:12+02:00" level=warning msg="failed to get sandbox config from old store: open /var/lib/vc/sbs/test/config.json: no such file or directory" arch=amd64 command=run container=test name=kata-runtime pid=4897 source=virtcontainers
time="2020-04-05T14:54:12+02:00" level=info msg="release sandbox" arch=amd64 command=run container=test name=kata-runtime pid=4897 sandbox=test source=virtcontainers subsystem=sandbox
time="2020-04-05T14:54:12+02:00" level=error msg="ID already in use, unique ID should be provided" arch=amd64 command=run container=test name=kata-runtime pid=4897 source=runtime
time="2020-04-05T14:54:12+02:00" level=info msg="loaded configuration" arch=amd64 command=run file=/usr/share/defaults/kata-containers/configuration.toml format=TOML name=kata-runtime pid=4907 source=katautils
time="2020-04-05T14:54:12+02:00" level=info arch=amd64 arguments="\"run -b . test\"" command=run commit= name=kata-runtime pid=4907 source=runtime version=1.11.0-alpha0
time="2020-04-05T14:54:12+02:00" level=info msg="fetch sandbox" arch=amd64 command=run container=test name=kata-runtime pid=4907 source=virtcontainers
time="2020-04-05T14:54:12+02:00" level=warning msg="failed to get sandbox config from old store: open /var/lib/vc/sbs/test/config.json: no such file or directory" arch=amd64 command=run container=test name=kata-runtime pid=4907 source=virtcontainers
time="2020-04-05T14:54:12+02:00" level=info msg="release sandbox" arch=amd64 command=run container=test name=kata-runtime pid=4907 sandbox=test source=virtcontainers subsystem=sandbox
time="2020-04-05T14:54:12+02:00" level=error msg="ID already in use, unique ID should be provided" arch=amd64 command=run container=test name=kata-runtime pid=4907 source=runtime
time="2020-04-05T14:54:12+02:00" level=info msg="loaded configuration" arch=amd64 command=run file=/usr/share/defaults/kata-containers/configuration.toml format=TOML name=kata-runtime pid=4916 source=katautils
time="2020-04-05T14:54:12+02:00" level=info arch=amd64 arguments="\"run -b . test\"" command=run commit= name=kata-runtime pid=4916 source=runtime version=1.11.0-alpha0
time="2020-04-05T14:54:12+02:00" level=info msg="fetch sandbox" arch=amd64 command=run container=test name=kata-runtime pid=4916 source=virtcontainers
time="2020-04-05T14:54:12+02:00" level=warning msg="failed to get sandbox config from old store: open /var/lib/vc/sbs/test/config.json: no such file or directory" arch=amd64 command=run container=test name=kata-runtime pid=4916 source=virtcontainers
time="2020-04-05T14:54:12+02:00" level=info msg="release sandbox" arch=amd64 command=run container=test name=kata-runtime pid=4916 sandbox=test source=virtcontainers subsystem=sandbox
time="2020-04-05T14:54:12+02:00" level=error msg="ID already in use, unique ID should be provided" arch=amd64 command=run container=test name=kata-runtime pid=4916 source=runtime
time="2020-04-05T14:54:12+02:00" level=info msg="loaded configuration" arch=amd64 command=run file=/usr/share/defaults/kata-containers/configuration.toml format=TOML name=kata-runtime pid=4925 source=katautils
time="2020-04-05T14:54:12+02:00" level=info arch=amd64 arguments="\"run -b . test\"" command=run commit= name=kata-runtime pid=4925 source=runtime version=1.11.0-alpha0
time="2020-04-05T14:54:12+02:00" level=info msg="fetch sandbox" arch=amd64 command=run container=test name=kata-runtime pid=4925 source=virtcontainers
time="2020-04-05T14:54:12+02:00" level=warning msg="failed to get sandbox config from old store: open /var/lib/vc/sbs/test/config.json: no such file or directory" arch=amd64 command=run container=test name=kata-runtime pid=4925 source=virtcontainers
time="2020-04-05T14:54:12+02:00" level=info msg="release sandbox" arch=amd64 command=run container=test name=kata-runtime pid=4925 sandbox=test source=virtcontainers subsystem=sandbox
time="2020-04-05T14:54:12+02:00" level=error msg="ID already in use, unique ID should be provided" arch=amd64 command=run container=test name=kata-runtime pid=4925 source=runtime
time="2020-04-05T14:54:12+02:00" level=info msg="loaded configuration" arch=amd64 command=run file=/usr/share/defaults/kata-containers/configuration.toml format=TOML name=kata-runtime pid=4935 source=katautils
time="2020-04-05T14:54:12+02:00" level=info arch=amd64 arguments="\"run -b . test\"" command=run commit= name=kata-runtime pid=4935 source=runtime version=1.11.0-alpha0
time="2020-04-05T14:54:12+02:00" level=info msg="fetch sandbox" arch=amd64 command=run container=test name=kata-runtime pid=4935 source=virtcontainers
time="2020-04-05T14:54:12+02:00" level=warning msg="failed to get sandbox config from old store: open /var/lib/vc/sbs/test/config.json: no such file or directory" arch=amd64 command=run container=test name=kata-runtime pid=4935 source=virtcontainers
time="2020-04-05T14:54:12+02:00" level=info msg="release sandbox" arch=amd64 command=run container=test name=kata-runtime pid=4935 sandbox=test source=virtcontainers subsystem=sandbox
time="2020-04-05T14:54:12+02:00" level=error msg="ID already in use, unique ID should be provided" arch=amd64 command=run container=test name=kata-runtime pid=4935 source=runtime
time="2020-04-05T14:54:12+02:00" level=info msg="loaded configuration" arch=amd64 command=run file=/usr/share/defaults/kata-containers/configuration.toml format=TOML name=kata-runtime pid=4943 source=katautils
time="2020-04-05T14:54:12+02:00" level=info arch=amd64 arguments="\"run -b . test\"" command=run commit= name=kata-runtime pid=4943 source=runtime version=1.11.0-alpha0
time="2020-04-05T14:54:12+02:00" level=info msg="fetch sandbox" arch=amd64 command=run container=test name=kata-runtime pid=4943 source=virtcontainers
time="2020-04-05T14:54:12+02:00" level=warning msg="failed to get sandbox config from old store: open /var/lib/vc/sbs/test/config.json: no such file or directory" arch=amd64 command=run container=test name=kata-runtime pid=4943 source=virtcontainers
time="2020-04-05T14:54:12+02:00" level=info msg="release sandbox" arch=amd64 command=run container=test name=kata-runtime pid=4943 sandbox=test source=virtcontainers subsystem=sandbox
time="2020-04-05T14:54:12+02:00" level=error msg="ID already in use, unique ID should be provided" arch=amd64 command=run container=test name=kata-runtime pid=4943 source=runtime
time="2020-04-05T14:54:12+02:00" level=info msg="loaded configuration" arch=amd64 command=run file=/usr/share/defaults/kata-containers/configuration.toml format=TOML name=kata-runtime pid=4952 source=katautils
time="2020-04-05T14:54:12+02:00" level=info arch=amd64 arguments="\"run -b . test\"" command=run commit= name=kata-runtime pid=4952 source=runtime version=1.11.0-alpha0
time="2020-04-05T14:54:12+02:00" level=info msg="fetch sandbox" arch=amd64 command=run container=test name=kata-runtime pid=4952 source=virtcontainers
time="2020-04-05T14:54:12+02:00" level=warning msg="failed to get sandbox config from old store: open /var/lib/vc/sbs/test/config.json: no such file or directory" arch=amd64 command=run container=test name=kata-runtime pid=4952 source=virtcontainers
time="2020-04-05T14:54:12+02:00" level=info msg="release sandbox" arch=amd64 command=run container=test name=kata-runtime pid=4952 sandbox=test source=virtcontainers subsystem=sandbox
time="2020-04-05T14:54:12+02:00" level=error msg="ID already in use, unique ID should be provided" arch=amd64 command=run container=test name=kata-runtime pid=4952 source=runtime
time="2020-04-05T14:54:12+02:00" level=info msg="loaded configuration" arch=amd64 command=run file=/usr/share/defaults/kata-containers/configuration.toml format=TOML name=kata-runtime pid=4962 source=katautils
time="2020-04-05T14:54:12+02:00" level=info arch=amd64 arguments="\"run -b . test\"" command=run commit= name=kata-runtime pid=4962 source=runtime version=1.11.0-alpha0
time="2020-04-05T14:54:12+02:00" level=info msg="fetch sandbox" arch=amd64 command=run container=test name=kata-runtime pid=4962 source=virtcontainers
time="2020-04-05T14:54:12+02:00" level=warning msg="failed to get sandbox config from old store: open /var/lib/vc/sbs/test/config.json: no such file or directory" arch=amd64 command=run container=test name=kata-runtime pid=4962 source=virtcontainers
time="2020-04-05T14:54:12+02:00" level=info msg="release sandbox" arch=amd64 command=run container=test name=kata-runtime pid=4962 sandbox=test source=virtcontainers subsystem=sandbox
time="2020-04-05T14:54:12+02:00" level=error msg="ID already in use, unique ID should be provided" arch=amd64 command=run container=test name=kata-runtime pid=4962 source=runtime
time="2020-04-05T14:54:12+02:00" level=info msg="loaded configuration" arch=amd64 command=run file=/usr/share/defaults/kata-containers/configuration.toml format=TOML name=kata-runtime pid=4972 source=katautils
time="2020-04-05T14:54:12+02:00" level=info arch=amd64 arguments="\"run -b . test\"" command=run commit= name=kata-runtime pid=4972 source=runtime version=1.11.0-alpha0
time="2020-04-05T14:54:12+02:00" level=info msg="fetch sandbox" arch=amd64 command=run container=test name=kata-runtime pid=4972 source=virtcontainers
time="2020-04-05T14:54:12+02:00" level=warning msg="failed to get sandbox config from old store: open /var/lib/vc/sbs/test/config.json: no such file or directory" arch=amd64 command=run container=test name=kata-runtime pid=4972 source=virtcontainers
time="2020-04-05T14:54:12+02:00" level=info msg="release sandbox" arch=amd64 command=run container=test name=kata-runtime pid=4972 sandbox=test source=virtcontainers subsystem=sandbox
time="2020-04-05T14:54:12+02:00" level=error msg="ID already in use, unique ID should be provided" arch=amd64 command=run container=test name=kata-runtime pid=4972 source=runtime
time="2020-04-05T14:54:12+02:00" level=info msg="loaded configuration" arch=amd64 command=run file=/usr/share/defaults/kata-containers/configuration.toml format=TOML name=kata-runtime pid=4981 source=katautils
time="2020-04-05T14:54:12+02:00" level=info arch=amd64 arguments="\"run -b . test\"" command=run commit= name=kata-runtime pid=4981 source=runtime version=1.11.0-alpha0
time="2020-04-05T14:54:12+02:00" level=info msg="fetch sandbox" arch=amd64 command=run container=test name=kata-runtime pid=4981 source=virtcontainers
time="2020-04-05T14:54:12+02:00" level=warning msg="failed to get sandbox config from old store: open /var/lib/vc/sbs/test/config.json: no such file or directory" arch=amd64 command=run container=test name=kata-runtime pid=4981 source=virtcontainers
time="2020-04-05T14:54:12+02:00" level=info msg="release sandbox" arch=amd64 command=run container=test name=kata-runtime pid=4981 sandbox=test source=virtcontainers subsystem=sandbox
time="2020-04-05T14:54:12+02:00" level=error msg="ID already in use, unique ID should be provided" arch=amd64 command=run container=test name=kata-runtime pid=4981 source=runtime
time="2020-04-05T14:54:13+02:00" level=info msg="loaded configuration" arch=amd64 command=run file=/usr/share/defaults/kata-containers/configuration.toml format=TOML name=kata-runtime pid=4990 source=katautils
time="2020-04-05T14:54:13+02:00" level=info arch=amd64 arguments="\"run -b . test\"" command=run commit= name=kata-runtime pid=4990 source=runtime version=1.11.0-alpha0
time="2020-04-05T14:54:13+02:00" level=info msg="fetch sandbox" arch=amd64 command=run container=test name=kata-runtime pid=4990 source=virtcontainers
time="2020-04-05T14:54:13+02:00" level=warning msg="failed to get sandbox config from old store: open /var/lib/vc/sbs/test/config.json: no such file or directory" arch=amd64 command=run container=test name=kata-runtime pid=4990 source=virtcontainers
time="2020-04-05T14:54:13+02:00" level=info msg="release sandbox" arch=amd64 command=run container=test name=kata-runtime pid=4990 sandbox=test source=virtcontainers subsystem=sandbox
time="2020-04-05T14:54:13+02:00" level=error msg="ID already in use, unique ID should be provided" arch=amd64 command=run container=test name=kata-runtime pid=4990 source=runtime
time="2020-04-05T14:54:13+02:00" level=info msg="loaded configuration" arch=amd64 command=run file=/usr/share/defaults/kata-containers/configuration.toml format=TOML name=kata-runtime pid=5000 source=katautils
time="2020-04-05T14:54:13+02:00" level=info arch=amd64 arguments="\"run -b . test\"" command=run commit= name=kata-runtime pid=5000 source=runtime version=1.11.0-alpha0
time="2020-04-05T14:54:13+02:00" level=info msg="fetch sandbox" arch=amd64 command=run container=test name=kata-runtime pid=5000 source=virtcontainers
time="2020-04-05T14:54:13+02:00" level=warning msg="failed to get sandbox config from old store: open /var/lib/vc/sbs/test/config.json: no such file or directory" arch=amd64 command=run container=test name=kata-runtime pid=5000 source=virtcontainers
time="2020-04-05T14:54:13+02:00" level=info msg="release sandbox" arch=amd64 command=run container=test name=kata-runtime pid=5000 sandbox=test source=virtcontainers subsystem=sandbox
time="2020-04-05T14:54:13+02:00" level=error msg="ID already in use, unique ID should be provided" arch=amd64 command=run container=test name=kata-runtime pid=5000 source=runtime
time="2020-04-05T14:54:13+02:00" level=info msg="loaded configuration" arch=amd64 command=run file=/usr/share/defaults/kata-containers/configuration.toml format=TOML name=kata-runtime pid=5009 source=katautils
time="2020-04-05T14:54:13+02:00" level=info arch=amd64 arguments="\"run -b . test\"" command=run commit= name=kata-runtime pid=5009 source=runtime version=1.11.0-alpha0
time="2020-04-05T14:54:13+02:00" level=info msg="fetch sandbox" arch=amd64 command=run container=test name=kata-runtime pid=5009 source=virtcontainers
time="2020-04-05T14:54:13+02:00" level=warning msg="failed to get sandbox config from old store: open /var/lib/vc/sbs/test/config.json: no such file or directory" arch=amd64 command=run container=test name=kata-runtime pid=5009 source=virtcontainers
time="2020-04-05T14:54:13+02:00" level=info msg="release sandbox" arch=amd64 command=run container=test name=kata-runtime pid=5009 sandbox=test source=virtcontainers subsystem=sandbox
time="2020-04-05T14:54:13+02:00" level=error msg="ID already in use, unique ID should be provided" arch=amd64 command=run container=test name=kata-runtime pid=5009 source=runtime
time="2020-04-05T14:54:13+02:00" level=info msg="loaded configuration" arch=amd64 command=run file=/usr/share/defaults/kata-containers/configuration.toml format=TOML name=kata-runtime pid=5019 source=katautils
time="2020-04-05T14:54:13+02:00" level=info arch=amd64 arguments="\"run -b . test\"" command=run commit= name=kata-runtime pid=5019 source=runtime version=1.11.0-alpha0
time="2020-04-05T14:54:13+02:00" level=info msg="fetch sandbox" arch=amd64 command=run container=test name=kata-runtime pid=5019 source=virtcontainers
time="2020-04-05T14:54:13+02:00" level=warning msg="failed to get sandbox config from old store: open /var/lib/vc/sbs/test/config.json: no such file or directory" arch=amd64 command=run container=test name=kata-runtime pid=5019 source=virtcontainers
time="2020-04-05T14:54:13+02:00" level=info msg="release sandbox" arch=amd64 command=run container=test name=kata-runtime pid=5019 sandbox=test source=virtcontainers subsystem=sandbox
time="2020-04-05T14:54:13+02:00" level=error msg="ID already in use, unique ID should be provided" arch=amd64 command=run container=test name=kata-runtime pid=5019 source=runtime
time="2020-04-05T14:54:13+02:00" level=info msg="loaded configuration" arch=amd64 command=run file=/usr/share/defaults/kata-containers/configuration.toml format=TOML name=kata-runtime pid=5029 source=katautils
time="2020-04-05T14:54:13+02:00" level=info arch=amd64 arguments="\"run -b . test\"" command=run commit= name=kata-runtime pid=5029 source=runtime version=1.11.0-alpha0
time="2020-04-05T14:54:13+02:00" level=info msg="fetch sandbox" arch=amd64 command=run container=test name=kata-runtime pid=5029 source=virtcontainers
time="2020-04-05T14:54:13+02:00" level=warning msg="failed to get sandbox config from old store: open /var/lib/vc/sbs/test/config.json: no such file or directory" arch=amd64 command=run container=test name=kata-runtime pid=5029 source=virtcontainers
time="2020-04-05T14:54:13+02:00" level=info msg="release sandbox" arch=amd64 command=run container=test name=kata-runtime pid=5029 sandbox=test source=virtcontainers subsystem=sandbox
time="2020-04-05T14:54:13+02:00" level=error msg="ID already in use, unique ID should be provided" arch=amd64 command=run container=test name=kata-runtime pid=5029 source=runtime
time="2020-04-05T14:54:13+02:00" level=info msg="loaded configuration" arch=amd64 command=run file=/usr/share/defaults/kata-containers/configuration.toml format=TOML name=kata-runtime pid=5038 source=katautils
time="2020-04-05T14:54:13+02:00" level=info arch=amd64 arguments="\"run -b . test\"" command=run commit= name=kata-runtime pid=5038 source=runtime version=1.11.0-alpha0
time="2020-04-05T14:54:13+02:00" level=info msg="fetch sandbox" arch=amd64 command=run container=test name=kata-runtime pid=5038 source=virtcontainers
time="2020-04-05T14:54:13+02:00" level=warning msg="failed to get sandbox config from old store: open /var/lib/vc/sbs/test/config.json: no such file or directory" arch=amd64 command=run container=test name=kata-runtime pid=5038 source=virtcontainers
time="2020-04-05T14:54:13+02:00" level=info msg="release sandbox" arch=amd64 command=run container=test name=kata-runtime pid=5038 sandbox=test source=virtcontainers subsystem=sandbox
time="2020-04-05T14:54:13+02:00" level=error msg="ID already in use, unique ID should be provided" arch=amd64 command=run container=test name=kata-runtime pid=5038 source=runtime
time="2020-04-05T14:54:13+02:00" level=info msg="loaded configuration" arch=amd64 command=run file=/usr/share/defaults/kata-containers/configuration.toml format=TOML name=kata-runtime pid=5048 source=katautils
time="2020-04-05T14:54:13+02:00" level=info arch=amd64 arguments="\"run -b . test\"" command=run commit= name=kata-runtime pid=5048 source=runtime version=1.11.0-alpha0
time="2020-04-05T14:54:13+02:00" level=info msg="fetch sandbox" arch=amd64 command=run container=test name=kata-runtime pid=5048 source=virtcontainers
time="2020-04-05T14:54:13+02:00" level=warning msg="failed to get sandbox config from old store: open /var/lib/vc/sbs/test/config.json: no such file or directory" arch=amd64 command=run container=test name=kata-runtime pid=5048 source=virtcontainers
time="2020-04-05T14:54:13+02:00" level=info msg="release sandbox" arch=amd64 command=run container=test name=kata-runtime pid=5048 sandbox=test source=virtcontainers subsystem=sandbox
time="2020-04-05T14:54:13+02:00" level=error msg="ID already in use, unique ID should be provided" arch=amd64 command=run container=test name=kata-runtime pid=5048 source=runtime
time="2020-04-05T14:54:13+02:00" level=info msg="loaded configuration" arch=amd64 command=run file=/usr/share/defaults/kata-containers/configuration.toml format=TOML name=kata-runtime pid=5058 source=katautils
time="2020-04-05T14:54:13+02:00" level=info arch=amd64 arguments="\"run -b . test\"" command=run commit= name=kata-runtime pid=5058 source=runtime version=1.11.0-alpha0
time="2020-04-05T14:54:13+02:00" level=info msg="fetch sandbox" arch=amd64 command=run container=test name=kata-runtime pid=5058 source=virtcontainers
time="2020-04-05T14:54:13+02:00" level=warning msg="failed to get sandbox config from old store: open /var/lib/vc/sbs/test/config.json: no such file or directory" arch=amd64 command=run container=test name=kata-runtime pid=5058 source=virtcontainers
time="2020-04-05T14:54:13+02:00" level=info msg="release sandbox" arch=amd64 command=run container=test name=kata-runtime pid=5058 sandbox=test source=virtcontainers subsystem=sandbox
time="2020-04-05T14:54:13+02:00" level=error msg="ID already in use, unique ID should be provided" arch=amd64 command=run container=test name=kata-runtime pid=5058 source=runtime
time="2020-04-05T14:54:13+02:00" level=info msg="loaded configuration" arch=amd64 command=run file=/usr/share/defaults/kata-containers/configuration.toml format=TOML name=kata-runtime pid=5068 source=katautils
time="2020-04-05T14:54:13+02:00" level=info arch=amd64 arguments="\"run -b . test\"" command=run commit= name=kata-runtime pid=5068 source=runtime version=1.11.0-alpha0
time="2020-04-05T14:54:13+02:00" level=info msg="fetch sandbox" arch=amd64 command=run container=test name=kata-runtime pid=5068 source=virtcontainers
time="2020-04-05T14:54:13+02:00" level=warning msg="failed to get sandbox config from old store: open /var/lib/vc/sbs/test/config.json: no such file or directory" arch=amd64 command=run container=test name=kata-runtime pid=5068 source=virtcontainers
time="2020-04-05T14:54:13+02:00" level=info msg="release sandbox" arch=amd64 command=run container=test name=kata-runtime pid=5068 sandbox=test source=virtcontainers subsystem=sandbox
time="2020-04-05T14:54:13+02:00" level=error msg="ID already in use, unique ID should be provided" arch=amd64 command=run container=test name=kata-runtime pid=5068 source=runtime
time="2020-04-05T14:54:13+02:00" level=info msg="loaded configuration" arch=amd64 command=run file=/usr/share/defaults/kata-containers/configuration.toml format=TOML name=kata-runtime pid=5077 source=katautils
time="2020-04-05T14:54:13+02:00" level=info arch=amd64 arguments="\"run -b . test\"" command=run commit= name=kata-runtime pid=5077 source=runtime version=1.11.0-alpha0
time="2020-04-05T14:54:13+02:00" level=info msg="fetch sandbox" arch=amd64 command=run container=test name=kata-runtime pid=5077 source=virtcontainers
time="2020-04-05T14:54:13+02:00" level=warning msg="failed to get sandbox config from old store: open /var/lib/vc/sbs/test/config.json: no such file or directory" arch=amd64 command=run container=test name=kata-runtime pid=5077 source=virtcontainers
time="2020-04-05T14:54:13+02:00" level=info msg="release sandbox" arch=amd64 command=run container=test name=kata-runtime pid=5077 sandbox=test source=virtcontainers subsystem=sandbox
time="2020-04-05T14:54:13+02:00" level=error msg="ID already in use, unique ID should be provided" arch=amd64 command=run container=test name=kata-runtime pid=5077 source=runtime
time="2020-04-05T14:54:13+02:00" level=info msg="loaded configuration" arch=amd64 command=run file=/usr/share/defaults/kata-containers/configuration.toml format=TOML name=kata-runtime pid=5086 source=katautils
time="2020-04-05T14:54:13+02:00" level=info arch=amd64 arguments="\"run -b . test\"" command=run commit= name=kata-runtime pid=5086 source=runtime version=1.11.0-alpha0
time="2020-04-05T14:54:13+02:00" level=info msg="fetch sandbox" arch=amd64 command=run container=test name=kata-runtime pid=5086 source=virtcontainers
time="2020-04-05T14:54:13+02:00" level=warning msg="failed to get sandbox config from old store: open /var/lib/vc/sbs/test/config.json: no such file or directory" arch=amd64 command=run container=test name=kata-runtime pid=5086 source=virtcontainers
time="2020-04-05T14:54:13+02:00" level=info msg="release sandbox" arch=amd64 command=run container=test name=kata-runtime pid=5086 sandbox=test source=virtcontainers subsystem=sandbox
time="2020-04-05T14:54:13+02:00" level=error msg="ID already in use, unique ID should be provided" arch=amd64 command=run container=test name=kata-runtime pid=5086 source=runtime
time="2020-04-05T14:54:13+02:00" level=info msg="loaded configuration" arch=amd64 command=run file=/usr/share/defaults/kata-containers/configuration.toml format=TOML name=kata-runtime pid=5097 source=katautils
time="2020-04-05T14:54:13+02:00" level=info arch=amd64 arguments="\"run -b . test\"" command=run commit= name=kata-runtime pid=5097 source=runtime version=1.11.0-alpha0
time="2020-04-05T14:54:13+02:00" level=info msg="fetch sandbox" arch=amd64 command=run container=test name=kata-runtime pid=5097 source=virtcontainers
time="2020-04-05T14:54:13+02:00" level=warning msg="failed to get sandbox config from old store: open /var/lib/vc/sbs/test/config.json: no such file or directory" arch=amd64 command=run container=test name=kata-runtime pid=5097 source=virtcontainers
time="2020-04-05T14:54:13+02:00" level=info msg="release sandbox" arch=amd64 command=run container=test name=kata-runtime pid=5097 sandbox=test source=virtcontainers subsystem=sandbox
time="2020-04-05T14:54:13+02:00" level=error msg="ID already in use, unique ID should be provided" arch=amd64 command=run container=test name=kata-runtime pid=5097 source=runtime
time="2020-04-05T14:54:13+02:00" level=info msg="loaded configuration" arch=amd64 command=run file=/usr/share/defaults/kata-containers/configuration.toml format=TOML name=kata-runtime pid=5106 source=katautils
time="2020-04-05T14:54:13+02:00" level=info arch=amd64 arguments="\"run -b . test\"" command=run commit= name=kata-runtime pid=5106 source=runtime version=1.11.0-alpha0
time="2020-04-05T14:54:13+02:00" level=info msg="fetch sandbox" arch=amd64 command=run container=test name=kata-runtime pid=5106 source=virtcontainers
time="2020-04-05T14:54:13+02:00" level=warning msg="failed to get sandbox config from old store: open /var/lib/vc/sbs/test/config.json: no such file or directory" arch=amd64 command=run container=test name=kata-runtime pid=5106 source=virtcontainers
time="2020-04-05T14:54:13+02:00" level=info msg="release sandbox" arch=amd64 command=run container=test name=kata-runtime pid=5106 sandbox=test source=virtcontainers subsystem=sandbox
time="2020-04-05T14:54:13+02:00" level=error msg="ID already in use, unique ID should be provided" arch=amd64 command=run container=test name=kata-runtime pid=5106 source=runtime
time="2020-04-05T14:54:13+02:00" level=info msg="loaded configuration" arch=amd64 command=run file=/usr/share/defaults/kata-containers/configuration.toml format=TOML name=kata-runtime pid=5115 source=katautils
time="2020-04-05T14:54:13+02:00" level=info arch=amd64 arguments="\"run -b . test\"" command=run commit= name=kata-runtime pid=5115 source=runtime version=1.11.0-alpha0
time="2020-04-05T14:54:13+02:00" level=info msg="fetch sandbox" arch=amd64 command=run container=test name=kata-runtime pid=5115 source=virtcontainers
time="2020-04-05T14:54:13+02:00" level=warning msg="failed to get sandbox config from old store: open /var/lib/vc/sbs/test/config.json: no such file or directory" arch=amd64 command=run container=test name=kata-runtime pid=5115 source=virtcontainers
time="2020-04-05T14:54:13+02:00" level=info msg="release sandbox" arch=amd64 command=run container=test name=kata-runtime pid=5115 sandbox=test source=virtcontainers subsystem=sandbox
time="2020-04-05T14:54:13+02:00" level=error msg="ID already in use, unique ID should be provided" arch=amd64 command=run container=test name=kata-runtime pid=5115 source=runtime
time="2020-04-05T14:54:14+02:00" level=info msg="loaded configuration" arch=amd64 command=run file=/usr/share/defaults/kata-containers/configuration.toml format=TOML name=kata-runtime pid=5125 source=katautils
time="2020-04-05T14:54:14+02:00" level=info arch=amd64 arguments="\"run -b . test\"" command=run commit= name=kata-runtime pid=5125 source=runtime version=1.11.0-alpha0
time="2020-04-05T14:54:14+02:00" level=info msg="fetch sandbox" arch=amd64 command=run container=test name=kata-runtime pid=5125 source=virtcontainers
time="2020-04-05T14:54:14+02:00" level=warning msg="failed to get sandbox config from old store: open /var/lib/vc/sbs/test/config.json: no such file or directory" arch=amd64 command=run container=test name=kata-runtime pid=5125 source=virtcontainers
time="2020-04-05T14:54:14+02:00" level=info msg="release sandbox" arch=amd64 command=run container=test name=kata-runtime pid=5125 sandbox=test source=virtcontainers subsystem=sandbox
time="2020-04-05T14:54:14+02:00" level=error msg="ID already in use, unique ID should be provided" arch=amd64 command=run container=test name=kata-runtime pid=5125 source=runtime
time="2020-04-05T14:54:14+02:00" level=info msg="loaded configuration" arch=amd64 command=run file=/usr/share/defaults/kata-containers/configuration.toml format=TOML name=kata-runtime pid=5135 source=katautils
time="2020-04-05T14:54:14+02:00" level=info arch=amd64 arguments="\"run -b . test\"" command=run commit= name=kata-runtime pid=5135 source=runtime version=1.11.0-alpha0
time="2020-04-05T14:54:14+02:00" level=info msg="fetch sandbox" arch=amd64 command=run container=test name=kata-runtime pid=5135 source=virtcontainers
time="2020-04-05T14:54:14+02:00" level=warning msg="failed to get sandbox config from old store: open /var/lib/vc/sbs/test/config.json: no such file or directory" arch=amd64 command=run container=test name=kata-runtime pid=5135 source=virtcontainers
time="2020-04-05T14:54:14+02:00" level=info msg="release sandbox" arch=amd64 command=run container=test name=kata-runtime pid=5135 sandbox=test source=virtcontainers subsystem=sandbox
time="2020-04-05T14:54:14+02:00" level=error msg="ID already in use, unique ID should be provided" arch=amd64 command=run container=test name=kata-runtime pid=5135 source=runtime
time="2020-04-05T14:54:14+02:00" level=info msg="loaded configuration" arch=amd64 command=run file=/usr/share/defaults/kata-containers/configuration.toml format=TOML name=kata-runtime pid=5145 source=katautils
time="2020-04-05T14:54:14+02:00" level=info arch=amd64 arguments="\"run -b . test\"" command=run commit= name=kata-runtime pid=5145 source=runtime version=1.11.0-alpha0
time="2020-04-05T14:54:14+02:00" level=info msg="fetch sandbox" arch=amd64 command=run container=test name=kata-runtime pid=5145 source=virtcontainers
time="2020-04-05T14:54:14+02:00" level=warning msg="failed to get sandbox config from old store: open /var/lib/vc/sbs/test/config.json: no such file or directory" arch=amd64 command=run container=test name=kata-runtime pid=5145 source=virtcontainers
time="2020-04-05T14:54:14+02:00" level=info msg="release sandbox" arch=amd64 command=run container=test name=kata-runtime pid=5145 sandbox=test source=virtcontainers subsystem=sandbox
time="2020-04-05T14:54:14+02:00" level=error msg="ID already in use, unique ID should be provided" arch=amd64 command=run container=test name=kata-runtime pid=5145 source=runtime
time="2020-04-05T14:54:14+02:00" level=info msg="loaded configuration" arch=amd64 command=run file=/usr/share/defaults/kata-containers/configuration.toml format=TOML name=kata-runtime pid=5153 source=katautils
time="2020-04-05T14:54:14+02:00" level=info arch=amd64 arguments="\"run -b . test\"" command=run commit= name=kata-runtime pid=5153 source=runtime version=1.11.0-alpha0
time="2020-04-05T14:54:14+02:00" level=info msg="fetch sandbox" arch=amd64 command=run container=test name=kata-runtime pid=5153 source=virtcontainers
time="2020-04-05T14:54:14+02:00" level=warning msg="failed to get sandbox config from old store: open /var/lib/vc/sbs/test/config.json: no such file or directory" arch=amd64 command=run container=test name=kata-runtime pid=5153 source=virtcontainers
time="2020-04-05T14:54:14+02:00" level=info msg="release sandbox" arch=amd64 command=run container=test name=kata-runtime pid=5153 sandbox=test source=virtcontainers subsystem=sandbox
time="2020-04-05T14:54:14+02:00" level=error msg="ID already in use, unique ID should be provided" arch=amd64 command=run container=test name=kata-runtime pid=5153 source=runtime
time="2020-04-05T14:54:14+02:00" level=info msg="loaded configuration" arch=amd64 command=run file=/usr/share/defaults/kata-containers/configuration.toml format=TOML name=kata-runtime pid=5163 source=katautils
time="2020-04-05T14:54:14+02:00" level=info arch=amd64 arguments="\"run -b . test\"" command=run commit= name=kata-runtime pid=5163 source=runtime version=1.11.0-alpha0
time="2020-04-05T14:54:14+02:00" level=info msg="fetch sandbox" arch=amd64 command=run container=test name=kata-runtime pid=5163 source=virtcontainers
time="2020-04-05T14:54:14+02:00" level=warning msg="failed to get sandbox config from old store: open /var/lib/vc/sbs/test/config.json: no such file or directory" arch=amd64 command=run container=test name=kata-runtime pid=5163 source=virtcontainers
time="2020-04-05T14:54:14+02:00" level=info msg="release sandbox" arch=amd64 command=run container=test name=kata-runtime pid=5163 sandbox=test source=virtcontainers subsystem=sandbox
time="2020-04-05T14:54:14+02:00" level=error msg="ID already in use, unique ID should be provided" arch=amd64 command=run container=test name=kata-runtime pid=5163 source=runtime
time="2020-04-05T14:54:14+02:00" level=info msg="loaded configuration" arch=amd64 command=run file=/usr/share/defaults/kata-containers/configuration.toml format=TOML name=kata-runtime pid=5172 source=katautils
time="2020-04-05T14:54:14+02:00" level=info arch=amd64 arguments="\"run -b . test\"" command=run commit= name=kata-runtime pid=5172 source=runtime version=1.11.0-alpha0
time="2020-04-05T14:54:14+02:00" level=info msg="fetch sandbox" arch=amd64 command=run container=test name=kata-runtime pid=5172 source=virtcontainers
time="2020-04-05T14:54:14+02:00" level=warning msg="failed to get sandbox config from old store: open /var/lib/vc/sbs/test/config.json: no such file or directory" arch=amd64 command=run container=test name=kata-runtime pid=5172 source=virtcontainers
time="2020-04-05T14:54:14+02:00" level=info msg="release sandbox" arch=amd64 command=run container=test name=kata-runtime pid=5172 sandbox=test source=virtcontainers subsystem=sandbox
time="2020-04-05T14:54:14+02:00" level=error msg="ID already in use, unique ID should be provided" arch=amd64 command=run container=test name=kata-runtime pid=5172 source=runtime
time="2020-04-05T14:54:14+02:00" level=info msg="loaded configuration" arch=amd64 command=run file=/usr/share/defaults/kata-containers/configuration.toml format=TOML name=kata-runtime pid=5181 source=katautils
time="2020-04-05T14:54:14+02:00" level=info arch=amd64 arguments="\"run -b . test\"" command=run commit= name=kata-runtime pid=5181 source=runtime version=1.11.0-alpha0
time="2020-04-05T14:54:14+02:00" level=info msg="fetch sandbox" arch=amd64 command=run container=test name=kata-runtime pid=5181 source=virtcontainers
time="2020-04-05T14:54:14+02:00" level=warning msg="failed to get sandbox config from old store: open /var/lib/vc/sbs/test/config.json: no such file or directory" arch=amd64 command=run container=test name=kata-runtime pid=5181 source=virtcontainers
time="2020-04-05T14:54:14+02:00" level=info msg="release sandbox" arch=amd64 command=run container=test name=kata-runtime pid=5181 sandbox=test source=virtcontainers subsystem=sandbox
time="2020-04-05T14:54:14+02:00" level=error msg="ID already in use, unique ID should be provided" arch=amd64 command=run container=test name=kata-runtime pid=5181 source=runtime
time="2020-04-05T14:54:14+02:00" level=info msg="loaded configuration" arch=amd64 command=run file=/usr/share/defaults/kata-containers/configuration.toml format=TOML name=kata-runtime pid=5190 source=katautils
time="2020-04-05T14:54:14+02:00" level=info arch=amd64 arguments="\"run -b . test\"" command=run commit= name=kata-runtime pid=5190 source=runtime version=1.11.0-alpha0
time="2020-04-05T14:54:14+02:00" level=info msg="fetch sandbox" arch=amd64 command=run container=test name=kata-runtime pid=5190 source=virtcontainers
time="2020-04-05T14:54:14+02:00" level=warning msg="failed to get sandbox config from old store: open /var/lib/vc/sbs/test/config.json: no such file or directory" arch=amd64 command=run container=test name=kata-runtime pid=5190 source=virtcontainers
time="2020-04-05T14:54:14+02:00" level=info msg="release sandbox" arch=amd64 command=run container=test name=kata-runtime pid=5190 sandbox=test source=virtcontainers subsystem=sandbox
time="2020-04-05T14:54:14+02:00" level=error msg="ID already in use, unique ID should be provided" arch=amd64 command=run container=test name=kata-runtime pid=5190 source=runtime
time="2020-04-05T14:54:14+02:00" level=info msg="loaded configuration" arch=amd64 command=run file=/usr/share/defaults/kata-containers/configuration.toml format=TOML name=kata-runtime pid=5200 source=katautils
time="2020-04-05T14:54:14+02:00" level=info arch=amd64 arguments="\"run -b . test\"" command=run commit= name=kata-runtime pid=5200 source=runtime version=1.11.0-alpha0
time="2020-04-05T14:54:14+02:00" level=info msg="fetch sandbox" arch=amd64 command=run container=test name=kata-runtime pid=5200 source=virtcontainers
time="2020-04-05T14:54:14+02:00" level=warning msg="failed to get sandbox config from old store: open /var/lib/vc/sbs/test/config.json: no such file or directory" arch=amd64 command=run container=test name=kata-runtime pid=5200 source=virtcontainers
time="2020-04-05T14:54:14+02:00" level=info msg="release sandbox" arch=amd64 command=run container=test name=kata-runtime pid=5200 sandbox=test source=virtcontainers subsystem=sandbox
time="2020-04-05T14:54:14+02:00" level=error msg="ID already in use, unique ID should be provided" arch=amd64 command=run container=test name=kata-runtime pid=5200 source=runtime
time="2020-04-05T14:54:14+02:00" level=info msg="loaded configuration" arch=amd64 command=run file=/usr/share/defaults/kata-containers/configuration.toml format=TOML name=kata-runtime pid=5209 source=katautils
time="2020-04-05T14:54:14+02:00" level=info arch=amd64 arguments="\"run -b . test\"" command=run commit= name=kata-runtime pid=5209 source=runtime version=1.11.0-alpha0
time="2020-04-05T14:54:14+02:00" level=info msg="fetch sandbox" arch=amd64 command=run container=test name=kata-runtime pid=5209 source=virtcontainers
time="2020-04-05T14:54:14+02:00" level=warning msg="failed to get sandbox config from old store: open /var/lib/vc/sbs/test/config.json: no such file or directory" arch=amd64 command=run container=test name=kata-runtime pid=5209 source=virtcontainers
time="2020-04-05T14:54:14+02:00" level=info msg="release sandbox" arch=amd64 command=run container=test name=kata-runtime pid=5209 sandbox=test source=virtcontainers subsystem=sandbox
time="2020-04-05T14:54:14+02:00" level=error msg="ID already in use, unique ID should be provided" arch=amd64 command=run container=test name=kata-runtime pid=5209 source=runtime
time="2020-04-05T14:54:14+02:00" level=info msg="loaded configuration" arch=amd64 command=run file=/usr/share/defaults/kata-containers/configuration.toml format=TOML name=kata-runtime pid=5218 source=katautils
time="2020-04-05T14:54:14+02:00" level=info arch=amd64 arguments="\"run -b . test\"" command=run commit= name=kata-runtime pid=5218 source=runtime version=1.11.0-alpha0
time="2020-04-05T14:54:14+02:00" level=info msg="fetch sandbox" arch=amd64 command=run container=test name=kata-runtime pid=5218 source=virtcontainers
time="2020-04-05T14:54:14+02:00" level=warning msg="failed to get sandbox config from old store: open /var/lib/vc/sbs/test/config.json: no such file or directory" arch=amd64 command=run container=test name=kata-runtime pid=5218 source=virtcontainers
time="2020-04-05T14:54:14+02:00" level=info msg="release sandbox" arch=amd64 command=run container=test name=kata-runtime pid=5218 sandbox=test source=virtcontainers subsystem=sandbox
time="2020-04-05T14:54:14+02:00" level=error msg="ID already in use, unique ID should be provided" arch=amd64 command=run container=test name=kata-runtime pid=5218 source=runtime
time="2020-04-05T14:54:14+02:00" level=info msg="loaded configuration" arch=amd64 command=run file=/usr/share/defaults/kata-containers/configuration.toml format=TOML name=kata-runtime pid=5226 source=katautils
time="2020-04-05T14:54:14+02:00" level=info arch=amd64 arguments="\"run -b . test\"" command=run commit= name=kata-runtime pid=5226 source=runtime version=1.11.0-alpha0
time="2020-04-05T14:54:14+02:00" level=info msg="fetch sandbox" arch=amd64 command=run container=test name=kata-runtime pid=5226 source=virtcontainers
time="2020-04-05T14:54:14+02:00" level=warning msg="failed to get sandbox config from old store: open /var/lib/vc/sbs/test/config.json: no such file or directory" arch=amd64 command=run container=test name=kata-runtime pid=5226 source=virtcontainers
time="2020-04-05T14:54:14+02:00" level=info msg="release sandbox" arch=amd64 command=run container=test name=kata-runtime pid=5226 sandbox=test source=virtcontainers subsystem=sandbox
time="2020-04-05T14:54:14+02:00" level=error msg="ID already in use, unique ID should be provided" arch=amd64 command=run container=test name=kata-runtime pid=5226 source=runtime
time="2020-04-05T14:54:14+02:00" level=info msg="loaded configuration" arch=amd64 command=run file=/usr/share/defaults/kata-containers/configuration.toml format=TOML name=kata-runtime pid=5236 source=katautils
time="2020-04-05T14:54:14+02:00" level=info arch=amd64 arguments="\"run -b . test\"" command=run commit= name=kata-runtime pid=5236 source=runtime version=1.11.0-alpha0
time="2020-04-05T14:54:14+02:00" level=info msg="fetch sandbox" arch=amd64 command=run container=test name=kata-runtime pid=5236 source=virtcontainers
time="2020-04-05T14:54:14+02:00" level=warning msg="failed to get sandbox config from old store: open /var/lib/vc/sbs/test/config.json: no such file or directory" arch=amd64 command=run container=test name=kata-runtime pid=5236 source=virtcontainers
time="2020-04-05T14:54:14+02:00" level=info msg="release sandbox" arch=amd64 command=run container=test name=kata-runtime pid=5236 sandbox=test source=virtcontainers subsystem=sandbox
time="2020-04-05T14:54:14+02:00" level=error msg="ID already in use, unique ID should be provided" arch=amd64 command=run container=test name=kata-runtime pid=5236 source=runtime
time="2020-04-05T14:54:14+02:00" level=info msg="loaded configuration" arch=amd64 command=run file=/usr/share/defaults/kata-containers/configuration.toml format=TOML name=kata-runtime pid=5245 source=katautils
time="2020-04-05T14:54:14+02:00" level=info arch=amd64 arguments="\"run -b . test\"" command=run commit= name=kata-runtime pid=5245 source=runtime version=1.11.0-alpha0
time="2020-04-05T14:54:14+02:00" level=info msg="fetch sandbox" arch=amd64 command=run container=test name=kata-runtime pid=5245 source=virtcontainers
time="2020-04-05T14:54:14+02:00" level=warning msg="failed to get sandbox config from old store: open /var/lib/vc/sbs/test/config.json: no such file or directory" arch=amd64 command=run container=test name=kata-runtime pid=5245 source=virtcontainers
time="2020-04-05T14:54:14+02:00" level=info msg="release sandbox" arch=amd64 command=run container=test name=kata-runtime pid=5245 sandbox=test source=virtcontainers subsystem=sandbox
time="2020-04-05T14:54:14+02:00" level=error msg="ID already in use, unique ID should be provided" arch=amd64 command=run container=test name=kata-runtime pid=5245 source=runtime
time="2020-04-05T14:54:15+02:00" level=info msg="loaded configuration" arch=amd64 command=run file=/usr/share/defaults/kata-containers/configuration.toml format=TOML name=kata-runtime pid=5255 source=katautils
time="2020-04-05T14:54:15+02:00" level=info arch=amd64 arguments="\"run -b . test\"" command=run commit= name=kata-runtime pid=5255 source=runtime version=1.11.0-alpha0
time="2020-04-05T14:54:15+02:00" level=info msg="fetch sandbox" arch=amd64 command=run container=test name=kata-runtime pid=5255 source=virtcontainers
time="2020-04-05T14:54:15+02:00" level=warning msg="failed to get sandbox config from old store: open /var/lib/vc/sbs/test/config.json: no such file or directory" arch=amd64 command=run container=test name=kata-runtime pid=5255 source=virtcontainers
time="2020-04-05T14:54:15+02:00" level=info msg="release sandbox" arch=amd64 command=run container=test name=kata-runtime pid=5255 sandbox=test source=virtcontainers subsystem=sandbox
time="2020-04-05T14:54:15+02:00" level=error msg="ID already in use, unique ID should be provided" arch=amd64 command=run container=test name=kata-runtime pid=5255 source=runtime
time="2020-04-05T14:54:15+02:00" level=info msg="loaded configuration" arch=amd64 command=run file=/usr/share/defaults/kata-containers/configuration.toml format=TOML name=kata-runtime pid=5264 source=katautils
time="2020-04-05T14:54:15+02:00" level=info arch=amd64 arguments="\"run -b . test\"" command=run commit= name=kata-runtime pid=5264 source=runtime version=1.11.0-alpha0
time="2020-04-05T14:54:15+02:00" level=info msg="fetch sandbox" arch=amd64 command=run container=test name=kata-runtime pid=5264 source=virtcontainers
time="2020-04-05T14:54:15+02:00" level=warning msg="failed to get sandbox config from old store: open /var/lib/vc/sbs/test/config.json: no such file or directory" arch=amd64 command=run container=test name=kata-runtime pid=5264 source=virtcontainers
time="2020-04-05T14:54:15+02:00" level=info msg="release sandbox" arch=amd64 command=run container=test name=kata-runtime pid=5264 sandbox=test source=virtcontainers subsystem=sandbox
time="2020-04-05T14:54:15+02:00" level=error msg="ID already in use, unique ID should be provided" arch=amd64 command=run container=test name=kata-runtime pid=5264 source=runtime
time="2020-04-05T14:54:15+02:00" level=info msg="loaded configuration" arch=amd64 command=run file=/usr/share/defaults/kata-containers/configuration.toml format=TOML name=kata-runtime pid=5272 source=katautils
time="2020-04-05T14:54:15+02:00" level=info arch=amd64 arguments="\"run -b . test\"" command=run commit= name=kata-runtime pid=5272 source=runtime version=1.11.0-alpha0
time="2020-04-05T14:54:15+02:00" level=info msg="fetch sandbox" arch=amd64 command=run container=test name=kata-runtime pid=5272 source=virtcontainers
time="2020-04-05T14:54:15+02:00" level=warning msg="failed to get sandbox config from old store: open /var/lib/vc/sbs/test/config.json: no such file or directory" arch=amd64 command=run container=test name=kata-runtime pid=5272 source=virtcontainers
time="2020-04-05T14:54:15+02:00" level=info msg="release sandbox" arch=amd64 command=run container=test name=kata-runtime pid=5272 sandbox=test source=virtcontainers subsystem=sandbox
time="2020-04-05T14:54:15+02:00" level=error msg="ID already in use, unique ID should be provided" arch=amd64 command=run container=test name=kata-runtime pid=5272 source=runtime
time="2020-04-05T14:54:15+02:00" level=info msg="loaded configuration" arch=amd64 command=run file=/usr/share/defaults/kata-containers/configuration.toml format=TOML name=kata-runtime pid=5281 source=katautils
time="2020-04-05T14:54:15+02:00" level=info arch=amd64 arguments="\"run -b . test\"" command=run commit= name=kata-runtime pid=5281 source=runtime version=1.11.0-alpha0
time="2020-04-05T14:54:15+02:00" level=info msg="fetch sandbox" arch=amd64 command=run container=test name=kata-runtime pid=5281 source=virtcontainers
time="2020-04-05T14:54:15+02:00" level=warning msg="failed to get sandbox config from old store: open /var/lib/vc/sbs/test/config.json: no such file or directory" arch=amd64 command=run container=test name=kata-runtime pid=5281 source=virtcontainers
time="2020-04-05T14:54:15+02:00" level=info msg="release sandbox" arch=amd64 command=run container=test name=kata-runtime pid=5281 sandbox=test source=virtcontainers subsystem=sandbox
time="2020-04-05T14:54:15+02:00" level=error msg="ID already in use, unique ID should be provided" arch=amd64 command=run container=test name=kata-runtime pid=5281 source=runtime
time="2020-04-05T14:54:15+02:00" level=info msg="loaded configuration" arch=amd64 command=run file=/usr/share/defaults/kata-containers/configuration.toml format=TOML name=kata-runtime pid=5290 source=katautils
time="2020-04-05T14:54:15+02:00" level=info arch=amd64 arguments="\"run -b . test\"" command=run commit= name=kata-runtime pid=5290 source=runtime version=1.11.0-alpha0
time="2020-04-05T14:54:15+02:00" level=info msg="fetch sandbox" arch=amd64 command=run container=test name=kata-runtime pid=5290 source=virtcontainers
time="2020-04-05T14:54:15+02:00" level=warning msg="failed to get sandbox config from old store: open /var/lib/vc/sbs/test/config.json: no such file or directory" arch=amd64 command=run container=test name=kata-runtime pid=5290 source=virtcontainers
time="2020-04-05T14:54:15+02:00" level=info msg="release sandbox" arch=amd64 command=run container=test name=kata-runtime pid=5290 sandbox=test source=virtcontainers subsystem=sandbox
time="2020-04-05T14:54:15+02:00" level=error msg="ID already in use, unique ID should be provided" arch=amd64 command=run container=test name=kata-runtime pid=5290 source=runtime
time="2020-04-05T14:54:15+02:00" level=info msg="loaded configuration" arch=amd64 command=run file=/usr/share/defaults/kata-containers/configuration.toml format=TOML name=kata-runtime pid=5301 source=katautils
time="2020-04-05T14:54:15+02:00" level=info arch=amd64 arguments="\"run -b . test\"" command=run commit= name=kata-runtime pid=5301 source=runtime version=1.11.0-alpha0
time="2020-04-05T14:54:15+02:00" level=info msg="fetch sandbox" arch=amd64 command=run container=test name=kata-runtime pid=5301 source=virtcontainers
time="2020-04-05T14:54:15+02:00" level=warning msg="failed to get sandbox config from old store: open /var/lib/vc/sbs/test/config.json: no such file or directory" arch=amd64 command=run container=test name=kata-runtime pid=5301 source=virtcontainers
time="2020-04-05T14:54:15+02:00" level=info msg="release sandbox" arch=amd64 command=run container=test name=kata-runtime pid=5301 sandbox=test source=virtcontainers subsystem=sandbox
time="2020-04-05T14:54:15+02:00" level=error msg="ID already in use, unique ID should be provided" arch=amd64 command=run container=test name=kata-runtime pid=5301 source=runtime
time="2020-04-05T14:54:15+02:00" level=info msg="loaded configuration" arch=amd64 command=run file=/usr/share/defaults/kata-containers/configuration.toml format=TOML name=kata-runtime pid=5310 source=katautils
time="2020-04-05T14:54:15+02:00" level=info arch=amd64 arguments="\"run -b . test\"" command=run commit= name=kata-runtime pid=5310 source=runtime version=1.11.0-alpha0
time="2020-04-05T14:54:15+02:00" level=info msg="fetch sandbox" arch=amd64 command=run container=test name=kata-runtime pid=5310 source=virtcontainers
time="2020-04-05T14:54:15+02:00" level=warning msg="failed to get sandbox config from old store: open /var/lib/vc/sbs/test/config.json: no such file or directory" arch=amd64 command=run container=test name=kata-runtime pid=5310 source=virtcontainers
time="2020-04-05T14:54:15+02:00" level=info msg="release sandbox" arch=amd64 command=run container=test name=kata-runtime pid=5310 sandbox=test source=virtcontainers subsystem=sandbox
time="2020-04-05T14:54:15+02:00" level=error msg="ID already in use, unique ID should be provided" arch=amd64 command=run container=test name=kata-runtime pid=5310 source=runtime
time="2020-04-05T14:54:36+02:00" level=info msg="loaded configuration" arch=amd64 command=run file=/usr/share/defaults/kata-containers/configuration.toml format=TOML name=kata-runtime pid=5329 source=katautils
time="2020-04-05T14:54:36+02:00" level=info arch=amd64 arguments="\"run -b . t\"" command=run commit= name=kata-runtime pid=5329 source=runtime version=1.11.0-alpha0
time="2020-04-05T14:54:36+02:00" level=error msg="open /home/guillaume/config.json: no such file or directory" arch=amd64 command=run container=t name=kata-runtime pid=5329 source=runtime
time="2020-04-05T14:54:36+02:00" level=info msg="loaded configuration" arch=amd64 command=run file=/usr/share/defaults/kata-containers/configuration.toml format=TOML name=kata-runtime pid=5338 source=katautils
time="2020-04-05T14:54:36+02:00" level=info arch=amd64 arguments="\"run -b . t\"" command=run commit= name=kata-runtime pid=5338 source=runtime version=1.11.0-alpha0
time="2020-04-05T14:54:36+02:00" level=error msg="open /home/guillaume/config.json: no such file or directory" arch=amd64 command=run container=t name=kata-runtime pid=5338 source=runtime
time="2020-04-05T14:54:36+02:00" level=info msg="loaded configuration" arch=amd64 command=run file=/usr/share/defaults/kata-containers/configuration.toml format=TOML name=kata-runtime pid=5347 source=katautils
time="2020-04-05T14:54:36+02:00" level=info arch=amd64 arguments="\"run -b . t\"" command=run commit= name=kata-runtime pid=5347 source=runtime version=1.11.0-alpha0
time="2020-04-05T14:54:36+02:00" level=error msg="open /home/guillaume/config.json: no such file or directory" arch=amd64 command=run container=t name=kata-runtime pid=5347 source=runtime
time="2020-04-05T14:54:36+02:00" level=info msg="loaded configuration" arch=amd64 command=run file=/usr/share/defaults/kata-containers/configuration.toml format=TOML name=kata-runtime pid=5356 source=katautils
time="2020-04-05T14:54:36+02:00" level=info arch=amd64 arguments="\"run -b . t\"" command=run commit= name=kata-runtime pid=5356 source=runtime version=1.11.0-alpha0
time="2020-04-05T14:54:36+02:00" level=error msg="open /home/guillaume/config.json: no such file or directory" arch=amd64 command=run container=t name=kata-runtime pid=5356 source=runtime
time="2020-04-05T14:54:36+02:00" level=info msg="loaded configuration" arch=amd64 command=run file=/usr/share/defaults/kata-containers/configuration.toml format=TOML name=kata-runtime pid=5365 source=katautils
time="2020-04-05T14:54:36+02:00" level=info arch=amd64 arguments="\"run -b . t\"" command=run commit= name=kata-runtime pid=5365 source=runtime version=1.11.0-alpha0
time="2020-04-05T14:54:36+02:00" level=error msg="open /home/guillaume/config.json: no such file or directory" arch=amd64 command=run container=t name=kata-runtime pid=5365 source=runtime
time="2020-04-05T14:54:36+02:00" level=info msg="loaded configuration" arch=amd64 command=run file=/usr/share/defaults/kata-containers/configuration.toml format=TOML name=kata-runtime pid=5374 source=katautils
time="2020-04-05T14:54:36+02:00" level=info arch=amd64 arguments="\"run -b . t\"" command=run commit= name=kata-runtime pid=5374 source=runtime version=1.11.0-alpha0
time="2020-04-05T14:54:36+02:00" level=error msg="open /home/guillaume/config.json: no such file or directory" arch=amd64 command=run container=t name=kata-runtime pid=5374 source=runtime
time="2020-04-05T14:54:36+02:00" level=info msg="loaded configuration" arch=amd64 command=run file=/usr/share/defaults/kata-containers/configuration.toml format=TOML name=kata-runtime pid=5382 source=katautils
time="2020-04-05T14:54:36+02:00" level=info arch=amd64 arguments="\"run -b . t\"" command=run commit= name=kata-runtime pid=5382 source=runtime version=1.11.0-alpha0
time="2020-04-05T14:54:36+02:00" level=error msg="open /home/guillaume/config.json: no such file or directory" arch=amd64 command=run container=t name=kata-runtime pid=5382 source=runtime
time="2020-04-05T14:54:36+02:00" level=info msg="loaded configuration" arch=amd64 command=run file=/usr/share/defaults/kata-containers/configuration.toml format=TOML name=kata-runtime pid=5392 source=katautils
time="2020-04-05T14:54:36+02:00" level=info arch=amd64 arguments="\"run -b . t\"" command=run commit= name=kata-runtime pid=5392 source=runtime version=1.11.0-alpha0
time="2020-04-05T14:54:36+02:00" level=error msg="open /home/guillaume/config.json: no such file or directory" arch=amd64 command=run container=t name=kata-runtime pid=5392 source=runtime
time="2020-04-05T14:54:36+02:00" level=info msg="loaded configuration" arch=amd64 command=run file=/usr/share/defaults/kata-containers/configuration.toml format=TOML name=kata-runtime pid=5401 source=katautils
time="2020-04-05T14:54:36+02:00" level=info arch=amd64 arguments="\"run -b . t\"" command=run commit= name=kata-runtime pid=5401 source=runtime version=1.11.0-alpha0
time="2020-04-05T14:54:36+02:00" level=error msg="open /home/guillaume/config.json: no such file or directory" arch=amd64 command=run container=t name=kata-runtime pid=5401 source=runtime
time="2020-04-05T14:54:36+02:00" level=info msg="loaded configuration" arch=amd64 command=run file=/usr/share/defaults/kata-containers/configuration.toml format=TOML name=kata-runtime pid=5410 source=katautils
time="2020-04-05T14:54:36+02:00" level=info arch=amd64 arguments="\"run -b . t\"" command=run commit= name=kata-runtime pid=5410 source=runtime version=1.11.0-alpha0
time="2020-04-05T14:54:36+02:00" level=error msg="open /home/guillaume/config.json: no such file or directory" arch=amd64 command=run container=t name=kata-runtime pid=5410 source=runtime
time="2020-04-05T14:54:36+02:00" level=info msg="loaded configuration" arch=amd64 command=run file=/usr/share/defaults/kata-containers/configuration.toml format=TOML name=kata-runtime pid=5419 source=katautils
time="2020-04-05T14:54:36+02:00" level=info arch=amd64 arguments="\"run -b . t\"" command=run commit= name=kata-runtime pid=5419 source=runtime version=1.11.0-alpha0
time="2020-04-05T14:54:36+02:00" level=error msg="open /home/guillaume/config.json: no such file or directory" arch=amd64 command=run container=t name=kata-runtime pid=5419 source=runtime
time="2020-04-05T14:54:36+02:00" level=info msg="loaded configuration" arch=amd64 command=run file=/usr/share/defaults/kata-containers/configuration.toml format=TOML name=kata-runtime pid=5428 source=katautils
time="2020-04-05T14:54:36+02:00" level=info arch=amd64 arguments="\"run -b . t\"" command=run commit= name=kata-runtime pid=5428 source=runtime version=1.11.0-alpha0
time="2020-04-05T14:54:36+02:00" level=error msg="open /home/guillaume/config.json: no such file or directory" arch=amd64 command=run container=t name=kata-runtime pid=5428 source=runtime
time="2020-04-05T14:54:37+02:00" level=info msg="loaded configuration" arch=amd64 command=run file=/usr/share/defaults/kata-containers/configuration.toml format=TOML name=kata-runtime pid=5436 source=katautils
time="2020-04-05T14:54:37+02:00" level=info arch=amd64 arguments="\"run -b . t\"" command=run commit= name=kata-runtime pid=5436 source=runtime version=1.11.0-alpha0
time="2020-04-05T14:54:37+02:00" level=error msg="open /home/guillaume/config.json: no such file or directory" arch=amd64 command=run container=t name=kata-runtime pid=5436 source=runtime
time="2020-04-05T14:54:37+02:00" level=info msg="loaded configuration" arch=amd64 command=run file=/usr/share/defaults/kata-containers/configuration.toml format=TOML name=kata-runtime pid=5445 source=katautils
time="2020-04-05T14:54:37+02:00" level=info arch=amd64 arguments="\"run -b . t\"" command=run commit= name=kata-runtime pid=5445 source=runtime version=1.11.0-alpha0
time="2020-04-05T14:54:37+02:00" level=error msg="open /home/guillaume/config.json: no such file or directory" arch=amd64 command=run container=t name=kata-runtime pid=5445 source=runtime
time="2020-04-05T14:54:37+02:00" level=info msg="loaded configuration" arch=amd64 command=run file=/usr/share/defaults/kata-containers/configuration.toml format=TOML name=kata-runtime pid=5454 source=katautils
time="2020-04-05T14:54:37+02:00" level=info arch=amd64 arguments="\"run -b . t\"" command=run commit= name=kata-runtime pid=5454 source=runtime version=1.11.0-alpha0
time="2020-04-05T14:54:37+02:00" level=error msg="open /home/guillaume/config.json: no such file or directory" arch=amd64 command=run container=t name=kata-runtime pid=5454 source=runtime
time="2020-04-05T14:54:37+02:00" level=info msg="loaded configuration" arch=amd64 command=run file=/usr/share/defaults/kata-containers/configuration.toml format=TOML name=kata-runtime pid=5463 source=katautils
time="2020-04-05T14:54:37+02:00" level=info arch=amd64 arguments="\"run -b . t\"" command=run commit= name=kata-runtime pid=5463 source=runtime version=1.11.0-alpha0
time="2020-04-05T14:54:37+02:00" level=error msg="open /home/guillaume/config.json: no such file or directory" arch=amd64 command=run container=t name=kata-runtime pid=5463 source=runtime
time="2020-04-05T14:54:37+02:00" level=info msg="loaded configuration" arch=amd64 command=run file=/usr/share/defaults/kata-containers/configuration.toml format=TOML name=kata-runtime pid=5473 source=katautils
time="2020-04-05T14:54:37+02:00" level=info arch=amd64 arguments="\"run -b . t\"" command=run commit= name=kata-runtime pid=5473 source=runtime version=1.11.0-alpha0
time="2020-04-05T14:54:37+02:00" level=error msg="open /home/guillaume/config.json: no such file or directory" arch=amd64 command=run container=t name=kata-runtime pid=5473 source=runtime
time="2020-04-05T14:54:37+02:00" level=info msg="loaded configuration" arch=amd64 command=run file=/usr/share/defaults/kata-containers/configuration.toml format=TOML name=kata-runtime pid=5482 source=katautils
time="2020-04-05T14:54:37+02:00" level=info arch=amd64 arguments="\"run -b . t\"" command=run commit= name=kata-runtime pid=5482 source=runtime version=1.11.0-alpha0
time="2020-04-05T14:54:37+02:00" level=error msg="open /home/guillaume/config.json: no such file or directory" arch=amd64 command=run container=t name=kata-runtime pid=5482 source=runtime
time="2020-04-05T14:54:37+02:00" level=info msg="loaded configuration" arch=amd64 command=run file=/usr/share/defaults/kata-containers/configuration.toml format=TOML name=kata-runtime pid=5491 source=katautils
time="2020-04-05T14:54:37+02:00" level=info arch=amd64 arguments="\"run -b . t\"" command=run commit= name=kata-runtime pid=5491 source=runtime version=1.11.0-alpha0
time="2020-04-05T14:54:37+02:00" level=error msg="open /home/guillaume/config.json: no such file or directory" arch=amd64 command=run container=t name=kata-runtime pid=5491 source=runtime
time="2020-04-05T14:54:37+02:00" level=info msg="loaded configuration" arch=amd64 command=run file=/usr/share/defaults/kata-containers/configuration.toml format=TOML name=kata-runtime pid=5500 source=katautils
time="2020-04-05T14:54:37+02:00" level=info arch=amd64 arguments="\"run -b . t\"" command=run commit= name=kata-runtime pid=5500 source=runtime version=1.11.0-alpha0
time="2020-04-05T14:54:37+02:00" level=error msg="open /home/guillaume/config.json: no such file or directory" arch=amd64 command=run container=t name=kata-runtime pid=5500 source=runtime
time="2020-04-05T14:54:37+02:00" level=info msg="loaded configuration" arch=amd64 command=run file=/usr/share/defaults/kata-containers/configuration.toml format=TOML name=kata-runtime pid=5509 source=katautils
time="2020-04-05T14:54:37+02:00" level=info arch=amd64 arguments="\"run -b . t\"" command=run commit= name=kata-runtime pid=5509 source=runtime version=1.11.0-alpha0
time="2020-04-05T14:54:37+02:00" level=error msg="open /home/guillaume/config.json: no such file or directory" arch=amd64 command=run container=t name=kata-runtime pid=5509 source=runtime
time="2020-04-05T14:54:37+02:00" level=info msg="loaded configuration" arch=amd64 command=run file=/usr/share/defaults/kata-containers/configuration.toml format=TOML name=kata-runtime pid=5519 source=katautils
time="2020-04-05T14:54:37+02:00" level=info arch=amd64 arguments="\"run -b . t\"" command=run commit= name=kata-runtime pid=5519 source=runtime version=1.11.0-alpha0
time="2020-04-05T14:54:37+02:00" level=error msg="open /home/guillaume/config.json: no such file or directory" arch=amd64 command=run container=t name=kata-runtime pid=5519 source=runtime
time="2020-04-05T14:54:37+02:00" level=info msg="loaded configuration" arch=amd64 command=run file=/usr/share/defaults/kata-containers/configuration.toml format=TOML name=kata-runtime pid=5528 source=katautils
time="2020-04-05T14:54:37+02:00" level=info arch=amd64 arguments="\"run -b . t\"" command=run commit= name=kata-runtime pid=5528 source=runtime version=1.11.0-alpha0
time="2020-04-05T14:54:37+02:00" level=error msg="open /home/guillaume/config.json: no such file or directory" arch=amd64 command=run container=t name=kata-runtime pid=5528 source=runtime
time="2020-04-05T14:54:37+02:00" level=info msg="loaded configuration" arch=amd64 command=run file=/usr/share/defaults/kata-containers/configuration.toml format=TOML name=kata-runtime pid=5538 source=katautils
time="2020-04-05T14:54:37+02:00" level=info arch=amd64 arguments="\"run -b . t\"" command=run commit= name=kata-runtime pid=5538 source=runtime version=1.11.0-alpha0
time="2020-04-05T14:54:37+02:00" level=error msg="open /home/guillaume/config.json: no such file or directory" arch=amd64 command=run container=t name=kata-runtime pid=5538 source=runtime
time="2020-04-05T14:54:37+02:00" level=info msg="loaded configuration" arch=amd64 command=run file=/usr/share/defaults/kata-containers/configuration.toml format=TOML name=kata-runtime pid=5547 source=katautils
time="2020-04-05T14:54:37+02:00" level=info arch=amd64 arguments="\"run -b . t\"" command=run commit= name=kata-runtime pid=5547 source=runtime version=1.11.0-alpha0
time="2020-04-05T14:54:37+02:00" level=error msg="open /home/guillaume/config.json: no such file or directory" arch=amd64 command=run container=t name=kata-runtime pid=5547 source=runtime
time="2020-04-05T14:54:37+02:00" level=info msg="loaded configuration" arch=amd64 command=run file=/usr/share/defaults/kata-containers/configuration.toml format=TOML name=kata-runtime pid=5557 source=katautils
time="2020-04-05T14:54:37+02:00" level=info arch=amd64 arguments="\"run -b . t\"" command=run commit= name=kata-runtime pid=5557 source=runtime version=1.11.0-alpha0
time="2020-04-05T14:54:37+02:00" level=error msg="open /home/guillaume/config.json: no such file or directory" arch=amd64 command=run container=t name=kata-runtime pid=5557 source=runtime
time="2020-04-05T14:54:37+02:00" level=info msg="loaded configuration" arch=amd64 command=run file=/usr/share/defaults/kata-containers/configuration.toml format=TOML name=kata-runtime pid=5566 source=katautils
time="2020-04-05T14:54:37+02:00" level=info arch=amd64 arguments="\"run -b . t\"" command=run commit= name=kata-runtime pid=5566 source=runtime version=1.11.0-alpha0
time="2020-04-05T14:54:37+02:00" level=error msg="open /home/guillaume/config.json: no such file or directory" arch=amd64 command=run container=t name=kata-runtime pid=5566 source=runtime
time="2020-04-05T14:54:38+02:00" level=info msg="loaded configuration" arch=amd64 command=run file=/usr/share/defaults/kata-containers/configuration.toml format=TOML name=kata-runtime pid=5575 source=katautils
time="2020-04-05T14:54:38+02:00" level=info arch=amd64 arguments="\"run -b . t\"" command=run commit= name=kata-runtime pid=5575 source=runtime version=1.11.0-alpha0
time="2020-04-05T14:54:38+02:00" level=error msg="open /home/guillaume/config.json: no such file or directory" arch=amd64 command=run container=t name=kata-runtime pid=5575 source=runtime
time="2020-04-05T14:54:38+02:00" level=info msg="loaded configuration" arch=amd64 command=run file=/usr/share/defaults/kata-containers/configuration.toml format=TOML name=kata-runtime pid=5584 source=katautils
time="2020-04-05T14:54:38+02:00" level=info arch=amd64 arguments="\"run -b . t\"" command=run commit= name=kata-runtime pid=5584 source=runtime version=1.11.0-alpha0
time="2020-04-05T14:54:38+02:00" level=error msg="open /home/guillaume/config.json: no such file or directory" arch=amd64 command=run container=t name=kata-runtime pid=5584 source=runtime
time="2020-04-05T14:54:38+02:00" level=info msg="loaded configuration" arch=amd64 command=run file=/usr/share/defaults/kata-containers/configuration.toml format=TOML name=kata-runtime pid=5593 source=katautils
time="2020-04-05T14:54:38+02:00" level=info arch=amd64 arguments="\"run -b . t\"" command=run commit= name=kata-runtime pid=5593 source=runtime version=1.11.0-alpha0
time="2020-04-05T14:54:38+02:00" level=error msg="open /home/guillaume/config.json: no such file or directory" arch=amd64 command=run container=t name=kata-runtime pid=5593 source=runtime
time="2020-04-05T14:54:38+02:00" level=info msg="loaded configuration" arch=amd64 command=run file=/usr/share/defaults/kata-containers/configuration.toml format=TOML name=kata-runtime pid=5601 source=katautils
time="2020-04-05T14:54:38+02:00" level=info arch=amd64 arguments="\"run -b . t\"" command=run commit= name=kata-runtime pid=5601 source=runtime version=1.11.0-alpha0
time="2020-04-05T14:54:38+02:00" level=error msg="open /home/guillaume/config.json: no such file or directory" arch=amd64 command=run container=t name=kata-runtime pid=5601 source=runtime
time="2020-04-05T14:54:38+02:00" level=info msg="loaded configuration" arch=amd64 command=run file=/usr/share/defaults/kata-containers/configuration.toml format=TOML name=kata-runtime pid=5610 source=katautils
time="2020-04-05T14:54:38+02:00" level=info arch=amd64 arguments="\"run -b . t\"" command=run commit= name=kata-runtime pid=5610 source=runtime version=1.11.0-alpha0
time="2020-04-05T14:54:38+02:00" level=error msg="open /home/guillaume/config.json: no such file or directory" arch=amd64 command=run container=t name=kata-runtime pid=5610 source=runtime
time="2020-04-05T14:54:38+02:00" level=info msg="loaded configuration" arch=amd64 command=run file=/usr/share/defaults/kata-containers/configuration.toml format=TOML name=kata-runtime pid=5620 source=katautils
time="2020-04-05T14:54:38+02:00" level=info arch=amd64 arguments="\"run -b . t\"" command=run commit= name=kata-runtime pid=5620 source=runtime version=1.11.0-alpha0
time="2020-04-05T14:54:38+02:00" level=error msg="open /home/guillaume/config.json: no such file or directory" arch=amd64 command=run container=t name=kata-runtime pid=5620 source=runtime
time="2020-04-05T14:54:38+02:00" level=info msg="loaded configuration" arch=amd64 command=run file=/usr/share/defaults/kata-containers/configuration.toml format=TOML name=kata-runtime pid=5629 source=katautils
time="2020-04-05T14:54:38+02:00" level=info arch=amd64 arguments="\"run -b . t\"" command=run commit= name=kata-runtime pid=5629 source=runtime version=1.11.0-alpha0
time="2020-04-05T14:54:38+02:00" level=error msg="open /home/guillaume/config.json: no such file or directory" arch=amd64 command=run container=t name=kata-runtime pid=5629 source=runtime
time="2020-04-05T14:54:38+02:00" level=info msg="loaded configuration" arch=amd64 command=run file=/usr/share/defaults/kata-containers/configuration.toml format=TOML name=kata-runtime pid=5638 source=katautils
time="2020-04-05T14:54:38+02:00" level=info arch=amd64 arguments="\"run -b . t\"" command=run commit= name=kata-runtime pid=5638 source=runtime version=1.11.0-alpha0
time="2020-04-05T14:54:38+02:00" level=error msg="open /home/guillaume/config.json: no such file or directory" arch=amd64 command=run container=t name=kata-runtime pid=5638 source=runtime
time="2020-04-05T14:54:38+02:00" level=info msg="loaded configuration" arch=amd64 command=run file=/usr/share/defaults/kata-containers/configuration.toml format=TOML name=kata-runtime pid=5647 source=katautils
time="2020-04-05T14:54:38+02:00" level=info arch=amd64 arguments="\"run -b . t\"" command=run commit= name=kata-runtime pid=5647 source=runtime version=1.11.0-alpha0
time="2020-04-05T14:54:38+02:00" level=error msg="open /home/guillaume/config.json: no such file or directory" arch=amd64 command=run container=t name=kata-runtime pid=5647 source=runtime
time="2020-04-05T14:54:38+02:00" level=info msg="loaded configuration" arch=amd64 command=run file=/usr/share/defaults/kata-containers/configuration.toml format=TOML name=kata-runtime pid=5655 source=katautils
time="2020-04-05T14:54:38+02:00" level=info arch=amd64 arguments="\"run -b . t\"" command=run commit= name=kata-runtime pid=5655 source=runtime version=1.11.0-alpha0
time="2020-04-05T14:54:38+02:00" level=error msg="open /home/guillaume/config.json: no such file or directory" arch=amd64 command=run container=t name=kata-runtime pid=5655 source=runtime
time="2020-04-05T14:54:38+02:00" level=info msg="loaded configuration" arch=amd64 command=run file=/usr/share/defaults/kata-containers/configuration.toml format=TOML name=kata-runtime pid=5665 source=katautils
time="2020-04-05T14:54:38+02:00" level=info arch=amd64 arguments="\"run -b . t\"" command=run commit= name=kata-runtime pid=5665 source=runtime version=1.11.0-alpha0
time="2020-04-05T14:54:38+02:00" level=error msg="open /home/guillaume/config.json: no such file or directory" arch=amd64 command=run container=t name=kata-runtime pid=5665 source=runtime
time="2020-04-05T14:54:38+02:00" level=info msg="loaded configuration" arch=amd64 command=run file=/usr/share/defaults/kata-containers/configuration.toml format=TOML name=kata-runtime pid=5675 source=katautils
time="2020-04-05T14:54:38+02:00" level=info arch=amd64 arguments="\"run -b . t\"" command=run commit= name=kata-runtime pid=5675 source=runtime version=1.11.0-alpha0
time="2020-04-05T14:54:38+02:00" level=error msg="open /home/guillaume/config.json: no such file or directory" arch=amd64 command=run container=t name=kata-runtime pid=5675 source=runtime
time="2020-04-05T14:54:38+02:00" level=info msg="loaded configuration" arch=amd64 command=run file=/usr/share/defaults/kata-containers/configuration.toml format=TOML name=kata-runtime pid=5684 source=katautils
time="2020-04-05T14:54:38+02:00" level=info arch=amd64 arguments="\"run -b . t\"" command=run commit= name=kata-runtime pid=5684 source=runtime version=1.11.0-alpha0
time="2020-04-05T14:54:38+02:00" level=error msg="open /home/guillaume/config.json: no such file or directory" arch=amd64 command=run container=t name=kata-runtime pid=5684 source=runtime
time="2020-04-05T14:54:38+02:00" level=info msg="loaded configuration" arch=amd64 command=run file=/usr/share/defaults/kata-containers/configuration.toml format=TOML name=kata-runtime pid=5695 source=katautils
time="2020-04-05T14:54:38+02:00" level=info arch=amd64 arguments="\"run -b . t\"" command=run commit= name=kata-runtime pid=5695 source=runtime version=1.11.0-alpha0
time="2020-04-05T14:54:38+02:00" level=error msg="open /home/guillaume/config.json: no such file or directory" arch=amd64 command=run container=t name=kata-runtime pid=5695 source=runtime
time="2020-04-05T14:54:39+02:00" level=info msg="loaded configuration" arch=amd64 command=run file=/usr/share/defaults/kata-containers/configuration.toml format=TOML name=kata-runtime pid=5705 source=katautils
time="2020-04-05T14:54:39+02:00" level=info arch=amd64 arguments="\"run -b . t\"" command=run commit= name=kata-runtime pid=5705 source=runtime version=1.11.0-alpha0
time="2020-04-05T14:54:39+02:00" level=error msg="open /home/guillaume/config.json: no such file or directory" arch=amd64 command=run container=t name=kata-runtime pid=5705 source=runtime
time="2020-04-05T14:54:39+02:00" level=info msg="loaded configuration" arch=amd64 command=run file=/usr/share/defaults/kata-containers/configuration.toml format=TOML name=kata-runtime pid=5715 source=katautils
time="2020-04-05T14:54:39+02:00" level=info arch=amd64 arguments="\"run -b . t\"" command=run commit= name=kata-runtime pid=5715 source=runtime version=1.11.0-alpha0
time="2020-04-05T14:54:39+02:00" level=error msg="open /home/guillaume/config.json: no such file or directory" arch=amd64 command=run container=t name=kata-runtime pid=5715 source=runtime
time="2020-04-05T14:54:39+02:00" level=info msg="loaded configuration" arch=amd64 command=run file=/usr/share/defaults/kata-containers/configuration.toml format=TOML name=kata-runtime pid=5725 source=katautils
time="2020-04-05T14:54:39+02:00" level=info arch=amd64 arguments="\"run -b . t\"" command=run commit= name=kata-runtime pid=5725 source=runtime version=1.11.0-alpha0
time="2020-04-05T14:54:39+02:00" level=error msg="open /home/guillaume/config.json: no such file or directory" arch=amd64 command=run container=t name=kata-runtime pid=5725 source=runtime
time="2020-04-05T14:54:39+02:00" level=info msg="loaded configuration" arch=amd64 command=run file=/usr/share/defaults/kata-containers/configuration.toml format=TOML name=kata-runtime pid=5735 source=katautils
time="2020-04-05T14:54:39+02:00" level=info arch=amd64 arguments="\"run -b . t\"" command=run commit= name=kata-runtime pid=5735 source=runtime version=1.11.0-alpha0
time="2020-04-05T14:54:39+02:00" level=error msg="open /home/guillaume/config.json: no such file or directory" arch=amd64 command=run container=t name=kata-runtime pid=5735 source=runtime
time="2020-04-05T14:54:39+02:00" level=info msg="loaded configuration" arch=amd64 command=run file=/usr/share/defaults/kata-containers/configuration.toml format=TOML name=kata-runtime pid=5744 source=katautils
time="2020-04-05T14:54:39+02:00" level=info arch=amd64 arguments="\"run -b . t\"" command=run commit= name=kata-runtime pid=5744 source=runtime version=1.11.0-alpha0
time="2020-04-05T14:54:39+02:00" level=error msg="open /home/guillaume/config.json: no such file or directory" arch=amd64 command=run container=t name=kata-runtime pid=5744 source=runtime
time="2020-04-05T14:54:39+02:00" level=info msg="loaded configuration" arch=amd64 command=run file=/usr/share/defaults/kata-containers/configuration.toml format=TOML name=kata-runtime pid=5752 source=katautils
time="2020-04-05T14:54:39+02:00" level=info arch=amd64 arguments="\"run -b . t\"" command=run commit= name=kata-runtime pid=5752 source=runtime version=1.11.0-alpha0
time="2020-04-05T14:54:39+02:00" level=error msg="open /home/guillaume/config.json: no such file or directory" arch=amd64 command=run container=t name=kata-runtime pid=5752 source=runtime
time="2020-04-05T14:54:39+02:00" level=info msg="loaded configuration" arch=amd64 command=run file=/usr/share/defaults/kata-containers/configuration.toml format=TOML name=kata-runtime pid=5760 source=katautils
time="2020-04-05T14:54:39+02:00" level=info arch=amd64 arguments="\"run -b . t\"" command=run commit= name=kata-runtime pid=5760 source=runtime version=1.11.0-alpha0
time="2020-04-05T14:54:39+02:00" level=error msg="open /home/guillaume/config.json: no such file or directory" arch=amd64 command=run container=t name=kata-runtime pid=5760 source=runtime
time="2020-04-05T14:54:39+02:00" level=info msg="loaded configuration" arch=amd64 command=run file=/usr/share/defaults/kata-containers/configuration.toml format=TOML name=kata-runtime pid=5769 source=katautils
time="2020-04-05T14:54:39+02:00" level=info arch=amd64 arguments="\"run -b . t\"" command=run commit= name=kata-runtime pid=5769 source=runtime version=1.11.0-alpha0
time="2020-04-05T14:54:39+02:00" level=error msg="open /home/guillaume/config.json: no such file or directory" arch=amd64 command=run container=t name=kata-runtime pid=5769 source=runtime
time="2020-04-05T14:54:39+02:00" level=info msg="loaded configuration" arch=amd64 command=run file=/usr/share/defaults/kata-containers/configuration.toml format=TOML name=kata-runtime pid=5778 source=katautils
time="2020-04-05T14:54:39+02:00" level=info arch=amd64 arguments="\"run -b . t\"" command=run commit= name=kata-runtime pid=5778 source=runtime version=1.11.0-alpha0
time="2020-04-05T14:54:39+02:00" level=error msg="open /home/guillaume/config.json: no such file or directory" arch=amd64 command=run container=t name=kata-runtime pid=5778 source=runtime
time="2020-04-05T14:54:39+02:00" level=info msg="loaded configuration" arch=amd64 command=run file=/usr/share/defaults/kata-containers/configuration.toml format=TOML name=kata-runtime pid=5787 source=katautils
time="2020-04-05T14:54:39+02:00" level=info arch=amd64 arguments="\"run -b . t\"" command=run commit= name=kata-runtime pid=5787 source=runtime version=1.11.0-alpha0
time="2020-04-05T14:54:39+02:00" level=error msg="open /home/guillaume/config.json: no such file or directory" arch=amd64 command=run container=t name=kata-runtime pid=5787 source=runtime
time="2020-04-05T14:54:53+02:00" level=info msg="loaded configuration" arch=amd64 command=run file=/usr/share/defaults/kata-containers/configuration.toml format=TOML name=kata-runtime pid=5804 source=katautils
time="2020-04-05T14:54:53+02:00" level=info arch=amd64 arguments="\"run -b . t\"" command=run commit= name=kata-runtime pid=5804 source=runtime version=1.11.0-alpha0
time="2020-04-05T14:54:53+02:00" level=info msg="shm-size detected: 67108864" arch=amd64 command=run container=t name=kata-runtime pid=5804 source=virtcontainers subsystem=oci
time="2020-04-05T14:54:53+02:00" level=info msg="create netns" arch=amd64 command=run container=t name=kata-runtime netns=/var/run/netns/cnitest-b2e9f509-1183-083d-29ff-e75a424f36db pid=5804 source=katautils
time="2020-04-05T14:54:53+02:00" level=info msg="adding volume" arch=amd64 command=run container=t name=kata-runtime pid=5804 source=virtcontainers subsystem=qemu volume-type=virtio-9p
time="2020-04-05T14:54:53+02:00" level=info msg="Endpoints found after scan" arch=amd64 command=run container=t endpoints="[]" name=kata-runtime pid=5804 source=virtcontainers subsystem=network
time="2020-04-05T14:54:53+02:00" level=info msg="Starting VM" arch=amd64 command=run container=t name=kata-runtime pid=5804 sandbox=t source=virtcontainers subsystem=sandbox
time="2020-04-05T14:54:53+02:00" level=info msg="launching /usr/bin/qemu-vanilla-system-x86_64 with: [-name sandbox-t -uuid c32dfbeb-78ca-47f2-9daf-acc6700086a2 -machine pc,accel=kvm,kernel_irqchip,nvdimm -cpu host,pmu=off -qmp unix:/run/vc/vm/t/qmp.sock,server,nowait -m 2048M,slots=10,maxmem=8985M -device pci-bridge,bus=pci.0,id=pci-bridge-0,chassis_nr=1,shpc=on,addr=2,romfile= -device virtio-serial-pci,disable-modern=true,id=serial0,romfile= -device virtconsole,chardev=charconsole0,id=console0 -chardev socket,id=charconsole0,path=/run/vc/vm/t/console.sock,server,nowait -device nvdimm,id=nv0,memdev=mem0 -object memory-backend-file,id=mem0,mem-path=/usr/share/kata-containers/kata-containers-image_clearlinux_1.11.0-alpha0_agent_d26a505efd.img,size=134217728 -device virtio-scsi-pci,id=scsi0,disable-modern=true,romfile= -object rng-random,id=rng0,filename=/dev/urandom -device virtio-rng,rng=rng0,romfile= -device virtserialport,chardev=charch0,id=channel0,name=agent.channel.0 -chardev socket,id=charch0,path=/run/vc/vm/t/kata.sock,server,nowait -device virtio-9p-pci,disable-modern=true,fsdev=extra-9p-kataShared,mount_tag=kataShared,romfile= -fsdev local,id=extra-9p-kataShared,path=/run/kata-containers/shared/sandboxes/t,security_model=none -global kvm-pit.lost_tick_policy=discard -vga none -no-user-config -nodefaults -nographic -daemonize -object memory-backend-ram,id=dimm1,size=2048M -numa node,memdev=dimm1 -kernel /usr/share/kata-containers/vmlinuz-5.4.15.66-45.container -append tsc=reliable no_timer_check rcupdate.rcu_expedited=1 i8042.direct=1 i8042.dumbkbd=1 i8042.nopnp=1 i8042.noaux=1 noreplace-smp reboot=k console=hvc0 console=hvc1 iommu=off cryptomgr.notests net.ifnames=0 pci=lastbus=0 root=/dev/pmem0p1 rootflags=dax,data=ordered,errors=remount-ro ro rootfstype=ext4 quiet systemd.show_status=false panic=1 nr_cpus=4 agent.use_vsock=false systemd.unit=kata-containers.target systemd.mask=systemd-networkd.service systemd.mask=systemd-networkd.socket -pidfile /run/vc/vm/t/pid -smp 1,cores=1,threads=1,sockets=4,maxcpus=4]" arch=amd64 command=run container=t name=kata-runtime pid=5804 source=virtcontainers subsystem=qmp
time="2020-04-05T14:54:53+02:00" level=info msg="{\"QMP\": {\"version\": {\"qemu\": {\"micro\": 1, \"minor\": 1, \"major\": 4}, \"package\": \"\"}, \"capabilities\": [\"oob\"]}}" arch=amd64 command=run container=t name=kata-runtime pid=5804 source=virtcontainers subsystem=qmp
time="2020-04-05T14:54:53+02:00" level=info msg="QMP details" arch=amd64 command=run container=t name=kata-runtime pid=5804 qmp-capabilities=oob qmp-major-version=4 qmp-micro-version=1 qmp-minor-version=1 source=virtcontainers subsystem=qemu
time="2020-04-05T14:54:53+02:00" level=info msg="{\"execute\":\"qmp_capabilities\"}" arch=amd64 command=run container=t name=kata-runtime pid=5804 source=virtcontainers subsystem=qmp
time="2020-04-05T14:54:53+02:00" level=info msg="{\"return\": {}}" arch=amd64 command=run container=t name=kata-runtime pid=5804 source=virtcontainers subsystem=qmp
time="2020-04-05T14:54:53+02:00" level=info msg="sanner return error: read unix @->/run/vc/vm/t/qmp.sock: use of closed network connection" arch=amd64 command=run container=t name=kata-runtime pid=5804 source=virtcontainers subsystem=qmp
time="2020-04-05T14:54:53+02:00" level=info msg="VM started" arch=amd64 command=run container=t name=kata-runtime pid=5804 sandbox=t source=virtcontainers subsystem=sandbox
time="2020-04-05T14:54:53+02:00" level=info msg="proxy started" arch=amd64 command=run container=t name=kata-runtime pid=5804 proxy-pid=5826 proxy-url="unix:///run/vc/sbs/t/proxy.sock" sandbox=t source=virtcontainers subsystem=kata_agent
time="2020-04-05T14:54:53+02:00" level=info msg="New client" arch=amd64 command=run container=t name=kata-runtime pid=5804 proxy=5826 source=virtcontainers subsystem=kata_agent url="unix:///run/vc/sbs/t/proxy.sock"
time="2020-04-05T14:54:55+02:00" level=info msg="New client" arch=amd64 command=run container=t name=kata-runtime pid=5804 proxy=5826 source=virtcontainers subsystem=kata_agent url="unix:///run/vc/sbs/t/proxy.sock"
time="2020-04-05T14:54:55+02:00" level=info msg="Agent started in the sandbox" arch=amd64 command=run container=t name=kata-runtime pid=5804 sandbox=t source=virtcontainers subsystem=sandbox
time="2020-04-05T14:54:55+02:00" level=info msg="New client" arch=amd64 command=run container=t name=kata-runtime pid=5804 proxy=5826 source=virtcontainers subsystem=kata_agent url="unix:///run/vc/sbs/t/proxy.sock"
time="2020-04-05T14:54:55+02:00" level=info msg="Using sandbox shm" arch=amd64 command=run container=t name=kata-runtime pid=5804 shm-size=67108864 source=virtcontainers subsystem=kata_agent
time="2020-04-05T14:54:55+02:00" level=info msg="New client" arch=amd64 command=run container=t name=kata-runtime pid=5804 proxy=5826 source=virtcontainers subsystem=kata_agent url="unix:///run/vc/sbs/t/proxy.sock"
time="2020-04-05T14:54:57+02:00" level=info msg="{\"QMP\": {\"version\": {\"qemu\": {\"micro\": 1, \"minor\": 1, \"major\": 4}, \"package\": \"\"}, \"capabilities\": [\"oob\"]}}" arch=amd64 command=run container=t name=kata-runtime pid=5804 source=virtcontainers subsystem=qmp
time="2020-04-05T14:54:57+02:00" level=info msg="{\"execute\":\"qmp_capabilities\"}" arch=amd64 command=run container=t name=kata-runtime pid=5804 source=virtcontainers subsystem=qmp
time="2020-04-05T14:54:57+02:00" level=info msg="{\"return\": {}}" arch=amd64 command=run container=t name=kata-runtime pid=5804 source=virtcontainers subsystem=qmp
time="2020-04-05T14:54:57+02:00" level=info msg="New client" arch=amd64 command=run container=t name=kata-runtime pid=5804 proxy=5826 source=virtcontainers subsystem=kata_agent url="unix:///run/vc/sbs/t/proxy.sock"
time="2020-04-05T14:54:57+02:00" level=warning msg="sandbox's cgroup won't be updated: cgroup path is empty" arch=amd64 command=run container=t name=kata-runtime pid=5804 sandbox=t source=virtcontainers subsystem=sandbox
time="2020-04-05T14:54:57+02:00" level=info msg="release sandbox" arch=amd64 command=run container=t name=kata-runtime pid=5804 sandbox=t source=virtcontainers subsystem=sandbox
time="2020-04-05T14:54:57+02:00" level=info msg="sanner return error: read unix @->/run/vc/vm/t/qmp.sock: use of closed network connection" arch=amd64 command=run container=t name=kata-runtime pid=5804 source=virtcontainers subsystem=qmp
time="2020-04-05T14:54:57+02:00" level=info msg="fetch sandbox" arch=amd64 command=run container=t name=kata-runtime pid=5804 source=virtcontainers
time="2020-04-05T14:54:57+02:00" level=warning msg="failed to get sandbox config from old store: open /var/lib/vc/sbs/t/config.json: no such file or directory" arch=amd64 command=run container=t name=kata-runtime pid=5804 source=virtcontainers
time="2020-04-05T14:54:57+02:00" level=info msg="release sandbox" arch=amd64 command=run container=t name=kata-runtime pid=5804 sandbox=t source=virtcontainers subsystem=sandbox
time="2020-04-05T14:54:57+02:00" level=info msg="fetch sandbox" arch=amd64 command=run container=t name=kata-runtime pid=5804 sandbox=t source=virtcontainers
time="2020-04-05T14:54:57+02:00" level=warning msg="failed to get sandbox config from old store: open /var/lib/vc/sbs/t/config.json: no such file or directory" arch=amd64 command=run container=t name=kata-runtime pid=5804 sandbox=t source=virtcontainers
time="2020-04-05T14:54:57+02:00" level=info msg="New client" arch=amd64 command=run container=t name=kata-runtime pid=5804 proxy=5826 sandbox=t source=virtcontainers subsystem=kata_agent url="unix:///run/vc/sbs/t/proxy.sock"
time="2020-04-05T14:54:57+02:00" level=info msg="Sandbox is started" arch=amd64 command=run container=t name=kata-runtime pid=5804 sandbox=t source=virtcontainers subsystem=sandbox
time="2020-04-05T14:54:57+02:00" level=info msg="release sandbox" arch=amd64 command=run container=t name=kata-runtime pid=5804 sandbox=t source=virtcontainers subsystem=sandbox
Hello World
time="2020-04-05T14:54:57+02:00" level=info msg="fetch sandbox" arch=amd64 command=run container=t name=kata-runtime pid=5804 sandbox=t source=virtcontainers
time="2020-04-05T14:54:57+02:00" level=warning msg="failed to get sandbox config from old store: open /var/lib/vc/sbs/t/config.json: no such file or directory" arch=amd64 command=run container=t name=kata-runtime pid=5804 sandbox=t source=virtcontainers
time="2020-04-05T14:54:57+02:00" level=info msg="container isn't running" arch=amd64 command=run container=t name=kata-runtime pid=5840 sandbox=t source=virtcontainers state=running
time="2020-04-05T14:54:57+02:00" level=info msg="New client" arch=amd64 command=run container=t name=kata-runtime pid=5804 proxy=5826 sandbox=t source=virtcontainers subsystem=kata_agent url="unix:///run/vc/sbs/t/proxy.sock"
time="2020-04-05T14:54:57+02:00" level=info msg="New client" arch=amd64 command=run container=t name=kata-runtime pid=5804 proxy=5826 sandbox=t source=virtcontainers subsystem=kata_agent url="unix:///run/vc/sbs/t/proxy.sock"
time="2020-04-05T14:54:57+02:00" level=info msg="New client" arch=amd64 command=run container=t name=kata-runtime pid=5804 proxy=5826 sandbox=t source=virtcontainers subsystem=kata_agent url="unix:///run/vc/sbs/t/proxy.sock"
time="2020-04-05T14:54:57+02:00" level=info msg="release sandbox" arch=amd64 command=run container=t name=kata-runtime pid=5804 sandbox=t source=virtcontainers subsystem=sandbox
time="2020-04-05T14:54:57+02:00" level=info msg="fetch sandbox" arch=amd64 command=run container=t name=kata-runtime pid=5804 sandbox=t source=virtcontainers
time="2020-04-05T14:54:57+02:00" level=warning msg="failed to get sandbox config from old store: open /var/lib/vc/sbs/t/config.json: no such file or directory" arch=amd64 command=run container=t name=kata-runtime pid=5804 sandbox=t source=virtcontainers
time="2020-04-05T14:54:57+02:00" level=info msg="release sandbox" arch=amd64 command=run container=t name=kata-runtime pid=5804 sandbox=t source=virtcontainers subsystem=sandbox
time="2020-04-05T14:54:57+02:00" level=info msg="fetch sandbox" arch=amd64 command=run container=t name=kata-runtime pid=5804 sandbox=t source=virtcontainers
time="2020-04-05T14:54:57+02:00" level=warning msg="failed to get sandbox config from old store: open /var/lib/vc/sbs/t/config.json: no such file or directory" arch=amd64 command=run container=t name=kata-runtime pid=5804 sandbox=t source=virtcontainers
time="2020-04-05T14:54:57+02:00" level=info msg="Container already stopped" arch=amd64 command=run container=t name=kata-runtime pid=5804 sandbox=t source=virtcontainers subsystem=container
time="2020-04-05T14:54:57+02:00" level=info msg="Stopping sandbox in the VM" arch=amd64 command=run container=t name=kata-runtime pid=5804 sandbox=t source=virtcontainers subsystem=sandbox
time="2020-04-05T14:54:57+02:00" level=info msg="New client" arch=amd64 command=run container=t name=kata-runtime pid=5804 proxy=5826 sandbox=t source=virtcontainers subsystem=kata_agent url="unix:///run/vc/sbs/t/proxy.sock"
time="2020-04-05T14:54:57+02:00" level=info msg="Stopping VM" arch=amd64 command=run container=t name=kata-runtime pid=5804 sandbox=t source=virtcontainers subsystem=sandbox
time="2020-04-05T14:54:57+02:00" level=info msg="Stopping Sandbox" arch=amd64 command=run container=t name=kata-runtime pid=5804 sandbox=t source=virtcontainers subsystem=qemu
time="2020-04-05T14:54:57+02:00" level=info msg="{\"QMP\": {\"version\": {\"qemu\": {\"micro\": 1, \"minor\": 1, \"major\": 4}, \"package\": \"\"}, \"capabilities\": [\"oob\"]}}" arch=amd64 command=run container=t name=kata-runtime pid=5804 sandbox=t source=virtcontainers subsystem=qmp
time="2020-04-05T14:54:57+02:00" level=info msg="{\"execute\":\"qmp_capabilities\"}" arch=amd64 command=run container=t name=kata-runtime pid=5804 sandbox=t source=virtcontainers subsystem=qmp
time="2020-04-05T14:54:57+02:00" level=info msg="{\"return\": {}}" arch=amd64 command=run container=t name=kata-runtime pid=5804 sandbox=t source=virtcontainers subsystem=qmp
time="2020-04-05T14:54:57+02:00" level=info msg="{\"execute\":\"quit\"}" arch=amd64 command=run container=t name=kata-runtime pid=5804 sandbox=t source=virtcontainers subsystem=qmp
time="2020-04-05T14:54:57+02:00" level=info msg="{\"return\": {}}" arch=amd64 command=run container=t name=kata-runtime pid=5804 sandbox=t source=virtcontainers subsystem=qmp
time="2020-04-05T14:54:57+02:00" level=info msg="{\"timestamp\": {\"seconds\": 1586091297, \"microseconds\": 165176}, \"event\": \"SHUTDOWN\", \"data\": {\"guest\": false, \"reason\": \"host-qmp-quit\"}}" arch=amd64 command=run container=t name=kata-runtime pid=5804 sandbox=t source=virtcontainers subsystem=qmp
time="2020-04-05T14:54:57+02:00" level=info msg="cleanup vm path" arch=amd64 command=run container=t dir=/run/vc/vm/t link=/run/vc/vm/t name=kata-runtime pid=5804 sandbox=t source=virtcontainers subsystem=qemu
time="2020-04-05T14:54:57+02:00" level=info msg="Network namespace \"/var/run/netns/cnitest-b2e9f509-1183-083d-29ff-e75a424f36db\" deleted" arch=amd64 command=run container=t name=kata-runtime pid=5804 sandbox=t source=virtcontainers subsystem=network
time="2020-04-05T14:54:57+02:00" level=error msg="Could not read qemu pid file" arch=amd64 command=run container=t error="open /run/vc/vm/t/pid: no such file or directory" name=kata-runtime pid=5804 sandbox=t source=virtcontainers subsystem=qemu
time="2020-04-05T14:54:57+02:00" level=error msg="Could not read qemu pid file" arch=amd64 command=run container=t error="open /run/vc/vm/t/pid: no such file or directory" name=kata-runtime pid=5804 sandbox=t source=virtcontainers subsystem=qemu
time="2020-04-05T14:54:57+02:00" level=info msg="release sandbox" arch=amd64 command=run container=t name=kata-runtime pid=5804 sandbox=t source=virtcontainers subsystem=sandbox
time="2020-04-05T14:54:57+02:00" level=info msg="sanner return error: read unix @->/run/vc/vm/t/qmp.sock: use of closed network connection" arch=amd64 command=run container=t name=kata-runtime pid=5804 sandbox=t source=virtcontainers subsystem=qmp
time="2020-04-05T14:54:57+02:00" level=info msg="fetch sandbox" arch=amd64 command=run container=t name=kata-runtime pid=5804 sandbox=t source=virtcontainers
time="2020-04-05T14:54:57+02:00" level=warning msg="failed to get sandbox config from old store: open /var/lib/vc/sbs/t/config.json: no such file or directory" arch=amd64 command=run container=t name=kata-runtime pid=5804 sandbox=t source=virtcontainers
time="2020-04-05T14:54:57+02:00" level=error msg="Could not read qemu pid file" arch=amd64 command=run container=t error="open /run/vc/vm/t/pid: no such file or directory" name=kata-runtime pid=5804 sandbox=t source=virtcontainers subsystem=qemu
time="2020-04-05T14:54:57+02:00" level=warning msg="sandbox cgroups path is empty" arch=amd64 command=run container=t name=kata-runtime pid=5804 sandbox=t source=virtcontainers subsystem=sandbox
time="2020-04-05T14:54:57+02:00" level=info msg="cleanup agent" arch=amd64 command=run container=t name=kata-runtime path=/run/kata-containers/shared/sandboxes/t pid=5804 sandbox=t source=virtcontainers subsystem=kata_agent
time="2020-04-05T14:54:57+02:00" level=info msg="release sandbox" arch=amd64 command=run container=t name=kata-runtime pid=5804 sandbox=t source=virtcontainers subsystem=sandbox
time="2020-04-05T14:54:57+02:00" level=info msg="loaded configuration" arch=amd64 command=run file=/usr/share/defaults/kata-containers/configuration.toml format=TOML name=kata-runtime pid=5856 source=katautils
time="2020-04-05T14:54:57+02:00" level=info arch=amd64 arguments="\"run -b . t\"" command=run commit= name=kata-runtime pid=5856 source=runtime version=1.11.0-alpha0
time="2020-04-05T14:54:57+02:00" level=info msg="shm-size detected: 67108864" arch=amd64 command=run container=t name=kata-runtime pid=5856 source=virtcontainers subsystem=oci
time="2020-04-05T14:54:57+02:00" level=info msg="create netns" arch=amd64 command=run container=t name=kata-runtime netns=/var/run/netns/cnitest-26cfa9d3-b616-7193-a1cb-6fe789933585 pid=5856 source=katautils
time="2020-04-05T14:54:57+02:00" level=info msg="adding volume" arch=amd64 command=run container=t name=kata-runtime pid=5856 source=virtcontainers subsystem=qemu volume-type=virtio-9p
time="2020-04-05T14:54:57+02:00" level=info msg="Endpoints found after scan" arch=amd64 command=run container=t endpoints="[]" name=kata-runtime pid=5856 source=virtcontainers subsystem=network
time="2020-04-05T14:54:57+02:00" level=info msg="Starting VM" arch=amd64 command=run container=t name=kata-runtime pid=5856 sandbox=t source=virtcontainers subsystem=sandbox
time="2020-04-05T14:54:57+02:00" level=info msg="launching /usr/bin/qemu-vanilla-system-x86_64 with: [-name sandbox-t -uuid 320c9b44-748d-4193-a364-2fd00af2c2f1 -machine pc,accel=kvm,kernel_irqchip,nvdimm -cpu host,pmu=off -qmp unix:/run/vc/vm/t/qmp.sock,server,nowait -m 2048M,slots=10,maxmem=8985M -device pci-bridge,bus=pci.0,id=pci-bridge-0,chassis_nr=1,shpc=on,addr=2,romfile= -device virtio-serial-pci,disable-modern=true,id=serial0,romfile= -device virtconsole,chardev=charconsole0,id=console0 -chardev socket,id=charconsole0,path=/run/vc/vm/t/console.sock,server,nowait -device nvdimm,id=nv0,memdev=mem0 -object memory-backend-file,id=mem0,mem-path=/usr/share/kata-containers/kata-containers-image_clearlinux_1.11.0-alpha0_agent_d26a505efd.img,size=134217728 -device virtio-scsi-pci,id=scsi0,disable-modern=true,romfile= -object rng-random,id=rng0,filename=/dev/urandom -device virtio-rng,rng=rng0,romfile= -device virtserialport,chardev=charch0,id=channel0,name=agent.channel.0 -chardev socket,id=charch0,path=/run/vc/vm/t/kata.sock,server,nowait -device virtio-9p-pci,disable-modern=true,fsdev=extra-9p-kataShared,mount_tag=kataShared,romfile= -fsdev local,id=extra-9p-kataShared,path=/run/kata-containers/shared/sandboxes/t,security_model=none -global kvm-pit.lost_tick_policy=discard -vga none -no-user-config -nodefaults -nographic -daemonize -object memory-backend-ram,id=dimm1,size=2048M -numa node,memdev=dimm1 -kernel /usr/share/kata-containers/vmlinuz-5.4.15.66-45.container -append tsc=reliable no_timer_check rcupdate.rcu_expedited=1 i8042.direct=1 i8042.dumbkbd=1 i8042.nopnp=1 i8042.noaux=1 noreplace-smp reboot=k console=hvc0 console=hvc1 iommu=off cryptomgr.notests net.ifnames=0 pci=lastbus=0 root=/dev/pmem0p1 rootflags=dax,data=ordered,errors=remount-ro ro rootfstype=ext4 quiet systemd.show_status=false panic=1 nr_cpus=4 agent.use_vsock=false systemd.unit=kata-containers.target systemd.mask=systemd-networkd.service systemd.mask=systemd-networkd.socket -pidfile /run/vc/vm/t/pid -smp 1,cores=1,threads=1,sockets=4,maxcpus=4]" arch=amd64 command=run container=t name=kata-runtime pid=5856 source=virtcontainers subsystem=qmp
time="2020-04-05T14:54:57+02:00" level=info msg="{\"QMP\": {\"version\": {\"qemu\": {\"micro\": 1, \"minor\": 1, \"major\": 4}, \"package\": \"\"}, \"capabilities\": [\"oob\"]}}" arch=amd64 command=run container=t name=kata-runtime pid=5856 source=virtcontainers subsystem=qmp
time="2020-04-05T14:54:57+02:00" level=info msg="QMP details" arch=amd64 command=run container=t name=kata-runtime pid=5856 qmp-capabilities=oob qmp-major-version=4 qmp-micro-version=1 qmp-minor-version=1 source=virtcontainers subsystem=qemu
time="2020-04-05T14:54:57+02:00" level=info msg="{\"execute\":\"qmp_capabilities\"}" arch=amd64 command=run container=t name=kata-runtime pid=5856 source=virtcontainers subsystem=qmp
time="2020-04-05T14:54:57+02:00" level=info msg="{\"return\": {}}" arch=amd64 command=run container=t name=kata-runtime pid=5856 source=virtcontainers subsystem=qmp
time="2020-04-05T14:54:57+02:00" level=info msg="sanner return error: read unix @->/run/vc/vm/t/qmp.sock: use of closed network connection" arch=amd64 command=run container=t name=kata-runtime pid=5856 source=virtcontainers subsystem=qmp
time="2020-04-05T14:54:57+02:00" level=info msg="VM started" arch=amd64 command=run container=t name=kata-runtime pid=5856 sandbox=t source=virtcontainers subsystem=sandbox
time="2020-04-05T14:54:57+02:00" level=info msg="proxy started" arch=amd64 command=run container=t name=kata-runtime pid=5856 proxy-pid=5888 proxy-url="unix:///run/vc/sbs/t/proxy.sock" sandbox=t source=virtcontainers subsystem=kata_agent
time="2020-04-05T14:54:57+02:00" level=info msg="New client" arch=amd64 command=run container=t name=kata-runtime pid=5856 proxy=5888 source=virtcontainers subsystem=kata_agent url="unix:///run/vc/sbs/t/proxy.sock"
time="2020-04-05T14:54:59+02:00" level=info msg="New client" arch=amd64 command=run container=t name=kata-runtime pid=5856 proxy=5888 source=virtcontainers subsystem=kata_agent url="unix:///run/vc/sbs/t/proxy.sock"
time="2020-04-05T14:54:59+02:00" level=info msg="Agent started in the sandbox" arch=amd64 command=run container=t name=kata-runtime pid=5856 sandbox=t source=virtcontainers subsystem=sandbox
time="2020-04-05T14:54:59+02:00" level=info msg="New client" arch=amd64 command=run container=t name=kata-runtime pid=5856 proxy=5888 source=virtcontainers subsystem=kata_agent url="unix:///run/vc/sbs/t/proxy.sock"
time="2020-04-05T14:54:59+02:00" level=info msg="Using sandbox shm" arch=amd64 command=run container=t name=kata-runtime pid=5856 shm-size=67108864 source=virtcontainers subsystem=kata_agent
time="2020-04-05T14:54:59+02:00" level=info msg="New client" arch=amd64 command=run container=t name=kata-runtime pid=5856 proxy=5888 source=virtcontainers subsystem=kata_agent url="unix:///run/vc/sbs/t/proxy.sock"
time="2020-04-05T14:55:00+02:00" level=info msg="{\"QMP\": {\"version\": {\"qemu\": {\"micro\": 1, \"minor\": 1, \"major\": 4}, \"package\": \"\"}, \"capabilities\": [\"oob\"]}}" arch=amd64 command=run container=t name=kata-runtime pid=5856 source=virtcontainers subsystem=qmp
time="2020-04-05T14:55:00+02:00" level=info msg="{\"execute\":\"qmp_capabilities\"}" arch=amd64 command=run container=t name=kata-runtime pid=5856 source=virtcontainers subsystem=qmp
time="2020-04-05T14:55:00+02:00" level=info msg="{\"return\": {}}" arch=amd64 command=run container=t name=kata-runtime pid=5856 source=virtcontainers subsystem=qmp
time="2020-04-05T14:55:00+02:00" level=info msg="New client" arch=amd64 command=run container=t name=kata-runtime pid=5856 proxy=5888 source=virtcontainers subsystem=kata_agent url="unix:///run/vc/sbs/t/proxy.sock"
time="2020-04-05T14:55:00+02:00" level=warning msg="sandbox's cgroup won't be updated: cgroup path is empty" arch=amd64 command=run container=t name=kata-runtime pid=5856 sandbox=t source=virtcontainers subsystem=sandbox
time="2020-04-05T14:55:00+02:00" level=info msg="release sandbox" arch=amd64 command=run container=t name=kata-runtime pid=5856 sandbox=t source=virtcontainers subsystem=sandbox
time="2020-04-05T14:55:00+02:00" level=info msg="sanner return error: read unix @->/run/vc/vm/t/qmp.sock: use of closed network connection" arch=amd64 command=run container=t name=kata-runtime pid=5856 source=virtcontainers subsystem=qmp
time="2020-04-05T14:55:00+02:00" level=info msg="fetch sandbox" arch=amd64 command=run container=t name=kata-runtime pid=5856 source=virtcontainers
time="2020-04-05T14:55:00+02:00" level=warning msg="failed to get sandbox config from old store: open /var/lib/vc/sbs/t/config.json: no such file or directory" arch=amd64 command=run container=t name=kata-runtime pid=5856 source=virtcontainers
time="2020-04-05T14:55:00+02:00" level=info msg="release sandbox" arch=amd64 command=run container=t name=kata-runtime pid=5856 sandbox=t source=virtcontainers subsystem=sandbox
time="2020-04-05T14:55:00+02:00" level=info msg="fetch sandbox" arch=amd64 command=run container=t name=kata-runtime pid=5856 sandbox=t source=virtcontainers
time="2020-04-05T14:55:00+02:00" level=warning msg="failed to get sandbox config from old store: open /var/lib/vc/sbs/t/config.json: no such file or directory" arch=amd64 command=run container=t name=kata-runtime pid=5856 sandbox=t source=virtcontainers
time="2020-04-05T14:55:00+02:00" level=info msg="New client" arch=amd64 command=run container=t name=kata-runtime pid=5856 proxy=5888 sandbox=t source=virtcontainers subsystem=kata_agent url="unix:///run/vc/sbs/t/proxy.sock"
time="2020-04-05T14:55:00+02:00" level=info msg="Sandbox is started" arch=amd64 command=run container=t name=kata-runtime pid=5856 sandbox=t source=virtcontainers subsystem=sandbox
time="2020-04-05T14:55:00+02:00" level=info msg="release sandbox" arch=amd64 command=run container=t name=kata-runtime pid=5856 sandbox=t source=virtcontainers subsystem=sandbox
Hello World
time="2020-04-05T14:55:00+02:00" level=info msg="fetch sandbox" arch=amd64 command=run container=t name=kata-runtime pid=5856 sandbox=t source=virtcontainers
time="2020-04-05T14:55:00+02:00" level=warning msg="failed to get sandbox config from old store: open /var/lib/vc/sbs/t/config.json: no such file or directory" arch=amd64 command=run container=t name=kata-runtime pid=5856 sandbox=t source=virtcontainers
time="2020-04-05T14:55:00+02:00" level=info msg="container isn't running" arch=amd64 command=run container=t name=kata-runtime pid=5905 sandbox=t source=virtcontainers state=running
time="2020-04-05T14:55:00+02:00" level=info msg="New client" arch=amd64 command=run container=t name=kata-runtime pid=5856 proxy=5888 sandbox=t source=virtcontainers subsystem=kata_agent url="unix:///run/vc/sbs/t/proxy.sock"
time="2020-04-05T14:55:00+02:00" level=info msg="New client" arch=amd64 command=run container=t name=kata-runtime pid=5856 proxy=5888 sandbox=t source=virtcontainers subsystem=kata_agent url="unix:///run/vc/sbs/t/proxy.sock"
time="2020-04-05T14:55:00+02:00" level=info msg="New client" arch=amd64 command=run container=t name=kata-runtime pid=5856 proxy=5888 sandbox=t source=virtcontainers subsystem=kata_agent url="unix:///run/vc/sbs/t/proxy.sock"
time="2020-04-05T14:55:00+02:00" level=info msg="release sandbox" arch=amd64 command=run container=t name=kata-runtime pid=5856 sandbox=t source=virtcontainers subsystem=sandbox
time="2020-04-05T14:55:00+02:00" level=info msg="fetch sandbox" arch=amd64 command=run container=t name=kata-runtime pid=5856 sandbox=t source=virtcontainers
time="2020-04-05T14:55:00+02:00" level=warning msg="failed to get sandbox config from old store: open /var/lib/vc/sbs/t/config.json: no such file or directory" arch=amd64 command=run container=t name=kata-runtime pid=5856 sandbox=t source=virtcontainers
time="2020-04-05T14:55:00+02:00" level=info msg="release sandbox" arch=amd64 command=run container=t name=kata-runtime pid=5856 sandbox=t source=virtcontainers subsystem=sandbox
time="2020-04-05T14:55:00+02:00" level=info msg="fetch sandbox" arch=amd64 command=run container=t name=kata-runtime pid=5856 sandbox=t source=virtcontainers
time="2020-04-05T14:55:00+02:00" level=warning msg="failed to get sandbox config from old store: open /var/lib/vc/sbs/t/config.json: no such file or directory" arch=amd64 command=run container=t name=kata-runtime pid=5856 sandbox=t source=virtcontainers
time="2020-04-05T14:55:00+02:00" level=info msg="Container already stopped" arch=amd64 command=run container=t name=kata-runtime pid=5856 sandbox=t source=virtcontainers subsystem=container
time="2020-04-05T14:55:00+02:00" level=info msg="Stopping sandbox in the VM" arch=amd64 command=run container=t name=kata-runtime pid=5856 sandbox=t source=virtcontainers subsystem=sandbox
time="2020-04-05T14:55:00+02:00" level=info msg="New client" arch=amd64 command=run container=t name=kata-runtime pid=5856 proxy=5888 sandbox=t source=virtcontainers subsystem=kata_agent url="unix:///run/vc/sbs/t/proxy.sock"
time="2020-04-05T14:55:00+02:00" level=info msg="Stopping VM" arch=amd64 command=run container=t name=kata-runtime pid=5856 sandbox=t source=virtcontainers subsystem=sandbox
time="2020-04-05T14:55:00+02:00" level=info msg="Stopping Sandbox" arch=amd64 command=run container=t name=kata-runtime pid=5856 sandbox=t source=virtcontainers subsystem=qemu
time="2020-04-05T14:55:00+02:00" level=info msg="{\"QMP\": {\"version\": {\"qemu\": {\"micro\": 1, \"minor\": 1, \"major\": 4}, \"package\": \"\"}, \"capabilities\": [\"oob\"]}}" arch=amd64 command=run container=t name=kata-runtime pid=5856 sandbox=t source=virtcontainers subsystem=qmp
time="2020-04-05T14:55:00+02:00" level=info msg="{\"execute\":\"qmp_capabilities\"}" arch=amd64 command=run container=t name=kata-runtime pid=5856 sandbox=t source=virtcontainers subsystem=qmp
time="2020-04-05T14:55:00+02:00" level=info msg="{\"return\": {}}" arch=amd64 command=run container=t name=kata-runtime pid=5856 sandbox=t source=virtcontainers subsystem=qmp
time="2020-04-05T14:55:00+02:00" level=info msg="{\"execute\":\"quit\"}" arch=amd64 command=run container=t name=kata-runtime pid=5856 sandbox=t source=virtcontainers subsystem=qmp
time="2020-04-05T14:55:00+02:00" level=info msg="{\"return\": {}}" arch=amd64 command=run container=t name=kata-runtime pid=5856 sandbox=t source=virtcontainers subsystem=qmp
time="2020-04-05T14:55:00+02:00" level=info msg="{\"timestamp\": {\"seconds\": 1586091300, \"microseconds\": 630426}, \"event\": \"SHUTDOWN\", \"data\": {\"guest\": false, \"reason\": \"host-qmp-quit\"}}" arch=amd64 command=run container=t name=kata-runtime pid=5856 sandbox=t source=virtcontainers subsystem=qmp
time="2020-04-05T14:55:00+02:00" level=info msg="cleanup vm path" arch=amd64 command=run container=t dir=/run/vc/vm/t link=/run/vc/vm/t name=kata-runtime pid=5856 sandbox=t source=virtcontainers subsystem=qemu
time="2020-04-05T14:55:00+02:00" level=info msg="Network namespace \"/var/run/netns/cnitest-26cfa9d3-b616-7193-a1cb-6fe789933585\" deleted" arch=amd64 command=run container=t name=kata-runtime pid=5856 sandbox=t source=virtcontainers subsystem=network
time="2020-04-05T14:55:00+02:00" level=error msg="Could not read qemu pid file" arch=amd64 command=run container=t error="open /run/vc/vm/t/pid: no such file or directory" name=kata-runtime pid=5856 sandbox=t source=virtcontainers subsystem=qemu
time="2020-04-05T14:55:00+02:00" level=error msg="Could not read qemu pid file" arch=amd64 command=run container=t error="open /run/vc/vm/t/pid: no such file or directory" name=kata-runtime pid=5856 sandbox=t source=virtcontainers subsystem=qemu
time="2020-04-05T14:55:00+02:00" level=info msg="release sandbox" arch=amd64 command=run container=t name=kata-runtime pid=5856 sandbox=t source=virtcontainers subsystem=sandbox
time="2020-04-05T14:55:00+02:00" level=info msg="sanner return error: read unix @->/run/vc/vm/t/qmp.sock: use of closed network connection" arch=amd64 command=run container=t name=kata-runtime pid=5856 sandbox=t source=virtcontainers subsystem=qmp
time="2020-04-05T14:55:00+02:00" level=info msg="fetch sandbox" arch=amd64 command=run container=t name=kata-runtime pid=5856 sandbox=t source=virtcontainers
time="2020-04-05T14:55:00+02:00" level=warning msg="failed to get sandbox config from old store: open /var/lib/vc/sbs/t/config.json: no such file or directory" arch=amd64 command=run container=t name=kata-runtime pid=5856 sandbox=t source=virtcontainers
time="2020-04-05T14:55:00+02:00" level=error msg="Could not read qemu pid file" arch=amd64 command=run container=t error="open /run/vc/vm/t/pid: no such file or directory" name=kata-runtime pid=5856 sandbox=t source=virtcontainers subsystem=qemu
time="2020-04-05T14:55:00+02:00" level=warning msg="sandbox cgroups path is empty" arch=amd64 command=run container=t name=kata-runtime pid=5856 sandbox=t source=virtcontainers subsystem=sandbox
time="2020-04-05T14:55:00+02:00" level=info msg="cleanup agent" arch=amd64 command=run container=t name=kata-runtime path=/run/kata-containers/shared/sandboxes/t pid=5856 sandbox=t source=virtcontainers subsystem=kata_agent
time="2020-04-05T14:55:00+02:00" level=info msg="release sandbox" arch=amd64 command=run container=t name=kata-runtime pid=5856 sandbox=t source=virtcontainers subsystem=sandbox
time="2020-04-05T14:55:00+02:00" level=info msg="loaded configuration" arch=amd64 command=run file=/usr/share/defaults/kata-containers/configuration.toml format=TOML name=kata-runtime pid=5928 source=katautils
time="2020-04-05T14:55:00+02:00" level=info arch=amd64 arguments="\"run -b . t\"" command=run commit= name=kata-runtime pid=5928 source=runtime version=1.11.0-alpha0
time="2020-04-05T14:55:00+02:00" level=info msg="shm-size detected: 67108864" arch=amd64 command=run container=t name=kata-runtime pid=5928 source=virtcontainers subsystem=oci
time="2020-04-05T14:55:00+02:00" level=info msg="create netns" arch=amd64 command=run container=t name=kata-runtime netns=/var/run/netns/cnitest-728c004b-57f5-8b49-a3d1-8ad768d8f90b pid=5928 source=katautils
time="2020-04-05T14:55:00+02:00" level=info msg="adding volume" arch=amd64 command=run container=t name=kata-runtime pid=5928 source=virtcontainers subsystem=qemu volume-type=virtio-9p
time="2020-04-05T14:55:00+02:00" level=info msg="Endpoints found after scan" arch=amd64 command=run container=t endpoints="[]" name=kata-runtime pid=5928 source=virtcontainers subsystem=network
time="2020-04-05T14:55:00+02:00" level=info msg="Starting VM" arch=amd64 command=run container=t name=kata-runtime pid=5928 sandbox=t source=virtcontainers subsystem=sandbox
time="2020-04-05T14:55:00+02:00" level=info msg="launching /usr/bin/qemu-vanilla-system-x86_64 with: [-name sandbox-t -uuid b5010f23-c794-439a-aeb3-a9a3c71d2714 -machine pc,accel=kvm,kernel_irqchip,nvdimm -cpu host,pmu=off -qmp unix:/run/vc/vm/t/qmp.sock,server,nowait -m 2048M,slots=10,maxmem=8985M -device pci-bridge,bus=pci.0,id=pci-bridge-0,chassis_nr=1,shpc=on,addr=2,romfile= -device virtio-serial-pci,disable-modern=true,id=serial0,romfile= -device virtconsole,chardev=charconsole0,id=console0 -chardev socket,id=charconsole0,path=/run/vc/vm/t/console.sock,server,nowait -device nvdimm,id=nv0,memdev=mem0 -object memory-backend-file,id=mem0,mem-path=/usr/share/kata-containers/kata-containers-image_clearlinux_1.11.0-alpha0_agent_d26a505efd.img,size=134217728 -device virtio-scsi-pci,id=scsi0,disable-modern=true,romfile= -object rng-random,id=rng0,filename=/dev/urandom -device virtio-rng,rng=rng0,romfile= -device virtserialport,chardev=charch0,id=channel0,name=agent.channel.0 -chardev socket,id=charch0,path=/run/vc/vm/t/kata.sock,server,nowait -device virtio-9p-pci,disable-modern=true,fsdev=extra-9p-kataShared,mount_tag=kataShared,romfile= -fsdev local,id=extra-9p-kataShared,path=/run/kata-containers/shared/sandboxes/t,security_model=none -global kvm-pit.lost_tick_policy=discard -vga none -no-user-config -nodefaults -nographic -daemonize -object memory-backend-ram,id=dimm1,size=2048M -numa node,memdev=dimm1 -kernel /usr/share/kata-containers/vmlinuz-5.4.15.66-45.container -append tsc=reliable no_timer_check rcupdate.rcu_expedited=1 i8042.direct=1 i8042.dumbkbd=1 i8042.nopnp=1 i8042.noaux=1 noreplace-smp reboot=k console=hvc0 console=hvc1 iommu=off cryptomgr.notests net.ifnames=0 pci=lastbus=0 root=/dev/pmem0p1 rootflags=dax,data=ordered,errors=remount-ro ro rootfstype=ext4 quiet systemd.show_status=false panic=1 nr_cpus=4 agent.use_vsock=false systemd.unit=kata-containers.target systemd.mask=systemd-networkd.service systemd.mask=systemd-networkd.socket -pidfile /run/vc/vm/t/pid -smp 1,cores=1,threads=1,sockets=4,maxcpus=4]" arch=amd64 command=run container=t name=kata-runtime pid=5928 source=virtcontainers subsystem=qmp
time="2020-04-05T14:55:00+02:00" level=info msg="{\"QMP\": {\"version\": {\"qemu\": {\"micro\": 1, \"minor\": 1, \"major\": 4}, \"package\": \"\"}, \"capabilities\": [\"oob\"]}}" arch=amd64 command=run container=t name=kata-runtime pid=5928 source=virtcontainers subsystem=qmp
time="2020-04-05T14:55:00+02:00" level=info msg="QMP details" arch=amd64 command=run container=t name=kata-runtime pid=5928 qmp-capabilities=oob qmp-major-version=4 qmp-micro-version=1 qmp-minor-version=1 source=virtcontainers subsystem=qemu
time="2020-04-05T14:55:00+02:00" level=info msg="{\"execute\":\"qmp_capabilities\"}" arch=amd64 command=run container=t name=kata-runtime pid=5928 source=virtcontainers subsystem=qmp
time="2020-04-05T14:55:00+02:00" level=info msg="{\"return\": {}}" arch=amd64 command=run container=t name=kata-runtime pid=5928 source=virtcontainers subsystem=qmp
time="2020-04-05T14:55:00+02:00" level=info msg="sanner return error: read unix @->/run/vc/vm/t/qmp.sock: use of closed network connection" arch=amd64 command=run container=t name=kata-runtime pid=5928 source=virtcontainers subsystem=qmp
time="2020-04-05T14:55:00+02:00" level=info msg="VM started" arch=amd64 command=run container=t name=kata-runtime pid=5928 sandbox=t source=virtcontainers subsystem=sandbox
time="2020-04-05T14:55:00+02:00" level=info msg="proxy started" arch=amd64 command=run container=t name=kata-runtime pid=5928 proxy-pid=5958 proxy-url="unix:///run/vc/sbs/t/proxy.sock" sandbox=t source=virtcontainers subsystem=kata_agent
time="2020-04-05T14:55:00+02:00" level=info msg="New client" arch=amd64 command=run container=t name=kata-runtime pid=5928 proxy=5958 source=virtcontainers subsystem=kata_agent url="unix:///run/vc/sbs/t/proxy.sock"
time="2020-04-05T14:55:02+02:00" level=info msg="New client" arch=amd64 command=run container=t name=kata-runtime pid=5928 proxy=5958 source=virtcontainers subsystem=kata_agent url="unix:///run/vc/sbs/t/proxy.sock"
time="2020-04-05T14:55:02+02:00" level=info msg="Agent started in the sandbox" arch=amd64 command=run container=t name=kata-runtime pid=5928 sandbox=t source=virtcontainers subsystem=sandbox
time="2020-04-05T14:55:02+02:00" level=info msg="New client" arch=amd64 command=run container=t name=kata-runtime pid=5928 proxy=5958 source=virtcontainers subsystem=kata_agent url="unix:///run/vc/sbs/t/proxy.sock"
time="2020-04-05T14:55:02+02:00" level=info msg="Using sandbox shm" arch=amd64 command=run container=t name=kata-runtime pid=5928 shm-size=67108864 source=virtcontainers subsystem=kata_agent
time="2020-04-05T14:55:02+02:00" level=info msg="New client" arch=amd64 command=run container=t name=kata-runtime pid=5928 proxy=5958 source=virtcontainers subsystem=kata_agent url="unix:///run/vc/sbs/t/proxy.sock"
time="2020-04-05T14:55:03+02:00" level=info msg="{\"QMP\": {\"version\": {\"qemu\": {\"micro\": 1, \"minor\": 1, \"major\": 4}, \"package\": \"\"}, \"capabilities\": [\"oob\"]}}" arch=amd64 command=run container=t name=kata-runtime pid=5928 source=virtcontainers subsystem=qmp
time="2020-04-05T14:55:03+02:00" level=info msg="{\"execute\":\"qmp_capabilities\"}" arch=amd64 command=run container=t name=kata-runtime pid=5928 source=virtcontainers subsystem=qmp
time="2020-04-05T14:55:03+02:00" level=info msg="{\"return\": {}}" arch=amd64 command=run container=t name=kata-runtime pid=5928 source=virtcontainers subsystem=qmp
time="2020-04-05T14:55:03+02:00" level=info msg="New client" arch=amd64 command=run container=t name=kata-runtime pid=5928 proxy=5958 source=virtcontainers subsystem=kata_agent url="unix:///run/vc/sbs/t/proxy.sock"
time="2020-04-05T14:55:03+02:00" level=warning msg="sandbox's cgroup won't be updated: cgroup path is empty" arch=amd64 command=run container=t name=kata-runtime pid=5928 sandbox=t source=virtcontainers subsystem=sandbox
time="2020-04-05T14:55:03+02:00" level=info msg="release sandbox" arch=amd64 command=run container=t name=kata-runtime pid=5928 sandbox=t source=virtcontainers subsystem=sandbox
time="2020-04-05T14:55:03+02:00" level=info msg="sanner return error: read unix @->/run/vc/vm/t/qmp.sock: use of closed network connection" arch=amd64 command=run container=t name=kata-runtime pid=5928 source=virtcontainers subsystem=qmp
time="2020-04-05T14:55:03+02:00" level=info msg="fetch sandbox" arch=amd64 command=run container=t name=kata-runtime pid=5928 source=virtcontainers
time="2020-04-05T14:55:03+02:00" level=warning msg="failed to get sandbox config from old store: open /var/lib/vc/sbs/t/config.json: no such file or directory" arch=amd64 command=run container=t name=kata-runtime pid=5928 source=virtcontainers
time="2020-04-05T14:55:03+02:00" level=info msg="release sandbox" arch=amd64 command=run container=t name=kata-runtime pid=5928 sandbox=t source=virtcontainers subsystem=sandbox
time="2020-04-05T14:55:03+02:00" level=info msg="fetch sandbox" arch=amd64 command=run container=t name=kata-runtime pid=5928 sandbox=t source=virtcontainers
time="2020-04-05T14:55:03+02:00" level=warning msg="failed to get sandbox config from old store: open /var/lib/vc/sbs/t/config.json: no such file or directory" arch=amd64 command=run container=t name=kata-runtime pid=5928 sandbox=t source=virtcontainers
time="2020-04-05T14:55:03+02:00" level=info msg="New client" arch=amd64 command=run container=t name=kata-runtime pid=5928 proxy=5958 sandbox=t source=virtcontainers subsystem=kata_agent url="unix:///run/vc/sbs/t/proxy.sock"
time="2020-04-05T14:55:04+02:00" level=info msg="Sandbox is started" arch=amd64 command=run container=t name=kata-runtime pid=5928 sandbox=t source=virtcontainers subsystem=sandbox
time="2020-04-05T14:55:04+02:00" level=info msg="release sandbox" arch=amd64 command=run container=t name=kata-runtime pid=5928 sandbox=t source=virtcontainers subsystem=sandbox
Hello World
time="2020-04-05T14:55:04+02:00" level=info msg="fetch sandbox" arch=amd64 command=run container=t name=kata-runtime pid=5928 sandbox=t source=virtcontainers
time="2020-04-05T14:55:04+02:00" level=warning msg="failed to get sandbox config from old store: open /var/lib/vc/sbs/t/config.json: no such file or directory" arch=amd64 command=run container=t name=kata-runtime pid=5928 sandbox=t source=virtcontainers
time="2020-04-05T14:55:04+02:00" level=info msg="container isn't running" arch=amd64 command=run container=t name=kata-runtime pid=5976 sandbox=t source=virtcontainers state=running
time="2020-04-05T14:55:04+02:00" level=info msg="New client" arch=amd64 command=run container=t name=kata-runtime pid=5928 proxy=5958 sandbox=t source=virtcontainers subsystem=kata_agent url="unix:///run/vc/sbs/t/proxy.sock"
time="2020-04-05T14:55:04+02:00" level=info msg="New client" arch=amd64 command=run container=t name=kata-runtime pid=5928 proxy=5958 sandbox=t source=virtcontainers subsystem=kata_agent url="unix:///run/vc/sbs/t/proxy.sock"
time="2020-04-05T14:55:04+02:00" level=info msg="New client" arch=amd64 command=run container=t name=kata-runtime pid=5928 proxy=5958 sandbox=t source=virtcontainers subsystem=kata_agent url="unix:///run/vc/sbs/t/proxy.sock"
time="2020-04-05T14:55:04+02:00" level=info msg="release sandbox" arch=amd64 command=run container=t name=kata-runtime pid=5928 sandbox=t source=virtcontainers subsystem=sandbox
time="2020-04-05T14:55:04+02:00" level=info msg="fetch sandbox" arch=amd64 command=run container=t name=kata-runtime pid=5928 sandbox=t source=virtcontainers
time="2020-04-05T14:55:04+02:00" level=warning msg="failed to get sandbox config from old store: open /var/lib/vc/sbs/t/config.json: no such file or directory" arch=amd64 command=run container=t name=kata-runtime pid=5928 sandbox=t source=virtcontainers
time="2020-04-05T14:55:04+02:00" level=info msg="release sandbox" arch=amd64 command=run container=t name=kata-runtime pid=5928 sandbox=t source=virtcontainers subsystem=sandbox
time="2020-04-05T14:55:04+02:00" level=info msg="fetch sandbox" arch=amd64 command=run container=t name=kata-runtime pid=5928 sandbox=t source=virtcontainers
time="2020-04-05T14:55:04+02:00" level=warning msg="failed to get sandbox config from old store: open /var/lib/vc/sbs/t/config.json: no such file or directory" arch=amd64 command=run container=t name=kata-runtime pid=5928 sandbox=t source=virtcontainers
time="2020-04-05T14:55:04+02:00" level=info msg="Container already stopped" arch=amd64 command=run container=t name=kata-runtime pid=5928 sandbox=t source=virtcontainers subsystem=container
time="2020-04-05T14:55:04+02:00" level=info msg="Stopping sandbox in the VM" arch=amd64 command=run container=t name=kata-runtime pid=5928 sandbox=t source=virtcontainers subsystem=sandbox
time="2020-04-05T14:55:04+02:00" level=info msg="New client" arch=amd64 command=run container=t name=kata-runtime pid=5928 proxy=5958 sandbox=t source=virtcontainers subsystem=kata_agent url="unix:///run/vc/sbs/t/proxy.sock"
time="2020-04-05T14:55:04+02:00" level=info msg="Stopping VM" arch=amd64 command=run container=t name=kata-runtime pid=5928 sandbox=t source=virtcontainers subsystem=sandbox
time="2020-04-05T14:55:04+02:00" level=info msg="Stopping Sandbox" arch=amd64 command=run container=t name=kata-runtime pid=5928 sandbox=t source=virtcontainers subsystem=qemu
time="2020-04-05T14:55:04+02:00" level=info msg="{\"QMP\": {\"version\": {\"qemu\": {\"micro\": 1, \"minor\": 1, \"major\": 4}, \"package\": \"\"}, \"capabilities\": [\"oob\"]}}" arch=amd64 command=run container=t name=kata-runtime pid=5928 sandbox=t source=virtcontainers subsystem=qmp
time="2020-04-05T14:55:04+02:00" level=info msg="{\"execute\":\"qmp_capabilities\"}" arch=amd64 command=run container=t name=kata-runtime pid=5928 sandbox=t source=virtcontainers subsystem=qmp
time="2020-04-05T14:55:04+02:00" level=info msg="{\"return\": {}}" arch=amd64 command=run container=t name=kata-runtime pid=5928 sandbox=t source=virtcontainers subsystem=qmp
time="2020-04-05T14:55:04+02:00" level=info msg="{\"execute\":\"quit\"}" arch=amd64 command=run container=t name=kata-runtime pid=5928 sandbox=t source=virtcontainers subsystem=qmp
time="2020-04-05T14:55:04+02:00" level=info msg="{\"timestamp\": {\"seconds\": 1586091304, \"microseconds\": 601578}, \"event\": \"VSERPORT_CHANGE\", \"data\": {\"open\": false, \"id\": \"channel0\"}}" arch=amd64 command=run container=t name=kata-runtime pid=5928 sandbox=t source=virtcontainers subsystem=qmp
time="2020-04-05T14:55:04+02:00" level=info msg="{\"return\": {}}" arch=amd64 command=run container=t name=kata-runtime pid=5928 sandbox=t source=virtcontainers subsystem=qmp
time="2020-04-05T14:55:04+02:00" level=info msg="{\"timestamp\": {\"seconds\": 1586091304, \"microseconds\": 601867}, \"event\": \"SHUTDOWN\", \"data\": {\"guest\": false, \"reason\": \"host-qmp-quit\"}}" arch=amd64 command=run container=t name=kata-runtime pid=5928 sandbox=t source=virtcontainers subsystem=qmp
time="2020-04-05T14:55:04+02:00" level=info msg="cleanup vm path" arch=amd64 command=run container=t dir=/run/vc/vm/t link=/run/vc/vm/t name=kata-runtime pid=5928 sandbox=t source=virtcontainers subsystem=qemu
time="2020-04-05T14:55:04+02:00" level=info msg="Network namespace \"/var/run/netns/cnitest-728c004b-57f5-8b49-a3d1-8ad768d8f90b\" deleted" arch=amd64 command=run container=t name=kata-runtime pid=5928 sandbox=t source=virtcontainers subsystem=network
time="2020-04-05T14:55:04+02:00" level=error msg="Could not read qemu pid file" arch=amd64 command=run container=t error="open /run/vc/vm/t/pid: no such file or directory" name=kata-runtime pid=5928 sandbox=t source=virtcontainers subsystem=qemu
time="2020-04-05T14:55:04+02:00" level=error msg="Could not read qemu pid file" arch=amd64 command=run container=t error="open /run/vc/vm/t/pid: no such file or directory" name=kata-runtime pid=5928 sandbox=t source=virtcontainers subsystem=qemu
time="2020-04-05T14:55:04+02:00" level=info msg="release sandbox" arch=amd64 command=run container=t name=kata-runtime pid=5928 sandbox=t source=virtcontainers subsystem=sandbox
time="2020-04-05T14:55:04+02:00" level=info msg="sanner return error: read unix @->/run/vc/vm/t/qmp.sock: use of closed network connection" arch=amd64 command=run container=t name=kata-runtime pid=5928 sandbox=t source=virtcontainers subsystem=qmp
time="2020-04-05T14:55:04+02:00" level=info msg="fetch sandbox" arch=amd64 command=run container=t name=kata-runtime pid=5928 sandbox=t source=virtcontainers
time="2020-04-05T14:55:04+02:00" level=warning msg="failed to get sandbox config from old store: open /var/lib/vc/sbs/t/config.json: no such file or directory" arch=amd64 command=run container=t name=kata-runtime pid=5928 sandbox=t source=virtcontainers
time="2020-04-05T14:55:04+02:00" level=error msg="Could not read qemu pid file" arch=amd64 command=run container=t error="open /run/vc/vm/t/pid: no such file or directory" name=kata-runtime pid=5928 sandbox=t source=virtcontainers subsystem=qemu
time="2020-04-05T14:55:04+02:00" level=warning msg="sandbox cgroups path is empty" arch=amd64 command=run container=t name=kata-runtime pid=5928 sandbox=t source=virtcontainers subsystem=sandbox
time="2020-04-05T14:55:04+02:00" level=info msg="cleanup agent" arch=amd64 command=run container=t name=kata-runtime path=/run/kata-containers/shared/sandboxes/t pid=5928 sandbox=t source=virtcontainers subsystem=kata_agent
time="2020-04-05T14:55:04+02:00" level=info msg="release sandbox" arch=amd64 command=run container=t name=kata-runtime pid=5928 sandbox=t source=virtcontainers subsystem=sandbox
time="2020-04-05T14:55:04+02:00" level=info msg="loaded configuration" arch=amd64 command=run file=/usr/share/defaults/kata-containers/configuration.toml format=TOML name=kata-runtime pid=6000 source=katautils
time="2020-04-05T14:55:04+02:00" level=info arch=amd64 arguments="\"run -b . t\"" command=run commit= name=kata-runtime pid=6000 source=runtime version=1.11.0-alpha0
time="2020-04-05T14:55:04+02:00" level=info msg="shm-size detected: 67108864" arch=amd64 command=run container=t name=kata-runtime pid=6000 source=virtcontainers subsystem=oci
time="2020-04-05T14:55:04+02:00" level=info msg="create netns" arch=amd64 command=run container=t name=kata-runtime netns=/var/run/netns/cnitest-214f7a4d-6495-43a3-dada-9cc33548c3e6 pid=6000 source=katautils
time="2020-04-05T14:55:04+02:00" level=info msg="adding volume" arch=amd64 command=run container=t name=kata-runtime pid=6000 source=virtcontainers subsystem=qemu volume-type=virtio-9p
time="2020-04-05T14:55:04+02:00" level=info msg="Endpoints found after scan" arch=amd64 command=run container=t endpoints="[]" name=kata-runtime pid=6000 source=virtcontainers subsystem=network
time="2020-04-05T14:55:04+02:00" level=info msg="Starting VM" arch=amd64 command=run container=t name=kata-runtime pid=6000 sandbox=t source=virtcontainers subsystem=sandbox
time="2020-04-05T14:55:04+02:00" level=info msg="launching /usr/bin/qemu-vanilla-system-x86_64 with: [-name sandbox-t -uuid e7494548-01b1-4a4e-9776-612c43f68cba -machine pc,accel=kvm,kernel_irqchip,nvdimm -cpu host,pmu=off -qmp unix:/run/vc/vm/t/qmp.sock,server,nowait -m 2048M,slots=10,maxmem=8985M -device pci-bridge,bus=pci.0,id=pci-bridge-0,chassis_nr=1,shpc=on,addr=2,romfile= -device virtio-serial-pci,disable-modern=true,id=serial0,romfile= -device virtconsole,chardev=charconsole0,id=console0 -chardev socket,id=charconsole0,path=/run/vc/vm/t/console.sock,server,nowait -device nvdimm,id=nv0,memdev=mem0 -object memory-backend-file,id=mem0,mem-path=/usr/share/kata-containers/kata-containers-image_clearlinux_1.11.0-alpha0_agent_d26a505efd.img,size=134217728 -device virtio-scsi-pci,id=scsi0,disable-modern=true,romfile= -object rng-random,id=rng0,filename=/dev/urandom -device virtio-rng,rng=rng0,romfile= -device virtserialport,chardev=charch0,id=channel0,name=agent.channel.0 -chardev socket,id=charch0,path=/run/vc/vm/t/kata.sock,server,nowait -device virtio-9p-pci,disable-modern=true,fsdev=extra-9p-kataShared,mount_tag=kataShared,romfile= -fsdev local,id=extra-9p-kataShared,path=/run/kata-containers/shared/sandboxes/t,security_model=none -global kvm-pit.lost_tick_policy=discard -vga none -no-user-config -nodefaults -nographic -daemonize -object memory-backend-ram,id=dimm1,size=2048M -numa node,memdev=dimm1 -kernel /usr/share/kata-containers/vmlinuz-5.4.15.66-45.container -append tsc=reliable no_timer_check rcupdate.rcu_expedited=1 i8042.direct=1 i8042.dumbkbd=1 i8042.nopnp=1 i8042.noaux=1 noreplace-smp reboot=k console=hvc0 console=hvc1 iommu=off cryptomgr.notests net.ifnames=0 pci=lastbus=0 root=/dev/pmem0p1 rootflags=dax,data=ordered,errors=remount-ro ro rootfstype=ext4 quiet systemd.show_status=false panic=1 nr_cpus=4 agent.use_vsock=false systemd.unit=kata-containers.target systemd.mask=systemd-networkd.service systemd.mask=systemd-networkd.socket -pidfile /run/vc/vm/t/pid -smp 1,cores=1,threads=1,sockets=4,maxcpus=4]" arch=amd64 command=run container=t name=kata-runtime pid=6000 source=virtcontainers subsystem=qmp
time="2020-04-05T14:55:04+02:00" level=info msg="{\"QMP\": {\"version\": {\"qemu\": {\"micro\": 1, \"minor\": 1, \"major\": 4}, \"package\": \"\"}, \"capabilities\": [\"oob\"]}}" arch=amd64 command=run container=t name=kata-runtime pid=6000 source=virtcontainers subsystem=qmp
time="2020-04-05T14:55:04+02:00" level=info msg="QMP details" arch=amd64 command=run container=t name=kata-runtime pid=6000 qmp-capabilities=oob qmp-major-version=4 qmp-micro-version=1 qmp-minor-version=1 source=virtcontainers subsystem=qemu
time="2020-04-05T14:55:04+02:00" level=info msg="{\"execute\":\"qmp_capabilities\"}" arch=amd64 command=run container=t name=kata-runtime pid=6000 source=virtcontainers subsystem=qmp
time="2020-04-05T14:55:04+02:00" level=info msg="{\"return\": {}}" arch=amd64 command=run container=t name=kata-runtime pid=6000 source=virtcontainers subsystem=qmp
time="2020-04-05T14:55:04+02:00" level=info msg="sanner return error: read unix @->/run/vc/vm/t/qmp.sock: use of closed network connection" arch=amd64 command=run container=t name=kata-runtime pid=6000 source=virtcontainers subsystem=qmp
time="2020-04-05T14:55:04+02:00" level=info msg="VM started" arch=amd64 command=run container=t name=kata-runtime pid=6000 sandbox=t source=virtcontainers subsystem=sandbox
time="2020-04-05T14:55:04+02:00" level=info msg="proxy started" arch=amd64 command=run container=t name=kata-runtime pid=6000 proxy-pid=6032 proxy-url="unix:///run/vc/sbs/t/proxy.sock" sandbox=t source=virtcontainers subsystem=kata_agent
time="2020-04-05T14:55:04+02:00" level=info msg="New client" arch=amd64 command=run container=t name=kata-runtime pid=6000 proxy=6032 source=virtcontainers subsystem=kata_agent url="unix:///run/vc/sbs/t/proxy.sock"
time="2020-04-05T14:55:07+02:00" level=info msg="New client" arch=amd64 command=run container=t name=kata-runtime pid=6000 proxy=6032 source=virtcontainers subsystem=kata_agent url="unix:///run/vc/sbs/t/proxy.sock"
time="2020-04-05T14:55:07+02:00" level=info msg="Agent started in the sandbox" arch=amd64 command=run container=t name=kata-runtime pid=6000 sandbox=t source=virtcontainers subsystem=sandbox
time="2020-04-05T14:55:07+02:00" level=info msg="New client" arch=amd64 command=run container=t name=kata-runtime pid=6000 proxy=6032 source=virtcontainers subsystem=kata_agent url="unix:///run/vc/sbs/t/proxy.sock"
time="2020-04-05T14:55:07+02:00" level=info msg="Using sandbox shm" arch=amd64 command=run container=t name=kata-runtime pid=6000 shm-size=67108864 source=virtcontainers subsystem=kata_agent
time="2020-04-05T14:55:07+02:00" level=info msg="New client" arch=amd64 command=run container=t name=kata-runtime pid=6000 proxy=6032 source=virtcontainers subsystem=kata_agent url="unix:///run/vc/sbs/t/proxy.sock"
time="2020-04-05T14:55:08+02:00" level=info msg="{\"QMP\": {\"version\": {\"qemu\": {\"micro\": 1, \"minor\": 1, \"major\": 4}, \"package\": \"\"}, \"capabilities\": [\"oob\"]}}" arch=amd64 command=run container=t name=kata-runtime pid=6000 source=virtcontainers subsystem=qmp
time="2020-04-05T14:55:08+02:00" level=info msg="{\"execute\":\"qmp_capabilities\"}" arch=amd64 command=run container=t name=kata-runtime pid=6000 source=virtcontainers subsystem=qmp
time="2020-04-05T14:55:08+02:00" level=info msg="{\"return\": {}}" arch=amd64 command=run container=t name=kata-runtime pid=6000 source=virtcontainers subsystem=qmp
time="2020-04-05T14:55:08+02:00" level=info msg="New client" arch=amd64 command=run container=t name=kata-runtime pid=6000 proxy=6032 source=virtcontainers subsystem=kata_agent url="unix:///run/vc/sbs/t/proxy.sock"
time="2020-04-05T14:55:08+02:00" level=warning msg="sandbox's cgroup won't be updated: cgroup path is empty" arch=amd64 command=run container=t name=kata-runtime pid=6000 sandbox=t source=virtcontainers subsystem=sandbox
time="2020-04-05T14:55:08+02:00" level=info msg="release sandbox" arch=amd64 command=run container=t name=kata-runtime pid=6000 sandbox=t source=virtcontainers subsystem=sandbox
time="2020-04-05T14:55:08+02:00" level=info msg="sanner return error: read unix @->/run/vc/vm/t/qmp.sock: use of closed network connection" arch=amd64 command=run container=t name=kata-runtime pid=6000 source=virtcontainers subsystem=qmp
time="2020-04-05T14:55:08+02:00" level=info msg="fetch sandbox" arch=amd64 command=run container=t name=kata-runtime pid=6000 source=virtcontainers
time="2020-04-05T14:55:08+02:00" level=warning msg="failed to get sandbox config from old store: open /var/lib/vc/sbs/t/config.json: no such file or directory" arch=amd64 command=run container=t name=kata-runtime pid=6000 source=virtcontainers
time="2020-04-05T14:55:08+02:00" level=info msg="release sandbox" arch=amd64 command=run container=t name=kata-runtime pid=6000 sandbox=t source=virtcontainers subsystem=sandbox
time="2020-04-05T14:55:08+02:00" level=info msg="fetch sandbox" arch=amd64 command=run container=t name=kata-runtime pid=6000 sandbox=t source=virtcontainers
time="2020-04-05T14:55:08+02:00" level=warning msg="failed to get sandbox config from old store: open /var/lib/vc/sbs/t/config.json: no such file or directory" arch=amd64 command=run container=t name=kata-runtime pid=6000 sandbox=t source=virtcontainers
time="2020-04-05T14:55:08+02:00" level=info msg="New client" arch=amd64 command=run container=t name=kata-runtime pid=6000 proxy=6032 sandbox=t source=virtcontainers subsystem=kata_agent url="unix:///run/vc/sbs/t/proxy.sock"
Hello World
time="2020-04-05T14:55:08+02:00" level=info msg="Sandbox is started" arch=amd64 command=run container=t name=kata-runtime pid=6000 sandbox=t source=virtcontainers subsystem=sandbox
time="2020-04-05T14:55:08+02:00" level=info msg="release sandbox" arch=amd64 command=run container=t name=kata-runtime pid=6000 sandbox=t source=virtcontainers subsystem=sandbox
time="2020-04-05T14:55:08+02:00" level=info msg="fetch sandbox" arch=amd64 command=run container=t name=kata-runtime pid=6000 sandbox=t source=virtcontainers
time="2020-04-05T14:55:08+02:00" level=warning msg="failed to get sandbox config from old store: open /var/lib/vc/sbs/t/config.json: no such file or directory" arch=amd64 command=run container=t name=kata-runtime pid=6000 sandbox=t source=virtcontainers
time="2020-04-05T14:55:08+02:00" level=info msg="container isn't running" arch=amd64 command=run container=t name=kata-runtime pid=6048 sandbox=t source=virtcontainers state=running
time="2020-04-05T14:55:08+02:00" level=info msg="New client" arch=amd64 command=run container=t name=kata-runtime pid=6000 proxy=6032 sandbox=t source=virtcontainers subsystem=kata_agent url="unix:///run/vc/sbs/t/proxy.sock"
time="2020-04-05T14:55:08+02:00" level=info msg="New client" arch=amd64 command=run container=t name=kata-runtime pid=6000 proxy=6032 sandbox=t source=virtcontainers subsystem=kata_agent url="unix:///run/vc/sbs/t/proxy.sock"
time="2020-04-05T14:55:08+02:00" level=info msg="New client" arch=amd64 command=run container=t name=kata-runtime pid=6000 proxy=6032 sandbox=t source=virtcontainers subsystem=kata_agent url="unix:///run/vc/sbs/t/proxy.sock"
time="2020-04-05T14:55:08+02:00" level=info msg="release sandbox" arch=amd64 command=run container=t name=kata-runtime pid=6000 sandbox=t source=virtcontainers subsystem=sandbox
time="2020-04-05T14:55:08+02:00" level=info msg="fetch sandbox" arch=amd64 command=run container=t name=kata-runtime pid=6000 sandbox=t source=virtcontainers
time="2020-04-05T14:55:08+02:00" level=warning msg="failed to get sandbox config from old store: open /var/lib/vc/sbs/t/config.json: no such file or directory" arch=amd64 command=run container=t name=kata-runtime pid=6000 sandbox=t source=virtcontainers
time="2020-04-05T14:55:08+02:00" level=info msg="release sandbox" arch=amd64 command=run container=t name=kata-runtime pid=6000 sandbox=t source=virtcontainers subsystem=sandbox
time="2020-04-05T14:55:08+02:00" level=info msg="fetch sandbox" arch=amd64 command=run container=t name=kata-runtime pid=6000 sandbox=t source=virtcontainers
time="2020-04-05T14:55:08+02:00" level=warning msg="failed to get sandbox config from old store: open /var/lib/vc/sbs/t/config.json: no such file or directory" arch=amd64 command=run container=t name=kata-runtime pid=6000 sandbox=t source=virtcontainers
time="2020-04-05T14:55:08+02:00" level=info msg="Container already stopped" arch=amd64 command=run container=t name=kata-runtime pid=6000 sandbox=t source=virtcontainers subsystem=container
time="2020-04-05T14:55:08+02:00" level=info msg="Stopping sandbox in the VM" arch=amd64 command=run container=t name=kata-runtime pid=6000 sandbox=t source=virtcontainers subsystem=sandbox
time="2020-04-05T14:55:08+02:00" level=info msg="New client" arch=amd64 command=run container=t name=kata-runtime pid=6000 proxy=6032 sandbox=t source=virtcontainers subsystem=kata_agent url="unix:///run/vc/sbs/t/proxy.sock"
time="2020-04-05T14:55:08+02:00" level=info msg="Stopping VM" arch=amd64 command=run container=t name=kata-runtime pid=6000 sandbox=t source=virtcontainers subsystem=sandbox
time="2020-04-05T14:55:08+02:00" level=info msg="Stopping Sandbox" arch=amd64 command=run container=t name=kata-runtime pid=6000 sandbox=t source=virtcontainers subsystem=qemu
time="2020-04-05T14:55:08+02:00" level=info msg="{\"QMP\": {\"version\": {\"qemu\": {\"micro\": 1, \"minor\": 1, \"major\": 4}, \"package\": \"\"}, \"capabilities\": [\"oob\"]}}" arch=amd64 command=run container=t name=kata-runtime pid=6000 sandbox=t source=virtcontainers subsystem=qmp
time="2020-04-05T14:55:08+02:00" level=info msg="{\"execute\":\"qmp_capabilities\"}" arch=amd64 command=run container=t name=kata-runtime pid=6000 sandbox=t source=virtcontainers subsystem=qmp
time="2020-04-05T14:55:08+02:00" level=info msg="{\"return\": {}}" arch=amd64 command=run container=t name=kata-runtime pid=6000 sandbox=t source=virtcontainers subsystem=qmp
time="2020-04-05T14:55:08+02:00" level=info msg="{\"execute\":\"quit\"}" arch=amd64 command=run container=t name=kata-runtime pid=6000 sandbox=t source=virtcontainers subsystem=qmp
time="2020-04-05T14:55:08+02:00" level=info msg="{\"return\": {}}" arch=amd64 command=run container=t name=kata-runtime pid=6000 sandbox=t source=virtcontainers subsystem=qmp
time="2020-04-05T14:55:08+02:00" level=info msg="{\"timestamp\": {\"seconds\": 1586091308, \"microseconds\": 542050}, \"event\": \"SHUTDOWN\", \"data\": {\"guest\": false, \"reason\": \"host-qmp-quit\"}}" arch=amd64 command=run container=t name=kata-runtime pid=6000 sandbox=t source=virtcontainers subsystem=qmp
time="2020-04-05T14:55:08+02:00" level=info msg="cleanup vm path" arch=amd64 command=run container=t dir=/run/vc/vm/t link=/run/vc/vm/t name=kata-runtime pid=6000 sandbox=t source=virtcontainers subsystem=qemu
time="2020-04-05T14:55:08+02:00" level=info msg="Network namespace \"/var/run/netns/cnitest-214f7a4d-6495-43a3-dada-9cc33548c3e6\" deleted" arch=amd64 command=run container=t name=kata-runtime pid=6000 sandbox=t source=virtcontainers subsystem=network
time="2020-04-05T14:55:08+02:00" level=error msg="Could not read qemu pid file" arch=amd64 command=run container=t error="open /run/vc/vm/t/pid: no such file or directory" name=kata-runtime pid=6000 sandbox=t source=virtcontainers subsystem=qemu
time="2020-04-05T14:55:08+02:00" level=error msg="Could not read qemu pid file" arch=amd64 command=run container=t error="open /run/vc/vm/t/pid: no such file or directory" name=kata-runtime pid=6000 sandbox=t source=virtcontainers subsystem=qemu
time="2020-04-05T14:55:08+02:00" level=info msg="release sandbox" arch=amd64 command=run container=t name=kata-runtime pid=6000 sandbox=t source=virtcontainers subsystem=sandbox
time="2020-04-05T14:55:08+02:00" level=info msg="sanner return error: read unix @->/run/vc/vm/t/qmp.sock: use of closed network connection" arch=amd64 command=run container=t name=kata-runtime pid=6000 sandbox=t source=virtcontainers subsystem=qmp
time="2020-04-05T14:55:08+02:00" level=info msg="fetch sandbox" arch=amd64 command=run container=t name=kata-runtime pid=6000 sandbox=t source=virtcontainers
time="2020-04-05T14:55:08+02:00" level=warning msg="failed to get sandbox config from old store: open /var/lib/vc/sbs/t/config.json: no such file or directory" arch=amd64 command=run container=t name=kata-runtime pid=6000 sandbox=t source=virtcontainers
time="2020-04-05T14:55:08+02:00" level=error msg="Could not read qemu pid file" arch=amd64 command=run container=t error="open /run/vc/vm/t/pid: no such file or directory" name=kata-runtime pid=6000 sandbox=t source=virtcontainers subsystem=qemu
time="2020-04-05T14:55:08+02:00" level=warning msg="sandbox cgroups path is empty" arch=amd64 command=run container=t name=kata-runtime pid=6000 sandbox=t source=virtcontainers subsystem=sandbox
time="2020-04-05T14:55:08+02:00" level=info msg="cleanup agent" arch=amd64 command=run container=t name=kata-runtime path=/run/kata-containers/shared/sandboxes/t pid=6000 sandbox=t source=virtcontainers subsystem=kata_agent
time="2020-04-05T14:55:08+02:00" level=info msg="release sandbox" arch=amd64 command=run container=t name=kata-runtime pid=6000 sandbox=t source=virtcontainers subsystem=sandbox
time="2020-04-05T14:55:08+02:00" level=info msg="loaded configuration" arch=amd64 command=run file=/usr/share/defaults/kata-containers/configuration.toml format=TOML name=kata-runtime pid=6077 source=katautils
time="2020-04-05T14:55:08+02:00" level=info arch=amd64 arguments="\"run -b . t\"" command=run commit= name=kata-runtime pid=6077 source=runtime version=1.11.0-alpha0
time="2020-04-05T14:55:08+02:00" level=info msg="shm-size detected: 67108864" arch=amd64 command=run container=t name=kata-runtime pid=6077 source=virtcontainers subsystem=oci
time="2020-04-05T14:55:08+02:00" level=info msg="create netns" arch=amd64 command=run container=t name=kata-runtime netns=/var/run/netns/cnitest-e28719ed-c243-2b7f-9833-b3ffec201e9c pid=6077 source=katautils
time="2020-04-05T14:55:08+02:00" level=info msg="adding volume" arch=amd64 command=run container=t name=kata-runtime pid=6077 source=virtcontainers subsystem=qemu volume-type=virtio-9p
time="2020-04-05T14:55:08+02:00" level=info msg="Endpoints found after scan" arch=amd64 command=run container=t endpoints="[]" name=kata-runtime pid=6077 source=virtcontainers subsystem=network
time="2020-04-05T14:55:08+02:00" level=info msg="Starting VM" arch=amd64 command=run container=t name=kata-runtime pid=6077 sandbox=t source=virtcontainers subsystem=sandbox
time="2020-04-05T14:55:08+02:00" level=info msg="launching /usr/bin/qemu-vanilla-system-x86_64 with: [-name sandbox-t -uuid c09537f9-e423-4087-a034-e912a87fb023 -machine pc,accel=kvm,kernel_irqchip,nvdimm -cpu host,pmu=off -qmp unix:/run/vc/vm/t/qmp.sock,server,nowait -m 2048M,slots=10,maxmem=8985M -device pci-bridge,bus=pci.0,id=pci-bridge-0,chassis_nr=1,shpc=on,addr=2,romfile= -device virtio-serial-pci,disable-modern=true,id=serial0,romfile= -device virtconsole,chardev=charconsole0,id=console0 -chardev socket,id=charconsole0,path=/run/vc/vm/t/console.sock,server,nowait -device nvdimm,id=nv0,memdev=mem0 -object memory-backend-file,id=mem0,mem-path=/usr/share/kata-containers/kata-containers-image_clearlinux_1.11.0-alpha0_agent_d26a505efd.img,size=134217728 -device virtio-scsi-pci,id=scsi0,disable-modern=true,romfile= -object rng-random,id=rng0,filename=/dev/urandom -device virtio-rng,rng=rng0,romfile= -device virtserialport,chardev=charch0,id=channel0,name=agent.channel.0 -chardev socket,id=charch0,path=/run/vc/vm/t/kata.sock,server,nowait -device virtio-9p-pci,disable-modern=true,fsdev=extra-9p-kataShared,mount_tag=kataShared,romfile= -fsdev local,id=extra-9p-kataShared,path=/run/kata-containers/shared/sandboxes/t,security_model=none -global kvm-pit.lost_tick_policy=discard -vga none -no-user-config -nodefaults -nographic -daemonize -object memory-backend-ram,id=dimm1,size=2048M -numa node,memdev=dimm1 -kernel /usr/share/kata-containers/vmlinuz-5.4.15.66-45.container -append tsc=reliable no_timer_check rcupdate.rcu_expedited=1 i8042.direct=1 i8042.dumbkbd=1 i8042.nopnp=1 i8042.noaux=1 noreplace-smp reboot=k console=hvc0 console=hvc1 iommu=off cryptomgr.notests net.ifnames=0 pci=lastbus=0 root=/dev/pmem0p1 rootflags=dax,data=ordered,errors=remount-ro ro rootfstype=ext4 quiet systemd.show_status=false panic=1 nr_cpus=4 agent.use_vsock=false systemd.unit=kata-containers.target systemd.mask=systemd-networkd.service systemd.mask=systemd-networkd.socket -pidfile /run/vc/vm/t/pid -smp 1,cores=1,threads=1,sockets=4,maxcpus=4]" arch=amd64 command=run container=t name=kata-runtime pid=6077 source=virtcontainers subsystem=qmp
time="2020-04-05T14:55:08+02:00" level=info msg="{\"QMP\": {\"version\": {\"qemu\": {\"micro\": 1, \"minor\": 1, \"major\": 4}, \"package\": \"\"}, \"capabilities\": [\"oob\"]}}" arch=amd64 command=run container=t name=kata-runtime pid=6077 source=virtcontainers subsystem=qmp
time="2020-04-05T14:55:08+02:00" level=info msg="QMP details" arch=amd64 command=run container=t name=kata-runtime pid=6077 qmp-capabilities=oob qmp-major-version=4 qmp-micro-version=1 qmp-minor-version=1 source=virtcontainers subsystem=qemu
time="2020-04-05T14:55:08+02:00" level=info msg="{\"execute\":\"qmp_capabilities\"}" arch=amd64 command=run container=t name=kata-runtime pid=6077 source=virtcontainers subsystem=qmp
time="2020-04-05T14:55:08+02:00" level=info msg="{\"return\": {}}" arch=amd64 command=run container=t name=kata-runtime pid=6077 source=virtcontainers subsystem=qmp
time="2020-04-05T14:55:08+02:00" level=info msg="sanner return error: read unix @->/run/vc/vm/t/qmp.sock: use of closed network connection" arch=amd64 command=run container=t name=kata-runtime pid=6077 source=virtcontainers subsystem=qmp
time="2020-04-05T14:55:08+02:00" level=info msg="VM started" arch=amd64 command=run container=t name=kata-runtime pid=6077 sandbox=t source=virtcontainers subsystem=sandbox
time="2020-04-05T14:55:08+02:00" level=info msg="proxy started" arch=amd64 command=run container=t name=kata-runtime pid=6077 proxy-pid=6109 proxy-url="unix:///run/vc/sbs/t/proxy.sock" sandbox=t source=virtcontainers subsystem=kata_agent
time="2020-04-05T14:55:08+02:00" level=info msg="New client" arch=amd64 command=run container=t name=kata-runtime pid=6077 proxy=6109 source=virtcontainers subsystem=kata_agent url="unix:///run/vc/sbs/t/proxy.sock"
time="2020-04-05T14:55:10+02:00" level=info msg="New client" arch=amd64 command=run container=t name=kata-runtime pid=6077 proxy=6109 source=virtcontainers subsystem=kata_agent url="unix:///run/vc/sbs/t/proxy.sock"
time="2020-04-05T14:55:10+02:00" level=info msg="Agent started in the sandbox" arch=amd64 command=run container=t name=kata-runtime pid=6077 sandbox=t source=virtcontainers subsystem=sandbox
time="2020-04-05T14:55:10+02:00" level=info msg="New client" arch=amd64 command=run container=t name=kata-runtime pid=6077 proxy=6109 source=virtcontainers subsystem=kata_agent url="unix:///run/vc/sbs/t/proxy.sock"
time="2020-04-05T14:55:10+02:00" level=info msg="Using sandbox shm" arch=amd64 command=run container=t name=kata-runtime pid=6077 shm-size=67108864 source=virtcontainers subsystem=kata_agent
time="2020-04-05T14:55:10+02:00" level=info msg="New client" arch=amd64 command=run container=t name=kata-runtime pid=6077 proxy=6109 source=virtcontainers subsystem=kata_agent url="unix:///run/vc/sbs/t/proxy.sock"
time="2020-04-05T14:55:11+02:00" level=info msg="{\"QMP\": {\"version\": {\"qemu\": {\"micro\": 1, \"minor\": 1, \"major\": 4}, \"package\": \"\"}, \"capabilities\": [\"oob\"]}}" arch=amd64 command=run container=t name=kata-runtime pid=6077 source=virtcontainers subsystem=qmp
time="2020-04-05T14:55:11+02:00" level=info msg="{\"execute\":\"qmp_capabilities\"}" arch=amd64 command=run container=t name=kata-runtime pid=6077 source=virtcontainers subsystem=qmp
time="2020-04-05T14:55:11+02:00" level=info msg="{\"return\": {}}" arch=amd64 command=run container=t name=kata-runtime pid=6077 source=virtcontainers subsystem=qmp
time="2020-04-05T14:55:11+02:00" level=info msg="New client" arch=amd64 command=run container=t name=kata-runtime pid=6077 proxy=6109 source=virtcontainers subsystem=kata_agent url="unix:///run/vc/sbs/t/proxy.sock"
time="2020-04-05T14:55:11+02:00" level=warning msg="sandbox's cgroup won't be updated: cgroup path is empty" arch=amd64 command=run container=t name=kata-runtime pid=6077 sandbox=t source=virtcontainers subsystem=sandbox
time="2020-04-05T14:55:11+02:00" level=info msg="release sandbox" arch=amd64 command=run container=t name=kata-runtime pid=6077 sandbox=t source=virtcontainers subsystem=sandbox
time="2020-04-05T14:55:11+02:00" level=info msg="sanner return error: read unix @->/run/vc/vm/t/qmp.sock: use of closed network connection" arch=amd64 command=run container=t name=kata-runtime pid=6077 source=virtcontainers subsystem=qmp
time="2020-04-05T14:55:11+02:00" level=info msg="fetch sandbox" arch=amd64 command=run container=t name=kata-runtime pid=6077 source=virtcontainers
time="2020-04-05T14:55:11+02:00" level=warning msg="failed to get sandbox config from old store: open /var/lib/vc/sbs/t/config.json: no such file or directory" arch=amd64 command=run container=t name=kata-runtime pid=6077 source=virtcontainers
time="2020-04-05T14:55:11+02:00" level=info msg="release sandbox" arch=amd64 command=run container=t name=kata-runtime pid=6077 sandbox=t source=virtcontainers subsystem=sandbox
time="2020-04-05T14:55:11+02:00" level=info msg="fetch sandbox" arch=amd64 command=run container=t name=kata-runtime pid=6077 sandbox=t source=virtcontainers
time="2020-04-05T14:55:11+02:00" level=warning msg="failed to get sandbox config from old store: open /var/lib/vc/sbs/t/config.json: no such file or directory" arch=amd64 command=run container=t name=kata-runtime pid=6077 sandbox=t source=virtcontainers
time="2020-04-05T14:55:11+02:00" level=info msg="New client" arch=amd64 command=run container=t name=kata-runtime pid=6077 proxy=6109 sandbox=t source=virtcontainers subsystem=kata_agent url="unix:///run/vc/sbs/t/proxy.sock"
time="2020-04-05T14:55:11+02:00" level=info msg="Sandbox is started" arch=amd64 command=run container=t name=kata-runtime pid=6077 sandbox=t source=virtcontainers subsystem=sandbox
time="2020-04-05T14:55:11+02:00" level=info msg="release sandbox" arch=amd64 command=run container=t name=kata-runtime pid=6077 sandbox=t source=virtcontainers subsystem=sandbox
Hello World
time="2020-04-05T14:55:12+02:00" level=info msg="fetch sandbox" arch=amd64 command=run container=t name=kata-runtime pid=6077 sandbox=t source=virtcontainers
time="2020-04-05T14:55:12+02:00" level=warning msg="failed to get sandbox config from old store: open /var/lib/vc/sbs/t/config.json: no such file or directory" arch=amd64 command=run container=t name=kata-runtime pid=6077 sandbox=t source=virtcontainers
time="2020-04-05T14:55:12+02:00" level=info msg="container isn't running" arch=amd64 command=run container=t name=kata-runtime pid=6125 sandbox=t source=virtcontainers state=running
time="2020-04-05T14:55:12+02:00" level=info msg="New client" arch=amd64 command=run container=t name=kata-runtime pid=6077 proxy=6109 sandbox=t source=virtcontainers subsystem=kata_agent url="unix:///run/vc/sbs/t/proxy.sock"
time="2020-04-05T14:55:12+02:00" level=info msg="New client" arch=amd64 command=run container=t name=kata-runtime pid=6077 proxy=6109 sandbox=t source=virtcontainers subsystem=kata_agent url="unix:///run/vc/sbs/t/proxy.sock"
time="2020-04-05T14:55:12+02:00" level=info msg="New client" arch=amd64 command=run container=t name=kata-runtime pid=6077 proxy=6109 sandbox=t source=virtcontainers subsystem=kata_agent url="unix:///run/vc/sbs/t/proxy.sock"
time="2020-04-05T14:55:12+02:00" level=info msg="release sandbox" arch=amd64 command=run container=t name=kata-runtime pid=6077 sandbox=t source=virtcontainers subsystem=sandbox
time="2020-04-05T14:55:12+02:00" level=info msg="fetch sandbox" arch=amd64 command=run container=t name=kata-runtime pid=6077 sandbox=t source=virtcontainers
time="2020-04-05T14:55:12+02:00" level=warning msg="failed to get sandbox config from old store: open /var/lib/vc/sbs/t/config.json: no such file or directory" arch=amd64 command=run container=t name=kata-runtime pid=6077 sandbox=t source=virtcontainers
time="2020-04-05T14:55:12+02:00" level=info msg="release sandbox" arch=amd64 command=run container=t name=kata-runtime pid=6077 sandbox=t source=virtcontainers subsystem=sandbox
time="2020-04-05T14:55:12+02:00" level=info msg="fetch sandbox" arch=amd64 command=run container=t name=kata-runtime pid=6077 sandbox=t source=virtcontainers
time="2020-04-05T14:55:12+02:00" level=warning msg="failed to get sandbox config from old store: open /var/lib/vc/sbs/t/config.json: no such file or directory" arch=amd64 command=run container=t name=kata-runtime pid=6077 sandbox=t source=virtcontainers
time="2020-04-05T14:55:12+02:00" level=info msg="Container already stopped" arch=amd64 command=run container=t name=kata-runtime pid=6077 sandbox=t source=virtcontainers subsystem=container
time="2020-04-05T14:55:12+02:00" level=info msg="Stopping sandbox in the VM" arch=amd64 command=run container=t name=kata-runtime pid=6077 sandbox=t source=virtcontainers subsystem=sandbox
time="2020-04-05T14:55:12+02:00" level=info msg="New client" arch=amd64 command=run container=t name=kata-runtime pid=6077 proxy=6109 sandbox=t source=virtcontainers subsystem=kata_agent url="unix:///run/vc/sbs/t/proxy.sock"
time="2020-04-05T14:55:12+02:00" level=info msg="Stopping VM" arch=amd64 command=run container=t name=kata-runtime pid=6077 sandbox=t source=virtcontainers subsystem=sandbox
time="2020-04-05T14:55:12+02:00" level=info msg="Stopping Sandbox" arch=amd64 command=run container=t name=kata-runtime pid=6077 sandbox=t source=virtcontainers subsystem=qemu
time="2020-04-05T14:55:12+02:00" level=info msg="{\"QMP\": {\"version\": {\"qemu\": {\"micro\": 1, \"minor\": 1, \"major\": 4}, \"package\": \"\"}, \"capabilities\": [\"oob\"]}}" arch=amd64 command=run container=t name=kata-runtime pid=6077 sandbox=t source=virtcontainers subsystem=qmp
time="2020-04-05T14:55:12+02:00" level=info msg="{\"execute\":\"qmp_capabilities\"}" arch=amd64 command=run container=t name=kata-runtime pid=6077 sandbox=t source=virtcontainers subsystem=qmp
time="2020-04-05T14:55:12+02:00" level=info msg="{\"return\": {}}" arch=amd64 command=run container=t name=kata-runtime pid=6077 sandbox=t source=virtcontainers subsystem=qmp
time="2020-04-05T14:55:12+02:00" level=info msg="{\"execute\":\"quit\"}" arch=amd64 command=run container=t name=kata-runtime pid=6077 sandbox=t source=virtcontainers subsystem=qmp
time="2020-04-05T14:55:12+02:00" level=info msg="{\"return\": {}}" arch=amd64 command=run container=t name=kata-runtime pid=6077 sandbox=t source=virtcontainers subsystem=qmp |
It may be an incompatability between the Virtualbox and the VM kata runs. We've seen host/client VM incompatabilities before - they are very hard to track down, and sometimes harder to fix - particularly if it is in software we cannot update/modify/change... |
We are closing this issue since we don't have mac book HW to reproduce it. |
Description of problem
Launching a simple container happens to make my all system freeze to death. It might happen on first try or after a few ones, juste attempting to launch simple containers doing so:
Expected result
The execution should simply results in a Hello World being printed to stdout. (It works sometimes)
Actual result
The execution sometimes freeze, completely blocking my machine.
More details
I tryied to do the same by running
kata-runtime
in a standalone way, and the error persisted, I can easily reproduce it by running this:The execution freeze, either after having printed Hello World, and everything comes back to normal after a while (about a minute), either before printing it, and everything stays locked forever (or at least until I force my machine to shutdown). In those both cases, I can't do anything on my machine when the freeze happens. I managed to get the output of the command anyway by writing it to a shared file between my VM and the host.
Click here to see the output
Setup
I am running a
VM Ubuntu 18.04
, I installed Kata as shown in the installation guide.My version is:
I don't really know what more informations I could provide you, this bug feels really weird, and I didn't see anything like it in the issues. At first I thought it was similar to this issue, as I was running my commands with the
--rm
argument in docker, but it might not be.The text was updated successfully, but these errors were encountered: