Bug 37965 - REGRESSION(r58036): [chromium] Broke Chromium bots. Seems like a Python version mismatch. (Requested by yuzo on #webkit).
Summary: REGRESSION(r58036): [chromium] Broke Chromium bots. Seems like a Python versi...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Other OS X 10.5
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks: 37765
  Show dependency treegraph
 
Reported: 2010-04-21 19:42 PDT by WebKit Review Bot
Modified: 2010-04-21 20:12 PDT (History)
4 users (show)

See Also:


Attachments
ROLLOUT of r58036 (90.65 KB, patch)
2010-04-21 19:42 PDT, WebKit Review Bot
yuzo: commit-queue+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description WebKit Review Bot 2010-04-21 19:42:24 PDT
http://trac.webkit.org/changeset/58036 broke the build:
[chromium] Broke Chromium bots. Seems like a Python version mismatch. (Requested by yuzo on #webkit).

This is an automatic bug report generated by the sheriff-bot. If this bug
report was created because of a flaky test, please file a bug for the flaky
test (if we don't already have one on file) and dup this bug against that bug
so that we can track how often these flaky tests case pain.

"Only you can prevent forest fires." -- Smokey the Bear
Comment 1 WebKit Review Bot 2010-04-21 19:42:37 PDT
Created attachment 54017 [details]
ROLLOUT of r58036

Any committer can land this patch automatically by marking it commit-queue+.  The commit-queue will build and test the patch before landing to ensure that the rollout will be successful.  This process takes approximately 15 minutes.

If you would like to land the rollout faster, you can use the following command:

  webkit-patch land-attachment ATTACHMENT_ID --ignore-builders

where ATTACHMENT_ID is the ID of this attachment.
Comment 2 Yuzo Fujishima 2010-04-21 19:45:05 PDT
Error log:

python ../../../scripts/slave/chromium/layout_test_wrapper.py --target Debug --build-type v8 -o ../../layout-test-results --build-dir src/build --build-number 1538 --builder-name layout_mac
 in dir /b/slave/layout_mac/build (timeout 600 secs)
 watching logfiles {}
 argv: ['python', '../../../scripts/slave/chromium/layout_test_wrapper.py', '--target', 'Debug', '--build-type', 'v8', '-o', '../../layout-test-results', '--build-dir', 'src/build', '--build-number', '1538', '--builder-name', 'layout_mac']
 environment:
  CHROME_HEADLESS=1
  DISPLAY=/tmp/launch-cW2vII/:0
  HOME=/Users/chrome-bot
  LOGNAME=chrome-bot
  PATH=/b/depot_tools:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin
  PWD=/b/slave/layout_mac/build
  PYTHONPATH=/b/scripts/private:/b/scripts/common:/b/scripts/slave:/b/pylibs:/b/symsrc
  SHELL=/bin/bash
  USER=chrome-bot
 closing stdin
 using PTY: True
/b/pylibs/zope/__init__.py:19: UserWarning: Module zope was already imported from /b/pylibs/zope/__init__.pyc, but /System/Library/Frameworks/Python.framework/Versions/2.5/Extras/lib/python is being added to sys.path
  import pkg_resources
Warning: Couldn't disable page heap, if it was already enabled.

strip -S /b/slave/layout_mac/build/src/xcodebuild/Debug/TestShell.app/Contents/MacOS/TestShell

python /b/slave/layout_mac/build/src/webkit/tools/layout_tests/run_webkit_tests.py --noshow-results --verbose --full-results-html --clobber-old-results --results-directory ../../../layout-test-results --target Debug --builder-name layout_mac --build-number 1538 --build-name layout_mac ""
Traceback (most recent call last):
  File "/b/slave/layout_mac/build/src/third_party/WebKit/WebKitTools/Scripts/new-run-webkit-tests", line 37, in <module>
    sys.exit(run_webkit_tests.main(options, args))
  File "/b/slave/layout_mac/build/src/third_party/WebKit/WebKitTools/Scripts/webkitpy/layout_tests/run_webkit_tests.py", line 1485, in main
    port_obj = port.get(options.platform, options)
  File "/b/slave/layout_mac/build/src/third_party/WebKit/WebKitTools/Scripts/webkitpy/layout_tests/port/factory.py", line 78, in get
    import chromium_mac
  File "/b/slave/layout_mac/build/src/third_party/WebKit/WebKitTools/Scripts/webkitpy/layout_tests/port/chromium_mac.py", line 38, in <module>
    import chromium
  File "/b/slave/layout_mac/build/src/third_party/WebKit/WebKitTools/Scripts/webkitpy/layout_tests/port/chromium.py", line 223
    with codecs.open(overrides_file, "r", "utf-8") as file
                                                         ^
SyntaxError: invalid syntax
program finished with exit code 1
elapsedTime=3.145948
Comment 3 Eric Seidel (no email) 2010-04-21 20:09:04 PDT
Fixing now.
Comment 4 Eric Seidel (no email) 2010-04-21 20:12:11 PDT
It was a missing ":"