Control group /: -.slice ├─sys-fs-fuse-connections.mount ├─sys-kernel-config.mount ├─sys-kernel-debug.mount ├─dev-mqueue.mount ├─user.slice │ └─user-1000.slice │ ├─user@1000.service … │ │ ├─app.slice │ │ └─init.scope │ │ ├─621 /lib/systemd/systemd --user │ │ └─622 (sd-pam) │ ├─session-4.scope │ │ ├─1361 sshd: zuul [priv] │ │ └─1374 sshd: zuul@notty │ └─session-1.scope │ ├─ 618 sshd: zuul [priv] │ ├─ 635 sshd: zuul@notty │ ├─ 772 /usr/bin/python3 │ ├─ 1365 ssh: /home/zuul/.ansible/cp/199.204.45.155-22-zuul [mux] │ ├─11460 sh -c /bin/sh -c 'sudo -H -S -n -u root /bin/sh -c '"'"'echo BECOME-SUCCESS-oeyuzarirfawvnxilqpylmwkhfdewjti ; /usr/bin/python3'"'"' && sleep 0' │ ├─11461 /bin/sh -c sudo -H -S -n -u root /bin/sh -c 'echo BECOME-SUCCESS-oeyuzarirfawvnxilqpylmwkhfdewjti ; /usr/bin/python3' && sleep 0 │ ├─11462 sudo -H -S -n -u root /bin/sh -c echo BECOME-SUCCESS-oeyuzarirfawvnxilqpylmwkhfdewjti ; /usr/bin/python3 │ ├─11463 /bin/sh -c echo BECOME-SUCCESS-oeyuzarirfawvnxilqpylmwkhfdewjti ; /usr/bin/python3 │ ├─11464 /usr/bin/python3 │ ├─11465 /bin/bash -c set -x systemd-cgls --full --all --no-pager > /tmp/logs/system/systemd-cgls.txt ip addr > /tmp/logs/system/ip-addr.txt ip route > /tmp/logs/system/ip-route.txt lsblk > /tmp/logs/system/lsblk.txt mount > /tmp/logs/system/mount.txt docker images > /tmp/logs/system/docker-images.txt brctl show > /tmp/logs/system/brctl-show.txt ps aux --sort=-%mem > /tmp/logs/system/ps.txt dpkg -l > /tmp/logs/system/packages.txt CONTAINERS=($(docker ps -a --format '{{ .Names }}' --filter label=zuul)) if [ ! -z "$CONTAINERS" ]; then mkdir -p "/tmp/logs/system/containers" for CONTAINER in ${CONTAINERS}; do docker logs "${CONTAINER}" > "/tmp/logs/system/containers/${CONTAINER}.txt" done fi │ └─11467 systemd-cgls --full --all --no-pager ├─sys-kernel-tracing.mount ├─init.scope │ └─1 /lib/systemd/systemd --system --deserialize 39 nofb ├─system.slice │ ├─containerd.service … │ │ └─9625 /usr/bin/containerd --config /etc/containerd/config.toml │ ├─packagekit.service │ │ └─1095 /usr/libexec/packagekitd │ ├─systemd-networkd.service │ │ └─439 /lib/systemd/systemd-networkd │ ├─systemd-udevd.service │ │ └─328 /lib/systemd/systemd-udevd │ ├─system-serial\x2dgetty.slice │ │ └─serial-getty@ttyS0.service │ │ └─543 /sbin/agetty -o -p -- \u --keep-baud 115200,57600,38400,9600 ttyS0 vt220 │ ├─polkit.service │ │ └─561 /usr/libexec/polkitd --no-debug │ ├─networkd-dispatcher.service │ │ └─533 /usr/bin/python3 /usr/bin/networkd-dispatcher --run-startup-triggers │ ├─system-modprobe.slice │ ├─cloud-init-local.service │ ├─systemd-journald.service │ │ └─297 /lib/systemd/systemd-journald │ ├─ssh.service │ │ ├─ 566 sshd: /usr/sbin/sshd -D [listener] 2 of 10-100 startups │ │ ├─ 1318 sshd: [accepted] │ │ ├─ 1320 sshd: [net] │ │ ├─10276 sshd: [accepted] │ │ └─10292 sshd: [net] │ ├─cloud-final.service │ ├─uuidd.service │ │ └─1292 /usr/sbin/uuidd --socket-activation │ ├─systemd-hostnamed.service │ │ └─10812 /lib/systemd/systemd-hostnamed │ ├─cloud-config.service │ ├─systemd-resolved.service │ │ └─332 /lib/systemd/systemd-resolved │ ├─system-lvm2\x2dpvscan.slice │ ├─dbus.service │ │ └─530 @dbus-daemon --system --address=systemd: --nofork --nopidfile --systemd-activation --syslog-only │ ├─systemd-timesyncd.service │ │ └─333 /lib/systemd/systemd-timesyncd │ ├─system-getty.slice │ │ └─getty@tty1.service │ │ └─542 /sbin/agetty -o -p -- \u --noclear tty1 linux │ └─systemd-logind.service │ └─536 /lib/systemd/systemd-logind ├─proc-sys-fs-binfmt_misc.mount └─dev-hugepages.mount