Skip to content
This repository has been archived by the owner on May 12, 2021. It is now read-only.

Launching container with kata-runtime makes my system freeze to death + my file system suddenly becomes read-only. #2587

Closed
geverartsdev opened this issue Apr 5, 2020 · 12 comments
Labels
bug Incorrect behaviour needs-review Needs to be assessed by the team.

Comments

@geverartsdev
Copy link

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:

docker run --runtime=kata-runtime alpine:latest echo Hello World

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:

guillaume@guillaume-vm:/tmp/bundle$ while [ 1 ]; do sudo kata-runtime --log=/dev/stdout run --bundle . test >> /media/sf_Downloads/log.txt; done

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
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=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

Setup

I am running a VM Ubuntu 18.04, I installed Kata as shown in the installation guide.
My version is:

kata-runtime  : 1.11.0-alpha0
   commit   : <<unknown>>
   OCI specs: 1.0.1-dev

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 --rmargument in docker, but it might not be.

@geverartsdev geverartsdev added bug Incorrect behaviour needs-review Needs to be assessed by the team. labels Apr 5, 2020
@geverartsdev
Copy link
Author

geverartsdev commented Apr 6, 2020

💡 Installation incompatibility

As 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.
I picked the same image as for the first VM, ubuntu-18.04.1-desktop-amd64.iso (also checked with the later ubuntu-18.04.4-desktop-amd64.iso and with CentOS-7-x86_64-LiveGNOME-1908.iso), made the simplest installation possible, updated everything and installed, as before, kata-runtime as shown here (or here for CentOS) with docker as container manager.

My VM as 4GB or RAM, 2vCPUs, and a disk of 10GB. I enabled VT-x for nested virtualisation. And ran the command sudo kata-runtime kata-check, which seemed to be happy with my configuration.

🚫 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.

@geverartsdev
Copy link
Author

geverartsdev commented Apr 6, 2020

❓ Related issue

I 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.
And now that I think of it, it might have been the first real issue I had with kata-runtime on my machine, before the simple freeze to death ones.

@geverartsdev geverartsdev changed the title Launching container with kata-runtime makes my system freeze to death. Launching container with kata-runtime makes my system freeze to death + my file system suddenly becomes read-only. Apr 6, 2020
@geverartsdev
Copy link
Author

Btw, here is the output of kata-collect-data.sh:

Show kata-collect-data.sh details

Meta details

Running kata-collect-data.sh version 1.11.0-alpha0 (commit ) at 2020-04-06.17:50:41.128877903+0200.


Runtime is /usr/bin/kata-runtime.

kata-env

Output of "/usr/bin/kata-runtime kata-env":

[Meta]
  Version = "1.0.23"

[Runtime]
  Debug = false
  Trace = false
  DisableGuestSeccomp = true
  DisableNewNetNs = false
  SandboxCgroupOnly = false
  Path = "/usr/bin/kata-runtime"
  [Runtime.Version]
    OCI = "1.0.1-dev"
    [Runtime.Version.Version]
      Semver = "1.11.0-alpha0"
      Major = 1
      Minor = 11
      Patch = 0
      Commit = ""
  [Runtime.Config]
    Path = "/etc/kata-containers/configuration.toml"

[Hypervisor]
  MachineType = "pc"
  Version = "QEMU emulator version 4.1.1\nCopyright (c) 2003-2019 Fabrice Bellard and the QEMU Project developers"
  Path = "/usr/bin/qemu-vanilla-system-x86_64"
  BlockDeviceDriver = "virtio-scsi"
  EntropySource = "/dev/urandom"
  SharedFS = "virtio-9p"
  Msize9p = 8192
  MemorySlots = 10
  PCIeRootPort = 0
  HotplugVFIOOnRootBus = false
  Debug = true
  UseVSock = false

[Image]
  Path = "/usr/share/kata-containers/kata-containers-image_clearlinux_1.11.0-alpha0_agent_d26a505efd.img"

[Kernel]
  Path = "/usr/share/kata-containers/vmlinuz-5.4.15.66-45.container"
  Parameters = "systemd.unit=kata-containers.target systemd.mask=systemd-networkd.service systemd.mask=systemd-networkd.socket agent.log=debug initcall_debug"

[Initrd]
  Path = ""

[Proxy]
  Type = "kataProxy"
  Path = "/usr/libexec/kata-containers/kata-proxy"
  Debug = false
  [Proxy.Version]
    Semver = "1.11.0-alpha0-4ec94c8"
    Major = 1
    Minor = 11
    Patch = 0
    Commit = "4ec94c8"

[Shim]
  Type = "kataShim"
  Path = "/usr/libexec/kata-containers/kata-shim"
  Debug = false
  [Shim.Version]
    Semver = "1.11.0-alpha0-834e0b3"
    Major = 1
    Minor = 11
    Patch = 0
    Commit = "834e0b3"

[Agent]
  Type = "kata"
  Debug = false
  Trace = false
  TraceMode = ""
  TraceType = ""

[Host]
  Kernel = "5.3.0-45-generic"
  Architecture = "amd64"
  VMContainerCapable = true
  SupportVSocks = true
  [Host.Distro]
    Name = "Ubuntu"
    Version = "18.04"
  [Host.CPU]
    Vendor = "GenuineIntel"
    Model = "Intel(R) Core(TM) i7-4850HQ CPU @ 2.30GHz"

[Netmon]
  Path = "/usr/libexec/kata-containers/kata-netmon"
  Debug = false
  Enable = false
  [Netmon.Version]
    Semver = "1.11.0-alpha0"
    Major = 1
    Minor = 11
    Patch = 0
    Commit = "<<unknown>>"

Runtime config files

Runtime default config files

/etc/kata-containers/configuration.toml
/usr/share/defaults/kata-containers/configuration.toml

Runtime config file contents

Output of "cat "/etc/kata-containers/configuration.toml"":

# Copyright (c) 2017-2019 Intel Corporation
#
# SPDX-License-Identifier: Apache-2.0
#

# XXX: WARNING: this file is auto-generated.
# XXX:
# XXX: Source file: "cli/config/configuration-qemu.toml.in"
# XXX: Project:
# XXX:   Name: Kata Containers
# XXX:   Type: kata

[hypervisor.qemu]
path = "/usr/bin/qemu-vanilla-system-x86_64"
kernel = "/usr/share/kata-containers/vmlinuz.container"
image = "/usr/share/kata-containers/kata-containers.img"
machine_type = "pc"

# Optional space-separated list of options to pass to the guest kernel.
# For example, use `kernel_params = "vsyscall=emulate"` if you are having
# trouble running pre-2.15 glibc.
#
# WARNING: - any parameter specified here will take priority over the default
# parameter value of the same name used to start the virtual machine.
# Do not set values here unless you understand the impact of doing so as you
# may stop the virtual machine from booting.
# To see the list of default parameters, enable hypervisor debug, create a
# container and look for 'default-kernel-parameters' log entries.
kernel_params = "agent.log=debug initcall_debug"

# Path to the firmware.
# If you want that qemu uses the default firmware leave this option empty
firmware = ""

# Machine accelerators
# comma-separated list of machine accelerators to pass to the hypervisor.
# For example, `machine_accelerators = "nosmm,nosmbus,nosata,nopit,static-prt,nofw"`
machine_accelerators=""

# Default number of vCPUs per SB/VM:
# unspecified or 0                --> will be set to 1
# < 0                             --> will be set to the actual number of physical cores
# > 0 <= number of physical cores --> will be set to the specified number
# > number of physical cores      --> will be set to the actual number of physical cores
default_vcpus = 1

# Default maximum number of vCPUs per SB/VM:
# unspecified or == 0             --> will be set to the actual number of physical cores or to the maximum number
#                                     of vCPUs supported by KVM if that number is exceeded
# > 0 <= number of physical cores --> will be set to the specified number
# > number of physical cores      --> will be set to the actual number of physical cores or to the maximum number
#                                     of vCPUs supported by KVM if that number is exceeded
# WARNING: Depending of the architecture, the maximum number of vCPUs supported by KVM is used when
# the actual number of physical cores is greater than it.
# WARNING: Be aware that this value impacts the virtual machine's memory footprint and CPU
# the hotplug functionality. For example, `default_maxvcpus = 240` specifies that until 240 vCPUs
# can be added to a SB/VM, but the memory footprint will be big. Another example, with
# `default_maxvcpus = 8` the memory footprint will be small, but 8 will be the maximum number of
# vCPUs supported by the SB/VM. In general, we recommend that you do not edit this variable,
# unless you know what are you doing.
default_maxvcpus = 0

# Bridges can be used to hot plug devices.
# Limitations:
# * Currently only pci bridges are supported
# * Until 30 devices per bridge can be hot plugged.
# * Until 5 PCI bridges can be cold plugged per VM.
#   This limitation could be a bug in qemu or in the kernel
# Default number of bridges per SB/VM:
# unspecified or 0   --> will be set to 1
# > 1 <= 5           --> will be set to the specified number
# > 5                --> will be set to 5
default_bridges = 1

# Default memory size in MiB for SB/VM.
# If unspecified then it will be set 2048 MiB.
default_memory = 2048
#
# Default memory slots per SB/VM.
# If unspecified then it will be set 10.
# This is will determine the times that memory will be hotadded to sandbox/VM.
#memory_slots = 10

# The size in MiB will be plused to max memory of hypervisor.
# It is the memory address space for the NVDIMM devie.
# If set block storage driver (block_device_driver) to "nvdimm",
# should set memory_offset to the size of block device.
# Default 0
#memory_offset = 0

# Specifies virtio-mem will be enabled or not.
# Please note that this option should be used with the command
# "echo 1 > /proc/sys/vm/overcommit_memory".
# Default false
#enable_virtio_mem = true

# Disable block device from being used for a container's rootfs.
# In case of a storage driver like devicemapper where a container's 
# root file system is backed by a block device, the block device is passed
# directly to the hypervisor for performance reasons. 
# This flag prevents the block device from being passed to the hypervisor, 
# 9pfs is used instead to pass the rootfs.
disable_block_device_use = false

# Shared file system type:
#   - virtio-9p (default)
#   - virtio-fs
shared_fs = "virtio-9p"

# Path to vhost-user-fs daemon.
virtio_fs_daemon = "/usr/bin/virtiofsd"

# Default size of DAX cache in MiB
virtio_fs_cache_size = 1024

# Extra args for virtiofsd daemon
#
# Format example:
#   ["-o", "arg1=xxx,arg2", "-o", "hello world", "--arg3=yyy"]
#
# see `virtiofsd -h` for possible options.
virtio_fs_extra_args = []

# Cache mode:
#
#  - none
#    Metadata, data, and pathname lookup are not cached in guest. They are
#    always fetched from host and any changes are immediately pushed to host.
#
#  - auto
#    Metadata and pathname lookup cache expires after a configured amount of
#    time (default is 1 second). Data is cached while the file is open (close
#    to open consistency).
#
#  - always
#    Metadata, data, and pathname lookup are cached in guest and never expire.
virtio_fs_cache = "always"

# Block storage driver to be used for the hypervisor in case the container
# rootfs is backed by a block device. This is virtio-scsi, virtio-blk
# or nvdimm.
block_device_driver = "virtio-scsi"

# Specifies cache-related options will be set to block devices or not.
# Default false
#block_device_cache_set = true

# Specifies cache-related options for block devices.
# Denotes whether use of O_DIRECT (bypass the host page cache) is enabled.
# Default false
#block_device_cache_direct = true

# Specifies cache-related options for block devices.
# Denotes whether flush requests for the device are ignored.
# Default false
#block_device_cache_noflush = true

# Enable iothreads (data-plane) to be used. This causes IO to be
# handled in a separate IO thread. This is currently only implemented
# for SCSI.
#
enable_iothreads = false

# Enable pre allocation of VM RAM, default false
# Enabling this will result in lower container density
# as all of the memory will be allocated and locked
# This is useful when you want to reserve all the memory
# upfront or in the cases where you want memory latencies
# to be very predictable
# Default false
#enable_mem_prealloc = true

# Enable huge pages for VM RAM, default false
# Enabling this will result in the VM memory
# being allocated using huge pages.
# This is useful when you want to use vhost-user network
# stacks within the container. This will automatically 
# result in memory pre allocation
#enable_hugepages = true

# Enable file based guest memory support. The default is an empty string which
# will disable this feature. In the case of virtio-fs, this is enabled
# automatically and '/dev/shm' is used as the backing folder.
# This option will be ignored if VM templating is enabled.
#file_mem_backend = ""

# Enable swap of vm memory. Default false.
# The behaviour is undefined if mem_prealloc is also set to true
#enable_swap = true

# This option changes the default hypervisor and kernel parameters
# to enable debug output where available. This extra output is added
# to the proxy logs, but only when proxy debug is also enabled.
# 
# Default false
enable_debug = true

# Disable the customizations done in the runtime when it detects
# that it is running on top a VMM. This will result in the runtime
# behaving as it would when running on bare metal.
# 
#disable_nesting_checks = true

# This is the msize used for 9p shares. It is the number of bytes 
# used for 9p packet payload.
#msize_9p = 8192

# If true and vsocks are supported, use vsocks to communicate directly
# with the agent and no proxy is started, otherwise use unix
# sockets and start a proxy to communicate with the agent.
# Default false
#use_vsock = true

# If false and nvdimm is supported, use nvdimm device to plug guest image.
# Otherwise virtio-block device is used.
# Default is false
#disable_image_nvdimm = true

# VFIO devices are hotplugged on a bridge by default. 
# Enable hotplugging on root bus. This may be required for devices with
# a large PCI bar, as this is a current limitation with hotplugging on 
# a bridge. This value is valid for "pc" machine type.
# Default false
#hotplug_vfio_on_root_bus = true

# Before hot plugging a PCIe device, you need to add a pcie_root_port device.
# Use this parameter when using some large PCI bar devices, such as Nvidia GPU
# The value means the number of pcie_root_port
# This value is valid when hotplug_vfio_on_root_bus is true and machine_type is "q35"
# Default 0
#pcie_root_port = 2

# If vhost-net backend for virtio-net is not desired, set to true. Default is false, which trades off
# security (vhost-net runs ring0) for network I/O performance. 
#disable_vhost_net = true

#
# Default entropy source.
# The path to a host source of entropy (including a real hardware RNG)
# /dev/urandom and /dev/random are two main options.
# Be aware that /dev/random is a blocking source of entropy.  If the host
# runs out of entropy, the VMs boot time will increase leading to get startup
# timeouts.
# The source of entropy /dev/urandom is non-blocking and provides a
# generally acceptable source of entropy. It should work well for pretty much
# all practical purposes.
#entropy_source= "/dev/urandom"

# Path to OCI hook binaries in the *guest rootfs*.
# This does not affect host-side hooks which must instead be added to
# the OCI spec passed to the runtime.
#
# You can create a rootfs with hooks by customizing the osbuilder scripts:
# https://github.com/kata-containers/osbuilder
#
# Hooks must be stored in a subdirectory of guest_hook_path according to their
# hook type, i.e. "guest_hook_path/{prestart,postart,poststop}".
# The agent will scan these directories for executable files and add them, in
# lexicographical order, to the lifecycle of the guest container.
# Hooks are executed in the runtime namespace of the guest. See the official documentation:
# https://github.com/opencontainers/runtime-spec/blob/v1.0.1/config.md#posix-platform-hooks
# Warnings will be logged if any error is encountered will scanning for hooks,
# but it will not abort container execution.
#guest_hook_path = "/usr/share/oci/hooks"

[factory]
# VM templating support. Once enabled, new VMs are created from template
# using vm cloning. They will share the same initial kernel, initramfs and
# agent memory by mapping it readonly. It helps speeding up new container
# creation and saves a lot of memory if there are many kata containers running
# on the same host.
#
# When disabled, new VMs are created from scratch.
#
# Note: Requires "initrd=" to be set ("image=" is not supported).
#
# Default false
#enable_template = true

# Specifies the path of template.
#
# Default "/run/vc/vm/template"
#template_path = "/run/vc/vm/template"

# The number of caches of VMCache:
# unspecified or == 0   --> VMCache is disabled
# > 0                   --> will be set to the specified number
#
# VMCache is a function that creates VMs as caches before using it.
# It helps speed up new container creation.
# The function consists of a server and some clients communicating
# through Unix socket.  The protocol is gRPC in protocols/cache/cache.proto.
# The VMCache server will create some VMs and cache them by factory cache.
# It will convert the VM to gRPC format and transport it when gets
# requestion from clients.
# Factory grpccache is the VMCache client.  It will request gRPC format
# VM and convert it back to a VM.  If VMCache function is enabled,
# kata-runtime will request VM from factory grpccache when it creates
# a new sandbox.
#
# Default 0
#vm_cache_number = 0

# Specify the address of the Unix socket that is used by VMCache.
#
# Default /var/run/kata-containers/cache.sock
#vm_cache_endpoint = "/var/run/kata-containers/cache.sock"

[proxy.kata]
path = "/usr/libexec/kata-containers/kata-proxy"

# If enabled, proxy messages will be sent to the system log
# (default: disabled)
#enable_debug = true

[shim.kata]
path = "/usr/libexec/kata-containers/kata-shim"

# If enabled, shim messages will be sent to the system log
# (default: disabled)
#enable_debug = true

# If enabled, the shim will create opentracing.io traces and spans.
# (See https://www.jaegertracing.io/docs/getting-started).
#
# Note: By default, the shim runs in a separate network namespace. Therefore,
# to allow it to send trace details to the Jaeger agent running on the host,
# it is necessary to set 'disable_new_netns=true' so that it runs in the host
# network namespace.
#
# (default: disabled)
#enable_tracing = true

[agent.kata]
# If enabled, make the agent display debug-level messages.
# (default: disabled)
#enable_debug = true

# Enable agent tracing.
#
# If enabled, the default trace mode is "dynamic" and the
# default trace type is "isolated". The trace mode and type are set
# explicity with the `trace_type=` and `trace_mode=` options.
#
# Notes:
#
# - Tracing is ONLY enabled when `enable_tracing` is set: explicitly
#   setting `trace_mode=` and/or `trace_type=` without setting `enable_tracing`
#   will NOT activate agent tracing.
#
# - See https://github.com/kata-containers/agent/blob/master/TRACING.md for
#   full details.
#
# (default: disabled)
#enable_tracing = true
#
#trace_mode = "dynamic"
#trace_type = "isolated"

# Comma separated list of kernel modules and their parameters.
# These modules will be loaded in the guest kernel using modprobe(8).
# The following example can be used to load two kernel modules with parameters
#  - kernel_modules=["e1000e InterruptThrottleRate=3000,3000,3000 EEE=1", "i915 enable_ppgtt=0"]
# The first word is considered as the module name and the rest as its parameters.
# Container will not be started when:
#  * A kernel module is specified and the modprobe command is not installed in the guest
#    or it fails loading the module.
#  * The module is not available in the guest or it doesn't met the guest kernel
#    requirements, like architecture and version.
#
kernel_modules=[]


[netmon]
# If enabled, the network monitoring process gets started when the
# sandbox is created. This allows for the detection of some additional
# network being added to the existing network namespace, after the
# sandbox has been created.
# (default: disabled)
#enable_netmon = true

# Specify the path to the netmon binary.
path = "/usr/libexec/kata-containers/kata-netmon"

# If enabled, netmon messages will be sent to the system log
# (default: disabled)
#enable_debug = true

[runtime]
# If enabled, the runtime will log additional debug messages to the
# system log
# (default: disabled)
#enable_debug = true
#
# Internetworking model
# Determines how the VM should be connected to the
# the container network interface
# Options:
#
#   - macvtap
#     Used when the Container network interface can be bridged using
#     macvtap.
#
#   - none
#     Used when customize network. Only creates a tap device. No veth pair.
#
#   - tcfilter
#     Uses tc filter rules to redirect traffic from the network interface
#     provided by plugin to a tap interface connected to the VM.
#
internetworking_model="tcfilter"

# disable guest seccomp
# Determines whether container seccomp profiles are passed to the virtual
# machine and applied by the kata agent. If set to true, seccomp is not applied
# within the guest
# (default: true)
disable_guest_seccomp=true

# If enabled, the runtime will create opentracing.io traces and spans.
# (See https://www.jaegertracing.io/docs/getting-started).
# (default: disabled)
#enable_tracing = true

# If enabled, the runtime will not create a network namespace for shim and hypervisor processes.
# This option may have some potential impacts to your host. It should only be used when you know what you're doing.
# `disable_new_netns` conflicts with `enable_netmon`
# `disable_new_netns` conflicts with `internetworking_model=tcfilter` and `internetworking_model=macvtap`. It works only
# with `internetworking_model=none`. The tap device will be in the host network namespace and can connect to a bridge
# (like OVS) directly.
# If you are using docker, `disable_new_netns` only works with `docker run --net=none`
# (default: false)
#disable_new_netns = true

# if enabled, the runtime will add all the kata processes inside one dedicated cgroup.
# The container cgroups in the host are not created, just one single cgroup per sandbox.
# The runtime caller is free to restrict or collect cgroup stats of the overall Kata sandbox.
# The sandbox cgroup path is the parent cgroup of a container with the PodSandbox annotation.
# The sandbox cgroup is constrained if there is no container type annotation.
# See: https://godoc.org/github.com/kata-containers/runtime/virtcontainers#ContainerType
sandbox_cgroup_only=false

# Enabled experimental feature list, format: ["a", "b"].
# Experimental features are features not stable enough for production,
# they may break compatibility, and are prepared for a big version bump.
# Supported experimental features:
# (default: [])
experimental=[]

Output of "cat "/usr/share/defaults/kata-containers/configuration.toml"":

# Copyright (c) 2017-2019 Intel Corporation
#
# SPDX-License-Identifier: Apache-2.0
#

# XXX: WARNING: this file is auto-generated.
# XXX:
# XXX: Source file: "cli/config/configuration-qemu.toml.in"
# XXX: Project:
# XXX:   Name: Kata Containers
# XXX:   Type: kata

[hypervisor.qemu]
path = "/usr/bin/qemu-vanilla-system-x86_64"
kernel = "/usr/share/kata-containers/vmlinuz.container"
image = "/usr/share/kata-containers/kata-containers.img"
machine_type = "pc"

# Optional space-separated list of options to pass to the guest kernel.
# For example, use `kernel_params = "vsyscall=emulate"` if you are having
# trouble running pre-2.15 glibc.
#
# WARNING: - any parameter specified here will take priority over the default
# parameter value of the same name used to start the virtual machine.
# Do not set values here unless you understand the impact of doing so as you
# may stop the virtual machine from booting.
# To see the list of default parameters, enable hypervisor debug, create a
# container and look for 'default-kernel-parameters' log entries.
kernel_params = ""

# Path to the firmware.
# If you want that qemu uses the default firmware leave this option empty
firmware = ""

# Machine accelerators
# comma-separated list of machine accelerators to pass to the hypervisor.
# For example, `machine_accelerators = "nosmm,nosmbus,nosata,nopit,static-prt,nofw"`
machine_accelerators=""

# Default number of vCPUs per SB/VM:
# unspecified or 0                --> will be set to 1
# < 0                             --> will be set to the actual number of physical cores
# > 0 <= number of physical cores --> will be set to the specified number
# > number of physical cores      --> will be set to the actual number of physical cores
default_vcpus = 1

# Default maximum number of vCPUs per SB/VM:
# unspecified or == 0             --> will be set to the actual number of physical cores or to the maximum number
#                                     of vCPUs supported by KVM if that number is exceeded
# > 0 <= number of physical cores --> will be set to the specified number
# > number of physical cores      --> will be set to the actual number of physical cores or to the maximum number
#                                     of vCPUs supported by KVM if that number is exceeded
# WARNING: Depending of the architecture, the maximum number of vCPUs supported by KVM is used when
# the actual number of physical cores is greater than it.
# WARNING: Be aware that this value impacts the virtual machine's memory footprint and CPU
# the hotplug functionality. For example, `default_maxvcpus = 240` specifies that until 240 vCPUs
# can be added to a SB/VM, but the memory footprint will be big. Another example, with
# `default_maxvcpus = 8` the memory footprint will be small, but 8 will be the maximum number of
# vCPUs supported by the SB/VM. In general, we recommend that you do not edit this variable,
# unless you know what are you doing.
default_maxvcpus = 0

# Bridges can be used to hot plug devices.
# Limitations:
# * Currently only pci bridges are supported
# * Until 30 devices per bridge can be hot plugged.
# * Until 5 PCI bridges can be cold plugged per VM.
#   This limitation could be a bug in qemu or in the kernel
# Default number of bridges per SB/VM:
# unspecified or 0   --> will be set to 1
# > 1 <= 5           --> will be set to the specified number
# > 5                --> will be set to 5
default_bridges = 1

# Default memory size in MiB for SB/VM.
# If unspecified then it will be set 2048 MiB.
default_memory = 2048
#
# Default memory slots per SB/VM.
# If unspecified then it will be set 10.
# This is will determine the times that memory will be hotadded to sandbox/VM.
#memory_slots = 10

# The size in MiB will be plused to max memory of hypervisor.
# It is the memory address space for the NVDIMM devie.
# If set block storage driver (block_device_driver) to "nvdimm",
# should set memory_offset to the size of block device.
# Default 0
#memory_offset = 0

# Specifies virtio-mem will be enabled or not.
# Please note that this option should be used with the command
# "echo 1 > /proc/sys/vm/overcommit_memory".
# Default false
#enable_virtio_mem = true

# Disable block device from being used for a container's rootfs.
# In case of a storage driver like devicemapper where a container's 
# root file system is backed by a block device, the block device is passed
# directly to the hypervisor for performance reasons. 
# This flag prevents the block device from being passed to the hypervisor, 
# 9pfs is used instead to pass the rootfs.
disable_block_device_use = false

# Shared file system type:
#   - virtio-9p (default)
#   - virtio-fs
shared_fs = "virtio-9p"

# Path to vhost-user-fs daemon.
virtio_fs_daemon = "/usr/bin/virtiofsd"

# Default size of DAX cache in MiB
virtio_fs_cache_size = 1024

# Extra args for virtiofsd daemon
#
# Format example:
#   ["-o", "arg1=xxx,arg2", "-o", "hello world", "--arg3=yyy"]
#
# see `virtiofsd -h` for possible options.
virtio_fs_extra_args = []

# Cache mode:
#
#  - none
#    Metadata, data, and pathname lookup are not cached in guest. They are
#    always fetched from host and any changes are immediately pushed to host.
#
#  - auto
#    Metadata and pathname lookup cache expires after a configured amount of
#    time (default is 1 second). Data is cached while the file is open (close
#    to open consistency).
#
#  - always
#    Metadata, data, and pathname lookup are cached in guest and never expire.
virtio_fs_cache = "always"

# Block storage driver to be used for the hypervisor in case the container
# rootfs is backed by a block device. This is virtio-scsi, virtio-blk
# or nvdimm.
block_device_driver = "virtio-scsi"

# Specifies cache-related options will be set to block devices or not.
# Default false
#block_device_cache_set = true

# Specifies cache-related options for block devices.
# Denotes whether use of O_DIRECT (bypass the host page cache) is enabled.
# Default false
#block_device_cache_direct = true

# Specifies cache-related options for block devices.
# Denotes whether flush requests for the device are ignored.
# Default false
#block_device_cache_noflush = true

# Enable iothreads (data-plane) to be used. This causes IO to be
# handled in a separate IO thread. This is currently only implemented
# for SCSI.
#
enable_iothreads = false

# Enable pre allocation of VM RAM, default false
# Enabling this will result in lower container density
# as all of the memory will be allocated and locked
# This is useful when you want to reserve all the memory
# upfront or in the cases where you want memory latencies
# to be very predictable
# Default false
#enable_mem_prealloc = true

# Enable huge pages for VM RAM, default false
# Enabling this will result in the VM memory
# being allocated using huge pages.
# This is useful when you want to use vhost-user network
# stacks within the container. This will automatically 
# result in memory pre allocation
#enable_hugepages = true

# Enable file based guest memory support. The default is an empty string which
# will disable this feature. In the case of virtio-fs, this is enabled
# automatically and '/dev/shm' is used as the backing folder.
# This option will be ignored if VM templating is enabled.
#file_mem_backend = ""

# Enable swap of vm memory. Default false.
# The behaviour is undefined if mem_prealloc is also set to true
#enable_swap = true

# This option changes the default hypervisor and kernel parameters
# to enable debug output where available. This extra output is added
# to the proxy logs, but only when proxy debug is also enabled.
# 
# Default false
#enable_debug = true

# Disable the customizations done in the runtime when it detects
# that it is running on top a VMM. This will result in the runtime
# behaving as it would when running on bare metal.
# 
#disable_nesting_checks = true

# This is the msize used for 9p shares. It is the number of bytes 
# used for 9p packet payload.
#msize_9p = 8192

# If true and vsocks are supported, use vsocks to communicate directly
# with the agent and no proxy is started, otherwise use unix
# sockets and start a proxy to communicate with the agent.
# Default false
#use_vsock = true

# If false and nvdimm is supported, use nvdimm device to plug guest image.
# Otherwise virtio-block device is used.
# Default is false
#disable_image_nvdimm = true

# VFIO devices are hotplugged on a bridge by default. 
# Enable hotplugging on root bus. This may be required for devices with
# a large PCI bar, as this is a current limitation with hotplugging on 
# a bridge. This value is valid for "pc" machine type.
# Default false
#hotplug_vfio_on_root_bus = true

# Before hot plugging a PCIe device, you need to add a pcie_root_port device.
# Use this parameter when using some large PCI bar devices, such as Nvidia GPU
# The value means the number of pcie_root_port
# This value is valid when hotplug_vfio_on_root_bus is true and machine_type is "q35"
# Default 0
#pcie_root_port = 2

# If vhost-net backend for virtio-net is not desired, set to true. Default is false, which trades off
# security (vhost-net runs ring0) for network I/O performance. 
#disable_vhost_net = true

#
# Default entropy source.
# The path to a host source of entropy (including a real hardware RNG)
# /dev/urandom and /dev/random are two main options.
# Be aware that /dev/random is a blocking source of entropy.  If the host
# runs out of entropy, the VMs boot time will increase leading to get startup
# timeouts.
# The source of entropy /dev/urandom is non-blocking and provides a
# generally acceptable source of entropy. It should work well for pretty much
# all practical purposes.
#entropy_source= "/dev/urandom"

# Path to OCI hook binaries in the *guest rootfs*.
# This does not affect host-side hooks which must instead be added to
# the OCI spec passed to the runtime.
#
# You can create a rootfs with hooks by customizing the osbuilder scripts:
# https://github.com/kata-containers/osbuilder
#
# Hooks must be stored in a subdirectory of guest_hook_path according to their
# hook type, i.e. "guest_hook_path/{prestart,postart,poststop}".
# The agent will scan these directories for executable files and add them, in
# lexicographical order, to the lifecycle of the guest container.
# Hooks are executed in the runtime namespace of the guest. See the official documentation:
# https://github.com/opencontainers/runtime-spec/blob/v1.0.1/config.md#posix-platform-hooks
# Warnings will be logged if any error is encountered will scanning for hooks,
# but it will not abort container execution.
#guest_hook_path = "/usr/share/oci/hooks"

[factory]
# VM templating support. Once enabled, new VMs are created from template
# using vm cloning. They will share the same initial kernel, initramfs and
# agent memory by mapping it readonly. It helps speeding up new container
# creation and saves a lot of memory if there are many kata containers running
# on the same host.
#
# When disabled, new VMs are created from scratch.
#
# Note: Requires "initrd=" to be set ("image=" is not supported).
#
# Default false
#enable_template = true

# Specifies the path of template.
#
# Default "/run/vc/vm/template"
#template_path = "/run/vc/vm/template"

# The number of caches of VMCache:
# unspecified or == 0   --> VMCache is disabled
# > 0                   --> will be set to the specified number
#
# VMCache is a function that creates VMs as caches before using it.
# It helps speed up new container creation.
# The function consists of a server and some clients communicating
# through Unix socket.  The protocol is gRPC in protocols/cache/cache.proto.
# The VMCache server will create some VMs and cache them by factory cache.
# It will convert the VM to gRPC format and transport it when gets
# requestion from clients.
# Factory grpccache is the VMCache client.  It will request gRPC format
# VM and convert it back to a VM.  If VMCache function is enabled,
# kata-runtime will request VM from factory grpccache when it creates
# a new sandbox.
#
# Default 0
#vm_cache_number = 0

# Specify the address of the Unix socket that is used by VMCache.
#
# Default /var/run/kata-containers/cache.sock
#vm_cache_endpoint = "/var/run/kata-containers/cache.sock"

[proxy.kata]
path = "/usr/libexec/kata-containers/kata-proxy"

# If enabled, proxy messages will be sent to the system log
# (default: disabled)
#enable_debug = true

[shim.kata]
path = "/usr/libexec/kata-containers/kata-shim"

# If enabled, shim messages will be sent to the system log
# (default: disabled)
#enable_debug = true

# If enabled, the shim will create opentracing.io traces and spans.
# (See https://www.jaegertracing.io/docs/getting-started).
#
# Note: By default, the shim runs in a separate network namespace. Therefore,
# to allow it to send trace details to the Jaeger agent running on the host,
# it is necessary to set 'disable_new_netns=true' so that it runs in the host
# network namespace.
#
# (default: disabled)
#enable_tracing = true

[agent.kata]
# If enabled, make the agent display debug-level messages.
# (default: disabled)
#enable_debug = true

# Enable agent tracing.
#
# If enabled, the default trace mode is "dynamic" and the
# default trace type is "isolated". The trace mode and type are set
# explicity with the `trace_type=` and `trace_mode=` options.
#
# Notes:
#
# - Tracing is ONLY enabled when `enable_tracing` is set: explicitly
#   setting `trace_mode=` and/or `trace_type=` without setting `enable_tracing`
#   will NOT activate agent tracing.
#
# - See https://github.com/kata-containers/agent/blob/master/TRACING.md for
#   full details.
#
# (default: disabled)
#enable_tracing = true
#
#trace_mode = "dynamic"
#trace_type = "isolated"

# Comma separated list of kernel modules and their parameters.
# These modules will be loaded in the guest kernel using modprobe(8).
# The following example can be used to load two kernel modules with parameters
#  - kernel_modules=["e1000e InterruptThrottleRate=3000,3000,3000 EEE=1", "i915 enable_ppgtt=0"]
# The first word is considered as the module name and the rest as its parameters.
# Container will not be started when:
#  * A kernel module is specified and the modprobe command is not installed in the guest
#    or it fails loading the module.
#  * The module is not available in the guest or it doesn't met the guest kernel
#    requirements, like architecture and version.
#
kernel_modules=[]


[netmon]
# If enabled, the network monitoring process gets started when the
# sandbox is created. This allows for the detection of some additional
# network being added to the existing network namespace, after the
# sandbox has been created.
# (default: disabled)
#enable_netmon = true

# Specify the path to the netmon binary.
path = "/usr/libexec/kata-containers/kata-netmon"

# If enabled, netmon messages will be sent to the system log
# (default: disabled)
#enable_debug = true

[runtime]
# If enabled, the runtime will log additional debug messages to the
# system log
# (default: disabled)
#enable_debug = true
#
# Internetworking model
# Determines how the VM should be connected to the
# the container network interface
# Options:
#
#   - macvtap
#     Used when the Container network interface can be bridged using
#     macvtap.
#
#   - none
#     Used when customize network. Only creates a tap device. No veth pair.
#
#   - tcfilter
#     Uses tc filter rules to redirect traffic from the network interface
#     provided by plugin to a tap interface connected to the VM.
#
internetworking_model="tcfilter"

# disable guest seccomp
# Determines whether container seccomp profiles are passed to the virtual
# machine and applied by the kata agent. If set to true, seccomp is not applied
# within the guest
# (default: true)
disable_guest_seccomp=true

# If enabled, the runtime will create opentracing.io traces and spans.
# (See https://www.jaegertracing.io/docs/getting-started).
# (default: disabled)
#enable_tracing = true

# If enabled, the runtime will not create a network namespace for shim and hypervisor processes.
# This option may have some potential impacts to your host. It should only be used when you know what you're doing.
# `disable_new_netns` conflicts with `enable_netmon`
# `disable_new_netns` conflicts with `internetworking_model=tcfilter` and `internetworking_model=macvtap`. It works only
# with `internetworking_model=none`. The tap device will be in the host network namespace and can connect to a bridge
# (like OVS) directly.
# If you are using docker, `disable_new_netns` only works with `docker run --net=none`
# (default: false)
#disable_new_netns = true

# if enabled, the runtime will add all the kata processes inside one dedicated cgroup.
# The container cgroups in the host are not created, just one single cgroup per sandbox.
# The runtime caller is free to restrict or collect cgroup stats of the overall Kata sandbox.
# The sandbox cgroup path is the parent cgroup of a container with the PodSandbox annotation.
# The sandbox cgroup is constrained if there is no container type annotation.
# See: https://godoc.org/github.com/kata-containers/runtime/virtcontainers#ContainerType
sandbox_cgroup_only=false

# Enabled experimental feature list, format: ["a", "b"].
# Experimental features are features not stable enough for production,
# they may break compatibility, and are prepared for a big version bump.
# Supported experimental features:
# (default: [])
experimental=[]

KSM throttler

version

Output of "/usr/libexec/kata-ksm-throttler/kata-ksm-throttler --version":

kata-ksm-throttler version 1.11.0-alpha0-e0cd739

systemd service

Image details

---
osbuilder:
  url: "https://github.com/kata-containers/osbuilder"
  version: "unknown"
rootfs-creation-time: "2020-02-24T19:20:36.123893157+0000Z"
description: "osbuilder rootfs"
file-format-version: "0.0.2"
architecture: "x86_64"
base-distro:
  name: "Clear"
  version: "32380"
  packages:
    default:
      - "chrony"
      - "iptables-bin"
      - "kmod-bin"
      - "libudev0-shim"
      - "systemd"
      - "util-linux-bin"
    extra:

agent:
  url: "https://github.com/kata-containers/agent"
  name: "kata-agent"
  version: "1.11.0-alpha0-d26a505efd336e966636f9aa30eaacd29cf8a58f"
  agent-is-init-daemon: "no"

Initrd details

No initrd


Logfiles

Runtime logs

Recent runtime problems found in system journal:

time="2020-04-05T14:55:08.394062873+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.394896488+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.398254194+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.476857962+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.512355757+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.514026828+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.544813001+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.545359948+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.546601507+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.547289634+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.554367285+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.555068633+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.768472133+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.945588967+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.946518404+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.947045328+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.949164483+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.020213371+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.059768012+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.061323624+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-06T14:37:30.658919416+02:00" level=info msg="sanner return error: read unix @->/run/vc/vm/2958c57858aab3926ef4299ebc5ba73c97116196904c28c59faad02513f04e74/qmp.sock: use of closed network connection" arch=amd64 command=create container=2958c57858aab3926ef4299ebc5ba73c97116196904c28c59faad02513f04e74 name=kata-runtime pid=3759 source=virtcontainers subsystem=qmp
time="2020-04-06T14:37:34.469563689+02:00" level=warning msg="sandbox's cgroup won't be updated: cgroup path is empty" arch=amd64 command=create container=2958c57858aab3926ef4299ebc5ba73c97116196904c28c59faad02513f04e74 name=kata-runtime pid=3759 sandbox=2958c57858aab3926ef4299ebc5ba73c97116196904c28c59faad02513f04e74 source=virtcontainers subsystem=sandbox
time="2020-04-06T14:37:34.470474852+02:00" level=info msg="sanner return error: read unix @->/run/vc/vm/2958c57858aab3926ef4299ebc5ba73c97116196904c28c59faad02513f04e74/qmp.sock: use of closed network connection" arch=amd64 command=create container=2958c57858aab3926ef4299ebc5ba73c97116196904c28c59faad02513f04e74 name=kata-runtime pid=3759 source=virtcontainers subsystem=qmp
time="2020-04-06T14:37:34.530483922+02:00" level=warning msg="failed to get sandbox config from old store: open /var/lib/vc/sbs/2958c57858aab3926ef4299ebc5ba73c97116196904c28c59faad02513f04e74/config.json: no such file or directory" arch=amd64 command=start container=2958c57858aab3926ef4299ebc5ba73c97116196904c28c59faad02513f04e74 name=kata-runtime pid=3855 source=virtcontainers
time="2020-04-06T14:37:34.533619288+02:00" level=warning msg="failed to get sandbox config from old store: open /var/lib/vc/sbs/2958c57858aab3926ef4299ebc5ba73c97116196904c28c59faad02513f04e74/config.json: no such file or directory" arch=amd64 command=start container=2958c57858aab3926ef4299ebc5ba73c97116196904c28c59faad02513f04e74 name=kata-runtime pid=3855 sandbox=2958c57858aab3926ef4299ebc5ba73c97116196904c28c59faad02513f04e74 source=virtcontainers
time="2020-04-06T14:37:39.744820226+02:00" level=warning msg="failed to get sandbox config from old store: open /var/lib/vc/sbs/2958c57858aab3926ef4299ebc5ba73c97116196904c28c59faad02513f04e74/config.json: no such file or directory" arch=amd64 command=delete container=2958c57858aab3926ef4299ebc5ba73c97116196904c28c59faad02513f04e74 name=kata-runtime pid=3890 source=virtcontainers
time="2020-04-06T14:37:39.797305129+02:00" level=warning msg="failed to get sandbox config from old store: open /var/lib/vc/sbs/2958c57858aab3926ef4299ebc5ba73c97116196904c28c59faad02513f04e74/config.json: no such file or directory" arch=amd64 command=delete container=2958c57858aab3926ef4299ebc5ba73c97116196904c28c59faad02513f04e74 name=kata-runtime pid=3890 sandbox=2958c57858aab3926ef4299ebc5ba73c97116196904c28c59faad02513f04e74 source=virtcontainers
time="2020-04-06T14:37:39.800785637+02:00" level=warning msg="failed to get sandbox config from old store: open /var/lib/vc/sbs/2958c57858aab3926ef4299ebc5ba73c97116196904c28c59faad02513f04e74/config.json: no such file or directory" arch=amd64 command=delete container=2958c57858aab3926ef4299ebc5ba73c97116196904c28c59faad02513f04e74 name=kata-runtime pid=3890 sandbox=2958c57858aab3926ef4299ebc5ba73c97116196904c28c59faad02513f04e74 source=virtcontainers
time="2020-04-06T14:37:39.885693005+02:00" level=info msg="sanner return error: <nil>" arch=amd64 command=delete container=2958c57858aab3926ef4299ebc5ba73c97116196904c28c59faad02513f04e74 name=kata-runtime pid=3890 sandbox=2958c57858aab3926ef4299ebc5ba73c97116196904c28c59faad02513f04e74 source=virtcontainers subsystem=qmp
time="2020-04-06T14:37:39.891553323+02:00" level=error msg="Could not read qemu pid file" arch=amd64 command=delete container=2958c57858aab3926ef4299ebc5ba73c97116196904c28c59faad02513f04e74 error="open /run/vc/vm/2958c57858aab3926ef4299ebc5ba73c97116196904c28c59faad02513f04e74/pid: no such file or directory" name=kata-runtime pid=3890 sandbox=2958c57858aab3926ef4299ebc5ba73c97116196904c28c59faad02513f04e74 source=virtcontainers subsystem=qemu
time="2020-04-06T14:37:39.891971601+02:00" level=error msg="Could not read qemu pid file" arch=amd64 command=delete container=2958c57858aab3926ef4299ebc5ba73c97116196904c28c59faad02513f04e74 error="open /run/vc/vm/2958c57858aab3926ef4299ebc5ba73c97116196904c28c59faad02513f04e74/pid: no such file or directory" name=kata-runtime pid=3890 sandbox=2958c57858aab3926ef4299ebc5ba73c97116196904c28c59faad02513f04e74 source=virtcontainers subsystem=qemu
time="2020-04-06T14:37:39.892754113+02:00" level=warning msg="failed to get sandbox config from old store: open /var/lib/vc/sbs/2958c57858aab3926ef4299ebc5ba73c97116196904c28c59faad02513f04e74/config.json: no such file or directory" arch=amd64 command=delete container=2958c57858aab3926ef4299ebc5ba73c97116196904c28c59faad02513f04e74 name=kata-runtime pid=3890 sandbox=2958c57858aab3926ef4299ebc5ba73c97116196904c28c59faad02513f04e74 source=virtcontainers
time="2020-04-06T14:37:39.899549764+02:00" level=error msg="Could not read qemu pid file" arch=amd64 command=delete container=2958c57858aab3926ef4299ebc5ba73c97116196904c28c59faad02513f04e74 error="open /run/vc/vm/2958c57858aab3926ef4299ebc5ba73c97116196904c28c59faad02513f04e74/pid: no such file or directory" name=kata-runtime pid=3890 sandbox=2958c57858aab3926ef4299ebc5ba73c97116196904c28c59faad02513f04e74 source=virtcontainers subsystem=qemu
time="2020-04-06T14:37:39.899837333+02:00" level=warning msg="sandbox cgroups path is empty" arch=amd64 command=delete container=2958c57858aab3926ef4299ebc5ba73c97116196904c28c59faad02513f04e74 name=kata-runtime pid=3890 sandbox=2958c57858aab3926ef4299ebc5ba73c97116196904c28c59faad02513f04e74 source=virtcontainers subsystem=sandbox
time="2020-04-06T14:37:57.108131305+02:00" level=info msg="sanner return error: read unix @->/run/vc/vm/0f3210d3833a873bcef5858a41cb5574f1ec35b92397815a3a0a70d667d02d5d/qmp.sock: use of closed network connection" arch=amd64 command=create container=0f3210d3833a873bcef5858a41cb5574f1ec35b92397815a3a0a70d667d02d5d name=kata-runtime pid=3977 source=virtcontainers subsystem=qmp
time="2020-04-06T14:38:01.133754601+02:00" level=warning msg="sandbox's cgroup won't be updated: cgroup path is empty" arch=amd64 command=create container=0f3210d3833a873bcef5858a41cb5574f1ec35b92397815a3a0a70d667d02d5d name=kata-runtime pid=3977 sandbox=0f3210d3833a873bcef5858a41cb5574f1ec35b92397815a3a0a70d667d02d5d source=virtcontainers subsystem=sandbox
time="2020-04-06T14:38:01.134435767+02:00" level=info msg="sanner return error: read unix @->/run/vc/vm/0f3210d3833a873bcef5858a41cb5574f1ec35b92397815a3a0a70d667d02d5d/qmp.sock: use of closed network connection" arch=amd64 command=create container=0f3210d3833a873bcef5858a41cb5574f1ec35b92397815a3a0a70d667d02d5d name=kata-runtime pid=3977 source=virtcontainers subsystem=qmp
time="2020-04-06T14:38:01.181416508+02:00" level=warning msg="failed to get sandbox config from old store: open /var/lib/vc/sbs/0f3210d3833a873bcef5858a41cb5574f1ec35b92397815a3a0a70d667d02d5d/config.json: no such file or directory" arch=amd64 command=start container=0f3210d3833a873bcef5858a41cb5574f1ec35b92397815a3a0a70d667d02d5d name=kata-runtime pid=4051 source=virtcontainers
time="2020-04-06T14:38:01.184745433+02:00" level=warning msg="failed to get sandbox config from old store: open /var/lib/vc/sbs/0f3210d3833a873bcef5858a41cb5574f1ec35b92397815a3a0a70d667d02d5d/config.json: no such file or directory" arch=amd64 command=start container=0f3210d3833a873bcef5858a41cb5574f1ec35b92397815a3a0a70d667d02d5d name=kata-runtime pid=4051 sandbox=0f3210d3833a873bcef5858a41cb5574f1ec35b92397815a3a0a70d667d02d5d source=virtcontainers
time="2020-04-06T14:38:02.698346996+02:00" level=warning msg="failed to get sandbox config from old store: open /var/lib/vc/sbs/0f3210d3833a873bcef5858a41cb5574f1ec35b92397815a3a0a70d667d02d5d/config.json: no such file or directory" arch=amd64 command=kill container=0f3210d3833a873bcef5858a41cb5574f1ec35b92397815a3a0a70d667d02d5d name=kata-runtime pid=4061 source=virtcontainers
time="2020-04-06T14:38:02.703013152+02:00" level=warning msg="failed to get sandbox config from old store: open /var/lib/vc/sbs/0f3210d3833a873bcef5858a41cb5574f1ec35b92397815a3a0a70d667d02d5d/config.json: no such file or directory" arch=amd64 command=kill container=0f3210d3833a873bcef5858a41cb5574f1ec35b92397815a3a0a70d667d02d5d name=kata-runtime pid=4061 sandbox=0f3210d3833a873bcef5858a41cb5574f1ec35b92397815a3a0a70d667d02d5d source=virtcontainers
time="2020-04-06T14:38:06.349551966+02:00" level=warning msg="failed to get sandbox config from old store: open /var/lib/vc/sbs/0f3210d3833a873bcef5858a41cb5574f1ec35b92397815a3a0a70d667d02d5d/config.json: no such file or directory" arch=amd64 command=delete container=0f3210d3833a873bcef5858a41cb5574f1ec35b92397815a3a0a70d667d02d5d name=kata-runtime pid=4079 source=virtcontainers
time="2020-04-06T14:38:06.424555049+02:00" level=warning msg="failed to get sandbox config from old store: open /var/lib/vc/sbs/0f3210d3833a873bcef5858a41cb5574f1ec35b92397815a3a0a70d667d02d5d/config.json: no such file or directory" arch=amd64 command=delete container=0f3210d3833a873bcef5858a41cb5574f1ec35b92397815a3a0a70d667d02d5d name=kata-runtime pid=4079 sandbox=0f3210d3833a873bcef5858a41cb5574f1ec35b92397815a3a0a70d667d02d5d source=virtcontainers
time="2020-04-06T14:38:06.430151858+02:00" level=warning msg="failed to get sandbox config from old store: open /var/lib/vc/sbs/0f3210d3833a873bcef5858a41cb5574f1ec35b92397815a3a0a70d667d02d5d/config.json: no such file or directory" arch=amd64 command=delete container=0f3210d3833a873bcef5858a41cb5574f1ec35b92397815a3a0a70d667d02d5d name=kata-runtime pid=4079 sandbox=0f3210d3833a873bcef5858a41cb5574f1ec35b92397815a3a0a70d667d02d5d source=virtcontainers
time="2020-04-06T14:38:06.697131866+02:00" level=info msg="sanner return error: <nil>" arch=amd64 command=delete container=0f3210d3833a873bcef5858a41cb5574f1ec35b92397815a3a0a70d667d02d5d name=kata-runtime pid=4079 sandbox=0f3210d3833a873bcef5858a41cb5574f1ec35b92397815a3a0a70d667d02d5d source=virtcontainers subsystem=qmp
time="2020-04-06T14:38:06.709541487+02:00" level=error msg="Could not read qemu pid file" arch=amd64 command=delete container=0f3210d3833a873bcef5858a41cb5574f1ec35b92397815a3a0a70d667d02d5d error="open /run/vc/vm/0f3210d3833a873bcef5858a41cb5574f1ec35b92397815a3a0a70d667d02d5d/pid: no such file or directory" name=kata-runtime pid=4079 sandbox=0f3210d3833a873bcef5858a41cb5574f1ec35b92397815a3a0a70d667d02d5d source=virtcontainers subsystem=qemu
time="2020-04-06T14:38:06.710467283+02:00" level=error msg="Could not read qemu pid file" arch=amd64 command=delete container=0f3210d3833a873bcef5858a41cb5574f1ec35b92397815a3a0a70d667d02d5d error="open /run/vc/vm/0f3210d3833a873bcef5858a41cb5574f1ec35b92397815a3a0a70d667d02d5d/pid: no such file or directory" name=kata-runtime pid=4079 sandbox=0f3210d3833a873bcef5858a41cb5574f1ec35b92397815a3a0a70d667d02d5d source=virtcontainers subsystem=qemu
time="2020-04-06T14:38:06.711008469+02:00" level=warning msg="failed to get sandbox config from old store: open /var/lib/vc/sbs/0f3210d3833a873bcef5858a41cb5574f1ec35b92397815a3a0a70d667d02d5d/config.json: no such file or directory" arch=amd64 command=delete container=0f3210d3833a873bcef5858a41cb5574f1ec35b92397815a3a0a70d667d02d5d name=kata-runtime pid=4079 sandbox=0f3210d3833a873bcef5858a41cb5574f1ec35b92397815a3a0a70d667d02d5d source=virtcontainers
time="2020-04-06T14:38:06.717363099+02:00" level=error msg="Could not read qemu pid file" arch=amd64 command=delete container=0f3210d3833a873bcef5858a41cb5574f1ec35b92397815a3a0a70d667d02d5d error="open /run/vc/vm/0f3210d3833a873bcef5858a41cb5574f1ec35b92397815a3a0a70d667d02d5d/pid: no such file or directory" name=kata-runtime pid=4079 sandbox=0f3210d3833a873bcef5858a41cb5574f1ec35b92397815a3a0a70d667d02d5d source=virtcontainers subsystem=qemu
time="2020-04-06T14:38:06.717759693+02:00" level=warning msg="sandbox cgroups path is empty" arch=amd64 command=delete container=0f3210d3833a873bcef5858a41cb5574f1ec35b92397815a3a0a70d667d02d5d name=kata-runtime pid=4079 sandbox=0f3210d3833a873bcef5858a41cb5574f1ec35b92397815a3a0a70d667d02d5d source=virtcontainers subsystem=sandbox

Proxy logs

Recent proxy problems found in system journal:

time="2020-04-05T14:08:06.880135513+02:00" level=fatal msg="failed to handle exit signal" error="close unix @->/run/vc/vm/test/kata.sock: use of closed network connection" name=kata-proxy pid=5572 sandbox=test source=proxy
time="2020-04-05T14:08:10.595466263+02:00" level=fatal msg="failed to handle exit signal" error="close unix @->/run/vc/vm/test/kata.sock: use of closed network connection" name=kata-proxy pid=5643 sandbox=test source=proxy
time="2020-04-05T14:08:14.060967452+02:00" level=fatal msg="failed to handle exit signal" error="close unix @->/run/vc/vm/test/kata.sock: use of closed network connection" name=kata-proxy pid=5715 sandbox=test source=proxy
time="2020-04-05T14:08:17.53827572+02:00" level=fatal msg="failed to handle exit signal" error="close unix @->/run/vc/vm/test/kata.sock: use of closed network connection" name=kata-proxy pid=5792 sandbox=test source=proxy
time="2020-04-05T14:08:21.051466301+02:00" level=fatal msg="failed to handle exit signal" error="close unix @->/run/vc/vm/test/kata.sock: use of closed network connection" name=kata-proxy pid=5870 sandbox=test source=proxy
time="2020-04-05T14:08:25.341839483+02:00" level=fatal msg="failed to handle exit signal" error="close unix @->/run/vc/vm/test/kata.sock: use of closed network connection" name=kata-proxy pid=5946 sandbox=test source=proxy
time="2020-04-05T14:09:29.584443235+02:00" level=fatal msg="channel error" error="accept unix /run/vc/sbs/test/proxy.sock: use of closed network connection" name=kata-proxy pid=6067 sandbox=test source=proxy
time="2020-04-05T14:09:33.296746509+02:00" level=fatal msg="channel error" error="accept unix /run/vc/sbs/test/proxy.sock: use of closed network connection" name=kata-proxy pid=6150 sandbox=test source=proxy
time="2020-04-05T14:09:36.95701498+02:00" level=fatal msg="failed to handle exit signal" error="close unix @->/run/vc/vm/test/kata.sock: use of closed network connection" name=kata-proxy pid=6229 sandbox=test source=proxy
time="2020-04-05T14:09:40.971133295+02:00" level=fatal msg="failed to handle exit signal" error="close unix @->/run/vc/vm/test/kata.sock: use of closed network connection" name=kata-proxy pid=6308 sandbox=test source=proxy
time="2020-04-05T14:09:45.293236436+02:00" level=fatal msg="channel error" error="accept unix /run/vc/sbs/test/proxy.sock: use of closed network connection" name=kata-proxy pid=6401 sandbox=test source=proxy
time="2020-04-05T14:09:49.024610394+02:00" level=fatal msg="channel error" error="accept unix /run/vc/sbs/test/proxy.sock: use of closed network connection" name=kata-proxy pid=6469 sandbox=test source=proxy
time="2020-04-05T14:09:52.732333872+02:00" level=fatal msg="channel error" error="accept unix /run/vc/sbs/test/proxy.sock: use of closed network connection" name=kata-proxy pid=6545 sandbox=test source=proxy
time="2020-04-05T14:09:56.975401739+02:00" level=fatal msg="failed to handle exit signal" error="close unix @->/run/vc/vm/test/kata.sock: use of closed network connection" name=kata-proxy pid=6622 sandbox=test source=proxy
time="2020-04-05T14:10:00.803940803+02:00" level=fatal msg="failed to handle exit signal" error="close unix @->/run/vc/vm/test/kata.sock: use of closed network connection" name=kata-proxy pid=6694 sandbox=test source=proxy
time="2020-04-05T14:10:04.457828637+02:00" level=fatal msg="failed to handle exit signal" error="close unix @->/run/vc/vm/test/kata.sock: use of closed network connection" name=kata-proxy pid=6757 sandbox=test source=proxy
time="2020-04-05T14:10:08.137617401+02:00" level=fatal msg="failed to handle exit signal" error="close unix @->/run/vc/vm/test/kata.sock: use of closed network connection" name=kata-proxy pid=6825 sandbox=test source=proxy
time="2020-04-05T14:10:11.850317298+02:00" level=fatal msg="channel error" error="accept unix /run/vc/sbs/test/proxy.sock: use of closed network connection" name=kata-proxy pid=6898 sandbox=test source=proxy
time="2020-04-05T14:10:15.735685092+02:00" level=fatal msg="channel error" error="accept unix /run/vc/sbs/test/proxy.sock: use of closed network connection" name=kata-proxy pid=6975 sandbox=test source=proxy
time="2020-04-05T14:10:19.625389848+02:00" level=fatal msg="failed to handle exit signal" error="close unix @->/run/vc/vm/test/kata.sock: use of closed network connection" name=kata-proxy pid=7049 sandbox=test source=proxy
time="2020-04-05T14:10:23.710142554+02:00" level=fatal msg="channel error" error="accept unix /run/vc/sbs/test/proxy.sock: use of closed network connection" name=kata-proxy pid=7124 sandbox=test source=proxy
time="2020-04-05T14:10:28.357853479+02:00" level=fatal msg="failed to handle exit signal" error="close unix @->/run/vc/vm/test/kata.sock: use of closed network connection" name=kata-proxy pid=7195 sandbox=test source=proxy
time="2020-04-05T14:10:32.112813128+02:00" level=fatal msg="channel error" error="accept unix /run/vc/sbs/test/proxy.sock: use of closed network connection" name=kata-proxy pid=7273 sandbox=test source=proxy
time="2020-04-05T14:10:35.939558709+02:00" level=fatal msg="failed to handle exit signal" error="close unix @->/run/vc/vm/test/kata.sock: use of closed network connection" name=kata-proxy pid=7345 sandbox=test source=proxy
time="2020-04-05T14:10:39.696823779+02:00" level=fatal msg="failed to handle exit signal" error="close unix @->/run/vc/vm/test/kata.sock: use of closed network connection" name=kata-proxy pid=7417 sandbox=test source=proxy
time="2020-04-05T14:10:43.952729129+02:00" level=fatal msg="channel error" error="accept unix /run/vc/sbs/test/proxy.sock: use of closed network connection" name=kata-proxy pid=7494 sandbox=test source=proxy
time="2020-04-05T14:10:47.693163689+02:00" level=fatal msg="failed to handle exit signal" error="close unix @->/run/vc/vm/test/kata.sock: use of closed network connection" name=kata-proxy pid=7572 sandbox=test source=proxy
time="2020-04-05T14:10:47.693368734+02:00" level=fatal msg="channel error" error="accept unix /run/vc/sbs/test/proxy.sock: use of closed network connection" name=kata-proxy pid=7572 sandbox=test source=proxy
time="2020-04-05T14:10:51.414987925+02:00" level=fatal msg="channel error" error="accept unix /run/vc/sbs/test/proxy.sock: use of closed network connection" name=kata-proxy pid=7651 sandbox=test source=proxy
time="2020-04-05T14:10:55.314074948+02:00" level=fatal msg="failed to handle exit signal" error="close unix @->/run/vc/vm/test/kata.sock: use of closed network connection" name=kata-proxy pid=7715 sandbox=test source=proxy
time="2020-04-05T14:10:59.607525887+02:00" level=fatal msg="failed to handle exit signal" error="close unix @->/run/vc/vm/test/kata.sock: use of closed network connection" name=kata-proxy pid=7784 sandbox=test source=proxy
time="2020-04-05T14:11:03.329105514+02:00" level=fatal msg="failed to handle exit signal" error="close unix @->/run/vc/vm/test/kata.sock: use of closed network connection" name=kata-proxy pid=7864 sandbox=test source=proxy
time="2020-04-05T14:11:07.106132713+02:00" level=fatal msg="failed to handle exit signal" error="close unix @->/run/vc/vm/test/kata.sock: use of closed network connection" name=kata-proxy pid=7940 sandbox=test source=proxy
time="2020-04-05T14:11:07.106376166+02:00" level=warning msg="2020/04/05 14:11:07 [ERR] yamux: Failed to write header: write unix @->/run/vc/vm/test/kata.sock: use of closed network connection\n" component=yamux name=kata-proxy pid=7940 sandbox=test source=proxy
time="2020-04-05T14:11:10.78953788+02:00" level=fatal msg="channel error" error="accept unix /run/vc/sbs/test/proxy.sock: use of closed network connection" name=kata-proxy pid=8011 sandbox=test source=proxy
time="2020-04-05T14:39:35.434617374+02:00" level=fatal msg="channel error" error="accept unix /run/vc/sbs/test/proxy.sock: use of closed network connection" name=kata-proxy pid=3646 sandbox=test source=proxy
time="2020-04-05T14:39:39.10123468+02:00" level=fatal msg="failed to handle exit signal" error="close unix @->/run/vc/vm/test/kata.sock: use of closed network connection" name=kata-proxy pid=3727 sandbox=test source=proxy
time="2020-04-05T14:39:42.786266732+02:00" level=fatal msg="failed to handle exit signal" error="close unix @->/run/vc/vm/test/kata.sock: use of closed network connection" name=kata-proxy pid=3801 sandbox=test source=proxy
time="2020-04-05T14:50:04.595316928+02:00" level=fatal msg="channel error" error="accept unix /run/vc/sbs/test/proxy.sock: use of closed network connection" name=kata-proxy pid=4288 sandbox=test source=proxy
time="2020-04-05T14:50:08.36721575+02:00" level=fatal msg="failed to handle exit signal" error="close unix @->/run/vc/vm/test/kata.sock: use of closed network connection" name=kata-proxy pid=4368 sandbox=test source=proxy
time="2020-04-05T14:50:12.1898563+02:00" level=fatal msg="failed to handle exit signal" error="close unix @->/run/vc/vm/test/kata.sock: use of closed network connection" name=kata-proxy pid=4436 sandbox=test source=proxy
time="2020-04-05T14:50:15.700487614+02:00" level=fatal msg="failed to handle exit signal" error="close unix @->/run/vc/vm/test/kata.sock: use of closed network connection" name=kata-proxy pid=4510 sandbox=test source=proxy
time="2020-04-05T14:50:54.21363046+02:00" level=fatal msg="failed to handle exit signal" error="close unix @->/run/vc/vm/test/kata.sock: use of closed network connection" name=kata-proxy pid=4634 sandbox=test source=proxy
time="2020-04-05T14:54:57.161960746+02:00" level=fatal msg="failed to handle exit signal" error="close unix @->/run/vc/vm/t/kata.sock: use of closed network connection" name=kata-proxy pid=5826 sandbox=t source=proxy
time="2020-04-05T14:55:00.627858371+02:00" level=fatal msg="failed to handle exit signal" error="close unix @->/run/vc/vm/t/kata.sock: use of closed network connection" name=kata-proxy pid=5888 sandbox=t source=proxy
time="2020-04-05T14:55:04.59900268+02:00" level=fatal msg="channel error" error="accept unix /run/vc/sbs/t/proxy.sock: use of closed network connection" name=kata-proxy pid=5958 sandbox=t source=proxy
time="2020-04-05T14:55:08.538439392+02:00" level=fatal msg="channel error" error="accept unix /run/vc/sbs/t/proxy.sock: use of closed network connection" name=kata-proxy pid=6032 sandbox=t source=proxy
time="2020-04-05T14:55:12.087784025+02:00" level=fatal msg="channel error" error="accept unix /run/vc/sbs/t/proxy.sock: use of closed network connection" name=kata-proxy pid=6109 sandbox=t source=proxy
time="2020-04-06T14:37:39.833745942+02:00" level=fatal msg="failed to handle exit signal" error="close unix @->/run/vc/vm/2958c57858aab3926ef4299ebc5ba73c97116196904c28c59faad02513f04e74/kata.sock: use of closed network connection" name=kata-proxy pid=3824 sandbox=2958c57858aab3926ef4299ebc5ba73c97116196904c28c59faad02513f04e74 source=proxy
time="2020-04-06T14:38:06.459374811+02:00" level=fatal msg="failed to handle exit signal" error="close unix @->/run/vc/vm/0f3210d3833a873bcef5858a41cb5574f1ec35b92397815a3a0a70d667d02d5d/kata.sock: use of closed network connection" name=kata-proxy pid=4018 sandbox=0f3210d3833a873bcef5858a41cb5574f1ec35b92397815a3a0a70d667d02d5d source=proxy

Shim logs

Recent shim problems found in system journal:

time="2020-04-05T13:12:19.301013121+02:00" level=error msg="failed to set raw terminal" container=test error="inappropriate ioctl for device" exec-id=test name=kata-shim pid=1 source=shim
time="2020-04-05T13:15:38.489549912+02:00" level=error msg="failed to set raw terminal" container=test error="inappropriate ioctl for device" exec-id=test name=kata-shim pid=1 source=shim
time="2020-04-05T13:16:50.872574637+02:00" level=error msg="failed to set raw terminal" container=test error="inappropriate ioctl for device" exec-id=test name=kata-shim pid=1 source=shim
time="2020-04-05T13:17:47.26072805+02:00" level=error msg="failed to set raw terminal" container=test error="inappropriate ioctl for device" exec-id=test name=kata-shim pid=1 source=shim

Throttler logs

No recent throttler problems found in system journal.


Container manager details

Have docker

Docker

Output of "docker version":

Client: Docker Engine - Community
 Version:           19.03.8
 API version:       1.40
 Go version:        go1.12.17
 Git commit:        afacb8b7f0
 Built:             Wed Mar 11 01:25:46 2020
 OS/Arch:           linux/amd64
 Experimental:      false

Server: Docker Engine - Community
 Engine:
  Version:          19.03.8
  API version:      1.40 (minimum version 1.12)
  Go version:       go1.12.17
  Git commit:       afacb8b7f0
  Built:            Wed Mar 11 01:24:19 2020
  OS/Arch:          linux/amd64
  Experimental:     false
 containerd:
  Version:          1.2.13
  GitCommit:        7ad184331fa3e55e52b890ea95e65ba581ae3429
 runc:
  Version:          1.0.0-rc10
  GitCommit:        dc9208a3303feef5b3839f4323d9beb36df0a9dd
 docker-init:
  Version:          0.18.0
  GitCommit:        fec3683

Output of "docker info":

Client:
 Debug Mode: false

Server:
 Containers: 4
  Running: 0
  Paused: 0
  Stopped: 4
 Images: 120
 Server Version: 19.03.8
 Storage Driver: overlay2
  Backing Filesystem: <unknown>
  Supports d_type: true
  Native Overlay Diff: true
 Logging Driver: json-file
 Cgroup Driver: cgroupfs
 Plugins:
  Volume: local
  Network: bridge host ipvlan macvlan null overlay
  Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
 Swarm: inactive
 Runtimes: kata-runtime runc
 Default Runtime: runc
 Init Binary: docker-init
 containerd version: 7ad184331fa3e55e52b890ea95e65ba581ae3429
 runc version: dc9208a3303feef5b3839f4323d9beb36df0a9dd
 init version: fec3683
 Security Options:
  apparmor
  seccomp
   Profile: default
 Kernel Version: 5.3.0-45-generic
 Operating System: Ubuntu 18.04.4 LTS
 OSType: linux
 Architecture: x86_64
 CPUs: 4
 Total Memory: 7.775GiB
 Name: guillaume-vm
 ID: TQSV:QKPA:2O7S:5C2X:LOMB:FZHJ:DL3T:ZWDY:ENWE:N5T3:66WB:TAXR
 Docker Root Dir: /var/lib/docker
 Debug Mode: true
  File Descriptors: 22
  Goroutines: 34
  System Time: 2020-04-06T17:50:41.821151312+02:00
  EventsListeners: 0
 Registry: https://index.docker.io/v1/
 Labels:
 Experimental: false
 Insecure Registries:
  127.0.0.0/8
 Live Restore Enabled: false

WARNING: No swap limit support

Output of "systemctl show docker":

Type=notify
Restart=always
NotifyAccess=main
RestartUSec=2s
TimeoutStartUSec=infinity
TimeoutStopUSec=infinity
RuntimeMaxUSec=infinity
WatchdogUSec=0
WatchdogTimestamp=Mon 2020-04-06 17:35:43 CEST
WatchdogTimestampMonotonic=7203445
PermissionsStartOnly=no
RootDirectoryStartOnly=no
RemainAfterExit=no
GuessMainPID=yes
MainPID=845
ControlPID=0
FileDescriptorStoreMax=0
NFileDescriptorStore=0
StatusErrno=0
Result=success
UID=[not set]
GID=[not set]
NRestarts=0
ExecMainStartTimestamp=Mon 2020-04-06 17:35:41 CEST
ExecMainStartTimestampMonotonic=5017437
ExecMainExitTimestampMonotonic=0
ExecMainPID=845
ExecMainCode=0
ExecMainStatus=0
ExecStart={ path=/usr/bin/dockerd ; argv[]=/usr/bin/dockerd -D --add-runtime kata-runtime=/usr/bin/kata-runtime ; ignore_errors=no ; start_time=[Mon 2020-04-06 17:35:41 CEST] ; stop_time=[n/a] ; pid=845 ; code=(null) ; status=0/0 }
ExecReload={ path=/bin/kill ; argv[]=/bin/kill -s HUP $MAINPID ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }
Slice=system.slice
ControlGroup=/system.slice/docker.service
MemoryCurrent=[not set]
CPUUsageNSec=[not set]
TasksCurrent=13
IPIngressBytes=18446744073709551615
IPIngressPackets=18446744073709551615
IPEgressBytes=18446744073709551615
IPEgressPackets=18446744073709551615
Delegate=yes
DelegateControllers=cpu cpuacct io blkio memory devices pids
CPUAccounting=no
CPUWeight=[not set]
StartupCPUWeight=[not set]
CPUShares=[not set]
StartupCPUShares=[not set]
CPUQuotaPerSecUSec=infinity
IOAccounting=no
IOWeight=[not set]
StartupIOWeight=[not set]
BlockIOAccounting=no
BlockIOWeight=[not set]
StartupBlockIOWeight=[not set]
MemoryAccounting=no
MemoryLow=0
MemoryHigh=infinity
MemoryMax=infinity
MemorySwapMax=infinity
MemoryLimit=infinity
DevicePolicy=auto
TasksAccounting=yes
TasksMax=infinity
IPAccounting=no
UMask=0022
LimitCPU=infinity
LimitCPUSoft=infinity
LimitFSIZE=infinity
LimitFSIZESoft=infinity
LimitDATA=infinity
LimitDATASoft=infinity
LimitSTACK=infinity
LimitSTACKSoft=8388608
LimitCORE=infinity
LimitCORESoft=infinity
LimitRSS=infinity
LimitRSSSoft=infinity
LimitNOFILE=infinity
LimitNOFILESoft=infinity
LimitAS=infinity
LimitASSoft=infinity
LimitNPROC=infinity
LimitNPROCSoft=infinity
LimitMEMLOCK=16777216
LimitMEMLOCKSoft=16777216
LimitLOCKS=infinity
LimitLOCKSSoft=infinity
LimitSIGPENDING=31650
LimitSIGPENDINGSoft=31650
LimitMSGQUEUE=819200
LimitMSGQUEUESoft=819200
LimitNICE=0
LimitNICESoft=0
LimitRTPRIO=0
LimitRTPRIOSoft=0
LimitRTTIME=infinity
LimitRTTIMESoft=infinity
OOMScoreAdjust=0
Nice=0
IOSchedulingClass=0
IOSchedulingPriority=0
CPUSchedulingPolicy=0
CPUSchedulingPriority=0
TimerSlackNSec=50000
CPUSchedulingResetOnFork=no
NonBlocking=no
StandardInput=null
StandardInputData=
StandardOutput=journal
StandardError=inherit
TTYReset=no
TTYVHangup=no
TTYVTDisallocate=no
SyslogPriority=30
SyslogLevelPrefix=yes
SyslogLevel=6
SyslogFacility=3
LogLevelMax=-1
SecureBits=0
CapabilityBoundingSet=cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend
AmbientCapabilities=
DynamicUser=no
RemoveIPC=no
MountFlags=
PrivateTmp=no
PrivateDevices=no
ProtectKernelTunables=no
ProtectKernelModules=no
ProtectControlGroups=no
PrivateNetwork=no
PrivateUsers=no
ProtectHome=no
ProtectSystem=no
SameProcessGroup=no
UtmpMode=init
IgnoreSIGPIPE=yes
NoNewPrivileges=no
SystemCallErrorNumber=0
LockPersonality=no
RuntimeDirectoryPreserve=no
RuntimeDirectoryMode=0755
StateDirectoryMode=0755
CacheDirectoryMode=0755
LogsDirectoryMode=0755
ConfigurationDirectoryMode=0755
MemoryDenyWriteExecute=no
RestrictRealtime=no
RestrictSUIDSGID=no
RestrictNamespaces=no
MountAPIVFS=no
KeyringMode=private
KillMode=process
KillSignal=15
SendSIGKILL=yes
SendSIGHUP=no
Id=docker.service
Names=docker.service
Requires=sysinit.target docker.socket system.slice
Wants=network-online.target
BindsTo=containerd.service
WantedBy=multi-user.target
ConsistsOf=docker.socket
Conflicts=shutdown.target
Before=shutdown.target multi-user.target
After=systemd-journald.socket network-online.target containerd.service sysinit.target basic.target firewalld.service docker.socket system.slice
TriggeredBy=docker.socket
Documentation=https://docs.docker.com
Description=Docker Application Container Engine
LoadState=loaded
ActiveState=active
SubState=running
FragmentPath=/lib/systemd/system/docker.service
DropInPaths=/etc/systemd/system/docker.service.d/kata-containers.conf
UnitFileState=enabled
UnitFilePreset=enabled
StateChangeTimestamp=Mon 2020-04-06 17:35:43 CEST
StateChangeTimestampMonotonic=7203447
InactiveExitTimestamp=Mon 2020-04-06 17:35:41 CEST
InactiveExitTimestampMonotonic=5017466
ActiveEnterTimestamp=Mon 2020-04-06 17:35:43 CEST
ActiveEnterTimestampMonotonic=7203447
ActiveExitTimestampMonotonic=0
InactiveEnterTimestampMonotonic=0
CanStart=yes
CanStop=yes
CanReload=yes
CanIsolate=no
StopWhenUnneeded=no
RefuseManualStart=no
RefuseManualStop=no
AllowIsolate=no
DefaultDependencies=yes
OnFailureJobMode=replace
IgnoreOnIsolate=no
NeedDaemonReload=no
JobTimeoutUSec=infinity
JobRunningTimeoutUSec=infinity
JobTimeoutAction=none
ConditionResult=yes
AssertResult=yes
ConditionTimestamp=Mon 2020-04-06 17:35:41 CEST
ConditionTimestampMonotonic=5016766
AssertTimestamp=Mon 2020-04-06 17:35:41 CEST
AssertTimestampMonotonic=5016766
Transient=no
Perpetual=no
StartLimitIntervalUSec=1min
StartLimitBurst=3
StartLimitAction=none
FailureAction=none
SuccessAction=none
InvocationID=6d91c36ea55b4f2d9b2cfd259f74d25f
CollectMode=inactive

No kubectl
No crio
Have containerd

containerd

Output of "containerd --version":

containerd containerd.io 1.2.13 7ad184331fa3e55e52b890ea95e65ba581ae3429

Output of "systemctl show containerd":

Type=simple
Restart=no
NotifyAccess=none
RestartUSec=100ms
TimeoutStartUSec=1min 30s
TimeoutStopUSec=1min 30s
RuntimeMaxUSec=infinity
WatchdogUSec=0
WatchdogTimestamp=Mon 2020-04-06 17:35:40 CEST
WatchdogTimestampMonotonic=4710951
PermissionsStartOnly=no
RootDirectoryStartOnly=no
RemainAfterExit=no
GuessMainPID=yes
MainPID=754
ControlPID=0
FileDescriptorStoreMax=0
NFileDescriptorStore=0
StatusErrno=0
Result=success
UID=[not set]
GID=[not set]
NRestarts=0
ExecMainStartTimestamp=Mon 2020-04-06 17:35:40 CEST
ExecMainStartTimestampMonotonic=4710917
ExecMainExitTimestampMonotonic=0
ExecMainPID=754
ExecMainCode=0
ExecMainStatus=0
ExecStartPre={ path=/sbin/modprobe ; argv[]=/sbin/modprobe overlay ; ignore_errors=yes ; start_time=[Mon 2020-04-06 17:35:40 CEST] ; stop_time=[Mon 2020-04-06 17:35:40 CEST] ; pid=746 ; code=exited ; status=0 }
ExecStart={ path=/usr/bin/containerd ; argv[]=/usr/bin/containerd ; ignore_errors=no ; start_time=[Mon 2020-04-06 17:35:40 CEST] ; stop_time=[n/a] ; pid=754 ; code=(null) ; status=0/0 }
Slice=system.slice
ControlGroup=/system.slice/containerd.service
MemoryCurrent=[not set]
CPUUsageNSec=[not set]
TasksCurrent=13
IPIngressBytes=18446744073709551615
IPIngressPackets=18446744073709551615
IPEgressBytes=18446744073709551615
IPEgressPackets=18446744073709551615
Delegate=yes
DelegateControllers=cpu cpuacct io blkio memory devices pids
CPUAccounting=no
CPUWeight=[not set]
StartupCPUWeight=[not set]
CPUShares=[not set]
StartupCPUShares=[not set]
CPUQuotaPerSecUSec=infinity
IOAccounting=no
IOWeight=[not set]
StartupIOWeight=[not set]
BlockIOAccounting=no
BlockIOWeight=[not set]
StartupBlockIOWeight=[not set]
MemoryAccounting=no
MemoryLow=0
MemoryHigh=infinity
MemoryMax=infinity
MemorySwapMax=infinity
MemoryLimit=infinity
DevicePolicy=auto
TasksAccounting=yes
TasksMax=infinity
IPAccounting=no
UMask=0022
LimitCPU=infinity
LimitCPUSoft=infinity
LimitFSIZE=infinity
LimitFSIZESoft=infinity
LimitDATA=infinity
LimitDATASoft=infinity
LimitSTACK=infinity
LimitSTACKSoft=8388608
LimitCORE=infinity
LimitCORESoft=infinity
LimitRSS=infinity
LimitRSSSoft=infinity
LimitNOFILE=1048576
LimitNOFILESoft=1048576
LimitAS=infinity
LimitASSoft=infinity
LimitNPROC=infinity
LimitNPROCSoft=infinity
LimitMEMLOCK=16777216
LimitMEMLOCKSoft=16777216
LimitLOCKS=infinity
LimitLOCKSSoft=infinity
LimitSIGPENDING=31650
LimitSIGPENDINGSoft=31650
LimitMSGQUEUE=819200
LimitMSGQUEUESoft=819200
LimitNICE=0
LimitNICESoft=0
LimitRTPRIO=0
LimitRTPRIOSoft=0
LimitRTTIME=infinity
LimitRTTIMESoft=infinity
OOMScoreAdjust=0
Nice=0
IOSchedulingClass=0
IOSchedulingPriority=0
CPUSchedulingPolicy=0
CPUSchedulingPriority=0
TimerSlackNSec=50000
CPUSchedulingResetOnFork=no
NonBlocking=no
StandardInput=null
StandardInputData=
StandardOutput=journal
StandardError=inherit
TTYReset=no
TTYVHangup=no
TTYVTDisallocate=no
SyslogPriority=30
SyslogLevelPrefix=yes
SyslogLevel=6
SyslogFacility=3
LogLevelMax=-1
SecureBits=0
CapabilityBoundingSet=cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend
AmbientCapabilities=
DynamicUser=no
RemoveIPC=no
MountFlags=
PrivateTmp=no
PrivateDevices=no
ProtectKernelTunables=no
ProtectKernelModules=no
ProtectControlGroups=no
PrivateNetwork=no
PrivateUsers=no
ProtectHome=no
ProtectSystem=no
SameProcessGroup=no
UtmpMode=init
IgnoreSIGPIPE=yes
NoNewPrivileges=no
SystemCallErrorNumber=0
LockPersonality=no
RuntimeDirectoryPreserve=no
RuntimeDirectoryMode=0755
StateDirectoryMode=0755
CacheDirectoryMode=0755
LogsDirectoryMode=0755
ConfigurationDirectoryMode=0755
MemoryDenyWriteExecute=no
RestrictRealtime=no
RestrictSUIDSGID=no
RestrictNamespaces=no
MountAPIVFS=no
KeyringMode=private
KillMode=process
KillSignal=15
SendSIGKILL=yes
SendSIGHUP=no
Id=containerd.service
Names=containerd.service
Requires=system.slice sysinit.target
WantedBy=multi-user.target
BoundBy=docker.service
Conflicts=shutdown.target
Before=multi-user.target docker.service shutdown.target
After=system.slice systemd-journald.socket network.target sysinit.target basic.target
Documentation=https://containerd.io
Description=containerd container runtime
LoadState=loaded
ActiveState=active
SubState=running
FragmentPath=/lib/systemd/system/containerd.service
UnitFileState=enabled
UnitFilePreset=enabled
StateChangeTimestamp=Mon 2020-04-06 17:35:40 CEST
StateChangeTimestampMonotonic=4710955
InactiveExitTimestamp=Mon 2020-04-06 17:35:40 CEST
InactiveExitTimestampMonotonic=4691273
ActiveEnterTimestamp=Mon 2020-04-06 17:35:40 CEST
ActiveEnterTimestampMonotonic=4710955
ActiveExitTimestampMonotonic=0
InactiveEnterTimestampMonotonic=0
CanStart=yes
CanStop=yes
CanReload=no
CanIsolate=no
StopWhenUnneeded=no
RefuseManualStart=no
RefuseManualStop=no
AllowIsolate=no
DefaultDependencies=yes
OnFailureJobMode=replace
IgnoreOnIsolate=no
NeedDaemonReload=no
JobTimeoutUSec=infinity
JobRunningTimeoutUSec=infinity
JobTimeoutAction=none
ConditionResult=yes
AssertResult=yes
ConditionTimestamp=Mon 2020-04-06 17:35:40 CEST
ConditionTimestampMonotonic=4690364
AssertTimestamp=Mon 2020-04-06 17:35:40 CEST
AssertTimestampMonotonic=4690368
Transient=no
Perpetual=no
StartLimitIntervalUSec=10s
StartLimitBurst=5
StartLimitAction=none
FailureAction=none
SuccessAction=none
InvocationID=0a48162fbb9f487c86dc4eaba9a60908
CollectMode=inactive

Output of "cat /etc/containerd/config.toml":

#   Copyright 2018-2020 Docker Inc.

#   Licensed under the Apache License, Version 2.0 (the "License");
#   you may not use this file except in compliance with the License.
#   You may obtain a copy of the License at

#       http://www.apache.org/licenses/LICENSE-2.0

#   Unless required by applicable law or agreed to in writing, software
#   distributed under the License is distributed on an "AS IS" BASIS,
#   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
#   See the License for the specific language governing permissions and
#   limitations under the License.

disabled_plugins = ["cri"]

#root = "/var/lib/containerd"
#state = "/run/containerd"
#subreaper = true
#oom_score = 0

#[grpc]
#  address = "/run/containerd/containerd.sock"
#  uid = 0
#  gid = 0

[debug]
#  address = "/run/containerd/debug.sock"
#  uid = 0
#  gid = 0
  level = "debug"

Packages

Have dpkg
Output of "dpkg -l|egrep "(cc-oci-runtimecc-runtimerunv|kata-proxy|kata-runtime|kata-shim|kata-ksm-throttler|kata-containers-image|linux-container|qemu-)"":

ii  kata-containers-image                      1.11.0~alpha0-42                                           amd64        Kata containers image
ii  kata-ksm-throttler                         1.11.0~alpha0-45                                           amd64        
ii  kata-linux-container                       5.4.15.66-45                                               amd64        linux kernel optimised for container-like workloads.
ii  kata-proxy                                 1.11.0~alpha0-43                                           amd64        
ii  kata-runtime                               1.11.0~alpha0-51                                           amd64        
ii  kata-shim                                  1.11.0~alpha0-41                                           amd64        
ii  qemu-vanilla                               4.1.1+git.99c5874a9b-46                                    amd64        linux kernel optimised for container-like workloads.

No rpm


@geverartsdev
Copy link
Author

geverartsdev commented Apr 8, 2020

💡 Setup incompatibility

I 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:

Physical host:
MacOS Catalina (Version 10.15.4)
MacBook Pro (Retina, 15-inch, Late 2013)
Intel(R) Core(TM) i7-4850HQ CPU @ 2.30GHz
16 Go 1600 MHz DDR3
VM Hypervisor: VirtualBox (Version 6.1.4 r136177 (Qt5.6.3)) [Nested VT-x activated]

Virtual host (where I run kata):
Ubuntu 18.04.4 LTS
Memory: 7.8 GiB
Processor: Intel(R) Core(TM) i7-4850HQ CPU @ 2.30GHz x 4

This issue is not really solved, but it seems to be an isolated case, should I close it?

UPDATE: clarified setup informations

@grahamwhaley
Copy link
Contributor

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 ?

@geverartsdev
Copy link
Author

geverartsdev commented Apr 8, 2020

@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?

@jodh-intel
Copy link
Contributor

@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:

  • How much memory does your host have?
  • How much memory have you assigned to the Ubuntu VM?

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.

@geverartsdev
Copy link
Author

geverartsdev commented Apr 8, 2020

@jodh-intel

  • The physical host (Macbook) has 16GB of RAM
  • I allocated 8GB of RAM to my Ubuntu VM (after having the first bugs, as I also thought it might have been caused by a memory starvation, before that, 4GB were allocated)

Some additional notes:

  • For the test I made on the other machine, 4GB of RAM was already plenty enough as I only run one instance at a time for now
  • This is obviously not the production setup

@jodh-intel
Copy link
Contributor

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:

  • Can you check the MacBook firmware virtualization options (if there are any??)
  • Anything interesting in the VirtualBox logs?
  • Can you run docker using it's default runtime?
  • Could you try enabling full debug to see if that provides further information?
  • Can we see the output of sudo kata-runtime kata-check? (any warnings?)

@geverartsdev
Copy link
Author

Hi @jodh-intel
One more test I just made: running a VM with another Hypervisor (VMWare Fusion), on the very same Macbook, and it seems to work as expected. The issue might then be with virtualbox for this macbook? Using VMWare Fusion isn't a real solution for me unfortunetly, as I can only use the free tryial version for a month.

Here are the answers to your questions:

  • I ran sysctl -a | grep -o VMX as shown here, and the expected output (VMX) was printed.
  • In the virtualbox logs I can see this just after the complete freeze of the VM : 00:12:38.746241 VMMDev: vmmDevHeartbeatFlatlinedTimer: Guest seems to be unresponsive. Last heartbeat received 4 seconds ago
  • Docker works fine with runc as runtime.
  • I already enabled full debug, but don't see any more information, should I do something more? Like add a parameter to the docker command?
  • The output of sudo kata-runtime kata-check --verbose is just below, but I can not tell if the warnings are relevant.
Output of kata-check
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=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

@grahamwhaley
Copy link
Contributor

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...
@dagrh - would you happen to be aware of any virtualbox/KVM/qemu nesting known issues, or where to look?

@ariel-adam
Copy link

We are closing this issue since we don't have mac book HW to reproduce it.
Feel free to open this issue if you would like to reproduce it.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Incorrect behaviour needs-review Needs to be assessed by the team.
Projects
None yet
Development

No branches or pull requests

4 participants