Re: [webkit-dev] commit-queue bot missing a dependency? (ImportError: No module named logilab.astng.utils)

2012-11-13 Thread Dirk Pranke
Argh, yeah. Unfortunately, I'm not sure what triggers this problem.
It's easy enough to fix as soon as I can find someone w/ access to the
CQ.

-- Dirk

On Tue, Nov 13, 2012 at 7:50 AM, Adam Barth aba...@webkit.org wrote:
 Sounds related to a recent changed made by dpranke.

 Adam


 On Tue, Nov 13, 2012 at 7:33 AM, Jussi Kukkonen
 jussi.kukko...@intel.com wrote:

 commit-queue bot seems to be missing a pylint dependency? This is what I got
 for my rebaseline in https://bugs.webkit.org/show_bug.cgi?id=102059:
 ---
 Failed to run ['/mnt/git/webkit-commit-queue/Tools/Scripts/webkit-patch',
 '--status-host=queues.webkit.org', '-... exit_code: 2

 Last 500 characters of output:
 yle/checkers/python.py, line 31, in module
 from webkitpy.thirdparty.autoinstalled.pylint import lint
   File
 /mnt/git/webkit-commit-queue/Tools/Scripts/webkitpy/thirdparty/autoinstalled/pylint/lint.py,
 line 31, in module
 from pylint.checkers import utils
   File
 /mnt/git/webkit-commit-queue/Tools/Scripts/webkitpy/thirdparty/autoinstalled/pylint/checkers/__init__.py,
 line 44, in module
 from logilab.astng.utils import ASTWalker
 ImportError: No module named logilab.astng.utils

 Full output: http://queues.webkit.org/results/14823414
 ---

  - jussi

 ___
 webkit-dev mailing list
 webkit-dev@lists.webkit.org
 http://lists.webkit.org/mailman/listinfo/webkit-dev

___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo/webkit-dev


Re: [webkit-dev] commit-queue bot missing a dependency? (ImportError: No module named logilab.astng.utils)

2012-11-13 Thread Peter Beverloo
I'm seeing the same on the Android bot. What is the right way to fix this?

Cheers,
Peter
On 13 Nov 2012 18:31, Dirk Pranke dpra...@chromium.org wrote:

 Argh, yeah. Unfortunately, I'm not sure what triggers this problem.
 It's easy enough to fix as soon as I can find someone w/ access to the
 CQ.

 -- Dirk

 On Tue, Nov 13, 2012 at 7:50 AM, Adam Barth aba...@webkit.org wrote:
  Sounds related to a recent changed made by dpranke.
 
  Adam
 
 
  On Tue, Nov 13, 2012 at 7:33 AM, Jussi Kukkonen
  jussi.kukko...@intel.com wrote:
 
  commit-queue bot seems to be missing a pylint dependency? This is what
 I got
  for my rebaseline in https://bugs.webkit.org/show_bug.cgi?id=102059:
  ---
  Failed to run
 ['/mnt/git/webkit-commit-queue/Tools/Scripts/webkit-patch',
  '--status-host=queues.webkit.org', '-... exit_code: 2
 
  Last 500 characters of output:
  yle/checkers/python.py, line 31, in module
  from webkitpy.thirdparty.autoinstalled.pylint import lint
File
 
 /mnt/git/webkit-commit-queue/Tools/Scripts/webkitpy/thirdparty/autoinstalled/pylint/lint.py,
  line 31, in module
  from pylint.checkers import utils
File
 
 /mnt/git/webkit-commit-queue/Tools/Scripts/webkitpy/thirdparty/autoinstalled/pylint/checkers/__init__.py,
  line 44, in module
  from logilab.astng.utils import ASTWalker
  ImportError: No module named logilab.astng.utils
 
  Full output: http://queues.webkit.org/results/14823414
  ---
 
   - jussi
 
  ___
  webkit-dev mailing list
  webkit-dev@lists.webkit.org
  http://lists.webkit.org/mailman/listinfo/webkit-dev
 
 ___
 webkit-dev mailing list
 webkit-dev@lists.webkit.org
 http://lists.webkit.org/mailman/listinfo/webkit-dev

___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo/webkit-dev