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.
Category:
Feature requests
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¶
- Description updated (diff)
- Priority changed from Normal to High
I put this in High and Ready because it seems to affect all new pipeline runs
- Description updated (diff)
- Description updated (diff)
- Status changed from New to In Progress
- Assignee set to nicksinger
while trying to move https://gitlab.suse.de/openqa/salt-states-openqa/-/merge_requests/1404 forward, I found why this fails. podman run --rm -it registry.opensuse.org/home/okurz/container/ca/containers/tumbleweed:salt-minion-git-core-ssh
with:
6bdc1d287a87:/srv/salt # tree .
.
|-- test
| `-- init.sls
`-- top.sls
2 directories, 2 files
6bdc1d287a87:/srv/salt # cat top.sls
base:
'*':
- test
6bdc1d287a87:/srv/salt # cat test/init.sls
kdump-conf:
augeas.change:
- lens: Shellvars.lns
- context: /files/etc/sysconfig/kdump
- changes:
- set KDUMP_SMTP_SERVER '"relay.suse.de"'
- set KDUMP_NOTIFICATION_TO '"osd-admins@suse.de"'
and salt-call --local -l debug state.apply mock=True
was a good, minimal reproducer. Salt complains about the missing cryptography-module which seems unrelated at first (because the x509-module shows other deprecation-warnings as well) but it turns out that zypper in python311-cryptography
already fixes the issue. Checking the container definition at https://build.opensuse.org/projects/home:okurz:container:ca/packages/salt-minion-git-core-ssh/files/Dockerfile?expand=1 I found that python3-setuptools python3-augeas python3-cryptography
are all not available any longer in the repository and seem be replaced by the explicit 311-packages. Not sure how to approach the fix without being too specific.
- Subject changed from Unit tests in salt pipelines failing due to augeas.change and crypt / bsd_shadow to Unit tests in salt pipelines failing due to augeas.change and crypt / bsd_shadow size:S
- Description updated (diff)
- Due date set to 2025-03-26
Setting due date based on mean cycle time of SUSE QE Tools
- Status changed from In Progress to Feedback
- Status changed from Feedback to In Progress
- Status changed from In Progress to Feedback
- Priority changed from High to Normal
- Status changed from Feedback to Workable
- Priority changed from Normal to High
- Status changed from Workable to In Progress
- Due date deleted (
2025-03-26)
- Status changed from In Progress to Blocked
- Target version changed from Ready to future
- Priority changed from High to Low
Also available in: Atom
PDF