Bug 91389 - webkit_lint fails after r122615 on linux and mac
Summary: webkit_lint fails after r122615 on linux and mac
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-07-16 07:26 PDT by Vsevolod Vlasov
Modified: 2012-07-17 08:51 PDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Vsevolod Vlasov 2012-07-16 07:26:05 PDT
webkit_lint started failing after http://trac.webkit.org/changeset/122615/ on linux and mac

I bisected the reason using trybots: 

OK   - r122614: http://build.chromium.org/p/tryserver.chromium/builders/linux_layout_rel/builds/490
FAIL - r122615 http://build.chromium.org/p/tryserver.chromium/builders/linux_layout_rel/builds/489

Also webkit_lint fails on win which was caused somewhere between 122484 and 122489.

Linux webkit_lint output:

python ../../../scripts/slave/chromium/lint_test_files_wrapper.py --build-dir src/build --target Release
 in dir /mnt/data/b/build/slave/linux_layout/build (timeout 600 secs)
 watching logfiles {}
 argv: ['python', '../../../scripts/slave/chromium/lint_test_files_wrapper.py', '--build-dir', 'src/build', '--target', 'Release']
 environment:
  CHROME_HEADLESS=1
  DISPLAY=:0.0
  HOME=/home/chrome-bot
  LANG=en_US.UTF-8
  LOGNAME=chrome-bot
  PAGER=cat
  PATH=/mnt/data/b/depot_tools:/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin
  PWD=/mnt/data/b/build/slave/linux_layout/build
  PYTHONPATH=/mnt/data/b/build/site_config:/mnt/data/b/build/scripts:/mnt/data/b/build/scripts/release:/mnt/data/b/build/third_party:/mnt/data/b/build_internal/site_config:/mnt/data/b/build_internal/symsrc:/mnt/data/b/build/slave:/mnt/data/b/build/third_party/buildbot_7_12:/mnt/data/b/build/third_party/twisted_8_1:
  SHELL=/bin/bash
  USER=chrome-bot
 closing stdin
 using PTY: True
Verifying Xvfb is not running ...
Verifying Xvfb has started...
xdisplaycheck succeeded after 0 seconds.
xdisplaycheck output:
> Connected after 5 retries
...OK
Window manager (icewm) started.

python /mnt/data/b/build/slave/linux_layout/build/src/webkit/tools/layout_tests/run_webkit_tests.py --lint-test-files --chromium
Lint succeeded.
Stopping Xvfb with pid 23451 ...
Xvfb pid file removed
program finished with exit code 254
elapsedTime=2.216891
Comment 1 Dirk Pranke 2012-07-16 11:11:34 PDT
I think this is a duplicate of 91370; I'll take a look and see if the win issue is something else.

*** This bug has been marked as a duplicate of bug 91370 ***
Comment 2 Vsevolod Vlasov 2012-07-17 07:31:51 PDT
Reopening because webkit_lint is still failing.
Comment 3 Vsevolod Vlasov 2012-07-17 08:50:29 PDT
(In reply to comment #2)
> Reopening because webkit_lint is still failing.

And closing again since this failure has different reason.