Bug 91389
Summary: | webkit_lint fails after r122615 on linux and mac | ||
---|---|---|---|
Product: | WebKit | Reporter: | Vsevolod Vlasov <vsevik> |
Component: | Tools / Tests | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | dpranke, ojan |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Vsevolod Vlasov
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
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Dirk Pranke
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 ***
Vsevolod Vlasov
Reopening because webkit_lint is still failing.
Vsevolod Vlasov
(In reply to comment #2)
> Reopening because webkit_lint is still failing.
And closing again since this failure has different reason.