[Webkit-unassigned] [Bug 155218] New: EWS gets confused when WebKitTestRunner fails to build
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Mar 8 21:43:21 PST 2016
https://bugs.webkit.org/show_bug.cgi?id=155218
Bug ID: 155218
Summary: EWS gets confused when WebKitTestRunner fails to build
Classification: Unclassified
Product: WebKit
Version: WebKit Nightly Build
Hardware: Unspecified
OS: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: Tools / Tests
Assignee: webkit-unassigned at lists.webkit.org
Reporter: ap at webkit.org
CC: lforschler at apple.com, svijayaraghavan at apple.com
run-webkit-tests builds WebKitTestRunner before running the tests, and when that fails, there are at least two problems:
1. This is reported as a test failure instead of build failure.
2. The patch doesn't get unlocked, so it's not eligible for processing until after the lock times out in 2 hours.
Example log:
Running: webkit-patch --status-host=webkit-queues.webkit.org --bot-id=ews121 build-and-test --no-clean --no-update --test --non-interactive --build-style=release --port=ios-simulator-wk2
Failed to run "['/Volumes/Data/EWS/WebKit/Tools/Scripts/webkit-patch', '--status-host=webkit-queues.webkit.org', '--bot-id=ews121', 'build-and-test', '--no-clean', '--no-update', '--test', '--non-interactive', '--build-style=release', '--port=ios-simulator-wk2']" exit_code: 2 cwd: /Volumes/Data/EWS/WebKit
Running Python unit tests
Suppressing most webkitpy logging while running unit tests.
Skipping tests in the following modules or packages because they are really, really, slow:
webkitpy.common.checkout.scm.scm_unittest
(https://bugs.webkit.org/show_bug.cgi?id=31818; use --all to include)
Checking autoinstalled packages ...
Checking imports ...
Finding the individual test methods ...
Running the tests ...
Ran 1451 tests in 4.691s
OK
Running bindings generation tests
Running run-webkit-tests
PASS: (JS) JSTestCallback.cpp
PASS: (JS) JSTestCallback.h
PASS: (JS) JSTestCallbackFunction.cpp
PASS: (JS) JSTestCallbackFunction.h
PASS: (JS) JSTestClassWithJSBuiltinConstructor.cpp
PASS: (JS) JSTestClassWithJSBuiltinConstructor.h
PASS: (JS) JSTestCustomConstructorWithNoInterfaceObject.cpp
PASS: (JS) JSTestCustomConstructorWithNoInterfaceObject.h
PASS: (JS) JSTestCustomNamedGetter.cpp
PASS: (JS) JSTestCustomNamedGetter.h
PASS: (JS) JSTestActiveDOMObject.cpp
PASS: (JS) JSTestActiveDOMObject.h
PASS: (JS) JSTestEventConstructor.cpp
PASS: (JS) JSTestEventConstructor.h
PASS: (JS) JSTestEventTarget.cpp
PASS: (JS) JSTestEventTarget.h
PASS: (JS) JSattribute.cpp
PASS: (JS) JSattribute.h
PASS: (JS) JSTestException.cpp
PASS: (JS) JSTestException.h
PASS: (JS) JSTestGenerateIsReachable.cpp
PASS: (JS) JSTestGenerateIsReachable.h
PASS: (JS) JSTestImplements.cpp
PASS: (JS) JSTestImplements.h
PASS: (JS) JSreadonly.cpp
PASS: (JS) JSreadonly.h
PASS: (JS) JSTestInterface.cpp
PASS: (JS) JSTestInterface.h
PASS: (JS) JSTestJSBuiltinConstructor.cpp
PASS: (JS) JSTestJSBuiltinConstructor.h
PASS: (JS) JSTestMediaQueryListListener.cpp
PASS: (JS) JSTestMediaQueryListListener.h
PASS: (JS) JSTestNamedConstructor.cpp
PASS: (JS) JSTestNamedConstructor.h
PASS: (JS) JSTestNode.cpp
PASS: (JS) JSTestNode.h
PASS: (JS) JSTestNondeterministic.cpp
PASS: (JS) JSTestNondeterministic.h
PASS: (JS) JSTestObj.cpp
PASS: (JS) JSTestObj.h
PASS: (JS) JSTestOverloadedConstructors.cpp
PASS: (JS) JSTestOverloadedConstructors.h
PASS: (JS) JSTestOverrideBuiltins.cpp
PASS: (JS) JSTestOverrideBuiltins.h
PASS: (JS) JSTestSerializedScriptValueInterface.cpp
PASS: (JS) JSTestSerializedScriptValueInterface.h
PASS: (JS) JSTestSupplemental.cpp
PASS: (JS) JSTestSupplemental.h
PASS: (JS) JSTestTypedefs.cpp
PASS: (JS) JSTestTypedefs.h
PASS: (ObjC) DOMTestCallback.h
PASS: (ObjC) DOMTestCallback.mm
PASS: (ObjC) DOMTestCallbackInternal.h
PASS: (ObjC) DOMTestCallbackFunction.h
PASS: (ObjC) DOMTestCallbackFunction.mm
PASS: (ObjC) DOMTestCallbackFunctionInternal.h
PASS: (ObjC) DOMTestClassWithJSBuiltinConstructor.h
PASS: (ObjC) DOMTestClassWithJSBuiltinConstructor.mm
PASS: (ObjC) DOMTestClassWithJSBuiltinConstructorInternal.h
PASS: (ObjC) DOMTestCustomConstructorWithNoInterfaceObject.h
PASS: (ObjC) DOMTestCustomConstructorWithNoInterfaceObject.mm
PASS: (ObjC) DOMTestCustomConstructorWithNoInterfaceObjectInternal.h
PASS: (ObjC) DOMTestCustomNamedGetter.h
PASS: (ObjC) DOMTestCustomNamedGetter.mm
PASS: (ObjC) DOMTestCustomNamedGetterInternal.h
PASS: (ObjC) DOMTestActiveDOMObject.h
PASS: (ObjC) DOMTestActiveDOMObject.mm
PASS: (ObjC) DOMTestActiveDOMObjectInternal.h
PASS: (ObjC) DOMTestEventConstructor.h
PASS: (ObjC) DOMTestEventConstructor.mm
PASS: (ObjC) DOMTestEventConstructorInternal.h
PASS: (ObjC) DOMTestEventTarget.h
PASS: (ObjC) DOMTestEventTarget.mm
PASS: (ObjC) DOMTestEventTargetInternal.h
PASS: (ObjC) DOMattribute.h
PASS: (ObjC) DOMattribute.mm
PASS: (ObjC) DOMattributeInternal.h
PASS: (ObjC) DOMTestException.h
PASS: (ObjC) DOMTestException.mm
PASS: (ObjC) DOMTestExceptionInternal.h
PASS: (ObjC) DOMTestGenerateIsReachable.h
PASS: (ObjC) DOMTestGenerateIsReachable.mm
PASS: (ObjC) DOMTestGenerateIsReachableInternal.h
PASS: (ObjC) DOMTestImplements.cpp
PASS: (ObjC) DOMTestImplements.h
PASS: (ObjC) DOMreadonly.h
PASS: (ObjC) DOMreadonly.mm
PASS: (ObjC) DOMreadonlyInternal.h
PASS: (ObjC) DOMTestInterface.h
PASS: (ObjC) DOMTestInterface.mm
PASS: (ObjC) DOMTestInterfaceInternal.h
PASS: (ObjC) DOMTestJSBuiltinConstructor.h
PASS: (ObjC) DOMTestJSBuiltinConstructor.mm
PASS: (ObjC) DOMTestJSBuiltinConstructorInternal.h
PASS: (ObjC) DOMTestMediaQueryListListener.h
PASS: (ObjC) DOMTestMediaQueryListListener.mm
PASS: (ObjC) DOMTestMediaQueryListListenerInternal.h
PASS: (ObjC) DOMTestNamedConstructor.h
PASS: (ObjC) DOMTestNamedConstructor.mm
PASS: (ObjC) DOMTestNamedConstructorInternal.h
PASS: (ObjC) DOMTestNode.h
PASS: (ObjC) DOMTestNode.mm
PASS: (ObjC) DOMTestNodeInternal.h
PASS: (ObjC) DOMTestNondeterministic.h
PASS: (ObjC) DOMTestNondeterministic.mm
PASS: (ObjC) DOMTestNondeterministicInternal.h
PASS: (ObjC) DOMTestObj.h
PASS: (ObjC) DOMTestObj.mm
PASS: (ObjC) DOMTestObjInternal.h
PASS: (ObjC) DOMTestOverloadedConstructors.h
PASS: (ObjC) DOMTestOverloadedConstructors.mm
PASS: (ObjC) DOMTestOverloadedConstructorsInternal.h
PASS: (ObjC) DOMTestOverrideBuiltins.h
PASS: (ObjC) DOMTestOverrideBuiltins.mm
PASS: (ObjC) DOMTestOverrideBuiltinsInternal.h
PASS: (ObjC) DOMTestSerializedScriptValueInterface.h
PASS: (ObjC) DOMTestSerializedScriptValueInterface.mm
PASS: (ObjC) DOMTestSerializedScriptValueInterfaceInternal.h
PASS: (ObjC) DOMTestSupplemental.cpp
PASS: (ObjC) DOMTestSupplemental.h
PASS: (ObjC) DOMTestTypedefs.h
PASS: (ObjC) DOMTestTypedefs.mm
PASS: (ObjC) DOMTestTypedefsInternal.h
PASS: (GObject) WebKitDOMTestCallback.cpp
PASS: (GObject) WebKitDOMTestCallback.h
PASS: (GObject) WebKitDOMTestCallbackPrivate.h
PASS: (GObject) WebKitDOMTestCallbackFunction.cpp
PASS: (GObject) WebKitDOMTestCallbackFunction.h
PASS: (GObject) WebKitDOMTestCallbackFunctionPrivate.h
PASS: (GObject) WebKitDOMTestClassWithJSBuiltinConstructor.cpp
PASS: (GObject) WebKitDOMTestClassWithJSBuiltinConstructor.h
PASS: (GObject) WebKitDOMTestClassWithJSBuiltinConstructorPrivate.h
PASS: (GObject) WebKitDOMTestCustomConstructorWithNoInterfaceObject.cpp
PASS: (GObject) WebKitDOMTestCustomConstructorWithNoInterfaceObject.h
PASS: (GObject) WebKitDOMTestCustomConstructorWithNoInterfaceObjectPrivate.h
PASS: (GObject) WebKitDOMTestCustomNamedGetter.cpp
PASS: (GObject) WebKitDOMTestCustomNamedGetter.h
PASS: (GObject) WebKitDOMTestCustomNamedGetterPrivate.h
PASS: (GObject) WebKitDOMTestActiveDOMObject.cpp
PASS: (GObject) WebKitDOMTestActiveDOMObject.h
PASS: (GObject) WebKitDOMTestActiveDOMObjectPrivate.h
PASS: (GObject) WebKitDOMTestEventConstructor.cpp
PASS: (GObject) WebKitDOMTestEventConstructor.h
PASS: (GObject) WebKitDOMTestEventConstructorPrivate.h
PASS: (GObject) WebKitDOMTestEventTarget.cpp
PASS: (GObject) WebKitDOMTestEventTarget.h
PASS: (GObject) WebKitDOMTestEventTargetPrivate.h
PASS: (GObject) WebKitDOMattribute.cpp
PASS: (GObject) WebKitDOMattribute.h
PASS: (GObject) WebKitDOMattributePrivate.h
PASS: (GObject) WebKitDOMTestException.cpp
PASS: (GObject) WebKitDOMTestException.h
PASS: (GObject) WebKitDOMTestExceptionPrivate.h
PASS: (GObject) WebKitDOMTestGenerateIsReachable.cpp
PASS: (GObject) WebKitDOMTestGenerateIsReachable.h
PASS: (GObject) WebKitDOMTestGenerateIsReachablePrivate.h
PASS: (GObject) WebKitDOMTestImplements.cpp
PASS: (GObject) WebKitDOMTestImplements.h
PASS: (GObject) WebKitDOMreadonly.cpp
PASS: (GObject) WebKitDOMreadonly.h
PASS: (GObject) WebKitDOMreadonlyPrivate.h
PASS: (GObject) WebKitDOMTestInterface.cpp
PASS: (GObject) WebKitDOMTestInterface.h
PASS: (GObject) WebKitDOMTestInterfacePrivate.h
PASS: (GObject) WebKitDOMTestJSBuiltinConstructor.cpp
PASS: (GObject) WebKitDOMTestJSBuiltinConstructor.h
PASS: (GObject) WebKitDOMTestJSBuiltinConstructorPrivate.h
PASS: (GObject) WebKitDOMTestMediaQueryListListener.cpp
PASS: (GObject) WebKitDOMTestMediaQueryListListener.h
PASS: (GObject) WebKitDOMTestMediaQueryListListenerPrivate.h
PASS: (GObject) WebKitDOMTestNamedConstructor.cpp
PASS: (GObject) WebKitDOMTestNamedConstructor.h
PASS: (GObject) WebKitDOMTestNamedConstructorPrivate.h
PASS: (GObject) WebKitDOMTestNode.cpp
PASS: (GObject) WebKitDOMTestNode.h
PASS: (GObject) WebKitDOMTestNodePrivate.h
PASS: (GObject) WebKitDOMTestNondeterministic.cpp
PASS: (GObject) WebKitDOMTestNondeterministic.h
PASS: (GObject) WebKitDOMTestNondeterministicPrivate.h
PASS: (GObject) WebKitDOMTestObj.cpp
PASS: (GObject) WebKitDOMTestObj.h
PASS: (GObject) WebKitDOMTestObjPrivate.h
PASS: (GObject) WebKitDOMTestOverloadedConstructors.cpp
PASS: (GObject) WebKitDOMTestOverloadedConstructors.h
PASS: (GObject) WebKitDOMTestOverloadedConstructorsPrivate.h
PASS: (GObject) WebKitDOMTestOverrideBuiltins.cpp
PASS: (GObject) WebKitDOMTestOverrideBuiltins.h
PASS: (GObject) WebKitDOMTestOverrideBuiltinsPrivate.h
PASS: (GObject) WebKitDOMTestSerializedScriptValueInterface.cpp
PASS: (GObject) WebKitDOMTestSerializedScriptValueInterface.h
PASS: (GObject) WebKitDOMTestSerializedScriptValueInterfacePrivate.h
PASS: (GObject) WebKitDOMTestSupplemental.cpp
PASS: (GObject) WebKitDOMTestSupplemental.h
PASS: (GObject) WebKitDOMTestTypedefs.cpp
PASS: (GObject) WebKitDOMTestTypedefs.h
PASS: (GObject) WebKitDOMTestTypedefsPrivate.h
All tests PASS!
Collecting tests ...
Parsing expectations ...
--lint-test-files warnings:
LayoutTests/TestExpectations:378 Path does not exist. imported/w3c/web-platform-tests/tools
LayoutTests/TestExpectations:961 Duplicate or ambiguous entry lines LayoutTests/TestExpectations:935 and LayoutTests/TestExpectations:961. inspector/indexeddb/requestDatabaseNames.html
LayoutTests/platform/mac/TestExpectations:1287 More specific entry for media/controls/airplay-picker.html on line LayoutTests/platform/mac/TestExpectations:1168 overrides line LayoutTests/platform/mac/TestExpectations:1287. media/controls/airplay-picker.html
Checking build ...
Failed to run "['Tools/Scripts/build-dumprendertree', '--release']" exit_code: 65 cwd: /Volumes/Data/EWS/WebKit
User defaults from command line:
UseSanitizedBuildSystemEnvironment = YES
Build settings from command line:
ARCHS = x86_64
OBJROOT = /Volumes/Data/EWS/WebKit/WebKitBuild
SHARED_PRECOMPS_DIR = /Volumes/Data/EWS/WebKit/WebKitBuild/PrecompiledHeaders
SYMROOT = /Volumes/Data/EWS/WebKit/WebKitBuild
=== BUILD TARGET DumpRenderTree (Library) OF PROJECT DumpRenderTree WITH CONFIGURATION Release ===
Check dependencies
Base.xcconfig line 23: Unable to find included file "../../../../../Internal/Configurations/HaveInternalSDK.xcconfig"
ProcessPCH++ /Volumes/Data/EWS/WebKit/WebKitBuild/PrecompiledHeaders/DumpRenderTreePrefix-cmlqlqqukyepejfdjvgjrgnkxqti/DumpRenderTreePrefix.h.pch DumpRenderTreePrefix.h normal x86_64 objective-c++ com.apple.compilers.llvm.clang.1_0.compiler
cd /Volumes/Data/EWS/WebKit/Tools/DumpRenderTree
export LANG=en_US.US-ASCII
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c++-header -arch x86_64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -std=gnu++11 -stdlib=libc++ -gmodules -Wno-trigraphs -fno-rtti -fpascal-strings -Os -fno-common -Werror -Wno-missing-field-initializers -Wno-missing-prototypes -Wunreachable-code -Wno-implicit-atomic-properties -Wno-arc-repeated-use-of-weak -Wno-non-virtual-dtor -Wno-overloaded-virtual -Wno-exit-time-destructors -Wduplicate-method-match -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wuninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wno-shorten-64-to-32 -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wundeclared-selector -Wno-deprecated-implementati
/Volumes/Data/EWS/WebKit/Tools/DumpRenderTree/DumpRenderTreePrefix.h:33:10: fatal error: 'wtf/Platform.h' file not found
#include <wtf/Platform.h>
^
ProcessPCH /Volumes/Data/EWS/WebKit/WebKitBuild/PrecompiledHeaders/DumpRenderTreePrefix-flpvgwgcqsmximcmxthakwwarnnx/DumpRenderTreePrefix.h.pch DumpRenderTreePrefix.h normal x86_64 objective-c com.apple.compilers.llvm.clang.1_0.compiler
cd /Volumes/Data/EWS/WebKit/Tools/DumpRenderTree
export LANG=en_US.US-ASCII
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c-header -arch x86_64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -std=gnu99 -gmodules -Wno-trigraphs -fpascal-strings -Os -fno-common -Werror -Wno-missing-field-initializers -Wno-missing-prototypes -Wunreachable-code -Wno-implicit-atomic-properties -Wno-arc-repeated-use-of-weak -Wduplicate-method-match -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wuninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wno-shorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wundeclared-selector -Wno-deprecated-implementations -DNDEBUG -DENABLE_DASHBOARD_SUPPORT -DOBJC_OLD_DISPATCH_PROTOTYPES=0 -isysroot /App
Last 500 characters of output:
/Volumes/Data/EWS/WebKit/Tools/DumpRenderTree/DumpRenderTreePrefix.h:33:10: fatal error: 'wtf/Platform.h' file not found
#include <wtf/Platform.h>
^
1 error generated.
** BUILD FAILED **
The following build commands failed:
ProcessPCH++ /Volumes/Data/EWS/WebKit/WebKitBuild/PrecompiledHeaders/DumpRenderTreePrefix-cuxbmiyzetkkmqgvnqznfxggunrc/DumpRenderTreePrefix.h.pch DumpRenderTreePrefix.h normal x86_64 c++ com.apple.compilers.llvm.clang.1_0.compiler
(1 failure)
Build check failed
Failed to run "['Tools/Scripts/run-webkit-tests', '--release', '--no-new-test-results', '--no-show-results', '--exit-after-n-failures=30', '--quiet', '--skip-failing-tests']" exit_code: 255
meworks/CoreServices.framework/Frameworks -iframework /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/WebKit.framework/Frameworks -MD -MT dependencies -MF /Volumes/Data/EWS/WebKit/WebKitBuild/PrecompiledHeaders/DumpRenderTreePrefix-flpvgwgcqsmximcmxthakwwarnnx/DumpRenderTreePrefix.h.d -c /Volumes/Data/EWS/WebKit/Tools/DumpRenderTree/DumpRenderTreePrefix.h -o /Volumes/Data/EWS/WebKit/WebKitBuild/PrecompiledHeaders/DumpRenderTreePrefix-flpvgwgcqsmximcmxthakwwarnnx/DumpRenderTreePrefix.h.pch --serialize-diagnostics /Volumes/Data/EWS/WebKit/WebKitBuild/PrecompiledHeaders/DumpRenderTreePrefix-flpvgwgcqsmximcmxthakwwarnnx/DumpRenderTreePrefix.h.dia
/Volumes/Data/EWS/WebKit/Tools/DumpRenderTree/DumpRenderTreePrefix.h:33:10: fatal error: 'wtf/Platform.h' file not found
#include <wtf/Platform.h>
^
ProcessPCH++ /Volumes/Data/EWS/WebKit/WebKitBuild/PrecompiledHeaders/DumpRenderTreePrefix-cuxbmiyzetkkmqgvnqznfxggunrc/DumpRenderTreePrefix.h.pch DumpRenderTreePrefix.h normal x86_64 c++ com.apple.compilers.llvm.clang.1_0.compiler
cd /Volumes/Data/EWS/WebKit/Tools/DumpRenderTree
export LANG=en_US.US-ASCII
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c++-header -arch x86_64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -std=gnu++11 -stdlib=libc++ -gmodules -Wno-trigraphs -fno-rtti -fpascal-strings -Os -fno-common -Werror -Wno-missing-field-initializers -Wno-missing-prototypes -Wunreachable-code -Wno-non-virtual-dtor -Wno-overloaded-virtual -Wno-exit-time-destructors -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wuninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wno-shorten-64-to-32 -Wno-newline-eof -Wno-c++11-extensions -DNDEBUG -DENABLE_DASHBOARD_SUPPORT -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fasm-blocks -fstric
/Volumes/Data/EWS/WebKit/Tools/DumpRenderTree/DumpRenderTreePrefix.h:33:10: fatal error: 'wtf/Platform.h' file not found
#include <wtf/Platform.h>
^
1 error generated.
** BUILD FAILED **
The following build commands failed:
ProcessPCH++ /Volumes/Data/EWS/WebKit/WebKitBuild/PrecompiledHeaders/DumpRenderTreePrefix-cuxbmiyzetkkmqgvnqznfxggunrc/DumpRenderTreePrefix.h.pch DumpRenderTreePrefix.h normal x86_64 c++ com.apple.compilers.llvm.clang.1_0.compiler
(1 failure)
Build check failed
Patch does not pass tests
/Volumes/Data/EWS/WebKit/WebKitBuild/Release-iphonesimulator/layout-test-results does not exist, not archiving.
Traceback (most recent call last):
File "/Volumes/Data/EWS/WebKit/Tools/Scripts/webkitpy/tool/bot/queueengine.py", line 101, in run
if not self._delegate.process_work_item(work_item):
File "/Volumes/Data/EWS/WebKit/Tools/Scripts/webkitpy/tool/commands/queues.py", line 448, in process_work_item
passed = self.review_patch(patch)
File "/Volumes/Data/EWS/WebKit/Tools/Scripts/webkitpy/tool/commands/earlywarningsystem.py", line 85, in review_patch
succeeded = task.run()
File "/Volumes/Data/EWS/WebKit/Tools/Scripts/webkitpy/tool/bot/earlywarningsystemtask.py", line 66, in run
return self._test_patch()
File "/Volumes/Data/EWS/WebKit/Tools/Scripts/webkitpy/tool/bot/patchanalysistask.py", line 227, in _test_patch
if second_results.did_exceed_test_failure_limit() and first_results.did_exceed_test_failure_limit():
AttributeError: 'NoneType' object has no attribute 'did_exceed_test_failure_limit'
Exception while preparing queue Sleeping until 2016-03-08 21:25:41 (120 seconds).
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20160309/9ec2aeda/attachment-0001.html>
More information about the webkit-unassigned
mailing list