Skip to content

Failed

org.eclipse.tracecompass.integration.swtbot.tests.projectexplorer.ProjectExplorerTraceActionsTest.test4_07DeleteKeyboard

Failing for the past 1 build (Since #383 )
Took 24 sec.

Error Message

Could not find shell matching: with text 'Confirm Delete'

Stacktrace

org.eclipse.swtbot.swt.finder.exceptions.WidgetNotFoundException: Could not find shell matching: with text 'Confirm Delete'
	at org.eclipse.swtbot.swt.finder.SWTBotFactory.waitUntilWidgetAppears(SWTBotFactory.java:474)
	at org.eclipse.swtbot.swt.finder.SWTBot.waitUntilWidgetAppears(SWTBot.java:1)
	at org.eclipse.swtbot.eclipse.finder.SWTWorkbenchBot.waitUntilWidgetAppears(SWTWorkbenchBot.java:1)
	at org.eclipse.swtbot.swt.finder.SWTBotFactory.shells(SWTBotFactory.java:116)
	at org.eclipse.swtbot.swt.finder.SWTBot.shells(SWTBot.java:1)
	at org.eclipse.swtbot.eclipse.finder.SWTWorkbenchBot.shells(SWTWorkbenchBot.java:1)
	at org.eclipse.swtbot.swt.finder.SWTBotFactory.shell(SWTBotFactory.java:106)
	at org.eclipse.swtbot.swt.finder.SWTBot.shell(SWTBot.java:1)
	at org.eclipse.swtbot.eclipse.finder.SWTWorkbenchBot.shell(SWTWorkbenchBot.java:1)
	at org.eclipse.swtbot.swt.finder.SWTBotFactory.shell(SWTBotFactory.java:97)
	at org.eclipse.swtbot.swt.finder.SWTBot.shell(SWTBot.java:1)
	at org.eclipse.swtbot.eclipse.finder.SWTWorkbenchBot.shell(SWTWorkbenchBot.java:1)
	at org.eclipse.tracecompass.integration.swtbot.tests.projectexplorer.ProjectExplorerTraceActionsTest.test4_07DeleteKeyboard(ProjectExplorerTraceActionsTest.java:352)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
	at org.eclipse.swtbot.swt.finder.junit.internal.CapturingFrameworkMethod.invokeExplosively(CapturingFrameworkMethod.java:47)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.eclipse.swtbot.swt.finder.junit.SWTBotJunit4ClassRunner.runChild(SWTBotJunit4ClassRunner.java:75)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.eclipse.swtbot.swt.finder.junit.SWTBotJunit4ClassRunner.run(SWTBotJunit4ClassRunner.java:60)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:206)
	at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161)
	at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84)
	at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:110)
	at org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication.runTests(AbstractUITestApplication.java:44)
	at org.eclipse.e4.ui.internal.workbench.swt.E4Testable.lambda$0(E4Testable.java:76)
	at java.lang.Thread.run(Thread.java:745)
Caused by: org.eclipse.swtbot.swt.finder.widgets.TimeoutException: Timeout after: 20000 ms.: Could not find shell matching: with text 'Confirm Delete'
	at org.eclipse.swtbot.swt.finder.SWTBotFactory.waitUntil(SWTBotFactory.java:524)
	at org.eclipse.swtbot.swt.finder.SWTBot.waitUntil(SWTBot.java:1)
	at org.eclipse.swtbot.eclipse.finder.SWTWorkbenchBot.waitUntil(SWTWorkbenchBot.java:1)
	at org.eclipse.swtbot.swt.finder.SWTBotFactory.waitUntil(SWTBotFactory.java:498)
	at org.eclipse.swtbot.swt.finder.SWTBot.waitUntil(SWTBot.java:1)
	at org.eclipse.swtbot.eclipse.finder.SWTWorkbenchBot.waitUntil(SWTWorkbenchBot.java:1)
	at org.eclipse.swtbot.swt.finder.SWTBotFactory.waitUntil(SWTBotFactory.java:486)
	at org.eclipse.swtbot.swt.finder.SWTBot.waitUntil(SWTBot.java:1)
	at org.eclipse.swtbot.eclipse.finder.SWTWorkbenchBot.waitUntil(SWTWorkbenchBot.java:1)
	at org.eclipse.swtbot.swt.finder.SWTBotFactory.waitUntilWidgetAppears(SWTBotFactory.java:468)
	... 50 more

Standard Output

DEBUG - Removing screenshot 'screenshots\test4_09BringToTop(org.eclipse.tracecompass.integration.swtbot.tests.projectexplorer.ProjectExplorerTraceActionsTest).jpeg'
DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"'
DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"'
DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"'
DEBUG - matched Tree with text "", using matcher: of type 'Tree'
DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
DEBUG - matched Tree with text "", using matcher: of type 'Tree'
DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
DEBUG - Attempting to set focus on Tree with text {}
DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1414980345 data=null button=0 stateMask=0x0 x=49 y=9 count=0} to TreeItem with text {test}
DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1414980345 data=null doit=true} to TreeItem with text {test}
DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1414980345 data=null} to TreeItem with text {test}
DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1414980345 data=null button=1 stateMask=0x0 x=49 y=9 count=1} to TreeItem with text {test}
DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1414980346 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1414980384 data=null button=1 stateMask=0x80000 x=49 y=9 count=1} to TreeItem with text {test}
DEBUG - Attempting to set focus on Tree with text {}
DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1414980387 data=null button=0 stateMask=0x0 x=49 y=9 count=0} to TreeItem with text {test}
DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1414980387 data=null doit=true} to TreeItem with text {test}
DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1414980388 data=null} to TreeItem with text {test}
DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1414980388 data=null button=1 stateMask=0x0 x=49 y=9 count=1} to TreeItem with text {test}
DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1414980389 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1414980402 data=null button=1 stateMask=0x80000 x=49 y=9 count=1} to TreeItem with text {test}
WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again.
DEBUG - Attempting to set focus on Tree with text {}
DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [1]} time=1414980403 data=null button=0 stateMask=0x0 x=81 y=45 count=0} to TreeItem with text {Traces [1]}
DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [1]} time=1414980403 data=null doit=true} to TreeItem with text {Traces [1]}
DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [1]} time=1414980403 data=null} to TreeItem with text {Traces [1]}
DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [1]} time=1414980404 data=null button=1 stateMask=0x0 x=81 y=45 count=1} to TreeItem with text {Traces [1]}
DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1414980404 data=null item=TreeItem {Traces [1]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Traces [1]}
DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [1]} time=1414981664 data=null button=1 stateMask=0x80000 x=81 y=45 count=1} to TreeItem with text {Traces [1]}
WARN - Tree item TreeItem with text {Traces [1]} is already expanded. Won't expand it again.
DEBUG - Attempting to set focus on Tree with text {}
DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1414981668 data=null button=0 stateMask=0x0 x=133 y=63 count=0} to TreeItem with text {ExampleCustomTxt.log}
DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {ExampleCustomTxt.log} time=1414981668 data=null doit=true} to TreeItem with text {ExampleCustomTxt.log}
DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {ExampleCustomTxt.log} time=1414981668 data=null} to TreeItem with text {ExampleCustomTxt.log}
DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1414981669 data=null button=1 stateMask=0x0 x=133 y=63 count=1} to TreeItem with text {ExampleCustomTxt.log}
DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1414981675 data=null item=TreeItem {ExampleCustomTxt.log} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {ExampleCustomTxt.log}
DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {ExampleCustomTxt.log} time=1414981716 data=null button=1 stateMask=0x80000 x=133 y=63 count=1} to TreeItem with text {ExampleCustomTxt.log}
DEBUG - Attempting to set focus on Tree with text {}
DEBUG - Capturing screenshot 'screenshots/test4_07DeleteKeyboard(org.eclipse.tracecompass.integration.swtbot.tests.projectexplorer.ProjectExplorerTraceActionsTest).jpeg'
DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"'
DEBUG - matched Tree with text "", using matcher: of type 'Tree'
DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
DEBUG - matched Tree with text "", using matcher: of type 'Tree'
DEBUG - matched Tree with text "", using matcher: (of type 'Tree')
DEBUG - Attempting to set focus on Tree with text {}
DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1415001905 data=null button=0 stateMask=0x0 x=49 y=9 count=0} to TreeItem with text {test}
DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1415001905 data=null doit=true} to TreeItem with text {test}
DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1415001906 data=null} to TreeItem with text {test}
DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1415001906 data=null button=1 stateMask=0x0 x=49 y=9 count=1} to TreeItem with text {test}
DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1415001907 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1415001939 data=null button=1 stateMask=0x80000 x=49 y=9 count=1} to TreeItem with text {test}
DEBUG - Attempting to set focus on Tree with text {}
DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1415001940 data=null button=0 stateMask=0x0 x=49 y=9 count=0} to TreeItem with text {test}
DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1415001941 data=null doit=true} to TreeItem with text {test}
DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1415001941 data=null} to TreeItem with text {test}
DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1415001941 data=null button=1 stateMask=0x0 x=49 y=9 count=1} to TreeItem with text {test}
DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1415001942 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test}
DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1415001954 data=null button=1 stateMask=0x80000 x=49 y=9 count=1} to TreeItem with text {test}
WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again.
DEBUG - Attempting to set focus on Tree with text {}
DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [1]} time=1415001955 data=null button=0 stateMask=0x0 x=81 y=45 count=0} to TreeItem with text {Traces [1]}
DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [1]} time=1415001955 data=null doit=true} to TreeItem with text {Traces [1]}
DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [1]} time=1415001955 data=null} to TreeItem with text {Traces [1]}
DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [1]} time=1415001956 data=null button=1 stateMask=0x0 x=81 y=45 count=1} to TreeItem with text {Traces [1]}
DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1415001956 data=null item=TreeItem {Traces [1]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Traces [1]}
DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [1]} time=1415002044 data=null button=1 stateMask=0x80000 x=81 y=45 count=1} to TreeItem with text {Traces [1]}
DEBUG - Attempting to set focus on Tree with text {}
DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [1]} time=1415002045 data=null button=0 stateMask=0x0 x=81 y=45 count=0} to TreeItem with text {Traces [1]}
DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [1]} time=1415002046 data=null doit=true} to TreeItem with text {Traces [1]}
DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [1]} time=1415002046 data=null} to TreeItem with text {Traces [1]}
DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [1]} time=1415002046 data=null button=1 stateMask=0x0 x=81 y=45 count=1} to TreeItem with text {Traces [1]}
DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1415002047 data=null item=TreeItem {Traces [1]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Traces [1]}
DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [1]} time=1415002062 data=null button=1 stateMask=0x80000 x=81 y=45 count=1} to TreeItem with text {Traces [1]}
DEBUG - matched MenuItem with text "C&lear	Delete", using matcher: with mnemonic 'Clear'
DEBUG - Clicking on with mnemonic 'Clear'
DEBUG - Clicked on with mnemonic 'Clear'
DEBUG - matched Shell with text "Confirm Clear", using matcher: with text 'Confirm Clear'
DEBUG - Sent event Activate [26]: ShellEvent{Shell {Confirm Clear} time=1415002275 data=null doit=true} to Shell with text {Confirm Clear}
DEBUG - matched Button with text "&Yes", using matcher: of type 'Button'
DEBUG - matched Button with text "&Yes", using matcher: with mnemonic 'Yes'
DEBUG - matched Button with text "&Yes", using matcher: with style 'SWT.PUSH'
DEBUG - matched Button with text "&Yes", using matcher: (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH')
DEBUG - matched Button with text "&No", using matcher: of type 'Button'
DEBUG - Clicking on &Yes
DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Yes} time=1415002275 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH')
DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Yes} time=1415002275 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH')
DEBUG - Sent event Activate [26]: ShellEvent{Button {&Yes} time=1415002275 data=null doit=true} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH')
DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Yes} time=1415002275 data=null} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH')
DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Yes} time=1415002276 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH')
DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Yes} time=1415002276 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH')
DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Yes} time=1415002276 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH')
DEBUG - Clicked on 
DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {C&lear	Delete} time=1415002102 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Clear'