This repository was archived by the owner on May 12, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 83
This repository was archived by the owner on May 12, 2021. It is now read-only.
CI built debian images fail to start a container #317
Copy link
Copy link
Closed
Labels
bugIncorrect behaviourIncorrect behaviourneeds-reviewNeeds to be assessed by the team.Needs to be assessed by the team.
Description
Recently, all of the PRs I opened fail at CI to start debian image containers with the notorious Failed to check if grpc server is working err msg.
Looking at the logs, there's this in the (kata-proxy reported) Linux journal message:
Failed to isolate default target, freezing.
This is not reproducible on my local machine.
Longer log:
Freeing unused kernel image memory: 1132K
Run /usr/lib/systemd/systemd as init process
systemd[1]: Mounting cgroup to /sys/fs/cgroup/blkio of type cgroup with options blkio.
systemd[1]: Mounting cgroup to /sys/fs/cgroup/pids of type cgroup with options pids.
systemd[1]: Mounting cgroup to /sys/fs/cgroup/cpu,cpuacct of type cgroup with options cpu,cpuacct.
systemd[1]: Mounting cgroup to /sys/fs/cgroup/freezer of type cgroup with options freezer.
systemd[1]: Mounting cgroup to /sys/fs/cgroup/perf_event of type cgroup with options perf_event.
systemd[1]: Mounting cgroup to /sys/fs/cgroup/net_cls,net_prio of type cgroup with options net_cls,net_prio.
systemd[1]: Mounting cgroup to /sys/fs/cgroup/devices of type cgroup with options devices.
systemd[1]: Mounting cgroup to /sys/fs/cgroup/cpuset of type cgroup with options cpuset.
systemd[1]: Mounting cgroup to /sys/fs/cgroup/memory of type cgroup with options memory.
systemd[1]: systemd 232 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD +IDN)
msg="
msg="Welcome to \x1b[1mDebian GNU/Linux 9 (stretch)\x1b[0m!
msg="
systemd-sysv-generator[68]: Native unit for procps.service already exists, skipping.
systemd-sysv-generator[68]: Native unit for chrony.service already exists, skipping.
systemd-sysv-generator[68]: Native unit for hwclock.service already exists, skipping.
systemd-sysv-generator[68]: Ignoring S01chrony symlink in rc2.d, not generating chrony.service.
systemd-sysv-generator[68]: Ignoring S01chrony symlink in rc3.d, not generating chrony.service.
systemd-sysv-generator[68]: Ignoring S01chrony symlink in rc4.d, not generating chrony.service.
systemd-sysv-generator[68]: Ignoring S01chrony symlink in rc5.d, not generating chrony.service.
Failed to isolate default target, freezing.
systemd: 89 output lines suppressed due to ratelimiting
@grahamwhaley I mentioned you this earlier today
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugIncorrect behaviourIncorrect behaviourneeds-reviewNeeds to be assessed by the team.Needs to be assessed by the team.