View Issue Details

IDProjectCategoryView StatusLast Update
0010726Rocky-Linux-9389-ds-basepublic2025-09-24 05:46
ReporterAlex Corcoles Assigned To 
PrioritynormalSeverityblockReproducibilityalways
Status newResolutionopen 
Summary0010726: python3-lib389-2.6.1-11.el9_6.noarch is broken due to fixed upstream bug
Descriptionpython3-lib389-2.6.1-11.el9_6.noarch is broken, see the fix here:

https://github.com/389ds/389-ds-base/commit/bba768f809121ea4cb033465b09c689e0b1166df

CentOS Stream 9 seems to be on python3-lib389-2.7.0-5.el9.noarch that contains the bugfix.
Steps To Reproduce$ sudo ipa-healthcheck
[
  {
    "source": "ipahealthcheck.ds.replication",
    "check": "ReplicationCheck",
    "result": "CRITICAL",
    "uuid": "868314a7-f2b9-4bf7-9907-26d28191fba3",
    "when": "20250924052347Z",
    "duration": "0.880322",
    "kw": {
      "exception": "module 'datetime' has no attribute 'UTC'",
      "traceback": "Traceback (most recent call last):\n File \"/usr/lib/python3.9/site-packages/ipahealthcheck/core/core.py\", line 56, in run_plugin\n for result in plugin.check():\n File \"/usr/lib/python3.9/site-packages/ipahealthcheck/core/plugin.py\", line 18, in wrapper\n for result in f(*args, **kwds):\n File \"/usr/lib/python3.9/site-packages/ipahealthcheck/ds/plugin.py\", line 108, in check\n results = self.doCheck(self.check_class, self.many)\n File \"/usr/lib/python3.9/site-packages/ipahealthcheck/ds/plugin.py\", line 97, in doCheck\n for result in results:\n File \"/usr/lib/python3.9/site-packages/lib389/_mapped_object_lint.py\", line 126, in lint\n yield from f()\n File \"/usr/lib/python3.9/site-packages/lib389/replica.py\", line 1325, in _lint_no_ruv\n ruv_dict = ruv.format_ruv()\n File \"/usr/lib/python3.9/site-packages/lib389/replica.py\", line 949, in format_ruv\n \"csn\": RUV().parse_csn(self._rid_csn.get(rid, '00000000000000000000')),\n File \"/usr/lib/python3.9/site-packages/lib389/replica.py\", line 920, in parse_csn\n time_str = datetime.datetime.fromtimestamp(timestamp, datetime.UTC).strftime('%Y-%m-%d %H:%M:%S')\nAttributeError: module 'datetime' has no attribute 'UTC'\n"
    }
  }
]
TagsNo tags attached.

Activities

There are no notes attached to this issue.

Issue History

Date Modified Username Field Change
2025-09-24 05:46 Alex Corcoles New Issue