| Summary: | dnf noise in engine-setup | ||
|---|---|---|---|
| Product: | [oVirt] otopi | Reporter: | Yedidyah Bar David <didi> |
| Component: | Plugins.packagers | Assignee: | Sandro Bonazzola <sbonazzo> |
| Status: | CLOSED WORKSFORME | QA Contact: | Pavel Stehlik <pstehlik> |
| Severity: | high | Docs Contact: | |
| Priority: | medium | ||
| Version: | --- | CC: | bugs, emesika, sbonazzo |
| Target Milestone: | ovirt-4.2.0 | Keywords: | Reopened |
| Target Release: | --- | Flags: | rule-engine:
ovirt-4.2?
rule-engine: planning_ack? sbonazzo: devel_ack+ rule-engine: testing_ack? |
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2017-09-19 15:59:17 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | Integration | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
|
Description
Yedidyah Bar David
2016-03-21 09:33:53 UTC
Target release should be placed once a package build is known to fix a issue. Since this bug is not modified, the target version has been reset. Please use target milestone to plan a fix for a oVirt release. (In reply to Yedidyah Bar David from comment #0) > Description of problem: > > On up-to-date fedora 23 with current master snapshot: > > [ ERROR ] DNF Failed loading plugin: copr Can't see this anymore on Fedora 25 with master: # rpm -qa |egrep "(dnf|otopi)"|sort dnf-1.1.10-6.fc25.noarch dnf-conf-1.1.10-6.fc25.noarch dnf-plugins-core-0.1.21-5.fc25.noarch dnf-yum-1.1.10-6.fc25.noarch otopi-1.7.0-0.0.master.20170504102223.git4fe9afe.fc25.noarch otopi-java-1.7.0-0.0.master.20170504102223.git4fe9afe.fc25.noarch python2-dnf-1.1.10-6.fc25.noarch python3-dnf-1.1.10-6.fc25.noarch python3-dnf-plugins-core-0.1.21-5.fc25.noarch python3-dnf-plugins-extras-common-0.0.12-4.fc25.noarch python3-dnf-plugins-extras-versionlock-0.0.12-4.fc25.noarch python-dnf-plugins-extras-common-0.0.12-4.fc25.noarch python-dnf-plugins-extras-versionlock-0.0.12-4.fc25.noarch the only worrying thing left is in the logs: 2017-05-24 20:45:20,004+0200 DEBUG otopi.plugins.otopi.packagers.dnfpackager dnfpackager.verbose:75 DNF Closing transaction with commit The 'plugins' function is not a part of DNF API and will be removed in the upcoming DNF release. Please use only officially supported API functions. DNF API documentation is available at https://dnf.readthedocs.org/en/latest/api.html. (In reply to Sandro Bonazzola from comment #2) > the only worrying thing left is in the logs: > 2017-05-24 20:45:20,004+0200 DEBUG otopi.plugins.otopi.packagers.dnfpackager > dnfpackager.verbose:75 DNF Closing transaction with commit > The 'plugins' function is not a part of DNF API and will be removed in the > upcoming DNF release. Please use only officially supported API functions. > DNF API documentation is available at > https://dnf.readthedocs.org/en/latest/api.html. And aboce disappeared on fedora 26: AttributeError: 'Base' object has no attribute 'plugins' Reinstalled my fedora 25 machine and the error is gone. Originally the machine was installed with fedora 22 and upgraded to 23 -> 24 -> 25. Closing. Opened bug 1455456 for comment 3 issue. Happened to me as well Can not run engine-setup anymore opening again since I don't thin k that re-installing the machine is an acceptable solution rpm -qa |egrep "(dnf|otopi)"|sort dnf-1.1.10-6.fc25.noarch dnf-conf-1.1.10-6.fc25.noarch dnf-plugins-core-0.1.21-5.fc25.noarch dnf-plugin-system-upgrade-0.7.1-4.fc25.noarch dnf-yum-1.1.10-6.fc25.noarch otopi-1.7.2-0.0.master.20170816071739.git7a3278c.fc25.noarch otopi-devtools-1.7.2-0.0.master.20170816071739.git7a3278c.fc25.noarch otopi-java-1.7.2-0.0.master.20170816071739.git7a3278c.fc25.noarch python2-dnf-1.1.10-6.fc25.noarch python2-dnf-plugins-core-0.1.21-5.fc25.noarch python2-dnf-plugin-system-upgrade-0.7.1-4.fc25.noarch python3-dnf-1.1.10-6.fc25.noarch python3-dnf-plugins-core-0.1.21-5.fc25.noarch python3-dnf-plugins-extras-common-0.0.12-4.fc25.noarch python3-dnf-plugins-extras-versionlock-0.0.12-4.fc25.noarch python3-dnf-plugin-system-upgrade-0.7.1-4.fc25.noarch python-dnf-plugins-extras-common-0.0.12-4.fc25.noarch python-dnf-plugins-extras-migrate-0.0.12-4.fc25.noarch python-dnf-plugins-extras-versionlock-0.0.12-4.fc25.noarch Seems that engine-setup fails only if I answer 'Yes' (which is the default) to the following question : Install and configure ovirt-provider-ovn? Please note that this will cause an immediate installation of several OVN packages that will not be rolled back in case of a failure. (Yes, No) [Yes] If I answer 'No' , engine-setup completes successfully (In reply to Eli Mesika from comment #6) > Seems that engine-setup fails only if I answer 'Yes' (which is the default) > to the following question : So it's not really related to current bug, which is about the noise. Feel free to close if you think it's acceptable, or keep open if you hope to have it fixed... I agree with didi, closing again. |