Here are some logs from one of the machines I left untouched for a couple days, actually it had nothing to do shell completion, it happened while the laptop was hibernating
$ dmesg
dmesg: read kernel buffer failed: Operation not permitted
$ journalctl --since "2025-05-28 18:07:00" --system --no-pager | head -n 20
May 28 18:07:00 fedora cri-dockerd[3040]: time="2025-05-28T18:07:00+02:00" level=error msg="Error validating CNI config list ({\n \"name\": \"cbr0\",\n \"cniVersion\": \"0.3.1\",\n \"plugins\": [\n {\n \"type\": \"flannel\",\n \"delegate\": {\n \"hairpinMode\": true,\n \"isDefaultGateway\": true\n }\n },\n {\n \"type\": \"portmap\",\n \"capabilities\": {\n \"portMappings\": true\n }\n }\n ]\n}\n): [failed to find plugin \"portmap\" in path [/opt/cni/bin]]"
May 28 18:07:00 fedora cri-dockerd[3040]: time="2025-05-28T18:07:00+02:00" level=error msg="Error validating CNI config list ({\n \"cniVersion\": \"0.4.0\",\n \"name\": \"podman\",\n \"plugins\": [\n {\n \"type\": \"bridge\",\n \"bridge\": \"cni-podman0\",\n \"isGateway\": true,\n \"ipMasq\": true,\n \"hairpinMode\": true,\n \"ipam\": {\n \"type\": \"host-local\",\n \"routes\": [{ \"dst\": \"0.0.0.0/0\" }],\n \"ranges\": [\n [\n {\n \"subnet\": \"10.88.0.0/16\",\n \"gateway\": \"10.88.0.1\"\n }\n ]\n ]\n }\n },\n {\n \"type\": \"portmap\",\n \"capabilities\": {\n \"portMappings\": true\n }\n },\n {\n \"type\": \"firewall\"\n },\n {\n \"type\": \"tuning\"\n }\n ]\n}\n): [failed to find plugin \"bridge\" in path [/opt/cni/bin] failed to find plugin \"portmap\" in path [/opt/cni/bin] failed to find plugin \"firewall\" in path [/opt/cni/bin] failed to find plugin \"tuning\" in path [/opt/cni/bin]]"
May 28 18:07:05 fedora cri-dockerd[3040]: time="2025-05-28T18:07:05+02:00" level=error msg="Error validating CNI config list ({\n \"name\": \"cbr0\",\n \"cniVersion\": \"0.3.1\",\n \"plugins\": [\n {\n \"type\": \"flannel\",\n \"delegate\": {\n \"hairpinMode\": true,\n \"isDefaultGateway\": true\n }\n },\n {\n \"type\": \"portmap\",\n \"capabilities\": {\n \"portMappings\": true\n }\n }\n ]\n}\n): [failed to find plugin \"portmap\" in path [/opt/cni/bin]]"
May 28 18:07:05 fedora cri-dockerd[3040]: time="2025-05-28T18:07:05+02:00" level=error msg="Error validating CNI config list ({\n \"cniVersion\": \"0.4.0\",\n \"name\": \"podman\",\n \"plugins\": [\n {\n \"type\": \"bridge\",\n \"bridge\": \"cni-podman0\",\n \"isGateway\": true,\n \"ipMasq\": true,\n \"hairpinMode\": true,\n \"ipam\": {\n \"type\": \"host-local\",\n \"routes\": [{ \"dst\": \"0.0.0.0/0\" }],\n \"ranges\": [\n [\n {\n \"subnet\": \"10.88.0.0/16\",\n \"gateway\": \"10.88.0.1\"\n }\n ]\n ]\n }\n },\n {\n \"type\": \"portmap\",\n \"capabilities\": {\n \"portMappings\": true\n }\n },\n {\n \"type\": \"firewall\"\n },\n {\n \"type\": \"tuning\"\n }\n ]\n}\n): [failed to find plugin \"bridge\" in path [/opt/cni/bin] failed to find plugin \"portmap\" in path [/opt/cni/bin] failed to find plugin \"firewall\" in path [/opt/cni/bin] failed to find plugin \"tuning\" in path [/opt/cni/bin]]"
May 28 18:07:10 fedora cri-dockerd[3040]: time="2025-05-28T18:07:10+02:00" level=error msg="Error validating CNI config list ({\n \"name\": \"cbr0\",\n \"cniVersion\": \"0.3.1\",\n \"plugins\": [\n {\n \"type\": \"flannel\",\n \"delegate\": {\n \"hairpinMode\": true,\n \"isDefaultGateway\": true\n }\n },\n {\n \"type\": \"portmap\",\n \"capabilities\": {\n \"portMappings\": true\n }\n }\n ]\n}\n): [failed to find plugin \"portmap\" in path [/opt/cni/bin]]"
-- Boot 0ee0a2d57e7f4fdfaf99482810568fc5 --
May 30 16:27:45 fedora kernel: Linux version 6.14.6-300.fc42.x86_64 (mockbuild@d52ebe864e9b44d9a612faa06f490c58) (gcc (GCC) 15.1.1 20250425 (Red Hat 15.1.1-1), GNU ld version 2.44-3.fc42) #1 SMP PREEMPT_DYNAMIC Fri May 9 20:11:19 UTC 2025
May 30 16:27:45 fedora kernel: Command line: BOOT_IMAGE=(hd0,msdos1)/vmlinuz-6.14.6-300.fc42.x86_64 root=UUID=553004d3-71de-4f70-80d2-da3c2f909b31 ro rootflags=subvol=root rhgb quiet
May 30 16:27:45 fedora kernel: BIOS-provided physical RAM map:
May 30 16:27:45 fedora kernel: BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable
May 30 16:27:45 fedora kernel: BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved
May 30 16:27:45 fedora kernel: BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved
May 30 16:27:45 fedora kernel: BIOS-e820: [mem 0x0000000000100000-0x00000000dffeffff] usable
May 30 16:27:45 fedora kernel: BIOS-e820: [mem 0x00000000dfff0000-0x00000000dfffffff] ACPI data
May 30 16:27:45 fedora kernel: BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
May 30 16:27:45 fedora kernel: BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
May 30 16:27:45 fedora kernel: BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved
May 30 16:27:45 fedora kernel: BIOS-e820: [mem 0x0000000100000000-0x000000041fffffff] usable
May 30 16:27:45 fedora kernel: NX (Execute Disable) protection: active
May 30 16:27:45 fedora kernel: APIC: Static calls initialized
so not much, I don’t know if the docker stuff is relevant