[Webkit-unassigned] [Bug 94404] New: webkitpy install is messed up on Apple Lion WK2 bot
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri Aug 17 18:27:14 PDT 2012
https://bugs.webkit.org/show_bug.cgi?id=94404
Summary: webkitpy install is messed up on Apple Lion WK2 bot
Product: WebKit
Version: 528+ (Nightly build)
Platform: Unspecified
OS/Version: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: Tools / Tests
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: dpranke at chromium.org
CC: beidson at apple.com, wsiegrist at apple.com,
lforschler at apple.com, timothy_horton at apple.com
The install/checkout seems to have gotten into a weird state:
http://build.webkit.org/builders/Apple%20Lion%20Release%20WK2%20%28Tests%29/builds/2357/steps/webkitpy-test/logs/stdio
where we think we've installed mechanize and yet it's not working:
Checking autoinstalled packages ...
Checking imports ...
Finding the individual test methods ...
Running the tests ...
[39/1577] webkitpy.common.net.buildbot.buildbot_unittest.BuildBotTest.test_revisions_for_builder erred:
Traceback (most recent call last):
File "/Volumes/Data/slave/lion-release-tests-wk2/build/Tools/Scripts/webkitpy/common/net/buildbot/buildbot_unittest.py", line 394, in test_revisions_for_builder
builder_with_success = Builder('Some builder', None)
File "/Volumes/Data/slave/lion-release-tests-wk2/build/Tools/Scripts/webkitpy/common/net/buildbot/buildbot.py", line 54, in __init__
from webkitpy.thirdparty.autoinstalled.mechanize import Browser
ImportError: No module named mechanize
I think NRWT is running fine (it doesn't need mechanize for anything), but we should probably fix this. Deleting the checkout or at least Tools/Scripts/webkitpy/thirdparty/autoinstalled should be sufficient.
But, of course, I don't have access to the bot :).
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list