Skip to content

Failed

org.eclipse.tracecompass.integration.swtbot.tests.projectexplorer.ProjectExplorerTracesFolderTest.test3_37ImportZipArchiveNoPreserve

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

Error Message

Could not find shell matching: with text 'Confirmation'

Stacktrace

org.eclipse.swtbot.swt.finder.exceptions.WidgetNotFoundException: Could not find shell matching: with text 'Confirmation'
	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.ProjectExplorerTracesFolderTest.importTrace(ProjectExplorerTracesFolderTest.java:1611)
	at org.eclipse.tracecompass.integration.swtbot.tests.projectexplorer.ProjectExplorerTracesFolderTest.importTrace(ProjectExplorerTracesFolderTest.java:1574)
	at org.eclipse.tracecompass.integration.swtbot.tests.projectexplorer.ProjectExplorerTracesFolderTest.importTrace(ProjectExplorerTracesFolderTest.java:1564)
	at org.eclipse.tracecompass.integration.swtbot.tests.projectexplorer.ProjectExplorerTracesFolderTest.test3_37ImportZipArchiveNoPreserve(ProjectExplorerTracesFolderTest.java:1267)
	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.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 'Confirmation'
	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)
	... 52 more

Standard Output

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=1415589738 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=1415589738 data=null doit=true} to TreeItem with text {test}
DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1415589739 data=null} to TreeItem with text {test}
DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1415589739 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=1415589739 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=1415589767 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=1415589768 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=1415589768 data=null doit=true} to TreeItem with text {test}
DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1415589769 data=null} to TreeItem with text {test}
DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1415589769 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=1415589769 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=1415589781 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 [0]} time=1415589782 data=null button=0 stateMask=0x0 x=81 y=45 count=0} to TreeItem with text {Traces [0]}
DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [0]} time=1415589782 data=null doit=true} to TreeItem with text {Traces [0]}
DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [0]} time=1415589783 data=null} to TreeItem with text {Traces [0]}
DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [0]} time=1415589783 data=null button=1 stateMask=0x0 x=81 y=45 count=1} to TreeItem with text {Traces [0]}
DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1415589783 data=null item=TreeItem {Traces [0]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Traces [0]}
DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [0]} time=1415589809 data=null button=1 stateMask=0x80000 x=81 y=45 count=1} to TreeItem with text {Traces [0]}
DEBUG - Attempting to set focus on Tree with text {}
DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [0]} time=1415589810 data=null button=0 stateMask=0x0 x=81 y=45 count=0} to TreeItem with text {Traces [0]}
DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [0]} time=1415589810 data=null doit=true} to TreeItem with text {Traces [0]}
DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [0]} time=1415589810 data=null} to TreeItem with text {Traces [0]}
DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [0]} time=1415589810 data=null button=1 stateMask=0x0 x=81 y=45 count=1} to TreeItem with text {Traces [0]}
DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1415589811 data=null item=TreeItem {Traces [0]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Traces [0]}
DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [0]} time=1415589823 data=null button=1 stateMask=0x80000 x=81 y=45 count=1} to TreeItem with text {Traces [0]}
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=1415589872 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=1415589873 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=1415589874 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=1415589874 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=1415589874 data=null} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH')
DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Yes} time=1415589874 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=1415589874 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=1415589875 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 - 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 - Sent event Selection [13]: SelectionEvent{MenuItem {C&lear	Delete} time=1415589847 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Clear'
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=1415590407 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=1415590407 data=null doit=true} to TreeItem with text {test}
DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1415590408 data=null} to TreeItem with text {test}
DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1415590408 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=1415590409 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=1415590435 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=1415590436 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=1415590437 data=null doit=true} to TreeItem with text {test}
DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1415590437 data=null} to TreeItem with text {test}
DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1415590437 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=1415590438 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=1415590449 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 [0]} time=1415590451 data=null button=0 stateMask=0x0 x=81 y=45 count=0} to TreeItem with text {Traces [0]}
DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [0]} time=1415590451 data=null doit=true} to TreeItem with text {Traces [0]}
DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [0]} time=1415590452 data=null} to TreeItem with text {Traces [0]}
DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [0]} time=1415590452 data=null button=1 stateMask=0x0 x=81 y=45 count=1} to TreeItem with text {Traces [0]}
DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1415590453 data=null item=TreeItem {Traces [0]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Traces [0]}
DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [0]} time=1415590476 data=null button=1 stateMask=0x80000 x=81 y=45 count=1} to TreeItem with text {Traces [0]}
DEBUG - Attempting to set focus on Tree with text {}
DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [0]} time=1415590477 data=null button=0 stateMask=0x0 x=81 y=45 count=0} to TreeItem with text {Traces [0]}
DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [0]} time=1415590478 data=null doit=true} to TreeItem with text {Traces [0]}
DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [0]} time=1415590478 data=null} to TreeItem with text {Traces [0]}
DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [0]} time=1415590479 data=null button=1 stateMask=0x0 x=81 y=45 count=1} to TreeItem with text {Traces [0]}
DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1415590479 data=null item=TreeItem {Traces [0]} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Traces [0]}
DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [0]} time=1415590491 data=null button=1 stateMask=0x80000 x=81 y=45 count=1} to TreeItem with text {Traces [0]}
DEBUG - matched MenuItem with text "&Import...", using matcher: with mnemonic 'Import...'
DEBUG - Clicking on with mnemonic 'Import...'
DEBUG - Clicked on with mnemonic 'Import...'
DEBUG - matched Shell with text "Trace Import", using matcher: with text 'Trace Import'
DEBUG - Sent event Activate [26]: ShellEvent{Shell {Trace Import} time=1415590610 data=null doit=true} to Shell with text {Trace Import}
DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button'
DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button'
DEBUG - matched Button with text "Select &archive file...", using matcher: with mnemonic 'Select archive file:'
DEBUG - matched Button with text "Select &archive file...", using matcher: with style 'SWT.RADIO'
DEBUG - matched Button with text "Select &archive file...", using matcher: (of type 'Button' and with mnemonic 'Select archive file:' and with style 'SWT.RADIO')
DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button'
DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button'
DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button'
DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button'
DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button'
DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button'
DEBUG - matched Button with text "&Finish", using matcher: of type 'Button'
DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
DEBUG - Widget (of type 'Button' and with mnemonic 'Select archive file:' and with style 'SWT.RADIO') is already selected, not clicking again.
DEBUG - matched Combo with text "", using matcher: of type 'Combo'
DEBUG - matched Combo with text "", using matcher: (of type 'Combo')
DEBUG - matched Combo with text "", using matcher: of type 'Combo'
DEBUG - matched Combo with text "", using matcher: (of type 'Combo')
DEBUG - matched Combo with text "<Automatic Detection...", using matcher: of type 'Combo'
DEBUG - matched Combo with text "<Automatic Detection...", using matcher: (of type 'Combo')
DEBUG - Attempting to set focus on (of type 'Combo')
DEBUG - Setting text on (of type 'Combo') to C:\Users\hudson\jenkins-slave-tracecompass\workspace\tracecompass-master-nightly-windows\releng\org.eclipse.tracecompass.integration.swtbot.tests\target\work\data\.tracecompass-temp\testtraces\archives\traces.zip
DEBUG - Sent event Modify [24]: ModifyEvent{Combo {C:\Users\hudson\jenkins-slave-tracecompass\workspace\tracecompass-master-nightly-windows\releng\org.eclipse.tracecompass.integration.swtbot.tests\target\work\data\.tracecompass-temp\testtraces\archives\traces.zip} time=1415590620 data=null} to (of type 'Combo')
DEBUG - Set text on (of type 'Combo') to C:\Users\hudson\jenkins-slave-tracecompass\workspace\tracecompass-master-nightly-windows\releng\org.eclipse.tracecompass.integration.swtbot.tests\target\work\data\.tracecompass-temp\testtraces\archives\traces.zip
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 (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 {/} time=1415590643 data=null button=0 stateMask=0x0 x=60 y=9 count=0} to TreeItem with text {/}
DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {/} time=1415590643 data=null doit=true} to TreeItem with text {/}
DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {/} time=1415590643 data=null} to TreeItem with text {/}
DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {/} time=1415590644 data=null button=1 stateMask=0x0 x=60 y=9 count=1} to TreeItem with text {/}
DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1415590644 data=null item=TreeItem {/} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {/}
DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {/} time=1415590644 data=null button=1 stateMask=0x80000 x=60 y=9 count=1} to TreeItem with text {/}
DEBUG - Setting state to checked on: /
DEBUG - matched Combo with text "", using matcher: of type 'Combo'
DEBUG - matched Combo with text "C:\Users\hudson\jenk...", using matcher: of type 'Combo'
DEBUG - matched Combo with text "<Automatic Detection...", using matcher: of type 'Combo'
DEBUG - matched Label with text "Trace Type:", using matcher: with mnemonic 'Trace Type:'
DEBUG - matched Combo with text "<Automatic Detection...", using matcher: with label (with mnemonic 'Trace Type:')
DEBUG - matched Combo with text "<Automatic Detection...", using matcher: (of type 'Combo' and with label (with mnemonic 'Trace Type:'))
DEBUG - Setting selection on (of type 'Combo' and with label (with mnemonic 'Trace Type:')) to <Automatic Detection>
DEBUG - Sent event Selection [13]: SelectionEvent{Combo {<Automatic Detection>} time=1415590654 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Combo' and with label (with mnemonic 'Trace Type:'))
DEBUG - Set selection on (of type 'Combo' and with label (with mnemonic 'Trace Type:')) to <Automatic Detection>
DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button'
DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button'
DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button'
DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button'
DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button'
DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: with mnemonic 'Create links in workspace'
DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: with style 'SWT.CHECK'
DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: (of type 'Button' and with mnemonic 'Create links in workspace' and with style 'SWT.CHECK')
DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button'
DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button'
DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button'
DEBUG - matched Button with text "&Finish", using matcher: of type 'Button'
DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button'
DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button'
DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button'
DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button'
DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button'
DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button'
DEBUG - matched Button with text "Preserve &folder str...", using matcher: with mnemonic 'Preserve folder structure'
DEBUG - matched Button with text "Preserve &folder str...", using matcher: with style 'SWT.CHECK'
DEBUG - matched Button with text "Preserve &folder str...", using matcher: (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK')
DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button'
DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button'
DEBUG - matched Button with text "&Finish", using matcher: of type 'Button'
DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
DEBUG - Deselecting (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK')
DEBUG - Deselecting org.eclipse.swtbot.swt.finder.widgets.SWTBotCheckBox$1@7f47888c
DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Preserve &folder structure} time=1415590662 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK')
DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Preserve &folder structure} time=1415590662 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK')
DEBUG - Sent event Activate [26]: ShellEvent{Button {Preserve &folder structure} time=1415590663 data=null doit=true} to (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK')
DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Preserve &folder structure} time=1415590663 data=null} to (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK')
DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Preserve &folder structure} time=1415590664 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK')
DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Preserve &folder structure} time=1415590664 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK')
DEBUG - Sent event Selection [13]: SelectionEvent{Button {Preserve &folder structure} time=1415590664 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 'Preserve folder structure' and with style 'SWT.CHECK')
DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Preserve &folder structure} time=1415590665 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK')
DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Preserve &folder structure} time=1415590665 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK')
DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Preserve &folder structure} time=1415590665 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK')
DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Preserve &folder structure} time=1415590666 data=null doit=true} to (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK')
DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Preserve &folder structure} time=1415590666 data=null} to (of type 'Button' and with mnemonic 'Preserve folder structure' and with style 'SWT.CHECK')
DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button'
DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button'
DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button'
DEBUG - matched Button with text "Import unrecognized ...", using matcher: with mnemonic 'Import unrecognized traces'
DEBUG - matched Button with text "Import unrecognized ...", using matcher: with style 'SWT.CHECK'
DEBUG - matched Button with text "Import unrecognized ...", using matcher: (of type 'Button' and with mnemonic 'Import unrecognized traces' and with style 'SWT.CHECK')
DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button'
DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button'
DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button'
DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button'
DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button'
DEBUG - matched Button with text "&Finish", using matcher: of type 'Button'
DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
DEBUG - Deselecting (of type 'Button' and with mnemonic 'Import unrecognized traces' and with style 'SWT.CHECK')
DEBUG - Widget (of type 'Button' and with mnemonic 'Import unrecognized traces' and with style 'SWT.CHECK') already deselected, not deselecting again.
DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button'
DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button'
DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button'
DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button'
DEBUG - matched Button with text "Overwrite existing t...", using matcher: with mnemonic 'Overwrite existing trace without warning'
DEBUG - matched Button with text "Overwrite existing t...", using matcher: with style 'SWT.CHECK'
DEBUG - matched Button with text "Overwrite existing t...", using matcher: (of type 'Button' and with mnemonic 'Overwrite existing trace without warning' and with style 'SWT.CHECK')
DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button'
DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button'
DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button'
DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button'
DEBUG - matched Button with text "&Finish", using matcher: of type 'Button'
DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
DEBUG - Deselecting (of type 'Button' and with mnemonic 'Overwrite existing trace without warning' and with style 'SWT.CHECK')
DEBUG - Widget (of type 'Button' and with mnemonic 'Overwrite existing trace without warning' and with style 'SWT.CHECK') already deselected, not deselecting again.
DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button'
DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button'
DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button'
DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button'
DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button'
DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button'
DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button'
DEBUG - matched Button with text "Create experiment", using matcher: with mnemonic 'Create experiment'
DEBUG - matched Button with text "Create experiment", using matcher: with style 'SWT.CHECK'
DEBUG - matched Button with text "Create experiment", using matcher: (of type 'Button' and with mnemonic 'Create experiment' and with style 'SWT.CHECK')
DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button'
DEBUG - matched Button with text "&Finish", using matcher: of type 'Button'
DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
DEBUG - Deselecting (of type 'Button' and with mnemonic 'Create experiment' and with style 'SWT.CHECK')
DEBUG - Widget (of type 'Button' and with mnemonic 'Create experiment' and with style 'SWT.CHECK') already deselected, not deselecting again.
DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button'
DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button'
DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button'
DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button'
DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button'
DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button'
DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button'
DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button'
DEBUG - matched Button with text "Time Range filtering...", using matcher: with mnemonic 'Time Range filtering (yyyy-MM-dd HH:mm:ss.SSS SSS SSS)'
DEBUG - matched Button with text "Time Range filtering...", using matcher: with style 'SWT.CHECK'
DEBUG - matched Button with text "Time Range filtering...", using matcher: (of type 'Button' and with mnemonic 'Time Range filtering (yyyy-MM-dd HH:mm:ss.SSS SSS SSS)' and with style 'SWT.CHECK')
DEBUG - matched Button with text "&Finish", using matcher: of type 'Button'
DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
DEBUG - Deselecting (of type 'Button' and with mnemonic 'Time Range filtering (yyyy-MM-dd HH:mm:ss.SSS SSS SSS)' and with style 'SWT.CHECK')
DEBUG - Widget (of type 'Button' and with mnemonic 'Time Range filtering (yyyy-MM-dd HH:mm:ss.SSS SSS SSS)' and with style 'SWT.CHECK') already deselected, not deselecting again.
DEBUG - matched Button with text "Select roo&t directo...", using matcher: of type 'Button'
DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
DEBUG - matched Button with text "Select &archive file...", using matcher: of type 'Button'
DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button'
DEBUG - matched Button with text "Import unrecognized ...", using matcher: of type 'Button'
DEBUG - matched Button with text "Overwrite existing t...", using matcher: of type 'Button'
DEBUG - matched Button with text "Create lin&ks in wor...", using matcher: of type 'Button'
DEBUG - matched Button with text "Preserve &folder str...", using matcher: of type 'Button'
DEBUG - matched Button with text "Create experiment", using matcher: of type 'Button'
DEBUG - matched Button with text "Time Range filtering...", using matcher: of type 'Button'
DEBUG - matched Button with text "&Finish", using matcher: of type 'Button'
DEBUG - matched Button with text "&Finish", using matcher: with mnemonic 'Finish'
DEBUG - matched Button with text "&Finish", using matcher: with style 'SWT.PUSH'
DEBUG - matched Button with text "&Finish", using matcher: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH')
DEBUG - matched Button with text "Cancel", using matcher: of type 'Button'
DEBUG - Clicking on &Finish
DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Finish} time=1415590677 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH')
DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Finish} time=1415590677 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH')
DEBUG - Sent event Activate [26]: ShellEvent{Button {&Finish} time=1415590678 data=null doit=true} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH')
DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Finish} time=1415590678 data=null} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH')
DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Finish} time=1415590678 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH')
DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Finish} time=1415590679 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH')

!ENTRY org.eclipse.tracecompass.tmf.ui 4 0 2019-04-25 12:02:31.872
!MESSAGE 
!STACK 0
java.lang.NullPointerException
	at org.eclipse.tracecompass.internal.tmf.ui.project.wizards.importtrace.FileSystemObjectImportStructureProvider.getChildren(FileSystemObjectImportStructureProvider.java:50)
	at org.eclipse.tracecompass.internal.tmf.ui.project.wizards.importtrace.TraceFileSystemElement.populateElementChildren(TraceFileSystemElement.java:125)
	at org.eclipse.tracecompass.internal.tmf.ui.project.wizards.importtrace.TraceFileSystemElement.getFiles(TraceFileSystemElement.java:76)
	at org.eclipse.tracecompass.internal.tmf.ui.project.wizards.importtrace.ImportTraceWizardPage$2.getChildren(ImportTraceWizardPage.java:373)
	at org.eclipse.ui.model.BaseWorkbenchContentProvider.getElements(BaseWorkbenchContentProvider.java:68)
	at org.eclipse.ui.ide.dialogs.ResourceTreeAndListGroup.findAllSelectedListElements(ResourceTreeAndListGroup.java:453)
	at org.eclipse.ui.ide.dialogs.ResourceTreeAndListGroup.findAllSelectedListElements(ResourceTreeAndListGroup.java:464)
	at org.eclipse.ui.ide.dialogs.ResourceTreeAndListGroup.getAllCheckedListItems(ResourceTreeAndListGroup.java:514)
	at org.eclipse.tracecompass.internal.tmf.ui.project.wizards.importtrace.ImportTraceWizardPage$18.run(ImportTraceWizardPage.java:1286)
	at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:122)
DEBUG - Sent event MouseHover [32]: MouseEvent{Button {&Finish} time=1415590738 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH')
DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Finish} time=1415590739 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH')
DEBUG - Sent event MouseExit [7]: MouseEvent{Button {&Finish} time=1415590739 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH')
DEBUG - Sent event Deactivate [27]: ShellEvent{Button {&Finish} time=1415590739 data=null doit=true} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH')
DEBUG - Sent event FocusOut [16]: FocusEvent{Button {&Finish} time=1415590740 data=null} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH')
DEBUG - Clicked on &Finish
DEBUG - Capturing screenshot 'screenshots/test3_37ImportZipArchiveNoPreserve(org.eclipse.tracecompass.integration.swtbot.tests.projectexplorer.ProjectExplorerTracesFolderTest).jpeg'
DEBUG - Closing lingering shell with title Trace Import
DEBUG - Sent event Close [21]: ShellEvent{Shell {Trace Import} time=1415610861 data=null doit=true} to Shell with text {Trace Import}
DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Finish} time=1415590679 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 'Finish' and with style 'SWT.PUSH')
DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {&Import...} time=1415590522 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Import...'