Bug 1192779
| Summary: | [abrt] python3-dnf: tracer.py:93:_print_output:TypeError: Type str doesn't support the buffer API | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Lukas Slebodnik <lslebodn> | ||||||
| Component: | dnf-plugins-extras | Assignee: | Igor Gnatenko <ignatenko> | ||||||
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||
| Severity: | unspecified | Docs Contact: | |||||||
| Priority: | unspecified | ||||||||
| Version: | 21 | CC: | akozumpl, ignatenko, jsilhan, mluscon, packaging-team-maint, pnemade, rholy, tim.lauridsen | ||||||
| Target Milestone: | --- | ||||||||
| Target Release: | --- | ||||||||
| Hardware: | x86_64 | ||||||||
| OS: | Unspecified | ||||||||
| URL: | https://retrace.fedoraproject.org/faf/reports/bthash/78571a8471a058ea5aead511f51808a0d0ae0158 | ||||||||
| Whiteboard: | abrt_hash:10c971df3ddd47d62604a385d19e70dacd23c43f | ||||||||
| Fixed In Version: | dnf-plugins-extras-0.0.5-4.fc22 | Doc Type: | Bug Fix | ||||||
| Doc Text: | Story Points: | --- | |||||||
| Clone Of: | Environment: | ||||||||
| Last Closed: | 2015-04-21 19:10:43 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 991888 [details]
File: backtrace
Created attachment 991889 [details]
File: environ
This seems like a bug in dnf-plugins-extras. Thanks for the report! Fixed in master branch. https://github.com/rpm-software-management/dnf-plugins-extras/commit/74f21c7f44f752a2c504b329edd0cfcb3ae53f2b dnf-plugins-extras-0.0.5-1.fc22 has been submitted as an update for Fedora 22. https://admin.fedoraproject.org/updates/dnf-plugins-extras-0.0.5-1.fc22 Package dnf-plugins-extras-0.0.5-2.fc22: * should fix your issue, * was pushed to the Fedora 22 testing repository, * should be available at your local mirror within two days. Update it with: # su -c 'yum update --enablerepo=updates-testing dnf-plugins-extras-0.0.5-2.fc22' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/FEDORA-2015-2793/dnf-plugins-extras-0.0.5-2.fc22 then log in and leave karma (feedback). Package dnf-plugins-extras-0.0.5-3.fc22: * should fix your issue, * was pushed to the Fedora 22 testing repository, * should be available at your local mirror within two days. Update it with: # su -c 'yum update --enablerepo=updates-testing dnf-plugins-extras-0.0.5-3.fc22' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/FEDORA-2015-2793/dnf-plugins-extras-0.0.5-3.fc22 then log in and leave karma (feedback). Package dnf-plugins-extras-0.0.5-4.fc22: * should fix your issue, * was pushed to the Fedora 22 testing repository, * should be available at your local mirror within two days. Update it with: # su -c 'yum update --enablerepo=updates-testing dnf-plugins-extras-0.0.5-4.fc22' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/FEDORA-2015-2793/dnf-plugins-extras-0.0.5-4.fc22 then log in and leave karma (feedback). dnf-plugins-extras-0.0.5-4.fc22 has been pushed to the Fedora 22 stable repository. If problems still persist, please make note of it in this bug report. |
Description of problem: * install dnf3 tracer plugin * update pacake with dnf-3 Version-Release number of selected component: python3-dnf-0.6.3-2.fc21 Additional info: reporter: libreport-2.3.0 executable: /bin/dnf-3 kernel: 3.18.6-200.fc21.x86_64 runlevel: N 5 type: Python3 uid: 0 Truncated backtrace: tracer.py:93:_print_output:TypeError: Type str doesn't support the buffer API Traceback (most recent call last): File "/bin/dnf-3", line 35, in <module> main.user_main(sys.argv[1:], exit_code=True) File "/usr/lib/python3.4/site-packages/dnf/cli/main.py", line 182, in user_main errcode = main(args) File "/usr/lib/python3.4/site-packages/dnf/cli/main.py", line 84, in main return _main(base, args) File "/usr/lib/python3.4/site-packages/dnf/cli/main.py", line 141, in _main ret = resolving(cli, base) File "/usr/lib/python3.4/site-packages/dnf/cli/main.py", line 160, in resolving base.do_transaction() File "/usr/lib/python3.4/site-packages/dnf/cli/cli.py", line 221, in do_transaction self.plugins.run_transaction() File "/usr/lib/python3.4/site-packages/dnf/plugin.py", line 82, in fn dnf.util.mapall(operator.methodcaller(method), self.plugins) File "/usr/lib/python3.4/site-packages/dnf/util.py", line 157, in mapall return list(map(fn, *seq)) File "/usr/lib/python3.4/site-packages/dnf-plugins/tracer.py", line 67, in transaction File "/usr/lib/python3.4/site-packages/dnf-plugins/tracer.py", line 93, in _print_output TypeError: Type str doesn't support the buffer API Local variables in innermost frame: out: b'You should restart:\n * These applications manually:\n abrt-applet\n firefox\n nm-applet\n polkit-gnome-authentication-agent-1\n seapplet\n ssh-agent\n tracker-extract\n tracker-miner-apps\n tracker-miner-user-guides\n tracker-store\n virt-manager\n xfdesktop\n xscreensaver\n\nAdditionally to those process above, there are:\n - 1 processes requiring restart of your session (i.e. Logging out & Logging in again)\n'