Skip to content

Podman plugins fails #310

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
Tcharl opened this issue Apr 30, 2025 · 0 comments
Open

Podman plugins fails #310

Tcharl opened this issue Apr 30, 2025 · 0 comments

Comments

@Tcharl
Copy link
Contributor

Tcharl commented Apr 30, 2025

hi,

Not so sure due to my polluted python environment, but seems like molecule podman is failing since 23.5.3

Configuration

[tool.poetry.dependencies]
python = ">=3.11"
ansible = "^11.5.0"
jmespath = "^1.0.1"
netaddr = "^0.8.0"

[tool.poetry.group.dev.dependencies]
flake8 = "*"
yamllint = "*"
tox = "*"
pytest-testinfra = "*"
# molecule = "25.1.0"
molecule-plugins = {version = "23.5.3", extras = ["podman"]} # Tested with newest, same problem
ansible-lint = { version = "v25.4.0", markers = "platform_system != 'Windows'" }

Error

failed: [localhost] (item={'failed': 0, 'started': 1, 'finished': 0, 'ansible_job_id': 'j343429397138.69239', 'results_file': '/Users/charliemordant/.ansible_async/j343429397138.69239', 'changed': True, 'item': {'cgroupns_mode': 'host', 'command': '/sbin/init', 'dns_servers': ['8.8.8.8'], 'dockerfile': '../common/Dockerfile.j2', 'image': 'fedora:38', 'name': 'routing.osgiliath.test', 'privileged': True, 'systemd': True, 'volumes': ['/sys/fs/cgroup:/sys/fs/cgroup:rw']}, 'ansible_loop_var': 'item'}) => {"ansible_job_id": "j343429397138.69239", "ansible_loop_var": "item", "attempts": 1, "changed": false, "finished": 1, "item": {"ansible_job_id": "j343429397138.69239", "ansible_loop_var": "item", "changed": true, "failed": 0, "finished": 0, "item": {"cgroupns_mode": "host", "command": "/sbin/init", "dns_servers": ["8.8.8.8"], "dockerfile": "../common/Dockerfile.j2", "image": "fedora:38", "name": "routing.osgiliath.test", "privileged": true, "systemd": true, "volumes": ["/sys/fs/cgroup:/sys/fs/cgroup:rw"]}, "results_file": "/Users/path/.ansible_async/j343429397138.69239", "started": 1}, "msg": "could not find job", "results_file": "/var/root/.ansible_async/j343429397138.69239", "started": 1, "stderr": "", "stderr_lines": [], "stdout": "", "stdout_lines": []}

May you please double check?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant