Bug 1081792
| Summary: | fedora-review fails with "ERROR: Exception down the road" | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Mukundan Ragavan <nonamedotc> | ||||||
| Component: | fedora-review | Assignee: | Stanislav Ochotnicky <sochotni> | ||||||
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||
| Severity: | unspecified | Docs Contact: | |||||||
| Priority: | unspecified | ||||||||
| Version: | rawhide | CC: | leamas.alec, pingou, sochotni | ||||||
| Target Milestone: | --- | ||||||||
| Target Release: | --- | ||||||||
| Hardware: | Unspecified | ||||||||
| OS: | Linux | ||||||||
| Whiteboard: | |||||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||||
| Doc Text: | Story Points: | --- | |||||||
| Clone Of: | Environment: | ||||||||
| Last Closed: | 2014-04-07 07:12:23 UTC | Type: | Bug | ||||||
| Regression: | --- | Mount Type: | --- | ||||||
| Documentation: | --- | CRM: | |||||||
| Verified Versions: | Category: | --- | |||||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||||
| Embargoed: | |||||||||
| Attachments: |
|
||||||||
|
Description
Mukundan Ragavan
2014-03-28 02:03:18 UTC
The other exception down the road bugs I saw in the bugzilla do not seem to have the same behavior. I could be wrong though. Looks like rpm invocation is incorrect but I can't reproduce this at all on f20. Are you sure your RPM is OK? # rpm -q rpm rpm-4.11.2-2.fc20.x86_64 I can use rpm in general without problems. I can erase a package .... Is there anything else I can check? Oh I forgot to add this - I have done reinstalled mock, fedora-review, rpm, removed all the custom mock cfg files I had (just in case) and tested fedora-review - nope. same error. Attach output of "rpm --showrc" please Created attachment 879895 [details]
rpm --showrc
Thanks for the quick responses! :) Can you paste output from "yum distro-sync" as well? Actually, I can reproduce this now after updating to latest F20 + updates-testing. I think this might be caused by recent mock update but will have to verify on Monday. You can try downgrading mock and that might fix the issue Possibly caused by fix for bug 966144 # yum distro-sync Loaded plugins: langpacks, remove-with-leaves No packages marked for distribution synchronization (In reply to Stanislav Ochotnicky from comment #9) > Actually, I can reproduce this now after updating to latest F20 + > updates-testing. I think this might be caused by recent mock update but will > have to verify on Monday. > But then, mock works well. > You can try downgrading mock and that might fix the issue I will try this and post the results here in few minutes. I can confirm that downgrading mock lets fedora-review complete. # rpm -q mock mock-1.1.36-1.fc20.noarch $ fedora-review -m fedora-rawhide-x86_64 -b 1079965 INFO: Processing bugzilla bug: 1079965 INFO: Getting .spec and .srpm Urls from : 1079965 INFO: --> SRPM url: http://sochotni.fedorapeople.org/packages/python-dpath-1.2-0.1.52.20140319gita6ce774d.fc21.src.rpm INFO: --> Spec url: http://sochotni.fedorapeople.org/packages/python-dpath.spec INFO: Using review directory: /home/mukundan/personal/pkgs/reviews/1079965-python-dpath INFO: Downloading .spec and .srpm files INFO: No upstream for (Source0): python-dpath-1.2-a6ce774d.tar.xz INFO: No upstream for (Source1): generate-tarball.sh INFO: Running checks and generating report INFO: Results and/or logs in: /home/mukundan/personal/pkgs/reviews/1079965-python-dpath/results INFO: Build completed INFO: Installing built package(s) [ ... ] Review template in: /home/mukundan/personal/pkgs/reviews/1079965-python-dpath/review.txt fedora-review is automated tool, but *YOU* are responsible for manually reviewing the results and finishing the review. Do not just copy-paste the results without understanding them. $ rpm -q mock mock-1.1.38-1.fc20.noarch This version of mock fixes the fedora-review problem. $ fedora-review -b 1079965 INFO: Processing bugzilla bug: 1079965 INFO: Getting .spec and .srpm Urls from : 1079965 INFO: --> SRPM url: http://sochotni.fedorapeople.org/packages/python-dpath-1.2-0.1.52.20140319gita6ce774d.fc21.src.rpm INFO: --> Spec url: http://sochotni.fedorapeople.org/packages/python-dpath.spec INFO: Using review directory: /home/mukundan/Downloads/temp/1079965-python-dpath INFO: Downloading .spec and .srpm files [ ... ] Review template in: /home/mukundan/Downloads/temp/1079965-python-dpath/review.txt fedora-review is automated tool, but *YOU* are responsible for manually reviewing the results and finishing the review. Do not just copy-paste the results without understanding them. Great, closing |