← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1490497] Re: pep8-incompliant filenames missing in gate console logs

 

Marking as invalid because there isn't anything that can be fixed in
Python. Maybe this is a flake8 issue?

** Changed in: keystone
       Status: Incomplete => Invalid

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to Keystone.
https://bugs.launchpad.net/bugs/1490497

Title:
  pep8-incompliant filenames missing in gate console logs

Status in hacking:
  Incomplete
Status in Keystone:
  Invalid

Bug description:
  Jenkins reported gate-keystone-pep8 failure on patch set 12 @ https://review.openstack.org/#/c/209524/  .
  But the console logs didn't contain the filenames that are incompliant with pep8.
  http://logs.openstack.org/24/209524/12/check/gate-keystone-pep8/b2b7500/console.html
  <snip1>
  ...
  2015-08-30 22:34:11.101 | pep8 runtests: PYTHONHASHSEED='3894393079'
  2015-08-30 22:34:11.102 | pep8 runtests: commands[0] | flake8
  2015-08-30 22:34:11.102 |   /home/jenkins/workspace/gate-keystone-pep8$ /home/jenkins/workspace/gate-keystone-pep8/.tox/pep8/bin/flake8 
  2015-08-30 22:34:16.619 | ERROR: InvocationError: '/home/jenkins/workspace/gate-keystone-pep8/.tox/pep8/bin/flake8'
  2015-08-30 22:34:16.620 | ___________________________________ summary ____________________________________
  2015-08-30 22:34:16.620 | ERROR:   pep8: commands failed
  ...
  </snip1>

  Typically, it contains the filenames as well.
  Eg. Console logs pf patchset 1 contains the filenames.
  http://logs.openstack.org/24/209524/1/check/gate-keystone-pep8/19f2885/console.html
  <snip2>
  ...
  2015-08-05 14:45:15.247 | pep8 runtests: PYTHONHASHSEED='1879982710'
  2015-08-05 14:45:15.247 | pep8 runtests: commands[0] | flake8
  2015-08-05 14:45:15.247 |   /home/jenkins/workspace/gate-keystone-pep8$ /home/jenkins/workspace/gate-keystone-pep8/.tox/pep8/bin/flake8 
  2015-08-05 14:45:20.518 | ./keystone/assignment/backends/ldap.py:37:5: E301 expected 1 blank line, found 0
  2015-08-05 14:45:20.518 |     @versionutils.deprecated(
  2015-08-05 14:45:20.518 |     ^
  ...
  2015-08-05 14:45:20.872 | ERROR: InvocationError: '/home/jenkins/workspace/gate-keystone-pep8/.tox/pep8/bin/flake8'
  2015-08-05 14:45:20.872 | ___________________________________ summary ____________________________________
  2015-08-05 14:45:20.873 | ERROR:   pep8: commands failed
  ...
  </snip2>

To manage notifications about this bug go to:
https://bugs.launchpad.net/hacking/+bug/1490497/+subscriptions


References