Created
April 2, 2014 03:57
-
-
Save relrod/9927719 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
04-01 23:56 root DEBUG fedora-review 0.5.1 bb9bf27 2013-12-13 12:40:49 +0100 started | |
04-01 23:56 root DEBUG Command line: /usr/bin/fedora-review -b 1082515 | |
04-01 23:56 root INFO Processing bugzilla bug: 1082515 | |
04-01 23:56 root INFO Getting .spec and .srpm Urls from : 1082515 | |
04-01 23:56 root DEBUG Active settings after processing options | |
04-01 23:56 root DEBUG resultdir: None | |
04-01 23:56 root DEBUG verbose: False | |
04-01 23:56 root DEBUG no_report: False | |
04-01 23:56 root DEBUG session_log: /home/ricky/.cache/fedora-review.log | |
04-01 23:56 root DEBUG list_flags: False | |
04-01 23:56 root DEBUG list_checks: False | |
04-01 23:56 root DEBUG single: None | |
04-01 23:56 root DEBUG rpm_spec: False | |
04-01 23:56 root DEBUG plugins: {} | |
04-01 23:56 root DEBUG exclude: None | |
04-01 23:56 root DEBUG configdir: None | |
04-01 23:56 root DEBUG log_level: 20 | |
04-01 23:56 root DEBUG init_done: True | |
04-01 23:56 root DEBUG cache: False | |
04-01 23:56 root DEBUG mock_config: None | |
04-01 23:56 root DEBUG version: False | |
04-01 23:56 root DEBUG uniqueext: None | |
04-01 23:56 root DEBUG flags: [] | |
04-01 23:56 root DEBUG bz_url: https://bugzilla.redhat.com | |
04-01 23:56 root DEBUG mock_options: --no-cleanup-after --no-clean | |
04-01 23:56 root DEBUG list_plugins: False | |
04-01 23:56 root DEBUG _log_config_done: True | |
04-01 23:56 root DEBUG other_bz: None | |
04-01 23:56 root DEBUG plugins_arg: None | |
04-01 23:56 root DEBUG repo: None | |
04-01 23:56 root DEBUG use_colors: True | |
04-01 23:56 root DEBUG bug: 1082515 | |
04-01 23:56 root DEBUG prebuilt: False | |
04-01 23:56 root DEBUG name: None | |
04-01 23:56 root DEBUG url: None | |
04-01 23:56 root DEBUG checksum: sha256 | |
04-01 23:56 root DEBUG nobuild: False | |
04-01 23:56 root DEBUG _con_handler: <logging.StreamHandler object at 0xaabd90> | |
04-01 23:56 root INFO --> SRPM url: http://petersen.fedorapeople.org/reviews/shake/shake-0.11.4-2.fc20.src.rpm | |
04-01 23:56 root INFO --> Spec url: http://petersen.fedorapeople.org/reviews/shake/shake.spec | |
04-01 23:56 root DEBUG find_urls completed: 11.886 | |
04-01 23:56 root INFO Using review directory: /home/ricky/devel/fedora/reviews/1082515-shake | |
04-01 23:56 root INFO Re-initializing mock build root | |
04-01 23:56 root DEBUG Init command: mock, --init | |
04-01 23:57 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-20-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 575, in check_output | |
raise CalledProcessError(retcode, cmd, output=output) | |
CalledProcessError: Command '['mock', '--no-cleanup-after', '--no-clean', '--resultdir=/home/ricky/devel/fedora/reviews/1082515-shake/results', '--quiet', '--shell', 'rpm --eval \\"%{_libdir}\\"']' returned non-zero exit status 1 | |
04-01 23:57 root INFO Downloading .spec and .srpm files | |
04-01 23:57 root DEBUG Url download completed: 8.787 | |
04-01 23:57 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 575, in check_output | |
raise CalledProcessError(retcode, cmd, output=output) | |
CalledProcessError: Command '['mock', '--no-cleanup-after', '--no-clean', '--resultdir=/home/ricky/devel/fedora/reviews/1082515-shake/results', '--quiet', '--shell', 'rpm --eval \\"%dist %fedora %epel %buildarch %_libdir %_isa %arch\\"']' returned non-zero exit status 1 | |
04-01 23:57 root ERROR Exception down the road...(logs in /home/ricky/.cache/fedora-review.log) | |
04-01 23:57 root DEBUG Report completed: 21.244 seconds |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment