Project

General

Profile

Actions

action #178564

open

Unit tests in salt pipelines failing due to augeas.change and crypt / bsd_shadow size:S

Added by livdywan 24 days ago. Updated 15 days ago.

Status:
Blocked
Priority:
Low
Assignee:
Category:
Feature requests
Target version:
Start date:
Due date:
% Done:

0%

Estimated time:

Description

Observation

Current salt pipelines are failing. This wasn't seen as part of alert handling (yet) but very recent individual runs in MR's and re-runs on master.

File "/usr/lib/python3.13/site-packages/salt/modules/bsd_shadow.py", line 22, in <module>
    import salt.utils.pycrypto
  File "/usr/lib/python3.13/site-packages/salt/utils/pycrypto.py", line 104, in <module>
    methods = {m.name.lower(): m for m in crypt.methods}
                                          ^^^^^^^^^^^^^
AttributeError: module 'crypt' has no attribute 'methods'
[...]
          ID: kdump-conf
    Function: augeas.change
      Result: False
     Comment: State 'augeas.change' was not found in SLS 'kdump'
              Reason: 'augeas' __virtual__ returned False: augeas module could not be loaded

Acceptance criteria

  • AC1: Unit tests in salt pipelines are passing

Suggestions

Actions

Also available in: Atom PDF