Bug 2213747 - [abrt] python3-ansible-lint: get_cache_dir(): prerun.py:13:get_cache_dir:AttributeError: 'str' object has no attribute 'resolve'
Summary: [abrt] python3-ansible-lint: get_cache_dir(): prerun.py:13:get_cache_dir:Attr...
Keywords:
Status: NEW
Alias: None
Product: Fedora
Classification: Fedora
Component: python-ansible-compat
Version: 37
Hardware: x86_64
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: chedi toueiti
QA Contact:
URL: https://retrace.fedoraproject.org/faf...
Whiteboard: abrt_hash:c5641727f0be9df4880e0686f83...
: 2183173 2213600 2213826 2214535 2231376 (view as bug list)
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2023-06-09 06:56 UTC by Julien Tognazzi
Modified: 2023-08-11 15:56 UTC (History)
6 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed:
Type: ---
Embargoed:


Attachments (Terms of Use)
File: backtrace (1.05 KB, text/plain)
2023-06-09 06:56 UTC, Julien Tognazzi
no flags Details
File: cpuinfo (2.98 KB, text/plain)
2023-06-09 06:56 UTC, Julien Tognazzi
no flags Details
File: environ (3.20 KB, text/plain)
2023-06-09 06:56 UTC, Julien Tognazzi
no flags Details
File: mountinfo (6.12 KB, text/plain)
2023-06-09 06:56 UTC, Julien Tognazzi
no flags Details
File: namespaces (172 bytes, text/plain)
2023-06-09 06:56 UTC, Julien Tognazzi
no flags Details
File: open_fds (1.36 KB, text/plain)
2023-06-09 06:56 UTC, Julien Tognazzi
no flags Details

Description Julien Tognazzi 2023-06-09 06:56:50 UTC
Description of problem:
It happened with the Visual Code ansible extension

Version-Release number of selected component:
python3-ansible-lint-1:6.10.0-1.fc37

Additional info:
reporter:       libreport-2.17.10
cgroup:         0::/user.slice/user-1000.slice/user/app.slice/app-gnome-code-139854.scope
cmdline:        /usr/bin/python3 -sP /bin/ansible-lint --offline --nocolor -f codeclimate /home/tognjul1/Documents/els/osdeploy/ansible/playbooks/tc_create_branch_config.yml
crash_function: get_cache_dir
exception_type: AttributeError
executable:     /bin/ansible-lint
interpreter:    python3-3.11.3-2.fc37.x86_64
kernel:         6.3.5-100.fc37.x86_64
runlevel:       N 5
type:           Python3
uid:            1000

Truncated backtrace:
prerun.py:13:get_cache_dir:AttributeError: 'str' object has no attribute 'resolve'

Traceback (most recent call last):
  File "/bin/ansible-lint", line 8, in <module>
    sys.exit(_run_cli_entrypoint())
             ^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.11/site-packages/ansiblelint/__main__.py", line 344, in _run_cli_entrypoint
    sys.exit(main(sys.argv))
             ^^^^^^^^^^^^^^
  File "/usr/lib/python3.11/site-packages/ansiblelint/__main__.py", line 197, in main
    initialize_options(argv[1:])
  File "/usr/lib/python3.11/site-packages/ansiblelint/__main__.py", line 110, in initialize_options
    options.cache_dir = get_cache_dir(options.project_dir)
                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.11/site-packages/ansible_compat/prerun.py", line 13, in get_cache_dir
    basename = project_dir.resolve().name.encode(encoding="utf-8")
               ^^^^^^^^^^^^^^^^^^^
AttributeError: 'str' object has no attribute 'resolve'

Local variables in innermost frame:
project_dir: '/home/tognjul1/Documents/els/osdeploy'

Comment 1 Julien Tognazzi 2023-06-09 06:56:53 UTC
Created attachment 1969872 [details]
File: backtrace

Comment 2 Julien Tognazzi 2023-06-09 06:56:54 UTC
Created attachment 1969873 [details]
File: cpuinfo

Comment 3 Julien Tognazzi 2023-06-09 06:56:55 UTC
Created attachment 1969874 [details]
File: environ

Comment 4 Julien Tognazzi 2023-06-09 06:56:56 UTC
Created attachment 1969875 [details]
File: mountinfo

Comment 5 Julien Tognazzi 2023-06-09 06:56:58 UTC
Created attachment 1969876 [details]
File: namespaces

Comment 6 Julien Tognazzi 2023-06-09 06:56:59 UTC
Created attachment 1969877 [details]
File: open_fds

Comment 7 Parag Nemade 2023-06-10 13:40:34 UTC
This happened due to new update of ansible-compat in F37
The last known ansible-lint build is
ansible-lint-6.10.0-1.fc37
which is working fine with
python-ansible-compat-2.2.7-9.fc37
but then python-ansible-compat directly got an update to 4.0.4-1.fc37 which broke ansible-lint command.

Comment 8 Parag Nemade 2023-08-03 06:54:24 UTC
*** Bug 2214535 has been marked as a duplicate of this bug. ***

Comment 9 Parag Nemade 2023-08-03 06:55:08 UTC
*** Bug 2213600 has been marked as a duplicate of this bug. ***

Comment 10 Parag Nemade 2023-08-03 06:55:11 UTC
*** Bug 2213826 has been marked as a duplicate of this bug. ***

Comment 11 Parag Nemade 2023-08-03 06:57:31 UTC
*** Bug 2183173 has been marked as a duplicate of this bug. ***

Comment 12 Parag Nemade 2023-08-11 15:55:59 UTC
*** Bug 2231376 has been marked as a duplicate of this bug. ***


Note You need to log in before you can comment on or make changes to this bug.