Bug 1303447
| Summary: | [abrt] dnf: clean.py:85:_clean_filelist:TypeError: not all arguments converted during string formatting | ||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | mastaiza <mastaizawfm> | ||||||||||
| 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: | 23 | CC: | debugger94, jsilhan, mdomonko, mluscon, packaging-team-maint, pnemade, vmukhame | ||||||||||
| Target Milestone: | --- | ||||||||||||
| Target Release: | --- | ||||||||||||
| Hardware: | x86_64 | ||||||||||||
| OS: | Unspecified | ||||||||||||
| URL: | https://retrace.fedoraproject.org/faf/reports/bthash/361e53c2e58e633c40dedf0f879b06b6baaba0de | ||||||||||||
| Whiteboard: | abrt_hash:130877571e763cb84bcc53db24999cb1deb3a0e7; | ||||||||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||||||||
| Doc Text: | Story Points: | --- | |||||||||||
| Clone Of: | Environment: | ||||||||||||
| Last Closed: | 2016-02-01 13:41:27 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 1119920 [details]
File: _var_log_dnf.log
Created attachment 1119921 [details]
File: backtrace
Created attachment 1119922 [details]
File: environ
Created attachment 1119923 [details]
File: dnf-makecache.log
*** This bug has been marked as a duplicate of bug 1303293 *** |
Version-Release number of selected component: dnf-1.1.6-1.fc23 Additional info: reporter: libreport-2.6.3 cmdline: /usr/bin/python3 /bin/dnf clean all executable: /bin/dnf kernel: 4.3.3-303.fc23.x86_64 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 "/bin/dnf", line 57, in <module> main.user_main(sys.argv[1:], exit_code=True) File "/usr/lib/python3.4/site-packages/dnf/cli/main.py", line 174, in user_main errcode = main(args) File "/usr/lib/python3.4/site-packages/dnf/cli/main.py", line 60, in main return _main(base, args) File "/usr/lib/python3.4/site-packages/dnf/cli/main.py", line 112, in _main cli.run() File "/usr/lib/python3.4/site-packages/dnf/cli/cli.py", line 1095, in run return self.command.run(self.base.extcmds) File "/usr/lib/python3.4/site-packages/dnf/cli/commands/clean.py", line 230, in run return self.clean(extcmds) File "/usr/lib/python3.4/site-packages/dnf/cli/commands/clean.py", line 184, in clean pkgcode, pkgresults = _clean_packages(repos) File "/usr/lib/python3.4/site-packages/dnf/cli/commands/clean.py", line 114, in _clean_packages return _clean_files(repos, exts, 'pkgdir', 'package') File "/usr/lib/python3.4/site-packages/dnf/cli/commands/clean.py", line 98, in _clean_files return _clean_filelist(filetype, filelist) File "/usr/lib/python3.4/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: removed: 0 filetype: 'package' filelist: [] msg: ''