Strange Swap Problem

I just noticed on that diagnosis that the system resource section was from 3 days ago, while all other sections refreshed just now. Then I found a bunch of python errors under “Diagnosis failed for category ‘systemresources’” in the detailed report. I hardly know what I’m looking at here. Any ideas?

Traceback (most recent call last):
File “/usr/lib/python3/dist-packages/yunohost/diagnosis.py”, line 193, in diagnosis_run
code, report = diagnoser.diagnose(force=force)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File “/usr/lib/python3/dist-packages/yunohost/diagnosis.py”, line 443, in diagnose
items = list(self.run())
^^^^^^^^^^^^^^^^
File “/usr/lib/python3/dist-packages/yunohost/diagnosers/50-systemresources.py”, line 173, in run
kills_count = self.recent_kills_by_oom_reaper()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File “/usr/lib/python3/dist-packages/yunohost/diagnosers/50-systemresources.py”, line 208, in recent_kills_by_oom_reaper
processes = list(analyzed_kern_log())
^^^^^^^^^^^^^^^^^^^^^^^^^
File “/usr/lib/python3/dist-packages/yunohost/diagnosers/50-systemresources.py”, line 201, in analyzed_kern_log
date = datetime.datetime.strptime(date_str, “%Y %b %d %H:%M:%S”)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File “/usr/lib/python3.11/_strptime.py”, line 568, in _strptime_datetime
tt, fraction, gmtoff_fraction = _strptime(data_string, format)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File “/usr/lib/python3.11/_strptime.py”, line 349, in _strptime
raise ValueError(“time data %r does not match format %r” %
ValueError: time data ‘2025 2025-10-28T05:29:47.482944+10:00 calsynctwo kernel:’ does not match format ‘%Y %b %d %H:%M:%S’