kata-containers / runtime

Kata Containers version 1.x runtime (for version 2.x see https://github.com/kata-containers/kata-containers).
https://katacontainers.io/
Apache License 2.0
2.1k stars 375 forks source link

Failed to create pod when using VMCache #3007

Closed zqzzq closed 3 years ago

zqzzq commented 4 years ago

Get your issue reviewed faster

To help us understand the problem more quickly, please do the following:

  1. Run the kata-collect-data.sh script, which is installed as part of Kata Containers.
    $ sudo kata-collect-data.sh > /tmp/kata.log
  2. Review the output file (/tmp/kata.log) to ensure it doesn't contain any private / sensitive information
  3. Paste the entire contents of the file into this issue as a comment (the script generates markdown format output).

The information provided will help us to understand the problem more quickly so saves time for both of us! :smile:

Description of problem

Failed to create pod when using VMCache, the error log of kata:

Oct 12 17:23:10 slave-1 kata[2046270]: time="2020-10-12T17:23:10.351647459+08:00" level=error msg="trace called before context set" ID=b741acd26d2f3f5a43c97ed75fe1225ab448da49e41d9ec981ad89d47fef2230 source=virtcontainers subsystem=kata_agent type=bug
Oct 12 17:23:41 slave-1 kata[2046270]: time="2020-10-12T17:23:41.954795519+08:00" level=warning msg="sandbox cgroups path is empty" ID=b741acd26d2f3f5a43c97ed75fe1225ab448da49e41d9ec981ad89d47fef2230 sandbox=b741acd26d2f3f5a43c97ed75fe1225ab448da49e41d9ec981ad89d47fef2230 source=virtcontainers subsystem=sandbox
Oct 12 17:23:56 slave-1 kata[2046905]: time="2020-10-12T17:23:56.839043862+08:00" level=error msg="trace called before context set" ID=09906c721fcc10da3a310a308fd594e4a8e1879c714275e9211c81c4b5a861b3 source=virtcontainers subsystem=kata_agent type=bug
Oct 12 17:24:28 slave-1 kata[2046905]: time="2020-10-12T17:24:28.844254017+08:00" level=warning msg="sandbox cgroups path is empty" ID=09906c721fcc10da3a310a308fd594e4a8e1879c714275e9211c81c4b5a861b3 sandbox=09906c721fcc10da3a310a308fd594e4a8e1879c714275e9211c81c4b5a861b3 source=virtcontainers subsystem=sandbox
Oct 12 17:24:43 slave-1 kata[2047520]: time="2020-10-12T17:24:43.850931998+08:00" level=error msg="trace called before context set" ID=65b95ff4bf041e26bc085914285595118634cde63e25b8f8721c0bd4c54d97ba source=virtcontainers subsystem=kata_agent type=bug
Oct 12 17:25:15 slave-1 kata[2047520]: time="2020-10-12T17:25:15.748090853+08:00" level=warning msg="sandbox cgroups path is empty" ID=65b95ff4bf041e26bc085914285595118634cde63e25b8f8721c0bd4c54d97ba sandbox=65b95ff4bf041e26bc085914285595118634cde63e25b8f8721c0bd4c54d97ba source=virtcontainers subsystem=sandbox

the error log of containerd:

Oct 12 17:23:42 slave-1 containerd[58383]: time="2020-10-12T17:23:42.256507484+08:00" level=error msg="RunPodSandbox for &PodSandboxMetadata{Name:asd-4sf58-deployment-74ddfff798-rw8ct,Uid:2a0c9845-4ad1-47b5-951f-45474470cb19,Namespace:default,Attempt:0,} failed, error" error="failed to create containerd task: Failed to check if grpc server is working: rpc error: code = DeadlineExceeded desc = context deadline exceeded: unknown"
Oct 12 17:23:56 slave-1 containerd[58383]: time="2020-10-12T17:23:56.336165816+08:00" level=info msg="RunPodsandbox for &PodSandboxMetadata{Name:asd-4sf58-deployment-74ddfff798-rw8ct,Uid:2a0c9845-4ad1-47b5-951f-45474470cb19,Namespace:default,Attempt:0,}"
Oct 12 17:23:56 slave-1 kata[2046905]: time="2020-10-12T17:23:56.839043862+08:00" level=error msg="trace called before context set" ID=09906c721fcc10da3a310a308fd594e4a8e1879c714275e9211c81c4b5a861b3 source=virtcontainers subsystem=kata_agent type=bug
Oct 12 17:23:56 slave-1 containerd[58383]: time="2020-10-12T17:23:56.839043862+08:00" level=error msg="trace called before context set" ID=09906c721fcc10da3a310a308fd594e4a8e1879c714275e9211c81c4b5a861b3 source=virtcontainers subsystem=kata_agent type=bug
# kubectl describe po asd-4sf58-deployment-74ddfff798-rw8ct
...
Events:
  Type     Reason                  Age                From             Message
  ----     ------                  ----               ----             -------
  Warning  FailedCreatePodSandBox  12s (x2 over 59s)  kubelet, slave2  Failed create pod sandbox: rpc error: code = Unknown desc = failed to create containerd task: Failed to check if grpc server is working: rpc error: code = DeadlineExceeded desc = context deadline exceeded: unknown

Expected result

Pod created successfully when using VMCache

Actual result

(replace this text with an explanation of what actually happened)

Further information

(replace this text with any extra information you think might be useful)

zqzzq commented 4 years ago
Show kata-collect-data.sh details

# Meta details Running `kata-collect-data.sh` version `1.12.0-alpha1 (commit 2be92dd721363a9d204bb67b3276dde596b7d090)` at `2020-10-12.17:29:31.483869521+0800`. --- Runtime is `/usr/local/bin/kata-runtime`. # `kata-env` Output of "`/usr/local/bin/kata-runtime kata-env`": ```toml [Meta] Version = "1.0.24" [Runtime] Debug = false Trace = false DisableGuestSeccomp = true DisableNewNetNs = false SandboxCgroupOnly = false Path = "/opt/kata/bin/kata-runtime" [Runtime.Version] OCI = "1.0.1-dev" [Runtime.Version.Version] Semver = "1.12.0-alpha1" Major = 1 Minor = 12 Patch = 0 Commit = "2be92dd721363a9d204bb67b3276dde596b7d090" [Runtime.Config] Path = "/etc/kata-containers/configuration-qemu.toml" [Hypervisor] MachineType = "pc" Version = "QEMU emulator version 5.0.0 (kata-static)\nCopyright (c) 2003-2020 Fabrice Bellard and the QEMU Project developers" Path = "/opt/kata/bin/qemu-system-x86_64" BlockDeviceDriver = "virtio-scsi" EntropySource = "/dev/urandom" SharedFS = "virtio-9p" VirtioFSDaemon = "/opt/kata/bin/virtiofsd" Msize9p = 8192 MemorySlots = 10 PCIeRootPort = 0 HotplugVFIOOnRootBus = false Debug = false UseVSock = false [Image] Path = "/opt/kata/share/kata-containers/kata-containers-image_clearlinux_1.12.0-alpha1_agent_8c9bbadcd4.img" [Kernel] Path = "/opt/kata/share/kata-containers/vmlinuz-5.4.60-88" Parameters = "systemd.unit=kata-containers.target systemd.mask=systemd-networkd.service systemd.mask=systemd-networkd.socket scsi_mod.scan=none" [Initrd] Path = "" [Proxy] Type = "kataProxy" Path = "/opt/kata/libexec/kata-containers/kata-proxy" Debug = false [Proxy.Version] Semver = "1.12.0-alpha1-c604a60738ddee942bc3f06e452f74b715bc2e86" Major = 1 Minor = 12 Patch = 0 Commit = "<>" [Shim] Type = "kataShim" Path = "/opt/kata/libexec/kata-containers/kata-shim" Debug = false [Shim.Version] Semver = "1.12.0-alpha1-d6df720fe8ac0ede4333927cbd3d5ee53c51b222" Major = 1 Minor = 12 Patch = 0 Commit = "<>" [Agent] Type = "kata" Debug = false Trace = false TraceMode = "" TraceType = "" [Host] Kernel = "5.0.0-29-generic" Architecture = "amd64" VMContainerCapable = true SupportVSocks = true [Host.Distro] Name = "Ubuntu" Version = "18.04" [Host.CPU] Vendor = "GenuineIntel" Model = "Intel(R) Xeon(R) CPU E5-2640 v4 @ 2.40GHz" [Netmon] Path = "/opt/kata/libexec/kata-containers/kata-netmon" Debug = false Enable = false [Netmon.Version] Semver = "1.12.0-alpha1" Major = 1 Minor = 12 Patch = 0 Commit = "<>" ``` --- # Runtime config files ## Runtime default config files ``` /etc/kata-containers/configuration.toml /opt/kata/share/defaults/kata-containers/configuration.toml ``` ## Runtime config file contents Output of "`cat "/etc/kata-containers/configuration.toml"`": ```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 = "/opt/kata/bin/qemu-system-x86_64" kernel = "/opt/kata/share/kata-containers/vmlinuz.container" image = "/opt/kata/share/kata-containers/kata-containers.img" #initrd = "/opt/kata/share/kata-containers/kata-containers-initrd.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="" # CPU features # comma-separated list of cpu features to pass to the cpu # For example, `cpu_features = "pmu=off,vmx=off" cpu_features="pmu=off" # 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. # NOTICE: on arm platform with gicv2 interrupt controller, set it to 8. 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 = "/opt/kata/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 = "auto" # 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 vhost-user storage device, default false # Enabling this will result in some Linux reserved block type # major range 240-254 being chosen to represent vhost-user devices. enable_vhost_user_store = false # The base directory specifically used for vhost-user devices. # Its sub-path "block" is used for block devices; "block/sockets" is # where we expect vhost-user sockets to live; "block/devices" is where # simulated block device nodes for vhost-user devices to live. vhost_user_store_path = "/var/run/kata-containers/vhost-user" # Enable vIOMMU, default false # Enabling this will result in the VM having a vIOMMU device # This will also add the following options to the kernel's # command line: intel_iommu=on,iommu=pt #enable_iommu = true # Enable IOMMU_PLATFORM, default false # Enabling this will result in the VM device having iommu_platform=on set #enable_iommu_platform = 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 = 2 # 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 = "/opt/kata/libexec/kata-containers/kata-proxy" # If enabled, proxy messages will be sent to the system log # (default: disabled) #enable_debug = true [shim.kata] path = "/opt/kata/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 = "/opt/kata/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=[] # If enabled, containers are allowed to join the pid namespace of the agent # when the env variable KATA_AGENT_PIDNS is set for a container. # Use this with caution and only when required, as this option allows the container # to access the agent process. It is recommended to enable this option # only in debug scenarios and with containers with lowered priveleges. #enable_agent_pidns = true ``` Output of "`cat "/opt/kata/share/defaults/kata-containers/configuration.toml"`": ```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 = "/opt/kata/bin/qemu-system-x86_64" kernel = "/opt/kata/share/kata-containers/vmlinuz.container" image = "/opt/kata/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="" # CPU features # comma-separated list of cpu features to pass to the cpu # For example, `cpu_features = "pmu=off,vmx=off" cpu_features="pmu=off" # 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. # NOTICE: on arm platform with gicv2 interrupt controller, set it to 8. 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 = "/opt/kata/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 = "auto" # 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 vhost-user storage device, default false # Enabling this will result in some Linux reserved block type # major range 240-254 being chosen to represent vhost-user devices. enable_vhost_user_store = false # The base directory specifically used for vhost-user devices. # Its sub-path "block" is used for block devices; "block/sockets" is # where we expect vhost-user sockets to live; "block/devices" is where # simulated block device nodes for vhost-user devices to live. vhost_user_store_path = "/var/run/kata-containers/vhost-user" # Enable vIOMMU, default false # Enabling this will result in the VM having a vIOMMU device # This will also add the following options to the kernel's # command line: intel_iommu=on,iommu=pt #enable_iommu = true # Enable IOMMU_PLATFORM, default false # Enabling this will result in the VM device having iommu_platform=on set #enable_iommu_platform = 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 = "/opt/kata/libexec/kata-containers/kata-proxy" # If enabled, proxy messages will be sent to the system log # (default: disabled) #enable_debug = true [shim.kata] path = "/opt/kata/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 = "/opt/kata/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=[] # If enabled, containers are allowed to join the pid namespace of the agent # when the env variable KATA_AGENT_PIDNS is set for a container. # Use this with caution and only when required, as this option allows the container # to access the agent process. It is recommended to enable this option # only in debug scenarios and with containers with lowered priveleges. #enable_agent_pidns = true ``` Config file `/usr/share/defaults/kata-containers/configuration.toml` not found --- # KSM throttler ## version Output of "` --version`": ``` ./kata-collect-data.sh: line 178: --version: command not found ``` ## systemd service # Image details ```yaml --- osbuilder: url: "https://github.com/kata-containers/osbuilder" version: "unknown" rootfs-creation-time: "2020-09-01T21:44:11.441472326+0000Z" description: "osbuilder rootfs" file-format-version: "0.0.2" architecture: "x86_64" base-distro: name: "Clear" version: "33670" 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.12.0-alpha1-8c9bbadcd448c9a67690fbe11a860aaacc69813c" agent-is-init-daemon: "no" ``` --- # Initrd details No initrd --- # Logfiles ## Runtime logs Recent runtime problems found in system journal: ``` time="2020-10-12T16:16:06.343772694+08:00" level=info msg="sanner return error: read unix @->/run/vc/vm/34b58418-04bc-48fb-a3ea-ae1dcff646b4/qmp.sock: use of closed network connection" arch=amd64 command=factory name=kata-runtime pid=1998270 source=virtcontainers subsystem=qmp time="2020-10-12T16:16:06.347351741+08:00" level=info msg="sanner return error: read unix @->/run/vc/vm/37b6d909-33df-426f-9937-c38025f1f0c0/qmp.sock: use of closed network connection" arch=amd64 command=factory name=kata-runtime pid=1998270 source=virtcontainers subsystem=qmp time="2020-10-12T16:16:06.352498887+08:00" level=info msg="sanner return error: read unix @->/run/vc/vm/211a1d3f-204e-42b9-9eb5-c8ec09451e1d/qmp.sock: use of closed network connection" arch=amd64 command=factory name=kata-runtime pid=1998270 source=virtcontainers subsystem=qmp time="2020-10-12T16:16:06.355564719+08:00" level=error msg="trace called before context set" arch=amd64 command=factory name=kata-runtime pid=1998270 source=virtcontainers subsystem=kata_agent type=bug time="2020-10-12T16:16:06.361291146+08:00" level=error msg="trace called before context set" arch=amd64 command=factory name=kata-runtime pid=1998270 source=virtcontainers subsystem=kata_agent type=bug time="2020-10-12T16:16:06.362028968+08:00" level=error msg="trace called before context set" arch=amd64 command=factory name=kata-runtime pid=1998270 source=virtcontainers subsystem=kata_agent type=bug time="2020-10-12T16:21:58.59943441+08:00" level=info msg="sanner return error: read unix @->/run/vc/vm/37b6d909-33df-426f-9937-c38025f1f0c0/qmp.sock: read: connection reset by peer" arch=amd64 command=factory name=kata-runtime pid=1998270 source=virtcontainers subsystem=qmp time="2020-10-12T16:27:06.210157246+08:00" level=info msg="sanner return error: read unix @->/run/vc/vm/41bdf136-9544-4d0a-8f31-1e952c75293e/qmp.sock: use of closed network connection" arch=amd64 command=factory name=kata-runtime pid=2006197 source=virtcontainers subsystem=qmp time="2020-10-12T16:27:06.21972826+08:00" level=info msg="sanner return error: read unix @->/run/vc/vm/366a0b31-03c6-49ff-916f-cee4ec56afdc/qmp.sock: use of closed network connection" arch=amd64 command=factory name=kata-runtime pid=2006197 source=virtcontainers subsystem=qmp time="2020-10-12T16:27:06.221505811+08:00" level=info msg="sanner return error: read unix @->/run/vc/vm/e132738e-5445-4710-b80d-e6835f2c39e0/qmp.sock: use of closed network connection" arch=amd64 command=factory name=kata-runtime pid=2006197 source=virtcontainers subsystem=qmp time="2020-10-12T16:27:06.227909492+08:00" level=error msg="trace called before context set" arch=amd64 command=factory name=kata-runtime pid=2006197 source=virtcontainers subsystem=kata_agent type=bug time="2020-10-12T16:27:06.239164709+08:00" level=error msg="trace called before context set" arch=amd64 command=factory name=kata-runtime pid=2006197 source=virtcontainers subsystem=kata_agent type=bug time="2020-10-12T16:27:06.254910427+08:00" level=error msg="trace called before context set" arch=amd64 command=factory name=kata-runtime pid=2006197 source=virtcontainers subsystem=kata_agent type=bug time="2020-10-12T16:35:06.951447681+08:00" level=info msg="sanner return error: read unix @->/run/vc/vm/366a0b31-03c6-49ff-916f-cee4ec56afdc/qmp.sock: read: connection reset by peer" arch=amd64 command=factory name=kata-runtime pid=2006197 source=virtcontainers subsystem=qmp time="2020-10-12T16:37:51.625266026+08:00" level=info msg="sanner return error: read unix @->/run/vc/vm/81bbe61d-5ff6-4f6f-bb8b-b084cf88218d/qmp.sock: use of closed network connection" arch=amd64 command=factory name=kata-runtime pid=2013622 source=virtcontainers subsystem=qmp time="2020-10-12T16:37:51.625885016+08:00" level=error msg="trace called before context set" arch=amd64 command=factory name=kata-runtime pid=2013622 source=virtcontainers subsystem=kata_agent type=bug time="2020-10-12T16:37:51.683329621+08:00" level=info msg="sanner return error: read unix @->/run/vc/vm/de45ab94-3b1e-4393-972d-2947ae84cf55/qmp.sock: use of closed network connection" arch=amd64 command=factory name=kata-runtime pid=2013622 source=virtcontainers subsystem=qmp time="2020-10-12T16:37:51.684673066+08:00" level=error msg="trace called before context set" arch=amd64 command=factory name=kata-runtime pid=2013622 source=virtcontainers subsystem=kata_agent type=bug time="2020-10-12T16:37:51.690059034+08:00" level=info msg="sanner return error: read unix @->/run/vc/vm/78ea65f2-5d65-443c-bde0-5160b20079eb/qmp.sock: use of closed network connection" arch=amd64 command=factory name=kata-runtime pid=2013622 source=virtcontainers subsystem=qmp time="2020-10-12T16:37:51.705384941+08:00" level=error msg="trace called before context set" arch=amd64 command=factory name=kata-runtime pid=2013622 source=virtcontainers subsystem=kata_agent type=bug time="2020-10-12T17:06:18.818977705+08:00" level=warning msg="VMX is not migratable yet: turning it off" arch=amd64 command=factory name=kata-runtime pid=2031170 source=virtcontainers subsystem=qemuAmd64 time="2020-10-12T17:06:18.907002827+08:00" level=info msg="sanner return error: read unix @->/run/vc/vm/01128713-6ed5-4cea-9851-1445312a54c7/qmp.sock: use of closed network connection" arch=amd64 command=factory name=kata-runtime pid=2031170 source=virtcontainers subsystem=qmp time="2020-10-12T17:06:18.907776368+08:00" level=error msg="trace called before context set" arch=amd64 command=factory name=kata-runtime pid=2031170 source=virtcontainers subsystem=kata_agent type=bug time="2020-10-12T17:06:26.10713756+08:00" level=info msg="{\"return\": {\"expected-downtime\": 300, \"status\": \"active\", \"setup-time\": 12, \"total-time\": 14, \"ram\": {\"total\": 532480, \"postcopy-requests\": 0, \"dirty-sync-count\": 1, \"multifd-bytes\": 0, \"pages-per-second\": 0, \"page-size\": 4096, \"remaining\": 532480, \"mbps\": 0, \"transferred\": 0, \"duplicate\": 0, \"dirty-pages-rate\": 0, \"skipped\": 0, \"normal-bytes\": 0, \"normal\": 0}}}" arch=amd64 command=factory name=kata-runtime pid=2031170 source=virtcontainers subsystem=qmp time="2020-10-12T17:18:20.958314924+08:00" level=error msg="vm factory or VMCache is not enabled" arch=amd64 command=factory name=kata-runtime pid=2041822 source=runtime time="2020-10-12T17:21:22.398396878+08:00" level=info msg="sanner return error: read unix @->/run/vc/vm/407c4d72-23f4-4fae-95fd-22ac293aae3b/qmp.sock: use of closed network connection" arch=amd64 command=factory name=kata-runtime pid=2044107 source=virtcontainers subsystem=qmp time="2020-10-12T17:21:22.402707888+08:00" level=error msg="trace called before context set" arch=amd64 command=factory name=kata-runtime pid=2044107 source=virtcontainers subsystem=kata_agent type=bug time="2020-10-12T17:21:22.420103986+08:00" level=info msg="sanner return error: read unix @->/run/vc/vm/1ffa417e-415b-4fcd-8c2c-b334ec93b04b/qmp.sock: use of closed network connection" arch=amd64 command=factory name=kata-runtime pid=2044107 source=virtcontainers subsystem=qmp time="2020-10-12T17:21:22.430201358+08:00" level=error msg="trace called before context set" arch=amd64 command=factory name=kata-runtime pid=2044107 source=virtcontainers subsystem=kata_agent type=bug ``` ## Proxy logs Recent proxy problems found in system journal: ``` time="2020-10-12T16:21:58.599309154+08:00" level=fatal msg="channel error" error="accept unix /run/vc/sbs/34b58418-04bc-48fb-a3ea-ae1dcff646b4/proxy.sock: use of closed network connection" name=kata-proxy pid=1998313 sandbox=34b58418-04bc-48fb-a3ea-ae1dcff646b4 source=proxy time="2020-10-12T16:21:58.600728029+08:00" level=fatal msg="failed to handle exit signal" error="close unix @->/run/vc/vm/37b6d909-33df-426f-9937-c38025f1f0c0/kata.sock: use of closed network connection" name=kata-proxy pid=1998314 sandbox=37b6d909-33df-426f-9937-c38025f1f0c0 source=proxy time="2020-10-12T16:21:58.602230132+08:00" level=fatal msg="channel error" error="accept unix /run/vc/sbs/211a1d3f-204e-42b9-9eb5-c8ec09451e1d/proxy.sock: use of closed network connection" name=kata-proxy pid=1998315 sandbox=211a1d3f-204e-42b9-9eb5-c8ec09451e1d source=proxy time="2020-10-12T16:35:06.95188153+08:00" level=fatal msg="channel error" error="accept unix /run/vc/sbs/41bdf136-9544-4d0a-8f31-1e952c75293e/proxy.sock: use of closed network connection" name=kata-proxy pid=2006238 sandbox=41bdf136-9544-4d0a-8f31-1e952c75293e source=proxy time="2020-10-12T16:35:06.952244801+08:00" level=fatal msg="failed to handle exit signal" error="close unix @->/run/vc/vm/366a0b31-03c6-49ff-916f-cee4ec56afdc/kata.sock: use of closed network connection" name=kata-proxy pid=2006239 sandbox=366a0b31-03c6-49ff-916f-cee4ec56afdc source=proxy time="2020-10-12T16:35:06.952377177+08:00" level=fatal msg="channel error" error="accept unix /run/vc/sbs/e132738e-5445-4710-b80d-e6835f2c39e0/proxy.sock: use of closed network connection" name=kata-proxy pid=2006244 sandbox=e132738e-5445-4710-b80d-e6835f2c39e0 source=proxy time="2020-10-12T17:06:05.761716002+08:00" level=warning msg="2020/10/12 17:06:05 [ERR] yamux: Failed to write header: write unix @->/run/vc/vm/81bbe61d-5ff6-4f6f-bb8b-b084cf88218d/kata.sock: use of closed network connection\n" component=yamux name=kata-proxy pid=2013663 sandbox=81bbe61d-5ff6-4f6f-bb8b-b084cf88218d source=proxy time="2020-10-12T17:06:05.761811602+08:00" level=fatal msg="failed to handle exit signal" error="close unix @->/run/vc/vm/81bbe61d-5ff6-4f6f-bb8b-b084cf88218d/kata.sock: use of closed network connection" name=kata-proxy pid=2013663 sandbox=81bbe61d-5ff6-4f6f-bb8b-b084cf88218d source=proxy time="2020-10-12T17:06:05.761939661+08:00" level=warning msg="2020/10/12 17:06:05 [ERR] yamux: Failed to write header: write unix @->/run/vc/vm/de45ab94-3b1e-4393-972d-2947ae84cf55/kata.sock: write: broken pipe\n" component=yamux name=kata-proxy pid=2013672 sandbox=de45ab94-3b1e-4393-972d-2947ae84cf55 source=proxy time="2020-10-12T17:06:05.762135229+08:00" level=warning msg="2020/10/12 17:06:05 [ERR] yamux: Failed to write header: write unix @->/run/vc/vm/78ea65f2-5d65-443c-bde0-5160b20079eb/kata.sock: use of closed network connection\n" component=yamux name=kata-proxy pid=2013678 sandbox=78ea65f2-5d65-443c-bde0-5160b20079eb source=proxy time="2020-10-12T17:06:05.762169873+08:00" level=fatal msg="channel error" error="accept unix /run/vc/sbs/de45ab94-3b1e-4393-972d-2947ae84cf55/proxy.sock: use of closed network connection" name=kata-proxy pid=2013672 sandbox=de45ab94-3b1e-4393-972d-2947ae84cf55 source=proxy time="2020-10-12T17:06:05.762225177+08:00" level=fatal msg="failed to handle exit signal" error="close unix @->/run/vc/vm/78ea65f2-5d65-443c-bde0-5160b20079eb/kata.sock: use of closed network connection" name=kata-proxy pid=2013678 sandbox=78ea65f2-5d65-443c-bde0-5160b20079eb source=proxy time="2020-10-12T17:06:24.067933675+08:00" level=fatal msg="channel error" error="accept unix /run/vc/sbs/01128713-6ed5-4cea-9851-1445312a54c7/proxy.sock: use of closed network connection" name=kata-proxy pid=2031190 sandbox=01128713-6ed5-4cea-9851-1445312a54c7 source=proxy ``` ## Shim logs No recent shim problems found in system journal. ## Throttler logs No recent throttler problems found in system journal. --- # Container manager details Have `docker` ## Docker Output of "`docker version`": ``` Client: Version: 18.09.8 API version: 1.39 Go version: go1.13.8 Git commit: e1c901678d Built: Mon Aug 17 08:12:59 2020 OS/Arch: linux/amd64 Experimental: false Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running? ``` Output of "`docker info`": ``` Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running? ``` Output of "`systemctl show docker`": ``` Type=forking Restart=no NotifyAccess=none RestartUSec=100ms TimeoutStartUSec=5min TimeoutStopUSec=5min RuntimeMaxUSec=infinity WatchdogUSec=0 WatchdogTimestampMonotonic=0 PermissionsStartOnly=no RootDirectoryStartOnly=no RemainAfterExit=yes GuessMainPID=no MainPID=0 ControlPID=0 FileDescriptorStoreMax=0 NFileDescriptorStore=0 StatusErrno=0 Result=success UID=[not set] GID=[not set] NRestarts=0 ExecMainStartTimestampMonotonic=0 ExecMainExitTimestampMonotonic=0 ExecMainPID=0 ExecMainCode=0 ExecMainStatus=0 ExecStart={ path=/etc/init.d/docker ; argv[]=/etc/init.d/docker start ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 } ExecStop={ path=/etc/init.d/docker ; argv[]=/etc/init.d/docker stop ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 } Slice=system.slice MemoryCurrent=[not set] CPUUsageNSec=[not set] TasksCurrent=[not set] IPIngressBytes=18446744073709551615 IPIngressPackets=18446744073709551615 IPEgressBytes=18446744073709551615 IPEgressPackets=18446744073709551615 Delegate=no 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=4915 IPAccounting=no Environment=[unprintable] [unprintable] 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=4096 LimitNOFILESoft=1024 LimitAS=infinity LimitASSoft=infinity LimitNPROC=31759 LimitNPROCSoft=31759 LimitMEMLOCK=16777216 LimitMEMLOCKSoft=16777216 LimitLOCKS=infinity LimitLOCKSSoft=infinity LimitSIGPENDING=31759 LimitSIGPENDINGSoft=31759 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=no NoNewPrivileges=no SystemCallErrorNumber=0 LockPersonality=no RuntimeDirectoryPreserve=no RuntimeDirectoryMode=0755 StateDirectoryMode=0755 CacheDirectoryMode=0755 LogsDirectoryMode=0755 ConfigurationDirectoryMode=0755 MemoryDenyWriteExecute=no RestrictRealtime=no RestrictNamespaces=no MountAPIVFS=no KeyringMode=private KillMode=process KillSignal=15 SendSIGKILL=yes SendSIGHUP=no Id=docker.service Names=docker.service Requires=system.slice sysinit.target Conflicts=shutdown.target Before=chrony.service shutdown.target kubelet.service After=systemd-journald.socket basic.target system.slice cgroupfs-mount.service cgroup-lite.service remote-fs.target sysinit.target Documentation=man:systemd-sysv-generator(8) Description=LSB: Create lightweight, portable, self-sufficient containers. LoadState=loaded ActiveState=inactive SubState=dead FragmentPath=/run/systemd/generator.late/docker.service SourcePath=/etc/init.d/docker DropInPaths=/etc/systemd/system/docker.service.d/docker-dns.conf /etc/systemd/system/docker.service.d/docker-options.conf UnitFileState=generated UnitFilePreset=enabled StateChangeTimestampMonotonic=0 InactiveExitTimestampMonotonic=0 ActiveEnterTimestampMonotonic=0 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=no AssertResult=no ConditionTimestampMonotonic=0 AssertTimestampMonotonic=0 Transient=no Perpetual=no StartLimitIntervalUSec=10s StartLimitBurst=5 StartLimitAction=none FailureAction=none SuccessAction=none CollectMode=inactive ``` No `kubectl` No `crio` Have `containerd` ## containerd Output of "`containerd --version`": ``` containerd github.com/containerd/containerd v1.4.1 c623d1b36f09f8ef6536a057bd658b3aa8632828 ``` Output of "`systemctl show containerd`": ``` Type=notify Restart=always NotifyAccess=main RestartUSec=5s TimeoutStartUSec=1min 30s TimeoutStopUSec=1min 30s RuntimeMaxUSec=infinity WatchdogUSec=0 WatchdogTimestamp=Wed 2020-09-30 19:01:54 CST WatchdogTimestampMonotonic=5981565754 PermissionsStartOnly=no RootDirectoryStartOnly=no RemainAfterExit=no GuessMainPID=yes MainPID=58383 ControlPID=0 FileDescriptorStoreMax=0 NFileDescriptorStore=0 StatusErrno=0 Result=success UID=[not set] GID=[not set] NRestarts=0 ExecMainStartTimestamp=Wed 2020-09-30 19:01:54 CST ExecMainStartTimestampMonotonic=5981438926 ExecMainExitTimestampMonotonic=0 ExecMainPID=58383 ExecMainCode=0 ExecMainStatus=0 ExecStartPre={ path=/sbin/modprobe ; argv[]=/sbin/modprobe overlay ; ignore_errors=yes ; start_time=[Wed 2020-09-30 19:01:54 CST] ; stop_time=[Wed 2020-09-30 19:01:54 CST] ; pid=58382 ; code=exited ; status=0 } ExecStart={ path=/usr/local/bin/containerd ; argv[]=/usr/local/bin/containerd ; ignore_errors=no ; start_time=[Wed 2020-09-30 19:01:54 CST] ; stop_time=[n/a] ; pid=58383 ; code=(null) ; status=0/0 } Slice=system.slice ControlGroup=/system.slice/containerd.service MemoryCurrent=[not set] CPUUsageNSec=[not set] TasksCurrent=457 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=31759 LimitSIGPENDINGSoft=31759 LimitMSGQUEUE=819200 LimitMSGQUEUESoft=819200 LimitNICE=0 LimitNICESoft=0 LimitRTPRIO=0 LimitRTPRIOSoft=0 LimitRTTIME=infinity LimitRTTIMESoft=infinity OOMScoreAdjust=-999 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 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 Conflicts=shutdown.target Before=shutdown.target multi-user.target After=system.slice network.target sysinit.target basic.target systemd-journald.socket local-fs.target Documentation=https://containerd.io Description=containerd container runtime LoadState=loaded ActiveState=active SubState=running FragmentPath=/etc/systemd/system/containerd.service UnitFileState=enabled UnitFilePreset=enabled StateChangeTimestamp=Wed 2020-09-30 19:01:54 CST StateChangeTimestampMonotonic=5981565758 InactiveExitTimestamp=Wed 2020-09-30 19:01:54 CST InactiveExitTimestampMonotonic=5981435140 ActiveEnterTimestamp=Wed 2020-09-30 19:01:54 CST ActiveEnterTimestampMonotonic=5981565758 ActiveExitTimestamp=Wed 2020-09-30 19:01:54 CST ActiveExitTimestampMonotonic=5981418906 InactiveEnterTimestamp=Wed 2020-09-30 19:01:54 CST InactiveEnterTimestampMonotonic=5981432631 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=Wed 2020-09-30 19:01:54 CST ConditionTimestampMonotonic=5981433329 AssertTimestamp=Wed 2020-09-30 19:01:54 CST AssertTimestampMonotonic=5981433330 Transient=no Perpetual=no StartLimitIntervalUSec=10s StartLimitBurst=5 StartLimitAction=none FailureAction=none SuccessAction=none InvocationID=063273c9dd41407a9bff5831e5a43f48 CollectMode=inactive ``` Output of "`cat /etc/containerd/config.toml`": ``` version = 2 root = "/data/containerd/var/lib/containerd" state = "/data/containerd/run/containerd" plugin_dir = "" disabled_plugins = [] required_plugins = [] oom_score = 0 [grpc] address = "/run/containerd/containerd.sock" tcp_address = "" tcp_tls_cert = "" tcp_tls_key = "" uid = 0 gid = 0 max_recv_message_size = 16777216 max_send_message_size = 16777216 [ttrpc] address = "" uid = 0 gid = 0 [debug] address = "" uid = 0 gid = 0 level = "" [metrics] address = "" grpc_histogram = false [cgroup] path = "" [timeouts] "io.containerd.timeout.shim.cleanup" = "5s" "io.containerd.timeout.shim.load" = "5s" "io.containerd.timeout.shim.shutdown" = "3s" "io.containerd.timeout.task.state" = "2s" [plugins] [plugins."io.containerd.gc.v1.scheduler"] pause_threshold = 0.02 deletion_threshold = 0 mutation_threshold = 100 schedule_delay = "0s" startup_delay = "100ms" [plugins."io.containerd.grpc.v1.cri"] disable_tcp_service = true stream_server_address = "127.0.0.1" stream_server_port = "0" stream_idle_timeout = "4h0m0s" enable_selinux = false selinux_category_range = 1024 sandbox_image = "registry.inspurcloud.cn/library/cke/kubernetes/pause-amd64:3.1" stats_collect_period = 10 systemd_cgroup = false enable_tls_streaming = false max_container_log_line_size = 16384 disable_cgroup = false disable_apparmor = false restrict_oom_score_adj = false max_concurrent_downloads = 3 disable_proc_mount = false unset_seccomp_profile = "" tolerate_missing_hugetlb_controller = true disable_hugetlb_controller = true ignore_image_defined_volumes = false [plugins."io.containerd.grpc.v1.cri".containerd] snapshotter = "overlayfs" default_runtime_name = "runc" no_pivot = false disable_snapshot_annotations = false discard_unpacked_layers = false [plugins."io.containerd.grpc.v1.cri".containerd.default_runtime] runtime_type = "" runtime_engine = "" runtime_root = "" privileged_without_host_devices = false base_runtime_spec = "" [plugins."io.containerd.grpc.v1.cri".containerd.untrusted_workload_runtime] runtime_type = "io.containerd.kata.v2" runtime_engine = "" runtime_root = "" privileged_without_host_devices = false base_runtime_spec = "" [plugins."io.containerd.grpc.v1.cri".containerd.runtimes] [plugins."io.containerd.grpc.v1.cri".containerd.runtimes.runc] runtime_type = "io.containerd.runc.v2" runtime_engine = "" runtime_root = "" privileged_without_host_devices = false base_runtime_spec = "" [plugins."io.containerd.grpc.v1.cri".containerd.runtimes.runc.options] [plugins."io.containerd.grpc.v1.cri".cni] bin_dir = "/opt/cni/bin" conf_dir = "/etc/cni/net.d" max_conf_num = 1 conf_template = "" [plugins."io.containerd.grpc.v1.cri".registry] [plugins."io.containerd.grpc.v1.cri".registry.mirrors] [plugins."io.containerd.grpc.v1.cri".registry.mirrors."docker.io"] endpoint = ["https://registry-1.docker.io"] [plugins."io.containerd.grpc.v1.cri".image_decryption] key_model = "" [plugins."io.containerd.grpc.v1.cri".x509_key_pair_streaming] tls_cert_file = "" tls_key_file = "" [plugins."io.containerd.internal.v1.opt"] path = "/opt/containerd" [plugins."io.containerd.internal.v1.restart"] interval = "10s" [plugins."io.containerd.metadata.v1.bolt"] content_sharing_policy = "shared" [plugins."io.containerd.monitor.v1.cgroups"] no_prometheus = false [plugins."io.containerd.runtime.v1.linux"] shim = "containerd-shim" runtime = "runc" runtime_root = "" no_shim = false shim_debug = false [plugins."io.containerd.runtime.v2.task"] platforms = ["linux/amd64"] [plugins."io.containerd.service.v1.diff-service"] default = ["walking"] [plugins."io.containerd.snapshotter.v1.devmapper"] root_path = "" pool_name = "" base_image_size = "" async_remove = false ``` --- # 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-)"`": ``` ``` No `rpm` ---

jodh-intel commented 4 years ago

/cc @teawater, @bergwolf

liubin commented 4 years ago

Hi @zqzzq , can you post the Kata runtime's log by command like this:

sudo journalctl --no-pager -t kata -S "2020-09-03 20:07:48" -U "2020-09-03 20:12:58"

It's will be very helpful.

zqzzq commented 4 years ago

@liubin the all debug log when I created pod:

Oct 14 18:17:13 inspurclouddev-fshhd7zubb-slave-1 kata[140622]: time="2020-10-14T18:17:13.04648194+08:00" level=info msg="loaded configuration" ID=ff2179b6365f382bcb3c7ce779d7f492b3cfbb51f775ac2e0577555d073b918a file=/etc/kata-containers/configuration.toml format=TOML source=katautils
Oct 14 18:17:13 inspurclouddev-fshhd7zubb-slave-1 kata[140622]: time="2020-10-14T18:17:13.046612607+08:00" level=info msg="IOMMUPlatform is disabled by default." ID=ff2179b6365f382bcb3c7ce779d7f492b3cfbb51f775ac2e0577555d073b918a source=katautils
Oct 14 18:17:13 inspurclouddev-fshhd7zubb-slave-1 kata[140622]: time="2020-10-14T18:17:13.0466584+08:00" level=debug ID=ff2179b6365f382bcb3c7ce779d7f492b3cfbb51f775ac2e0577555d073b918a default-kernel-parameters="systemd.unit=kata-containers.target systemd.mask=systemd-networkd.service systemd.mask=systemd-networkd.socket" source=katautils
Oct 14 18:17:13 inspurclouddev-fshhd7zubb-slave-1 kata[140622]: time="2020-10-14T18:17:13.051046714+08:00" level=info msg="load vm factory" ID=ff2179b6365f382bcb3c7ce779d7f492b3cfbb51f775ac2e0577555d073b918a factory="{false true 0 /run/vc/vm/template /var/run/kata-containers/cache.sock {qemu {1 4 2048 1 8192 10 0 1024 [{systemd.unit kata-containers.target} {systemd.mask systemd-networkd.service} {systemd.mask systemd-networkd.socket} {scsi_mod.scan none} {agent.log debug} {initcall_debug }] [] /opt/kata/share/kata-containers/vmlinuz-5.4.60-88 /opt/kata/share/kata-containers/kata-containers-image_clearlinux_1.12.0-alpha1_agent_8c9bbadcd4.img    pmu=off /opt/kata/bin/qemu-system-x86_64   virtio-scsi pc   /dev/urandom virtio-9p /opt/kata/bin/virtiofsd auto []  map[] false false false false false true false false false false false false true false false false false 0 false false false false /var/run/kata-containers/vhost-user   } kata {true false false false 0   []} kataBuiltInProxy { true}}}" source=katautils
Oct 14 18:17:13 inspurclouddev-fshhd7zubb-slave-1 kata[140622]: time="2020-10-14T18:17:13.053426017+08:00" level=debug msg="container rootfs: /data/containerd/run/containerd/io.containerd.runtime.v2.task/k8s.io/ff2179b6365f382bcb3c7ce779d7f492b3cfbb51f775ac2e0577555d073b918a/rootfs" source=virtcontainers subsystem=oci
Oct 14 18:17:13 inspurclouddev-fshhd7zubb-slave-1 kata[140622]: time="2020-10-14T18:17:13.053767185+08:00" level=info msg="shm-size detected: 67108864" source=virtcontainers subsystem=oci
Oct 14 18:17:13 inspurclouddev-fshhd7zubb-slave-1 kata[140622]: time="2020-10-14T18:17:13.057285131+08:00" level=debug msg="restore sandbox failed" ID=ff2179b6365f382bcb3c7ce779d7f492b3cfbb51f775ac2e0577555d073b918a error="open /run/vc/sbs/ff2179b6365f382bcb3c7ce779d7f492b3cfbb51f775ac2e0577555d073b918a/persist.json: no such file or directory" sandbox=ff2179b6365f382bcb3c7ce779d7f492b3cfbb51f775ac2e0577555d073b918a source=virtcontainers subsystem=sandbox
Oct 14 18:17:13 inspurclouddev-fshhd7zubb-slave-1 kata[140622]: time="2020-10-14T18:17:13.057593895+08:00" level=debug msg="Creating bridges" ID=ff2179b6365f382bcb3c7ce779d7f492b3cfbb51f775ac2e0577555d073b918a source=virtcontainers subsystem=qemu
Oct 14 18:17:13 inspurclouddev-fshhd7zubb-slave-1 kata[140622]: time="2020-10-14T18:17:13.057776528+08:00" level=debug msg="Creating UUID" ID=ff2179b6365f382bcb3c7ce779d7f492b3cfbb51f775ac2e0577555d073b918a source=virtcontainers subsystem=qemu
Oct 14 18:17:13 inspurclouddev-fshhd7zubb-slave-1 kata[140622]: time="2020-10-14T18:17:13.058795847+08:00" level=info msg="adding volume" ID=ff2179b6365f382bcb3c7ce779d7f492b3cfbb51f775ac2e0577555d073b918a source=virtcontainers subsystem=qemu volume-type=virtio-9p
Oct 14 18:17:13 inspurclouddev-fshhd7zubb-slave-1 kata[140622]: time="2020-10-14T18:17:13.058958326+08:00" level=info msg="Starting VM" ID=ff2179b6365f382bcb3c7ce779d7f492b3cfbb51f775ac2e0577555d073b918a sandbox=ff2179b6365f382bcb3c7ce779d7f492b3cfbb51f775ac2e0577555d073b918a source=virtcontainers subsystem=sandbox
Oct 14 18:17:13 inspurclouddev-fshhd7zubb-slave-1 kata[140622]: time="2020-10-14T18:17:13.059728568+08:00" level=info msg="create new vm" ID=ff2179b6365f382bcb3c7ce779d7f492b3cfbb51f775ac2e0577555d073b918a config="{qemu {1 4 2048 1 8192 10 0 1024 [{systemd.unit kata-containers.target} {systemd.mask systemd-networkd.service} {systemd.mask systemd-networkd.socket} {scsi_mod.scan none} {agent.log debug} {initcall_debug }] [] /opt/kata/share/kata-containers/vmlinuz-5.4.60-88 /opt/kata/share/kata-containers/kata-containers-image_clearlinux_1.12.0-alpha1_agent_8c9bbadcd4.img    pmu=off /opt/kata/bin/qemu-system-x86_64   virtio-scsi pc   /dev/urandom virtio-9p /opt/kata/bin/virtiofsd auto []  map[] false false false false false true false false false false false false true false false false false 0 false false false false /var/run/kata-containers/vhost-user   } kata {true false false false 0   []} kataBuiltInProxy { true}}" source=virtcontainers vm=bf91fc3a-0dad-4790-95c2-298698ce674c
Oct 14 18:17:13 inspurclouddev-fshhd7zubb-slave-1 kata[140622]: time="2020-10-14T18:17:13.059921605+08:00" level=debug msg="Creating bridges" ID=ff2179b6365f382bcb3c7ce779d7f492b3cfbb51f775ac2e0577555d073b918a source=virtcontainers subsystem=qemu
Oct 14 18:17:13 inspurclouddev-fshhd7zubb-slave-1 kata[140622]: time="2020-10-14T18:17:13.059978063+08:00" level=debug msg="Creating UUID" ID=ff2179b6365f382bcb3c7ce779d7f492b3cfbb51f775ac2e0577555d073b918a source=virtcontainers subsystem=qemu
Oct 14 18:17:13 inspurclouddev-fshhd7zubb-slave-1 kata[140622]: time="2020-10-14T18:17:13.060420968+08:00" level=info msg="adding volume" ID=ff2179b6365f382bcb3c7ce779d7f492b3cfbb51f775ac2e0577555d073b918a source=virtcontainers subsystem=qemu volume-type=virtio-9p
Oct 14 18:17:13 inspurclouddev-fshhd7zubb-slave-1 kata[140622]: time="2020-10-14T18:17:13.060559306+08:00" level=debug ID=ff2179b6365f382bcb3c7ce779d7f492b3cfbb51f775ac2e0577555d073b918a default-kernel-parameters="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 cryptomgr.notests net.ifnames=0 pci=lastbus=0 iommu=off iommu=off root=/dev/pmem0p1 rootflags=dax,data=ordered,errors=remount-ro ro rootfstype=ext4 debug systemd.show_status=true systemd.log_level=debug" source=virtcontainers subsystem=qemu
Oct 14 18:17:13 inspurclouddev-fshhd7zubb-slave-1 kata[140622]: time="2020-10-14T18:17:13.060843466+08:00" level=info msg="launching /opt/kata/bin/qemu-system-x86_64 with: [-name sandbox-bf91fc3a-0dad-4790-95c2-298698ce674c -uuid 149f1876-61e1-4b38-9d11-b54f018a9b46 -machine pc,accel=kvm,kernel_irqchip,nvdimm,nvdimm -cpu host,pmu=off -qmp unix:/run/vc/vm/bf91fc3a-0dad-4790-95c2-298698ce674c/qmp.sock,server,nowait -m 2048M,slots=10,maxmem=8998M -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/bf91fc3a-0dad-4790-95c2-298698ce674c/console.sock,server,nowait -device nvdimm,id=nv0,memdev=mem0 -object memory-backend-file,id=mem0,mem-path=/opt/kata/share/kata-containers/kata-containers-image_clearlinux_1.12.0-alpha1_agent_8c9bbadcd4.img,size=268435456 -device virtio-scsi-pci,id=scsi0,disable-modern=true,romfile= -object rng-random,id=rng0,filename=/dev/urandom -device virtio-rng-pci,rng=rng0,romfile= -device virtserialport,chardev=charch0,id=channel0,name=agent.channel.0 -chardev socket,id=charch0,path=/run/vc/vm/bf91fc3a-0dad-4790-95c2-298698ce674c/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/vc/vm/bf91fc3a-0dad-4790-95c2-298698ce674c/shared,security_model=none,multidevs=remap -rtc base=utc,driftfix=slew,clock=host -global kvm-pit.lost_tick_policy=discard -vga none -no-user-config -nodefaults -nographic --no-reboot -daemonize -object memory-backend-ram,id=dimm1,size=2048M -numa node,memdev=dimm1 -kernel /opt/kata/share/kata-containers/vmlinuz-5.4.60-88 -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 cryptomgr.notests net.ifnames=0 pci=lastbus=0 iommu=off iommu=off root=/dev/pmem0p1 rootflags=dax,data=ordered,errors=remount-ro ro rootfstype=ext4 debug systemd.show_status=true systemd.log_level=debug panic=1 nr_cpus=4 agent.use_vsock=false systemd.unit=kata-containers.target systemd.mask=systemd-networkd.service systemd.mask=systemd-networkd.socket scsi_mod.scan=none agent.log=debug initcall_debug -pidfile /run/vc/vm/bf91fc3a-0dad-4790-95c2-298698ce674c/pid -D /run/vc/vm/bf91fc3a-0dad-4790-95c2-298698ce674c/qemu.log -smp 1,cores=1,threads=1,sockets=4,maxcpus=4]" ID=ff2179b6365f382bcb3c7ce779d7f492b3cfbb51f775ac2e0577555d073b918a source=virtcontainers subsystem=qmp
Oct 14 18:17:13 inspurclouddev-fshhd7zubb-slave-1 kata[140622]: time="2020-10-14T18:17:13.157097651+08:00" level=info msg="{\"QMP\": {\"version\": {\"qemu\": {\"micro\": 0, \"minor\": 0, \"major\": 5}, \"package\": \"kata-static\"}, \"capabilities\": [\"oob\"]}}" ID=ff2179b6365f382bcb3c7ce779d7f492b3cfbb51f775ac2e0577555d073b918a source=virtcontainers subsystem=qmp
Oct 14 18:17:13 inspurclouddev-fshhd7zubb-slave-1 kata[140622]: time="2020-10-14T18:17:13.157303925+08:00" level=info msg="QMP details" ID=ff2179b6365f382bcb3c7ce779d7f492b3cfbb51f775ac2e0577555d073b918a qmp-capabilities=oob qmp-major-version=5 qmp-micro-version=0 qmp-minor-version=0 source=virtcontainers subsystem=qemu
Oct 14 18:17:13 inspurclouddev-fshhd7zubb-slave-1 kata[140622]: time="2020-10-14T18:17:13.157526973+08:00" level=info msg="{\"execute\":\"qmp_capabilities\"}" ID=ff2179b6365f382bcb3c7ce779d7f492b3cfbb51f775ac2e0577555d073b918a source=virtcontainers subsystem=qmp
Oct 14 18:17:13 inspurclouddev-fshhd7zubb-slave-1 kata[140622]: time="2020-10-14T18:17:13.158050949+08:00" level=info msg="{\"return\": {}}" ID=ff2179b6365f382bcb3c7ce779d7f492b3cfbb51f775ac2e0577555d073b918a source=virtcontainers subsystem=qmp
Oct 14 18:17:13 inspurclouddev-fshhd7zubb-slave-1 kata[140622]: time="2020-10-14T18:17:13.158254777+08:00" level=info msg="sanner return error: read unix @->/run/vc/vm/bf91fc3a-0dad-4790-95c2-298698ce674c/qmp.sock: use of closed network connection" ID=ff2179b6365f382bcb3c7ce779d7f492b3cfbb51f775ac2e0577555d073b918a source=virtcontainers subsystem=qmp
Oct 14 18:17:13 inspurclouddev-fshhd7zubb-slave-1 kata[140622]: time="2020-10-14T18:17:13.158330063+08:00" level=debug msg="Start to watch the console" ID=ff2179b6365f382bcb3c7ce779d7f492b3cfbb51f775ac2e0577555d073b918a source=virtcontainers vm=bf91fc3a-0dad-4790-95c2-298698ce674c
Oct 14 18:17:13 inspurclouddev-fshhd7zubb-slave-1 kata[140622]: time="2020-10-14T18:17:13.158437133+08:00" level=info msg="check agent status" ID=ff2179b6365f382bcb3c7ce779d7f492b3cfbb51f775ac2e0577555d073b918a source=virtcontainers vm=bf91fc3a-0dad-4790-95c2-298698ce674c
Oct 14 18:17:13 inspurclouddev-fshhd7zubb-slave-1 kata[140622]: time="2020-10-14T18:17:13.158473542+08:00" level=error msg="trace called before context set" ID=ff2179b6365f382bcb3c7ce779d7f492b3cfbb51f775ac2e0577555d073b918a source=virtcontainers subsystem=kata_agent type=bug
Oct 14 18:17:13 inspurclouddev-fshhd7zubb-slave-1 kata[140622]: time="2020-10-14T18:17:13.158502239+08:00" level=info msg="New client" ID=ff2179b6365f382bcb3c7ce779d7f492b3cfbb51f775ac2e0577555d073b918a proxy=0 source=virtcontainers subsystem=kata_agent url=/run/vc/vm/bf91fc3a-0dad-4790-95c2-298698ce674c/kata.sock
Oct 14 18:17:13 inspurclouddev-fshhd7zubb-slave-1 kata[140622]: time="2020-10-14T18:17:13.161675943+08:00" level=debug msg="sending request" ID=ff2179b6365f382bcb3c7ce779d7f492b3cfbb51f775ac2e0577555d073b918a name=grpc.CheckRequest req= source=virtcontainers subsystem=kata_agent
Oct 14 18:17:15 inspurclouddev-fshhd7zubb-slave-1 kata[140622]: time="2020-10-14T18:17:15.302528265+08:00" level=debug msg="reading guest console" ID=ff2179b6365f382bcb3c7ce779d7f492b3cfbb51f775ac2e0577555d073b918a sandbox=bf91fc3a-0dad-4790-95c2-298698ce674c source=virtcontainers vm=bf91fc3a-0dad-4790-95c2-298698ce674c vmconsole="[    1.486079] loop: module loaded"
Oct 14 18:17:15 inspurclouddev-fshhd7zubb-slave-1 kata[140622]: time="2020-10-14T18:17:15.303143639+08:00" level=debug msg="reading guest console" ID=ff2179b6365f382bcb3c7ce779d7f492b3cfbb51f775ac2e0577555d073b918a sandbox=bf91fc3a-0dad-4790-95c2-298698ce674c source=virtcontainers vm=bf91fc3a-0dad-4790-95c2-298698ce674c vmconsole="[    1.486297] initcall loop_init+0x0/0x160 returned 0 after 19214 usecs"
Oct 14 18:17:15 inspurclouddev-fshhd7zubb-slave-1 kata[140622]: time="2020-10-14T18:17:15.303695275+08:00" level=debug msg="reading guest console" ID=ff2179b6365f382bcb3c7ce779d7f492b3cfbb51f775ac2e0577555d073b918a sandbox=bf91fc3a-0dad-4790-95c2-298698ce674c source=virtcontainers vm=bf91fc3a-0dad-4790-95c2-298698ce674c vmconsole="[    1.486736] calling  init+0x0/0x74 @ 1"
Oct 14 18:17:15 inspurclouddev-fshhd7zubb-slave-1 kata[140622]: time="2020-10-14T18:17:15.304074371+08:00" level=debug msg="reading guest console" ID=ff2179b6365f382bcb3c7ce779d7f492b3cfbb51f775ac2e0577555d073b918a sandbox=bf91fc3a-0dad-4790-95c2-298698ce674c source=virtcontainers vm=bf91fc3a-0dad-4790-95c2-298698ce674c vmconsole="[    1.487090] initcall init+0x0/0x74 returned 0 after 52 usecs"
Oct 14 18:17:15 inspurclouddev-fshhd7zubb-slave-1 kata[140622]: time="2020-10-14T18:17:15.3043912+08:00" level=debug msg="reading guest console" ID=ff2179b6365f382bcb3c7ce779d7f492b3cfbb51f775ac2e0577555d073b918a sandbox=bf91fc3a-0dad-4790-95c2-298698ce674c source=virtcontainers vm=bf91fc3a-0dad-4790-95c2-298698ce674c vmconsole="[    1.487326] calling  nd_pmem_driver_init+0x0/0x15 @ 1"
Oct 14 18:17:15 inspurclouddev-fshhd7zubb-slave-1 kata[140622]: time="2020-10-14T18:17:15.305231694+08:00" level=debug msg="reading guest console" ID=ff2179b6365f382bcb3c7ce779d7f492b3cfbb51f775ac2e0577555d073b918a sandbox=bf91fc3a-0dad-4790-95c2-298698ce674c source=virtcontainers vm=bf91fc3a-0dad-4790-95c2-298698ce674c vmconsole="[    1.488694] probe of namespace0.0 returned 0 after 1058 usecs"
Oct 14 18:17:15 inspurclouddev-fshhd7zubb-slave-1 kata[140622]: time="2020-10-14T18:17:15.305436811+08:00" level=debug msg="reading guest console" ID=ff2179b6365f382bcb3c7ce779d7f492b3cfbb51f775ac2e0577555d073b918a sandbox=bf91fc3a-0dad-4790-95c2-298698ce674c source=virtcontainers vm=bf91fc3a-0dad-4790-95c2-298698ce674c vmconsole="[    1.488997] probe of btt0.0 returned 0 after 4 usecs"
Oct 14 18:17:15 inspurclouddev-fshhd7zubb-slave-1 kata[140622]: time="2020-10-14T18:17:15.30585309+08:00" level=debug msg="reading guest console" ID=ff2179b6365f382bcb3c7ce779d7f492b3cfbb51f775ac2e0577555d073b918a sandbox=bf91fc3a-0dad-4790-95c2-298698ce674c source=virtcontainers vm=bf91fc3a-0dad-4790-95c2-298698ce674c vmconsole="[    1.489180] probe of pfn0.0 returned 0 after 4 usecs"
Oct 14 18:17:15 inspurclouddev-fshhd7zubb-slave-1 kata[140622]: time="2020-10-14T18:17:15.429387091+08:00" level=debug msg="reading guest console" ID=ff2179b6365f382bcb3c7ce779d7f492b3cfbb51f775ac2e0577555d073b918a sandbox=bf91fc3a-0dad-4790-95c2-298698ce674c source=virtcontainers vm=bf91fc3a-0dad-4790-95c2-298698ce674c vmconsole="[    1.612732] memmap_init_zone_device initialised 65536 pages in 124ms"
Oct 14 18:17:15 inspurclouddev-fshhd7zubb-slave-1 kata[140622]: time="2020-10-14T18:17:15.431242815+08:00" level=debug msg="reading guest console" ID=ff2179b6365f382bcb3c7ce779d7f492b3cfbb51f775ac2e0577555d073b918a sandbox=bf91fc3a-0dad-4790-95c2-298698ce674c source=virtcontainers vm=bf91fc3a-0dad-4790-95c2-298698ce674c vmconsole="[    1.614891]  pmem0: p1"
Oct 14 18:17:15 inspurclouddev-fshhd7zubb-slave-1 kata[140622]: time="2020-10-14T18:17:15.431784027+08:00" level=debug msg="reading guest console" ID=ff2179b6365f382bcb3c7ce779d7f492b3cfbb51f775ac2e0577555d073b918a sandbox=bf91fc3a-0dad-4790-95c2-298698ce674c source=virtcontainers vm=bf91fc3a-0dad-4790-95c2-298698ce674c vmconsole="[    1.615146] pmem0: detected capacity change from 0 to 266338304"
Oct 14 18:17:15 inspurclouddev-fshhd7zubb-slave-1 kata[140622]: time="2020-10-14T18:17:15.432266012+08:00" level=debug msg="reading guest console" ID=ff2179b6365f382bcb3c7ce779d7f492b3cfbb51f775ac2e0577555d073b918a sandbox=bf91fc3a-0dad-4790-95c2-298698ce674c source=virtcontainers vm=bf91fc3a-0dad-4790-95c2-298698ce674c vmconsole="[    1.615556] probe of pfn0.1 returned 1 after 126870 usecs"
Oct 14 18:17:15 inspurclouddev-fshhd7zubb-slave-1 kata[140622]: time="2020-10-14T18:17:15.432648951+08:00" level=debug msg="reading guest console" ID=ff2179b6365f382bcb3c7ce779d7f492b3cfbb51f775ac2e0577555d073b918a sandbox=bf91fc3a-0dad-4790-95c2-298698ce674c source=virtcontainers vm=bf91fc3a-0dad-4790-95c2-298698ce674c vmconsole="[    1.615908] initcall nd_pmem_driver_init+0x0/0x15 returned 0 after 125268 usecs"
Oct 14 18:17:15 inspurclouddev-fshhd7zubb-slave-1 kata[140622]: time="2020-10-14T18:17:15.432999239+08:00" level=debug msg="reading guest console" ID=ff2179b6365f382bcb3c7ce779d7f492b3cfbb51f775ac2e0577555d073b918a sandbox=bf91fc3a-0dad-4790-95c2-298698ce674c source=virtcontainers vm=bf91fc3a-0dad-4790-95c2-298698ce674c vmconsole="[    1.616427] calling  nd_btt_init+0x0/0x6 @ 1"
Oct 14 18:17:15 inspurclouddev-fshhd7zubb-slave-1 kata[140622]: time="2020-10-14T18:17:15.433440487+08:00" level=debug msg="reading guest console" ID=ff2179b6365f382bcb3c7ce779d7f492b3cfbb51f775ac2e0577555d073b918a sandbox=bf91fc3a-0dad-4790-95c2-298698ce674c source=virtcontainers vm=bf91fc3a-0dad-4790-95c2-298698ce674c vmconsole="[    1.616704] initcall nd_btt_init+0x0/0x6 returned -6 after 0 usecs"
Oct 14 18:17:15 inspurclouddev-fshhd7zubb-slave-1 kata[140622]: time="2020-10-14T18:17:15.433766602+08:00" level=debug msg="reading guest console" ID=ff2179b6365f382bcb3c7ce779d7f492b3cfbb51f775ac2e0577555d073b918a sandbox=bf91fc3a-0dad-4790-95c2-298698ce674c source=virtcontainers vm=bf91fc3a-0dad-4790-95c2-298698ce674c vmconsole="[    1.617197] calling  nd_blk_init+0x0/0x15 @ 1"
Oct 14 18:17:15 inspurclouddev-fshhd7zubb-slave-1 kata[140622]: time="2020-10-14T18:17:15.434178903+08:00" level=debug msg="reading guest console" ID=ff2179b6365f382bcb3c7ce779d7f492b3cfbb51f775ac2e0577555d073b918a sandbox=bf91fc3a-0dad-4790-95c2-298698ce674c source=virtcontainers vm=bf91fc3a-0dad-4790-95c2-298698ce674c vmconsole="[    1.617537] initcall nd_blk_init+0x0/0x15 returned 0 after 9 usecs"
Oct 14 18:17:15 inspurclouddev-fshhd7zubb-slave-1 kata[140622]: time="2020-10-14T18:17:15.434508789+08:00" level=debug msg="reading guest console" ID=ff2179b6365f382bcb3c7ce779d7f492b3cfbb51f775ac2e0577555d073b918a sandbox=bf91fc3a-0dad-4790-95c2-298698ce674c source=virtcontainers vm=bf91fc3a-0dad-4790-95c2-298698ce674c vmconsole="[    1.617936] calling  virtio_pmem_driver_init+0x0/0xc @ 1"
Oct 14 18:17:15 inspurclouddev-fshhd7zubb-slave-1 kata[140622]: time="2020-10-14T18:17:15.435009853+08:00" level=debug msg="reading guest console" ID=ff2179b6365f382bcb3c7ce779d7f492b3cfbb51f775ac2e0577555d073b918a sandbox=bf91fc3a-0dad-4790-95c2-298698ce674c source=virtcontainers vm=bf91fc3a-0dad-4790-95c2-298698ce674c vmconsole="[    1.618293] initcall virtio_pmem_driver_init+0x0/0xc returned 0 after 22 usecs"
Oct 14 18:17:15 inspurclouddev-fshhd7zubb-slave-1 kata[140622]: time="2020-10-14T18:17:15.435344324+08:00" level=debug msg="reading guest console" ID=ff2179b6365f382bcb3c7ce779d7f492b3cfbb51f775ac2e0577555d073b918a sandbox=bf91fc3a-0dad-4790-95c2-298698ce674c source=virtcontainers vm=bf91fc3a-0dad-4790-95c2-298698ce674c vmconsole="[    1.618728] calling  init+0x0/0xc7 @ 1"
Oct 14 18:17:15 inspurclouddev-fshhd7zubb-slave-1 kata[140622]: time="2020-10-14T18:17:15.44979097+08:00" level=debug msg="reading guest console" ID=ff2179b6365f382bcb3c7ce779d7f492b3cfbb51f775ac2e0577555d073b918a sandbox=bf91fc3a-0dad-4790-95c2-298698ce674c source=virtcontainers vm=bf91fc3a-0dad-4790-95c2-298698ce674c vmconsole="[    1.633313] scsi host0: Virtio SCSI HBA"
Oct 14 18:17:15 inspurclouddev-fshhd7zubb-slave-1 kata[140622]: time="2020-10-14T18:17:15.457422462+08:00" level=debug msg="reading guest console" ID=ff2179b6365f382bcb3c7ce779d7f492b3cfbb51f775ac2e0577555d073b918a sandbox=bf91fc3a-0dad-4790-95c2-298698ce674c source=virtcontainers vm=bf91fc3a-0dad-4790-95c2-298698ce674c vmconsole="[    1.640837] probe of virtio1 returned 1 after 21430 usecs"
Oct 14 18:17:15 inspurclouddev-fshhd7zubb-slave-1 kata[140622]: time="2020-10-14T18:17:15.458218364+08:00" level=debug msg="reading guest console" ID=ff2179b6365f382bcb3c7ce779d7f492b3cfbb51f775ac2e0577555d073b918a sandbox=bf91fc3a-0dad-4790-95c2-298698ce674c source=virtcontainers vm=bf91fc3a-0dad-4790-95c2-298698ce674c vmconsole="[    1.641579] initcall init+0x0/0xc7 returned 0 after 21958 usecs"
Oct 14 18:17:15 inspurclouddev-fshhd7zubb-slave-1 kata[140622]: time="2020-10-14T18:17:15.45862184+08:00" level=debug msg="reading guest console" ID=ff2179b6365f382bcb3c7ce779d7f492b3cfbb51f775ac2e0577555d073b918a sandbox=bf91fc3a-0dad-4790-95c2-298698ce674c source=virtcontainers vm=bf91fc3a-0dad-4790-95c2-298698ce674c vmconsole="[    1.641970] calling  init_sd+0x0/0x188 @ 1"
Oct 14 18:17:15 inspurclouddev-fshhd7zubb-slave-1 kata[140622]: time="2020-10-14T18:17:15.461897113+08:00" level=debug msg="reading guest console" ID=ff2179b6365f382bcb3c7ce779d7f492b3cfbb51f775ac2e0577555d073b918a sandbox=bf91fc3a-0dad-4790-95c2-298698ce674c source=virtcontainers vm=bf91fc3a-0dad-4790-95c2-298698ce674c vmconsole="[    1.645335] initcall init_sd+0x0/0x188 returned 0 after 2435 usecs"
Oct 14 18:17:15 inspurclouddev-fshhd7zubb-slave-1 kata[140622]: time="2020-10-14T18:17:15.462394514+08:00" level=debug msg="reading guest console" ID=ff2179b6365f382bcb3c7ce779d7f492b3cfbb51f775ac2e0577555d073b918a sandbox=bf91fc3a-0dad-4790-95c2-298698ce674c source=virtcontainers vm=bf91fc3a-0dad-4790-95c2-298698ce674c vmconsole="[    1.645647] calling  net_olddevs_init+0x0/0x51 @ 1"
Oct 14 18:17:15 inspurclouddev-fshhd7zubb-slave-1 kata[140622]: time="2020-10-14T18:17:15.465180967+08:00" level=debug msg="reading guest console" ID=ff2179b6365f382bcb3c7ce779d7f492b3cfbb51f775ac2e0577555d073b918a sandbox=bf91fc3a-0dad-4790-95c2-298698ce674c source=virtcontainers vm=bf91fc3a-0dad-4790-95c2-298698ce674c vmconsole="[    1.648050] initcall net_olddevs_init+0x0/0x51 returned 0 after 4 usecs"
Oct 14 18:17:15 inspurclouddev-fshhd7zubb-slave-1 kata[140622]: time="2020-10-14T18:17:15.466033144+08:00" level=debug msg="reading guest console" ID=ff2179b6365f382bcb3c7ce779d7f492b3cfbb51f775ac2e0577555d073b918a sandbox=bf91fc3a-0dad-4790-95c2-298698ce674c source=virtcontainers vm=bf91fc3a-0dad-4790-95c2-298698ce674c vmconsole="[    1.649200] calling  blackhole_netdev_init+0x0/0x74 @ 1"
Oct 14 18:17:15 inspurclouddev-fshhd7zubb-slave-1 kata[140622]: time="2020-10-14T18:17:15.467223445+08:00" level=debug msg="reading guest console" ID=ff2179b6365f382bcb3c7ce779d7f492b3cfbb51f775ac2e0577555d073b918a sandbox=bf91fc3a-0dad-4790-95c2-298698ce674c source=virtcontainers vm=bf91fc3a-0dad-4790-95c2-298698ce674c vmconsole="[    1.650032] initcall blackhole_netdev_init+0x0/0x74 returned 0 after 103 usecs"
Oct 14 18:17:15 inspurclouddev-fshhd7zubb-slave-1 kata[140622]: time="2020-10-14T18:17:15.467857408+08:00" level=debug msg="reading guest console" ID=ff2179b6365f382bcb3c7ce779d7f492b3cfbb51f775ac2e0577555d073b918a sandbox=bf91fc3a-0dad-4790-95c2-298698ce674c source=virtcontainers vm=bf91fc3a-0dad-4790-95c2-298698ce674c vmconsole="[    1.651138] calling  veth_init+0x0/0xc @ 1"
Oct 14 18:17:15 inspurclouddev-fshhd7zubb-slave-1 kata[140622]: time="2020-10-14T18:17:15.468946796+08:00" level=debug msg="reading guest console" ID=ff2179b6365f382bcb3c7ce779d7f492b3cfbb51f775ac2e0577555d073b918a sandbox=bf91fc3a-0dad-4790-95c2-298698ce674c source=virtcontainers vm=bf91fc3a-0dad-4790-95c2-298698ce674c vmconsole="[    1.651863] initcall veth_init+0x0/0xc returned 0 after 0 usecs"
Oct 14 18:17:15 inspurclouddev-fshhd7zubb-slave-1 kata[140622]: time="2020-10-14T18:17:15.469805695+08:00" level=debug msg="reading guest console" ID=ff2179b6365f382bcb3c7ce779d7f492b3cfbb51f775ac2e0577555d073b918a sandbox=bf91fc3a-0dad-4790-95c2-298698ce674c source=virtcontainers vm=bf91fc3a-0dad-4790-95c2-298698ce674c vmconsole="[    1.652941] calling  virtio_net_driver_init+0x0/0x8b @ 1"
Oct 14 18:17:15 inspurclouddev-fshhd7zubb-slave-1 kata[140622]: time="2020-10-14T18:17:15.471021492+08:00" level=debug msg="reading guest console" ID=ff2179b6365f382bcb3c7ce779d7f492b3cfbb51f775ac2e0577555d073b918a sandbox=bf91fc3a-0dad-4790-95c2-298698ce674c source=virtcontainers vm=bf91fc3a-0dad-4790-95c2-298698ce674c vmconsole="[    1.653830] initcall virtio_net_driver_init+0x0/0x8b returned 0 after 106 usecs"
Oct 14 18:17:15 inspurclouddev-fshhd7zubb-slave-1 kata[140622]: time="2020-10-14T18:17:15.471821895+08:00" level=debug msg="reading guest console" ID=ff2179b6365f382bcb3c7ce779d7f492b3cfbb51f775ac2e0577555d073b918a sandbox=bf91fc3a-0dad-4790-95c2-298698ce674c source=virtcontainers vm=bf91fc3a-0dad-4790-95c2-298698ce674c vmconsole="[    1.654931] calling  net_failover_init+0x0/0x3 @ 1"
Oct 14 18:17:15 inspurclouddev-fshhd7zubb-slave-1 kata[140622]: time="2020-10-14T18:17:15.472936547+08:00" level=debug msg="reading guest console" ID=ff2179b6365f382bcb3c7ce779d7f492b3cfbb51f775ac2e0577555d073b918a sandbox=bf91fc3a-0dad-4790-95c2-298698ce674c source=virtcontainers vm=bf91fc3a-0dad-4790-95c2-298698ce674c vmconsole="[    1.655716] initcall net_failover_init+0x0/0x3 returned 0 after 0 usecs"
Oct 14 18:17:15 inspurclouddev-fshhd7zubb-slave-1 kata[140622]: time="2020-10-14T18:17:15.473802572+08:00" level=debug msg="reading guest console" ID=ff2179b6365f382bcb3c7ce779d7f492b3cfbb51f775ac2e0577555d073b918a sandbox=bf91fc3a-0dad-4790-95c2-298698ce674c source=virtcontainers vm=bf91fc3a-0dad-4790-95c2-298698ce674c vmconsole="[    1.656941] calling  ptp_kvm_init+0x0/0xec @ 1"
Oct 14 18:17:15 inspurclouddev-fshhd7zubb-slave-1 kata[140622]: time="2020-10-14T18:17:15.47482051+08:00" level=debug msg="reading guest console" ID=ff2179b6365f382bcb3c7ce779d7f492b3cfbb51f775ac2e0577555d073b918a sandbox=bf91fc3a-0dad-4790-95c2-298698ce674c source=virtcontainers vm=bf91fc3a-0dad-4790-95c2-298698ce674c vmconsole="[    1.657795] initcall ptp_kvm_init+0x0/0xec returned -19 after 82 usecs"
Oct 14 18:17:15 inspurclouddev-fshhd7zubb-slave-1 kata[140622]: time="2020-10-14T18:17:15.477221031+08:00" level=debug msg="reading guest console" ID=ff2179b6365f382bcb3c7ce779d7f492b3cfbb51f775ac2e0577555d073b918a sandbox=bf91fc3a-0dad-4790-95c2-298698ce674c source=virtcontainers vm=bf91fc3a-0dad-4790-95c2-298698ce674c vmconsole="[    1.659824] calling  intel_pstate_init+0x0/0x3c1 @ 1"
Oct 14 18:17:15 inspurclouddev-fshhd7zubb-slave-1 kata[140622]: time="2020-10-14T18:17:15.477766333+08:00" level=debug msg="reading guest console" ID=ff2179b6365f382bcb3c7ce779d7f492b3cfbb51f775ac2e0577555d073b918a sandbox=bf91fc3a-0dad-4790-95c2-298698ce674c source=virtcontainers vm=bf91fc3a-0dad-4790-95c2-298698ce674c vmconsole="[    1.660974] intel_pstate: CPU model not supported"
Oct 14 18:17:15 inspurclouddev-fshhd7zubb-slave-1 kata[140622]: time="2020-10-14T18:17:15.478325472+08:00" level=debug msg="reading guest console" ID=ff2179b6365f382bcb3c7ce779d7f492b3cfbb51f775ac2e0577555d073b918a sandbox=bf91fc3a-0dad-4790-95c2-298698ce674c source=virtcontainers vm=bf91fc3a-0dad-4790-95c2-298698ce674c vmconsole="[    1.661543] initcall intel_pstate_init+0x0/0x3c1 returned -19 after 553 usecs"
Oct 14 18:17:15 inspurclouddev-fshhd7zubb-slave-1 kata[140622]: time="2020-10-14T18:17:15.478530697+08:00" level=debug msg="reading guest console" ID=ff2179b6365f382bcb3c7ce779d7f492b3cfbb51f775ac2e0577555d073b918a sandbox=bf91fc3a-0dad-4790-95c2-298698ce674c source=virtcontainers vm=bf91fc3a-0dad-4790-95c2-298698ce674c vmconsole="[    1.661924] calling  esrt_sysfs_init+0x0/0x289 @ 1"
Oct 14 18:17:15 inspurclouddev-fshhd7zubb-slave-1 kata[140622]: time="2020-10-14T18:17:15.478843601+08:00" level=debug msg="reading guest console" ID=ff2179b6365f382bcb3c7ce779d7f492b3cfbb51f775ac2e0577555d073b918a sandbox=bf91fc3a-0dad-4790-95c2-298698ce674c source=virtcontainers vm=bf91fc3a-0dad-4790-95c2-298698ce674c vmconsole="[    1.662110] initcall esrt_sysfs_init+0x0/0x289 returned -38 after 0 usecs"
Oct 14 18:17:15 inspurclouddev-fshhd7zubb-slave-1 kata[140622]: time="2020-10-14T18:17:15.479111356+08:00" level=debug msg="reading guest console" ID=ff2179b6365f382bcb3c7ce779d7f492b3cfbb51f775ac2e0577555d073b918a sandbox=bf91fc3a-0dad-4790-95c2-298698ce674c source=virtcontainers vm=bf91fc3a-0dad-4790-95c2-298698ce674c vmconsole="[    1.662393] calling  pmc_atom_init+0x0/0x1ee @ 1"
Oct 14 18:17:15 inspurclouddev-fshhd7zubb-slave-1 kata[140622]: time="2020-10-14T18:17:15.479602974+08:00" level=debug msg="reading guest console" ID=ff2179b6365f382bcb3c7ce779d7f492b3cfbb51f775ac2e0577555d073b918a sandbox=bf91fc3a-0dad-4790-95c2-298698ce674c source=virtcontainers vm=bf91fc3a-0dad-4790-95c2-298698ce674c vmconsole="[    1.662708] initcall pmc_atom_init+0x0/0x1ee returned -19 after 96 usecs"
Oct 14 18:17:15 inspurclouddev-fshhd7zubb-slave-1 kata[140622]: time="2020-10-14T18:17:15.480515223+08:00" level=debug msg="reading guest console" ID=ff2179b6365f382bcb3c7ce779d7f492b3cfbb51f775ac2e0577555d073b918a sandbox=bf91fc3a-0dad-4790-95c2-298698ce674c source=virtcontainers vm=bf91fc3a-0dad-4790-95c2-298698ce674c vmconsole="[    1.663035] calling  sock_diag_init+0x0/0x2a @ 1"
Oct 14 18:17:15 inspurclouddev-fshhd7zubb-slave-1 kata[140622]: time="2020-10-14T18:17:15.480892666+08:00" level=debug msg="reading guest console" ID=ff2179b6365f382bcb3c7ce779d7f492b3cfbb51f775ac2e0577555d073b918a sandbox=bf91fc3a-0dad-4790-95c2-298698ce674c source=virtcontainers vm=bf91fc3a-0dad-4790-95c2-298698ce674c vmconsole="[    1.663486] initcall sock_diag_init+0x0/0x2a returned 0 after 125 usecs"
Oct 14 18:17:15 inspurclouddev-fshhd7zubb-slave-1 kata[140622]: time="2020-10-14T18:17:15.481666858+08:00" level=debug msg="reading guest console" ID=ff2179b6365f382bcb3c7ce779d7f492b3cfbb51f775ac2e0577555d073b918a sandbox=bf91fc3a-0dad-4790-95c2-298698ce674c source=virtcontainers vm=bf91fc3a-0dad-4790-95c2-298698ce674c vmconsole="[    1.663799] calling  failover_init+0x0/0xf @ 1"
Oct 14 18:17:15 inspurclouddev-fshhd7zubb-slave-1 kata[140622]: time="2020-10-14T18:17:15.481963483+08:00" level=debug msg="reading guest console" ID=ff2179b6365f382bcb3c7ce779d7f492b3cfbb51f775ac2e0577555d073b918a sandbox=bf91fc3a-0dad-4790-95c2-298698ce674c source=virtcontainers vm=bf91fc3a-0dad-4790-95c2-298698ce674c vmconsole="[    1.663997] initcall failover_init+0x0/0xf returned 0 after 2 usecs"
Oct 14 18:17:15 inspurclouddev-fshhd7zubb-slave-1 kata[140622]: time="2020-10-14T18:17:15.482257212+08:00" level=debug msg="reading guest console" ID=ff2179b6365f382bcb3c7ce779d7f492b3cfbb51f775ac2e0577555d073b918a sandbox=bf91fc3a-0dad-4790-95c2-298698ce674c source=virtcontainers vm=bf91fc3a-0dad-4790-95c2-298698ce674c vmconsole="[    1.664480] calling  llc_init+0x0/0x1b @ 1"
Oct 14 18:17:15 inspurclouddev-fshhd7zubb-slave-1 kata[140622]: time="2020-10-14T18:17:15.482526698+08:00" level=debug msg="reading guest console" ID=ff2179b6365f382bcb3c7ce779d7f492b3cfbb51f775ac2e0577555d073b918a sandbox=bf91fc3a-0dad-4790-95c2-298698ce674c source=virtcontainers vm=bf91fc3a-0dad-4790-95c2-298698ce674c vmconsole="[    1.664747] initcall llc_init+0x0/0x1b returned 0 after 0 usecs"
Oct 14 18:17:15 inspurclouddev-fshhd7zubb-slave-1 kata[140622]: time="2020-10-14T18:17:15.482796358+08:00" level=debug msg="reading guest console" ID=ff2179b6365f382bcb3c7ce779d7f492b3cfbb51f775ac2e0577555d073b918a sandbox=bf91fc3a-0dad-4790-95c2-298698ce674c source=virtcontainers vm=bf91fc3a-0dad-4790-95c2-298698ce674c vmconsole="[    1.665057] calling  snap_init+0x0/0x33 @ 1"
Oct 14 18:17:15 inspurclouddev-fshhd7zubb-slave-1 kata[140622]: time="2020-10-14T18:17:15.483062954+08:00" level=debug msg="reading guest console" ID=ff2179b6365f382bcb3c7ce779d7f492b3cfbb51f775ac2e0577555d073b918a sandbox=bf91fc3a-0dad-4790-95c2-298698ce674c source=virtcontainers vm=bf91fc3a-0dad-4790-95c2-298698ce674c vmconsole="[    1.665215] initcall snap_init+0x0/0x33 returned 0 after 1 usecs"
Oct 14 18:17:15 inspurclouddev-fshhd7zubb-slave-1 kata[140622]: time="2020-10-14T18:17:15.483330583+08:00" level=debug msg="reading guest console" ID=ff2179b6365f382bcb3c7ce779d7f492b3cfbb51f775ac2e0577555d073b918a sandbox=bf91fc3a-0dad-4790-95c2-298698ce674c source=virtcontainers vm=bf91fc3a-0dad-4790-95c2-298698ce674c vmconsole="[    1.665524] calling  blackhole_init+0x0/0xc @ 1"
Oct 14 18:17:15 inspurclouddev-fshhd7zubb-slave-1 kata[140622]: time="2020-10-14T18:17:15.483608518+08:00" level=debug msg="reading guest console" ID=ff2179b6365f382bcb3c7ce779d7f492b3cfbb51f775ac2e0577555d073b918a sandbox=bf91fc3a-0dad-4790-95c2-298698ce674c source=virtcontainers vm=bf91fc3a-0dad-4790-95c2-298698ce674c vmconsole="[    1.665887] initcall blackhole_init+0x0/0xc returned 0 after 0 usecs"
Oct 14 18:17:15 inspurclouddev-fshhd7zubb-slave-1 kata[140622]: time="2020-10-14T18:17:15.483944914+08:00" level=debug msg="reading guest console" ID=ff2179b6365f382bcb3c7ce779d7f492b3cfbb51f775ac2e0577555d073b918a sandbox=bf91fc3a-0dad-4790-95c2-298698ce674c source=virtcontainers vm=bf91fc3a-0dad-4790-95c2-298698ce674c vmconsole="[    1.666240] calling  cbq_module_init+0x0/0xc @ 1"
Oct 14 18:17:15 inspurclouddev-fshhd7zubb-slave-1 kata[140622]: time="2020-10-14T18:17:15.484260182+08:00" level=debug msg="reading guest console" ID=ff2179b6365f382bcb3c7ce779d7f492b3cfbb51f775ac2e0577555d073b918a sandbox=bf91fc3a-0dad-4790-95c2-298698ce674c source=virtcontainers vm=bf91fc3a-0dad-4790-95c2-298698ce674c vmconsole="[    1.666563] initcall cbq_module_init+0x0/0xc returned 0 after 0 usecs"
Oct 14 18:17:15 inspurclouddev-fshhd7zubb-slave-1 kata[140622]: time="2020-10-14T18:17:15.484729574+08:00" level=debug msg="reading guest console" ID=ff2179b6365f382bcb3c7ce779d7f492b3cfbb51f775ac2e0577555d073b918a sandbox=bf91fc3a-0dad-4790-95c2-298698ce674c source=virtcontainers vm=bf91fc3a-0dad-4790-95c2-298698ce674c vmconsole="[    1.666978] calling  multiq_module_init+0x0/0xc @ 1"
Oct 14 18:17:15 inspurclouddev-fshhd7zubb-slave-1 kata[140622]: time="2020-10-14T18:17:15.485285196+08:00" level=debug msg="reading guest console" ID=ff2179b6365f382bcb3c7ce779d7f492b3cfbb51f775ac2e0577555d073b918a sandbox=bf91fc3a-0dad-4790-95c2-298698ce674c source=virtcontainers vm=bf91fc3a-0dad-4790-95c2-298698ce674c vmconsole="[    1.667351] initcall multiq_module_init+0x0/0xc returned 0 after 0 usecs"
Oct 14 18:17:15 inspurclouddev-fshhd7zubb-slave-1 kata[140622]: time="2020-10-14T18:17:15.485571493+08:00" level=debug msg="reading guest console" ID=ff2179b6365f382bcb3c7ce779d7f492b3cfbb51f775ac2e0577555d073b918a sandbox=bf91fc3a-0dad-4790-95c2-298698ce674c source=virtcontainers vm=bf91fc3a-0dad-4790-95c2-298698ce674c vmconsole="[    1.667826] calling  fq_codel_module_init+0x0/0xc @ 1"
Oct 14 18:17:15 inspurclouddev-fshhd7zubb-slave-1 kata[140622]: time="2020-10-14T18:17:15.485902748+08:00" level=debug msg="reading guest console" ID=ff2179b6365f382bcb3c7ce779d7f492b3cfbb51f775ac2e0577555d073b918a sandbox=bf91fc3a-0dad-4790-95c2-298698ce674c source=virtcontainers vm=bf91fc3a-0dad-4790-95c2-298698ce674c vmconsole="[    1.668210] initcall fq_codel_module_init+0x0/0xc returned 0 after 0 usecs"
Oct 14 18:17:15 inspurclouddev-fshhd7zubb-slave-1 kata[140622]: time="2020-10-14T18:17:15.486163285+08:00" level=debug msg="reading guest console" ID=ff2179b6365f382bcb3c7ce779d7f492b3cfbb51f775ac2e0577555d073b918a sandbox=bf91fc3a-0dad-4790-95c2-298698ce674c source=virtcontainers vm=bf91fc3a-0dad-4790-95c2-298698ce674c vmconsole="[    1.668484] calling  fq_module_init+0x0/0x50 @ 1"
Oct 14 18:17:15 inspurclouddev-fshhd7zubb-slave-1 kata[140622]: time="2020-10-14T18:17:15.486446132+08:00" level=debug msg="reading guest console" ID=ff2179b6365f382bcb3c7ce779d7f492b3cfbb51f775ac2e0577555d073b918a sandbox=bf91fc3a-0dad-4790-95c2-298698ce674c source=virtcontainers vm=bf91fc3a-0dad-4790-95c2-298698ce674c vmconsole="[    1.668987] initcall fq_module_init+0x0/0x50 returned 0 after 203 usecs"
Oct 14 18:17:15 inspurclouddev-fshhd7zubb-slave-1 kata[140622]: time="2020-10-14T18:17:15.486711322+08:00" level=debug msg="reading guest console" ID=ff2179b6365f382bcb3c7ce779d7f492b3cfbb51f775ac2e0577555d073b918a sandbox=bf91fc3a-0dad-4790-95c2-298698ce674c source=virtcontainers vm=bf91fc3a-0dad-4790-95c2-298698ce674c vmconsole="[    1.669401] calling  init_cgroup_cls+0x0/0xc @ 1"
Oct 14 18:17:15 inspurclouddev-fshhd7zubb-slave-1 kata[140622]: time="2020-10-14T18:17:15.487071674+08:00" level=debug msg="reading guest console" ID=ff2179b6365f382bcb3c7ce779d7f492b3cfbb51f775ac2e0577555d073b918a sandbox=bf91fc3a-0dad-4790-95c2-298698ce674c source=virtcontainers vm=bf91fc3a-0dad-4790-95c2-298698ce674c vmconsole="[    1.669777] initcall init_cgroup_cls+0x0/0xc returned 0 after 0 usecs"
Oct 14 18:17:15 inspurclouddev-fshhd7zubb-slave-1 kata[140622]: time="2020-10-14T18:17:15.487364302+08:00" level=debug msg="reading guest console" ID=ff2179b6365f382bcb3c7ce779d7f492b3cfbb51f775ac2e0577555d073b918a sandbox=bf91fc3a-0dad-4790-95c2-298698ce674c source=virtcontainers vm=bf91fc3a-0dad-4790-95c2-298698ce674c vmconsole="[    1.670187] calling  nfnetlink_init+0x0/0x4e @ 1"
Oct 14 18:17:15 inspurclouddev-fshhd7zubb-slave-1 kata[140622]: time="2020-10-14T18:17:15.487622477+08:00" level=debug msg="reading guest console" ID=ff2179b6365f382bcb3c7ce779d7f492b3cfbb51f775ac2e0577555d073b918a sandbox=bf91fc3a-0dad-4790-95c2-298698ce674c source=virtcontainers vm=bf91fc3a-0dad-4790-95c2-298698ce674c vmconsole="[    1.670480] initcall nfnetlink_init+0x0/0x4e returned 0 after 17 usecs"
Oct 14 18:17:15 inspurclouddev-fshhd7zubb-slave-1 kata[140622]: time="2020-10-14T18:17:15.488137831+08:00" level=debug msg="reading guest console" ID=ff2179b6365f382bcb3c7ce779d7f492b3cfbb51f775ac2e0577555d073b918a sandbox=bf91fc3a-0dad-4790-95c2-298698ce674c source=virtcontainers vm=bf91fc3a-0dad-4790-95c2-298698ce674c vmconsole="[    1.670783] calling  nfnl_acct_init+0x0/0x53 @ 1"
Oct 14 18:17:15 inspurclouddev-fshhd7zubb-slave-1 kata[140622]: time="2020-10-14T18:17:15.488843113+08:00" level=debug msg="reading guest console" ID=ff2179b6365f382bcb3c7ce779d7f492b3cfbb51f775ac2e0577555d073b918a sandbox=bf91fc3a-0dad-4790-95c2-298698ce674c source=virtcontainers vm=bf91fc3a-0dad-4790-95c2-298698ce674c vmconsole="[    1.671039] initcall nfnl_acct_init+0x0/0x53 returned 0 after 0 usecs"
Oct 14 18:17:15 inspurclouddev-fshhd7zubb-slave-1 kata[140622]: time="2020-10-14T18:17:15.489226131+08:00" level=debug msg="reading guest console" ID=ff2179b6365f382bcb3c7ce779d7f492b3cfbb51f775ac2e0577555d073b918a sandbox=bf91fc3a-0dad-4790-95c2-298698ce674c source=virtcontainers vm=bf91fc3a-0dad-4790-95c2-298698ce674c vmconsole="[    1.671381] calling  nfnetlink_queue_init+0x0/0x93 @ 1"
Oct 14 18:17:15 inspurclouddev-fshhd7zubb-slave-1 kata[140622]: time="2020-10-14T18:17:15.490008365+08:00" level=debug msg="reading guest console" ID=ff2179b6365f382bcb3c7ce779d7f492b3cfbb51f775ac2e0577555d073b918a sandbox=bf91fc3a-0dad-4790-95c2-298698ce674c source=virtcontainers vm=bf91fc3a-0dad-4790-95c2-298698ce674c vmconsole="[    1.671664] initcall nfnetlink_queue_init+0x0/0x93 returned 0 after 7 usecs"
Oct 14 18:17:15 inspurclouddev-fshhd7zubb-slave-1 kata[140622]: time="2020-10-14T18:17:15.490379423+08:00" level=debug msg="reading guest console" ID=ff2179b6365f382bcb3c7ce779d7f492b3cfbb51f775ac2e0577555d073b918a sandbox=bf91fc3a-0dad-4790-95c2-298698ce674c source=virtcontainers vm=bf91fc3a-0dad-4790-95c2-298698ce674c vmconsole="[    1.672005] calling  nfnetlink_log_init+0x0/0x95 @ 1"
Oct 14 18:17:15 inspurclouddev-fshhd7zubb-slave-1 kata[140622]: time="2020-10-14T18:17:15.490657926+08:00" level=debug msg="reading guest console" ID=ff2179b6365f382bcb3c7ce779d7f492b3cfbb51f775ac2e0577555d073b918a sandbox=bf91fc3a-0dad-4790-95c2-298698ce674c source=virtcontainers vm=bf91fc3a-0dad-4790-95c2-298698ce674c vmconsole="[    1.672378] initcall nfnetlink_log_init+0x0/0x95 returned 0 after 74 usecs"
Oct 14 18:17:15 inspurclouddev-fshhd7zubb-slave-1 kata[140622]: time="2020-10-14T18:17:15.490971379+08:00" level=debug msg="reading guest console" ID=ff2179b6365f382bcb3c7ce779d7f492b3cfbb51f775ac2e0577555d073b918a sandbox=bf91fc3a-0dad-4790-95c2-298698ce674c source=virtcontainers vm=bf91fc3a-0dad-4790-95c2-298698ce674c vmconsole="[    1.673167] calling  nfnl_osf_init+0x0/0x53 @ 1"
Oct 14 18:17:15 inspurclouddev-fshhd7zubb-slave-1 kata[140622]: time="2020-10-14T18:17:15.491292369+08:00" level=debug msg="reading guest console" ID=ff2179b6365f382bcb3c7ce779d7f492b3cfbb51f775ac2e0577555d073b918a sandbox=bf91fc3a-0dad-4790-95c2-298698ce674c source=virtcontainers vm=bf91fc3a-0dad-4790-95c2-298698ce674c vmconsole="[    1.673467] initcall nfnl_osf_init+0x0/0x53 returned 0 after 0 usecs"
Oct 14 18:17:15 inspurclouddev-fshhd7zubb-slave-1 kata[140622]: time="2020-10-14T18:17:15.491617816+08:00" level=debug msg="reading guest console" ID=ff2179b6365f382bcb3c7ce779d7f492b3cfbb51f775ac2e0577555d073b918a sandbox=bf91fc3a-0dad-4790-95c2-298698ce674c source=virtcontainers vm=bf91fc3a-0dad-4790-95c2-298698ce674c vmconsole="[    1.674118] calling  nf_conntrack_standalone_init+0x0/0x81 @ 1"
Oct 14 18:17:15 inspurclouddev-fshhd7zubb-slave-1 kata[140622]: time="2020-10-14T18:17:15.499573265+08:00" level=debug msg="reading guest console" ID=ff2179b6365f382bcb3c7ce779d7f492b3cfbb51f775ac2e0577555d073b918a sandbox=bf91fc3a-0dad-4790-95c2-298698ce674c source=virtcontainers vm=bf91fc3a-0dad-4790-95c2-298698ce674c vmconsole="[    1.682789] initcall nf_conntrack_standalone_init+0x0/0x81 returned 0 after 8087 usecs"
Oct 14 18:17:15 inspurclouddev-fshhd7zubb-slave-1 kata[140622]: time="2020-10-14T18:17:15.500600348+08:00" level=debug msg="reading guest console" ID=ff2179b6365f382bcb3c7ce779d7f492b3cfbb51f775ac2e0577555d073b918a sandbox=bf91fc3a-0dad-4790-95c2-298698ce674c source=virtcontainers vm=bf91fc3a-0dad-4790-95c2-298698ce674c vmconsole="[    1.683903] calling  ctnetlink_init+0x0/0x8e @ 1"
Oct 14 18:17:15 inspurclouddev-fshhd7zubb-slave-1 kata[140622]: time="2020-10-14T18:17:15.50165319+08:00" level=debug msg="reading guest console" ID=ff2179b6365f382bcb3c7ce779d7f492b3cfbb51f775ac2e0577555d073b918a sandbox=bf91fc3a-0dad-4790-95c2-298698ce674c source=virtcontainers vm=bf91fc3a-0dad-4790-95c2-298698ce674c vmconsole="[    1.684969] initcall ctnetlink_init+0x0/0x8e returned 0 after 1 usecs"
Oct 14 18:17:15 inspurclouddev-fshhd7zubb-slave-1 kata[140622]: time="2020-10-14T18:17:15.502407585+08:00" level=debug msg="reading guest console" ID=ff2179b6365f382bcb3c7ce779d7f492b3cfbb51f775ac2e0577555d073b918a sandbox=bf91fc3a-0dad-4790-95c2-298698ce674c source=virtcontainers vm=bf91fc3a-0dad-4790-95c2-298698ce674c vmconsole="[    1.685687] calling  cttimeout_init+0x0/0x5d @ 1"
Oct 14 18:17:15 inspurclouddev-fshhd7zubb-slave-1 kata[140622]: time="2020-10-14T18:17:15.503253797+08:00" level=debug msg="reading guest console" ID=ff2179b6365f382bcb3c7ce779d7f492b3cfbb51f775ac2e0577555d073b918a sandbox=bf91fc3a-0dad-4790-95c2-298698ce674c source=virtcontainers vm=bf91fc3a-0dad-4790-95c2-298698ce674c vmconsole="[    1.686453] initcall cttimeout_init+0x0/0x5d returned 0 after 1 usecs"
Oct 14 18:17:15 inspurclouddev-fshhd7zubb-slave-1 kata[140622]: time="2020-10-14T18:17:15.505872296+08:00" level=debug msg="reading guest console" ID=ff2179b6365f382bcb3c7ce779d7f492b3cfbb51f775ac2e0577555d073b918a sandbox=bf91fc3a-0dad-4790-95c2-298698ce674c source=virtcontainers vm=bf91fc3a-0dad-4790-95c2-298698ce674c vmconsole="[    1.687292] calling  nfnl_cthelper_init+0x0/0x25 @ 1"
Oct 14 18:17:15 inspurclouddev-fshhd7zubb-slave-1 kata[140622]: time="2020-10-14T18:17:15.506947816+08:00" level=debug msg="reading guest console" ID=ff2179b6365f382bcb3c7ce779d7f492b3cfbb51f775ac2e0577555d073b918a sandbox=bf91fc3a-0dad-4790-95c2-298698ce674c source=virtcontainers vm=bf91fc3a-0dad-4790-95c2-298698ce674c vmconsole="[    1.690119] initcall nfnl_cthelper_init+0x0/0x25 returned 0 after 0 usecs"
Oct 14 18:17:15 inspurclouddev-fshhd7zubb-slave-1 kata[140622]: time="2020-10-14T18:17:15.507384018+08:00" level=debug msg="reading guest console" ID=ff2179b6365f382bcb3c7ce779d7f492b3cfbb51f775ac2e0577555d073b918a sandbox=bf91fc3a-0dad-4790-95c2-298698ce674c source=virtcontainers vm=bf91fc3a-0dad-4790-95c2-298698ce674c vmconsole="[    1.690892] calling  nf_conntrack_amanda_init+0x0/0x7d @ 1"
Oct 14 18:17:15 inspurclouddev-fshhd7zubb-slave-1 kata[140622]: time="2020-10-14T18:17:15.508215203+08:00" level=debug msg="reading guest console" ID=ff2179b6365f382bcb3c7ce779d7f492b3cfbb51f775ac2e0577555d073b918a sandbox=bf91fc3a-0dad-4790-95c2-298698ce674c source=virtcontainers vm=bf91fc3a-0dad-4790-95c2-298698ce674c vmconsole="[    1.691397] initcall nf_conntrack_amanda_init+0x0/0x7d returned 0 after 68 usecs"
Oct 14 18:17:15 inspurclouddev-fshhd7zubb-slave-1 kata[140622]: time="2020-10-14T18:17:15.508775064+08:00" level=debug msg="reading guest console" ID=ff2179b6365f382bcb3c7ce779d7f492b3cfbb51f775ac2e0577555d073b918a sandbox=bf91fc3a-0dad-4790-95c2-298698ce674c source=virtcontainers vm=bf91fc3a-0dad-4790-95c2-298698ce674c vmconsole="[    1.692237] calling  nf_conntrack_ftp_init+0x0/0x128 @ 1"
Oct 14 18:17:15 inspurclouddev-fshhd7zubb-slave-1 kata[140622]: time="2020-10-14T18:17:15.509418851+08:00" level=debug msg="reading guest console" ID=ff2179b6365f382bcb3c7ce779d7f492b3cfbb51f775ac2e0577555d073b918a sandbox=bf91fc3a-0dad-4790-95c2-298698ce674c source=virtcontainers vm=bf91fc3a-0dad-4790-95c2-298698ce674c vmconsole="[    1.692523] initcall nf_conntrack_ftp_init+0x0/0x128 returned 0 after 3 usecs"
Oct 14 18:17:15 inspurclouddev-fshhd7zubb-slave-1 kata[140622]: time="2020-10-14T18:17:15.509799322+08:00" level=debug msg="reading guest console" ID=ff2179b6365f382bcb3c7ce779d7f492b3cfbb51f775ac2e0577555d073b918a sandbox=bf91fc3a-0dad-4790-95c2-298698ce674c source=virtcontainers vm=bf91fc3a-0dad-4790-95c2-298698ce674c vmconsole="[    1.693168] calling  nf_conntrack_h323_init+0x0/0x9b @ 1"
Oct 14 18:17:15 inspurclouddev-fshhd7zubb-slave-1 kata[140622]: time="2020-10-14T18:17:15.510327548+08:00" level=debug msg="reading guest console" ID=ff2179b6365f382bcb3c7ce779d7f492b3cfbb51f775ac2e0577555d073b918a sandbox=bf91fc3a-0dad-4790-95c2-298698ce674c source=virtcontainers vm=bf91fc3a-0dad-4790-95c2-298698ce674c vmconsole="[    1.693551] initcall nf_conntrack_h323_init+0x0/0x9b returned 0 after 4 usecs"
Oct 14 18:17:15 inspurclouddev-fshhd7zubb-slave-1 kata[140622]: time="2020-10-14T18:17:15.510697727+08:00" level=debug msg="reading guest console" ID=ff2179b6365f382bcb3c7ce779d7f492b3cfbb51f775ac2e0577555d073b918a sandbox=bf91fc3a-0dad-4790-95c2-298698ce674c source=virtcontainers vm=bf91fc3a-0dad-4790-95c2-298698ce674c vmconsole="[    1.694076] calling  nf_conntrack_irc_init+0x0/0x12a @ 1"
Oct 14 18:17:15 inspurclouddev-fshhd7zubb-slave-1 kata[140622]: time="2020-10-14T18:17:15.511267261+08:00" level=debug msg="reading guest console" ID=ff2179b6365f382bcb3c7ce779d7f492b3cfbb51f775ac2e0577555d073b918a sandbox=bf91fc3a-0dad-4790-95c2-298698ce674c source=virtcontainers vm=bf91fc3a-0dad-4790-95c2-298698ce674c vmconsole="[    1.694449] initcall nf_conntrack_irc_init+0x0/0x12a returned 0 after 2 usecs"
Oct 14 18:17:15 inspurclouddev-fshhd7zubb-slave-1 kata[140622]: time="2020-10-14T18:17:15.511884807+08:00" level=debug msg="reading guest console" ID=ff2179b6365f382bcb3c7ce779d7f492b3cfbb51f775ac2e0577555d073b918a sandbox=bf91fc3a-0dad-4790-95c2-298698ce674c source=virtcontainers vm=bf91fc3a-0dad-4790-95c2-298698ce674c vmconsole="[    1.695023] calling  nf_conntrack_netbios_ns_init+0x0/0x18 @ 1"
Oct 14 18:17:15 inspurclouddev-fshhd7zubb-slave-1 kata[140622]: time="2020-10-14T18:17:15.512487401+08:00" level=debug msg="reading guest console" ID=ff2179b6365f382bcb3c7ce779d7f492b3cfbb51f775ac2e0577555d073b918a sandbox=bf91fc3a-0dad-4790-95c2-298698ce674c source=virtcontainers vm=bf91fc3a-0dad-4790-95c2-298698ce674c vmconsole="[    1.695647] initcall nf_conntrack_netbios_ns_init+0x0/0x18 returned 0 after 1 usecs"
Oct 14 18:17:15 inspurclouddev-fshhd7zubb-slave-1 kata[140622]: time="2020-10-14T18:17:15.512909992+08:00" level=debug msg="reading guest console" ID=ff2179b6365f382bcb3c7ce779d7f492b3cfbb51f775ac2e0577555d073b918a sandbox=bf91fc3a-0dad-4790-95c2-298698ce674c source=virtcontainers vm=bf91fc3a-0dad-4790-95c2-298698ce674c vmconsole="[    1.696281] calling  nf_conntrack_snmp_init+0x0/0x18 @ 1"
Oct 14 18:17:15 inspurclouddev-fshhd7zubb-slave-1 kata[140622]: time="2020-10-14T18:17:15.514083349+08:00" level=debug msg="reading guest console" ID=ff2179b6365f382bcb3c7ce779d7f492b3cfbb51f775ac2e0577555d073b918a sandbox=bf91fc3a-0dad-4790-95c2-298698ce674c source=virtcontainers vm=bf91fc3a-0dad-4790-95c2-298698ce674c vmconsole="[    1.696606] initcall nf_conntrack_snmp_init+0x0/0x18 returned 0 after 1 usecs"
Oct 14 18:17:15 inspurclouddev-fshhd7zubb-slave-1 kata[140622]: time="2020-10-14T18:17:15.514472247+08:00" level=debug msg="reading guest console" ID=ff2179b6365f382bcb3c7ce779d7f492b3cfbb51f775ac2e0577555d073b918a sandbox=bf91fc3a-0dad-4790-95c2-298698ce674c source=virtcontainers vm=bf91fc3a-0dad-4790-95c2-298698ce674c vmconsole="[    1.697898] calling  nf_conntrack_pptp_init+0x0/0xc @ 1"
Oct 14 18:17:15 inspurclouddev-fshhd7zubb-slave-1 kata[140622]: time="2020-10-14T18:17:15.515010272+08:00" level=debug msg="reading guest console" ID=ff2179b6365f382bcb3c7ce779d7f492b3cfbb51f775ac2e0577555d073b918a sandbox=bf91fc3a-0dad-4790-95c2-298698ce674c source=virtcontainers vm=bf91fc3a-0dad-4790-95c2-298698ce674c vmconsole="[    1.698227] initcall nf_conntrack_pptp_init+0x0/0xc returned 0 after 1 usecs"
Oct 14 18:17:15 inspurclouddev-fshhd7zubb-slave-1 kata[140622]: time="2020-10-14T18:17:15.515396884+08:00" level=debug msg="reading guest console" ID=ff2179b6365f382bcb3c7ce779d7f492b3cfbb51f775ac2e0577555d073b918a sandbox=bf91fc3a-0dad-4790-95c2-298698ce674c source=virtcontainers vm=bf91fc3a-0dad-4790-95c2-298698ce674c vmconsole="[    1.698766] calling  nf_conntrack_sane_init+0x0/0x122 @ 1"
Oct 14 18:17:15 inspurclouddev-fshhd7zubb-slave-1 kata[140622]: time="2020-10-14T18:17:15.515927473+08:00" level=debug msg="reading guest console" ID=ff2179b6365f382bcb3c7ce779d7f492b3cfbb51f775ac2e0577555d073b918a sandbox=bf91fc3a-0dad-4790-95c2-298698ce674c source=virtcontainers vm=bf91fc3a-0dad-4790-95c2-298698ce674c vmconsole="[    1.699161] initcall nf_conntrack_sane_init+0x0/0x122 returned 0 after 4 usecs"
Oct 14 18:17:15 inspurclouddev-fshhd7zubb-slave-1 kata[140622]: time="2020-10-14T18:17:15.516358129+08:00" level=debug msg="reading guest console" ID=ff2179b6365f382bcb3c7ce779d7f492b3cfbb51f775ac2e0577555d073b918a sandbox=bf91fc3a-0dad-4790-95c2-298698ce674c source=virtcontainers vm=bf91fc3a-0dad-4790-95c2-298698ce674c vmconsole="[    1.699724] calling  nf_conntrack_sip_init+0x0/0x16c @ 1"
Oct 14 18:17:15 inspurclouddev-fshhd7zubb-slave-1 kata[140622]: time="2020-10-14T18:17:15.516922631+08:00" level=debug msg="reading guest console" ID=ff2179b6365f382bcb3c7ce779d7f492b3cfbb51f775ac2e0577555d073b918a sandbox=bf91fc3a-0dad-4790-95c2-298698ce674c source=virtcontainers vm=bf91fc3a-0dad-4790-95c2-298698ce674c vmconsole="[    1.700163] initcall nf_conntrack_sip_init+0x0/0x16c returned 0 after 4 usecs"
Oct 14 18:17:15 inspurclouddev-fshhd7zubb-slave-1 kata[140622]: time="2020-10-14T18:17:15.517321961+08:00" level=debug msg="reading guest console" ID=ff2179b6365f382bcb3c7ce779d7f492b3cfbb51f775ac2e0577555d073b918a sandbox=bf91fc3a-0dad-4790-95c2-298698ce674c source=virtcontainers vm=bf91fc3a-0dad-4790-95c2-298698ce674c vmconsole="[    1.700673] calling  nf_conntrack_tftp_init+0x0/0xe9 @ 1"
Oct 14 18:17:15 inspurclouddev-fshhd7zubb-slave-1 kata[140622]: time="2020-10-14T18:17:15.517820102+08:00" level=debug msg="reading guest console" ID=ff2179b6365f382bcb3c7ce779d7f492b3cfbb51f775ac2e0577555d073b918a sandbox=bf91fc3a-0dad-4790-95c2-298698ce674c source=virtcontainers vm=bf91fc3a-0dad-4790-95c2-298698ce674c vmconsole="[    1.701074] initcall nf_conntrack_tftp_init+0x0/0xe9 returned 0 after 3 usecs"
Oct 14 18:17:15 inspurclouddev-fshhd7zubb-slave-1 kata[140622]: time="2020-10-14T18:17:15.518324003+08:00" level=debug msg="reading guest console" ID=ff2179b6365f382bcb3c7ce779d7f492b3cfbb51f775ac2e0577555d073b918a sandbox=bf91fc3a-0dad-4790-95c2-298698ce674c source=virtcontainers vm=bf91fc3a-0dad-4790-95c2-298698ce674c vmconsole="[    1.701754] calling  nf_log_common_init+0x0/0x3 @ 1"
Oct 14 18:17:15 inspurclouddev-fshhd7zubb-slave-1 kata[140622]: time="2020-10-14T18:17:15.518913414+08:00" level=debug msg="reading guest console" ID=ff2179b6365f382bcb3c7ce779d7f492b3cfbb51f775ac2e0577555d073b918a sandbox=bf91fc3a-0dad-4790-95c2-298698ce674c source=virtcontainers vm=bf91fc3a-0dad-4790-95c2-298698ce674c vmconsole="[    1.702321] initcall nf_log_common_init+0x0/0x3 returned 0 after 0 usecs"
Oct 14 18:17:15 inspurclouddev-fshhd7zubb-slave-1 kata[140622]: time="2020-10-14T18:17:15.519322978+08:00" level=debug msg="reading guest console" ID=ff2179b6365f382bcb3c7ce779d7f492b3cfbb51f775ac2e0577555d073b918a sandbox=bf91fc3a-0dad-4790-95c2-298698ce674c source=virtcontainers vm=bf91fc3a-0dad-4790-95c2-298698ce674c vmconsole="[    1.702666] calling  nf_nat_init+0x0/0xcf @ 1"
Oct 14 18:17:15 inspurclouddev-fshhd7zubb-slave-1 kata[140622]: time="2020-10-14T18:17:15.526435285+08:00" level=debug msg="reading guest console" ID=ff2179b6365f382bcb3c7ce779d7f492b3cfbb51f775ac2e0577555d073b918a sandbox=bf91fc3a-0dad-4790-95c2-298698ce674c source=virtcontainers vm=bf91fc3a-0dad-4790-95c2-298698ce674c vmconsole="[    1.708207] initcall nf_nat_init+0x0/0xcf returned 0 after 5049 usecs"

······

Oct 14 18:17:15 inspurclouddev-fshhd7zubb-slave-1 kata[140622]: time="2020-10-14T18:17:15.998622847+08:00" level=debug msg="reading guest console" ID=ff2179b6365f382bcb3c7ce779d7f492b3cfbb51f775ac2e0577555d073b918a sandbox=bf91fc3a-0dad-4790-95c2-298698ce674c source=virtcontainers vm=bf91fc3a-0dad-4790-95c2-298698ce674c vmconsole="[    2.181374] systemd[1]: Found cgroup2 on /sys/fs/cgroup/unified, unified hierarchy for systemd controller"
Oct 14 18:17:16 inspurclouddev-fshhd7zubb-slave-1 kata[140622]: time="2020-10-14T18:17:16.002637337+08:00" level=debug msg="reading guest console" ID=ff2179b6365f382bcb3c7ce779d7f492b3cfbb51f775ac2e0577555d073b918a sandbox=bf91fc3a-0dad-4790-95c2-298698ce674c source=virtcontainers vm=bf91fc3a-0dad-4790-95c2-298698ce674c vmconsole="[    2.185983] systemd[1]: Found cgroup2 on /sys/fs/cgroup/unified, unified hierarchy for systemd controller"
Oct 14 18:17:16 inspurclouddev-fshhd7zubb-slave-1 kata[140622]: time="2020-10-14T18:17:16.003586865+08:00" level=debug msg="reading guest console" ID=ff2179b6365f382bcb3c7ce779d7f492b3cfbb51f775ac2e0577555d073b918a sandbox=bf91fc3a-0dad-4790-95c2-298698ce674c source=virtcontainers vm=bf91fc3a-0dad-4790-95c2-298698ce674c vmconsole="[    2.186416] systemd[1]: Unified cgroup hierarchy is located at /sys/fs/cgroup/unified. Controllers are on legacy hierarchies."
Oct 14 18:17:16 inspurclouddev-fshhd7zubb-slave-1 kata[140622]: time="2020-10-14T18:17:16.008518673+08:00" level=debug msg="reading guest console" ID=ff2179b6365f382bcb3c7ce779d7f492b3cfbb51f775ac2e0577555d073b918a sandbox=bf91fc3a-0dad-4790-95c2-298698ce674c source=virtcontainers vm=bf91fc3a-0dad-4790-95c2-298698ce674c vmconsole="[    2.191781] systemd[1]: Got EBADF when using BPF_F_ALLOW_MULTI, which indicates it is supported. Yay!"
Oct 14 18:17:16 inspurclouddev-fshhd7zubb-slave-1 kata[140622]: time="2020-10-14T18:17:16.009255205+08:00" level=debug msg="reading guest console" ID=ff2179b6365f382bcb3c7ce779d7f492b3cfbb51f775ac2e0577555d073b918a sandbox=bf91fc3a-0dad-4790-95c2-298698ce674c source=virtcontainers vm=bf91fc3a-0dad-4790-95c2-298698ce674c vmconsole="[    2.192762] systemd[1]: Controller 'cpu' supported: yes"
Oct 14 18:17:16 inspurclouddev-fshhd7zubb-slave-1 kata[140622]: time="2020-10-14T18:17:16.009866045+08:00" level=debug msg="reading guest console" ID=ff2179b6365f382bcb3c7ce779d7f492b3cfbb51f775ac2e0577555d073b918a sandbox=bf91fc3a-0dad-4790-95c2-298698ce674c source=virtcontainers vm=bf91fc3a-0dad-4790-95c2-298698ce674c vmconsole="[    2.193016] systemd[1]: Controller 'cpuacct' supported: yes"
Oct 14 18:17:16 inspurclouddev-fshhd7zubb-slave-1 kata[140622]: time="2020-10-14T18:17:16.010047958+08:00" level=debug msg="reading guest console" ID=ff2179b6365f382bcb3c7ce779d7f492b3cfbb51f775ac2e0577555d073b918a sandbox=bf91fc3a-0dad-4790-95c2-298698ce674c source=virtcontainers vm=bf91fc3a-0dad-4790-95c2-298698ce674c vmconsole="[    2.193440] systemd[1]: Controller 'cpuset' supported: no"
Oct 14 18:17:16 inspurclouddev-fshhd7zubb-slave-1 kata[140622]: time="2020-10-14T18:17:16.010643974+08:00" level=debug msg="reading guest console" ID=ff2179b6365f382bcb3c7ce779d7f492b3cfbb51f775ac2e0577555d073b918a sandbox=bf91fc3a-0dad-4790-95c2-298698ce674c source=virtcontainers vm=bf91fc3a-0dad-4790-95c2-298698ce674c vmconsole="[    2.193880] systemd[1]: Controller 'io' supported: no"
Oct 14 18:17:16 inspurclouddev-fshhd7zubb-slave-1 kata[140622]: time="2020-10-14T18:17:16.011208587+08:00" level=debug msg="reading guest console" ID=ff2179b6365f382bcb3c7ce779d7f492b3cfbb51f775ac2e0577555d073b918a sandbox=bf91fc3a-0dad-4790-95c2-298698ce674c source=virtcontainers vm=bf91fc3a-0dad-4790-95c2-298698ce674c vmconsole="[    2.194418] systemd[1]: Controller 'blkio' supported: yes"
Oct 14 18:17:16 inspurclouddev-fshhd7zubb-slave-1 kata[140622]: time="2020-10-14T18:17:16.01139811+08:00" level=debug msg="reading guest console" ID=ff2179b6365f382bcb3c7ce779d7f492b3cfbb51f775ac2e0577555d073b918a sandbox=bf91fc3a-0dad-4790-95c2-298698ce674c source=virtcontainers vm=bf91fc3a-0dad-4790-95c2-298698ce674c vmconsole="[    2.194796] systemd[1]: Controller 'memory' supported: yes"
Oct 14 18:17:16 inspurclouddev-fshhd7zubb-slave-1 kata[140622]: time="2020-10-14T18:17:16.012326415+08:00" level=debug msg="reading guest console" ID=ff2179b6365f382bcb3c7ce779d7f492b3cfbb51f775ac2e0577555d073b918a sandbox=bf91fc3a-0dad-4790-95c2-298698ce674c source=virtcontainers vm=bf91fc3a-0dad-4790-95c2-298698ce674c vmconsole="[    2.195148] systemd[1]: Controller 'devices' supported: yes"
Oct 14 18:17:16 inspurclouddev-fshhd7zubb-slave-1 kata[140622]: time="2020-10-14T18:17:16.012521865+08:00" level=debug msg="reading guest console" ID=ff2179b6365f382bcb3c7ce779d7f492b3cfbb51f775ac2e0577555d073b918a sandbox=bf91fc3a-0dad-4790-95c2-298698ce674c source=virtcontainers vm=bf91fc3a-0dad-4790-95c2-298698ce674c vmconsole="[    2.195651] systemd[1]: Controller 'pids' supported: yes"
Oct 14 18:17:16 inspurclouddev-fshhd7zubb-slave-1 kata[140622]: time="2020-10-14T18:17:16.012991599+08:00" level=debug msg="reading guest console" ID=ff2179b6365f382bcb3c7ce779d7f492b3cfbb51f775ac2e0577555d073b918a sandbox=bf91fc3a-0dad-4790-95c2-298698ce674c source=virtcontainers vm=bf91fc3a-0dad-4790-95c2-298698ce674c vmconsole="[    2.195922] systemd[1]: Controller 'bpf-firewall' supported: yes"
Oct 14 18:17:16 inspurclouddev-fshhd7zubb-slave-1 kata[140622]: time="2020-10-14T18:17:16.0136042+08:00" level=debug msg="reading guest console" ID=ff2179b6365f382bcb3c7ce779d7f492b3cfbb51f775ac2e0577555d073b918a sandbox=bf91fc3a-0dad-4790-95c2-298698ce674c source=virtcontainers vm=bf91fc3a-0dad-4790-95c2-298698ce674c vmconsole="[    2.196557] systemd[1]: Controller 'bpf-devices' supported: yes"
Oct 14 18:17:16 inspurclouddev-fshhd7zubb-slave-1 kata[140622]: time="2020-10-14T18:17:16.014136822+08:00" level=debug msg="reading guest console" ID=ff2179b6365f382bcb3c7ce779d7f492b3cfbb51f775ac2e0577555d073b918a sandbox=bf91fc3a-0dad-4790-95c2-298698ce674c source=virtcontainers vm=bf91fc3a-0dad-4790-95c2-298698ce674c vmconsole="[    2.197417] systemd[1]: Set up TFD_TIMER_CANCEL_ON_SET timerfd."
Oct 14 18:17:16 inspurclouddev-fshhd7zubb-slave-1 kata[140622]: time="2020-10-14T18:17:16.015046294+08:00" level=debug msg="reading guest console" ID=ff2179b6365f382bcb3c7ce779d7f492b3cfbb51f775ac2e0577555d073b918a sandbox=bf91fc3a-0dad-4790-95c2-298698ce674c source=virtcontainers vm=bf91fc3a-0dad-4790-95c2-298698ce674c vmconsole="[    2.198245] systemd[1]: Failed to stat /etc/localtime, ignoring: No such file or directory"
Oct 14 18:17:16 inspurclouddev-fshhd7zubb-slave-1 kata[140622]: time="2020-10-14T18:17:16.015555965+08:00" level=debug msg="reading guest console" ID=ff2179b6365f382bcb3c7ce779d7f492b3cfbb51f775ac2e0577555d073b918a sandbox=bf91fc3a-0dad-4790-95c2-298698ce674c source=virtcontainers vm=bf91fc3a-0dad-4790-95c2-298698ce674c vmconsole="[    2.198813] systemd[1]: /etc/localtime doesn't exist yet, watching /etc instead."
Oct 14 18:17:16 inspurclouddev-fshhd7zubb-slave-1 kata[140622]: time="2020-10-14T18:17:16.017084945+08:00" level=debug msg="reading guest console" ID=ff2179b6365f382bcb3c7ce779d7f492b3cfbb51f775ac2e0577555d073b918a sandbox=bf91fc3a-0dad-4790-95c2-298698ce674c source=virtcontainers vm=bf91fc3a-0dad-4790-95c2-298698ce674c vmconsole="[    2.200544] systemd[1]: Enabling (yes) showing of status (commandline)."
Oct 14 18:17:16 inspurclouddev-fshhd7zubb-slave-1 kata[140622]: time="2020-10-14T18:17:16.025278758+08:00" level=debug msg="reading guest console" ID=ff2179b6365f382bcb3c7ce779d7f492b3cfbb51f775ac2e0577555d073b918a sandbox=bf91fc3a-0dad-4790-95c2-298698ce674c source=virtcontainers vm=bf91fc3a-0dad-4790-95c2-298698ce674c vmconsole="[    2.208718] systemd[1]: Successfully forked off '(sd-executor)' as PID 35."
Oct 14 18:17:16 inspurclouddev-fshhd7zubb-slave-1 kata[140622]: time="2020-10-14T18:17:16.029732351+08:00" level=debug msg="reading guest console" ID=ff2179b6365f382bcb3c7ce779d7f492b3cfbb51f775ac2e0577555d073b918a sandbox=bf91fc3a-0dad-4790-95c2-298698ce674c source=virtcontainers vm=bf91fc3a-0dad-4790-95c2-298698ce674c vmconsole="[    2.213039] systemd[35]: Successfully forked off '(direxec)' as PID 36."
Oct 14 18:17:16 inspurclouddev-fshhd7zubb-slave-1 kata[140622]: time="2020-10-14T18:17:16.037002803+08:00" level=debug msg="reading guest console" ID=ff2179b6365f382bcb3c7ce779d7f492b3cfbb51f775ac2e0577555d073b918a sandbox=bf91fc3a-0dad-4790-95c2-298698ce674c source=virtcontainers vm=bf91fc3a-0dad-4790-95c2-298698ce674c vmconsole="[    2.220474] systemd[35]: Successfully forked off '(direxec)' as PID 37."
Oct 14 18:17:16 inspurclouddev-fshhd7zubb-slave-1 kata[140622]: time="2020-10-14T18:17:16.040446451+08:00" level=debug msg="reading guest console" ID=ff2179b6365f382bcb3c7ce779d7f492b3cfbb51f775ac2e0577555d073b918a sandbox=bf91fc3a-0dad-4790-95c2-298698ce674c source=virtcontainers vm=bf91fc3a-0dad-4790-95c2-298698ce674c vmconsole="[    2.223845] systemd[35]: Successfully forked off '(direxec)' as PID 38."
Oct 14 18:17:16 inspurclouddev-fshhd7zubb-slave-1 kata[140622]: time="2020-10-14T18:17:16.09032709+08:00" level=debug msg="reading guest console" ID=ff2179b6365f382bcb3c7ce779d7f492b3cfbb51f775ac2e0577555d073b918a sandbox=bf91fc3a-0dad-4790-95c2-298698ce674c source=virtcontainers vm=bf91fc3a-0dad-4790-95c2-298698ce674c vmconsole="[    2.273536] systemd[35]: /usr/lib/systemd/system-generators/systemd-run-generator succeeded."
Oct 14 18:17:16 inspurclouddev-fshhd7zubb-slave-1 kata[140622]: time="2020-10-14T18:17:16.09144834+08:00" level=debug msg="reading guest console" ID=ff2179b6365f382bcb3c7ce779d7f492b3cfbb51f775ac2e0577555d073b918a sandbox=bf91fc3a-0dad-4790-95c2-298698ce674c source=virtcontainers vm=bf91fc3a-0dad-4790-95c2-298698ce674c vmconsole="[    2.274133] systemd[35]: /usr/lib/systemd/system-generators/systemd-cryptsetup-generator succeeded."
Oct 14 18:17:16 inspurclouddev-fshhd7zubb-slave-1 kata[140622]: time="2020-10-14T18:17:16.094070719+08:00" level=debug msg="reading guest console" ID=ff2179b6365f382bcb3c7ce779d7f492b3cfbb51f775ac2e0577555d073b918a sandbox=bf91fc3a-0dad-4790-95c2-298698ce674c source=virtcontainers vm=bf91fc3a-0dad-4790-95c2-298698ce674c vmconsole="[    2.275234] systemd[35]: /usr/lib/systemd/system-generators/systemd-debug-generator succeeded."
Oct 14 18:17:16 inspurclouddev-fshhd7zubb-slave-1 kata[140622]: time="2020-10-14T18:17:16.094147634+08:00" level=debug msg="reading guest console" ID=ff2179b6365f382bcb3c7ce779d7f492b3cfbb51f775ac2e0577555d073b918a sandbox=bf91fc3a-0dad-4790-95c2-298698ce674c source=virtcontainers vm=bf91fc3a-0dad-4790-95c2-298698ce674c vmconsole="[    2.276629] systemd[1]: (sd-executor) succeeded."
Oct 14 18:17:16 inspurclouddev-fshhd7zubb-slave-1 kata[140622]: time="2020-10-14T18:17:16.094185082+08:00" level=debug msg="reading guest console" ID=ff2179b6365f382bcb3c7ce779d7f492b3cfbb51f775ac2e0577555d073b918a sandbox=bf91fc3a-0dad-4790-95c2-298698ce674c source=virtcontainers vm=bf91fc3a-0dad-4790-95c2-298698ce674c vmconsole="[    2.276982] systemd[1]: Looking for unit files in (higher priority first):"
Oct 14 18:17:16 inspurclouddev-fshhd7zubb-slave-1 kata[140622]: time="2020-10-14T18:17:16.094218939+08:00" level=debug msg="reading guest console" ID=ff2179b6365f382bcb3c7ce779d7f492b3cfbb51f775ac2e0577555d073b918a sandbox=bf91fc3a-0dad-4790-95c2-298698ce674c source=virtcontainers vm=bf91fc3a-0dad-4790-95c2-298698ce674c vmconsole="[    2.277299] systemd[1]: \t/etc/systemd/system.control"
Oct 14 18:17:16 inspurclouddev-fshhd7zubb-slave-1 kata[140622]: time="2020-10-14T18:17:16.094255755+08:00" level=debug msg="reading guest console" ID=ff2179b6365f382bcb3c7ce779d7f492b3cfbb51f775ac2e0577555d073b918a sandbox=bf91fc3a-0dad-4790-95c2-298698ce674c source=virtcontainers vm=bf91fc3a-0dad-4790-95c2-298698ce674c vmconsole="[    2.277490] systemd[1]: \t/run/systemd/system.control"
Oct 14 18:17:16 inspurclouddev-fshhd7zubb-slave-1 kata[140622]: time="2020-10-14T18:17:16.094442853+08:00" level=debug msg="reading guest console" ID=ff2179b6365f382bcb3c7ce779d7f492b3cfbb51f775ac2e0577555d073b918a sandbox=bf91fc3a-0dad-4790-95c2-298698ce674c source=virtcontainers vm=bf91fc3a-0dad-4790-95c2-298698ce674c vmconsole="[    2.277692] systemd[1]: \t/run/systemd/transient"
Oct 14 18:17:16 inspurclouddev-fshhd7zubb-slave-1 kata[140622]: time="2020-10-14T18:17:16.094737088+08:00" level=debug msg="reading guest console" ID=ff2179b6365f382bcb3c7ce779d7f492b3cfbb51f775ac2e0577555d073b918a sandbox=bf91fc3a-0dad-4790-95c2-298698ce674c source=virtcontainers vm=bf91fc3a-0dad-4790-95c2-298698ce674c vmconsole="[    2.278151] systemd[1]: \t/run/systemd/generator.early"
Oct 14 18:17:16 inspurclouddev-fshhd7zubb-slave-1 kata[140622]: time="2020-10-14T18:17:16.095184358+08:00" level=debug msg="reading guest console" ID=ff2179b6365f382bcb3c7ce779d7f492b3cfbb51f775ac2e0577555d073b918a sandbox=bf91fc3a-0dad-4790-95c2-298698ce674c source=virtcontainers vm=bf91fc3a-0dad-4790-95c2-298698ce674c vmconsole="[    2.278483] systemd[1]: \t/etc/systemd/system"
Oct 14 18:17:16 inspurclouddev-fshhd7zubb-slave-1 kata[140622]: time="2020-10-14T18:17:16.096891661+08:00" level=debug msg="reading guest console" ID=ff2179b6365f382bcb3c7ce779d7f492b3cfbb51f775ac2e0577555d073b918a sandbox=bf91fc3a-0dad-4790-95c2-298698ce674c source=virtcontainers vm=bf91fc3a-0dad-4790-95c2-298698ce674c vmconsole="[    2.278871] systemd[1]: \t/etc/systemd/system.attached"
Oct 14 18:17:16 inspurclouddev-fshhd7zubb-slave-1 kata[140622]: time="2020-10-14T18:17:16.097268581+08:00" level=debug msg="reading guest console" ID=ff2179b6365f382bcb3c7ce779d7f492b3cfbb51f775ac2e0577555d073b918a sandbox=bf91fc3a-0dad-4790-95c2-298698ce674c source=virtcontainers vm=bf91fc3a-0dad-4790-95c2-298698ce674c vmconsole="[    2.279944] systemd[1]: \t/run/systemd/system"
Oct 14 18:17:16 inspurclouddev-fshhd7zubb-slave-1 kata[140622]: time="2020-10-14T18:17:16.097660324+08:00" level=debug msg="reading guest console" ID=ff2179b6365f382bcb3c7ce779d7f492b3cfbb51f775ac2e0577555d073b918a sandbox=bf91fc3a-0dad-4790-95c2-298698ce674c source=virtcontainers vm=bf91fc3a-0dad-4790-95c2-298698ce674c vmconsole="[    2.280418] systemd[1]: \t/run/systemd/system.attached"
Oct 14 18:17:16 inspurclouddev-fshhd7zubb-slave-1 kata[140622]: time="2020-10-14T18:17:16.098019174+08:00" level=debug msg="reading guest console" ID=ff2179b6365f382bcb3c7ce779d7f492b3cfbb51f775ac2e0577555d073b918a sandbox=bf91fc3a-0dad-4790-95c2-298698ce674c source=virtcontainers vm=bf91fc3a-0dad-4790-95c2-298698ce674c vmconsole="[    2.280751] systemd[1]: \t/run/systemd/generator"
Oct 14 18:17:16 inspurclouddev-fshhd7zubb-slave-1 kata[140622]: time="2020-10-14T18:17:16.098420438+08:00" level=debug msg="reading guest console" ID=ff2179b6365f382bcb3c7ce779d7f492b3cfbb51f775ac2e0577555d073b918a sandbox=bf91fc3a-0dad-4790-95c2-298698ce674c source=virtcontainers vm=bf91fc3a-0dad-4790-95c2-298698ce674c vmconsole="[    2.281068] systemd[1]: \t/usr/local/lib/systemd/system"
Oct 14 18:17:16 inspurclouddev-fshhd7zubb-slave-1 kata[140622]: time="2020-10-14T18:17:16.09879217+08:00" level=debug msg="reading guest console" ID=ff2179b6365f382bcb3c7ce779d7f492b3cfbb51f775ac2e0577555d073b918a sandbox=bf91fc3a-0dad-4790-95c2-298698ce674c source=virtcontainers vm=bf91fc3a-0dad-4790-95c2-298698ce674c vmconsole="[    2.281786] systemd[1]: \t/usr/lib/systemd/system"
Oct 14 18:17:16 inspurclouddev-fshhd7zubb-slave-1 kata[140622]: time="2020-10-14T18:17:16.099292369+08:00" level=debug msg="reading guest console" ID=ff2179b6365f382bcb3c7ce779d7f492b3cfbb51f775ac2e0577555d073b918a sandbox=bf91fc3a-0dad-4790-95c2-298698ce674c source=virtcontainers vm=bf91fc3a-0dad-4790-95c2-298698ce674c vmconsole="[    2.282547] systemd[1]: \t/run/systemd/generator.late"
Oct 14 18:17:16 inspurclouddev-fshhd7zubb-slave-1 kata[140622]: time="2020-10-14T18:17:16.113073366+08:00" level=debug msg="reading guest console" ID=ff2179b6365f382bcb3c7ce779d7f492b3cfbb51f775ac2e0577555d073b918a sandbox=bf91fc3a-0dad-4790-95c2-298698ce674c source=virtcontainers vm=bf91fc3a-0dad-4790-95c2-298698ce674c vmconsole="[    2.296189] systemd[1]: unit_file_build_name_map: linked unit file: /run/systemd/generator.early/systemd-networkd.socket → /dev/null"
Oct 14 18:17:16 inspurclouddev-fshhd7zubb-slave-1 kata[140622]: time="2020-10-14T18:17:16.113995734+08:00" level=debug msg="reading guest console" ID=ff2179b6365f382bcb3c7ce779d7f492b3cfbb51f775ac2e0577555d073b918a sandbox=bf91fc3a-0dad-4790-95c2-298698ce674c source=virtcontainers vm=bf91fc3a-0dad-4790-95c2-298698ce674c vmconsole="[    2.296876] systemd[1]: unit_file_build_name_map: linked unit file: /run/systemd/generator.early/systemd-networkd.service → /dev/null"
Oct 14 18:17:16 inspurclouddev-fshhd7zubb-slave-1 kata[140622]: time="2020-10-14T18:17:16.114772905+08:00" level=debug msg="reading guest console" ID=ff2179b6365f382bcb3c7ce779d7f492b3cfbb51f775ac2e0577555d073b918a sandbox=bf91fc3a-0dad-4790-95c2-298698ce674c source=virtcontainers vm=bf91fc3a-0dad-4790-95c2-298698ce674c vmconsole="[    2.298188] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/swap.target"
Oct 14 18:17:16 inspurclouddev-fshhd7zubb-slave-1 kata[140622]: time="2020-10-14T18:17:16.115377755+08:00" level=debug msg="reading guest console" ID=ff2179b6365f382bcb3c7ce779d7f492b3cfbb51f775ac2e0577555d073b918a sandbox=bf91fc3a-0dad-4790-95c2-298698ce674c source=virtcontainers vm=bf91fc3a-0dad-4790-95c2-298698ce674c vmconsole="[    2.298562] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/sound.target"
Oct 14 18:17:16 inspurclouddev-fshhd7zubb-slave-1 kata[140622]: time="2020-10-14T18:17:16.115845937+08:00" level=debug msg="reading guest console" ID=ff2179b6365f382bcb3c7ce779d7f492b3cfbb51f775ac2e0577555d073b918a sandbox=bf91fc3a-0dad-4790-95c2-298698ce674c source=virtcontainers vm=bf91fc3a-0dad-4790-95c2-298698ce674c vmconsole="[    2.299162] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/final.target"
Oct 14 18:17:16 inspurclouddev-fshhd7zubb-slave-1 kata[140622]: time="2020-10-14T18:17:16.11650076+08:00" level=debug msg="reading guest console" ID=ff2179b6365f382bcb3c7ce779d7f492b3cfbb51f775ac2e0577555d073b918a sandbox=bf91fc3a-0dad-4790-95c2-298698ce674c source=virtcontainers vm=bf91fc3a-0dad-4790-95c2-298698ce674c vmconsole="[    2.299783] systemd[1]: unit_file_build_name_map: alias: /usr/lib/systemd/system/autovt@.service → getty@.service"
Oct 14 18:17:16 inspurclouddev-fshhd7zubb-slave-1 kata[140622]: time="2020-10-14T18:17:16.118138715+08:00" level=debug msg="reading guest console" ID=ff2179b6365f382bcb3c7ce779d7f492b3cfbb51f775ac2e0577555d073b918a sandbox=bf91fc3a-0dad-4790-95c2-298698ce674c source=virtcontainers vm=bf91fc3a-0dad-4790-95c2-298698ce674c vmconsole="[    2.300360] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/initrd-cleanup.service"
Oct 14 18:17:16 inspurclouddev-fshhd7zubb-slave-1 kata[140622]: time="2020-10-14T18:17:16.118874535+08:00" level=debug msg="reading guest console" ID=ff2179b6365f382bcb3c7ce779d7f492b3cfbb51f775ac2e0577555d073b918a sandbox=bf91fc3a-0dad-4790-95c2-298698ce674c source=virtcontainers vm=bf91fc3a-0dad-4790-95c2-298698ce674c vmconsole="[    2.301930] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/systemd-volatile-root.service"
Oct 14 18:17:16 inspurclouddev-fshhd7zubb-slave-1 kata[140622]: time="2020-10-14T18:17:16.119691623+08:00" level=debug msg="reading guest console" ID=ff2179b6365f382bcb3c7ce779d7f492b3cfbb51f775ac2e0577555d073b918a sandbox=bf91fc3a-0dad-4790-95c2-298698ce674c source=virtcontainers vm=bf91fc3a-0dad-4790-95c2-298698ce674c vmconsole="[    2.302664] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/initrd.target"
Oct 14 18:17:16 inspurclouddev-fshhd7zubb-slave-1 kata[140622]: time="2020-10-14T18:17:16.120542473+08:00" level=debug msg="reading guest console" ID=ff2179b6365f382bcb3c7ce779d7f492b3cfbb51f775ac2e0577555d073b918a sandbox=bf91fc3a-0dad-4790-95c2-298698ce674c source=virtcontainers vm=bf91fc3a-0dad-4790-95c2-298698ce674c vmconsole="[    2.303478] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/systemd-networkd-wait-online.service"
Oct 14 18:17:16 inspurclouddev-fshhd7zubb-slave-1 kata[140622]: time="2020-10-14T18:17:16.122161989+08:00" level=debug msg="reading guest console" ID=ff2179b6365f382bcb3c7ce779d7f492b3cfbb51f775ac2e0577555d073b918a sandbox=bf91fc3a-0dad-4790-95c2-298698ce674c source=virtcontainers vm=bf91fc3a-0dad-4790-95c2-298698ce674c vmconsole="[    2.304404] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/rpcbind.target"
Oct 14 18:17:16 inspurclouddev-fshhd7zubb-slave-1 kata[140622]: time="2020-10-14T18:17:16.122961074+08:00" level=debug msg="reading guest console" ID=ff2179b6365f382bcb3c7ce779d7f492b3cfbb51f775ac2e0577555d073b918a sandbox=bf91fc3a-0dad-4790-95c2-298698ce674c source=virtcontainers vm=bf91fc3a-0dad-4790-95c2-298698ce674c vmconsole="[    2.305862] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/systemd-sysctl.service"
Oct 14 18:17:16 inspurclouddev-fshhd7zubb-slave-1 kata[140622]: time="2020-10-14T18:17:16.123616558+08:00" level=debug msg="reading guest console" ID=ff2179b6365f382bcb3c7ce779d7f492b3cfbb51f775ac2e0577555d073b918a sandbox=bf91fc3a-0dad-4790-95c2-298698ce674c source=virtcontainers vm=bf91fc3a-0dad-4790-95c2-298698ce674c vmconsole="[    2.306786] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/systemd-kexec.service"
Oct 14 18:17:16 inspurclouddev-fshhd7zubb-slave-1 kata[140622]: time="2020-10-14T18:17:16.124465782+08:00" level=debug msg="reading guest console" ID=ff2179b6365f382bcb3c7ce779d7f492b3cfbb51f775ac2e0577555d073b918a sandbox=bf91fc3a-0dad-4790-95c2-298698ce674c source=virtcontainers vm=bf91fc3a-0dad-4790-95c2-298698ce674c vmconsole="[    2.307407] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/getty-pre.target"
Oct 14 18:17:16 inspurclouddev-fshhd7zubb-slave-1 kata[140622]: time="2020-10-14T18:17:16.12520972+08:00" level=debug msg="reading guest console" ID=ff2179b6365f382bcb3c7ce779d7f492b3cfbb51f775ac2e0577555d073b918a sandbox=bf91fc3a-0dad-4790-95c2-298698ce674c source=virtcontainers vm=bf91fc3a-0dad-4790-95c2-298698ce674c vmconsole="[    2.308301] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/systemd-poweroff.service"
Oct 14 18:17:16 inspurclouddev-fshhd7zubb-slave-1 kata[140622]: time="2020-10-14T18:17:16.125932305+08:00" level=debug msg="reading guest console" ID=ff2179b6365f382bcb3c7ce779d7f492b3cfbb51f775ac2e0577555d073b918a sandbox=bf91fc3a-0dad-4790-95c2-298698ce674c source=virtcontainers vm=bf91fc3a-0dad-4790-95c2-298698ce674c vmconsole="[    2.308995] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/systemd-tmpfiles-clean.timer"
Oct 14 18:17:16 inspurclouddev-fshhd7zubb-slave-1 kata[140622]: time="2020-10-14T18:17:16.127035664+08:00" level=debug msg="reading guest console" ID=ff2179b6365f382bcb3c7ce779d7f492b3cfbb51f775ac2e0577555d073b918a sandbox=bf91fc3a-0dad-4790-95c2-298698ce674c source=virtcontainers vm=bf91fc3a-0dad-4790-95c2-298698ce674c vmconsole="[    2.309752] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/systemd-homed.service"
Oct 14 18:17:16 inspurclouddev-fshhd7zubb-slave-1 kata[140622]: time="2020-10-14T18:17:16.127517663+08:00" level=debug msg="reading guest console" ID=ff2179b6365f382bcb3c7ce779d7f492b3cfbb51f775ac2e0577555d073b918a sandbox=bf91fc3a-0dad-4790-95c2-298698ce674c source=virtcontainers vm=bf91fc3a-0dad-4790-95c2-298698ce674c vmconsole="[    2.310818] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/modprobe@.service"
Oct 14 18:17:16 inspurclouddev-fshhd7zubb-slave-1 kata[140622]: time="2020-10-14T18:17:16.128106325+08:00" level=debug msg="reading guest console" ID=ff2179b6365f382bcb3c7ce779d7f492b3cfbb51f775ac2e0577555d073b918a sandbox=bf91fc3a-0dad-4790-95c2-298698ce674c source=virtcontainers vm=bf91fc3a-0dad-4790-95c2-298698ce674c vmconsole="[    2.311421] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/systemd-remount-fs.service"
Oct 14 18:17:16 inspurclouddev-fshhd7zubb-slave-1 kata[140622]: time="2020-10-14T18:17:16.128792584+08:00" level=debug msg="reading guest console" ID=ff2179b6365f382bcb3c7ce779d7f492b3cfbb51f775ac2e0577555d073b918a sandbox=bf91fc3a-0dad-4790-95c2-298698ce674c source=virtcontainers vm=bf91fc3a-0dad-4790-95c2-298698ce674c vmconsole="[    2.311897] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/user@.service"
Oct 14 18:17:16 inspurclouddev-fshhd7zubb-slave-1 kata[140622]: time="2020-10-14T18:17:16.129607882+08:00" level=debug msg="reading guest console" ID=ff2179b6365f382bcb3c7ce779d7f492b3cfbb51f775ac2e0577555d073b918a sandbox=bf91fc3a-0dad-4790-95c2-298698ce674c source=virtcontainers vm=bf91fc3a-0dad-4790-95c2-298698ce674c vmconsole="[    2.312624] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/systemd-coredump.socket"
Oct 14 18:17:16 inspurclouddev-fshhd7zubb-slave-1 kata[140622]: time="2020-10-14T18:17:16.130205362+08:00" level=debug msg="reading guest console" ID=ff2179b6365f382bcb3c7ce779d7f492b3cfbb51f775ac2e0577555d073b918a sandbox=bf91fc3a-0dad-4790-95c2-298698ce674c source=virtcontainers vm=bf91fc3a-0dad-4790-95c2-298698ce674c vmconsole="[    2.313407] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/system-update-pre.target"
Oct 14 18:17:16 inspurclouddev-fshhd7zubb-slave-1 kata[140622]: time="2020-10-14T18:17:16.131024184+08:00" level=debug msg="reading guest console" ID=ff2179b6365f382bcb3c7ce779d7f492b3cfbb51f775ac2e0577555d073b918a sandbox=bf91fc3a-0dad-4790-95c2-298698ce674c source=virtcontainers vm=bf91fc3a-0dad-4790-95c2-298698ce674c vmconsole="[    2.313995] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/systemd-ask-password-wall.service"
Oct 14 18:17:16 inspurclouddev-fshhd7zubb-slave-1 kata[140622]: time="2020-10-14T18:17:16.131643138+08:00" level=debug msg="reading guest console" ID=ff2179b6365f382bcb3c7ce779d7f492b3cfbb51f775ac2e0577555d073b918a sandbox=bf91fc3a-0dad-4790-95c2-298698ce674c source=virtcontainers vm=bf91fc3a-0dad-4790-95c2-298698ce674c vmconsole="[    2.314816] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/systemd-journald@.socket"
Oct 14 18:17:16 inspurclouddev-fshhd7zubb-slave-1 kata[140622]: time="2020-10-14T18:17:16.132460629+08:00" level=debug msg="reading guest console" ID=ff2179b6365f382bcb3c7ce779d7f492b3cfbb51f775ac2e0577555d073b918a sandbox=bf91fc3a-0dad-4790-95c2-298698ce674c source=virtcontainers vm=bf91fc3a-0dad-4790-95c2-298698ce674c vmconsole="[    2.315430] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/rescue.target"
Oct 14 18:17:16 inspurclouddev-fshhd7zubb-slave-1 kata[140622]: time="2020-10-14T18:17:16.133062458+08:00" level=debug msg="reading guest console" ID=ff2179b6365f382bcb3c7ce779d7f492b3cfbb51f775ac2e0577555d073b918a sandbox=bf91fc3a-0dad-4790-95c2-298698ce674c source=virtcontainers vm=bf91fc3a-0dad-4790-95c2-298698ce674c vmconsole="[    2.316326] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/systemd-journald@.service"
Oct 14 18:17:16 inspurclouddev-fshhd7zubb-slave-1 kata[140622]: time="2020-10-14T18:17:16.134082667+08:00" level=debug msg="reading guest console" ID=ff2179b6365f382bcb3c7ce779d7f492b3cfbb51f775ac2e0577555d073b918a sandbox=bf91fc3a-0dad-4790-95c2-298698ce674c source=virtcontainers vm=bf91fc3a-0dad-4790-95c2-298698ce674c vmconsole="[    2.316849] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/quotaon.service"
Oct 14 18:17:16 inspurclouddev-fshhd7zubb-slave-1 kata[140622]: time="2020-10-14T18:17:16.134952522+08:00" level=debug msg="reading guest console" ID=ff2179b6365f382bcb3c7ce779d7f492b3cfbb51f775ac2e0577555d073b918a sandbox=bf91fc3a-0dad-4790-95c2-298698ce674c source=virtcontainers vm=bf91fc3a-0dad-4790-95c2-298698ce674c vmconsole="[    2.317946] systemd[1]: unit_file_build_name_map: alias: /usr/lib/systemd/system/default.target → graphical.target"
Oct 14 18:17:16 inspurclouddev-fshhd7zubb-slave-1 kata[140622]: time="2020-10-14T18:17:16.135528583+08:00" level=debug msg="reading guest console" ID=ff2179b6365f382bcb3c7ce779d7f492b3cfbb51f775ac2e0577555d073b918a sandbox=bf91fc3a-0dad-4790-95c2-298698ce674c source=virtcontainers vm=bf91fc3a-0dad-4790-95c2-298698ce674c vmconsole="[    2.318742] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/systemd-exit.service"
Oct 14 18:17:16 inspurclouddev-fshhd7zubb-slave-1 kata[140622]: time="2020-10-14T18:17:16.136124794+08:00" level=debug msg="reading guest console" ID=ff2179b6365f382bcb3c7ce779d7f492b3cfbb51f775ac2e0577555d073b918a sandbox=bf91fc3a-0dad-4790-95c2-298698ce674c source=virtcontainers vm=bf91fc3a-0dad-4790-95c2-298698ce674c vmconsole="[    2.319316] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/timers.target"
Oct 14 18:17:16 inspurclouddev-fshhd7zubb-slave-1 kata[140622]: time="2020-10-14T18:17:16.136737068+08:00" level=debug msg="reading guest console" ID=ff2179b6365f382bcb3c7ce779d7f492b3cfbb51f775ac2e0577555d073b918a sandbox=bf91fc3a-0dad-4790-95c2-298698ce674c source=virtcontainers vm=bf91fc3a-0dad-4790-95c2-298698ce674c vmconsole="[    2.319913] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/uuidd.socket"
Oct 14 18:17:16 inspurclouddev-fshhd7zubb-slave-1 kata[140622]: time="2020-10-14T18:17:16.137397392+08:00" level=debug msg="reading guest console" ID=ff2179b6365f382bcb3c7ce779d7f492b3cfbb51f775ac2e0577555d073b918a sandbox=bf91fc3a-0dad-4790-95c2-298698ce674c source=virtcontainers vm=bf91fc3a-0dad-4790-95c2-298698ce674c vmconsole="[    2.320594] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/remote-fs-pre.target"
Oct 14 18:17:16 inspurclouddev-fshhd7zubb-slave-1 kata[140622]: time="2020-10-14T18:17:16.137989081+08:00" level=debug msg="reading guest console" ID=ff2179b6365f382bcb3c7ce779d7f492b3cfbb51f775ac2e0577555d073b918a sandbox=bf91fc3a-0dad-4790-95c2-298698ce674c source=virtcontainers vm=bf91fc3a-0dad-4790-95c2-298698ce674c vmconsole="[    2.321189] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/machine.slice"
Oct 14 18:17:16 inspurclouddev-fshhd7zubb-slave-1 kata[140622]: time="2020-10-14T18:17:16.138727123+08:00" level=debug msg="reading guest console" ID=ff2179b6365f382bcb3c7ce779d7f492b3cfbb51f775ac2e0577555d073b918a sandbox=bf91fc3a-0dad-4790-95c2-298698ce674c source=virtcontainers vm=bf91fc3a-0dad-4790-95c2-298698ce674c vmconsole="[    2.321847] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/systemd-userdbd.service"
Oct 14 18:17:16 inspurclouddev-fshhd7zubb-slave-1 kata[140622]: time="2020-10-14T18:17:16.139638329+08:00" level=debug msg="reading guest console" ID=ff2179b6365f382bcb3c7ce779d7f492b3cfbb51f775ac2e0577555d073b918a sandbox=bf91fc3a-0dad-4790-95c2-298698ce674c source=virtcontainers vm=bf91fc3a-0dad-4790-95c2-298698ce674c vmconsole="[    2.322514] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/systemd-ask-password-console.service"
Oct 14 18:17:16 inspurclouddev-fshhd7zubb-slave-1 kata[140622]: time="2020-10-14T18:17:16.140314773+08:00" level=debug msg="reading guest console" ID=ff2179b6365f382bcb3c7ce779d7f492b3cfbb51f775ac2e0577555d073b918a sandbox=bf91fc3a-0dad-4790-95c2-298698ce674c source=virtcontainers vm=bf91fc3a-0dad-4790-95c2-298698ce674c vmconsole="[    2.323416] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/systemd-binfmt.service"
Oct 14 18:17:16 inspurclouddev-fshhd7zubb-slave-1 kata[140622]: time="2020-10-14T18:17:16.141019006+08:00" level=debug msg="reading guest console" ID=ff2179b6365f382bcb3c7ce779d7f492b3cfbb51f775ac2e0577555d073b918a sandbox=bf91fc3a-0dad-4790-95c2-298698ce674c source=virtcontainers vm=bf91fc3a-0dad-4790-95c2-298698ce674c vmconsole="[    2.324185] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/sleep.target"
Oct 14 18:17:16 inspurclouddev-fshhd7zubb-slave-1 kata[140622]: time="2020-10-14T18:17:16.14183853+08:00" level=debug msg="reading guest console" ID=ff2179b6365f382bcb3c7ce779d7f492b3cfbb51f775ac2e0577555d073b918a sandbox=bf91fc3a-0dad-4790-95c2-298698ce674c source=virtcontainers vm=bf91fc3a-0dad-4790-95c2-298698ce674c vmconsole="[    2.324808] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/systemd-ask-password-wall.path"
Oct 14 18:17:16 inspurclouddev-fshhd7zubb-slave-1 kata[140622]: time="2020-10-14T18:17:16.143938886+08:00" level=debug msg="reading guest console" ID=ff2179b6365f382bcb3c7ce779d7f492b3cfbb51f775ac2e0577555d073b918a sandbox=bf91fc3a-0dad-4790-95c2-298698ce674c source=virtcontainers vm=bf91fc3a-0dad-4790-95c2-298698ce674c vmconsole="[    2.325357] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/local-fs.target"
Oct 14 18:17:16 inspurclouddev-fshhd7zubb-slave-1 kata[140622]: time="2020-10-14T18:17:16.143995825+08:00" level=debug msg="reading guest console" ID=ff2179b6365f382bcb3c7ce779d7f492b3cfbb51f775ac2e0577555d073b918a sandbox=bf91fc3a-0dad-4790-95c2-298698ce674c source=virtcontainers vm=bf91fc3a-0dad-4790-95c2-298698ce674c vmconsole="[    2.326038] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/ip6tables-save.service"
Oct 14 18:17:16 inspurclouddev-fshhd7zubb-slave-1 kata[140622]: time="2020-10-14T18:17:16.144823387+08:00" level=debug msg="reading guest console" ID=ff2179b6365f382bcb3c7ce779d7f492b3cfbb51f775ac2e0577555d073b918a sandbox=bf91fc3a-0dad-4790-95c2-298698ce674c source=virtcontainers vm=bf91fc3a-0dad-4790-95c2-298698ce674c vmconsole="[    2.327474] systemd[1]: unit_file_build_name_map: alias: /usr/lib/systemd/system/dbus-org.freedesktop.resolve1.service → systemd-resolved.service"
Oct 14 18:17:16 inspurclouddev-fshhd7zubb-slave-1 kata[140622]: time="2020-10-14T18:17:16.145482375+08:00" level=debug msg="reading guest console" ID=ff2179b6365f382bcb3c7ce779d7f492b3cfbb51f775ac2e0577555d073b918a sandbox=bf91fc3a-0dad-4790-95c2-298698ce674c source=virtcontainers vm=bf91fc3a-0dad-4790-95c2-298698ce674c vmconsole="[    2.328817] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/systemd-localed.service"
Oct 14 18:17:16 inspurclouddev-fshhd7zubb-slave-1 kata[140622]: time="2020-10-14T18:17:16.146288117+08:00" level=debug msg="reading guest console" ID=ff2179b6365f382bcb3c7ce779d7f492b3cfbb51f775ac2e0577555d073b918a sandbox=bf91fc3a-0dad-4790-95c2-298698ce674c source=virtcontainers vm=bf91fc3a-0dad-4790-95c2-298698ce674c vmconsole="[    2.329264] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/rescue.service"
Oct 14 18:17:16 inspurclouddev-fshhd7zubb-slave-1 kata[140622]: time="2020-10-14T18:17:16.147018969+08:00" level=debug msg="reading guest console" ID=ff2179b6365f382bcb3c7ce779d7f492b3cfbb51f775ac2e0577555d073b918a sandbox=bf91fc3a-0dad-4790-95c2-298698ce674c source=virtcontainers vm=bf91fc3a-0dad-4790-95c2-298698ce674c vmconsole="[    2.330023] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/systemd-timedated.service"
Oct 14 18:17:16 inspurclouddev-fshhd7zubb-slave-1 kata[140622]: time="2020-10-14T18:17:16.147672591+08:00" level=debug msg="reading guest console" ID=ff2179b6365f382bcb3c7ce779d7f492b3cfbb51f775ac2e0577555d073b918a sandbox=bf91fc3a-0dad-4790-95c2-298698ce674c source=virtcontainers vm=bf91fc3a-0dad-4790-95c2-298698ce674c vmconsole="[    2.330809] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/time-set.target"
Oct 14 18:17:16 inspurclouddev-fshhd7zubb-slave-1 kata[140622]: time="2020-10-14T18:17:16.151051471+08:00" level=debug msg="reading guest console" ID=ff2179b6365f382bcb3c7ce779d7f492b3cfbb51f775ac2e0577555d073b918a sandbox=bf91fc3a-0dad-4790-95c2-298698ce674c source=virtcontainers vm=bf91fc3a-0dad-4790-95c2-298698ce674c vmconsole="[    2.331440] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/machines.target"
Oct 14 18:17:16 inspurclouddev-fshhd7zubb-slave-1 kata[140622]: time="2020-10-14T18:17:16.151713753+08:00" level=debug msg="reading guest console" ID=ff2179b6365f382bcb3c7ce779d7f492b3cfbb51f775ac2e0577555d073b918a sandbox=bf91fc3a-0dad-4790-95c2-298698ce674c source=virtcontainers vm=bf91fc3a-0dad-4790-95c2-298698ce674c vmconsole="[    2.334911] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/network-online.target"
Oct 14 18:17:16 inspurclouddev-fshhd7zubb-slave-1 kata[140622]: time="2020-10-14T18:17:16.152385351+08:00" level=debug msg="reading guest console" ID=ff2179b6365f382bcb3c7ce779d7f492b3cfbb51f775ac2e0577555d073b918a sandbox=bf91fc3a-0dad-4790-95c2-298698ce674c source=virtcontainers vm=bf91fc3a-0dad-4790-95c2-298698ce674c vmconsole="[    2.335482] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/umount.target"
Oct 14 18:17:16 inspurclouddev-fshhd7zubb-slave-1 kata[140622]: time="2020-10-14T18:17:16.153313556+08:00" level=debug msg="reading guest console" ID=ff2179b6365f382bcb3c7ce779d7f492b3cfbb51f775ac2e0577555d073b918a sandbox=bf91fc3a-0dad-4790-95c2-298698ce674c source=virtcontainers vm=bf91fc3a-0dad-4790-95c2-298698ce674c vmconsole="[    2.336243] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/systemd-ask-password-console.path"
Oct 14 18:17:16 inspurclouddev-fshhd7zubb-slave-1 kata[140622]: time="2020-10-14T18:17:16.153902427+08:00" level=debug msg="reading guest console" ID=ff2179b6365f382bcb3c7ce779d7f492b3cfbb51f775ac2e0577555d073b918a sandbox=bf91fc3a-0dad-4790-95c2-298698ce674c source=virtcontainers vm=bf91fc3a-0dad-4790-95c2-298698ce674c vmconsole="[    2.337115] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/halt.target"
Oct 14 18:17:16 inspurclouddev-fshhd7zubb-slave-1 kata[140622]: time="2020-10-14T18:17:16.154507636+08:00" level=debug msg="reading guest console" ID=ff2179b6365f382bcb3c7ce779d7f492b3cfbb51f775ac2e0577555d073b918a sandbox=bf91fc3a-0dad-4790-95c2-298698ce674c source=virtcontainers vm=bf91fc3a-0dad-4790-95c2-298698ce674c vmconsole="[    2.337814] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/poweroff.target"
Oct 14 18:17:16 inspurclouddev-fshhd7zubb-slave-1 kata[140622]: time="2020-10-14T18:17:16.155073508+08:00" level=debug msg="reading guest console" ID=ff2179b6365f382bcb3c7ce779d7f492b3cfbb51f775ac2e0577555d073b918a sandbox=bf91fc3a-0dad-4790-95c2-298698ce674c source=virtcontainers vm=bf91fc3a-0dad-4790-95c2-298698ce674c vmconsole="[    2.338286] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/getty@.service"
Oct 14 18:17:16 inspurclouddev-fshhd7zubb-slave-1 kata[140622]: time="2020-10-14T18:17:16.155631002+08:00" level=debug msg="reading guest console" ID=ff2179b6365f382bcb3c7ce779d7f492b3cfbb51f775ac2e0577555d073b918a sandbox=bf91fc3a-0dad-4790-95c2-298698ce674c source=virtcontainers vm=bf91fc3a-0dad-4790-95c2-298698ce674c vmconsole="[    2.338851] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/systemd-hibernate.service"
Oct 14 18:17:16 inspurclouddev-fshhd7zubb-slave-1 kata[140622]: time="2020-10-14T18:17:16.156241713+08:00" level=debug msg="reading guest console" ID=ff2179b6365f382bcb3c7ce779d7f492b3cfbb51f775ac2e0577555d073b918a sandbox=bf91fc3a-0dad-4790-95c2-298698ce674c source=virtcontainers vm=bf91fc3a-0dad-4790-95c2-298698ce674c vmconsole="[    2.339414] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/sockets.target"
Oct 14 18:17:16 inspurclouddev-fshhd7zubb-slave-1 kata[140622]: time="2020-10-14T18:17:16.156856584+08:00" level=debug msg="reading guest console" ID=ff2179b6365f382bcb3c7ce779d7f492b3cfbb51f775ac2e0577555d073b918a sandbox=bf91fc3a-0dad-4790-95c2-298698ce674c source=virtcontainers vm=bf91fc3a-0dad-4790-95c2-298698ce674c vmconsole="[    2.340030] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/systemd-resolved.service"
Oct 14 18:17:16 inspurclouddev-fshhd7zubb-slave-1 kata[140622]: time="2020-10-14T18:17:16.157579894+08:00" level=debug msg="reading guest console" ID=ff2179b6365f382bcb3c7ce779d7f492b3cfbb51f775ac2e0577555d073b918a sandbox=bf91fc3a-0dad-4790-95c2-298698ce674c source=virtcontainers vm=bf91fc3a-0dad-4790-95c2-298698ce674c vmconsole="[    2.340753] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/network-pre.target"
Oct 14 18:17:16 inspurclouddev-fshhd7zubb-slave-1 kata[140622]: time="2020-10-14T18:17:16.158132778+08:00" level=debug msg="reading guest console" ID=ff2179b6365f382bcb3c7ce779d7f492b3cfbb51f775ac2e0577555d073b918a sandbox=bf91fc3a-0dad-4790-95c2-298698ce674c source=virtcontainers vm=bf91fc3a-0dad-4790-95c2-298698ce674c vmconsole="[    2.341368] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/slices.target"
Oct 14 18:17:16 inspurclouddev-fshhd7zubb-slave-1 kata[140622]: time="2020-10-14T18:17:16.158922174+08:00" level=debug msg="reading guest console" ID=ff2179b6365f382bcb3c7ce779d7f492b3cfbb51f775ac2e0577555d073b918a sandbox=bf91fc3a-0dad-4790-95c2-298698ce674c source=virtcontainers vm=bf91fc3a-0dad-4790-95c2-298698ce674c vmconsole="[    2.341923] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/user-runtime-dir@.service"
Oct 14 18:17:16 inspurclouddev-fshhd7zubb-slave-1 kata[140622]: time="2020-10-14T18:17:16.159524437+08:00" level=debug msg="reading guest console" ID=ff2179b6365f382bcb3c7ce779d7f492b3cfbb51f775ac2e0577555d073b918a sandbox=bf91fc3a-0dad-4790-95c2-298698ce674c source=virtcontainers vm=bf91fc3a-0dad-4790-95c2-298698ce674c vmconsole="[    2.342712] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/reboot.target"
Oct 14 18:17:16 inspurclouddev-fshhd7zubb-slave-1 kata[140622]: time="2020-10-14T18:17:16.160294254+08:00" level=debug msg="reading guest console" ID=ff2179b6365f382bcb3c7ce779d7f492b3cfbb51f775ac2e0577555d073b918a sandbox=bf91fc3a-0dad-4790-95c2-298698ce674c source=virtcontainers vm=bf91fc3a-0dad-4790-95c2-298698ce674c vmconsole="[    2.343313] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/uuidd.service"
Oct 14 18:17:16 inspurclouddev-fshhd7zubb-slave-1 kata[140622]: time="2020-10-14T18:17:16.161027748+08:00" level=debug msg="reading guest console" ID=ff2179b6365f382bcb3c7ce779d7f492b3cfbb51f775ac2e0577555d073b918a sandbox=bf91fc3a-0dad-4790-95c2-298698ce674c source=virtcontainers vm=bf91fc3a-0dad-4790-95c2-298698ce674c vmconsole="[    2.344163] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/systemd-time-wait-sync.service"
Oct 14 18:17:16 inspurclouddev-fshhd7zubb-slave-1 kata[140622]: time="2020-10-14T18:17:16.161923197+08:00" level=debug msg="reading guest console" ID=ff2179b6365f382bcb3c7ce779d7f492b3cfbb51f775ac2e0577555d073b918a sandbox=bf91fc3a-0dad-4790-95c2-298698ce674c source=virtcontainers vm=bf91fc3a-0dad-4790-95c2-298698ce674c vmconsole="[    2.344794] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/systemd-userdbd.socket"
Oct 14 18:17:16 inspurclouddev-fshhd7zubb-slave-1 kata[140622]: time="2020-10-14T18:17:16.162375063+08:00" level=debug msg="reading guest console" ID=ff2179b6365f382bcb3c7ce779d7f492b3cfbb51f775ac2e0577555d073b918a sandbox=bf91fc3a-0dad-4790-95c2-298698ce674c source=virtcontainers vm=bf91fc3a-0dad-4790-95c2-298698ce674c vmconsole="[    2.345464] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/suspend-then-hibernate.target"
Oct 14 18:17:16 inspurclouddev-fshhd7zubb-slave-1 kata[140622]: time="2020-10-14T18:17:16.163584875+08:00" level=debug msg="reading guest console" ID=ff2179b6365f382bcb3c7ce779d7f492b3cfbb51f775ac2e0577555d073b918a sandbox=bf91fc3a-0dad-4790-95c2-298698ce674c source=virtcontainers vm=bf91fc3a-0dad-4790-95c2-298698ce674c vmconsole="[    2.346160] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/sigpwr.target"
Oct 14 18:17:16 inspurclouddev-fshhd7zubb-slave-1 kata[140622]: time="2020-10-14T18:17:16.163640945+08:00" level=debug msg="reading guest console" ID=ff2179b6365f382bcb3c7ce779d7f492b3cfbb51f775ac2e0577555d073b918a sandbox=bf91fc3a-0dad-4790-95c2-298698ce674c source=virtcontainers vm=bf91fc3a-0dad-4790-95c2-298698ce674c vmconsole="[    2.346850] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/smartcard.target"
Oct 14 18:17:16 inspurclouddev-fshhd7zubb-slave-1 kata[140622]: time="2020-10-14T18:17:16.164315669+08:00" level=debug msg="reading guest console" ID=ff2179b6365f382bcb3c7ce779d7f492b3cfbb51f775ac2e0577555d073b918a sandbox=bf91fc3a-0dad-4790-95c2-298698ce674c source=virtcontainers vm=bf91fc3a-0dad-4790-95c2-298698ce674c vmconsole="[    2.347252] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/network.target"
Oct 14 18:17:16 inspurclouddev-fshhd7zubb-slave-1 kata[140622]: time="2020-10-14T18:17:16.16516014+08:00" level=debug msg="reading guest console" ID=ff2179b6365f382bcb3c7ce779d7f492b3cfbb51f775ac2e0577555d073b918a sandbox=bf91fc3a-0dad-4790-95c2-298698ce674c source=virtcontainers vm=bf91fc3a-0dad-4790-95c2-298698ce674c vmconsole="[    2.347978] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/dynamic-trust-store.service"
Oct 14 18:17:16 inspurclouddev-fshhd7zubb-slave-1 kata[140622]: time="2020-10-14T18:17:16.165894661+08:00" level=debug msg="reading guest console" ID=ff2179b6365f382bcb3c7ce779d7f492b3cfbb51f775ac2e0577555d073b918a sandbox=bf91fc3a-0dad-4790-95c2-298698ce674c source=virtcontainers vm=bf91fc3a-0dad-4790-95c2-298698ce674c vmconsole="[    2.348985] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/initrd-switch-root.service"
Oct 14 18:17:16 inspurclouddev-fshhd7zubb-slave-1 kata[140622]: time="2020-10-14T18:17:16.166450602+08:00" level=debug msg="reading guest console" ID=ff2179b6365f382bcb3c7ce779d7f492b3cfbb51f775ac2e0577555d073b918a sandbox=bf91fc3a-0dad-4790-95c2-298698ce674c source=virtcontainers vm=bf91fc3a-0dad-4790-95c2-298698ce674c vmconsole="[    2.349654] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/systemd-hybrid-sleep.service"
Oct 14 18:17:16 inspurclouddev-fshhd7zubb-slave-1 kata[140622]: time="2020-10-14T18:17:16.167238391+08:00" level=debug msg="reading guest console" ID=ff2179b6365f382bcb3c7ce779d7f492b3cfbb51f775ac2e0577555d073b918a sandbox=bf91fc3a-0dad-4790-95c2-298698ce674c source=virtcontainers vm=bf91fc3a-0dad-4790-95c2-298698ce674c vmconsole="[    2.350346] systemd[1]: unit_file_build_name_map: alias: /usr/lib/systemd/system/dbus-org.freedesktop.machine1.service → systemd-machined.service"
Oct 14 18:17:16 inspurclouddev-fshhd7zubb-slave-1 kata[140622]: time="2020-10-14T18:17:16.167953821+08:00" level=debug msg="reading guest console" ID=ff2179b6365f382bcb3c7ce779d7f492b3cfbb51f775ac2e0577555d073b918a sandbox=bf91fc3a-0dad-4790-95c2-298698ce674c source=virtcontainers vm=bf91fc3a-0dad-4790-95c2-298698ce674c vmconsole="[    2.351025] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/initrd-switch-root.target"
Oct 14 18:17:16 inspurclouddev-fshhd7zubb-slave-1 kata[140622]: time="2020-10-14T18:17:16.168678559+08:00" level=debug msg="reading guest console" ID=ff2179b6365f382bcb3c7ce779d7f492b3cfbb51f775ac2e0577555d073b918a sandbox=bf91fc3a-0dad-4790-95c2-298698ce674c source=virtcontainers vm=bf91fc3a-0dad-4790-95c2-298698ce674c vmconsole="[    2.351744] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/systemd-backlight@.service"
Oct 14 18:17:16 inspurclouddev-fshhd7zubb-slave-1 kata[140622]: time="2020-10-14T18:17:16.169245571+08:00" level=debug msg="reading guest console" ID=ff2179b6365f382bcb3c7ce779d7f492b3cfbb51f775ac2e0577555d073b918a sandbox=bf91fc3a-0dad-4790-95c2-298698ce674c source=virtcontainers vm=bf91fc3a-0dad-4790-95c2-298698ce674c vmconsole="[    2.352521] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/initrd-parse-etc.service"
Oct 14 18:17:16 inspurclouddev-fshhd7zubb-slave-1 kata[140622]: time="2020-10-14T18:17:16.169890369+08:00" level=debug msg="reading guest console" ID=ff2179b6365f382bcb3c7ce779d7f492b3cfbb51f775ac2e0577555d073b918a sandbox=bf91fc3a-0dad-4790-95c2-298698ce674c source=virtcontainers vm=bf91fc3a-0dad-4790-95c2-298698ce674c vmconsole="[    2.353027] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/emergency.target"
Oct 14 18:17:16 inspurclouddev-fshhd7zubb-slave-1 kata[140622]: time="2020-10-14T18:17:16.17059825+08:00" level=debug msg="reading guest console" ID=ff2179b6365f382bcb3c7ce779d7f492b3cfbb51f775ac2e0577555d073b918a sandbox=bf91fc3a-0dad-4790-95c2-298698ce674c source=virtcontainers vm=bf91fc3a-0dad-4790-95c2-298698ce674c vmconsole="[    2.353676] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/initrd-fs.target"
Oct 14 18:17:16 inspurclouddev-fshhd7zubb-slave-1 kata[140622]: time="2020-10-14T18:17:16.171327858+08:00" level=debug msg="reading guest console" ID=ff2179b6365f382bcb3c7ce779d7f492b3cfbb51f775ac2e0577555d073b918a sandbox=bf91fc3a-0dad-4790-95c2-298698ce674c source=virtcontainers vm=bf91fc3a-0dad-4790-95c2-298698ce674c vmconsole="[    2.354386] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/systemd-journald-varlink@.socket"
Oct 14 18:17:16 inspurclouddev-fshhd7zubb-slave-1 kata[140622]: time="2020-10-14T18:17:16.172065091+08:00" level=debug msg="reading guest console" ID=ff2179b6365f382bcb3c7ce779d7f492b3cfbb51f775ac2e0577555d073b918a sandbox=bf91fc3a-0dad-4790-95c2-298698ce674c source=virtcontainers vm=bf91fc3a-0dad-4790-95c2-298698ce674c vmconsole="[    2.355114] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/kmod-static-nodes.service"
Oct 14 18:17:16 inspurclouddev-fshhd7zubb-slave-1 kata[140622]: time="2020-10-14T18:17:16.17271702+08:00" level=debug msg="reading guest console" ID=ff2179b6365f382bcb3c7ce779d7f492b3cfbb51f775ac2e0577555d073b918a sandbox=bf91fc3a-0dad-4790-95c2-298698ce674c source=virtcontainers vm=bf91fc3a-0dad-4790-95c2-298698ce674c vmconsole="[    2.355854] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/systemd-udev-settle.service"
Oct 14 18:17:16 inspurclouddev-fshhd7zubb-slave-1 kata[140622]: time="2020-10-14T18:17:16.173547383+08:00" level=debug msg="reading guest console" ID=ff2179b6365f382bcb3c7ce779d7f492b3cfbb51f775ac2e0577555d073b918a sandbox=bf91fc3a-0dad-4790-95c2-298698ce674c source=virtcontainers vm=bf91fc3a-0dad-4790-95c2-298698ce674c vmconsole="[    2.356560] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/systemd-repart.service"
Oct 14 18:17:16 inspurclouddev-fshhd7zubb-slave-1 kata[140622]: time="2020-10-14T18:17:16.174154807+08:00" level=debug msg="reading guest console" ID=ff2179b6365f382bcb3c7ce779d7f492b3cfbb51f775ac2e0577555d073b918a sandbox=bf91fc3a-0dad-4790-95c2-298698ce674c source=virtcontainers vm=bf91fc3a-0dad-4790-95c2-298698ce674c vmconsole="[    2.357332] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/systemd-modules-load.service"
Oct 14 18:17:16 inspurclouddev-fshhd7zubb-slave-1 kata[140622]: time="2020-10-14T18:17:16.174773891+08:00" level=debug msg="reading guest console" ID=ff2179b6365f382bcb3c7ce779d7f492b3cfbb51f775ac2e0577555d073b918a sandbox=bf91fc3a-0dad-4790-95c2-298698ce674c source=virtcontainers vm=bf91fc3a-0dad-4790-95c2-298698ce674c vmconsole="[    2.357942] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/sysinit.target"
Oct 14 18:17:16 inspurclouddev-fshhd7zubb-slave-1 kata[140622]: time="2020-10-14T18:17:16.175392973+08:00" level=debug msg="reading guest console" ID=ff2179b6365f382bcb3c7ce779d7f492b3cfbb51f775ac2e0577555d073b918a sandbox=bf91fc3a-0dad-4790-95c2-298698ce674c source=virtcontainers vm=bf91fc3a-0dad-4790-95c2-298698ce674c vmconsole="[    2.358561] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/systemd-pstore.service"
Oct 14 18:17:16 inspurclouddev-fshhd7zubb-slave-1 kata[140622]: time="2020-10-14T18:17:16.176333034+08:00" level=debug msg="reading guest console" ID=ff2179b6365f382bcb3c7ce779d7f492b3cfbb51f775ac2e0577555d073b918a sandbox=bf91fc3a-0dad-4790-95c2-298698ce674c source=virtcontainers vm=bf91fc3a-0dad-4790-95c2-298698ce674c vmconsole="[    2.359178] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/iptables-save.service"
Oct 14 18:17:16 inspurclouddev-fshhd7zubb-slave-1 kata[140622]: time="2020-10-14T18:17:16.179322818+08:00" level=debug msg="reading guest console" ID=ff2179b6365f382bcb3c7ce779d7f492b3cfbb51f775ac2e0577555d073b918a sandbox=bf91fc3a-0dad-4790-95c2-298698ce674c source=virtcontainers vm=bf91fc3a-0dad-4790-95c2-298698ce674c vmconsole="[    2.360184] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/remote-cryptsetup.target"
Oct 14 18:17:16 inspurclouddev-fshhd7zubb-slave-1 kata[140622]: time="2020-10-14T18:17:16.18022334+08:00" level=debug msg="reading guest console" ID=ff2179b6365f382bcb3c7ce779d7f492b3cfbb51f775ac2e0577555d073b918a sandbox=bf91fc3a-0dad-4790-95c2-298698ce674c source=virtcontainers vm=bf91fc3a-0dad-4790-95c2-298698ce674c vmconsole="[    2.363151] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/iptables-restore.service"
Oct 14 18:17:16 inspurclouddev-fshhd7zubb-slave-1 kata[140622]: time="2020-10-14T18:17:16.181103282+08:00" level=debug msg="reading guest console" ID=ff2179b6365f382bcb3c7ce779d7f492b3cfbb51f775ac2e0577555d073b918a sandbox=bf91fc3a-0dad-4790-95c2-298698ce674c source=virtcontainers vm=bf91fc3a-0dad-4790-95c2-298698ce674c vmconsole="[    2.364068] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/systemd-boot-system-token.service"
Oct 14 18:17:16 inspurclouddev-fshhd7zubb-slave-1 kata[140622]: time="2020-10-14T18:17:16.181982511+08:00" level=debug msg="reading guest console" ID=ff2179b6365f382bcb3c7ce779d7f492b3cfbb51f775ac2e0577555d073b918a sandbox=bf91fc3a-0dad-4790-95c2-298698ce674c source=virtcontainers vm=bf91fc3a-0dad-4790-95c2-298698ce674c vmconsole="[    2.364982] systemd[1]: unit_file_build_name_map: alias: /usr/lib/systemd/system/dbus-org.freedesktop.login1.service → systemd-logind.service"
Oct 14 18:17:16 inspurclouddev-fshhd7zubb-slave-1 kata[140622]: time="2020-10-14T18:17:16.182656353+08:00" level=debug msg="reading guest console" ID=ff2179b6365f382bcb3c7ce779d7f492b3cfbb51f775ac2e0577555d073b918a sandbox=bf91fc3a-0dad-4790-95c2-298698ce674c source=virtcontainers vm=bf91fc3a-0dad-4790-95c2-298698ce674c vmconsole="[    2.365775] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/nss-user-lookup.target"
Oct 14 18:17:16 inspurclouddev-fshhd7zubb-slave-1 kata[140622]: time="2020-10-14T18:17:16.18372339+08:00" level=debug msg="reading guest console" ID=ff2179b6365f382bcb3c7ce779d7f492b3cfbb51f775ac2e0577555d073b918a sandbox=bf91fc3a-0dad-4790-95c2-298698ce674c source=virtcontainers vm=bf91fc3a-0dad-4790-95c2-298698ce674c vmconsole="[    2.366446] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/kata-containers.target"
Oct 14 18:17:16 inspurclouddev-fshhd7zubb-slave-1 kata[140622]: time="2020-10-14T18:17:16.1845752+08:00" level=debug msg="reading guest console" ID=ff2179b6365f382bcb3c7ce779d7f492b3cfbb51f775ac2e0577555d073b918a sandbox=bf91fc3a-0dad-4790-95c2-298698ce674c source=virtcontainers vm=bf91fc3a-0dad-4790-95c2-298698ce674c vmconsole="[    2.367509] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/systemd-fsck@.service"
Oct 14 18:17:16 inspurclouddev-fshhd7zubb-slave-1 kata[140622]: time="2020-10-14T18:17:16.185478118+08:00" level=debug msg="reading guest console" ID=ff2179b6365f382bcb3c7ce779d7f492b3cfbb51f775ac2e0577555d073b918a sandbox=bf91fc3a-0dad-4790-95c2-298698ce674c source=virtcontainers vm=bf91fc3a-0dad-4790-95c2-298698ce674c vmconsole="[    2.368560] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/shutdown.target"
Oct 14 18:17:16 inspurclouddev-fshhd7zubb-slave-1 kata[140622]: time="2020-10-14T18:17:16.186166352+08:00" level=debug msg="reading guest console" ID=ff2179b6365f382bcb3c7ce779d7f492b3cfbb51f775ac2e0577555d073b918a sandbox=bf91fc3a-0dad-4790-95c2-298698ce674c source=virtcontainers vm=bf91fc3a-0dad-4790-95c2-298698ce674c vmconsole="[    2.369257] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/systemd-suspend.service"
Oct 14 18:17:16 inspurclouddev-fshhd7zubb-slave-1 kata[140622]: time="2020-10-14T18:17:16.189059067+08:00" level=debug msg="reading guest console" ID=ff2179b6365f382bcb3c7ce779d7f492b3cfbb51f775ac2e0577555d073b918a sandbox=bf91fc3a-0dad-4790-95c2-298698ce674c source=virtcontainers vm=bf91fc3a-0dad-4790-95c2-298698ce674c vmconsole="[    2.369957] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/systemd-suspend-then-hibernate.service"
Oct 14 18:17:16 inspurclouddev-fshhd7zubb-slave-1 kata[140622]: time="2020-10-14T18:17:16.189656873+08:00" level=debug msg="reading guest console" ID=ff2179b6365f382bcb3c7ce779d7f492b3cfbb51f775ac2e0577555d073b918a sandbox=bf91fc3a-0dad-4790-95c2-298698ce674c source=virtcontainers vm=bf91fc3a-0dad-4790-95c2-298698ce674c vmconsole="[    2.372906] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/fstrim.service"
Oct 14 18:17:16 inspurclouddev-fshhd7zubb-slave-1 kata[140622]: time="2020-10-14T18:17:16.190548144+08:00" level=debug msg="reading guest console" ID=ff2179b6365f382bcb3c7ce779d7f492b3cfbb51f775ac2e0577555d073b918a sandbox=bf91fc3a-0dad-4790-95c2-298698ce674c source=virtcontainers vm=bf91fc3a-0dad-4790-95c2-298698ce674c vmconsole="[    2.373445] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/nss-lookup.target"
Oct 14 18:17:16 inspurclouddev-fshhd7zubb-slave-1 kata[140622]: time="2020-10-14T18:17:16.191177422+08:00" level=debug msg="reading guest console" ID=ff2179b6365f382bcb3c7ce779d7f492b3cfbb51f775ac2e0577555d073b918a sandbox=bf91fc3a-0dad-4790-95c2-298698ce674c source=virtcontainers vm=bf91fc3a-0dad-4790-95c2-298698ce674c vmconsole="[    2.374337] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/getty.target"
Oct 14 18:17:16 inspurclouddev-fshhd7zubb-slave-1 kata[140622]: time="2020-10-14T18:17:16.19192824+08:00" level=debug msg="reading guest console" ID=ff2179b6365f382bcb3c7ce779d7f492b3cfbb51f775ac2e0577555d073b918a sandbox=bf91fc3a-0dad-4790-95c2-298698ce674c source=virtcontainers vm=bf91fc3a-0dad-4790-95c2-298698ce674c vmconsole="[    2.374990] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/blockdev@.target"
Oct 14 18:17:16 inspurclouddev-fshhd7zubb-slave-1 kata[140622]: time="2020-10-14T18:17:16.192554709+08:00" level=debug msg="reading guest console" ID=ff2179b6365f382bcb3c7ce779d7f492b3cfbb51f775ac2e0577555d073b918a sandbox=bf91fc3a-0dad-4790-95c2-298698ce674c source=virtcontainers vm=bf91fc3a-0dad-4790-95c2-298698ce674c vmconsole="[    2.375773] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/cryptsetup.target"
Oct 14 18:17:16 inspurclouddev-fshhd7zubb-slave-1 kata[140622]: time="2020-10-14T18:17:16.193427608+08:00" level=debug msg="reading guest console" ID=ff2179b6365f382bcb3c7ce779d7f492b3cfbb51f775ac2e0577555d073b918a sandbox=bf91fc3a-0dad-4790-95c2-298698ce674c source=virtcontainers vm=bf91fc3a-0dad-4790-95c2-298698ce674c vmconsole="[    2.376396] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/printer.target"
Oct 14 18:17:16 inspurclouddev-fshhd7zubb-slave-1 kata[140622]: time="2020-10-14T18:17:16.194197953+08:00" level=debug msg="reading guest console" ID=ff2179b6365f382bcb3c7ce779d7f492b3cfbb51f775ac2e0577555d073b918a sandbox=bf91fc3a-0dad-4790-95c2-298698ce674c source=virtcontainers vm=bf91fc3a-0dad-4790-95c2-298698ce674c vmconsole="[    2.377211] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/proc-sys-fs-binfmt_misc.automount"
Oct 14 18:17:16 inspurclouddev-fshhd7zubb-slave-1 kata[140622]: time="2020-10-14T18:17:16.194788192+08:00" level=debug msg="reading guest console" ID=ff2179b6365f382bcb3c7ce779d7f492b3cfbb51f775ac2e0577555d073b918a sandbox=bf91fc3a-0dad-4790-95c2-298698ce674c source=virtcontainers vm=bf91fc3a-0dad-4790-95c2-298698ce674c vmconsole="[    2.377988] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/systemd-portabled.service"
Oct 14 18:17:16 inspurclouddev-fshhd7zubb-slave-1 kata[140622]: time="2020-10-14T18:17:16.19543785+08:00" level=debug msg="reading guest console" ID=ff2179b6365f382bcb3c7ce779d7f492b3cfbb51f775ac2e0577555d073b918a sandbox=bf91fc3a-0dad-4790-95c2-298698ce674c source=virtcontainers vm=bf91fc3a-0dad-4790-95c2-298698ce674c vmconsole="[    2.378585] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/systemd-logind.service"
Oct 14 18:17:16 inspurclouddev-fshhd7zubb-slave-1 kata[140622]: time="2020-10-14T18:17:16.196112922+08:00" level=debug msg="reading guest console" ID=ff2179b6365f382bcb3c7ce779d7f492b3cfbb51f775ac2e0577555d073b918a sandbox=bf91fc3a-0dad-4790-95c2-298698ce674c source=virtcontainers vm=bf91fc3a-0dad-4790-95c2-298698ce674c vmconsole="[    2.379238] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/bluetooth.target"
Oct 14 18:17:16 inspurclouddev-fshhd7zubb-slave-1 kata[140622]: time="2020-10-14T18:17:16.196895185+08:00" level=debug msg="reading guest console" ID=ff2179b6365f382bcb3c7ce779d7f492b3cfbb51f775ac2e0577555d073b918a sandbox=bf91fc3a-0dad-4790-95c2-298698ce674c source=virtcontainers vm=bf91fc3a-0dad-4790-95c2-298698ce674c vmconsole="[    2.380173] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/systemd-reboot.service"
Oct 14 18:17:16 inspurclouddev-fshhd7zubb-slave-1 kata[140622]: time="2020-10-14T18:17:16.197604083+08:00" level=debug msg="reading guest console" ID=ff2179b6365f382bcb3c7ce779d7f492b3cfbb51f775ac2e0577555d073b918a sandbox=bf91fc3a-0dad-4790-95c2-298698ce674c source=virtcontainers vm=bf91fc3a-0dad-4790-95c2-298698ce674c vmconsole="[    2.380749] systemd[1]: unit_file_build_name_map: alias: /usr/lib/systemd/system/dbus-org.freedesktop.portable1.service → systemd-portabled.service"
Oct 14 18:17:16 inspurclouddev-fshhd7zubb-slave-1 kata[140622]: time="2020-10-14T18:17:16.198334432+08:00" level=debug msg="reading guest console" ID=ff2179b6365f382bcb3c7ce779d7f492b3cfbb51f775ac2e0577555d073b918a sandbox=bf91fc3a-0dad-4790-95c2-298698ce674c source=virtcontainers vm=bf91fc3a-0dad-4790-95c2-298698ce674c vmconsole="[    2.381392] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/system-systemd\\x2dcryptsetup.slice"
Oct 14 18:17:16 inspurclouddev-fshhd7zubb-slave-1 kata[140622]: time="2020-10-14T18:17:16.198774937+08:00" level=debug msg="reading guest console" ID=ff2179b6365f382bcb3c7ce779d7f492b3cfbb51f775ac2e0577555d073b918a sandbox=bf91fc3a-0dad-4790-95c2-298698ce674c source=virtcontainers vm=bf91fc3a-0dad-4790-95c2-298698ce674c vmconsole="[    2.382103] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/local-fs-pre.target"
Oct 14 18:17:16 inspurclouddev-fshhd7zubb-slave-1 kata[140622]: time="2020-10-14T18:17:16.199409109+08:00" level=debug msg="reading guest console" ID=ff2179b6365f382bcb3c7ce779d7f492b3cfbb51f775ac2e0577555d073b918a sandbox=bf91fc3a-0dad-4790-95c2-298698ce674c source=virtcontainers vm=bf91fc3a-0dad-4790-95c2-298698ce674c vmconsole="[    2.382563] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/ip6tables-restore.service"
Oct 14 18:17:16 inspurclouddev-fshhd7zubb-slave-1 kata[140622]: time="2020-10-14T18:17:16.200056301+08:00" level=debug msg="reading guest console" ID=ff2179b6365f382bcb3c7ce779d7f492b3cfbb51f775ac2e0577555d073b918a sandbox=bf91fc3a-0dad-4790-95c2-298698ce674c source=virtcontainers vm=bf91fc3a-0dad-4790-95c2-298698ce674c vmconsole="[    2.383237] systemd[1]: unit_file_build_name_map: alias: /usr/lib/systemd/system/dbus-org.freedesktop.hostname1.service → systemd-hostnamed.service"
Oct 14 18:17:16 inspurclouddev-fshhd7zubb-slave-1 kata[140622]: time="2020-10-14T18:17:16.200660414+08:00" level=debug msg="reading guest console" ID=ff2179b6365f382bcb3c7ce779d7f492b3cfbb51f775ac2e0577555d073b918a sandbox=bf91fc3a-0dad-4790-95c2-298698ce674c source=virtcontainers vm=bf91fc3a-0dad-4790-95c2-298698ce674c vmconsole="[    2.383846] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/systemd-hibernate-resume@.service"
Oct 14 18:17:16 inspurclouddev-fshhd7zubb-slave-1 kata[140622]: time="2020-10-14T18:17:16.201297483+08:00" level=debug msg="reading guest console" ID=ff2179b6365f382bcb3c7ce779d7f492b3cfbb51f775ac2e0577555d073b918a sandbox=bf91fc3a-0dad-4790-95c2-298698ce674c source=virtcontainers vm=bf91fc3a-0dad-4790-95c2-298698ce674c vmconsole="[    2.384614] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/kata-agent.service"
Oct 14 18:17:16 inspurclouddev-fshhd7zubb-slave-1 kata[140622]: time="2020-10-14T18:17:16.201773224+08:00" level=debug msg="reading guest console" ID=ff2179b6365f382bcb3c7ce779d7f492b3cfbb51f775ac2e0577555d073b918a sandbox=bf91fc3a-0dad-4790-95c2-298698ce674c source=virtcontainers vm=bf91fc3a-0dad-4790-95c2-298698ce674c vmconsole="[    2.385108] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/tmp.mount"
Oct 14 18:17:16 inspurclouddev-fshhd7zubb-slave-1 kata[140622]: time="2020-10-14T18:17:16.202494186+08:00" level=debug msg="reading guest console" ID=ff2179b6365f382bcb3c7ce779d7f492b3cfbb51f775ac2e0577555d073b918a sandbox=bf91fc3a-0dad-4790-95c2-298698ce674c source=virtcontainers vm=bf91fc3a-0dad-4790-95c2-298698ce674c vmconsole="[    2.385563] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/fstrim.timer"
Oct 14 18:17:16 inspurclouddev-fshhd7zubb-slave-1 kata[140622]: time="2020-10-14T18:17:16.203506796+08:00" level=debug msg="reading guest console" ID=ff2179b6365f382bcb3c7ce779d7f492b3cfbb51f775ac2e0577555d073b918a sandbox=bf91fc3a-0dad-4790-95c2-298698ce674c source=virtcontainers vm=bf91fc3a-0dad-4790-95c2-298698ce674c vmconsole="[    2.386283] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/systemd-tmpfiles-clean.service"
Oct 14 18:17:16 inspurclouddev-fshhd7zubb-slave-1 kata[140622]: time="2020-10-14T18:17:16.204447742+08:00" level=debug msg="reading guest console" ID=ff2179b6365f382bcb3c7ce779d7f492b3cfbb51f775ac2e0577555d073b918a sandbox=bf91fc3a-0dad-4790-95c2-298698ce674c source=virtcontainers vm=bf91fc3a-0dad-4790-95c2-298698ce674c vmconsole="[    2.387334] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/systemd-hostnamed.service"
Oct 14 18:17:16 inspurclouddev-fshhd7zubb-slave-1 kata[140622]: time="2020-10-14T18:17:16.205634845+08:00" level=debug msg="reading guest console" ID=ff2179b6365f382bcb3c7ce779d7f492b3cfbb51f775ac2e0577555d073b918a sandbox=bf91fc3a-0dad-4790-95c2-298698ce674c source=virtcontainers vm=bf91fc3a-0dad-4790-95c2-298698ce674c vmconsole="[    2.388371] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/systemd-journal-flush-msft.service"
Oct 14 18:17:16 inspurclouddev-fshhd7zubb-slave-1 kata[140622]: time="2020-10-14T18:17:16.206473617+08:00" level=debug msg="reading guest console" ID=ff2179b6365f382bcb3c7ce779d7f492b3cfbb51f775ac2e0577555d073b918a sandbox=bf91fc3a-0dad-4790-95c2-298698ce674c source=virtcontainers vm=bf91fc3a-0dad-4790-95c2-298698ce674c vmconsole="[    2.389447] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/systemd-rfkill.service"
Oct 14 18:17:16 inspurclouddev-fshhd7zubb-slave-1 kata[140622]: time="2020-10-14T18:17:16.207326969+08:00" level=debug msg="reading guest console" ID=ff2179b6365f382bcb3c7ce779d7f492b3cfbb51f775ac2e0577555d073b918a sandbox=bf91fc3a-0dad-4790-95c2-298698ce674c source=virtcontainers vm=bf91fc3a-0dad-4790-95c2-298698ce674c vmconsole="[    2.390271] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/console-getty.service"
Oct 14 18:17:16 inspurclouddev-fshhd7zubb-slave-1 kata[140622]: time="2020-10-14T18:17:16.208176206+08:00" level=debug msg="reading guest console" ID=ff2179b6365f382bcb3c7ce779d7f492b3cfbb51f775ac2e0577555d073b918a sandbox=bf91fc3a-0dad-4790-95c2-298698ce674c source=virtcontainers vm=bf91fc3a-0dad-4790-95c2-298698ce674c vmconsole="[    2.391170] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/remote-fs.target"
Oct 14 18:17:16 inspurclouddev-fshhd7zubb-slave-1 kata[140622]: time="2020-10-14T18:17:16.208830285+08:00" level=debug msg="reading guest console" ID=ff2179b6365f382bcb3c7ce779d7f492b3cfbb51f775ac2e0577555d073b918a sandbox=bf91fc3a-0dad-4790-95c2-298698ce674c source=virtcontainers vm=bf91fc3a-0dad-4790-95c2-298698ce674c vmconsole="[    2.391964] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/multi-user.target"
Oct 14 18:17:16 inspurclouddev-fshhd7zubb-slave-1 kata[140622]: time="2020-10-14T18:17:16.209372065+08:00" level=debug msg="reading guest console" ID=ff2179b6365f382bcb3c7ce779d7f492b3cfbb51f775ac2e0577555d073b918a sandbox=bf91fc3a-0dad-4790-95c2-298698ce674c source=virtcontainers vm=bf91fc3a-0dad-4790-95c2-298698ce674c vmconsole="[    2.392678] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/systemd-bless-boot.service"
Oct 14 18:17:16 inspurclouddev-fshhd7zubb-slave-1 kata[140622]: time="2020-10-14T18:17:16.209963727+08:00" level=debug msg="reading guest console" ID=ff2179b6365f382bcb3c7ce779d7f492b3cfbb51f775ac2e0577555d073b918a sandbox=bf91fc3a-0dad-4790-95c2-298698ce674c source=virtcontainers vm=bf91fc3a-0dad-4790-95c2-298698ce674c vmconsole="[    2.393160] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/var-swapfile.swap"
Oct 14 18:17:16 inspurclouddev-fshhd7zubb-slave-1 kata[140622]: time="2020-10-14T18:17:16.210434513+08:00" level=debug msg="reading guest console" ID=ff2179b6365f382bcb3c7ce779d7f492b3cfbb51f775ac2e0577555d073b918a sandbox=bf91fc3a-0dad-4790-95c2-298698ce674c source=virtcontainers vm=bf91fc3a-0dad-4790-95c2-298698ce674c vmconsole="[    2.393750] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/chronyd.service"
Oct 14 18:17:16 inspurclouddev-fshhd7zubb-slave-1 kata[140622]: time="2020-10-14T18:17:16.211276086+08:00" level=debug msg="reading guest console" ID=ff2179b6365f382bcb3c7ce779d7f492b3cfbb51f775ac2e0577555d073b918a sandbox=bf91fc3a-0dad-4790-95c2-298698ce674c source=virtcontainers vm=bf91fc3a-0dad-4790-95c2-298698ce674c vmconsole="[    2.394290] systemd[1]: unit_file_build_name_map: alias: /usr/lib/systemd/system/dbus-org.freedesktop.timedate1.service → systemd-timedated.service"
Oct 14 18:17:16 inspurclouddev-fshhd7zubb-slave-1 kata[140622]: time="2020-10-14T18:17:16.212467959+08:00" level=debug msg="reading guest console" ID=ff2179b6365f382bcb3c7ce779d7f492b3cfbb51f775ac2e0577555d073b918a sandbox=bf91fc3a-0dad-4790-95c2-298698ce674c source=virtcontainers vm=bf91fc3a-0dad-4790-95c2-298698ce674c vmconsole="[    2.395067] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/paths.target"
Oct 14 18:17:16 inspurclouddev-fshhd7zubb-slave-1 kata[140622]: time="2020-10-14T18:17:16.213838648+08:00" level=debug msg="reading guest console" ID=ff2179b6365f382bcb3c7ce779d7f492b3cfbb51f775ac2e0577555d073b918a sandbox=bf91fc3a-0dad-4790-95c2-298698ce674c source=virtcontainers vm=bf91fc3a-0dad-4790-95c2-298698ce674c vmconsole="[    2.396300] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/kexec.target"
Oct 14 18:17:16 inspurclouddev-fshhd7zubb-slave-1 kata[140622]: time="2020-10-14T18:17:16.21492361+08:00" level=debug msg="reading guest console" ID=ff2179b6365f382bcb3c7ce779d7f492b3cfbb51f775ac2e0577555d073b918a sandbox=bf91fc3a-0dad-4790-95c2-298698ce674c source=virtcontainers vm=bf91fc3a-0dad-4790-95c2-298698ce674c vmconsole="[    2.397876] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/sys-kernel-tracing.mount"
Oct 14 18:17:16 inspurclouddev-fshhd7zubb-slave-1 kata[140622]: time="2020-10-14T18:17:16.216368359+08:00" level=debug msg="reading guest console" ID=ff2179b6365f382bcb3c7ce779d7f492b3cfbb51f775ac2e0577555d073b918a sandbox=bf91fc3a-0dad-4790-95c2-298698ce674c source=virtcontainers vm=bf91fc3a-0dad-4790-95c2-298698ce674c vmconsole="[    2.398946] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/systemd-user-sessions.service"
Oct 14 18:17:16 inspurclouddev-fshhd7zubb-slave-1 kata[140622]: time="2020-10-14T18:17:16.21710382+08:00" level=debug msg="reading guest console" ID=ff2179b6365f382bcb3c7ce779d7f492b3cfbb51f775ac2e0577555d073b918a sandbox=bf91fc3a-0dad-4790-95c2-298698ce674c source=virtcontainers vm=bf91fc3a-0dad-4790-95c2-298698ce674c vmconsole="[    2.400207] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/hybrid-sleep.target"
Oct 14 18:17:16 inspurclouddev-fshhd7zubb-slave-1 kata[140622]: time="2020-10-14T18:17:16.217779906+08:00" level=debug msg="reading guest console" ID=ff2179b6365f382bcb3c7ce779d7f492b3cfbb51f775ac2e0577555d073b918a sandbox=bf91fc3a-0dad-4790-95c2-298698ce674c source=virtcontainers vm=bf91fc3a-0dad-4790-95c2-298698ce674c vmconsole="[    2.400894] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/systemd-boot-check-no-failures.service"
Oct 14 18:17:16 inspurclouddev-fshhd7zubb-slave-1 kata[140622]: time="2020-10-14T18:17:16.218433494+08:00" level=debug msg="reading guest console" ID=ff2179b6365f382bcb3c7ce779d7f492b3cfbb51f775ac2e0577555d073b918a sandbox=bf91fc3a-0dad-4790-95c2-298698ce674c source=virtcontainers vm=bf91fc3a-0dad-4790-95c2-298698ce674c vmconsole="[    2.401568] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/boot-complete.target"
Oct 14 18:17:16 inspurclouddev-fshhd7zubb-slave-1 kata[140622]: time="2020-10-14T18:17:16.219064092+08:00" level=debug msg="reading guest console" ID=ff2179b6365f382bcb3c7ce779d7f492b3cfbb51f775ac2e0577555d073b918a sandbox=bf91fc3a-0dad-4790-95c2-298698ce674c source=virtcontainers vm=bf91fc3a-0dad-4790-95c2-298698ce674c vmconsole="[    2.402224] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/syslog.socket"
Oct 14 18:17:16 inspurclouddev-fshhd7zubb-slave-1 kata[140622]: time="2020-10-14T18:17:16.220533604+08:00" level=debug msg="reading guest console" ID=ff2179b6365f382bcb3c7ce779d7f492b3cfbb51f775ac2e0577555d073b918a sandbox=bf91fc3a-0dad-4790-95c2-298698ce674c source=virtcontainers vm=bf91fc3a-0dad-4790-95c2-298698ce674c vmconsole="[    2.402855] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/systemd-machine-id-commit.service"
Oct 14 18:17:16 inspurclouddev-fshhd7zubb-slave-1 kata[140622]: time="2020-10-14T18:17:16.221107245+08:00" level=debug msg="reading guest console" ID=ff2179b6365f382bcb3c7ce779d7f492b3cfbb51f775ac2e0577555d073b918a sandbox=bf91fc3a-0dad-4790-95c2-298698ce674c source=virtcontainers vm=bf91fc3a-0dad-4790-95c2-298698ce674c vmconsole="[    2.403891] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/suspend.target"
Oct 14 18:17:16 inspurclouddev-fshhd7zubb-slave-1 kata[140622]: time="2020-10-14T18:17:16.221721359+08:00" level=debug msg="reading guest console" ID=ff2179b6365f382bcb3c7ce779d7f492b3cfbb51f775ac2e0577555d073b918a sandbox=bf91fc3a-0dad-4790-95c2-298698ce674c source=virtcontainers vm=bf91fc3a-0dad-4790-95c2-298698ce674c vmconsole="[    2.404731] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/exit.target"
Oct 14 18:17:16 inspurclouddev-fshhd7zubb-slave-1 kata[140622]: time="2020-10-14T18:17:16.223325866+08:00" level=debug msg="reading guest console" ID=ff2179b6365f382bcb3c7ce779d7f492b3cfbb51f775ac2e0577555d073b918a sandbox=bf91fc3a-0dad-4790-95c2-298698ce674c source=virtcontainers vm=bf91fc3a-0dad-4790-95c2-298698ce674c vmconsole="[    2.405500] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/systemd-vconsole-setup.service"
Oct 14 18:17:16 inspurclouddev-fshhd7zubb-slave-1 kata[140622]: time="2020-10-14T18:17:16.223367264+08:00" level=debug msg="reading guest console" ID=ff2179b6365f382bcb3c7ce779d7f492b3cfbb51f775ac2e0577555d073b918a sandbox=bf91fc3a-0dad-4790-95c2-298698ce674c source=virtcontainers vm=bf91fc3a-0dad-4790-95c2-298698ce674c vmconsole="[    2.406484] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/systemd-quotacheck.service"
Oct 14 18:17:16 inspurclouddev-fshhd7zubb-slave-1 kata[140622]: time="2020-10-14T18:17:16.223948028+08:00" level=debug msg="reading guest console" ID=ff2179b6365f382bcb3c7ce779d7f492b3cfbb51f775ac2e0577555d073b918a sandbox=bf91fc3a-0dad-4790-95c2-298698ce674c source=virtcontainers vm=bf91fc3a-0dad-4790-95c2-298698ce674c vmconsole="[    2.406952] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/serial-getty@.service"
Oct 14 18:17:16 inspurclouddev-fshhd7zubb-slave-1 kata[140622]: time="2020-10-14T18:17:16.224795807+08:00" level=debug msg="reading guest console" ID=ff2179b6365f382bcb3c7ce779d7f492b3cfbb51f775ac2e0577555d073b918a sandbox=bf91fc3a-0dad-4790-95c2-298698ce674c source=virtcontainers vm=bf91fc3a-0dad-4790-95c2-298698ce674c vmconsole="[    2.407738] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/systemd-machined.service"
Oct 14 18:17:16 inspurclouddev-fshhd7zubb-slave-1 kata[140622]: time="2020-10-14T18:17:16.225476461+08:00" level=debug msg="reading guest console" ID=ff2179b6365f382bcb3c7ce779d7f492b3cfbb51f775ac2e0577555d073b918a sandbox=bf91fc3a-0dad-4790-95c2-298698ce674c source=virtcontainers vm=bf91fc3a-0dad-4790-95c2-298698ce674c vmconsole="[    2.408629] systemd[1]: unit_file_build_name_map: normal unit file: /usr/lib/systemd/system/debug-shell.service"
Oct 14 18:17:16 inspurclouddev-fshhd7zubb-slave-1 kata[140622]: time="2020-10-14T18:17:16.32099367+08:00" level=debug msg="reading guest console" ID=ff2179b6365f382bcb3c7ce779d7f492b3cfbb51f775ac2e0577555d073b918a sandbox=bf91fc3a-0dad-4790-95c2-298698ce674c source=virtcontainers vm=bf91fc3a-0dad-4790-95c2-298698ce674c vmconsole="[\x1b[0;32m  OK  \x1b[0m] Started \x1b[0;1;39mDispatch Password …ts to Console Directory Watch\x1b[0m."
Oct 14 18:17:16 inspurclouddev-fshhd7zubb-slave-1 kata[140622]: time="2020-10-14T18:17:16.322055494+08:00" level=debug msg="reading guest console" ID=ff2179b6365f382bcb3c7ce779d7f492b3cfbb51f775ac2e0577555d073b918a sandbox=bf91fc3a-0dad-4790-95c2-298698ce674c source=virtcontainers vm=bf91fc3a-0dad-4790-95c2-298698ce674c vmconsole="[\x1b[0;32m  OK  \x1b[0m] Set up automount \x1b[0;1;39mArbitrary…s File System Automount Point\x1b[0m."
Oct 14 18:17:16 inspurclouddev-fshhd7zubb-slave-1 kata[140622]: time="2020-10-14T18:17:16.322513706+08:00" level=debug msg="reading guest console" ID=ff2179b6365f382bcb3c7ce779d7f492b3cfbb51f775ac2e0577555d073b918a sandbox=bf91fc3a-0dad-4790-95c2-298698ce674c source=virtcontainers vm=bf91fc3a-0dad-4790-95c2-298698ce674c vmconsole="[\x1b[0;32m  OK  \x1b[0m] Reached target \x1b[0;1;39mLocal Encrypted Volumes\x1b[0m."
Oct 14 18:17:16 inspurclouddev-fshhd7zubb-slave-1 kata[140622]: time="2020-10-14T18:17:16.323129053+08:00" level=debug msg="reading guest console" ID=ff2179b6365f382bcb3c7ce779d7f492b3cfbb51f775ac2e0577555d073b918a sandbox=bf91fc3a-0dad-4790-95c2-298698ce674c source=virtcontainers vm=bf91fc3a-0dad-4790-95c2-298698ce674c vmconsole="[\x1b[0;32m  OK  \x1b[0m] Reached target \x1b[0;1;39mPaths\x1b[0m."
Oct 14 18:17:16 inspurclouddev-fshhd7zubb-slave-1 kata[140622]: time="2020-10-14T18:17:16.323563893+08:00" level=debug msg="reading guest console" ID=ff2179b6365f382bcb3c7ce779d7f492b3cfbb51f775ac2e0577555d073b918a sandbox=bf91fc3a-0dad-4790-95c2-298698ce674c source=virtcontainers vm=bf91fc3a-0dad-4790-95c2-298698ce674c vmconsole="[\x1b[0;32m  OK  \x1b[0m] Reached target \x1b[0;1;39mSlices\x1b[0m."
Oct 14 18:17:16 inspurclouddev-fshhd7zubb-slave-1 kata[140622]: time="2020-10-14T18:17:16.33635105+08:00" level=debug msg="reading guest console" ID=ff2179b6365f382bcb3c7ce779d7f492b3cfbb51f775ac2e0577555d073b918a sandbox=bf91fc3a-0dad-4790-95c2-298698ce674c source=virtcontainers vm=bf91fc3a-0dad-4790-95c2-298698ce674c vmconsole="[\x1b[0;32m  OK  \x1b[0m] Reached target \x1b[0;1;39mSockets\x1b[0m."
Oct 14 18:17:16 inspurclouddev-fshhd7zubb-slave-1 kata[140622]: time="2020-10-14T18:17:16.338130347+08:00" level=debug msg="reading guest console" ID=ff2179b6365f382bcb3c7ce779d7f492b3cfbb51f775ac2e0577555d073b918a sandbox=bf91fc3a-0dad-4790-95c2-298698ce674c source=virtcontainers vm=bf91fc3a-0dad-4790-95c2-298698ce674c vmconsole="[\x1b[0;32m  OK  \x1b[0m] Listening on \x1b[0;1;39mProcess Core Dump Socket\x1b[0m."
Oct 14 18:17:16 inspurclouddev-fshhd7zubb-slave-1 kata[140622]: time="2020-10-14T18:17:16.343833887+08:00" level=debug msg="reading guest console" ID=ff2179b6365f382bcb3c7ce779d7f492b3cfbb51f775ac2e0577555d073b918a sandbox=bf91fc3a-0dad-4790-95c2-298698ce674c source=virtcontainers vm=bf91fc3a-0dad-4790-95c2-298698ce674c vmconsole="         Starting \x1b[0;1;39mRemount Root and Kernel File Systems\x1b[0m..."
Oct 14 18:17:16 inspurclouddev-fshhd7zubb-slave-1 kata[140622]: time="2020-10-14T18:17:16.370066022+08:00" level=debug msg="reading guest console" ID=ff2179b6365f382bcb3c7ce779d7f492b3cfbb51f775ac2e0577555d073b918a sandbox=bf91fc3a-0dad-4790-95c2-298698ce674c source=virtcontainers vm=bf91fc3a-0dad-4790-95c2-298698ce674c vmconsole="         Starting \x1b[0;1;39mApply Kernel Variables\x1b[0m..."
Oct 14 18:17:16 inspurclouddev-fshhd7zubb-slave-1 kata[140622]: time="2020-10-14T18:17:16.404822137+08:00" level=debug msg="reading guest console" ID=ff2179b6365f382bcb3c7ce779d7f492b3cfbb51f775ac2e0577555d073b918a sandbox=bf91fc3a-0dad-4790-95c2-298698ce674c source=virtcontainers vm=bf91fc3a-0dad-4790-95c2-298698ce674c vmconsole="[\x1b[0;32m  OK  \x1b[0m] Finished \x1b[0;1;39mApply Kernel Variables\x1b[0m."
Oct 14 18:17:16 inspurclouddev-fshhd7zubb-slave-1 kata[140622]: time="2020-10-14T18:17:16.415283514+08:00" level=debug msg="reading guest console" ID=ff2179b6365f382bcb3c7ce779d7f492b3cfbb51f775ac2e0577555d073b918a sandbox=bf91fc3a-0dad-4790-95c2-298698ce674c source=virtcontainers vm=bf91fc3a-0dad-4790-95c2-298698ce674c vmconsole="[\x1b[0;32m  OK  \x1b[0m] Finished \x1b[0;1;39mRemount Root and Kernel File Systems\x1b[0m."
Oct 14 18:17:16 inspurclouddev-fshhd7zubb-slave-1 kata[140622]: time="2020-10-14T18:17:16.416689735+08:00" level=debug msg="reading guest console" ID=ff2179b6365f382bcb3c7ce779d7f492b3cfbb51f775ac2e0577555d073b918a sandbox=bf91fc3a-0dad-4790-95c2-298698ce674c source=virtcontainers vm=bf91fc3a-0dad-4790-95c2-298698ce674c vmconsole="[\x1b[0;32m  OK  \x1b[0m] Reached target \x1b[0;1;39mLocal File Systems (Pre)\x1b[0m."
Oct 14 18:17:16 inspurclouddev-fshhd7zubb-slave-1 kata[140622]: time="2020-10-14T18:17:16.418473418+08:00" level=debug msg="reading guest console" ID=ff2179b6365f382bcb3c7ce779d7f492b3cfbb51f775ac2e0577555d073b918a sandbox=bf91fc3a-0dad-4790-95c2-298698ce674c source=virtcontainers vm=bf91fc3a-0dad-4790-95c2-298698ce674c vmconsole="[\x1b[0;32m  OK  \x1b[0m] Reached target \x1b[0;1;39mSwap\x1b[0m."
Oct 14 18:17:16 inspurclouddev-fshhd7zubb-slave-1 kata[140622]: time="2020-10-14T18:17:16.421833608+08:00" level=debug msg="reading guest console" ID=ff2179b6365f382bcb3c7ce779d7f492b3cfbb51f775ac2e0577555d073b918a sandbox=bf91fc3a-0dad-4790-95c2-298698ce674c source=virtcontainers vm=bf91fc3a-0dad-4790-95c2-298698ce674c vmconsole="         Mounting \x1b[0;1;39mTemporary Directory (/tmp)\x1b[0m..."
Oct 14 18:17:16 inspurclouddev-fshhd7zubb-slave-1 kata[140622]: time="2020-10-14T18:17:16.435091657+08:00" level=debug msg="reading guest console" ID=ff2179b6365f382bcb3c7ce779d7f492b3cfbb51f775ac2e0577555d073b918a sandbox=bf91fc3a-0dad-4790-95c2-298698ce674c source=virtcontainers vm=bf91fc3a-0dad-4790-95c2-298698ce674c vmconsole="[\x1b[0;32m  OK  \x1b[0m] Mounted \x1b[0;1;39mTemporary Directory (/tmp)\x1b[0m."
Oct 14 18:17:16 inspurclouddev-fshhd7zubb-slave-1 kata[140622]: time="2020-10-14T18:17:16.436568573+08:00" level=debug msg="reading guest console" ID=ff2179b6365f382bcb3c7ce779d7f492b3cfbb51f775ac2e0577555d073b918a sandbox=bf91fc3a-0dad-4790-95c2-298698ce674c source=virtcontainers vm=bf91fc3a-0dad-4790-95c2-298698ce674c vmconsole="[\x1b[0;32m  OK  \x1b[0m] Reached target \x1b[0;1;39mLocal File Systems\x1b[0m."
Oct 14 18:17:16 inspurclouddev-fshhd7zubb-slave-1 kata[140622]: time="2020-10-14T18:17:16.437704815+08:00" level=debug msg="reading guest console" ID=ff2179b6365f382bcb3c7ce779d7f492b3cfbb51f775ac2e0577555d073b918a sandbox=bf91fc3a-0dad-4790-95c2-298698ce674c source=virtcontainers vm=bf91fc3a-0dad-4790-95c2-298698ce674c vmconsole="[\x1b[0;32m  OK  \x1b[0m] Reached target \x1b[0;1;39mSystem Initialization\x1b[0m."
Oct 14 18:17:16 inspurclouddev-fshhd7zubb-slave-1 kata[140622]: time="2020-10-14T18:17:16.439069953+08:00" level=debug msg="reading guest console" ID=ff2179b6365f382bcb3c7ce779d7f492b3cfbb51f775ac2e0577555d073b918a sandbox=bf91fc3a-0dad-4790-95c2-298698ce674c source=virtcontainers vm=bf91fc3a-0dad-4790-95c2-298698ce674c vmconsole="[\x1b[0;32m  OK  \x1b[0m] Started \x1b[0;1;39mDaily Cleanup of Temporary Directories\x1b[0m."
Oct 14 18:17:16 inspurclouddev-fshhd7zubb-slave-1 kata[140622]: time="2020-10-14T18:17:16.440172964+08:00" level=debug msg="reading guest console" ID=ff2179b6365f382bcb3c7ce779d7f492b3cfbb51f775ac2e0577555d073b918a sandbox=bf91fc3a-0dad-4790-95c2-298698ce674c source=virtcontainers vm=bf91fc3a-0dad-4790-95c2-298698ce674c vmconsole="[\x1b[0;32m  OK  \x1b[0m] Reached target \x1b[0;1;39mBasic System\x1b[0m."
Oct 14 18:17:16 inspurclouddev-fshhd7zubb-slave-1 kata[140622]: time="2020-10-14T18:17:16.4413361+08:00" level=debug msg="reading guest console" ID=ff2179b6365f382bcb3c7ce779d7f492b3cfbb51f775ac2e0577555d073b918a sandbox=bf91fc3a-0dad-4790-95c2-298698ce674c source=virtcontainers vm=bf91fc3a-0dad-4790-95c2-298698ce674c vmconsole="[\x1b[0;32m  OK  \x1b[0m] Reached target \x1b[0;1;39mTimers\x1b[0m."
Oct 14 18:17:16 inspurclouddev-fshhd7zubb-slave-1 kata[140622]: time="2020-10-14T18:17:16.444052075+08:00" level=debug msg="reading guest console" ID=ff2179b6365f382bcb3c7ce779d7f492b3cfbb51f775ac2e0577555d073b918a sandbox=bf91fc3a-0dad-4790-95c2-298698ce674c source=virtcontainers vm=bf91fc3a-0dad-4790-95c2-298698ce674c vmconsole="[\x1b[0;32m  OK  \x1b[0m] Started \x1b[0;1;39mKata Containers Agent\x1b[0m."
Oct 14 18:17:16 inspurclouddev-fshhd7zubb-slave-1 kata[140622]: time="2020-10-14T18:17:16.445313421+08:00" level=debug msg="reading guest console" ID=ff2179b6365f382bcb3c7ce779d7f492b3cfbb51f775ac2e0577555d073b918a sandbox=bf91fc3a-0dad-4790-95c2-298698ce674c source=virtcontainers vm=bf91fc3a-0dad-4790-95c2-298698ce674c vmconsole="[\x1b[0;32m  OK  \x1b[0m] Reached target \x1b[0;1;39mKata Containers Agent Target\x1b[0m."
Oct 14 18:17:16 inspurclouddev-fshhd7zubb-slave-1 kata[140622]: time="2020-10-14T18:17:16.789678683+08:00" level=debug msg="reading guest console" ID=ff2179b6365f382bcb3c7ce779d7f492b3cfbb51f775ac2e0577555d073b918a sandbox=bf91fc3a-0dad-4790-95c2-298698ce674c source=virtcontainers vm=bf91fc3a-0dad-4790-95c2-298698ce674c vmconsole="time=\"2020-10-14T10:17:16.731713136Z\" level=info msg=announce debug_console=false device-handlers=\"blk,blk-ccw,scsi,nvdimm,mmioblk\" name=kata-agent pid=42 source=agent storage-handlers=\"virtio-fs,blk-ccw,scsi,ephemeral,local,nvdimm,9p,blk,mmioblk\" system-memory=\"2043132 kB\" version=1.12.0-alpha1-8c9bbadcd448c9a67690fbe11a860aaacc69813c"
Oct 14 18:17:16 inspurclouddev-fshhd7zubb-slave-1 kata[140622]: time="2020-10-14T18:17:16.794302699+08:00" level=debug msg="reading guest console" ID=ff2179b6365f382bcb3c7ce779d7f492b3cfbb51f775ac2e0577555d073b918a sandbox=bf91fc3a-0dad-4790-95c2-298698ce674c source=virtcontainers vm=bf91fc3a-0dad-4790-95c2-298698ce674c vmconsole="time=\"2020-10-14T10:17:16.739653646Z\" level=debug msg=\"Serial channel type detected\" debug_console=false name=kata-agent pid=42 source=agent"
Oct 14 18:17:16 inspurclouddev-fshhd7zubb-slave-1 kata[140622]: time="2020-10-14T18:17:16.797864286+08:00" level=debug msg="reading guest console" ID=ff2179b6365f382bcb3c7ce779d7f492b3cfbb51f775ac2e0577555d073b918a sandbox=bf91fc3a-0dad-4790-95c2-298698ce674c source=virtcontainers vm=bf91fc3a-0dad-4790-95c2-298698ce674c vmconsole="time=\"2020-10-14T10:17:16.742982466Z\" level=info msg=\"Started listening for uevents\" debug_console=false name=kata-agent pid=42 source=agent subsystem=udevlistener"
Oct 14 18:17:16 inspurclouddev-fshhd7zubb-slave-1 kata[140622]: time="2020-10-14T18:17:16.815722887+08:00" level=debug msg="reading guest console" ID=ff2179b6365f382bcb3c7ce779d7f492b3cfbb51f775ac2e0577555d073b918a sandbox=bf91fc3a-0dad-4790-95c2-298698ce674c source=virtcontainers vm=bf91fc3a-0dad-4790-95c2-298698ce674c vmconsole="time=\"2020-10-14T10:17:16.758323565Z\" level=info msg=\"agent grpc server starts\" debug_console=false name=kata-agent pid=42 source=agent"
Oct 14 18:17:16 inspurclouddev-fshhd7zubb-slave-1 kata[140622]: time="2020-10-14T18:17:16.817298308+08:00" level=debug msg="reading guest console" ID=ff2179b6365f382bcb3c7ce779d7f492b3cfbb51f775ac2e0577555d073b918a sandbox=bf91fc3a-0dad-4790-95c2-298698ce674c source=virtcontainers vm=bf91fc3a-0dad-4790-95c2-298698ce674c vmconsole="time=\"2020-10-14T10:17:16.762664981Z\" level=debug msg=\"New serial channel event\" debug_console=false events=4 name=kata-agent pid=42 source=agent"
Oct 14 18:17:16 inspurclouddev-fshhd7zubb-slave-1 kata[140622]: time="2020-10-14T18:17:16.820806989+08:00" level=debug msg="reading guest console" ID=ff2179b6365f382bcb3c7ce779d7f492b3cfbb51f775ac2e0577555d073b918a sandbox=bf91fc3a-0dad-4790-95c2-298698ce674c source=virtcontainers vm=bf91fc3a-0dad-4790-95c2-298698ce674c vmconsole="time=\"2020-10-14T10:17:16.765634022Z\" level=info msg=\"Waiting for stopServer signal...\" debug_console=false name=kata-agent pid=42 source=agent subsystem=stopserverwatcher"
Oct 14 18:17:16 inspurclouddev-fshhd7zubb-slave-1 kata[140622]: time="2020-10-14T18:17:16.831115246+08:00" level=debug msg="reading guest console" ID=ff2179b6365f382bcb3c7ce779d7f492b3cfbb51f775ac2e0577555d073b918a sandbox=bf91fc3a-0dad-4790-95c2-298698ce674c source=virtcontainers vm=bf91fc3a-0dad-4790-95c2-298698ce674c vmconsole="time=\"2020-10-14T10:17:16.77599894Z\" level=debug msg=\"new request\" debug_console=false name=kata-agent pid=42 req= request=/grpc.Health/Check source=agent"
Oct 14 18:17:16 inspurclouddev-fshhd7zubb-slave-1 kata[140622]: time="2020-10-14T18:17:16.833927428+08:00" level=debug msg="reading guest console" ID=ff2179b6365f382bcb3c7ce779d7f492b3cfbb51f775ac2e0577555d073b918a sandbox=bf91fc3a-0dad-4790-95c2-298698ce674c source=virtcontainers vm=bf91fc3a-0dad-4790-95c2-298698ce674c vmconsole="time=\"2020-10-14T10:17:16.778968081Z\" level=debug msg=\"request end\" debug_console=false duration=\"391.014µs\" name=kata-agent pid=42 request=/grpc.Health/Check resp=\"status:SERVING \" source=agent"
Oct 14 18:17:16 inspurclouddev-fshhd7zubb-slave-1 kata[140622]: time="2020-10-14T18:17:16.839824111+08:00" level=info msg="pause vm" ID=ff2179b6365f382bcb3c7ce779d7f492b3cfbb51f775ac2e0577555d073b918a source=virtcontainers vm=bf91fc3a-0dad-4790-95c2-298698ce674c
Oct 14 18:17:16 inspurclouddev-fshhd7zubb-slave-1 kata[140622]: time="2020-10-14T18:17:16.84044104+08:00" level=info msg="{\"QMP\": {\"version\": {\"qemu\": {\"micro\": 0, \"minor\": 0, \"major\": 5}, \"package\": \"kata-static\"}, \"capabilities\": [\"oob\"]}}" ID=ff2179b6365f382bcb3c7ce779d7f492b3cfbb51f775ac2e0577555d073b918a source=virtcontainers subsystem=qmp
Oct 14 18:17:16 inspurclouddev-fshhd7zubb-slave-1 kata[140622]: time="2020-10-14T18:17:16.841380274+08:00" level=info msg="{\"execute\":\"qmp_capabilities\"}" ID=ff2179b6365f382bcb3c7ce779d7f492b3cfbb51f775ac2e0577555d073b918a source=virtcontainers subsystem=qmp
Oct 14 18:17:16 inspurclouddev-fshhd7zubb-slave-1 kata[140622]: time="2020-10-14T18:17:16.842329908+08:00" level=info msg="{\"return\": {}}" ID=ff2179b6365f382bcb3c7ce779d7f492b3cfbb51f775ac2e0577555d073b918a source=virtcontainers subsystem=qmp
Oct 14 18:17:16 inspurclouddev-fshhd7zubb-slave-1 kata[140622]: time="2020-10-14T18:17:16.843231898+08:00" level=info msg="{\"execute\":\"stop\"}" ID=ff2179b6365f382bcb3c7ce779d7f492b3cfbb51f775ac2e0577555d073b918a source=virtcontainers subsystem=qmp
Oct 14 18:17:16 inspurclouddev-fshhd7zubb-slave-1 kata[140622]: time="2020-10-14T18:17:16.864891344+08:00" level=info msg="{\"timestamp\": {\"seconds\": 1602670636, \"microseconds\": 864781}, \"event\": \"STOP\"}" ID=ff2179b6365f382bcb3c7ce779d7f492b3cfbb51f775ac2e0577555d073b918a source=virtcontainers subsystem=qmp
Oct 14 18:17:16 inspurclouddev-fshhd7zubb-slave-1 kata[140622]: time="2020-10-14T18:17:16.864999085+08:00" level=info msg="{\"return\": {}}" ID=ff2179b6365f382bcb3c7ce779d7f492b3cfbb51f775ac2e0577555d073b918a source=virtcontainers subsystem=qmp
Oct 14 18:17:16 inspurclouddev-fshhd7zubb-slave-1 kata[140622]: time="2020-10-14T18:17:16.865184648+08:00" level=info msg="assign vm to sandbox ff2179b6365f382bcb3c7ce779d7f492b3cfbb51f775ac2e0577555d073b918a" ID=ff2179b6365f382bcb3c7ce779d7f492b3cfbb51f775ac2e0577555d073b918a proxy-pid=0 proxy-url=/run/vc/vm/bf91fc3a-0dad-4790-95c2-298698ce674c/kata.sock sbSharePath=/run/kata-containers/shared/sandboxes/ff2179b6365f382bcb3c7ce779d7f492b3cfbb51f775ac2e0577555d073b918a/mounts sbSockDir=/run/vc/vm/ff2179b6365f382bcb3c7ce779d7f492b3cfbb51f775ac2e0577555d073b918a source=virtcontainers vm=bf91fc3a-0dad-4790-95c2-298698ce674c vmSharePath=/run/vc/vm/bf91fc3a-0dad-4790-95c2-298698ce674c/shared vmSockDir=/run/vc/vm/bf91fc3a-0dad-4790-95c2-298698ce674c
Oct 14 18:17:16 inspurclouddev-fshhd7zubb-slave-1 kata[140622]: time="2020-10-14T18:17:16.866646702+08:00" level=info msg="Endpoints found after scan" ID=ff2179b6365f382bcb3c7ce779d7f492b3cfbb51f775ac2e0577555d073b918a endpoints="[0xc0000d8b00]" source=virtcontainers subsystem=network
Oct 14 18:17:16 inspurclouddev-fshhd7zubb-slave-1 kata[140622]: time="2020-10-14T18:17:16.867051394+08:00" level=info msg="Attaching endpoint" ID=ff2179b6365f382bcb3c7ce779d7f492b3cfbb51f775ac2e0577555d073b918a endpoint-type=virtual hotplug=true source=virtcontainers subsystem=network
Oct 14 18:17:16 inspurclouddev-fshhd7zubb-slave-1 kata[140622]: time="2020-10-14T18:17:16.904206025+08:00" level=info msg="{\"arguments\":{\"fdname\":\"fd0\"},\"execute\":\"getfd\"}" ID=ff2179b6365f382bcb3c7ce779d7f492b3cfbb51f775ac2e0577555d073b918a source=virtcontainers subsystem=qmp
Oct 14 18:17:16 inspurclouddev-fshhd7zubb-slave-1 kata[140622]: time="2020-10-14T18:17:16.905236192+08:00" level=info msg="{\"return\": {}}" ID=ff2179b6365f382bcb3c7ce779d7f492b3cfbb51f775ac2e0577555d073b918a source=virtcontainers subsystem=qmp
Oct 14 18:17:16 inspurclouddev-fshhd7zubb-slave-1 kata[140622]: time="2020-10-14T18:17:16.905691172+08:00" level=info msg="{\"arguments\":{\"fdname\":\"vhostfd0\"},\"execute\":\"getfd\"}" ID=ff2179b6365f382bcb3c7ce779d7f492b3cfbb51f775ac2e0577555d073b918a source=virtcontainers subsystem=qmp
Oct 14 18:17:16 inspurclouddev-fshhd7zubb-slave-1 kata[140622]: time="2020-10-14T18:17:16.906510751+08:00" level=info msg="{\"return\": {}}" ID=ff2179b6365f382bcb3c7ce779d7f492b3cfbb51f775ac2e0577555d073b918a source=virtcontainers subsystem=qmp
Oct 14 18:17:16 inspurclouddev-fshhd7zubb-slave-1 kata[140622]: time="2020-10-14T18:17:16.906898245+08:00" level=info msg="{\"arguments\":{\"fds\":\"fd0\",\"id\":\"br0_kata\",\"type\":\"tap\",\"vhost\":true,\"vhostfds\":\"vhostfd0\"},\"execute\":\"netdev_add\"}" ID=ff2179b6365f382bcb3c7ce779d7f492b3cfbb51f775ac2e0577555d073b918a source=virtcontainers subsystem=qmp
Oct 14 18:17:16 inspurclouddev-fshhd7zubb-slave-1 kata[140622]: time="2020-10-14T18:17:16.908563313+08:00" level=info msg="{\"return\": {}}" ID=ff2179b6365f382bcb3c7ce779d7f492b3cfbb51f775ac2e0577555d073b918a source=virtcontainers subsystem=qmp
Oct 14 18:17:16 inspurclouddev-fshhd7zubb-slave-1 kata[140622]: time="2020-10-14T18:17:16.908955868+08:00" level=info msg="{\"arguments\":{\"addr\":\"01\",\"bus\":\"pci-bridge-0\",\"driver\":\"virtio-net-pci\",\"id\":\"virtio-f4d04e18-b877-40c6-ac7e-366d8a6e23b6\",\"mac\":\"7a:84:c4:80:e3:26\",\"mq\":\"on\",\"netdev\":\"br0_kata\",\"romfile\":\"\",\"vectors\":4},\"execute\":\"device_add\"}" ID=ff2179b6365f382bcb3c7ce779d7f492b3cfbb51f775ac2e0577555d073b918a source=virtcontainers subsystem=qmp
Oct 14 18:17:16 inspurclouddev-fshhd7zubb-slave-1 kata[140622]: time="2020-10-14T18:17:16.915189949+08:00" level=info msg="{\"return\": {}}" ID=ff2179b6365f382bcb3c7ce779d7f492b3cfbb51f775ac2e0577555d073b918a source=virtcontainers subsystem=qmp
Oct 14 18:17:16 inspurclouddev-fshhd7zubb-slave-1 kata[140622]: time="2020-10-14T18:17:16.915681702+08:00" level=debug msg="Network added" ID=ff2179b6365f382bcb3c7ce779d7f492b3cfbb51f775ac2e0577555d073b918a source=virtcontainers subsystem=network
Oct 14 18:17:16 inspurclouddev-fshhd7zubb-slave-1 kata[140622]: time="2020-10-14T18:17:16.915925429+08:00" level=info msg="VM started" ID=ff2179b6365f382bcb3c7ce779d7f492b3cfbb51f775ac2e0577555d073b918a sandbox=ff2179b6365f382bcb3c7ce779d7f492b3cfbb51f775ac2e0577555d073b918a source=virtcontainers subsystem=sandbox
Oct 14 18:17:16 inspurclouddev-fshhd7zubb-slave-1 kata[140622]: time="2020-10-14T18:17:16.916363008+08:00" level=debug msg="sending request" ID=ff2179b6365f382bcb3c7ce779d7f492b3cfbb51f775ac2e0577555d073b918a name=grpc.CheckRequest req= source=virtcontainers subsystem=kata_agent

Oct 14 18:17:46 inspurclouddev-fshhd7zubb-slave-1 kata[140622]: time="2020-10-14T18:17:46.916607228+08:00" level=error msg="Failed to read agent logs" ID=ff2179b6365f382bcb3c7ce779d7f492b3cfbb51f775ac2e0577555d073b918a console-protocol=unix console-socket=/run/vc/vm/bf91fc3a-0dad-4790-95c2-298698ce674c/console.sock error="read unix @->/run/vc/vm/bf91fc3a-0dad-4790-95c2-298698ce674c/console.sock: use of closed network connection" source=virtcontainers vm=bf91fc3a-0dad-4790-95c2-298698ce674c
Oct 14 18:17:46 inspurclouddev-fshhd7zubb-slave-1 kata[140622]: time="2020-10-14T18:17:46.917251718+08:00" level=info msg="Stopping Sandbox" ID=ff2179b6365f382bcb3c7ce779d7f492b3cfbb51f775ac2e0577555d073b918a source=virtcontainers subsystem=qemu
Oct 14 18:17:46 inspurclouddev-fshhd7zubb-slave-1 kata[140622]: time="2020-10-14T18:17:46.917374675+08:00" level=info msg="{\"execute\":\"quit\"}" ID=ff2179b6365f382bcb3c7ce779d7f492b3cfbb51f775ac2e0577555d073b918a source=virtcontainers subsystem=qmp
Oct 14 18:17:46 inspurclouddev-fshhd7zubb-slave-1 kata[140622]: time="2020-10-14T18:17:46.918020932+08:00" level=info msg="{\"return\": {}}" ID=ff2179b6365f382bcb3c7ce779d7f492b3cfbb51f775ac2e0577555d073b918a source=virtcontainers subsystem=qmp
Oct 14 18:17:46 inspurclouddev-fshhd7zubb-slave-1 kata[140622]: time="2020-10-14T18:17:46.91808951+08:00" level=info msg="{\"timestamp\": {\"seconds\": 1602670666, \"microseconds\": 917904}, \"event\": \"SHUTDOWN\", \"data\": {\"guest\": false, \"reason\": \"host-qmp-quit\"}}" ID=ff2179b6365f382bcb3c7ce779d7f492b3cfbb51f775ac2e0577555d073b918a source=virtcontainers subsystem=qmp
Oct 14 18:17:46 inspurclouddev-fshhd7zubb-slave-1 kata[140622]: time="2020-10-14T18:17:46.918344937+08:00" level=info msg="cleanup vm path" ID=ff2179b6365f382bcb3c7ce779d7f492b3cfbb51f775ac2e0577555d073b918a dir=/run/vc/vm/bf91fc3a-0dad-4790-95c2-298698ce674c link=/run/vc/vm/bf91fc3a-0dad-4790-95c2-298698ce674c source=virtcontainers subsystem=qemu
Oct 14 18:17:46 inspurclouddev-fshhd7zubb-slave-1 kata[140622]: time="2020-10-14T18:17:46.918686679+08:00" level=info msg="Detaching endpoint" ID=ff2179b6365f382bcb3c7ce779d7f492b3cfbb51f775ac2e0577555d073b918a endpoint-type=virtual source=virtcontainers subsystem=network
Oct 14 18:17:46 inspurclouddev-fshhd7zubb-slave-1 kata[140622]: time="2020-10-14T18:17:46.918727279+08:00" level=debug msg="Network removed" ID=ff2179b6365f382bcb3c7ce779d7f492b3cfbb51f775ac2e0577555d073b918a source=virtcontainers subsystem=network
Oct 14 18:17:46 inspurclouddev-fshhd7zubb-slave-1 kata[140622]: time="2020-10-14T18:17:46.918755334+08:00" level=debug msg="Deleting sandbox cgroup" ID=ff2179b6365f382bcb3c7ce779d7f492b3cfbb51f775ac2e0577555d073b918a sandbox=ff2179b6365f382bcb3c7ce779d7f492b3cfbb51f775ac2e0577555d073b918a source=virtcontainers subsystem=sandbox
Oct 14 18:17:46 inspurclouddev-fshhd7zubb-slave-1 kata[140622]: time="2020-10-14T18:17:46.918779897+08:00" level=warning msg="sandbox cgroups path is empty" ID=ff2179b6365f382bcb3c7ce779d7f492b3cfbb51f775ac2e0577555d073b918a sandbox=ff2179b6365f382bcb3c7ce779d7f492b3cfbb51f775ac2e0577555d073b918a source=virtcontainers subsystem=sandbox
Oct 14 18:17:46 inspurclouddev-fshhd7zubb-slave-1 kata[140622]: time="2020-10-14T18:17:46.9188135+08:00" level=info msg="cleanup agent" ID=ff2179b6365f382bcb3c7ce779d7f492b3cfbb51f775ac2e0577555d073b918a path=/run/kata-containers/shared/sandboxes/ff2179b6365f382bcb3c7ce779d7f492b3cfbb51f775ac2e0577555d073b918a/shared source=virtcontainers subsystem=kata_agent
ariel-adam commented 3 years ago

@liubin did you have a chance to look at these logs :-) ?

liubin commented 3 years ago

@zqzzq sorry for late response, can you give your reproduce steps?

And this issue still exists for the latest Kata Containers 2.0 ?

fidencio commented 3 years ago

This issue is being automatically closed as Kata Containers 1.x has now reached EOL (End of Life). This means it is no longer being maintained.

Important:

All users should switch to the latest Kata Containers 2.x release to ensure they are using a maintained release that contains the latest security fixes, performance improvements and new features.

This decision was discussed by the @kata-containers/architecture-committee and has been announced via the Kata Containers mailing list:

If you believe this issue still applies to Kata Containers 2.x, please open an issue against the Kata Containers 2.x repository, pointing to this one, providing details to allow us to migrate it.