Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 879709 Details for
Bug 1081792
fedora-review fails with "ERROR: Exception down the road"
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
log file mentioned in the error
fedora-review.log (text/x-log), 6.31 KB, created by
Mukundan Ragavan
on 2014-03-28 02:03:18 UTC
(
hide
)
Description:
log file mentioned in the error
Filename:
MIME Type:
Creator:
Mukundan Ragavan
Created:
2014-03-28 02:03:18 UTC
Size:
6.31 KB
patch
obsolete
>03-27 20:57 root DEBUG fedora-review 0.5.1 bb9bf27 2013-12-13 12:40:49 +0100 started >03-27 20:57 root DEBUG Command line: /usr/bin/fedora-review -b 1081726 >03-27 20:57 root INFO Processing bugzilla bug: 1081726 >03-27 20:57 root INFO Getting .spec and .srpm Urls from : 1081726 >03-27 20:57 root DEBUG Active settings after processing options >03-27 20:57 root DEBUG resultdir: None >03-27 20:57 root DEBUG verbose: False >03-27 20:57 root DEBUG no_report: False >03-27 20:57 root DEBUG session_log: /home/mukundan/.cache/fedora-review.log >03-27 20:57 root DEBUG list_flags: False >03-27 20:57 root DEBUG list_checks: False >03-27 20:57 root DEBUG single: None >03-27 20:57 root DEBUG rpm_spec: False >03-27 20:57 root DEBUG plugins: {} >03-27 20:57 root DEBUG exclude: None >03-27 20:57 root DEBUG configdir: None >03-27 20:57 root DEBUG log_level: 20 >03-27 20:57 root DEBUG init_done: True >03-27 20:57 root DEBUG cache: False >03-27 20:57 root DEBUG mock_config: None >03-27 20:57 root DEBUG version: False >03-27 20:57 root DEBUG uniqueext: None >03-27 20:57 root DEBUG flags: [] >03-27 20:57 root DEBUG bz_url: https://bugzilla.redhat.com >03-27 20:57 root DEBUG mock_options: --no-cleanup-after --no-clean >03-27 20:57 root DEBUG list_plugins: False >03-27 20:57 root DEBUG _log_config_done: True >03-27 20:57 root DEBUG other_bz: None >03-27 20:57 root DEBUG plugins_arg: None >03-27 20:57 root DEBUG repo: None >03-27 20:57 root DEBUG use_colors: True >03-27 20:57 root DEBUG bug: 1081726 >03-27 20:57 root DEBUG prebuilt: False >03-27 20:57 root DEBUG name: None >03-27 20:57 root DEBUG url: None >03-27 20:57 root DEBUG checksum: sha256 >03-27 20:57 root DEBUG nobuild: False >03-27 20:57 root DEBUG _con_handler: <logging.StreamHandler object at 0x1438e50> >03-27 20:57 root INFO --> SRPM url: http://jamielinux.fedorapeople.org/CutyCapt/SRPMS/qt5-CutyCapt-0-0.1.20130714svn.fc21.src.rpm >03-27 20:57 root INFO --> Spec url: http://jamielinux.fedorapeople.org/CutyCapt/qt5-CutyCapt.spec >03-27 20:57 root DEBUG find_urls completed: 6.675 >03-27 20:57 root INFO Using review directory: /home/mukundan/personal/pkgs/reviews/1081726-qt5-CutyCapt >03-27 20:57 root INFO Re-initializing mock build root >03-27 20:57 root DEBUG Init command: mock, --init >03-27 20:58 root DEBUG Init output: INFO: mock.py version 1.1.37 starting... >Start: init plugins >INFO: selinux enabled >Finish: init plugins >Start: run >Start: lock buildroot >Start: clean chroot >INFO: chroot (/var/lib/mock/fedora-rawhide-x86_64) unlocked and deleted >Finish: clean chroot >Finish: lock buildroot >Start: chroot init >Start: lock buildroot >Mock Version: 1.1.37 >INFO: Mock Version: 1.1.37 >INFO: calling preinit hooks >INFO: enabled root cache >Start: unpacking root cache >Finish: unpacking root cache >INFO: enabled yum cache >Start: cleaning yum metadata >Finish: cleaning yum metadata >INFO: enabled ccache >Start: device setup >Finish: device setup >Start: yum update >Finish: yum update >Finish: lock buildroot >Finish: chroot init >INFO: Installed packages: >Finish: run > None >Traceback (most recent call last): > File "/usr/lib/python2.7/site-packages/FedoraReview/mock.py", line 491, in init > self._rpm_eval('%{_libdir}') > File "/usr/lib/python2.7/site-packages/FedoraReview/mock.py", line 259, in _rpm_eval > return check_output(cmd).decode('utf-8').strip() > File "/usr/lib64/python2.7/subprocess.py", line 573, in check_output > raise CalledProcessError(retcode, cmd, output=output) >CalledProcessError: Command '['mock', '--no-cleanup-after', '--no-clean', '--resultdir=/home/mukundan/personal/pkgs/reviews/1081726-qt5-CutyCapt/results', '--quiet', '--shell', 'rpm --eval \\"%{_libdir}\\"']' returned non-zero exit status 1 >03-27 20:58 root INFO Downloading .spec and .srpm files >03-27 20:58 root DEBUG Url download completed: 50.132 >03-27 20:58 root DEBUG Exception down the road... >Traceback (most recent call last): > File "/usr/lib/python2.7/site-packages/FedoraReview/review_helper.py", line 232, in run > self._do_run(outfile) > File "/usr/lib/python2.7/site-packages/FedoraReview/review_helper.py", line 222, in _do_run > self._do_report(outfile) > File "/usr/lib/python2.7/site-packages/FedoraReview/review_helper.py", line 96, in _do_report > self._run_checks(self.bug.spec_file, self.bug.srpm_file, outfile) > File "/usr/lib/python2.7/site-packages/FedoraReview/review_helper.py", line 105, in _run_checks > self.checks = Checks(spec, srpm) > File "/usr/lib/python2.7/site-packages/FedoraReview/checks.py", line 271, in __init__ > self.spec = SpecFile(spec_file, self.flags) > File "/usr/lib/python2.7/site-packages/FedoraReview/spec_file.py", line 91, in __init__ > update_macros() > File "/usr/lib/python2.7/site-packages/FedoraReview/spec_file.py", line 65, in update_macros > expanded = Mock.get_macro(macro, self, flags) > File "/usr/lib/python2.7/site-packages/FedoraReview/mock.py", line 346, in get_macro > self._macros = self._get_default_macros() > File "/usr/lib/python2.7/site-packages/FedoraReview/mock.py", line 134, in _get_default_macros > values = self._rpm_eval(tags).split() > File "/usr/lib/python2.7/site-packages/FedoraReview/mock.py", line 259, in _rpm_eval > return check_output(cmd).decode('utf-8').strip() > File "/usr/lib64/python2.7/subprocess.py", line 573, in check_output > raise CalledProcessError(retcode, cmd, output=output) >CalledProcessError: Command '['mock', '--no-cleanup-after', '--no-clean', '--resultdir=/home/mukundan/personal/pkgs/reviews/1081726-qt5-CutyCapt/results', '--quiet', '--shell', 'rpm --eval \\"%dist %fedora %epel %buildarch %_libdir %_isa %arch\\"']' returned non-zero exit status 1 >03-27 20:58 root ERROR Exception down the road...(logs in /home/mukundan/.cache/fedora-review.log) >03-27 20:58 root DEBUG Report completed: 57.758 seconds
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 1081792
: 879709 |
879895