Bug 1334746
| Summary: | [abrt] dnf: clean.py:85:_clean_filelist:TypeError: not all arguments converted during string formatting | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | PastorDi <pastordidi> | ||||||||
| Component: | dnf | Assignee: | Packaging Maintenance Team <packaging-team-maint> | ||||||||
| Status: | CLOSED DUPLICATE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||||
| Severity: | unspecified | Docs Contact: | |||||||||
| Priority: | unspecified | ||||||||||
| Version: | 24 | CC: | ignatenko, jsilhan, mluscon, packaging-team-maint, pnemade, vmukhame | ||||||||
| Target Milestone: | --- | ||||||||||
| Target Release: | --- | ||||||||||
| Hardware: | x86_64 | ||||||||||
| OS: | Unspecified | ||||||||||
| URL: | https://retrace.fedoraproject.org/faf/reports/bthash/904b4dc7be6322dec83e28258262b0535a0fb473 | ||||||||||
| Whiteboard: | abrt_hash:130877571e763cb84bcc53db24999cb1deb3a0e7; | ||||||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||||||
| Doc Text: | Story Points: | --- | |||||||||
| Clone Of: | Environment: | ||||||||||
| Last Closed: | 2016-05-16 11:30:00 UTC | Type: | --- | ||||||||
| Regression: | --- | Mount Type: | --- | ||||||||
| Documentation: | --- | CRM: | |||||||||
| Verified Versions: | Category: | --- | |||||||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||||||
| Embargoed: | |||||||||||
| Attachments: |
|
||||||||||
Created attachment 1155757 [details]
File: _var_log_dnf.log
Created attachment 1155758 [details]
File: backtrace
Created attachment 1155759 [details]
File: environ
*** This bug has been marked as a duplicate of bug 1303293 *** |
Description of problem: dnf clean all Version-Release number of selected component: dnf-1.1.6-2.fc24 Additional info: reporter: libreport-2.7.0 cmdline: /usr/bin/python3 /usr/bin/dnf clean all dnf-makecache.log: -- No entries -- executable: /usr/bin/dnf kernel: 4.5.0-0.rc7.git0.2.fc24.x86_64 reproducible: Not sure how to reproduce the problem runlevel: N 5 type: Python3 uid: 0 Truncated backtrace: clean.py:85:_clean_filelist:TypeError: not all arguments converted during string formatting Traceback (most recent call last): File "/usr/bin/dnf", line 57, in <module> main.user_main(sys.argv[1:], exit_code=True) File "/usr/lib/python3.5/site-packages/dnf/cli/main.py", line 174, in user_main errcode = main(args) File "/usr/lib/python3.5/site-packages/dnf/cli/main.py", line 60, in main return _main(base, args) File "/usr/lib/python3.5/site-packages/dnf/cli/main.py", line 112, in _main cli.run() File "/usr/lib/python3.5/site-packages/dnf/cli/cli.py", line 1095, in run return self.command.run(self.base.extcmds) File "/usr/lib/python3.5/site-packages/dnf/cli/commands/clean.py", line 230, in run return self.clean(extcmds) File "/usr/lib/python3.5/site-packages/dnf/cli/commands/clean.py", line 184, in clean pkgcode, pkgresults = _clean_packages(repos) File "/usr/lib/python3.5/site-packages/dnf/cli/commands/clean.py", line 114, in _clean_packages return _clean_files(repos, exts, 'pkgdir', 'package') File "/usr/lib/python3.5/site-packages/dnf/cli/commands/clean.py", line 98, in _clean_files return _clean_filelist(filetype, filelist) File "/usr/lib/python3.5/site-packages/dnf/cli/commands/clean.py", line 85, in _clean_filelist msg %= (removed, filetype) TypeError: not all arguments converted during string formatting Local variables in innermost frame: filelist: [] removed: 0 msg: '' filetype: 'package' Potential duplicate: bug 1303447