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 905785 Details for
Bug 1106993
katello-cli: FTBFS in rawhide
[?]
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.
build.log
<fdopen> (text/plain), 55.37 KB, created by
Dennis Gilmore
on 2014-06-09 18:50:32 UTC
(
hide
)
Description:
build.log
Filename:
MIME Type:
Creator:
Dennis Gilmore
Created:
2014-06-09 18:50:32 UTC
Size:
55.37 KB
patch
obsolete
>Mock Version: 1.1.39 >Mock Version: 1.1.39 >ENTER do(['bash', '--login', '-c', 'rpmbuild -bs --target noarch --nodeps builddir/build/SPECS/katello-cli.spec'], False, '/var/lib/mock/f21-build-2144480-392963/root/', None, 86400, True, False, 1000, 425, None, False, {'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'echo -n "<mock-chroot>"', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin'}, logger=<mockbuild.trace_decorator.getLog object at 0xc40b90>) >Executing command: ['bash', '--login', '-c', 'rpmbuild -bs --target noarch --nodeps builddir/build/SPECS/katello-cli.spec'] with env {'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'echo -n "<mock-chroot>"', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin'} >sh: /usr/bin/python: No such file or directory >sh: /usr/bin/python: No such file or directory >sh: /usr/bin/python: No such file or directory >sh: /usr/bin/python: No such file or directory >sh: /usr/bin/python: No such file or directory >sh: /usr/bin/python: No such file or directory >sh: /usr/bin/python: No such file or directory >sh: /usr/bin/python: No such file or directory >sh: /usr/bin/python: No such file or directory >sh: /usr/bin/python: No such file or directory >sh: /usr/bin/python: No such file or directory >sh: /usr/bin/python: No such file or directory >sh: /usr/bin/python: No such file or directory >sh: /usr/bin/python: No such file or directory >sh: /usr/bin/python: No such file or directory >sh: /usr/bin/python: No such file or directory >sh: /usr/bin/python: No such file or directory >sh: /usr/bin/python: No such file or directory >sh: /usr/bin/python: No such file or directory >warning: Could not canonicalize hostname: buildhw-08.phx2.fedoraproject.org >Building target platforms: noarch >Building for target noarch >Wrote: /builddir/build/SRPMS/katello-cli-1.3.5-3.fc21.src.rpm >Child return code was: 0 >LEAVE do --> > >ENTER do(['bash', '--login', '-c', 'rpmbuild -bb --target noarch --nodeps builddir/build/SPECS/katello-cli.spec'], False, '/var/lib/mock/f21-build-2144480-392963/root/', None, 86400, True, False, 1000, 425, None, False, {'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'echo -n "<mock-chroot>"', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin'}, logger=<mockbuild.trace_decorator.getLog object at 0xc40b90>) >Executing command: ['bash', '--login', '-c', 'rpmbuild -bb --target noarch --nodeps builddir/build/SPECS/katello-cli.spec'] with env {'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'echo -n "<mock-chroot>"', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin'} >Building target platforms: noarch >Building for target noarch >Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.Hi0FRN >+ umask 022 >+ cd /builddir/build/BUILD >+ cd /builddir/build/BUILD >+ rm -rf katello-cli-1.3.5 >+ /usr/bin/gzip -dc /builddir/build/SOURCES/katello-cli-1.3.5.tar.gz >+ /usr/bin/tar -xf - >+ STATUS=0 >+ '[' 0 -ne 0 ']' >+ cd katello-cli-1.3.5 >+ /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . >+ exit 0 >Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.P1oFTx >+ umask 022 >+ cd /builddir/build/BUILD >+ cd katello-cli-1.3.5 >+ PYTHONPATH=src/ >+ pylint --rcfile=/etc/spacewalk-pylint.rc --additional-builtins=_ katello >************* Module katello.client.server >C:180, 0: No space allowed after bracket > self.headers.update( { 'Accept-Language': accept_lang } ) > ^ (bad-whitespace) >C:180, 0: No space allowed after bracket > self.headers.update( { 'Accept-Language': accept_lang } ) > ^ (bad-whitespace) >C:180, 0: No space allowed before bracket > self.headers.update( { 'Accept-Language': accept_lang } ) > ^ (bad-whitespace) >C:180, 0: No space allowed before bracket > self.headers.update( { 'Accept-Language': accept_lang } ) > ^ (bad-whitespace) >C:239, 0: Exactly one space required before assignment > self.headers['content-type'] = content_type > ^ (bad-whitespace) >C:366, 0: Exactly one space required before assignment > content = value.read() > ^ (bad-whitespace) >W: 69, 8: Specify string format arguments as logging function parameters (logging-not-lazy) >W: 86, 8: Specify string format arguments as logging function parameters (logging-not-lazy) >W:111, 8: Specify string format arguments as logging function parameters (logging-not-lazy) >W:135, 8: Specify string format arguments as logging function parameters (logging-not-lazy) >W:244,12: Specify string format arguments as logging function parameters (logging-not-lazy) >W:246,12: Specify string format arguments as logging function parameters (logging-not-lazy) >W:294,16: Specify string format arguments as logging function parameters (logging-not-lazy) >W:296,16: Specify string format arguments as logging function parameters (logging-not-lazy) >W:298,12: Specify string format arguments as logging function parameters (logging-not-lazy) >************* Module katello.client.config >C: 55, 0: Trailing whitespace (trailing-whitespace) >************* Module katello.client.i18n_optparse >C:104, 0: Unnecessary parens after 'while' keyword (superfluous-parens) >C:104, 0: Exactly one space required around comparison > while (i<len(errorMsg)): > ^ (bad-whitespace) >************* Module katello.client.shell >C: 77, 0: Unnecessary parens after u'if' keyword (superfluous-parens) >************* Module katello.client.cli.base >C: 71, 0: Trailing whitespace (trailing-whitespace) >C:112, 0: Exactly one space required after comma > dest="version", help=_('prints version information')) > ^ (bad-whitespace) >C:114, 0: Exactly one space required after comma > dest="debug", help=_('send debug information into logs')) > ^ (bad-whitespace) >C:187, 0: No space allowed around keyword argument assignment > def error(self, exception, errorMsg = None): > ^ (bad-whitespace) >************* Module katello.client.api.organization_default_info >C: 36, 0: Exactly one space required after comma > def apply(self, org_name, informable_type): > ^ (bad-whitespace) >************* Module katello.client.api.repo >C: 44, 0: No space allowed before bracket > return self.server.PUT(path, {"repository": repodata })[1] > ^ (bad-whitespace) >************* Module katello.client.api.system >C: 31, 0: No space allowed after bracket > facts_with_defaults = { "distribution.name": "Unknown", "cpu.cpu_socket(s)": "1" } > ^ (bad-whitespace) >C: 31, 0: No space allowed before bracket > facts_with_defaults = { "distribution.name": "Unknown", "cpu.cpu_socket(s)": "1" } > ^ (bad-whitespace) >C: 91, 0: No space allowed around keyword argument assignment > def tasks(self, org_name, environment_id, system_name = None, system_uuid = None): > ^ (bad-whitespace) >C: 91, 0: No space allowed around keyword argument assignment > def tasks(self, org_name, environment_id, system_name = None, system_uuid = None): > ^ (bad-whitespace) >C:114, 0: No space allowed around keyword argument assignment > def update(self, system_id, params = None): > ^ (bad-whitespace) >C:138, 0: No space allowed around keyword argument assignment > def systems_by_org(self, orgId, query = None): > ^ (bad-whitespace) >C:142, 0: No space allowed around keyword argument assignment > def systems_by_env(self, environment_id, query = None): > ^ (bad-whitespace) >C:161, 0: No space allowed after bracket > data = { 'system' : { > ^ (bad-whitespace) >C:169, 0: No space allowed after bracket > data = { 'system' : { > ^ (bad-whitespace) >************* Module katello.client.api.utils >C:139, 0: Exactly one space required before assignment > env = get_environment(orgName, envName) > ^ (bad-whitespace) >C:241, 0: No space allowed after bracket > raise ApiDataError( _("Found ambiguous Systems [ %(sys_name)s ] " \ > ^ (bad-whitespace) >************* Module katello.client.api.product >C:105, 0: Trailing whitespace (trailing-whitespace) >C:107, 0: Trailing whitespace (trailing-whitespace) >************* Module katello.client.api.activation_key >C: 64, 0: No space allowed after bracket > attrs = { "poolid": poolid } > ^ (bad-whitespace) >C: 64, 0: No space allowed before bracket > attrs = { "poolid": poolid } > ^ (bad-whitespace) >C: 76, 0: No space allowed after bracket > data = { 'activation_key' : > ^ (bad-whitespace) >C: 77, 0: No space allowed after bracket > { 'system_group_ids' : [system_group_id] } > ^ (bad-whitespace) >C: 77, 0: No space allowed before bracket > { 'system_group_ids' : [system_group_id] } > ^ (bad-whitespace) >C: 83, 0: No space allowed after bracket > data = { 'activation_key' : > ^ (bad-whitespace) >C: 84, 0: No space allowed after bracket > { 'system_group_ids' : [system_group_id] } > ^ (bad-whitespace) >C: 84, 0: No space allowed before bracket > { 'system_group_ids' : [system_group_id] } > ^ (bad-whitespace) >************* Module katello.client.api.system_group >C: 82, 0: No space allowed after bracket > data = { "system_group" : data } > ^ (bad-whitespace) >C: 82, 0: No space allowed before bracket > data = { "system_group" : data } > ^ (bad-whitespace) >************* Module katello.client.api.job >C: 24, 0: Trailing whitespace (trailing-whitespace) >************* Module katello.client.api.permission >C: 23, 0: No space allowed around keyword argument assignment > def create(self, roleId, name, description, type_in, verbs, tagIds, orgId = None, all_tags = False): > ^ (bad-whitespace) >C: 23, 0: No space allowed around keyword argument assignment > def create(self, roleId, name, description, type_in, verbs, tagIds, orgId = None, all_tags = False): > ^ (bad-whitespace) >************* Module katello.client.api.architecture >C: 21, 0: No space allowed around keyword argument assignment > def index(self, queries = None): > ^ (bad-whitespace) >************* Module katello.client.api.custom_info >C: 23, 0: No space allowed after bracket > data = { 'keyname': keyname, 'value': value } > ^ (bad-whitespace) >C: 23, 0: No space allowed before bracket > data = { 'keyname': keyname, 'value': value } > ^ (bad-whitespace) >C: 27, 0: No space allowed around keyword argument assignment > def get_custom_info(self, informable_type, informable_id, keyname = None): > ^ (bad-whitespace) >C: 35, 0: No space allowed after bracket > data = { 'value': new_value } > ^ (bad-whitespace) >C: 35, 0: No space allowed before bracket > data = { 'value': new_value } > ^ (bad-whitespace) >************* Module katello.client.core.base >C:186, 0: Unnecessary parens after u'return' keyword (superfluous-parens) >C:280, 0: No space allowed before bracket > lines.append('\t%-14s %s' % (name, desc_lines.pop(0)) ) > ^ (bad-whitespace) >C:282, 0: No space allowed before bracket > lines.append('\t%-14s %s' % (" ", l) ) > ^ (bad-whitespace) >C:352, 0: Unnecessary parens after u'if' keyword (superfluous-parens) >C:355, 0: Unnecessary parens after u'elif' keyword (superfluous-parens) >C:462, 0: Exactly one space required after comma > if value.lower() in ["true","false"]: > ^ (bad-whitespace) >C:463, 0: Unnecessary parens after u'return' keyword (superfluous-parens) >C:494, 0: Exactly one space required after comma > schemes = ["http","https"] > ^ (bad-whitespace) >C:518, 0: Exactly one space required around comparison > if int(s)<0 or int(s)>255: > ^ (bad-whitespace) >C:518, 0: Exactly one space required around comparison > if int(s)<0 or int(s)>255: > ^ (bad-whitespace) >C:528, 0: Line too long (145/120) (line-too-long) >C:568, 0: Line too long (126/120) (line-too-long) >************* Module katello.client.core.distribution >C: 57, 0: Exactly one space required before assignment > repoId = self.get_option('repo_id') > ^ (bad-whitespace) >C: 59, 0: Exactly one space required before assignment > orgName = self.get_option('org') > ^ (bad-whitespace) >C: 60, 0: Exactly one space required before assignment > envName = self.get_option('environment') > ^ (bad-whitespace) >C: 63, 0: Exactly one space required before assignment > prodId = self.get_option('product_id') > ^ (bad-whitespace) >C: 98, 0: Exactly one space required before assignment > repoId = self.get_option('repo_id') > ^ (bad-whitespace) >************* Module katello.client.core.package >C: 61, 0: Exactly one space required before assignment > packId = self.get_option('id') > ^ (bad-whitespace) >C: 62, 0: Exactly one space required before assignment > repoId = self.get_option('repo_id') > ^ (bad-whitespace) >C: 64, 0: Exactly one space required before assignment > orgName = self.get_option('org') > ^ (bad-whitespace) >C: 65, 0: Exactly one space required before assignment > envName = self.get_option('environment') > ^ (bad-whitespace) >C: 68, 0: Exactly one space required before assignment > prodId = self.get_option('product_id') > ^ (bad-whitespace) >C:121, 0: Exactly one space required before assignment > repoId = self.get_option('repo_id') > ^ (bad-whitespace) >C:123, 0: Exactly one space required before assignment > orgName = self.get_option('org') > ^ (bad-whitespace) >C:124, 0: Exactly one space required before assignment > envName = self.get_option('environment') > ^ (bad-whitespace) >C:127, 0: Exactly one space required before assignment > prodId = self.get_option('product_id') > ^ (bad-whitespace) >C:159, 0: Exactly one space required before assignment > query = self.get_option('query') > ^ (bad-whitespace) >************* Module katello.client.core.provider >C: 93, 0: Exactly one space required before assignment > orgName = self.get_option('org') > ^ (bad-whitespace) >C:121, 0: No space allowed around keyword argument assignment > def __init__(self, create = False): > ^ (bad-whitespace) >C:159, 0: Exactly one space required before assignment > name = self.get_option('name') > ^ (bad-whitespace) >C:160, 0: Exactly one space required before assignment > newName = self.get_option('new_name') > ^ (bad-whitespace) >C:161, 0: Exactly one space required before assignment > orgName = self.get_option('org') > ^ (bad-whitespace) >C:163, 0: Exactly one space required before assignment > url = self.get_option('url') > ^ (bad-whitespace) >C:178, 0: Exactly one space required before assignment > orgName = self.get_option('org') > ^ (bad-whitespace) >C:194, 0: Exactly one space required before assignment > orgName = self.get_option('org') > ^ (bad-whitespace) >C:204, 0: No space allowed around keyword argument assignment > failed = _("Provider [ %s ] failed to sync") % providerName, > ^ (bad-whitespace) >C:205, 0: No space allowed around keyword argument assignment > canceled = _("Provider [ %s ] synchronization canceled") % providerName, > ^ (bad-whitespace) >C:206, 0: No space allowed around keyword argument assignment > ok = _("Provider [ %s ] synchronized") % providerName > ^ (bad-whitespace) >C:217, 0: Exactly one space required before assignment > orgName = self.get_option('org') > ^ (bad-whitespace) >C:234, 0: Exactly one space required before assignment > orgName = self.get_option('org') > ^ (bad-whitespace) >C:281, 0: Exactly one space required before assignment > orgName = self.get_option('org') > ^ (bad-whitespace) >C:313, 0: Exactly one space required before assignment > orgName = self.get_option('org') > ^ (bad-whitespace) >C:333, 0: Exactly one space required before assignment > orgName = self.get_option('org') > ^ (bad-whitespace) >************* Module katello.client.core.repo >C: 82, 0: Exactly one space required before assignment > repoId = self.get_option('id') > ^ (bad-whitespace) >C: 84, 0: Exactly one space required before assignment > orgName = self.get_option('org') > ^ (bad-whitespace) >C: 87, 0: Exactly one space required before assignment > prodId = self.get_option('product_id') > ^ (bad-whitespace) >C:131, 0: Exactly one space required before assignment > name = self.get_option('name') > ^ (bad-whitespace) >C:132, 0: Exactly one space required before assignment > label = self.get_option('label') > ^ (bad-whitespace) >C:133, 0: Exactly one space required before assignment > url = self.get_option('url') > ^ (bad-whitespace) >C:136, 0: Exactly one space required before assignment > prodId = self.get_option('product_id') > ^ (bad-whitespace) >C:137, 0: Exactly one space required before assignment > orgName = self.get_option('org') > ^ (bad-whitespace) >C:138, 0: Exactly one space required before assignment > gpgkey = self.get_option('gpgkey') > ^ (bad-whitespace) >C:139, 0: Exactly one space required before assignment > nogpgkey = self.get_option('nogpgkey') > ^ (bad-whitespace) >C:174, 0: Exactly one space required before assignment > name = self.get_option('name') > ^ (bad-whitespace) >C:175, 0: Exactly one space required before assignment > label = self.get_option('label') > ^ (bad-whitespace) >C:176, 0: Exactly one space required before assignment > url = self.get_option('url') > ^ (bad-whitespace) >C:178, 0: Exactly one space required before assignment > providerName = self.get_option('provider') > ^ (bad-whitespace) >C:181, 0: Exactly one space required before assignment > prodId = self.get_option('product_id') > ^ (bad-whitespace) >C:182, 0: Exactly one space required before assignment > orgName = self.get_option('org') > ^ (bad-whitespace) >C:195, 0: Unnecessary parens after 'print' keyword (superfluous-parens) >C:207, 0: No space allowed around keyword argument assignment > def select_repositories(self, repourls, assumeyes, our_raw_input = raw_input): > ^ (bad-whitespace) >C:349, 0: Exactly one space required before assignment > gpgkey = self.get_option('gpgkey') > ^ (bad-whitespace) >C:350, 0: Exactly one space required before assignment > nogpgkey = self.get_option('nogpgkey') > ^ (bad-whitespace) >C:369, 0: No space allowed around keyword argument assignment > failed = _("Repo [ %s ] failed to sync") % repo["name"], > ^ (bad-whitespace) >C:370, 0: No space allowed around keyword argument assignment > canceled = _("Repo [ %s ] synchronization canceled") % repo["name"], > ^ (bad-whitespace) >C:371, 0: No space allowed around keyword argument assignment > ok = _("Repo [ %s ] synchronized") % repo["name"] > ^ (bad-whitespace) >C:398, 0: No space allowed around keyword argument assignment > def __init__(self, enable = True): > ^ (bad-whitespace) >C:440, 0: Exactly one space required before assignment > env = get_environment(orgName, envName) > ^ (bad-whitespace) >C:456, 0: Exactly one space required before assignment > env = get_environment(orgName, envName) > ^ (bad-whitespace) >C:459, 0: Exactly one space required after comma > repos = self.api.repos_by_org_env(orgName, env["id"], listDisabled) > ^ (bad-whitespace) >************* Module katello.client.core.sync_plan >C:130, 0: Exactly one space required before assignment > name = self.get_option('name') > ^ (bad-whitespace) >C:131, 0: Exactly one space required before assignment > org_name = self.get_option('org') > ^ (bad-whitespace) >C:133, 0: Exactly one space required before assignment > interval = self.get_option('interval') > ^ (bad-whitespace) >C:134, 0: Exactly one space required before assignment > date = self.get_option('date') > ^ (bad-whitespace) >C:135, 0: Exactly one space required before assignment > time = self.get_option('time') > ^ (bad-whitespace) >C:148, 0: Exactly one space required after assignment > description = _('update a sync plan') > ^ (bad-whitespace) >C:166, 0: Exactly one space required before assignment > name = self.get_option('name') > ^ (bad-whitespace) >C:167, 0: Exactly one space required before assignment > new_name = self.get_option('new_name') > ^ (bad-whitespace) >C:168, 0: Exactly one space required before assignment > org_name = self.get_option('org') > ^ (bad-whitespace) >C:170, 0: Exactly one space required before assignment > interval = self.get_option('interval') > ^ (bad-whitespace) >C:171, 0: Exactly one space required before assignment > date = self.get_option('date') > ^ (bad-whitespace) >C:172, 0: Exactly one space required before assignment > time = self.get_option('time') > ^ (bad-whitespace) >************* Module katello.client.core.content_view_definition >C:100, 0: Exactly one space required before assignment > org_name = self.get_option('org') > ^ (bad-whitespace) >C:101, 0: Exactly one space required before assignment > label = self.get_option('label') > ^ (bad-whitespace) >C:102, 0: Exactly one space required before assignment > name = self.get_option('name') > ^ (bad-whitespace) >C:103, 0: Exactly one space required before assignment > def_id = self.get_option('id') > ^ (bad-whitespace) >C:104, 0: Exactly one space required before assignment > view_label = self.get_option('view_label') > ^ (bad-whitespace) >C:105, 0: Exactly one space required before assignment > view_name = self.get_option('view_name') > ^ (bad-whitespace) >C:107, 0: Exactly one space required before assignment > async = self.get_option('async') > ^ (bad-whitespace) >C:108, 0: Exactly one space required before assignment > cvd = get_cv_definition(org_name, label, name, def_id) > ^ (bad-whitespace) >C:119, 0: No space allowed around keyword argument assignment > ok = _("Content view [ %s ] published successfully.") % name, > ^ (bad-whitespace) >C:120, 0: No space allowed around keyword argument assignment > failed = _("Content view [ %s ] failed to be promoted") % name > ^ (bad-whitespace) >C:181, 0: Exactly one space required before assignment > org_id = self.get_option('org') > ^ (bad-whitespace) >C:182, 0: Exactly one space required before assignment > name = self.get_option('name') > ^ (bad-whitespace) >C:184, 0: Exactly one space required before assignment > label = self.get_option('label') > ^ (bad-whitespace) >C:194, 0: Exactly one space required after assignment > description = _('update an content view definition') > ^ (bad-whitespace) >C:210, 0: Exactly one space required before assignment > name = self.get_option('name') > ^ (bad-whitespace) >C:211, 0: Exactly one space required before assignment > description = self.get_option('description') > ^ (bad-whitespace) >C:212, 0: Exactly one space required before assignment > org_name = self.get_option('org') > ^ (bad-whitespace) >C:213, 0: Exactly one space required before assignment > def_label = self.get_option('view') > ^ (bad-whitespace) >C:236, 0: Exactly one space required before assignment > org_name = self.get_option('org') > ^ (bad-whitespace) >C:237, 0: Exactly one space required before assignment > def_label = self.get_option('label') > ^ (bad-whitespace) >C:238, 0: Exactly one space required before assignment > def_name = self.get_option('name') > ^ (bad-whitespace) >C:239, 0: Exactly one space required before assignment > def_id = self.get_option('id') > ^ (bad-whitespace) >C:282, 0: Exactly one space required before assignment > org_name = self.get_option('org') > ^ (bad-whitespace) >C:283, 0: Exactly one space required before assignment > def_label = self.get_option('label') > ^ (bad-whitespace) >C:284, 0: Exactly one space required before assignment > def_name = self.get_option('name') > ^ (bad-whitespace) >C:285, 0: Exactly one space required before assignment > def_id = self.get_option('id') > ^ (bad-whitespace) >C:286, 0: Exactly one space required before assignment > product_name = self.get_option('product') > ^ (bad-whitespace) >C:287, 0: Exactly one space required before assignment > product_id = self.get_option('product_id') > ^ (bad-whitespace) >C:290, 0: Exactly one space required before assignment > view = get_cv_definition(org_name, def_label, def_name, def_id) > ^ (bad-whitespace) >C:346, 0: Exactly one space required before assignment > org_name = self.get_option('org') > ^ (bad-whitespace) >C:347, 0: Exactly one space required before assignment > def_label = self.get_option('label') > ^ (bad-whitespace) >C:348, 0: Exactly one space required before assignment > def_name = self.get_option('name') > ^ (bad-whitespace) >C:349, 0: Exactly one space required before assignment > def_id = self.get_option('id') > ^ (bad-whitespace) >C:350, 0: Exactly one space required before assignment > repo_name = self.get_option('repo') > ^ (bad-whitespace) >C:351, 0: Exactly one space required before assignment > product = self.get_option('product') > ^ (bad-whitespace) >C:352, 0: Exactly one space required before assignment > product_label = self.get_option('product_label') > ^ (bad-whitespace) >C:353, 0: Exactly one space required before assignment > product_id = self.get_option('product_id') > ^ (bad-whitespace) >C:405, 0: Exactly one space required before assignment > org_name = self.get_option('org') > ^ (bad-whitespace) >C:406, 0: Exactly one space required before assignment > def_label = self.get_option('label') > ^ (bad-whitespace) >C:407, 0: Exactly one space required before assignment > def_name = self.get_option('name') > ^ (bad-whitespace) >C:408, 0: Exactly one space required before assignment > def_id = self.get_option('id') > ^ (bad-whitespace) >************* Module katello.client.core.environment >C:119, 0: Exactly one space required before assignment > name = self.get_option('name') > ^ (bad-whitespace) >C:120, 0: Exactly one space required before assignment > label = self.get_option('label') > ^ (bad-whitespace) >C:122, 0: Exactly one space required before assignment > orgName = self.get_option('org') > ^ (bad-whitespace) >C:123, 0: Exactly one space required before assignment > priorName = self.get_option('prior') > ^ (bad-whitespace) >C:137, 0: Exactly one space required after assignment > description = _('update an environment') > ^ (bad-whitespace) >C:157, 0: Exactly one space required before assignment > envName = self.get_option('name') > ^ (bad-whitespace) >C:159, 0: Exactly one space required before assignment > orgName = self.get_option('org') > ^ (bad-whitespace) >C:160, 0: Exactly one space required before assignment > priorName = self.get_option('prior') > ^ (bad-whitespace) >C:161, 0: Exactly one space required before assignment > newName = self.get_option('new-name') > ^ (bad-whitespace) >C:193, 0: Exactly one space required before assignment > orgName = self.get_option('org') > ^ (bad-whitespace) >C:194, 0: Exactly one space required before assignment > envName = self.get_option('name') > ^ (bad-whitespace) >************* Module katello.client.core.system >C:246, 0: Unnecessary parens after 'print' keyword (superfluous-parens) >C:546, 0: No space allowed around keyword argument assignment > system = get_system(org, name, sys_uuid = sys_uuid) > ^ (bad-whitespace) >C:844, 0: No space allowed after bracket > system_groups = SystemGroupAPI().system_groups(org_name, { 'name' : system_group_names}) > ^ (bad-whitespace) >C:896, 0: No space allowed after bracket > system_groups = SystemGroupAPI().system_groups(org_name, { 'name' : system_group_names}) > ^ (bad-whitespace) >************* Module katello.client.core.task >C: 44, 0: Exactly one space required before assignment > uuid = self.get_option('uuid') > ^ (bad-whitespace) >************* Module katello.client.core.content_view >C:168, 0: No space allowed around keyword argument assignment > failed = _("View [ %s ] promotion failed") % view["name"], > ^ (bad-whitespace) >C:169, 0: No space allowed around keyword argument assignment > ok = _("Content view [ %(view)s ] promoted to environment [ %(env)s ]") % > ^ (bad-whitespace) >C:215, 0: No space allowed around keyword argument assignment > ok = _("Content view [ %s ] was successfully refreshed.") % view["name"], > ^ (bad-whitespace) >C:216, 0: No space allowed around keyword argument assignment > failed = _("View [ %s ] refresh failed") % view["name"] > ^ (bad-whitespace) >************* Module katello.client.core.product >C: 91, 0: Exactly one space required before assignment > orgName = self.get_option('org') > ^ (bad-whitespace) >C: 94, 0: Exactly one space required before assignment > prodId = self.get_option('id') > ^ (bad-whitespace) >C:112, 0: Exactly one space required before assignment > orgName = self.get_option('org') > ^ (bad-whitespace) >C:115, 0: Exactly one space required before assignment > prodId = self.get_option('id') > ^ (bad-whitespace) >C:182, 0: Exactly one space required before assignment > orgName = self.get_option('org') > ^ (bad-whitespace) >C:183, 0: Exactly one space required before assignment > prodName = self.get_option('name') > ^ (bad-whitespace) >C:184, 0: Exactly one space required before assignment > prodLabel = self.get_option('label') > ^ (bad-whitespace) >C:185, 0: Exactly one space required before assignment > prodId = self.get_option('id') > ^ (bad-whitespace) >C:193, 0: No space allowed around keyword argument assignment > failed = _("Product [ %s ] failed to sync") % prod["name"], > ^ (bad-whitespace) >C:194, 0: No space allowed around keyword argument assignment > canceled = _("Product [ %s ] synchronization canceled") % prod["name"], > ^ (bad-whitespace) >C:195, 0: No space allowed around keyword argument assignment > ok = _("Product [ %s ] synchronized") % prod["name"] > ^ (bad-whitespace) >C:205, 0: Exactly one space required before assignment > orgName = self.get_option('org') > ^ (bad-whitespace) >C:206, 0: Exactly one space required before assignment > prodName = self.get_option('name') > ^ (bad-whitespace) >C:207, 0: Exactly one space required before assignment > prodLabel = self.get_option('label') > ^ (bad-whitespace) >C:208, 0: Exactly one space required before assignment > prodId = self.get_option('id') > ^ (bad-whitespace) >C:224, 0: Exactly one space required before assignment > orgName = self.get_option('org') > ^ (bad-whitespace) >C:225, 0: Exactly one space required before assignment > prodName = self.get_option('name') > ^ (bad-whitespace) >C:226, 0: Exactly one space required before assignment > prodLabel = self.get_option('label') > ^ (bad-whitespace) >C:227, 0: Exactly one space required before assignment > prodId = self.get_option('id') > ^ (bad-whitespace) >C:264, 0: Exactly one space required before assignment > orgName = self.get_option('org') > ^ (bad-whitespace) >C:265, 0: Exactly one space required before assignment > prodName = self.get_option('name') > ^ (bad-whitespace) >C:266, 0: Exactly one space required before assignment > prodLabel = self.get_option('label') > ^ (bad-whitespace) >C:267, 0: Exactly one space required before assignment > prodId = self.get_option('id') > ^ (bad-whitespace) >C:268, 0: Exactly one space required before assignment > envName = self.get_option('environment') > ^ (bad-whitespace) >C:287, 0: No space allowed around keyword argument assignment > failed = _("Product [ %s ] promotion failed") % prod["name"], > ^ (bad-whitespace) >C:288, 0: No space allowed around keyword argument assignment > ok = _("Product [ %(prod)s ] promoted to environment [ %(env)s ]") % > ^ (bad-whitespace) >C:332, 0: Exactly one space required before assignment > provName = self.get_option('prov') > ^ (bad-whitespace) >C:333, 0: Exactly one space required before assignment > orgName = self.get_option('org') > ^ (bad-whitespace) >C:334, 0: Exactly one space required before assignment > name = self.get_option('name') > ^ (bad-whitespace) >C:335, 0: Exactly one space required before assignment > label = self.get_option('label') > ^ (bad-whitespace) >C:337, 0: Exactly one space required before assignment > url = self.get_option('url') > ^ (bad-whitespace) >C:338, 0: Exactly one space required before assignment > assumeyes = self.get_option('assumeyes') > ^ (bad-whitespace) >C:340, 0: Exactly one space required before assignment > gpgkey = self.get_option('gpgkey') > ^ (bad-whitespace) >C:370, 0: Exactly one space required before assignment > orgName = self.get_option('org') > ^ (bad-whitespace) >C:371, 0: Exactly one space required before assignment > prodName = self.get_option('name') > ^ (bad-whitespace) >C:372, 0: Exactly one space required before assignment > prodLabel = self.get_option('label') > ^ (bad-whitespace) >C:373, 0: Exactly one space required before assignment > prodId = self.get_option('id') > ^ (bad-whitespace) >C:376, 0: Trailing whitespace (trailing-whitespace) >C:385, 0: Trailing whitespace (trailing-whitespace) >C:397, 0: Exactly one space required before assignment > orgName = self.get_option('org') > ^ (bad-whitespace) >C:398, 0: Exactly one space required before assignment > prodName = self.get_option('name') > ^ (bad-whitespace) >C:399, 0: Exactly one space required before assignment > prodLabel = self.get_option('label') > ^ (bad-whitespace) >C:400, 0: Exactly one space required before assignment > prodId = self.get_option('id') > ^ (bad-whitespace) >C:402, 0: Exactly one space required before assignment > set_name = self.get_option('set_name') > ^ (bad-whitespace) >C:403, 0: Trailing whitespace (trailing-whitespace) >C:409, 0: Trailing whitespace (trailing-whitespace) >C:409, 0: No space allowed around keyword argument assignment > failed = _("Repository enable [ %(set_name)s ] failed.") % > ^ (bad-whitespace) >C:411, 0: No space allowed around keyword argument assignment > ok = _("Repository Set [ %(set_name)s ] enabled.") % {'set_name':set_name} > ^ (bad-whitespace) >C:425, 0: Exactly one space required before assignment > orgName = self.get_option('org') > ^ (bad-whitespace) >C:426, 0: Exactly one space required before assignment > prodName = self.get_option('name') > ^ (bad-whitespace) >C:427, 0: Exactly one space required before assignment > prodLabel = self.get_option('label') > ^ (bad-whitespace) >C:428, 0: Exactly one space required before assignment > prodId = self.get_option('id') > ^ (bad-whitespace) >C:430, 0: Exactly one space required before assignment > set_name = self.get_option('set_name') > ^ (bad-whitespace) >C:437, 0: Trailing whitespace (trailing-whitespace) >C:437, 0: No space allowed around keyword argument assignment > failed = _("Repository disable [ %(set_name)s ] failed.") % > ^ (bad-whitespace) >C:439, 0: No space allowed around keyword argument assignment > ok = _("Repository Set [ %(set_name)s ] disabled.") % {'set_name':set_name} > ^ (bad-whitespace) >C:459, 0: Exactly one space required before assignment > orgName = self.get_option('org') > ^ (bad-whitespace) >C:460, 0: Exactly one space required before assignment > prodName = self.get_option('name') > ^ (bad-whitespace) >C:461, 0: Exactly one space required before assignment > prodLabel = self.get_option('label') > ^ (bad-whitespace) >C:462, 0: Exactly one space required before assignment > prodId = self.get_option('id') > ^ (bad-whitespace) >C:482, 0: Exactly one space required before assignment > orgName = self.get_option('org') > ^ (bad-whitespace) >C:484, 0: Exactly one space required before assignment > prodLabel = self.get_option('label') > ^ (bad-whitespace) >C:485, 0: Exactly one space required before assignment > prodId = self.get_option('id') > ^ (bad-whitespace) >************* Module katello.client.core.compute_resource >C:115, 0: No space allowed after bracket > PROVIDER_TYPES = [ 'Libvirt', 'Ovirt', 'EC2', 'Vmware', 'Openstack', 'Rackspace' ] > ^ (bad-whitespace) >C:115, 0: No space allowed before bracket > PROVIDER_TYPES = [ 'Libvirt', 'Ovirt', 'EC2', 'Vmware', 'Openstack', 'Rackspace' ] > ^ (bad-whitespace) >************* Module katello.client.core.client >C: 64, 0: Unnecessary parens after 'except' keyword (superfluous-parens) >C: 89, 0: Unnecessary parens after 'except' keyword (superfluous-parens) >************* Module katello.client.core.ping >C: 85, 0: No space allowed around keyword argument assignment > def __sortedStatuses(cls, status, reverse = False): > ^ (bad-whitespace) >************* Module katello.client.core.activation_key >C:336, 0: No space allowed after bracket > system_group = SystemGroupAPI().system_groups(org_name, { 'name' : system_group_name}) > ^ (bad-whitespace) >************* Module katello.client.core.system_group >C:464, 0: Unnecessary parens after u'print' keyword (superfluous-parens) >C:501, 0: Unnecessary parens after u'print' keyword (superfluous-parens) >************* Module katello.client.core.user_role >C: 37, 0: No space allowed before bracket > system_exit(os.EX_DATAERR, _("Cannot find user role [ %s ]") % name ) > ^ (bad-whitespace) >C:107, 0: Exactly one space required before assignment > tags = ', '.join([t['formatted']['display_name'] for t in p['tags']]) > ^ (bad-whitespace) >C:108, 0: Exactly one space required before assignment > type_in = p['resource_type']['name'] > ^ (bad-whitespace) >************* Module katello.client.core.organization >C: 77, 0: Exactly one space required before assignment > name = self.get_option('name') > ^ (bad-whitespace) >C: 78, 0: Exactly one space required before assignment > label = self.get_option('label') > ^ (bad-whitespace) >C:143, 0: No space allowed around keyword argument assignment > failed = _("Organization [ %s ] deletion failed:") % name, > ^ (bad-whitespace) >C:144, 0: No space allowed around keyword argument assignment > ok = _("Successfully deleted org [ %s ]") % name > ^ (bad-whitespace) >C:164, 0: Exactly one space required before assignment > name = self.get_option('name') > ^ (bad-whitespace) >C:245, 0: No space allowed around keyword argument assignment > delta = timedelta(hours = offset / 100) > ^ (bad-whitespace) >C:303, 0: Exactly one space required after comma > super(RemoveDefaultInfo, self).__init__() > ^ (bad-whitespace) >************* Module katello.client.core.permission >C:231, 0: Unnecessary parens after 'return' keyword (superfluous-parens) >C:239, 0: Exactly one space required before assignment > tags = [self._formatTag(t) for t in scopeData["tags"]] > ^ (bad-whitespace) >C:244, 0: Exactly one space required before assignment > item['available_tags'] = self.formatMultilineRecord(tags) > ^ (bad-whitespace) >************* Module katello.client.core.changeset >C:228, 0: Unnecessary parens after 'if' keyword (superfluous-parens) >C:542, 0: No space allowed around keyword argument assignment > failed = _("Changeset [ %s ] promotion failed") % csName, > ^ (bad-whitespace) >C:543, 0: No space allowed around keyword argument assignment > ok = _("Changeset [ %s ] applied") % csName > ^ (bad-whitespace) >************* Module katello.client.core.template >C:103, 0: Exactly one space required before assignment > template["products"] = [p["name"] for p in template["products"]] > ^ (bad-whitespace) >C:105, 0: Exactly one space required before assignment > template["packages"] = [self._build_nvrea(p) for p in template["packages"]] > ^ (bad-whitespace) >C:161, 0: Exactly one space required before assignment > desc = self.get_option('description') > ^ (bad-whitespace) >C:207, 0: Exactly one space required before assignment > format_in = self.get_option('format') or "json" > ^ (bad-whitespace) >C:228, 0: Exactly one space required after comma > return open(get_abs_path(path),"w") > ^ (bad-whitespace) >C:252, 0: Exactly one space required before assignment > name = self.get_option('name') > ^ (bad-whitespace) >C:253, 0: Exactly one space required before assignment > desc = self.get_option('description') > ^ (bad-whitespace) >C:292, 0: No space allowed before bracket > % {'option':option, 'parameter':"--add_parameter"} ) > ^ (bad-whitespace) >C:307, 0: Trailing whitespace (trailing-whitespace) >C:421, 0: Exactly one space required before assignment > desc = self.get_option('description') > ^ (bad-whitespace) >C:435, 0: Exactly one space required after comma > run_spinner_in_bg(self.updateContent, [template["id"], content], _("Updating the template, please wait... ")) > ^ (bad-whitespace) >************* Module katello.client.core.user >C:257, 0: No space allowed around keyword argument assignment > def __init__(self, assign = True): > ^ (bad-whitespace) >************* Module katello.client.core.errata >C: 69, 0: Exactly one space required before assignment > repo_id = self.get_option('repo_id') > ^ (bad-whitespace) >C: 71, 0: Exactly one space required before assignment > org_name = self.get_option('org') > ^ (bad-whitespace) >C: 72, 0: Exactly one space required before assignment > env_name = self.get_option('environment') > ^ (bad-whitespace) >C:122, 0: Trailing whitespace (trailing-whitespace) >C:155, 0: Trailing whitespace (trailing-whitespace) >C:185, 0: Exactly one space required before assignment > errId = self.get_option('id') > ^ (bad-whitespace) >C:186, 0: Exactly one space required before assignment > repoId = self.get_option('repo_id') > ^ (bad-whitespace) >C:188, 0: Exactly one space required before assignment > orgName = self.get_option('org') > ^ (bad-whitespace) >C:189, 0: Exactly one space required before assignment > envName = self.get_option('environment') > ^ (bad-whitespace) >C:192, 0: Exactly one space required before assignment > prodId = self.get_option('product_id') > ^ (bad-whitespace) >************* Module katello.client.lib.async >C: 68, 0: Unnecessary parens after u'return' keyword (superfluous-parens) >C:229, 0: No space allowed around keyword argument assignment > failed = _("Remote action failed"), > ^ (bad-whitespace) >C:230, 0: No space allowed around keyword argument assignment > canceled = _("Remote action canceled"), > ^ (bad-whitespace) >C:231, 0: No space allowed around keyword argument assignment > ok = _("Remote action finished") > ^ (bad-whitespace) >E:177,15: No value for argument 'org_id' in constructor call (no-value-for-parameter) >E:177,15: No value for argument 'system_group_id' in constructor call (no-value-for-parameter) >************* Module katello.client.lib.control >C: 78, 0: Unnecessary parens after u'in' keyword (superfluous-parens) >************* Module katello.client.lib.utils.data >C: 29, 0: Exactly one space required around comparison > if type(rec)==type(dict()) and 'created_at' in rec: > ^^ (bad-whitespace) >C: 30, 0: Unnecessary parens after u'return' keyword (superfluous-parens) >C: 31, 0: Exactly one space required around comparison > elif type(rec)==type(dict()) and 'created' in rec: > ^^ (bad-whitespace) >C: 32, 0: Unnecessary parens after u'return' keyword (superfluous-parens) >C: 65, 0: Exactly one space required around comparison > if type(rec)==dict and key in rec: > ^^ (bad-whitespace) >************* Module katello.client.lib.utils.option_validator >C: 39, 0: Unnecessary parens after u'return' keyword (superfluous-parens) >C: 50, 0: No space allowed after bracket > return any( self.exists(dest) for dest in opt_dests ) > ^ (bad-whitespace) >C: 50, 0: No space allowed before bracket > return any( self.exists(dest) for dest in opt_dests ) > ^ (bad-whitespace) >C: 61, 0: No space allowed after bracket > return all( self.exists(dest) for dest in opt_dests ) > ^ (bad-whitespace) >C: 61, 0: No space allowed before bracket > return all( self.exists(dest) for dest in opt_dests ) > ^ (bad-whitespace) >C:211, 0: No space allowed after bracket > return [ dest for dest in opt_dests if self.exists(dest) ] > ^ (bad-whitespace) >C:211, 0: No space allowed before bracket > return [ dest for dest in opt_dests if self.exists(dest) ] > ^ (bad-whitespace) >C:224, 0: No space allowed after bracket > return [ self.__get_option_string(dest) for dest in opt_dests ] > ^ (bad-whitespace) >C:224, 0: No space allowed before bracket > return [ self.__get_option_string(dest) for dest in opt_dests ] > ^ (bad-whitespace) >************* Module katello.client.lib.ui.formatters >C: 19, 0: No space allowed after bracket >SYNC_STATES = { 'waiting': _("Waiting"), > ^ (bad-whitespace) >C: 26, 0: No space allowed before bracket > 'not_synced': _("Not synced") } > ^ (bad-whitespace) >************* Module katello.client.lib.ui.printer >C:180, 0: Unnecessary parens after u'if' keyword (superfluous-parens) >C:355, 0: No space allowed around keyword argument assignment > def add_column(self, attr_name, name = None, **kwargs): > ^ (bad-whitespace) >************* Module katello.client.lib.ui.__init__ >R: 1, 0: Cyclic import (katello.client.api.product -> katello.client.lib.utils.data -> katello.client.lib.control -> katello.client.cli.base -> katello.client.core.base -> katello.client.api.utils) (cyclic-import) >R: 1, 0: Cyclic import (katello.client.api.system_group -> katello.client.lib.utils.data -> katello.client.lib.control -> katello.client.cli.base -> katello.client.core.base -> katello.client.api.utils) (cyclic-import) >R: 1, 0: Cyclic import (katello.client.cli.base -> katello.client.core.base -> katello.client.lib.control) (cyclic-import) >R: 1, 0: Cyclic import (katello.client.api.provider -> katello.client.lib.utils.data -> katello.client.lib.control -> katello.client.cli.base -> katello.client.core.base -> katello.client.api.utils) (cyclic-import) >R: 1, 0: Cyclic import (katello.client.api.user -> katello.client.lib.utils.data -> katello.client.lib.control -> katello.client.cli.base -> katello.client.core.base -> katello.client.api.utils) (cyclic-import) >R: 1, 0: Cyclic import (katello.client.api.content_view -> katello.client.lib.utils.data -> katello.client.lib.control -> katello.client.cli.base -> katello.client.core.base -> katello.client.api.utils) (cyclic-import) >R: 1, 0: Cyclic import (katello.client.api.content_view_definition -> katello.client.lib.utils.data -> katello.client.lib.control -> katello.client.cli.base -> katello.client.core.base -> katello.client.api.utils) (cyclic-import) >R: 1, 0: Cyclic import (katello.client.api.repo -> katello.client.lib.utils.data -> katello.client.lib.control -> katello.client.cli.base -> katello.client.core.base -> katello.client.api.utils) (cyclic-import) >R: 1, 0: Cyclic import (katello.client.api.user_role -> katello.client.lib.utils.data -> katello.client.lib.control -> katello.client.cli.base -> katello.client.core.base -> katello.client.api.utils) (cyclic-import) >R: 1, 0: Cyclic import (katello.client.api.sync_plan -> katello.client.lib.utils.data -> katello.client.lib.control -> katello.client.cli.base -> katello.client.core.base -> katello.client.api.utils) (cyclic-import) >R: 1, 0: Cyclic import (katello.client.api.environment -> katello.client.lib.utils.data -> katello.client.lib.control -> katello.client.cli.base -> katello.client.core.base -> katello.client.api.utils) (cyclic-import) >R: 1, 0: Cyclic import (katello.client.api.changeset -> katello.client.lib.utils.data -> katello.client.lib.control -> katello.client.cli.base -> katello.client.core.base -> katello.client.api.utils) (cyclic-import) >R: 1, 0: Cyclic import (katello.client.api.system -> katello.client.lib.utils.data -> katello.client.lib.control -> katello.client.cli.base -> katello.client.core.base -> katello.client.api.utils) (cyclic-import) >R: 1, 0: Cyclic import (katello.client.api.template -> katello.client.lib.utils.data -> katello.client.lib.control -> katello.client.cli.base -> katello.client.core.base -> katello.client.api.utils) (cyclic-import) >R: 1, 0: Cyclic import (katello.client.api.organization -> katello.client.lib.utils.data -> katello.client.lib.control -> katello.client.cli.base -> katello.client.core.base -> katello.client.api.utils) (cyclic-import) >RPM build errors: >error: Bad exit status from /var/tmp/rpm-tmp.P1oFTx (%build) > Bad exit status from /var/tmp/rpm-tmp.P1oFTx (%build) >Child return code was: 1 >EXCEPTION: Command failed. See logs for output. > # ['bash', '--login', '-c', 'rpmbuild -bb --target noarch --nodeps builddir/build/SPECS/katello-cli.spec'] >Traceback (most recent call last): > File "/usr/lib/python2.7/site-packages/mockbuild/trace_decorator.py", line 70, in trace > result = func(*args, **kw) > File "/usr/lib/python2.7/site-packages/mockbuild/util.py", line 376, in do > raise mockbuild.exception.Error, ("Command failed. See logs for output.\n # %s" % (command,), child.returncode) >Error: Command failed. See logs for output. > # ['bash', '--login', '-c', 'rpmbuild -bb --target noarch --nodeps builddir/build/SPECS/katello-cli.spec'] >LEAVE do --> EXCEPTION RAISED >
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 1106993
: 905785 |
905786
|
905787