Skip to content
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

Failed to set execute bit on remote files #77297

Closed
1 task done
pbrezina opened this issue Mar 16, 2022 · 3 comments
Closed
1 task done

Failed to set execute bit on remote files #77297

pbrezina opened this issue Mar 16, 2022 · 3 comments
Labels
affects_2.13 bug This issue/PR relates to a bug. support:core This issue/PR relates to code supported by the Ansible Engineering Team.

Comments

@pbrezina
Copy link
Contributor

Summary

I get this error message when using the podman connection plugin ansible_connection: podman

Failed to set execute bit on remote files (rc: 255, err: Error: open /var/lib/containers/storage/overlay-containers/3cd9e6f9a9c2ef61d3af4e63bee57571ea9f1d9b75782e56fabe2a26fade3566/userdata/d92176f8d558b6e60da40d8acf122d1ec9a7d21a0615e26aee40286cfa812485/exit/3cd9e6f9a9c2ef61d3af4e63bee57571ea9f1d9b75782e56fabe2a26fade3566: no such file or directory

I opened issue against podman collection first, but we tracked it down to ansible. containers/ansible-podman-collections#389

The issue is not visible with ANSIBLE_DEBUG=1 therefore I can not provide any more information.

Issue Type

Bug Report

Component Name

ansible

Ansible Version

Latest version installed via pip3.

Configuration

$ ansible-config dump --only-changed

OS / Environment

Github-hosted Actions runner ubuntu-latest.

Steps to Reproduce

It can be reproduced quite often when run in Github Actions github-hosted runner, but it does not happen always.

Expected Results

No error.

Actual Results

Failed to set execute bit on remote files (rc: 255, err: Error: open /var/lib/containers/storage/overlay-containers/3cd9e6f9a9c2ef61d3af4e63bee57571ea9f1d9b75782e56fabe2a26fade3566/userdata/d92176f8d558b6e60da40d8acf122d1ec9a7d21a0615e26aee40286cfa812485/exit/3cd9e6f9a9c2ef61d3af4e63bee57571ea9f1d9b75782e56fabe2a26fade3566: no such file or directory

Code of Conduct

  • I agree to follow the Ansible Code of Conduct
@ansibot
Copy link
Contributor

ansibot commented Mar 16, 2022

Files identified in the description:
None

If these files are incorrect, please update the component name section of the description or use the !component bot command.

click here for bot help

@ansibot ansibot added affects_2.13 bug This issue/PR relates to a bug. needs_triage Needs a first human triage before being processed. support:core This issue/PR relates to code supported by the Ansible Engineering Team. labels Mar 16, 2022
@pbrezina
Copy link
Contributor Author

I managed to get a failed attempt with ANSIBLE_DEBUG=1.

failed.log

Lookup /var/lib/containers/storage/overlay-containers

@jborean93 jborean93 removed the needs_triage Needs a first human triage before being processed. label Mar 17, 2022
@jborean93
Copy link
Contributor

Until proven it's a fault in Ansible we can't be investigating code outside of our codebase as we don't know how the podman collection works. Please follow it up in your other issue containers/ansible-podman-collections#389 before asking here.

Feel free to ask for help the mailing list or the IRC channel.

See this page for a complete and up to date list of communication channels and their purposes:

Because this project is very active, we're unlikely to see comments made on closed tickets and we lock them after some time.
If don't you think this particular issue is resolved, you should still stop by there first, we'd appreciate it.
This allows us to keep the issue tracker for bugs, pull requests, RFEs and the like.

Thank you once again and we look forward to seeing you on the list or IRC. Thanks!

@ansible ansible locked and limited conversation to collaborators Mar 24, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
affects_2.13 bug This issue/PR relates to a bug. support:core This issue/PR relates to code supported by the Ansible Engineering Team.
Projects
None yet
Development

No branches or pull requests

3 participants